.mini-sidebar header .navbar.top-navbar .navbar-header .navbar-brand .dark-logo{
    display: inline-block;
}
.mini-sidebar header .navbar.top-navbar .navbar-header .navbar-brand .light-logo{
    display: none;
}

.daterange{
    font-size: 13px;
}
.action-modal{
    text-align: left;
}

.lms_user{
    margin-bottom: 5px;
}
.lms_user img{
    width:50px;
}

.saf_table td .round, .saf_table .lms_user img{
    width:30px;
    height:30px;
    line-height: 30px;
}

.saf_table td .round img{
    width:30px !important;
}
.saf_table td .row{
    margin-right: 2px;
}
.row-mw{
    max-width: 180px;
    display: inline-block;
}

.sidebar-nav ul li.active > a{
    color: #ffb22b;
}

/*profile activities*/
#logs {max-height: 500px; overflow: auto}
#logs .timeline:before, #logs .timeline .timeline-badge{ left:2%;}
#logs .timeline .timeline-panel{ width:90%;}
#logs .timeline .timeline-badge img{ width:50px;height:50px}

.dw-user-box img.profile-pic{
    height: 50px;
    width: 50px !important;
}
a.nav-link img.profile-pic{
    height: 30px;
}

.lms_blink{
    animation:blinkingText 4s infinite;
    padding: 5px 0;
}
@keyframes blinkingText{
    from { background: #fff3cd;    }
    to {background: #ddd;}
}
.lms_s{
    border-radius: 15px;
    cursor: pointer;
}
.lms_s:hover{
    background: #ffb22b;
}
.lms_s:hover .text-dark{
    color:#fff !important;
}
.s_selected{ background: bisque;}
.lms_reminder i.mdi{
    cursor: pointer;
}
.lms_reminder li:hover{
    background: #ddd;
}
.right-side-toggle i{
    animation-name: unset;
    font-size: 30px;
    top:6px;
    left:10px;
}

/*LMS new style*/
.bg-lms-green{
  background: #00a99e !important;   
}
.user-card-box img, .user-card-box .round{
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 2.5;
}

.user-card-box .lms_user > .col-6{
    padding: 10px 0px 0px 30px;
}
.lms_hero{
    background: url('../../assets/images/hero.jpg') no-repeat;
    height: 100px;
    text-align: center;
    background-position: center;
    padding-top: 20px;
    color: #00a99e;
    font-size: 36px;
    font-family: cursive;
}
.lms_bar{
    height: 25px;
    margin: 10px 0px;
    border-radius: 10px;
    font-size: 11px;
    color: #fff;
    padding-left: 5px;
    line-height: 2;
    overflow: hidden;
}
.saf_frame .card{
    margin-bottom: 0px;
}

.d_chart{width:100%}

.footer{
    z-index: 21;
    position: fixed;
    bottom: 0px;
    text-align: center;
}

.left-sidebar .sidebar-footer{
    background: #fff;
    border-top:none;
}

.lms_org_logo{
    padding: 15px;
    text-align: center;
    display: none;
}

/*mobile custom css*/
@media (max-width: 767px){
    #content-print, h6, .btn{font-size: 12px;}
    h2, h1{font-size: 16px;}
    .profile-tab li a.nav-link{padding: 8px;}
    .btn{ padding: 5px;}
    #logs .timeline .timeline-badge{ left:-8%;}
    #logs .timeline .timeline-badge img, #logs .timeline .timeline-badge .round{ width:30px;height:30px; line-height: 2;}
    .shw-rside{width: 100%}
    .chat-selected .rpanel-title{ display: none;}
    .chat-list > li{ display: flex; }
    .chat-list li.reverse .chat-img,.chat-list li:not(.reverse) .chat-time{ padding-right: 5px}
    .chat-list li.reverse .chat-time,.chat-list li:not(.reverse) .chat-img{ padding-left: 5px}
    .user-card-box img, .user-card-box .round{width:60px;height:60px}
     krwidget > div[id^=gchart]{width: 270px !important;}
    .footer{margin-left: 0px; font-size: 13px;}
    .dataTables_filter{display: none}
}

/*organization cols*/
.col_table{
 height:300px;              
 display: -moz-groupbox;    
}
.col_table tbody tr{
width: 100%;
display: inline-table;
table-layout: fixed;
}
.col_table th{
    border-bottom: 1px solid #dee2e6 !important;
}
.col_table tbody{
  overflow-y: scroll;      
  height: 250px;        
  width: 97%;
  position: absolute;
}


/*login css*/
.login-register > div{
    /*position:absolute;top:0;width:100%;height:100%;padding:10%;*/
    margin-top: -80px;
}
.login-box{
    background: rgba(255,255,255,0.1);
    border-radius: 15px;
    padding: 30px;
}
.login-box .card-header{
    background: none;
    border-bottom: 1px solid #e6e6e6 !important;
}
.login-box .btn{ border-radius: 30px}
/* SHADE DAYS IN THE PAST */
td.fc-day.fc-past {
    background-color: #EEEEEE;
}

/*dashboard top cards*/
@media (min-width: 1330px){
    .dash-h2{font-size: 22px}
}
@media (max-width: 1360px){
    .dash-h2{font-size: 20px}
}
@media (max-width: 1265px){
    .dash-h2{font-size: 18px}
}
@media (max-width: 1000px){
    .dash-h2{font-size: 15px}
    .dash-title{font-size: 16px}
}
@media (max-width: 900px){
    .dash-h2{font-size: 13px}
    .dash-title{font-size: 13px}
}

/*Graphql*/
.CodeMirror pre.CodeMirror-line{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.graphiql-container .doc-explorer-title, .graphiql-container .history-title{
    overflow-x: initial; 
}
.graphiql-explorer-root{
    overflow: auto !important;
}