@charset "UTF-8";
/*!
 * Custom CSS file
 */

html {
    font-size: unset;
}

.breadcrumb {
    border-radius: unset;
    border-bottom: unset;
    background-color: transparent;
    margin-bottom: 15px;
}

.form-horizontal .form-group {
    margin-right: unset; 
    margin-left: unset; 
}

.nav-item.dropdown:hover .dropdown-menu{
    display: block;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: unset;
 color: #fff !important;
    background-color: #a0b70d;
    border-color: #6b4f2e;
}
.brela {
    display: none;
}
.nonbrela {
    display: none;
}
.social-box ul li span {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.chart-wrapper .title{
    font-size: 20px;
    color: #fff;
}
.social-box i {
    color: #fff;
    background: #3b5998;
    font-size: 23px;
}
.list-group-item-primary {
    color: #115770;
    background-color: #f0f3f5;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #6b4f2e;
    border-bottom: 1px solid #a0b70d;
color: #fff !important;
}
.quick-icon{
    margin: 4px;
    margin-right: 9px;
}
.quick-icon-next{
    margin: 4px;
    margin-left: 20px;
}
.list-group a:hover{
    text-decoration: none;
 color: #fff !important;
    background-color: #a0b70d;
    border-color: #6b4f2e;
}
.value-item{
    margin-left: 20px;
    font-weight: bold;
}
.item-info a{
    color:#000;
}
.item-info a:hover{
    text-decoration: none;
 color: #fff !important;
    background-color: #a0b70d;
    border-color: #6b4f2e;
}
.center_login {
    margin-top:10px;
    display: block;
    margin-left: auto;
    margin-right: auto;

}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
}
.system_title{
    margin: auto;
    text-align: center;
    font-size: 22px;
    padding-bottom: 7px;

}
.system_slogan{
    margin: auto;
    text-align: center;
    font-size: 15px;
    padding-bottom: 14px;
}
.card_header_title{
    font-size: 17px;


}
.card-header_login{
    background-color: #6b4f2e;
color: #fff !important;
}
.card-remove-border-right{
    border-right: none;
}
.card-remove-border-left{
    border-left: none;  
}
.copyright {
    font-size: 11px;
    margin: 0 auto;
    padding: 10px 10px 0;
    text-align: center;
}
body {
    /*** background-image: url(../img/bg1.jpg); **/
    background-repeat: no-repeat;
}
.apply-panel{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
    list-style: none;
    background-color: #fff;
    padding-left: 30px;
}
.sidebar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    color: #fff !important;
    background: #6b4f2e;
}
.sidebar .nav-link, .sidebar .navbar .dropdown-toggle, .navbar .sidebar .dropdown-toggle {
    display: block;
    padding: 0.75rem 1rem;
    color: #000;
    text-decoration: none;
    background: transparent;
color: #fff !important;
}

element.style {
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
.apply_now{
    color: #fff !important;
    background-color: #a0b70d;
    border-color: #6b4f2e;
}
.black_color{
    color:#000;
}
.list-group-item-primary_white{
    background-color: #fff;
}
.center-text{
    text-align: center;
}
@media (min-width: 576px){
    .multiple-input-list__item .col-sm-2{
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}
@media (min-width: 576px){
    .multiple-input-list__item .col-sm-10{
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}
/* hide mobile version by default */
.logo-mobile {
    display: none;
}
/* when screen is less than 600px wide
   show mobile version and hide desktop */
@media (max-width: 600px) {
    .logo-mobile {
        display: block;
    }
    .logo-web {
        display: none;
    }
}
.block-radio label {
    display: block;
    cursor: pointer;
}
form div.required label.control-label:after, form div.required label.col-form-label:after {
    content:" * ";
    color:red;
}

.upload-kit .upload-kit-input, .upload-kit .upload-kit-item{
    height: 50px !important;
}

.status .panel-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 45px;
    padding: 5px;
    letter-spacing: -0.8px;
}
.application .form-group {
    background-color: #eee;
    padding: 10px;
}

.application .help-block {
/*    display: none;*/
}

label {
    font-weight: normal; 
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #f4f4f4;
}
@media (min-width: 576px){
    .modal-dialog {
        margin: 9rem auto;
    }
}
.modal-header button{
    display:none;
}
.container-fluid {
  padding-top: 15px;
  }
.btn-primary {
    color: #fff;
    background-color: #a0b70d;
    border-color: #a0b70d;
}
.navbar .sidebar .dropdown-toggle:hover, .sidebar .nav-link:hover, .sidebar .navbar .dropdown-toggle:hover {
    color: #fff;
    background: #a0b70d;
}
.btn-success {
    color: #fff;
    background-color: #a0b70d;
    border-color: #a0b70d;
}
a {
    color: #6b4f2e;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.navbar .sidebar .dropdown-toggle i, .sidebar .nav-link i, .sidebar .navbar .dropdown-toggle i {
    display: inline-block;
    width: 20px;
    margin: 0 .5rem 0 0;
    font-size: 14px;
    color: #a0b70d;
    text-align: center;
}
.header-fixed .app-header {
    position: fixed;
    z-index: 1020;
    width: 100%;
    color: #fff;
    background-color: #6b4f2e;
}
.btn-outline-primary {
    color: #a0b70d;
    background-color: transparent;
    border-color: #6b4f2e;
}

.card-header_login a {
    color:#fff;
}