.footer p, .navbar .nav-link, .mdc-data-table__header-cell, .mdc-data-table__cell{
    font-size: 12px !important;
}
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link{
    padding-top: 7px;
    padding-bottom: 7px;
}
.badge.count{ 
    color: #fff;    
    font-size: 10px;
    height: 20px;
    width: 20px;
    line-height: 8px;
    top: 0px;    
    position: absolute;
    padding: 5px 0px;

}
button{
    margin-bottom: 0px !important;
}
.ui-datepicker{
    width: 100% !important;
}
.ui-datepicker td span, .ui-datepicker td a{
    text-align: center !important;
}
.fc-daygrid-dot-event .fc-event-title{
    font-weight: normal;
}
.fc-timegrid-event-short .fc-event-img{
    display: none;
}
.fc-list-event-title .fc-event-img{
    position: absolute;
    margin-top: -52px;
    right: 20px;
}
.fc-timegrid-event-harness .fc-event-img{
    right: 0px;
    margin-top: -50px;    
    position: absolute;
}
.input-group-text{
    z-index: 0;
}
.sidenav{
    z-index: 1;
}
.sidenav .navbar-brand{
    padding: 0px;
}
.navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item
{
    margin: 0px;
}
.navbar-vertical .navbar-brand>img, .navbar-vertical .navbar-brand-img{
    max-height: 50px;
}
.fixed-plugin .card{
    z-index: 999999;
}
.navbar-vertical.navbar-expand-xs .navbar-collapse{
    height: calc(100vh - 150px);
}
.my-alert-danger{
    background-color: #eda3b3 !important;
    color: white !important;
    width: 100%;
}
.my-alert-success{
    background-color: #4a9e6d !important;
    color: white !important;
    width: 100%;
  }
.input-group .input-group-text.last{
    right: 0px;
    height: 100%;
}
small{
    font-size: 11px;
}
.welcome_msg{
    font-size: 13px;    
    text-align: center;
}

.suggestion-box{
    position: absolute;
    z-index: 999999;
    background-color: white;        
    width: 355px;
    border-radius: 5px;        
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
}

#suggestion-box{
    position: absolute;
    z-index: 999999;
    background-color: white;        
    top:58px;
    width: 334px;
    border-radius: 5px;        
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
}
#result-list {        
    list-style: none;        
    padding: 0;
    width: 100%;        
}
#result-list li{
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 12px;        
    cursor: pointer;
}
table{
    width: 100%;
}
table tr td, table tr th{
    font-size: 12px;
}
.manual_pagination{
    display: flex;
}
.manual_pagination a, .manual_pagination strong{     
    text-align: center;
    color: #8392AB;
    padding: 0;
    margin: 0 3px;
    border-radius: 50% !important;
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
    position: relative;
    display: block;        
    background-color: white;
    border: 1px solid #8392AB;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding-top: 5px;
}
.manual_pagination a:hover{
    background-color: #eeeeee;
}
.manual_pagination strong{     
    background-color: #8392AB;
    color: white;
}
.mdc-data-table{
    width: 100%;
    border: 0px;
    padding: 5px;
}
.mdc-data-table .form-control{
    display: inline;
    width: auto;
}
.mdc-data-table .pagination{
    display: inline;
}
.mdc-data-table .pagination button{
    font-size: 12px;
}
div.dataTables_wrapper div.dataTables_info{
    font-size: 12px;
    font-weight: bold;
}
.mdc-data-table div.dt-buttons{
    position: absolute;
    top: 59px;
}
.mdc-data-table button.dt-button, div.dt-button, a.dt-button, input.dt-button{    
    border-radius: 0.5rem;
    background: white;    
    background-size: 150%;
    background-position-x: 25%;    
    font-size: 11px;
}
.mdc-data-table .mdc-data-table__cell .btn, .table .btn{
    margin-bottom: 0px;
    padding: 6px 12px;
}
.mdc-data-table .mdc-button--raised:not(:disabled), .mdc-button--unelevated:not(:disabled){
    background-color: #8392ab;
    padding: 0px;
}

.navbar-vertical .navbar-nav .nav-item .nav-link .icon i{
    margin-bottom: 5px;
    color: #333;
    font-size: 15px;
}
.navbar-vertical .navbar-nav .nav-item .nav-link.active i{
    color: white;
}


#alert_bar {
    z-index: 999999999;
    font-size: 16px;
    color: #333;    
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 40px;
    width: 80%;
    border-radius: 8px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
}
.top_alert_counter {
    font-weight: bold;
    border: 1px solid;
    padding: 0px 10px;
    margin: 0px 10px;
    border-radius: 100px
}
.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single{
    border-radius: 0.5rem;
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
    border-left-width: 1px;
}
.select2-container .select2-selection--single{
    padding: 0.5rem 1rem 0.5rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #495057;
    background-color: #fff;
    height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 42px;
}

.modal-backdrop{
    width: 100%;
    height: 100%;
}
  
.timeline:before{
    border: 0px !important;
}
ul.timestack-events li{
    position: absolute !important;
    border: 0px !important;
    padding-bottom: 5px;
}
ul.timestack-events li .timestack-label{
    font-size: 13px;
}