.tblSearchLabel {
    display: inline-block;
    margin-bottom: 1rem;
    float: right;
}
.tblSearchInput {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}
.horizontal-layout .navbar.header-navbar .container-fluid {
    height: 70px;
}
.app-sidebar .logo-img img {
    /* width: 140px; */
    width: 60px;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}
.fs_i {
    font-size: 5px !important;
}
.no-margin-top {
    margin-top: 0 !important;
}
.margin-top-sm {
    margin-top: 7px !important;
}
.margin-bottom-sm {
    margin-bottom: 7px !important;
}
.hr-heading-xxs {
    border-top: 4px solid #155c94;
    width: 80px;
    margin-right: calc(100% - 80px);
    margin-top: 1px;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.hr-heading-xs {
    border-top: 4px solid #155c94;
    width: 100px;
    margin-right: calc(100% - 100px);
    margin-top: 1px;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.hr-heading-sm {
    border-top: 4px solid #155c94;
    width: 120px;
    margin-right: calc(100% - 120px);
    margin-top: 1px;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.hr-heading-xsm {
    border-top: 4px solid #155c94;
    width: 130px;
    margin-right: calc(100% - 130px);
    margin-top: 1px;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.hr-heading-md {
    border-top: 4px solid #155c94;
    width: 180px;
    margin-right: calc(100% - 180px);
    margin-top: 1px;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.hr-heading-lg {
    border-top: 4px solid #155c94;
    width: 190px;
    margin-right: calc(100% - 190px);
    margin-top: 1px;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.hr-heading-xl {
    border-top: 4px solid #155c94;
    width: 200px;
    margin-right: calc(100% - 200px);
    margin-top: 1px;
    padding-bottom: 0;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .app-sidebar .logo-img img {
        width: 0;
    }
    .menu-open .app-sidebar .logo-img img {
        width: 100px;
    }
}
/*
body{
    background-color: #f4e4d7;
    color: #1a0d48;
}
.card {
    background-color: #ececec96;
    color: #1a0d48;

}*/
body{
    background-color: #f1ebe5;
    color: #1a0d48;
    font-size : 1.2rem;
}
.card {
    background-color: #f1ebe5;
    color: #1a0d48;

}

/** {*/
    /*background-color: #a2a2a2;*/
/*}*/
.card .card-header {
    background-color: #efd7c3;
}
#container .table th{
    background-color: #efd7c3;
}
.app-sidebar .navigation .menu-title{
    font-size : 1.1rem;
}
#grading_modal label{
    font-size: 16px;
}

#grading_modal .form-control{
    color: #000611;
}
#saveJobData label{
    font-size: 16px;
}

#saveJobData .form-control{
    color: #000611;
}

label{
    font-size: 16px;
}

.form-control{
    color: #000611;
}