.form-group {
    min-height: 70px;
    position: relative;
}
.form-group span.form-error{
    position: absolute;
    bottom: -32px;
    left: 15px;
    font-size: 11px !important;
}

#datatable_wrapper table.cmctable.dataTable, .dataTables_wrapper table.dataTable.cmctable{
    min-width: 100%;
    min-width: 100%;
    min-height: 100%!important;
    height: 100%!important;
}

table.dataTable.cmctable.nowrap td span {
    white-space: normal;
}
table.dataTable.cmctable.nowrap td {
    padding: 10px;
}
.overflowDivdata{
    width: 100%;
    overflow: auto;
}
.overflowDivdata .scrollDiv{
    min-width: 991px;
}

.centerAlign{
    text-align: center;
}

.form-group.text-right.actions.m-t a {
    margin-bottom: 5px;
}

.savedrafts a, .savedrafts .btn{
    margin-bottom: 10px;
    margin-left: 2px;

}

.save_button {
    min-width: 100px;
    max-width: 100px;
    margin-left: 2px;
}

.lightBlueBckGround{
    background: #1740ff !important;
    color: white !important;
}

.hideSearchBox .bs-searchbox {
    display: none;
}

.btn-success[disabled]{
    background-color: blue !important;
    border-color: blue !important;
}

#image1{
    width: 350px;
}
.header1{
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}

#olList ol{
    padding-left: 30px;
    margin-top: 10px;
}

.yccBlue{
    background-color: #1740ff;
    color:white;
}

.yccRedHover:hover{
    background-color: #ff1e46!important;    
    border-color: #ff1e46!important;
}

.yccDarkBlue{
    background-color: #161743;
    color:white;
}

.yccGreyHover{
    color: darkslategrey!important;
    border-radius: 4px !important;
}
.yccGreyHover:hover{
    color: #777777!important;
}

a.disabled-academic {
    cursor: not-allowed;
    opacity: .65;
}

#applicantImageUploadDiv span.form-error {
    position: absolute;
    bottom: -26px;
    left: 15px;
}


.spanSecondary-education1{
    font-size:19px;
    font-weight:bold;
    color:red;
}

.spanPostSec1{
    font-size:19px;
    font-weight:bold;
    color:red; 
}
.spanPubResult1{
    font-size:19px;
    font-weight:bold;
    color:red; 
}


.btn-ycc-red{
    background-color: #ff1e46;
    border-color: #ff1e46;
    color: #fff;
    cursor: default;
}

.btn-ycc-green{
    background-color: green;
    border-color: green;
    color: #fff;
    cursor: default;
}

ul.dropdown-menu li.user-header {
    background: #1740ff!important;
}
ul.dropdown-menu li.user-footer {
    background: #ff1e46!important;
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: #1740ff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-header .close {
    color:white;
}

.navbar-nav>.user-menu .user-image {
    width: 35px;
    height: 35px;
    margin-top: -8px;
}

/*processing event css starts here*/
.dialog-loading-wrapper{
    z-index: 9999999;position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
/*processing event css ends here*/

.formGroupwraper{
    background: #fff;
    border: 1px solid #e0dede;
    width: 100%;
    float: left;
    border-radius: 5px;
    margin: 20px 0;
    padding: 10px;
}
.formGroupwraper .form-group{
    min-height:67px;
}
.selectWrapper input[type="checkbox"]{
    margin: 0;
    vertical-align: middle;
}
.tablegrow{
    padding: 0 30px;
}
@media only screen and (max-width: 766px) {
    .tablegrow{
        padding: 0px;
    }
    .tablegrow a{
        font-size: 14px;
    }
    .tablegrow .table-bordered>thead>tr>th{
        vertical-align: middle;
    }
    .centerAlign{
        text-align: none;
    }
    .formGroupwraper .form-group{
        min-height:100%;
    }
    .homsavebtn .save_btn{
        min-width: 56px;
        /*max-width: 100px;*/
        margin-right: 3px;
        margin-bottom: 5px;
        margin-left: 0;
    }
}

.parentBoxDiv123 {
    display: flex; /* equal height of the children */
}

.childBoxDiv123 {
    flex: 1; /* additionally, equal width */
    background: #0031e5;/*blue*/
    padding: 1em;
    border-radius: 10px;

}
@media only screen and (max-width: 766px) {
    .parentBoxDiv123{
        flex-direction: column
    }
    .childBoxDiv123{
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .steps-container .steps{
        margin-left: 0;
        white-space: nowrap;
        overflow: auto;
        overflow-y: hidden;
    }
    .fuelux .wizard>.steps-container>ul.steps li{
        float: none;
        display: inline-block;
    }
    .fuelux .wizard .step-content{
        padding: 0;
    }
    .formGroupwraper{
        padding: 10px 0;
    }
    #image1{
        width: 250px;
    }
    .centerChange{
        text-align: center;
    }
}

.lebelSpan{
    margin-left: 50px;
    font-weight: bold;
    min-width: 100px;
}

/*for medium and smaller view*/
@media (max-width: 1200px) {
    .lebelSpan{
        margin-left: 0;
    }

}

@media only screen and (max-width: 766px) {
    .label-padding1{
        padding-left: 0;
    }
}

@media (max-width: 767px){
    .navbar-nav>.user-menu .user-image {
        float: none;
        margin-right: 0;
        margin-top: -7px;
        width: 30px;
        height: 30px;
    }
}



