.margin{
      margin-top:56px;
}
.body.settings a {
    width: 100% !important;
}
.bank_card p {
    margin-bottom: 2px;
    font-size: 11px;
}
.card_head {
    display: flex;
    justify-content: space-between;
    background: #4b6e93;
    padding: 6px 10px;
    align-items: center;
}
.card_head h6 {
    color: #fff;
}
.card_head a {
    margin-bottom: 0;
}
.btn.btn-light {
    background: #fff;
}
li.heading {
    align-items: center;
    justify-content: space-between;
    padding: 10px !important;
}
.filterBoxIn {
    display: flex;
    background: #e5e5e5;
    gap: 4px;
    align-items: end;
}
.filterBox label{
    font-size: 12px;
    font-weight: 600;
}
.filterBox input, .filterBox select {
    font-size: 13px;
    min-width: 150px;
    max-width: 150px;
}
.filterBox {
    display: flex;
    background: #e5e5e5;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.sign_bar {
    padding-top: 18px;
    text-align: center;
}
.sign_bar a {
    color: #1faeef;
}
nav.flex.items-center.justify-between {
    text-align: right;
    padding: 10px;
}
.log_inner{
    border: 10px solid #FFF;
    box-shadow:  2px 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 100px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.1); -moz-box-shadow:  2px 2px 4px rgba(0,0,0,0.1);
            -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}
.radio_col input {
    width: 14px !important;
    margin: 0;
}
.radio_col label {
    margin-bottom: 0;
    padding: 4px 0px 0px 10px;
}
input.form-control:focus {
    box-shadow: none;
    outline: none;
}
input[readonly] {
    background: #d1d1d1 !important;
    padding: 0 8px;
}
input[type="file"] {
    font-size: 12px;
}
input[type="number"], input[type="email"] {
    width: 100%;
    padding: 0 8px;
}
.radio_col {
    display: flex;
    align-items: center;
}
.text-danger {
    color: #e2332f !important;
}
img.index_img {
    width: 80px;
    height: 60px;
}
.table-responsive th {
    min-width: 100px;
}
.table-responsive th:first-child {
    min-width: 50px;
}
i.fa.fa-user.img-thumbnail {
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
p#memberName {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: #4b6e93;
    padding: 0 4px;
    margin-top: 8px;
    display: inline-block;
    min-width: 100px;
}
.spouse_box {
    position: relative;
}
.spouse_in {
    position: absolute;
    left: 0;
    top: 0;
}
select:focus {
    outline: none;
}
.spouse_in select {
    height: 35px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #e2e2e2;
    width: 45px;
    padding: 2px;
}
.spouse_box input {
    padding-left: 50px!important;
}
.spouse_in select option {
    background: #fff;
}
input, select {
    height: 35px !important;
}
input[type="checkbox"], input[type="radio"] {
    height: 12px !important;
    width: 12px;
}
.input-group {
    width: 100%;
}
.input-group input {
    width: 100% !important;
}
.nom_warning {
    background: #ffa1a1;
    padding: 6px;
    display: inline-block;
    font-weight: 600;
}
div#printUnderageText h6 {
    display: block;
}
img.edit_img {
    width: 100%;
    height: 140px;
}
.widgetButtons .bb .ibw- {
    font-size: 30px;
}
img.sidebar_img {
    width: 60px;
    height: 50px;
}
.header .logo img {
    width: 80px;
    height: 80px;
}
.header {
    height: 95px;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
}
.menu {
    margin-top: 90px;
}
.header .header_menu li .popup {
    top: 70px;
}
.menu.menu-open {
    display: block !important;
}
tr.danger td {
    color: red;
}
.wBlock.purple .dSpace{
    background: #b900ff;
}
.wBlock.purple {
    background: #e193ff;
}
.wBlock.greenish-blue .dSpace{
    background: #4c9f89;
}
.wBlock.greenish-blue {
    background: #93cebe;
}
.wBlock.purple .dSpace h3, .wBlock.greenish-blue .dSpace h3 {
    color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 991px){
    .filterBoxIn {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    } 
    .filterBox {
        display: block;
    }
    .filterBox input, .filterBox select {
        min-width: 100%;
    }
    .button{
        margin-top: 16px;
    }
}
@media screen and (max-width: 767px){
    .filterBoxIn {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .card-header {
        display: block;
    }
    .card-header h1 {
        padding-bottom: 10px;
    }    
    .filterBox {
        display: block;
    }
    .filterBox input, .filterBox select {
        min-width: 100%;
    }
    .button{
        margin-top: 16px;
    }
    .popup {
        width: 320px;
    }
}

  