/* Minification failed. Returning unminified contents.
(1384,38): run-time error CSS1034: 
(1384,38): run-time error CSS1042: Expected function, found ','
(1384,43): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(1389,38): run-time error CSS1034: 
(1389,38): run-time error CSS1042: Expected function, found ','
(1389,43): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
.MindstickDialog {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #FFF;
    padding: 0px;
    width: 350px;
    color: #222;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 4px 2px #222;
    -moz-box-shadow: 0px 0px 4px 2px #222;
    box-shadow: 0px 0px 4px 2px #222;
    *border: 1px solid #666; /* IE6 & 7 */
    border: 1px solid #666\9; /* IE8 */
}

    .MindstickDialog .MindstickDialog_Title {
        margin: 0;
        padding: 10px 10px;
        font-weight: bold;
        font-size: 14px;
        background: #009241;
        color: #FFF;
        text-align: left;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        *padding: 7px 10px; /* IE6 & 7 */
        padding: 7px 10px\9; /* IE8 */
    }

    .MindstickDialog .MindstickDialog_Body {
        background-repeat: no-repeat;
        background-position: 10px 10px;
        padding: 10px;
        text-align: left;
        min-height: 150px;
        font-size: 15px;
        font-weight: bold;
        color: #009241;
    }

    .MindstickDialog .MindstickDialog_Icon {
        /*padding: 10px 10px 10px 68px;*/
        _height: 48px;
    }

    .MindstickDialog .MindstickDialog_Buttons {
        background: #E5E5E5;
        border-top: 1px solid #DADADA;
        padding: 5px 5px 5px 10px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

        .MindstickDialog .MindstickDialog_Buttons a {
            text-decoration: none;
            font-weight: bold;
            color: #000;
            background: transparent;
            border: 1px solid #AAA;
            padding: 4px 10px;
            float: right;
            margin-right: 5px;
            min-width: 60px;
            _width: 60px;
            text-align: center;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .MindstickDialog .MindstickDialog_Buttons a:hover {
                background: #717366;
                color: #FFF;
            }

.MindstickDialogOverlay {
    background: #666;
}

.state-overview .symbol {
    color: #fff;
    min-height: 100px;
    width: 44%;
    position: relative;
}

.crossText {
    font-size: 14px;
    display: block;
    transform: translate(-50%, -50%) rotate(-42deg);
    font-weight: bold;
    top: 50%;
    left: 50%;
    position: absolute;
}

@media only screen and (max-width: 720px) {
    .crossText {
        font-size: 15px;
        height: auto;
    }
}
/*For Mobile Phone*/
.intl-tel-input {
    width: 100%;
}

.input-validation-error,
.input-validation-error + div {
    border-color: red !important;
}

.application-table .span-table-heading {
    margin-top: 43px;
    position: absolute;
}

.chat-window {
    bottom: 0;
    position: fixed;
    margin-left: 10px;
    z-index: 100;
    float: right;
    right: 0;
    width: 300px;
}

    .chat-window .chat-box {
        float: right;
    }

    .chat-window > div > .panel {
        border-radius: 5px 5px 0 0;
    }

.icon_minim {
    padding: 2px 10px;
}

.end-chat-wrapper-inner {
    background: #e5e5e5;
    margin: 0;
    padding: 10px 10px 0px;
    max-height: 300px;
    overflow-x: hidden;
}

.top-bar {
    background: #666;
    color: white;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.msg_receive {
    padding-left: 0;
    margin-left: 0;
}

.msg_sent {
    margin-right: 0;
}

.messages {
    padding: 20px 10px 10px 10px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 232px;
    word-wrap: break-word;
}

    .messages > p {
        font-size: 13px;
        margin: 0 0 0.2rem 0;
    }

    .messages > time {
        font-size: 11px;
        color: #ccc;
    }

.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}

.avatar {
    position: relative;
    padding-left: 14px;
}

.base_receive > .avatar:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
    justify-content: flex-end;
    align-items: flex-end;
}

    .base_sent > .avatar:after {
        content: "";
        position: absolute;
        bottom: 8px;
        left: -10px;
        width: 0;
        height: 0;
        border: 5px solid white;
        border-right-color: transparent;
        border-top-color: transparent;
        box-shadow: 1px 1px 2px rgba(black, 0.2);
    }

.msg_sent > time {
    float: right;
    color: rgba(51, 51, 0, 0.78);
}



.msg_container_base::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.btn-group.dropup {
    position: fixed;
    left: 0px;
    bottom: 0;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #009241;
    border-color: #009241;
    padding: 5px 0px 0px 0px;
    width: 300px;
    cursor: pointer;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}

.btn-primary {
    color: #fff !important;
    background-color: #009241 !important;
    border-color: #05612e !important;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: #009241 !important;
        border-color: #05612e !important;
    }

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 0 !important;
}

.chat_input_text {
    background-color: #fff;
    width: 100%;
    height: 30px;
    border: 1px #d4d4d4 solid;
    padding: 0 10px;
    line-height: 40px;
    clear: both;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 12px;
}

.chat_label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
}

.base_sent .msg_sent {
    margin-right: 10px;
    position: relative;
    background: #cfedfb;
}

.base_receive .msg_sent {
    position: relative;
    background: rgba(255,255,255,1);
}

.avatar span {
    font-size: 13px;
}

.chat-table-body {
    height: 204px;
    overflow-x: hidden;
    display: block;
    width: 100%;
}

.base_sent .msg_sent .avatar,
.base_receive .msg_sent .avatar {
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 11px;
    padding: 0;
    color: rgba(51, 51, 0, 0.78);
}

table .dataTable tbody.chat-table-body tr {
    width: 100% !important;
    display: block !important;
}

    table.dataTable tbody.chat-table-body tr td {
        height: 30px;
        line-height: 22px;
        padding: 5px 10px;
        color: #666666;
        font-size: 13px;
        width: 100% !important;
        display: block !important;
    }

#print-dates span.colm {
    background-color: #f5f5f5;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin: 1px;
    padding: 13px 0;
    text-align: center;
    width: 14%;
}

#print-dates h5 {
    font-size: 13px;
    font-weight: bold;
}

#print-timeSlots span.colm {
    background-color: #e8e3e3;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin: 1px;
    padding: 13px 0;
    text-align: center;
    width: 14%;
}

#print-timeSlots h5 {
    font-size: 13px;
    font-weight: bold;
}

#print-timeSlots span.colm.block {
    background-color: #e89696;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin: 1px;
    padding: 13px 0;
    text-align: center;
    width: 14%;
}

.NotesText .input-text-area {
    width: 100%;
    border: none;
    padding: 0 10px;
    line-height: 31px;
    font-size: 13px;
    min-height: 150px;
    resize: none;
    background-color: white;
    min-height:150px;
}

.message-alert .glyphicon-plus:before {
    color: #fff;
}

.message-alert {
    animation-name: anim;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    background-color: rgb(117,209,63);
    border-color: #e50000;
    border-width: 3px;
    border-style: solid;
    color: #fff;
    text-shadow: 0 0 3px #000;
}

.message-alert {
    animation-timing-function: cubic-bezier(.8,0,.2,1);
}

.message-alert {
    animation-name: anim-half;
    animation-timing-function: steps(1,end);
}

@keyframes anim {
    to {
        background-color: #e50000;
        border-color: rgb(117,209,63);
    }
}

@keyframes anim-half {
    50% {
        background-color: #e64d18;
        border-color: rgb(117,209,63);
    }
}

.add-application .modal-backdrop.in {
    display: none;
}

.add-application.modal {
    background-color: rgba(102, 102, 102, 0.57);
}

.add-application .modal-dialog {
    width: 480px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 14%;
    box-shadow: 0px 0px 4px 2px #222;
    border-radius: 6px;
}

    .add-application .modal-dialog .modal-header {
        padding: 0;
    }

.add-application .modal-title {
    margin: 0;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
    background: #009241;
    color: #FFF;
    text-align: left;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    *padding: 7px 10px; /* IE6 & 7 */
    padding: 7px 10px\9; /* IE8 */
}

.add-application label {
    float: left;
    width: 50%;
    text-align: left;
    margin-bottom: 10px;
    color: #000;
}

.add-application table {
    margin-bottom: 10px;
    color: #000 !important;
    font-size: 12px;
    font-weight: normal;
}

.add-application .modal-dialog .modal-footer {
    background: #E5E5E5;
    border-top: 1px solid #DADADA;
    padding: 5px 5px 5px 10px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.add-application button.close {
    margin-top: 5px;
    margin-right: 10px;
    color: #fff !important;
    opacity: 1;
}


.add-application .modal-header {
    border-bottom: none;
    border-bottom: none !important;
}



.add-application .form-wrap {
    float: none;
}

.add-application .modal-footer {
    padding: 14px;
    text-align: right;
    border-top: none !important;
}

.modal-backdrop {
    z-index: 0;
    /*opacity: 0.9 !important;*/
    background-color: #ccc !important;
}



.add-application .modal-dialog .modal-content .modal-body {
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding: 10px;
    text-align: left;
    min-height: 150px;
    font-size: 15px;
    font-weight: bold;
    color: #009241;
}

.add-application .btn {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    background: transparent;
    border: 1px solid #AAA;
    padding: 4px 10px;
    float: right;
    margin-right: 5px;
    min-width: 60px;
    _width: 60px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.add-application .main-div {
    margin-top: 20px;
}

.add-application .btn :hover {
    background: #717366;
    color: #FFF;
}

input[type=checkbox] {
    zoom: 1.3;
}

span.details-control {
    background: url('../images/icons/details_open.png') no-repeat center center;
    cursor: pointer;
    cursor: pointer;
    width: 23px;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}

tr.shown span.details-control {
    background: url('../images/icons/details_close.png') no-repeat center center;
}

.printDisplay {
    display: none !important;
}

.spanAppMsg {
    font-size: 11px;
    color: #000;
}

.add-application .table_scroll {
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}

.renewSpan {
    margin-left: 40px;
    font-weight: bold !important;
    text-transform: none !important;
    width: auto !important;
    font-size: 13px !important;
    color: #333333;
}

.from_company .required {
    margin-right: 5px !important;
    float: left !important;
}
/*.from_company .form-list label {width:97% !important; float:left !important;}*/
.notification-count {
    width: 26px;
    background: #d82323;
    line-height: 17px;
    padding: 5px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    margin-top: -12px;
    right: -14px;
    height: 26px;
    font-size: 12px;
    font-weight: bold;
    display: none;
}

input[type="radio"], input[type="checkbox"] {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px !important;
    margin-top: 0px !important;
}

.cms-page-mobile div .inner_content .heading_text {
    display: none;
}

.cms-page-mobile li {
    list-style: disc !important;
    margin-left: 17px !important;
}

#ecitibizRecordsCertificateDiv .form-list li {
    width: 100%;
}

.fontsize16 {
    font-size: 16px !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

ul li .no-doc-found {
    height: 33px;
    margin-top: 5px;
    padding: -1px;
    padding: 0px 0px 3px 3px;
}

.top-links ul li .data_transfer_icon.icon {
    background-position: -159px 8px;
}

.data-migration .dropdown-menu {
    left: -157px !important;
}

/*19-9-18 CSS for Marriage Pulbic notice start*/

#marriagegPublicNotice .wedsMachMbox_wrap table tr td .couple_description h3 {
    min-height: 45px;
}

#marriagegPublicNotice .wedsMachMbox_wrap table tr td .couple_description p.venue_text {
    min-height: 50px;
}

@media screen and (min-width: 992px) {
    #marriagegPublicNotice .wedsMachMbox_wrap table tr td {
        width: 31.3%;
        min-height: 350px;
        float: left;
        display: inline-block;
        margin: 0 1%;
    }
}
/*19-9-18 CSS for Marriage Pulbic notice end*/
/**Css for Position summary approve table**/
.model-Position-Summary {
}

    .model-Position-Summary .center {
        z-index: 1000;
        margin: 0px auto 0px -5% !important;
        width: 10%;
        border-radius: 10px;
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
        left: 50%;
        top: 50%;
        right: 50%;
        position: absolute;
    }

    .model-Position-Summary .modal.loader {
        z-index: 9991;
    }

    .model-Position-Summary .modal-backdrop.in {
        display: none;
    }

    .model-Position-Summary .modal-header {
        border-bottom: none;
        padding: 15px 15px 0px 15px !important;
        border-bottom: none !important;
    }

    .model-Position-Summary .form-wrap {
        float: none;
    }

    .model-Position-Summary .modal-footer {
        padding: 14px;
        text-align: right;
        border-top: none !important;
    }

    .model-Position-Summary .btn {
        white-space: normal;
        max-width: 150px;
    }

    .model-Position-Summary tbody tr td {
        white-space: normal;
    }

    .model-Position-Summary .modal-lg {
        width: 1200px;
    }

    .model-Position-Summary .close {
        margin-top: 10px;
        color: black;
        font-weight: bold;
    }

@media screen and (min-width:768px) and (max-width:1024px) {
    .model-Position-Summary .modal-lg {
        width: 100%;
    }
}

.model-Position-Summary tbody tr td.supo-desigonations {
    white-space: normal;
    word-break: break-all;
    width: 80px;
}

.model-Position-Summary .table-approve-summary {
    width: 100% !important;
}

    .model-Position-Summary .table-approve-summary .tbl-th-slot-approve {
        width: 80px !important;
    }

    .model-Position-Summary .table-approve-summary .tbl-summary-btnCancel {
        width: 18% !important;
        margin-bottom: 4px;
    }


    .model-Position-Summary .table-approve-summary tbody tr td,
    #tblTabularBreakdown tbody tr td {
        max-width: 100px;
        word-break: inherit;
        word-wrap: break-word;
    }
/*added loader modal*/
.ajax-modal {
    position: fixed;
    z-index: 10000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
/**/
a.dt-button.btn-adopt {
    background: #10a251;
    color: #fff;
    border: 0;
    border-bottom: 3px #108231 solid;
    border-radius: 3px;
    padding: 4px 7px 4px;
    text-transform: capitalize;
    font-size: 15px;
    margin: 0px 4px;
    cursor: pointer;
    display: block;
    border: none !important;
}

    a.dt-button.btn-adopt:hover,
    a.dt-button.btn-adopt:focus,
    a.dt-button.btn-adopt:active {
        background-color: #20B261 !important;
        border-color: transparent;
        background-image: none !important;
        padding: 4px 7px 4px;
        border: none !important;
    }

.adopt-wrapper .dataTables_filter {
    float: right;
}

.adopt-wrapper .dt-buttons a.dt-button.btn-adopt {
    position: absolute;
    right: 25%;
    margin-top: 5px;
    text-align: center;
}

.adopt-wrapper .dt-buttons {
    margin-bottom: 5px;
    width: 100%;
}

.adopt-wrapper .tbl-reco-btnCancel {
    width: 15%;
}

.adopt-wrapper .tbl-recommendation {
    width: 100% !important;
}

    .adopt-wrapper .tbl-recommendation .tblRecoBtnEdit {
        max-width: 180px;
        white-space: normal;
    }

.div-recommendation {
    box-shadow: rgb(221, 221, 221) 0px 1px 5px;
    padding-top: 15px !important;
}

.wedsMachMbox .couple_description > h3 {
    color: #505050;
    font-size: 14px;
    margin-top: 0;
    min-height: 53px;
    text-transform: uppercase;
}

.wedsMachMbox .couple_description h3 strong {
    text-transform: uppercase;
}

.wedsMachMbox .couple_description .venue_text {
    min-height: 40px;
}

._button-wrap {
    width: 100%;
    text-align: center;
}

    ._button-wrap ._button-save {
        color: #fff;
        border-radius: 3px;
        padding: 6px 18px 8px;
        text-transform: capitalize;
        font-size: 15px;
        margin: 0px 4px;
        cursor: pointer;
        display: inline-block
    }

        ._button-wrap ._button-save._green {
            background: #10a251;
            border-bottom: 3px #108231 solid;
        }

        ._button-wrap ._button-save._blue {
            background: #5848a0;
            border-bottom: 3px solid #382880;
        }

        ._button-wrap ._button-save._green :hover {
            background-color: #20B261;
        }

.button-wrap .button-save._blue:hover {
    background: #6753c1
}

.model-Position-Summary .dataTables_wrapper {
    text-align: right;
}

    .model-Position-Summary .dataTables_wrapper .dt-buttons {
        float: none;
        display: inline-block;
        margin-right: 20px;
    }

.model-Position-Summary .btn-all-slots {
    background: #10a251;
    color: #fff;
    border: 0;
    border-bottom: 3px #108231 solid;
    border-radius: 3px;
    padding: 4px 13px 4px;
    text-transform: capitalize;
    font-size: 15px;
    margin: 0px 4px;
    cursor: pointer;
    display: block;
}

.model-Position-Summary .dt-button.btn-all-slots:hover {
    background: #10a251 !important;
    color: #fff;
    border: 0 !important;
    border-bottom: 3px #108231 solid !important;
    background-image: none !important;
    text-transform: uppercase;
    padding: 4px 13px 4px !important;
    font-size: 15px;
}

.wor-mon-return .slot_lists .slot-item {
    margin-bottom: 10px;
}
/*Un comment following css if sroll is needed */

/*.model-Position-Summary table#tblSummaryPosition {
    overflow: auto;
    float: left;
    width: 100% !important;
    max-height: 500px;
    display: block;
}*/
/*
    Registration Page changes
*/
.register-page .button.register-btn {
    margin-top: 10px;
}

.register-page .button.register-cancel {
    background: #5848a0;
    border-bottom-color: #382880;
}

    .register-page .button.register-cancel:hover {
        color: white;
    }

.register-page #FrontRegister .form-list li label {
    margin-top: 5px;
}

.register-page input[type=checkbox] {
    zoom: 1.4;
    vertical-align: middle;
    margin: 0;
}

.register-page ul.account_notice li strong {
    color: #feff01;
}

.register-page ul.account_notice li p {
    color: #fff;
}

.register-page ul.account_notice li {
    width: 48%;
    float: left;
    margin: 1%;
    background: #009241;
    padding: 15px;
    position: relative;
}

.register-page ul.account_notice {
    float: left;
    width: 100%;
    clear: both;
}

    .register-page ul.account_notice li p {
        color: #fff;
        font-weight: 600;
        font-size: 13px;
        line-height: 24px;
        margin: 0;
        min-height: 150px;
        padding-bottom: 25px;
    }

.register-page .acc_notice_wrapper {
    max-width: 48%;
    margin: 0 auto;
}

    .register-page .acc_notice_wrapper p.noticeMsg {
        padding: 15px;
    }

.register-page ul.account_notice li a:hover {
    color: #feff01;
}

.register-page ul.account_notice li a {
    clear: both;
    float: right;
    position: absolute;
    right: 20px;
    bottom: 13px;
    color: #fff;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    transition: 0.3s;
}

.register-page .boxWrap {
    margin: 0 auto !important;
}

.register-page .notice-footer {
    font-size: 15px;
    font-weight: 600;
}

    .register-page .notice-footer a {
        color: #009241;
    }

.register-page ul.account_notice_header li {
    width: 48%;
    float: left;
    align-content: center;
    margin: 1%;
    position: relative;
}

    .register-page ul.account_notice_header li p {
        color: #009241;
        font-weight: 600;
        font-size: 14px !important;
        margin: 0;
        text-align: center;
    }
/*
    Registration Page changes End
*/
#divReasonForReIssue .Application_history h4.heading_text {
    font-size: 20px;
}

/*Used for hide large text on user Info*/
.welcomeText {
    display: inline-block;
    width: 190px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

/*Re-Certification Modal changes Start*/
.modal-re-certi .main-div {
    margin-top: 0;
}

    .modal-re-certi .main-div span {
        margin-top: 15px;
        display: inline-block;
        width: 100%;
    }

    .modal-re-certi .main-div ul {
        list-style-type: circle;
        padding-left: 30px;
    }

        .modal-re-certi .main-div ul li {
            list-style-type: disc;
            margin-bottom: 14px;
        }

    .modal-re-certi .main-div h4 {
        font-weight: 600;
    }

.modal-re-certi .modal-header h4.modal-title {
    font-size: 16px;
}

.modal-re-certi .modal-header {
    background: #009241;
    padding-top: 3px !important;
    padding-left: 0 !important;
}
/*Re-Certification Modal changes End*/
.navbar-default .navbar-nav > li ul.dropdown-menu .sub li {
    width: 100%;
}

.boxWrap.addAccount {
    margin: 0 !important;
}

.PositionPart .form-list .full_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .PositionPart .form-list .full_grid label {
        width: auto;
        font-weight: 600;
    }

        .PositionPart .form-list .full_grid label .input-checkbox {
            margin-right: 0 !important;
            height: 15px;
            width: 15px;
        }
/* Male/Female Radio button at registration page start*/
span.icon-user-female {
    background: url('../../Content/images/icons/icons-female.png');
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: 32px auto;
    margin-top: 0;
    vertical-align: middle;
    margin-right: 2px;
}

span.icon-user-male {
    background: url('../../Content/images/icons/icon-male .png');
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: 32px auto;
    margin-top: 0;
    vertical-align: middle;
    margin-right: 2px;
}

.rd-gender {
    width: 15px;
    height: 15px;
}

label.gender-female {
    margin-left: 4%;
}

label.gender-male {
    margin-left: 12%;
}

.dataTables_pro.dataTable thead th {
    padding: 10px 14px;
}
/*new Paymnet receipt*/
.pdf--main--wrapper {
    position: relative;
    width: 21cm;
    height: auto;
    margin: 0 auto;
    padding:0 10px;
    color: #000000;
    background: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    /* Keyword values */
    -webkit-print-color-adjust: economy;
    -webkit-print-color-adjust: exact;
    /* Global values */
    -webkit-print-color-adjust: inherit;
    -webkit-print-color-adjust: initial;
    -webkit-print-color-adjust: unset;
}

.page--header {
    position: relative;
}

    .page--header > div {
        display: inline-block;
        vertical-align: middle;
        width: 33.33%;
        border-top: 2px solid #00923f;
        border-bottom: 2px solid #00923f;
        padding: 10px 0;
        -webkit-print-color-adjust: exact;
    }

        .page--header > div p {
            margin: 0;
            border-top: 2px solid #00923f;
            border-bottom: 2px solid #00923f;
            padding: 4px 0;
            -webkit-print-color-adjust: exact;
        }

    .page--header .header--center {
        width: 24%;
        margin: 0 3%;
        border: none;
    }

    .payment--details {
        text-align: center;
        position: relative;
    }

    .payment--details .payment--status {
        background: #9ee4dc;
        width: 80%;
        margin: 0 auto 20px;
        font-size: 32px;
        font-weight: 600;
        line-height: 1;
        padding: 25px 0;
        color: #2b2525;
        border-radius: 50px;
        -webkit-print-color-adjust: exact;
    }

    .payment--details .payment--one {
        font-size: 15px;
        text-decoration: underline;
        margin-bottom: 7px;
    }

    .payment--details .payment--two {
        font-size: 13px;
        letter-spacing: 0;
        margin-bottom: 7px;
    }

    .payment--details .payment--two span {
        color: #573df7;
        text-transform: capitalize;
        border: 1px solid #00923f;
        padding: 2px 7px;
        border-radius: 10px;
        -webkit-print-color-adjust: exact;
    }

    .payment--details .payment--three {
        display: inline-block;
        border: 2px solid #00923f;
        padding: 4px 15px;
        border-radius: 15px;
        font-size: 14px;
        margin: 0 150px 10px;
        -webkit-print-color-adjust: exact;
    }

    .payment--details .payment--four {
        display: inline-block;
        border: 1px solid #00923f;
        padding: 4px 12px;
        border-radius: 15px;
        font-size: 14px;
        margin: 0 0 10px;
        -webkit-print-color-adjust: exact;
    }

    .payment--five {
        font-size: 14px;
    }

    .user--details {
        margin-top: 25px;
        position: relative;
    }

    .user--details .user--left {
        float: left;
    }

    .user--details .user--left p {
        font-size: 13px;
        margin: 0;
    }

    .user--details .user--right {
        float: right;
    }

    .user--details .user--right p {
        font-size: 13px;
        margin: 0;
        text-transform: none;
    }

    .payment--table {
        margin-top: 15px;
        background: url('http://ecitibizqa.evdpl.com/UploadedImages/pdflogo-watermark.png');
        background-position: center bottom -10px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .payment--table thead td {
        font-size: 16px;
        padding: 10px 12px;
        color: #fff;
        letter-spacing: 0.06em;
        background: #2b2525;
        -webkit-print-color-adjust: exact;
    }

    .payment--table thead td:nth-child(2) {
        font-size: 16px;
        padding: 10px 12px;
        color: #fff;
        letter-spacing: 0.06em;
        background: #00923f;
        -webkit-print-color-adjust: exact;
    }

    .payment--table tbody td {
        font-size: 13px;
        padding: 5px 10px;
        background: rgb(214, 255, 250, 0.5);
        -webkit-print-color-adjust: exact;
    }

    .payment--table tbody tr:nth-child(even) td {
        background: rgb(231, 231, 231, 0.5);
        -webkit-print-color-adjust: exact;
    }

    .payment--table > table{
        width:100%;
    }
    .payment--option {
        margin-top: 30px;
    }

    .payment--option .option--left {
        width: 55%;
        float: left;
    }

    .payment--option .option--right {
        /*width: calc(45% - 100   px);*/
        width: 30%;
        float: right;
        padding: 0 20px 0 30px;
    }

    .payment--option .option--right div,
    .payment--option .option--right img {
        width: 100%;
        height: auto;
    }
/*End new Paymnet receipt */
.form-fields .form-list label.two-line{
    min-height: 35px;
}

