/* No CSS *//*# sourceMappingURL=style.css.map */

ul.pagination {
    text-align: right;
    display: block;
}
ul.pagination li.page-item {
    display: inline-block;
}

.qrcode-android-app {
    text-align: center;
    max-width: 460px;
    position: relative;
    max-width: 460px;
    margin: 20px auto;
    background-color: #ffffff;
    padding: 5px;
}

.navbar-custom .app-search {
    margin-left: 10px;
}

.navbar-custom .app-search .form-control.search-input {
    width: 255px;
    border-radius: 0px;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    z-index: 999 !important;
    border-radius: 3px;
}
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
    color: #313a46;
    text-decoration: none;
    background-color: #f3f3f3 !important;
}
.ui-autocomplete .ui-menu-item-wrapper {
    font-size: 13px;
}
/* .navbar-custom .app-search .form-control.search-input + .input-group-btn {
    display: none;
}

.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

.dropdown-menu > li {
    color: #767f8e;
    display: block;
    padding: 14px 20px;
    margin: 2px 0;
    font-size: 15px;
    position: relative;
    transition: all 0.2s;
}
.dropdown-menu > li:hover {
    color: #aeb3bc;
    text-decoration: none;
    background-color: #162339;
} */

/* line 66, ../scss/pages/_application.scss */
.filter-controls {
    margin-bottom: 10px;
}
.filter-controls > a {
    margin-bottom: 5px;
}


.animation-enable {
    animation: animationColor 4s infinite;
}
  
@keyframes animationColor {
    0% , 100% {
        color:#212529;
    }
   
    50% {
        color: #edc755;
    }
}

@media (orientation:landscape) {
    .show-on-landscape {
        display: block !important;
    }
}

.application-comment-send-btn {}

.profile-tabs {
    background-color: #d8d3d3;
}

.app-list-building-contacts {
    font-size: 11px;
}

.comment-is-view {
    color: #edc755;
    opacity: 0.8;
}

.ribbon__container {
    position: relative;
    overflow: hidden;
}
.ribbon {
    background-color: #21a6d9;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: -21px;
    top: -2px;
    height: 12px;
    width: 68px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.ribbon span {
    color: #fff;
    display: block;
    font: bold 81.25% "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px 20px;
    padding: 0px;
    text-align: left;
    text-decoration: none;
}

.dropdown-sum {
    margin-bottom: 10px;
}
.filter-label-text {
    cursor: pointer;
}
.report-export-btn-group {
    padding: 0 15px;
    margin-bottom: 10px;
}
.date-picker-wrapper {
    z-index: 999999 !important;
}

.fc-more-popover {
    overflow-y: scroll;
    max-height: 30%;
    /* max-width: 14%; */
}

.fc-agendaWeek-view tr {
    height: 40px;
}

.fc-agendaDay-view tr {
    height: 40px;
}

.progress-gradient .progress-bar {
    position: relative;
    overflow: hidden;
}

.progress-gradient .progress-bar:before {
    width: 320px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255,0,0); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(255,0,0,1) 0%, rgba(4,232,4,1) 100%); 
    background: -webkit-linear-gradient(left,  rgba(255,0,0,1) 0%,rgba(4,232,4,1) 100%); 
    background: linear-gradient(to right,  rgba(255,0,0,1) 0%,rgba(4,232,4,1) 100%); 
    display: block;
    content: '';
}