#header-block {
    background: #F7FBFE;
    padding: 20px 0;
}

.application-text strong {
    color: #4D4D4D;
}

.application-text {
    color: #4D4D4D;
}

.application-text h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #146db7;
    margin: 0;
}

.application-text a {
    color: #146db7;
    font-weight: 600;
}

.application-text p {
    margin: 0;
    color: #161c2d;
    font-weight: 600;
}

.application-text a:hover {
    opacity: 0.7;
}

#main-content {
    min-height: 1200px;
    padding-left: 5%;
    padding-right: 5%;
}

.form-top-text h3 {
    text-align: center;
    margin: 10px 0;
    font-size: 28px;
    line-height: 34px;
    color: #146db7;
    font-weight: 800;
}

.form-top-text {
    padding: 50px 0;
}

.tooltip_icon {
    color: #161c2d;
}

.red {
    color: red;
}

#main-content .nav-pills {
    margin-bottom: 40px;
}

.divider {
    height: 1px;
    width: 100%;
    background: #dee2e6;
    margin: 20px 0;
}

.no-margin {
    margin: 0 !important;
}

.custom-table {
    border: 1px solid #dee2e6;
    margin: 20px 0 40px;
}

.custom-table .bg-light {
    background-color: #146db7 !important;
}

.table.custom-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    color: #fff;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

.form-top-text {
    padding: 0 100px 20px;
    box-shadow: 2px 2px 5px 1px #ccc;
    margin: 50px 0;
}

.form-top-text .shadow {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
    box-shadow: none !important;
    border: none;
}

.nav-pills a .title {
    font-size: 16px;
    font-weight: 700;
    font-weight: bold !important;
}

.courses {
    background: #f2f2f2;
    padding: 15px;
}

.clone-row {
    position: relative;
}

.add_more {
    position: absolute;
    right: -35px;
    top: 30px;
    color: #161c2d;
    font-size: 28px;
}

.remove_this {
    position: absolute;
    right: -35px;
    top: 30px;
    color: #161c2d;
    font-size: 28px;
}

.main-row .clone-row:first-child .remove_this {
    display: none;
}

.component-wrapper .title.section-title {
    font-size: 26px;
}

.input-group-addon {
    padding: 8px 10px 0;
    font-size: 20px;
    line-height: 23px;
}

.col-30 {
    width: 30%;
}

.row-divider {
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.dates-action {
    position: relative;
}

.dates-action .remove_this, .dates-action .add_more {
    top: 15px;
}

#main-content .form-group textarea {
    height: 50px !important;
}

.save-btn {
    font-size: 22px;
    font-weight: bold;
    padding: 8px 25px;
}

input.form-control.error {
    margin: 0;
    display: block;
}
label.error {
    font-weight: 600;
}
.td_required{position: relative;}
.td_required label.error {
    position: absolute;
    width: 300px;
    bottom: -20px;
    left: 20px;
    color: red;
}
label.error {
    position: absolute;
    width: 300px;
    bottom: -10px;
    left: 20px;
    color: red;
}

.c-modal-header {
    background: #00BE64;
    color: #fff;
    background-image: url(/images/site/sticker.png);
    width: 100%;
    height: 100%;
    padding: 20px;
    background-position: center;
}
.c-modal-header h2 {
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}

.c-modal-header i {
    font-size: 80px;
    margin: 0px 0 20px;
}
.submit_application_modal h3 {
    color: red;
    margin: 10px 0;
}

.temp_rows.highlight input {
    border: 1px solid red;
}
.bg-grey{
    background: #F7FBFE;
}
#header-block button.btn.btn-primary.dropdown-toggle {
    background: none !important;
    border: none !important;
    box-shadow: none;
}
#header-block .btn-group .dropdown-toggle:after {
    content: "";
    position: relative;
    right: 0px;
    top: -2px;
    border-color: #000;
}
.highlight_field{border: 1px solid red !important;}
.user-info {
    color: #000;
    margin: 2px 10px 0 0;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
#application_table td, #application_table t {
    text-align: center;
}
.file-box-inner.prevent-disable,
input.prevent-disable,
textarea.prevent-disable,
select.prevent-disable{
    pointer-events: none !important;
    background: #f2f2f2 !important;
}
label.prevent-disable{
    pointer-events: none !important;
}
.no-padding{
    padding: 0 !important;
}
.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.form-group.position-relative label.error {
    bottom: -30px;
    left: 0;
}
.form-control.input_file {
    width: 100px;
    border: none;
    float: left;
    margin: 0 10px 0 0;
}
.file-box .form-group {
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 5px 0 0;
    overflow: hidden;
}
span.doc_name {
    margin: 7px 0 0 0;
    display: block;
}
.file_action {
    position: absolute;
    top: 34px;
    left: -22px;
}
.uploaded_file {
    display: none;
    color: #0aa50a;
    font-size: 33px;
}
.file_delete_action {
    position: absolute;
    top: 35px;
    right: -30px;
}

.delete_file {
    display: none;
    color: #161c2d;
    font-size: 30px;
}
select.error,
input.error,
textarea.error {
    display: block;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    margin: 4px;
    background-color: #146db7 !important;
    color: #ffffff !important;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
}
.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
    cursor: move;
    border-bottom: 1px solid #f2f2f2;
    color: #146db7;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.tab_next_prev {
    border-top: 1px solid #dee2e6;
    padding: 20px 0 0;
    margin-top: 20px;
}
.default_hide{
    display: none;
}
/* .grey-color-link{
    color: #161c2d;
    text-decoration: underline !important;
} */
strong.red {
    display: block;
    font-size: 14px;
    line-height: 14px;
}
#welcome_modal p {
    color: red;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 10px 0;
}
@media only screen and (max-width:1367px) {
    .nav-pills a .title {
        font-size: 12.5px;
    }
    .form-top-text {
        padding: 0 0 20px;
    }
}

@media only screen and (max-width:480px) {
    .logo-box {
        text-align: center;
    }
    #header-block .application-text {
        text-align: center !important;
        padding: 20px 10px 0;
    }
    #header-block .application-text h2 {
        font-size: 22px;
    }
    form#application_form {
        padding: 0 !important;
    }
    .form-top-text h3 {
        font-size: 16px;
        line-height: 24px;
    }
}