body {
    color: #1f1f1f;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
}

a {
    color: #1f1f1f;
}

a:hover, a:active, a:focus {
    color: #1f1f1f;
    text-decoration: none;
}

* {
    outline: none !important;
}

.no_border {
    border: none !important;
}

.img-responsive {
    display: inline-block !important;
}

.no_padding {
    padding: 0 !important;
}

.no_margin {
    margin: 0 !important;
}

.padding_xs {
    padding: 0 2px 0 2px !important;
}

.padding_sm {
    padding: 0 5px 0 5px !important;
}

.ht5 {
    height: 5px;
}

.ht10 {
    height: 10px;
}

.pos_rel {
    position: relative;;
}

input[type="radio"]:focus {
    outline: none !important;
}

.radio input[type="radio"]:focus + label::before {
    outline: none !important;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: none !important;
}

.noscroll_x {
    overflow-x: hidden;
}

.anim {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

html, body {
    min-height: 100%;

}

.top_band {
    position: absolute;
    top: 0;
    height: 50px;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
}

.left_logo {
    float: left;
    height: 50px;
    width: 200px;
    margin-top: -1px;
    margin-left: -1px;
    border-bottom: 1px solid #e6e5e5;
    background-color: #eee;
    border-right: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center;

}

.left_logo i {
    color: #268ddd;
}

.menu_btn_icon {
    height: 48px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    box-shadow: none;
    background: none;
}

.menu_btn_icon:hover, .menu_btn_icon:focus {
    background: #efefef;
    box-shadow: none;
}

.collapse_expand {
    position: fixed;
    height: 35px;
    bottom: 0;
    width: 200px;
    border-right: 1px solid #e4e4e4;
    border-top: 1px solid #bbbabb;
    background-color: #d9d9d9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.sidemenu_wrapper {
    background: #eee;
    width: 200px;
    overflow: auto;
    overflow-x: auto;
    border-right: 1px solid #e4e4e4;
    position: absolute;
    top: 50px;
    bottom: 0;
    z-index: 2;


}

.menu_collapse .sidemenu_wrapper {
    width: 40px;
    overflow-x: hidden;
    overflow-y: auto;
}

.menu_collapse .sidemenu_wrapper span.plus {
    display: none !important;
}

.menu_collapse .sidemenu_wrapper .menu_list_icon {
    margin-right: 16px;
}

.side_menu_list li {
    position: relative;
}

.menu_collapse .side_menu_list li a {
    white-space: nowrap;
}

.side_menu_list li a {
    padding: 9px 25px 9px 12px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.side_menu_list > li > a:hover {
    background: #FFF;
}

.side_menu_list li a:hover span.plus {
    display: block;
}

.side_menu_list > li > a:focus, .side_menu_list > li > a.active {
    color: #fff !important;
    background-color: #268ddd;
}

.side_menu_list > li > a:focus span.plus, .side_menu_list > li > a.active span.plus {
    display: block;
}

.menu_list_icon {
    width: 14px;
    height: 14px;
    margin-right: 7px;
    margin-left: 2px;
    opacity: 1;
}

.dropdown-submenu > a.active {
    background: #d8d7d7;
}

.dropdown-submenu > a.active span.plus {
    display: block;
}

span.plus {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 9px 14px 0 8px;
    display: none;
}

.side_menu_box .dropdown-menu {
    margin: 0;
    width: 100%;
    font-size: 13px;
    padding: 0;
    float: left;
    border: none;
    position: relative;
    background: #e4e4e4;
    border-radius: 0;
}

.dropdown-toggle::after {
    display: none;
}

.side_menu_box .dropdown-menu .dropdown-menu {
    background: #d8d7d7;
}


.side_menu_box .dropdown .dropdown-menu {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.side_menu_box .dropdown .dropdown-menu.show {
    max-height: 200px;
    opacity: 1;
}

.content_container {
    position: absolute;
    left: 200px;
    top: 50px;
    right: 0;
    bottom: 0;
    padding: 15px;
    overflow: auto;
    right: 0;
}

.content_container .form-control-sm {
    height: 28px !important;
    font-size: 13px !important;

}

.content_container .input-group-text {
    height: 28px !important;
    font-size: 13px !important;

}

.content_container input[type="file"] {
    padding: 1px 0 0 0 !important;
}

.content_container .btn-sm {
    height: 28px !important;
    padding: .20rem .5rem !important;
    font-size: 13px !important;
}

.menu_collapse .content_container {
    left: 40px;
}

.display_block {
    display: block;
}

.top_band_btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

.top_band_btns ul {
    display: flex;
    align-items: center;
}

.top_band_btns ul li {
    margin: 0 0 0 10px;
}

.account_wrapper {
    top: 50px;
    bottom: 0;
    right: 0;
    position: absolute;
    background: #f3f8fe;
    display: none;
    z-index: 3;
    padding: 20px;
    width: 350px;
    box-shadow: -2px 5px 10px 1px rgba(0, 0, 0, .176);
}

.account_wrapper.account_wrapper_show {
    display: block;
}

.account_wrapper .account_det {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.acc_sign_btn {
    margin: 15px 0 0 0;
}

.acc_sign_btn li {
    float: left;
    border-left: 1px solid #777;
    padding: 0 15px;
    text-align: center;
    font-size: 12px;
}

.account_close {
    float: right;
    width: 18px;
    height: 18px;
    background: #96b9e2;
    border-radius: 100%;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    font-size: 11px;
    color: #FFF;
}

.acc_sign_btn li:first-child {
    border: none;
}

.acc_sign_btn li:first-child a, .acc_sign_btn li:first-child a:hover {
    color: #268DDD;

}

.acc_sign_btn li:last-child a, .acc_sign_btn li:last-child a:hover {
    color: #D64830;

}

.user_img img {
    border-radius: 100%;
    width: 75px;
    height: 75px;
    margin: 0 0 15px 0;

}

.user_mail {
    color: #777;
    font-size: 11px;
    margin: 15px 0 0 0;
}

.user_id {
    color: #777;
    font-size: 11px;
}

@media only screen and (max-width: 768px) {
    .sidemenu_wrapper {
        width: 0;
    }

    .menu_collapse .sidemenu_wrapper {
        width: 200px;
        overflow: auto;
    }

    .content_container {
        left: 0;
    }

    .menu_collapse .sidemenu_wrapper span.plus {
        display: block !important;
    }

    .left_logo {
        width: 40px;
    }

    .left_logo span {
        display: none;
    }
}

.validation_error {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.highlight_blue {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #1191ee;
}

.highlight_green {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}

.widget_box {
    width: 100%;
    padding: 15px;
    float: left;
    border: 1px solid #CCC;
    border-radius: 6px;
}

.widget_box h1 {
    color: #353535;
    font-weight: 700;
    font-size: 45px;
}

.widget_box h4 {
    font-size: 25px;
    color: #bdbbbc;
    font-weight: 700;
}

.widget_box h5 {
    color: #353535;
    font-size: 15px;
}
