b, strong {
    font-weight: bold;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f2f2f2;
}

.topbar {
    background-color: #5aa5e4;
    z-index: 102;
}
.navbar-header {
    background-color: #ffb03bd6;
}
.logo-text {
    font-size: 16px;
    font-family: "Century Gothic";
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    background-color: rgba(250,250,250,0.2);
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    display: inline-block;

    padding: 10px 6px;
    /*margin-left: -4px;*/
    margin-right: 1px;
}
.logo-text span {
    font-size: 80%;
}
.logo-text.space {
    font-size: 32px;
    margin-bottom: 32px;
    padding: 20px 18px;
}
.logo-text.mini {

}
.navbar-header .navbar-brand img.light-logo {
    width: 36px;
    display: inline-block;
    /*color: rgba(183, 81, 81, 0.6);*/
    background-color: rgba(250, 250, 250, 0.8);
    border-radius: 6px;
    margin-left: -2px;
}


/* wizard */
.sw-main {

}
.sw-main .nav-item {
    background-color: #E0E0E0;
}
.sw-main .nav-item.active {
    background-color: #D0D0D0;
}
.sw-main.sw-theme-dots > ul.step-anchor > li > a:before {
    /*left: 46.5%;*/
}
.sw-main.sw-theme-dots > ul.step-anchor > li > a:after {
    /*left: 48%;*/
}
.sw-main .sw-toolbar {
    /*-ms-flex-pack: distribute !important;*/
    justify-content: space-around !important;
}


















/* ------------------------------- */
.waves-effect.hide {
    display: none;
}

.chatonline-form {
    display: none;
}

.chatonline-form.open {
    display: block;
}

#main-calendar, #main-calendar * {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 12px;
}

#main-calendar {
    max-width: 900px;
    margin: 0 auto;
}

.main-calendar .fc-toolbar {
    padding-top: 0;
    padding-bottom: 18px;
}

ul.chatonline, ul.chatpresent {
    height: 400px;
    overflow-y: auto;
    margin: 0px;
    padding: 0px;
}
@media (max-height: 600px) {
    ul.chatonline, ul.chatpresent {
        height: 420px;
    }
}
@media (max-height: 400px) {
    ul.chatonline, ul.chatpresent {
        height: 320px;
    }
}
ul.chatonline li, ul.chatpresent li {
    list-style: none;
    padding: 5px 0;
    position: relative;
}

ul.chatonline li a, ul.chatpresent li a{
    padding: 13px 0;
    float: left;
    width: 100%;
}
.chat-main-box ul.chatonline.style-none li a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
ul.chatonline img, ul.chatpresent img {
    margin-right: 10px;
    float: left;
    width: 30px;
}

/* chat box */

.chat-main-box .chat-left-aside {
    width: 280px;
}
.chat-main-box .chat-right-aside {
    width: calc(100% - 280px);
}
.chat-main-box .chat-list {
    /*display: none;*/
}

/* oreo */
/*
ul.chatonline li::after {
    position: absolute;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    left: 30px;
    top: 30px;
    width: 11px;
    height: 11px;
    min-width: inherit;
    border: 2px solid #fff;

    display: inline-block;
    padding: 0 !important;
}

ul.chatonline li.me::after {
    background: #0498bd;
}
ul.chatonline li.online::after {
    background: #8BC34A;
}
ul.chatonline li.busy::after {
    background: #FF9800;
}
ul.chatonline li.away::after {
    background: #FF9800;
}
ul.chatonline li.offline::after {
    background: #FF9800;
}
*/

ul.chatonline li a span, ul.chatpresentli a span {
    display: block;
    width: calc(100% - 42px);
    position: relative;
    color: #67757c;
}

ul.chatonline li a span small, ul.chatpresent li a span small {
    margin-left: 40px;
    display: block;
    font-size: 10px;
}
ul.chatonline li a span small .fa, ul.chatpresent li a span small .fa {
    font-size: 12px;
}
ul.chatonline li a span em, ul.chatpresent li a span em {
    font-size: 10px;
    display: inline-block;
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}

ul.chatonline li.separator, ul.chatpresent li.spearator {
    padding: 0;
    height: 0;
    padding: 0;
}

.accordion-personnels .card-header .btn {
    padding: 0;
}




.qtipTask {
    border-color: rgb(0,190,0);
    background-color: #ddd;
}
.qtipTask.info {
    border-color: rgb(0,190,190)
}
.qtipTask.danger {
    border-color: rgb(190,0,0)
}
.qtipTask .qtip-content{
    font-size: 13px;
    line-height: 1.24;
}



/* --------------- */
.jq-toast-wrap {
    width: 300px;
}

/* bootstrapMaterialDatePicker */
.dtp > .dtp-content > .dtp-date-view > header.dtp-header .dtp-actual-day {
    text-transform: capitalize;
}
.dtp table.dtp-picker-days tr > th {
    text-transform: capitalize;
}











