.no-padding {
    padding: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.container {
    padding-left: 100px;
    padding-right: 100px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1350px;
    }
}

.bg-white {

    background-color: #fff;
}

.header-bg {
    background-color: #f1f1f1;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

header {
    position: fixed;
    width: 100%;
    z-index: 3;
}

header .row {
    justify-content: space-between;
}

h1.wizard-applyonline-text {
    display: inline;
    font-family: 'Libre Barcode 39 Extended Text', cursive;
    font-size: 3.3em;
    /*    color: #b1b1b1;*/
    padding-top: 9px;
    text-transform: uppercase;
    letter-spacing: -0.2em;
}

.logo-txt-color {

    color: #616162;
}

.font-ibm {
    font-family: 'IBM Plex Sans';
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

ol,
ul {
    list-style: none;
}

.step_position {
    width: 100%;
    padding: 0;
    margin: 25px 0 0;
    font-size: .72em;
    font-family: 'Open Sans', sans-serif;
}

.step_position .step_position_list.first {
    margin-left: 0 !important;
}

.step_position .step_position_list.active {
    background-color: #333;
    color: #fff;
}

.step_position .step_position_list {
    float: left;
    width: 12.1%;
    margin-left: 4px;
    padding: 18px 5px 10px 39px;
    height: 65px;
    background-color: #e5e5e5;
    color: #868686;
    position: relative;
    font-size: .99em;
    font-weight: 700;
    text-align: left;
}

.step_position .step_position_list.contact_info:before {
    content: '1';
}

.step_position .step_position_list.personal:before {
    content: '2';
}

.step_position .step_position_list.edu_qualification:before {
    content: '3';
}

.step_position .step_position_list.experience:before {
    content: '4';
}

.step_position .step_position_list.credits:before {
    content: '5';
}

.step_position .step_position_list.references:before {
    content: '6';
}

.step_position .step_position_list.upload:before {
    content: '7';
}

.step_position .step_position_list.confirmation:before {
    content: '8';
}

.step_position .step_position_list.active:before {
    background-color: #f58220 !important;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s
}


.step_position .step_position_list:before {
    padding-top: 15px;
    font-size: 1.7em;
    padding-left: 8px;
    display: inline-block;
    position: absolute;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #cecece;
    color: #fff;
}

.step_position .green:before {
    background-color: #34b12c;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s
}

.step_position .orange:before {
    background-color: #f58220;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s
}

.step_position .green {
    color: #000;
}

.content-bg {
    position: fixed;
    z-index: 0;
    top: 140px;
    right: 0;
}

#reg-login-form,
#applicationPreview {
    position: relative;
    z-index: 1;
    top: 100px;
}

#applicationPreview {
    padding-top: 20px;
}

#reg-login-form p {
    margin-bottom: 10px;
    font-size: .9em;
    line-height: 1.5em;
    text-align: justify;
}

.highlight-green {
    /*    background-color: #fc0;*/
    background-color: #a8cd54;
}

.login-info .orDevider {
    position: absolute;
    color: #fff;
    background: #f58220;
    left: -15px;
    top: 185px;
    width: 30px;
    padding: 7px;
    font-size: .9em;
    text-align: center;
    z-index: 2;
}

.login-info .orDeviderLine {
    width: 1px;
    background: #00af8a;
    height: 293px;
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: 1;
}

.login-info .login-subheader,
.form-subheader {
    margin-bottom: 25px !important;
    position: relative !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-family: 'IBM Plex Sans', sans-serif !important;
    font-size: 1.41em !important;
}

.login-info .fieldset_list {
    margin-bottom: 6px;
}

.login-info .login-text_field {
    display: block;
    float: left;
    width: 93%;
    height: 32px;
    border: 1px solid #b7b7b7;
    padding: 2px 10px;
    font-size: .8em;
    color: #333;
}

.login-text_field:focus {
    border: 2px solid #00ae89;
}

.login-info .submit_btn {
    width: 55%;
    display: inline-block;
    margin-top: 12px;
    height: 40px;
    /*    background: #fc0;*/
    text-transform: uppercase;
    color: #fff;
    padding: 5px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    margin-bottom: 17px;
    border: 0;
}

.submit_btn:hover {
    cursor: pointer;
    background: #a8cd54;
    color: #000;
}

.bg-btn {

    /*    background: #a8cd54;*/
    background: #00ae89;
}

.login-info .login-sub_info {
    display: inline-block;
    font-size: .85em;
    font-weight: normal;
    position: relative;
    color: #f58220;
    width: 75%;
}

.login-form-container,
.app_form_container {
    padding-top: 50px;
    padding-left: 25px;
}

.app_form_main_container {
    margin-bottom: 30px;
    position: relative;
}

.app_form_main_container .app_form_container {
    float: left;
    height: 100%;
    margin: 0;
    width: 100%;
    padding: 12px 41px 20px 20px;
}

.app_form_container .base_topic {
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 23px;
    border-bottom: 1px solid #e7e7e7;
    letter-spacing: -.5px;
    font-family: 'Lucida Sans W01';
}

.app_form_container h3 {
    margin-top: 8px;
}

.app_form_container .base_topic_sub_info {
    display: inline-block;
    font-weight: normal;
    font-style: italic;
    font-size: .8em;
    text-transform: none;
    color: #666;
    position: absolute;
    top: 3px;
    right: 0;
}

.app_form_container .fieldset_list {
    padding-bottom: 2px;
    margin: 0 0 7px;
    position: relative;
    overflow: hidden;
}

.app_form_container .fieldset_list .app_form_label {
    width: 100%;
    display: inline-block;
    float: left;
    padding-top: 9px;
    font-size: .9em;
    line-height: 1.1em;
    margin-right: 2%;
}

.app_form_container .fieldset_list .app_form_text {
    overflow: hidden;
    width: 100%;
    height: 30px;
    font-size: .75em;
    display: inline-block;
    float: left;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 0;
    text-indent: .01px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.app_form_container .fieldset_list .app_form_textarea {
    overflow: hidden;
    width: 100%;
    font-size: .75em;
    display: inline-block;
    float: left;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 0;
    text-indent: .01px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    resize: none;
}

.app_form_container .fieldset_list .app_form_select {
    overflow: hidden;
    width: 100%;
    height: 30px;
    font-size: .75em;
    display: inline-block;
    float: left;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 0;
    text-indent: .01px;
    text-overflow: '';
}


input,
input:focus {
    outline: none !important;
}

.app_form_container.submit_info {
    position: relative;
    padding-bottom: 50px;
}

.submit_info .submit_btn {
    min-width: 43.6%;
    width: auto;
    background: #fc0;
    color: #000;
}

.submit_info .btn {
    height: 40px;
    display: inline-block;
    padding: 11px;
    font-size: .75em;
    text-align: center;
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
    text-indent: 0;
}

.submit_info .submit_btn:hover {
    background: #666;
    color: #fc0;
    text-decoration: none;
}

.submit_info .cancel_btn {
    color: #5b5b5b;
    background: #ccc;
    width: 200px;
    margin-left: 15px;
}

.submit_info .cancel_btn:hover {
    color: #eee;
    background: #333;
}

.app_form_container.submit_info .submit_info_note {
    position: absolute;
    font-size: .6em !important;
    bottom: 4px;
    z-index: 1;
}

.app_form_container p {
    margin-bottom: 10px;
}

.app_form_footer {
    position: relative;
    z-index: 2;
}

.container-wrapper {
    width: 100%;
}

.app_form_footer_container {
    overflow: hidden;
    font-family: "Lucida Sans W01";
    border-top: 1px solid #e5e5e5;
    padding: 19px 0;
}

.app_form_footer_container .iiitmk_icon {
    float: left;
    margin-right: 20px;
    width: 100px;
}

.select2-container--default .select2-selection--single {
    border-radius: inherit;
}


.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-results__option {
    color: inherit;
    line-height: inherit;
    font-size: .75em;
}

.select2-container {
    width: 100% !important;
}



.table td,
.table th {
    border: none;
}


textarea:disabled,
input:read-only,
input:not([type]):disabled,
input[type="color"i]:disabled,
input[type="date"i]:disabled,
input[type="datetime"i]:disabled,
input[type="datetime-local"i]:disabled,
input[type="email"i]:disabled,
input[type="month"i]:disabled,
input[type="password"i]:disabled,
input[type="number"i]:disabled,
input[type="search"i]:disabled,
input[type="tel"i]:disabled,
input[type="text"i]:disabled,
input[type="time"i]:disabled,
input[type="url"i]:disabled,
input[type="week"i]:disabled,
select:disabled {
    background-color: rgb(235, 235, 228);
    color: rgb(84, 84, 84);
    cursor: not-allowed;
}

.disabled {
    cursor: not-allowed;
}

.no_overflow {
    overflow: hidden !important;
}

.ui-widget.ui-widget-content {
    z-index: 5 !important;
}

html,
body {
    height: 100%;
}

.displayNone {
    display: none !important;
}

.body_loader {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    background: #fff;
}

.main_content {
    display: none;
}


.line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #4b9cdb;
}

.load-wrapp {
    /* float: left; */
    width: 150px;
    height: 100px;
    margin: 0 10px 10px 0;
    padding: 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
    background-color: #d8d8d8;
    /* margin: 0 auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    /* transform: translateX(-50%) translateY(-50%); */
    transform: translate(-50%, -50%);
}

.load-2 .line:nth-last-child(1) {
    animation: loadingB 1.5s 1s infinite;
}

.load-2 .line:nth-last-child(2) {
    animation: loadingB 1.5s .5s infinite;
}

.load-2 .line:nth-last-child(3) {
    animation: loadingB 1.5s 0s infinite;
}

@keyframes loadingB {
    0 {
        width: 15px;
    }

    50% {
        width: 35px;
    }

    100% {
        width: 15px;
    }
}

.itemLabel {
    font-size: 0.8em;
    margin-bottom: 0px;
    font-weight: bold;
    text-decoration: underline;
}

.itemValue {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 0.8em;
}

.previewTable td {
    padding: 0;
}

.previewTable th {
    padding: 2px;
    min-height: 45px;
}

#applicationPreview .table td,
#applicationPreview .table thead th {
    border: 1px solid #dee2e6;
}


.sectionHead {
    background: #eee;
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: bold;
    letter-spacing: 1px !important;
    font-family: 'IBM Plex Sans', sans-serif !important;
    font-size: 1.41em !important;
}

.sectionSubHead {
    background: #f8f8f8;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 1px !important;
    font-family: 'IBM Plex Sans', sans-serif !important;
    font-size: 1.1em !important;
    color: #666;
}

.h-sep {
    height: 5px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00af8b+0,73b370+53,b3d35c+100 */
    background: #00af8b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #00af8b 0%, #73b370 53%, #b3d35c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00af8b 0%, #73b370 53%, #b3d35c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00af8b 0%, #73b370 53%, #b3d35c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00af8b', endColorstr='#b3d35c', GradientType=1);
    /* IE6-9 */

}

.login-info {
    margin-bottom: 50px;
}

#div-otp {
    display: none;
}

.required-pointer {
    color:red;
}
