/***
    Author: Syed Rakesh Uddin
    Mail  : syedrakesh.me@gmail.com
***/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Tahoma", sans-serif !important;
    color: #263238 !important;
    background: #f2f2f2 !important;
}
#submit_application_form{
    position: absolute;
    bottom: 10px;
    left: 188px;

}
.sidebar {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 1;
    top: 95px;
    left: 0;
    background-color: #fff;
    overflow-x: scroll;
    transition: 0.5s;
    white-space: nowrap;

}
.submit-btn{
    background: #49aa49;
    color: #fff;
    padding: 10px;
}
.relatives label {
    text-transform: capitalize;
}

.relatives, .languages {
    display: none;
}

.points-analysis .table tbody tr td:nth-child(2) {
    text-align: center;
}

.points-analysis .table tbody tr td:nth-child(3) {
    text-align: center;
}

.points-analysis .table tbody tr td:nth-child(4) {
    text-align: center;
}

.points-analysis .table > :not(:first-child) {
    border-top: 0;
}

.criminal-record-details, .health-condition-details {
    display: none;
}

#mySidebar {
    width: 220px;
    padding-bottom: 120px;
}

#main {
    margin-left: 220px;
}

.sidebar a {

    text-decoration: none;
    color: #494848;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #466ff8;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: transparent;
    color: white;
    border: none;
}
.closebtn {
    font-size: 20px;
    cursor: pointer;
    background-color: transparent;
    color: white;
    border: none;
}

.openbtn:hover {
    background-color: transparent;
}

#main {
    transition: margin-left .5s;
}

.main-content {
}

.header-bg {
    z-index: 9999;
    height: 95px;
    background: #466ff8;
    color: #fff;
}

.round {
    border-radius: 50%;
}

.user-image {
    width: 25px;
    height: 25px;
}

.form-button-section .back-button {
    display: inline-flex;
    align-items: center;
    padding-left: 7px;
}

.form-button-section .save-button {
    display: inline-flex;
    align-items: center;
}

.form-button-section .skip-button {
    display: inline-flex;
    align-items: center;
    padding-left: 7px;
}

.skip-button i {
    font-size: 21px;
}

.new-applicant-bottom {
    text-decoration: none;
    padding: 6px 12px;
    background: #466ff8;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;

}

.breadcrumb-sub-text {
    font-size: 15px;
}

.full-divider {
    border: 0px solid #dfdfdf;
    width: 100%;
    padding: 0;
    margin: 0;
}

ol.breadcrumb {
    margin-bottom: 0px !important;
}

.new-applicant-top {
    color: #466ff8;
    text-decoration: none;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
}

.bg-white {
    background-color: white;
}

.logout {
    background: transparent;
    border: none;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

main {
    top: 95px;
    position: relative;
    background: #f2f2f2;
    /*height: calc(100vh - 40px);*/
    height: 100%;
}

/*.navbar-glass-shadow {*/
/*    -webkit-box-shadow: 0 .5rem .5rem -0.5rem rgba(0,0,0,.2) !important;*/
/*    box-shadow: 0 .5rem .5rem -0.5rem rgba(0,0,0,.2) !important;*/
/*}*/

.active a, .steps .active a {
    color: #2194F3;
}

.steps .inactive a {
    color: #90A4AE;
}

td, th {
    vertical-align: middle;
}

td > .fade-color {
    color: #607D8B;
}

.applicant-list > tbody > tr > td {
    padding: 0px !important;
}

.fade-color {
    color: #607D8B;
}

.fade-blue-bg {
    background-color: rgba(33, 148, 243, 0.15);
    color: rgb(33, 148, 243);
}

.details-menu > div > a > .fade-color:hover {
    background-color: rgba(33, 148, 243, 0.15);
    color: rgb(33, 148, 243);
}

@media (min-width: 768px) {
    .details-height {
        height: 100%;
    }
}

.app-name {
    font-size: 14px;
}

a {
    text-decoration: none !important;
}
.claim-text{
 font-size: 12px;   
}
.sitename{
        visibility: visible;
}
@media (max-width: 550px) {
    .details-height {
        height: 100%;
    }
.sidebar{top:145px;}
    .claim-text{
        font-size: 10.5px;
        line-height: 13px;
    }
    .sitename{
     visibility: hidden;
    }
    .header-bg{
        height: 145px;
    }
    
}
