/* Override Existing Styles */
.notifyjs-bootstrap-base {
    background-image: none !important;
    padding: 8px 10px !important;
}

#progress-bar {
    padding: 25px 15px !important;
}
    #progress-bar ul li.current::after {
        display: none;
    }
    #progress-bar ul li:first-child {
        text-indent: initial !important;
    }
    #progress-bar ul li:last-child {
        left: 1px;
        text-indent: initial !important;
    }
        #progress-bar ul li:first-child span,
        #progress-bar ul li:last-child span {
            background: #969696 url(/Portals/0/skins/capels/images/plane.png) no-repeat center center !important;
            margin: auto;
        }
    #progress-bar ul li a {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
        #progress-bar ul li a span {
            background: url(/Portals/0/skins/capels/images/circle-dotted.png) no-repeat center center, #00608a url(/Portals/0/skins/capels/images/arrow-right.png) no-repeat center center !important;
            margin: auto;
        }
    #progress-bar ul li.current a span {
        background: #fff url(/Portals/0/skins/capels/images/plane2.png) no-repeat center center !important;
        margin: auto;
    }
    #progress-bar ul li:first-child.current a span,
    #progress-bar ul li:last-child.current a span {
        background: #969696 url(/Portals/0/skins/capels/images/plane.png) no-repeat center center !important;
        background-color: #fff !important;
    }
    #progress-bar ul li a em {
        color: #aaa !important;
        margin: auto;
    }
    #progress-bar ul li.enabled a em {
        color: #fff !important;
    }
    #progress-bar ul li.enabled,
    #progress-bar ul li.enabled a {
        cursor: pointer !important;
    }

#sidebar-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.control-label {
    font-weight: 500;
}
    .control-label small b {
        color: #c4006a;
    }
.form-group.full-width {
    max-width: 100%;
    width: 100%;
    clear: inherit;
}
    .form-group.full-width label i {
        font-size: 0.9rem;
        font-weight: 400;
    }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    display: none;
}
.form-group.datepicker,
td.datepicker {
    position: relative;
}
    .form-group.datepicker img {
        position: absolute;
        right: 5px;
        bottom: 4px;
    }
    td.datepicker img {
        position: absolute;
        right: 16px;
        bottom: 8px;
    }
    .form-group.datepicker .form-control.is-invalid + img,
    td.datepicker .form-control.is-invalid + img {
        bottom: 31px;
    }
    .form-group.datepicker .form-control.datepicker,
    .form-group.datepicker img.ui-datepicker-trigger,
    .td.datepicker .form-control.datepicker,
    .td.datepicker img.ui-datepicker-trigger {
        cursor: pointer;
    }
.form-control[readonly] {
    background-color: #fff !important;
}
.invalid-feedback:after {
    display: none !important;
}
.is-invalid ~ .invalid-feedback {
    display: block;
}

th {
    font-weight: 500;
}

ul, ol {
    padding-left: 20px;
}
div.mce-fullscreen {
    z-index: 9999999;
}
div.mce-edit-area {
    background: #fafaf9 !important;
    padding: 15px;
}
.card {
    border-radius: initial !important;
    border-bottom: 0px !important;
}
    .card:last-child {
        margin-bottom: 1rem;
        border-bottom: 1px solid rgba(0,0,0,.125) !important;
    }
    .card.is-empty {
        display: none;
    }
    .card .card-header {
        background-color: #fff;
        border-bottom: none;
        cursor: pointer;
        font-weight: 600;
    }
        .card .card-header:first-child {
            border-radius: initial !important;
        }
        .card .card-header .fa.fa-caret-up,
        .card .card-header .fa.fa-caret-down {
            cursor: pointer;
            position: relative;
            top: 5px;
        }
        .card .card-header .fa.fa-caret-up {
            display: none;
        }
        .card .card-header .fa.fa-caret-down {
            display: block;
        }
    .card.is-open .card-header {
        border-bottom: 1px solid rgba(0,0,0,.125);
    }
        .card.is-open .card-header .fa.fa-caret-up {
            display: block;
        }
        .card.is-open .card-header .fa.fa-caret-down {
            display: none;
        }
    .card .card-body {
        display: none;
    }

/* End of Override Existing Styles */

/* Styles for Controls */
input.my-info {
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
    top: 4px;
}
div.radio-options {
    position: relative;
    margin-bottom: 1rem;
}
    div.radio-options input[type="radio"] {
        display: none;
    }
        div.radio-options input[type="radio"][disabled] + label {
            background-color: #ddd !important;
        }
        div.radio-options input[type="radio"]:checked + label {
            background-color: #003c62 !important;
            color: #fff !important;
        }
        div.radio-options input[type="radio"]:checked[disabled] + label {
            background-color: #6c757d !important;
        }
    div.radio-options label {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 1rem;
        margin: 0;
        margin-right: 5px;
        background-color: #fff;
        color: #495057;
        cursor: pointer;
        border: 1px solid #ced4da;
        border-radius: .625rem;
        transition: all .1s ease-in-out;
    }
div.radio-options-high {
    position: relative;
    margin-bottom: 1rem;
}
    div.radio-options-high input[type="radio"] {
        display: none;
    }
        div.radio-options-high input[type="radio"][disabled] + label {
            background-color: #ddd !important;
        }
        div.radio-options-high input[type="radio"]:checked + label {
            background-color: #003c62 !important;
            color: #fff !important;
        }
        div.radio-options-high input[type="radio"]:checked[disabled] + label {
            background-color: #6c757d !important;
        }
    div.radio-options-high label {
        display: inline-block;
		width: 250px;
        height: 50px;
        line-height: 1.5;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1rem;
        margin: 0;
        margin-left: auto;
		margin-right: auto;
        background-color: #fff;
        color: #495057;
        cursor: pointer;
        border: 1px solid #ced4da;
        border-radius: .625rem;
        transition: all .1s ease-in-out;
		text-align: center;
		vertical-align: middle;
		word-wrap: break-word;
    }
td div.radio-options {
    margin-bottom: 0;
}

.file-upload .file-upload-inner input[type="file"],
.multi-files-upload .multi-files-upload-inner input[type="file"] {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-upload .file-upload-inner > div > label,
.multi-files-upload .multi-files-upload-inner > div > label {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    width: 90%;
    display: block;
    width: 100%;
    padding: .425rem .8rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .625rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .file-upload .file-upload-inner > div > label span,
    .multi-files-upload .multi-files-upload-inner > div > label span {
        width: calc(100% - 20px);
        max-width: calc(100% - 25px);
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: top;
    }

    .file-upload .file-upload-inner > div > label strong,
    .multi-files-upload .multi-files-upload-inner > div > label strong {
        height: 100%;
        display: inline-block;
        font-weight: 400;
        background: url(/Portals/0/Skins/CAPELS/images/img.png) no-repeat right center;
        width: 18px;
        text-indent: -9999px;
    }

.file-upload .file-upload-inner > div > progress,
.multi-files-upload .multi-files-upload-inner > div > progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .625rem;
}

.file-upload table,
.multi-files-upload table {
    margin-top: .5rem
}

    .file-upload table thead tr th:nth-child(2),
    .multi-files-upload table thead tr th:nth-child(2),
    .file-upload table thead tr th:nth-child(3),
    .multi-files-upload table thead tr th:nth-child(3) {
        width: 120px;
    }

    .multi-files-upload table tbody tr td:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
/* Ene Styles for Controls */
div.mandatory {
    margin-top: 1.875rem;
    color: #c4006a;
}

.overlay-mask::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.74);
}

.overlay-mask::after {
    content: "PLEASE WAIT...";
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 172px);
    color: white;
    font-size: 50px;
    font-weight: bolder;
}

.user-guides .card {
    border: 1px solid #EDEFF0;
}
    .user-guides .card a {
        color: #212529;
        font-size: 17px;
        font-weight: 900;
        padding: 0px;
    }
    .user-guides .card input {
        color: #212529;
        font-size: 17px;
        font-weight: 900;
        padding: 0px;
    }
    .user-guides .card .card-header {
        cursor: default;
    }
    .user-guides .card.has-child .card-header {
        cursor: pointer;
    }
        .user-guides .card.has-child .card-header i.fa-plus,
        .user-guides .card.has-child.is-expanded .card-header i.fa-minus {
            display: inline-block;
        }
        .user-guides .card.has-child.is-expanded .card-header i.fa-plus,
        .user-guides .card.has-child .card-header i.fa-minus {
            display: none;
        }
    .user-guides .card.has-child.is-expanded .card-header i.fa-plus {
        display: none;
    }
    .user-guides .card .card-body {
        padding-top: 0px;
        padding-bottom: 0px;
    }
        .user-guides .card .card-body ul {
            padding-left: 0;
        }
            .user-guides .card .card-body ul li {
                list-style: none;
            }
            .user-guides .card .card-body ul li a {
                font-size: 14px;
                font-weight: 400;
            }
            .user-guides .card .card-body ul li input {
                font-size: 14px;
                font-weight: 400;
            }

p.declaration,
p.privacy,
span.privacy {
    position: relative;
    padding-left: 30px;
    width: inherit;
    max-width: inherit;
}
    p.declaration input[type="checkbox"],
    p.privacy input[type="checkbox"] {
        position: absolute;
        top: 20px;
        left: 10px;
        width: inherit;
        height: inherit;
    }
        p.declaration input[type="checkbox"]:focus,
        p.privacy input[type="checkbox"]:focus {
            border-color: inherit;
            box-shadow: inherit;
        }

label.add-row {
    cursor: pointer;
    line-height: 1;
}
    label.add-row .plus {
        position: relative;
        border: none;
        top: 0px;
        margin-right: 3px;
        width: 20px;
        height: 16px;
        background-size: contain;
        cursor: pointer;
    }
        label.add-row .plus:focus {
            outline: none;
        }


#checklist .dropdown-menu {
    transform: none !important;
    top: 100% !important;
    left: inherit !important;
    max-height: 400px;
    overflow-y: scroll;
}

#checklist .overlay-mask::after {
    font-size: 25px;
    top: 40%;
    left: 25%;
}


div.checklist-question {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
    div.checklist-question input[type="radio"] {
        display: none;
    }
        div.checklist-question input[type="radio"]:checked + label {
            background-color: #003c62 !important;
            color: #fff !important;
        }
    div.checklist-question label {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 1rem;
        margin: 0;
        margin-right: 5px;
        background-color: #fff;
        color: #495057;
        cursor: pointer;
        border: 1px solid #ced4da;
        border-radius: .625rem;
        transition: all .1s ease-in-out;
    }

div.form {
    min-height: 200px;
}
    div.form > div.error-message {
        text-align: center;
        font-size: 2rem;
    }

table.application-details tr th,
table.application-details tr td {
    text-align: center;
    vertical-align: top;
}

table.caas-process-action td {
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100px;
}
    table.caas-process-action td button.btn {
        width: 200px;
    }

table.caas-process-action tr {
    text-align: center;
}

table.process-action-logs tr td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#main-nav.has-sidemenu .navbar-collapse ul:first-child > li:first-child > a {
    background-image: none;
    padding: 13px 20px;
    position: relative;
    width: auto;
    top: 0;
    left: 0;
}

#personal-particulars .upload {
    background: #fff;
    border: 1px solid #dfdfdf;
    text-align: center;
}
    #personal-particulars .upload a {
        padding: 10px;
        width: 100%;
        line-height: 300px;
        display: inline-block;
    }
        #personal-particulars .upload a img {
            max-height: 300px;
        }

div[uid="caasRemarksSupportingDocument"] .file-upload-inner > label,
div[uid="caasRemarksSupportingDocument"] .file-upload-inner > br,
div[uid="caasRemarksSupportingDocument"] .file-upload-inner > small {
    display: none;
}
#caas-remarks-and-uploads .file-upload-control .table {
    display: none !important;
}
#caas-remarks-and-uploads .form-group {
    clear: initial;
}

#application-details-ribbon ol {
    margin-left: 20px;
    padding-left: 20px;
}

#uop-form .fin-passport-no .is-fin {
    float: left;
    margin-bottom: 15px;
    margin-right: 5%;
    width: 35%;
}
#uop-form .fin-passport-no .other-identification {
    float: left;
    margin-bottom: 15px;
    width: 60%;
}
#uop-form .date-of-birth .day {
    float: left;
    margin-bottom: 15px;
    margin-right: 5%;
    width: 25%;
}
#uop-form .date-of-birth .month {
    float: left;
    margin-bottom: 15px;
    margin-right: 5%;
    width: 35%;
}
#uop-form .date-of-birth .year {
    float: left;
    margin-bottom: 15px;
    width: 30%;
}
#uop-form .mobile-number .country-code {
    float: left;
    margin-bottom: 15px;
    margin-right: 5%;
    width: 40%;
}
#uop-form .mobile-number .area-code {
    float: left;
    margin-bottom: 15px;
    margin-right: 5%;
    width: 15%;
}
#uop-form .mobile-number .number {
    float: left;
    margin-bottom: 15px;
    width: 35%;
}
#user-info-form .file-upload .table {
    display: none !important;
}

#manage-advisory-messages-form th.action-buttons {
    width: 100px !important;
}

#manage-advisory-messages-form td.action-buttons {
    text-align: center;
}

#manage-advisory-messages-form td.action-buttons button {
    padding: 0em 0.5em;
    margin-right: 0;
}

#active-advisory-message p:last-child {
    margin-bottom: 0;
    padding: 0;
}

#aml-initial-form table td.datepicker img {
    top: 8px !important;
}

#aml-initial-form table tr.lfso-uploads-summary th i,
#internal-aml-initial-form table tr.lfso-uploads-summary th i {
    font-size: 0.9rem;
    font-weight: 400;
}

#aml-initial-form div[uid="corUploads"] .multi-files-upload-inner label span i,
#aml-initial-form .card-body tr.cor-uploads th span i,
#internal-aml-initial-form #rating-trainings tr.cor-uploads th span i {
    font-size: 0.8em;
}

#afe-appointment-form .form-check-label {
    margin-bottom: 1rem;
}

#afe-appointment-form .form-check-label input[type="checkbox"] {
    margin-top: .2rem;
}

#afe-appointment-form table td > input[type=checkbox]{
    position: inherit;
    margin-top: .8rem;
    margin-left: inherit;
    width: inherit;
    height: inherit;
}

#cov-form td.datepicker img {
    top: 8px;
    bottom: inherit;
}

#fcl-afe-appointment-form .form-check-label {
    margin-bottom: 1rem;
}

#fcl-afe-appointment-form .form-check-label input[type="checkbox"] {
        margin-top: .2rem;
    }

#fcl-afe-appointment-form table td > input[type=checkbox] {
    position: inherit;
    margin-top: .8rem;
    margin-left: inherit;
    width: inherit;
    height: inherit;
}

#declaration-of-flying-experience-ribbon .table-header {
    text-align: center;
}

#fcl-afe-appointment-form td.datepicker img {
    top: 8px;
    bottom: inherit;
}

#fcl-afe-appointment-form #declaration-of-flying-experience-ribbon input[type=number] {
    text-align: right;
}

input.red {
    border: 1px solid red;
}

input.green {
    border: 1px solid green;
}

td.red {
    color: red;
    font-weight: bold;
}

td.green {
    color: green;
    font-weight: bold;
}
span.red {
    color: red;
    font-weight: bold;
}

span.green {
    color: green;
    font-weight: bold;
}

.checklist-title {
    text-decoration: underline;
}

ul.tab-nav {
    padding-left: 0;
    margin-left: 0px;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
}

ul.tab-nav li {
    display: inline-block;
    padding: 10px;
    margin-bottom: -1px;
}

ul.tab-nav li.ui-tabs-active {
    background-color: white;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 4px 4px 0 0;
}

ul.tab-nav li a {
    color: #555;
    cursor: pointer;
    /* background-color: #fff; */
    /* border: 1px solid #ddd; */
    border-bottom-color: transparent;
}

.ui-tabs-panel textarea {
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin: 0;
}

.preview-html {
    height: 28rem;
    overflow-y: scroll;
}

/*Validator*/
.help-block {
    width: 100%;
    margin-top: .25rem;
    font-size: .8125rem;
    color: #c4006a;
    display: block;
    text-align: left;
}

.form-group.has-error .help-block:after {
    /*content: ' ';
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(images/alert.png) no-repeat center center;
    position: absolute;
    top: 8px;
    right: -37px;*/
}

.form-group.has-error select,
.form-group.has-error input,
td.has-error input,
.form-group.has-error label.radio-button,
.form-group.has-error textarea,
.form-group.has-error select,
.form-group.has-error input,
td.has-error input,
.form-group.has-error label.radio-button,
.form-group.has-error textarea {
    border-color: #c4006a;
}

.number-list {
    margin-left: 20px;
    padding-left: 20px;
}