body{
    background-color:#f4f4f4;
}
/* .navbar{
    position: relative;
} */
.contain-mb{
    width:100%;
    padding-top:90px;
    min-height: calc(100vh - 8rem);
}
.member-menu{
    position: absolute;
    top: 60px;
    right: 0px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    border-radius: 3px;
    display:none;
}
.member-list-p{
    border-radius: 3px;
    background-color:#FCFCFC;
    padding: 10px 30px;
    margin-bottom:0rem;
}
.member-list-p .list-item{
    margin-bottom:10px;
}
.logout-btn{
    height:35px;
    margin:auto;
    color: #C94027;
    border-color: #C94027;
}
.logout-btn:hover{
    background-color:#C94027;
    border-color: #C94027;
}
hr{
    margin-top:0.5rem;
    margin-bottom:0.5rem;
}
.member-min{
    border-radius: 50%;
    background-color:#e8e8e8;
    width:42px;
    height:42px;
    overflow: hidden;
}
.member-lg{
    border-radius: 50%;
    background-color:#e8e8e8;
    width:148px;
    height:148px;
    overflow: hidden;
    margin:auto;
}
.mail-box{
    display:flex;
    margin-right:30px;
}
.mail-icon{
    font-size:25px;
    margin:auto;
    color:#7b7b7b;
}
.member-box{
    border-radius: 3px;
    background-color:#FCFCFC;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
    display:flex;
    flex-flow: column;
    padding:32px;
    margin-bottom:30px;
}
.member-name{
    margin: 10px 0px;
    text-align: center;
}
.session-left{
    margin-left:auto;
}
.b-sp{
    width:5px;
    height:18px;
    background-color:#074C91;
    display:inline-block;
    margin-right:5px;
}
.session-title{
    display:inline-block;
    font-size:14px;
}
.session-text{
    font-size:14px;
    margin-left:auto;
}
.member-list{
    border-radius: 3px;
    background-color:#FCFCFC;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
    padding: 20px 32px;
}
.list-item{
    /* padding:10px 0px; */
}
.list-item a:hover{
    color:#074c91;
}
.item-a{
    font-size:14px;
}
.contain-box{
    border-radius: 3px;
    background-color:#FCFCFC;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
    margin-bottom:30px;
}
.title-box{
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom:0px;
}
.contain-title{
    display:inline-block;
}
.contain-pad{
    padding:30px;
}
.form-control{
    display:inline-block;
    width: 78%;
}
.password-title{
    width:20%;
}
.btn-outline-secondary{
    margin-right:20px;
}
/* table */
.table-header{
    width: 100%;
    background-color:#e8e8e8;
    margin-top: -30px;
    color:#3f3f3f;
    font-size:0.875rem;
}
.table-tr{
    padding: 10px 0px;
    color:#3f3f3f;
    border-bottom: 1px solid #e8e8e8;
}
.detail-tr{
    padding: 10px 0px;
    color:#3f3f3f;
}
.table-tr .button{
    padding: .45rem .875rem;
}
.table-tr .col-12{
    margin:auto;
    padding:0px 5px;
}
.table-detail{
    display:none;
    /* background-color:#e8e8e8; */
    padding:10px 20px;
    border:1px solid #e8e8e8;
    width:100%;
    margin-top:10px;
}
.detail-header{
    color:#3f3f3f;
    font-size:0.875rem;
    background-color: #e8e8e8;
}
.detail-header2{
    width: 100%;
    background-color:#e8e8e8;
    color:#3f3f3f;
    font-size:0.875rem;
}
.detail-tr{
    color:#3f3f3f;
    padding: 5px 0px;
}
.look-more{
    display:inline-block;
    margin-right:10px;
}
.table-more{
    color:#3f3f3f;
    margin:auto;
}
.table-p-header{
    display:none;
    width:25%;
}
.n-p{
    align-items: center;
}
.input-box{
    margin-bottom:10px;
}
.right-box{
    display:flex;
    margin-top: 20px;
}
.right-btn{
    margin-left:auto;
    margin-right: 10px;
}
.custom-select{
    width:78%;
}
/* .date-pick-box{
    width:78%;
} */
.date{
    width:100%;
    padding-right:0px;
}
.input-group-addon{
    background-color: #fff;
    border: 1px solid #ced4da;
    padding: 0px 10px;
    border-radius: 0px 5px 5px 0px;
}
.fa-calendar-alt{
    font-size: 20px;
    padding-top: 8px;
}
.date-p{
    margin:0px 20px;
}
.form-m-b{
    margin-bottom:10px;
}
.fa-angle-down{
    transition: all .3s linear;
}
.d_img_active {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.apply-p{
    padding-left:12px;
}
textarea {
    resize : none;
}
.empty-box{
    display:flex;
    width:100%;
    border:1px solid #e8e8e8;
    padding: 20px 0px;
}
.empty-text{
    margin:auto;
}
.navbar-nav{
    position: relative;
}
.navbar-nav .nav-link {
    border-bottom:unset;
}
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.5);
}
.member-img-box{
    position: relative;
}
.overlay{
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:148px;
    height:148px;
    opacity:0;
    transition:.5s ease;
    margin:auto;
}
.overlay:hover{
    opacity:1;
}
.overlay_text{
    position: absolute;
    color:white;
    font-size:20px;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
/*-------------------------*/
/* $media query
/*-------------------------*/

@media (min-width: 1440px){

}
@media (min-width: 1200px) and (max-width: 1439px) {

}

@media (min-width: 992px) and (max-width: 1199px){
}
@media (min-width: 576px) and (max-width: 991px){

}
@media (min-width: 576px) and (max-width: 767px){

}
@media screen and (max-width:1440px){
}
@media screen and (max-width:991px){


.member-list-p {
    border-radius: 3px;
    background-color: #FCFCFC;
    /*padding: 0px 0px 0px 0px;*/
    padding: 10px 23px 1px 25px;
    margin-bottom: 0rem;
}
    .member-menu{
        /*top:75px;*/
        top: 51px;
        right: -14px;
    }
    .member-list{
        display:none;
    }
    .navbar-nav{
        flex-wrap: wrap;
        flex-direction: row;
        width: fit-content;
        padding-top: 4px;
    }

}
@media screen and (max-width: 767px) {
    .member-lg {
        display:none;
    }
    .overlay {
        display:none;
    }
    .table-header{
        display:none;
    }
    .detail-header2{
       display:none;
    }
    .detail-tr .row{
        border-bottom:1px solid #e8e8e8;
     }
    .table-p-header{
        display:flex;
        width:25%;
        font-size: 0.875rem;
    }
    .table-text{
        width:75%;
        text-align: right;
    }
    .table-more{
        margin-top:10px;
    }
    .table-tr {
        padding: 10px 12px;
        border: 2px solid #e8e8e8;
        margin-bottom:10px;
    }
    .table-tr .row{
        margin-top:5px;
    }

}
@media (max-width: 575px){

    .contain-pad{
        padding:10px;
    }
    .m-left-contain{
       padding-left:0px;
       padding-right:0px;
    }
    .m-right-contain{
        padding-left:0px;
        padding-right:0px;
    }
    .password-title{
        width:25%;
    }
    .form-control {
        display: inline-block;
        width: 70%;
        margin-left: 10px;
    }
}
@media (max-width: 480px){

}

@media (max-width: 375px){

}
@media (max-width: 320px){

}
