::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bebebe !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #bebebe !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #bebebe !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #bebebe !important;
}

/*** PACE ***/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #242c3a;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

/*** PAGE ***/
body {
    margin: 0;
    background-color: #f9f9f9 !important;
}
body.logout {
    background-image: repeating-linear-gradient(-45deg,
        transparent,
        transparent 10px,
        #fbfbfb 10px,
        #eaedf1 20px) !important;
}

#app {
    height: 100%;
    opacity: 0;
    pointer-events: none;
}

body:not(.logout) #app {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

#main-container {
    height: 100%;
}

.user-avatar {
    width: 48px;
    height: 48px;
    /*max-width: 48px;
    max-height: 48px;*/
    border-radius: 50%;
}

/*** HEADER ***/

header {
    height: 52px;
    background-color: #242c3a;
    z-index: 10;
}

.left-header .nav-container {
    margin: 8px 0 7px;
}
.left-header .nav-container a,
.left-header .nav-container a .fa {
    color: #8c98ad;
    font-size: 14px;

    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.left-header .nav-container a .fa {
    font-size: 18px;
}
.left-header .nav-container a:hover,
.left-header .nav-container a:hover .fa {
    color: #bac0cc;
}

.nav-item .fa {
    /*color: #505d74;*/
    /*font-size: x-large;*/
}

.nav-item .badge {
    position: relative;
    color: white;
    right: 10px;
    top: -15px;
    border-radius: 50%;
    z-index: 100;
    width: 18px;
    padding: 3px;
}

header a {
    color: #505d74;
    font-weight: bold;
}

.dropdown-user-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: -2px;
}
#profile-menu {
    border: 0px;
    background-color: transparent;
    cursor: pointer;
    height: 52px;
}
#profile-menu button {
    box-shadow: none !important;
}
#profile-menu .dropdown-menu {
    background-color: #242c3a !important;
    text-align: right;
    box-shadow: 0 5px 10px -5px #424242;
}
#profile-menu .dropdown-menu a {
    color: #8c98ad;
    font-weight: bold;
    outline: none !important;
    padding-right: 1rem;
}
#profile-menu .dropdown-menu i {
    color: #fff;
    margin-left: 1rem;
}
#profile-menu .dropdown-item.active,
#profile-menu .dropdown-item:active {
    background-color: #f5f5f5;
}
#profile-menu .dropdown-item:focus i,
#profile-menu .dropdown-menu a:hover i {
    color: #8c98ad;
}
#profile-menu .dropdown-menu .dropdown-divider {
    border-top: 8px solid #1e2532;
}

.logo-container {
    float: left;
    margin-top: 12px;
    margin-left: 10px;
}

.nav-container {
    float: left;
    margin-top: 8px;
}




/*** BREADCRUMB ***/
.breadcrumb-container {
    background-color: #eee;
    height: 48px;
    box-shadow: 0 5px 10px -5px #c3c7ce;
}
.breadcrumb-container .sub-nav {
    float: right;
    padding: 0.25rem 0.75rem;
}
.breadcrumb-container .sub-nav .nav-item a{
    background-color: #252d3a;
    border-radius: 4px;
    margin-left: 5px;
}
.breadcrumb-container .sub-nav .sub-navbar-save a{
    background-color: #c12a2a;
    border-radius: 4px;
}
.breadcrumb-container .sub-nav .sub-navbar-save span {
    color: #fff;
}
.breadcrumb-container .sub-nav .nav-item a.disabled{
    background-color: #909399;
    cursor: default;
}
.breadcrumb-container .sub-nav .nav-item span {
    color: #fff;
}

.breadcrumb {
    float: left;
    background-color: #eee !important;
    margin: 0 !important;
}
.breadcrumb li {
    font-size: 14px;
    color: #ababab;
    line-height: 24px;
}
.breadcrumb li a {
    color: #252d3a;
}
.breadcrumb li .fa {
    margin-right: 5px;
}

/*** SEARCH ***/
.search-container {
    float: left;
    padding: 0.5rem 1rem;
}
.searchbar{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.searchbar label{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}
.searchbar .input-group{
    width: auto;
}
#search-bar {
    height: 31px;
    margin-right: 0 !important;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}



/*** FOOTER ***/
#footer {
    background-color: #242c3a;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
.copyright {
    margin: auto;
    color: white;
    font-weight: bold;
    line-height: 28px;
    color: #8c98ad;
    font-size: 12px;
}
#footer .copyright img {
    float: left;
    padding: 0;
    margin-right: 10px;
}
/*** LIST PAGES COMMON ***/

.item-inner-amount {
    float: right;
    color: white;
    font-size: medium !important;
    font-style: oblique !important;
    margin-top: 5px;
}

/*** MEDIA QUERIES ***/

@media screen and (max-width: 1050px) {
    .search-container {
        display: none;
    }
}

@media screen and (max-width: 785px) {
    .nav-item-name {
        display: none;
    }
}

@media screen and (max-width: 490px) {
    .dropdown-user-name {
        display: none;
    }
}

@media screen and (max-width: 410px) {
    .nav-link {
        padding: 0.5rem !important;
    }
    .breadcrumb {
        padding: 0.75rem 0.5rem !important;
    }
    .breadcrumb li {
        font-size: 12px;
    }
}
.v-spinner{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;
}

@media screen and (max-width: 500px) {
    #main-container {
        width: 100% !important;
    }
        
    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
        
    .col {
        padding: 0 !important;
    }
        
    .list-wrapper {
        border-left: 0 !important;
    }
        
    table {
        word-break: break-word !important;
    }

    .list-title {
        font-size: 14px !important;
    }
    
    .item-time {
        font-size: 9px !important;
        text-align: right;
    }

    .message-title {
        font-size: 14px !important; 
    }

    .message-title .btn-info {
        float: none !important;
    }

    .message-time {
        font-size: 9px !important;
    }

    .breadcrumb-container {
        text-align: left;
        height: auto !important;
    }

    .breadcrumb {
        display: inline-flex !important;
        float: none !important;
    }

    .breadcrumb li {
        font-size: 7px !important;
    }

    .breadcrumb-container .sub-nav {
        float: none !important;
        display: inline-flex !important;
        font-size: 10px !important;
    }

    .list-info .info-message-type-container {
        width: 90px !important;
    }
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #222;
    opacity: .5;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.message-badge {
    display: none !important;
}