::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-track {
    background: #272c33;
}
::-webkit-scrollbar-thumb {
    background: #272c33;
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

*[ng-cloak] {
    display: none;
}

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

@media screen and (min-width: 768px){
    ::-webkit-scrollbar-track {
        background: #272c33;
    }
    ::-webkit-scrollbar-thumb {
        background: #272c33;
    }
}
.ui-select-choices.dropdown-menu {
    display: block;
}

@media screen and (min-width: 576px) {
    .navbar {
        margin: 0 !important;
    }

    .no-lg {
        display: none !important;
    }

    .main-navbar {
        height: 90vh;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .content {
        height: 75vh;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

.select-with-shadow .ui-select-match {
    box-shadow: 0 2px 0 1px grey;
}
.content a {
    color: #007bff;
}
textarea {
    resize: none;
}

.notifications-data {
    float: right;
    position: absolute;
    right: 0 !important;
    left: inherit !important;
}

@media screen and (max-width: 575.99px) {
    .navbar .navbar-nav {
        width: 100%;
    }
    aside.left-panel .navbar .navbar-brand {
        margin-top: 0 !important;
    }

    #no-mobile {
        display: none !important;
    }
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2 !important;
    color: #fff !important;
    cursor: default !important;
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.main-copyright {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}

/*.circular--landscape img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/
/*.mobile-header-info {*/
/*    display: none;*/
/*    visibility: hidden;*/
/*    padding: 0;*/
/*}*/

/*.container-notificacion {*/
/*    display: none;*/
/*    flex-flow: column wrap;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    z-index: 100;*/
/*    background: white;*/
/*    box-shadow: 1px 1px 1px 1px grey;*/
/*    border-radius: 10px;*/
/*}*/

/*.container-notificacion > div {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    flex-flow: row wrap;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

#notificaciones {
    width: 320px;
    max-height: 300px;
    overflow: auto;
    box-sizing: border-box;
    background-color: rgba(51, 79, 70, 0);
    border: 0;
    padding: 5px;
}

#notificaciones li {
    display: block;
    position: relative;
    border-radius: 10px;
    margin: 5px;
    overflow-x: hidden;
    box-shadow: 1px 1px 1px 1px grey
}

/*.btn-close-notificacion {*/
/*    margin-left: auto;*/
/*    margin-right: 15px;*/
/*    margin-top: 5px;*/
/*    border-radius: 5px;*/
/*    background: #212121;*/
/*    padding: 1px 5px;*/
/*    color: white;*/
/*}*/

/*.btn-close-notificacion > span {*/
/*    text-align: center;*/
/*}*/

.notificacion {
    width: 300px;
    background-color: #ffffff;
    padding: 15px 10px;
    border-radius: 3px;
    box-shadow: 0 0 4px 0 grey;
}

.notificacion_img_container {
    width: 50px;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notificacion_img_container img {
    width: 100%;
}

.notificacion_body {
    display: flex;
    flex-direction: row;
    padding: 2px;
}

.notificacion_title {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 210px;
}

.notificacion_subtitle {
    color: #000;
    font-size: 12px;
}

.notificacion_body_contenido {
    display: flex;
    flex-direction: column;
}

.notificacion_footer {
    padding: 5px 5px 0 5px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.notificacion_footer a {
    color: #3e50b4 !important;
    font-size: 12px !important;
    cursor: pointer;
}

.notificacion_icon, .notificacion_footer a {
    color: #3e50b4;
}

.notificacion_tipo, .notificacion_correo, .notificacion_tiempo {
    color: #434343;
}

.notificacion_header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.notificacion_correo {
    font-size: 11px !important;
}

.notificacion_tiempo {
    margin-left: auto;
    margin-right: 20px !important;
}

/*#btn-lateral-navigation {*/
/*    display: none;*/
/*}*/

/*textarea {*/
/*    resize: none;*/
/*}*/

/*.important-marker {*/
/*    color: red;*/
/*}*/

/*.badge-danger {*/

/*}*/


/*@media screen and (min-width: 768px) and (max-width: 991px) {*/
/*    #lateral-navigation {*/
/*        width: 30%;*/
/*    }*/

/*    #main-content {*/
/*        width: 70%;*/
/*        position: relative;*/
/*    }*/
/*}*/


/*@media screen and (min-width: 441px) and (max-width: 767px) {*/
/*    #lateral-navigation {*/
/*        width: 50% !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 767px) {*/
/*    .mobile-header-info {*/
/*        display: flex;*/
/*        visibility: visible;*/
/*    }*/

/*    .current-user-info {*/
/*        display: flex;*/
/*        flex-flow: column wrap;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*        margin-bottom: 10px;*/
/*    }*/

/*    #main-content {*/
/*        position: relative;*/
/*    }*/

/*    #lateral-navigation {*/
/*        display: none;*/
/*        position: absolute;*/
/*        left: 0;*/
/*        top: 0;*/
/*        height: 100vh;*/
/*        z-index: 10;*/
/*        width: 80%;*/
/*        padding: 0;*/
/*    }*/

/*    #lateral-navigation li {*/
/*        z-index: 11;*/
/*    }*/

/*    #btn-lateral-navigation {*/
/*        display: block;*/
/*        margin-left: 5px;*/
/*    }*/

/*    #main-content {*/
/*        width: 100%;*/
/*    }*/

/*    .lateral-navigation-menu-item {*/
/*        padding: 10px 0;*/
/*    }*/

/*    .menu-item {*/
/*        padding: 10px 0;*/
/*    }*/
/*}*/

/*background*/
.bg-none    {background: none !important;}
.bg-primary {background-color: #1c84c6 !important;}
.bg-success {background-color: #27C24C !important;}
.bg-info    {background-color: #73CAEF !important;}
/*.bg-danger  {background-color: #FEC8C3 !important;}*/
.bg-warning {background-color: #F0AD4E !important;}
.bg-default {background-color: #857E7E !important;}

.bg-white       {background-color: #FFF !important;}
.bg-red         {background-color: #F44336 !important;}
.bg-pink        {background-color: #E91E63 !important;}
.bg-purple      {background-color: #9C27B0 !important;}
.bg-deep-purple {background-color: #673AB7 !important;}
.bg-indigo      {background-color: #3F51B5 !important;}
.bg-blue        {background-color: #2196F3 !important;}
.bg-light-blue  {background-color: #03A9F4 !important;}
.bg-cyan        {background-color: #00BCD4 !important;}
.bg-teal        {background-color: #009688 !important;}
.bg-green       {background-color: #4CAF50 !important;}
.bg-light-green {background-color: #8BC34A !important;}
.bg-lime        {background-color: #CDDC39 !important;}
.bg-yellow      {background-color: #FFEB3B !important;}
.bg-amber       {background-color: #FFC107 !important;}
.bg-orange      {background-color: #FF9800 !important;}
.bg-deep-orange {background-color: #FF5722 !important;}
.bg-brown       {background-color: #795548 !important;}
.bg-grey        {background-color: #9E9E9E !important;}
.bg-light-grey  {background-color: #f0f3f4 !important;}
.bg-blue-grey   {background-color: #607D8B !important;}

.bg-dark-red         {background-color: #d32f2f !important;}
.bg-dark-pink        {background-color: #c2185b !important;}
.bg-dark-purple      {background-color: #7b1fa2 !important;}
.bg-dark-deep-purple {background-color: #512da8 !important;}
.bg-dark-indigo      {background-color: #303f9f !important;}
.bg-dark-blue        {background-color: #1976d2 !important;}
.bg-dark-light-blue  {background-color: #0288d1 !important;}
.bg-dark-cyan        {background-color: #0097a7 !important;}
.bg-dark-teal        {background-color: #00796b !important;}
.bg-dark-green       {background-color: #388e3c !important;}
.bg-dark-light-green {background-color: #689f38 !important;}
.bg-dark-lime        {background-color: #afb42b !important;}
.bg-dark-yellow      {background-color: #fbc02d !important;}
.bg-dark-amber       {background-color: #ffa000 !important;}
.bg-dark-orange      {background-color: #f57c00 !important;}
.bg-dark-deep-orange {background-color: #e64a19 !important;}
.bg-dark-brown       {background-color: #5d4037 !important;}
.bg-dark-grey        {background-color: #616161 !important;}
.bg-dark-blue-grey   {background-color: #455a64 !important;}
.btn-primary,
.label-primary,
.alert-primary,
.badge-primary {
    color: #fff !important;
    border: none !important;
    background-color: #1c84c6 !important;
}

.btn-success,
.label-success,
.alert-success,
.badge-success {
    color: #fff !important;
    border: none !important;
    background-color: #27C24C !important;
}

.btn-info,
.label-info,
.alert-info,
.badge-info {
    color: #fff !important;
    border: none !important;
    background-color: #73CAEF !important;
}

.btn-danger,
.label-danger,
.alert-danger,
.badge-danger {
    color: #fff !important;
    border: none !important;
    background-color: #d32f2f !important;
}

.btn-warning,
.label-warning,
.alert-warning,
.badge-warning {
    color: #fff !important;
    border: none !important;
    background-color: #F0AD4E !important;
}

.btn-default,
.label-default,
.alert-default,
.badge-default {
    color: #857E7E !important;
    border: none !important;
    background-color: #fff !important;
}