
body {
    background-color: #ffffff;
    color: #3C4858;
}

body.inverse {
    background: #ffffff;
}

body.inverse, body.inverse .form-control {
    color: #ffffff;
}

body.inverse .modal,
body.inverse .modal .form-control,
body.inverse .panel-default,
body.inverse .panel-default .form-control,
body.inverse .card,
body.inverse .card .form-control {
    background-color: initial;
    color: initial;
}

.nav-open-absolute body {
    overflow: hidden;
}

blockquote p {
    font-style: italic;
}

.life-of-material-kit {
    background: #FFFFFF;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, a {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    line-height: 1.5em;
}

.serif-font {
    font-family: "Roboto Slab", "Times New Roman", serif;
}
.nav-a:hover{
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    color: #3C4858 !important;
}


.login-page{
    background: radial-gradient(ellipse at center, #0264d6 1%,#1c2b5a 100%);
}


#login form p span {
    background-color: #fff;
    border-radius: 3px 0px 0px 3px;
    color: #000;
    display: block;
    float: left;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

input {
    border: none;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    padding: 0;
    -webkit-appearance: none;
}

p {
    line-height: 1.5em;
}




#login{
    border-right:1px solid #fff;
    padding: 0px 22px;
    width: 59%;
}
.login-logo{
    color:#fff;
    font-size:50px;
    line-height: 125px;
}


.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 75vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}
.min-vh-75{min-height:75vh!important}
.min-vh-50{min-height:50vh!important}
.input-group-text{
    background-color: white !important;
}


@media screen and (max-width: 992px) {


}
@media screen and (max-width: 600px) {
    #login{
        border-right:0px solid #ffffff;
        padding: 0px 0px;
        width: 0%;
    }
}
.breadcrumb-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 104px 0 150px;
    position: relative;
    width:100%;
}
.breadcrumb-image::before {
    background: rgba(0, 0, 0, 0.80) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.breadcrumb-image h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
}
.breadcrumb-image span {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    position: relative;

    font-family: 'Open Sans', Arial, sans-serif;
}
.breadcrumbs_path {
    color: #fff;
    margin-top: 8px;
    position: relative;
    z-index: 9;
}
.breadcrumbs_path > a {
    color: #fff;
    transition: all 0.3s ease 0s;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.services-area {
    background-color: #ffffff;
}
.section-title {
    margin-bottom: 60px;
}
.section-title p {
    color: #777;
    font-size: 16px;
}
.section-title h4 {
    font-size: 40px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.section-title h4:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: #ff3636;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.section-title h4:after {
    position: absolute;
    background-color: #ff3636;
    content: "";
    width: 10px;
    height: 10px;
    bottom: -4px;
    left: 50%;
    margin-left: -5px;
    border-radius: 50%;
}
.single-service {
    border: 1px solid #eee;
    padding: 30px 10px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.single-service i.fa {
    width: 60px;
    height: 60px;
    background-color: #ff3636;
    font-size: 25px;
    color: #fff;
    line-height: 60px;
    text-align:center;
    margin-bottom:20px;
}
.single-service i.fa {
    -webkit-transition: .4s;
    transition: .4s;
}
.single-service:hover i.fa {
    border-radius: 50%;
}
.single-service h4 {
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}
#aboutUs{
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 400;
}
#clients{
    background-color: white;
}

.dt{
    max-width: 100% !important
}

.feather-16{
    width: 16px;
    height: 16px;
}
.feather-20{
    width: 20px;
    height: 20px;
}

.feather-24{
    width: 24px;
    height: 24px;
}

.feather-32{
    width: 32px;
    height: 32px;

}
.mb-4{
    text-align: justify !important;
}

.selectize-input {
    border: 1px solid #ccc;
    padding: 6px 12px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.filters input {
    width: 100% !important;
    padding: 3px !important;
    box-sizing: border-box !important;
}

.wrapper{
    white-space: nowrap !important;
}

.th_color{
    background-color: white !important;
    z-index: +1 !important;
    vertical-align: middle !important;
}

.z_index_0{
    z-index: 0 !important;
}
#search_companyName-selectized{
    width: 160px !important;
}
#search_companyRegisterNumber-selectized{
    width: 140px !important;
}

#search_courtName-selectized{
    width: 105px !important;
}
#search_liquidator-selectized{
    width: 140px !important;
}
#search_liquidatorMailAddress-selectized{
    width: 120px !important;
}
.note-btn{
    color: black !important;
}
.bs-alert{
    border: 4px solid red;
    border-radius: 5px;
}
.bs-alert-icon{
    color: red;
}