﻿body {
    background: #f9fbfc;
    overflow-x: hidden;
}

.leftPanel {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: #fff;
    width: 20%;
    border-right: solid thin #e1e1e1;
}

.imgSet {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 25px;
}

    .imgSet img {
        max-width: 90px;
    }

.list-group-item + .list-group-item {
    border: none;
    font-size: 14px;
    font-weight: bold;
}

.list-group-item.active {
    background-color: #f4faff;
    border: none;
    color: #00050f;
    font-size: 14px;
    font-weight: bold;
}

.card {
    width: 93%;
    margin-top: 50px;
    border-radius: 3px;
    box-shadow: 0 4px 4px rgba(87, 100, 126, .21);
    border: none;
    margin-bottom: 100px;
    border: solid thin #efefef;
}

    .card h6 {
        margin: 20px 0px;
        color: #105ebc !important;
    }

.form-label, label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}

.footerFixed {
    position: fixed;
    background: #fff;
    padding: 10px;
    right: 0px;
    bottom: 0px;
    width: 80%;
    left: 20%;
    border-top: solid thin #e7e7e7;
}

.leftPanelFooter {
    position: fixed;
    bottom: 0px;
    border-top: solid thin #e7e7e7;
    padding-top: 10px;
    width: 20%;
    padding-left: 18px;
}

    .leftPanelFooter h5 {
        margin-bottom: -3px;
        font-size: 18px;
    }

    .leftPanelFooter p {
        font-size: 14px;
        margin-bottom: 8px;
    }

.disp-none {
    display: none;
}

.justify-content-md-end .btn {
    margin-right: 6px;
}

.form-group {
    margin-bottom: 8px;
}

.offcanvas-footer {
    padding: 8px;
    position: sticky;
    bottom: -16px;
    width: 100%;
    background: #fff;
    border-top: solid thin #ccc;
    height: 70px;
}

.offcanvas-footer .btn{
    float:right;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.CardFamily {
    padding: 0px 16px;
    border: solid thin #ccc;
    border-radius: 10px;
    margin: 12px 0;
}

.rightbtoonPanel {
    margin-top: 19px;
    font-size: 12px;
    font-weight: bold;
}

.OTPText {
    width: 40px;
    float: left;
    margin: 10px;
    border: solid thin #959090;
}

.otpBG {
    width: 400px;
    text-align: center;
    border: solid thin #ccc;
    padding: 23px;
    border-radius: 10px;
    margin-top: 44px
}

.OTPConBG {
    margin: 0 auto;
    width: 247px;
}

.resendCont {
    margin-top: 10px;
    margin-bottom: 40px;
}

.otpBG h6 {
    line-height: 22px;
}

.list-group-item {
    border: none;
    font-size: 14px;
    font-weight: bold;
}
.imgbg {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    display:inline-block;
    margin-right:10px;
    /*text-align: center;*/
}
.EmpDeleteEducationDoc {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #0d6efd;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 20px;
}
    .EmpDeleteEducationDoc:hover {
        background: #0e356e
    }
.EmpDeleteExperienceDoc {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #0d6efd;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

    .EmpDeleteExperienceDoc:hover {
        background: #0e356e
    }


.EmpDeleteDocTypeDoc {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #0d6efd;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 20px;
}
    .EmpDeleteDocTypeDoc:hover {
        background: #0e356e
    }
.text-red {
    color: #dd4b39 !important;
}
.disp-none {
    display: none;
}
.swalbuttonsubmit {
    background-color: #18AACC !important;
}

