.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;
}

.break-spaces{
    white-space: break-spaces;
}

.table-responsive .saf_table td{
    vertical-align: top;
}

/*timepicker */
.dtp > .dtp-content > .dtp-date-view > header.dtp-header{
    background: #e09410;
}
.dtp div.dtp-date, .dtp div.dtp-time, .dtp table.dtp-picker-days tr > td > a.selected, .dtp .dtp-btn-ok{
    background: #e50c2c;
}
.dtp .dtp-btn-ok{
    border-color: #e50c2c;
}
/*.dtp .dtp-btn-cancel{
    background: #2f3d4a;
    border: 1px solid #2f3d4a;
    color: #ffffff;
}*/
/*End timepicker css*/

.action_user{
    left: 0 !important;
    opacity: 0;
    height: 0;
    bottom: 0;
}

.note-editor.note-frame .panel-heading{
  background: #fff;
}
.profile-tab.email_tab li a.nav-link.active{
  background: #e50c2c;
  color: #fff;
}

.bg-sog-closed{
    background: #6da000;
}

.upload-wrapper{
  position: absolute;
  right: 150px;
  cursor: pointer;
}

#upload-modal .modal-dialog{
  max-width: calc(100% - 100px);
}
#upload-modal table tbody{
  max-height: 450px;
  overflow: auto;
  display: table-caption;
}
#upload-modal table td, #upload-modal table th{
  min-width: 150px;
}


form.saf_form{
    padding: 20px !important;
}

.saf_form textarea{
    min-height: 100px;
}

.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{
    display: inline-block;
    min-width: 200px;
    max-height: 190px;
    overflow: hidden;
}
.action-table td, .action-table th{
    width: 2%;
}

.sidebar-nav ul li.active > a{
    color: #e50c2c;
}

/*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{
  border: solid 1px #e21433;
  background-color: #ebebeb;
}
.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;
}


.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}
    .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:5%;
}
.login-box{
    background: rgba(225, 234, 247, .8);
    border-radius: 15px;
    padding: 10px;
    width: 450px;
}
.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;
}

.overall-status .card{
  background: transparent;
}

.status-item{
  margin: 15px;
  padding: 10px 10px 25px 25px;
  border-radius: 14px;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
}
.status-item:after{
  content: "";
  position: absolute;
  right: -30px;
  width: 120px;
  border: 7px solid rgba(0,0,0,0.3);
  top: -40px;
  border-radius: 145px;
  height: 110px;
}
.status-item:hover{
  color: #fff;
}
.status-item .status-item-number{
  font-size: 46px;
  font-weight: bold;
}

.status-item .status-item-title{
  font-size: 22px;
}

.source-wrapper{
  height: 1066px;
  overflow: auto
}

.source-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.source-item .source-item-title{
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
.source-item .source-item-percent-wrapper{
  font-family: Poppins;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  border-radius: 100%;
  border: 5px solid;
  padding: 20px;
}

.source-item .source-item-percent{
  align-items: center;
  display: flex;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
}

.dash-title{
  font-size: 20px;
  color: #000;
}

.card, .card .card-header{
  border-radius: 14px !important;
}

.saf_frame .card-header{
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.saf_frame .card-body{
  padding: 0;
}

.saf_frame .card-body thead th{
  border-bottom: 2px solid #e50c2c;
}

.saf_frame .dataTables_info, .saf_frame .dt-buttons, .saf_frame .dataTables_length{
  padding-left: 30px;
}
.saf_frame .dataTables_paginate, .saf_frame .dataTables_filter{
  padding-right: 30px;
}