﻿/*ReSharper Disable All*/

.btn {
    border-radius: 0;
    background-color: #FAC8A0;
    cursor: pointer;
    font-size: 14px;
    padding: 2px 3px 2px 3px;
}

    .btn:hover {
        background-color: #FAC8A0;
        color: #0b0b0c;
    }

.btn-Extra {
    width: auto;
    padding-right: 5px;
}

.lightCaptionBorder {
    background-color: #FEEBDD;
    font-weight: normal;
    font-family: tahoma;
    font-size: 13px;
    width: 100%;
    height: 20px;
    padding-bottom: 3px;
    padding-left: 3px;
    border: 1px solid #FAC8A0;
    text-align: left;
    color: #3c3c3c;
}

.lightCaptionCenter {
    background-color: #FEEBDD;
    font-weight: normal;
    font-family: tahoma;
    font-size: 13px;
    width: 100%;
    height: 20px;
    padding-bottom: 3px;
    padding-left: 3px;
    border-bottom: 1px solid #FAC8A0;
    text-align: center;
}

.lightCaptionLeft {
    background-color: #FEEBDD;
    font-weight: normal;
    font-family: tahoma;
    font-size: 13px;
    width: 100%;
    height: 20px;
    padding-bottom: 3px;
    padding-left: 3px;
    border-bottom: 1px solid #FAC8A0;
    text-align: left;
    color: #3c3c3c;
}

.lightCaptionRight {
    background-color: #FEEBDD;
    font-weight: normal;
    font-family: tahoma;
    font-size: 13px;
    width: 100%;
    height: 20px;
    padding-bottom: 3px;
    padding-left: 3px;
    border-bottom: 1px solid #FAC8A0;
    text-align: right;
    padding-right: 10px;
    position: fixed;
    z-index: 100;
}

/*Added By EMP-241*/
.grdHeaderFont {
    /*color: rgb(18, 38, 170);*/
}

.grdHeaderDiv {
    background-color: #FEEBDD;
    font-weight: normal;
    font-family: tahoma;
    font-size: 13px;
    height: 30px;
    border: 1px solid #FAC8A0;
    text-align: center;
    border-bottom: 0;
    margin: 0 1px 0 1px;
}

.grdHeaderLabel {
    margin: 5px 0 5px 0 !important;
    font-size: 13px;
}

/*Added By EMP-241*/

.divContainer .content {
    width: 100%;
    height: auto;
    padding-left: 5px;
    padding-top: 10px;
    float: left;
}

.btn-warning {
    background-image: linear-gradient(#FAC8A0, #FAC8A0 60%, #FAC8A0);
    border: 1px solid #FCB987;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 500;
    color: #3c3c3c;
}

    .btn-warning:hover {
        background-image: linear-gradient(#FCDDC5, #FCDDC5 60%, #FCDDC5);
        border: 1px solid #FCB987;
        color: #0B0B0C;
    }

.showPopupButton {
    width: 75px;
}

.main-div-style {
    background-color: #FDFAF7;
    border: 1px solid #FAC8A0;
    padding: 10px 0 10px 0;
}

.nav-user-photo {
    border-radius: 100%;
    border: 2px solid #FCB987;
    max-width: 100px;
}

.divBox {
    background-color: #FDFAF7;
    border: 1px solid #FAC8A0;
    padding: 0;
}

.padding_bottom10px {
    padding-bottom: 10px;
    margin-top: 10px;
}

.btnGetData {
    margin-top: 5px;
    padding-right: -5px;
    text-align: right;
}

/*new added by anika*/
.divBoxForBottomGrid {
    background-color: #FDFAF7;
    border: 1px solid #FAC8A0;
    padding: 0;
    margin-top: 2px;
}

.divBoxForMiddleGrid {
    background-color: #FDFAF7;
    border: 1px solid #FAC8A0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 2px;
}

.gridContainer {
    padding: 5px;
    display: block;
}

.topElementOnDiv {
    padding-top: 10px;
}

.contentDivHolder {
    background-color: #FDFAF7;
    border: 1px solid #FAC8A0;
    padding: 5px 5px 5px 5px;
}

.contentDivHolderForBottomGrid {
    background-color: #FDFAF7;
    border: 1px solid #FAC8A0;
    padding: 5px 5px 5px 5px;
    margin-top: 2px;
}
.allSidePadding {
    padding: 5px 5px 5px 5px;
}

.divBoxForleftGrid {
    background-color: #FDFAF7;
    border: 1px solid #FAC8A0;
    padding: 0;
    margin: 10px 3px 2px 0px;
}


.divBoxForRightGrid {
    background-color: #FDFAF7;
    border: 1px solid #FAC8A0;
    padding: 0;
    margin: 10px 0px 2px 3px;
}
/*new added by anika*/
@media all and (min-height: 600px) {
    /*new added by anika*/
    .divBoxForBottomGrid {
        margin-top: 4px;
    }

    .gridContainer, .contentDivHolder {
        padding: 5px 5px 5px 5px;
    }
    /*.contentDivHolder {
        padding: 5px 5px 5px 5px;
    }*/

    .contentDivHolderForBottomGrid {
        margin-top: 10px;
    }

    /*new added by anika*/
}

@media all and (max-height: 600px) {
    /*.divBoxForleftGrid {
        margin: 10px 6px 2px 6px;
    }

    .divBoxForRightGrid {
        margin: 10px 3px 2px 3px;
    }*/
}
/*@media print {
    @page {
        size: A4 landscape;
        background-color: red !important;
    }
    table, figure {
        page-break-inside: avoid; /* Prevent the table from breaking across pages */
    }
}*/

.requiredAsterisk:after {
    content: " *";
    color: red;
}

.removeRequiredAsterisk:after {
    content: "";
    color: white;
}
.CustomControl {
    padding: 0px;
    margin: 0px;
    padding-right: 10px;
}
.CustomControlBtn {
    padding: 0px;
    padding-top: 3px;
}
.space2div {
    padding-top: 5px;
}
.spaceleft5px {
    padding-left: .5em !important;
}


.divContainier {
    padding: 5px 3px 5px 8px;
}

.divBody {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #bfbdbd;
    box-shadow: 5px 10px #edecec;
    color: #f35607;
    font-family: Calibri,'Times New Roman';
    font-size:16px;
}

.divCard {
    margin-bottom: 0px;
    font-size: 36px;
    color: #ef6e2e
}

.divSpace {
    margin-bottom: 15px;
}

/*For Individual DashBoard*/
.p-4 {
    padding: 1.5rem !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}
/* user-dashboard-info-box */
.user-dashboard-info-box .candidates-list .thumb {
    margin-right: 20px;
}

    .user-dashboard-info-box .candidates-list .thumb img {
        width: 60px;
        height: 60px;
        -o-object-fit: cover;
        object-fit: cover;
        overflow: hidden;
        border-radius: 50%;
    }

.user-dashboard-info-box .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
}

.user-dashboard-info-box .candidates-list td {
    vertical-align: middle;
}

.user-dashboard-info-box td li {
    margin: 0 4px;
}

.user-dashboard-info-box .table thead th {
    border-bottom: none;
}

.table.manage-candidates-top th {
    border: 0;
}

.user-dashboard-info-box .candidate-list-favourite-time .candidate-list-favourite {
    margin-bottom: 2px;
}

.table.manage-candidates-top {
    min-width: 100%;
}

.user-dashboard-info-box .candidate-list-details ul {
    color: #969696;
}

/* Candidate List:: Added By Mahmod (24-August-2023) */
.candidate-list {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .candidate-list:hover {
        -webkit-box-shadow: 0px 0px 34px 4px rgba(33, 37, 41, 0.06);
        box-shadow: 0px 0px 34px 4px rgba(33, 37, 41, 0.06);
        position: relative;
        z-index: 99;
    }

        .candidate-list:hover a.candidate-list-favourite {
            color: #e74c3c;
            -webkit-box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
            box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
        }

    .candidate-list .candidate-list-image {
        margin-right: 25px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        border: solid;
    }

        .candidate-list .candidate-list-image img {
            width: 60px;
            height: 60px;
            -o-object-fit: cover;
            object-fit: cover;
        }

.candidate-list-title {
    margin-bottom: 5px;
}

.candidate-list-details ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

    .candidate-list-details ul li {
        margin: 2px 2px 2px 0px;
        font-size: 13px;
    }

.candidate-list .candidate-list-favourite-time {
    margin-left: auto;
    text-align: center;
    font-size: 13px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
}

    .candidate-list .candidate-list-favourite-time span {
        display: block;
        margin: 0 auto;
    }

    .candidate-list .candidate-list-favourite-time .candidate-list-favourite {
        display: inline-block;
        position: relative;
        height: 20px;
        width: 40px;
        line-height: 10px;
        border: 1px solid ;
        border-radius: 100%;
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-bottom: 20px;
        font-size: 16px;
        color: #646f79;
    }

        .candidate-list .candidate-list-favourite-time .candidate-list-favourite:hover {
            background: #ffffff;
            color: #e74c3c;
        }

.candidate-banner .candidate-list:hover {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    z-index: inherit;
}

.bg-white {
    background-color: #ffffff !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.user-dashboard-info-box .candidates-list .thumb {
    margin-right: 20px;
}