input[type="text"], input[type="password"], textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #426593db;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type="text"]:hover, input[type="password"]:hover, input[type="text"]:focus, input[type="password"]:focus, .form-control:hover, .form-control:focus, textarea:hover, textarea:focus {
    box-shadow: 0px 0px 2px rgb(66, 101, 147);
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #426593db;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

label {
    display: inline-block;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    vertical-align: top;
}

.form-group {
    margin-bottom: 1.5rem;
}

input[type="date"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control, input[type="time"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
}

input[type="submit"] {
    color: #fff !important;
    padding: 6px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    background: #426593;
    position: relative;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border-radius: 4px;
    border: 0px;
    /*width: 160px;*/
    text-wrap: auto;
}

input[type="submit"]:hover {
    border: 0;
}
.primaryColorWil{
    color:#426593;
}
.noPadd{
    padding: 0;
}
.centerForm {
    width: 50%;
    margin: auto;
}

.btnFormLink {
    color: #fff !important;
    padding: 6px 21px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    background: #426593;
    position: relative;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border-radius: 4px;
    border: double #426593;
    margin: 0.5em;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.btnFormLink:hover {
    border: double #FFF;
}

.required {
    color: red;
}

.tTipF img {
    margin-bottom: 4px;
}

.twoColCheckbox {
    font-size: 11px;
    float: left;
    margin-left: 20px;
    line-height: 16px;
}

input[type="checkbox"] {
    display: none;
}

.small_optional_blue {
    color: blue;
    font-size: 12px;
}

.help-block {
    color: #d01919;
    font-size: 0.7rem;
    text-transform: uppercase;
    position: relative;
}

.invalid {
    color: #c60a0a;
    font-size: 0.7rem;
    position: absolute;
    text-transform: full-size-kana;
}

.redE {
    padding: 0px 3px;
    width: 1.2rem;
}

.blue {
    color: #008d4c !important;
    padding: 0px 3px;
    width: 1.2rem;
}

.error {
    color: #c60a0a;
    font-size: 0.7rem;
    position: absolute;
    font-weight: 400;
}
#success_message {
    color: green;
}
#error_message {
    color: red;
    float: right;
    margin-top: 80px;
    margin-right: -78px;
}
.form-horizontal {
    margin: 2em auto;
}

.register-form-left {
    border-left: 1px solid #d2cfcf;
    border-bottom: 1px solid #d2cfcf;
    border-top: 1px solid #d2cfcf;
    padding: 2em;
    margin: auto;
    background: #ffffff;
    border-right: 1px solid #d2cfcf;
}

.form-row {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.register-form-row {
    justify-content: space-around;
}

.form-left {
    border-left: 1px solid #d2cfcf;
    border-bottom: 1px solid #d2cfcf;
    border-top: 1px solid #d2cfcf;
    padding: 4em;
    margin: auto;
    background: #ffffff;
    border-right: 1px solid #d2cfcf;
}

.note-content {
    padding: 1em;
    background: #fff;
    box-shadow: 1px 2px 5px #e6e1e1;
    border: 3px solid #c6c0c0;
    overflow-y: scroll;
    height: 180px;
}

.fos-widget {
    height: 220px;
    border: 1px solid #004e89;
    overflow: auto;
    box-sizing: border-box;
    padding: 0;
    margin: 0 5px;
}

.fos-widget-header {
    padding: 2px;
    text-transform: uppercase;
    text-align: center;
    background: #ddd;
    color: #000;
}

.selected_fos_div {

    border-bottom: 1px solid #FBA940;
    background-color: rgba(249,183,123,0.7);
    padding: 4px 5px;

}
.fos_div,.level_div {
    border-bottom: 1px solid #17a7e0;
    padding: 4px 5px;
    font-size:14px;
}

#eac-container-employer {
    width: 230px !important;
}

.remove_field {
    position: absolute;
    /*right: 0;*/
    z-index: 9;
    margin: 0 0.5rem;
}

.addmore_field {
    position: absolute;
    /*right: 0;*/
    z-index: 9;
    margin: 0 0.5rem;
}

.remove_btn_field {
    position: absolute;
    right: 0;
    z-index: 9;
    margin: -42px 0.5rem;
}

#confirmBox {
    background: #e5e5e5;
    width: 586px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -230px;
    border: 1px solid rgba(33, 33, 33, 0.6);
    z-index: 123456;
    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}

#confirmBox h1, #confirmBox p {
    font: 26px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    background: #bbb;
    padding: 18px 25px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
    color: #666;
}

#confirmBox h1 {
    letter-spacing: 0.3px;
    color: #3d3d3d;
    margin: 0px !important;
}

#confirmBox p {
    background: none;
    font-size: 16px;
    line-height: 1.4;
    padding-top: 35px;
}

#confirmButtons {
    padding: 15px 0 25px;
    text-align: center;
}

#confirmBox .button {
    display: inline-block;
    color: #fff;
    position: relative;
    height: 33px;
    font: 17px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    margin-right: 15px;
    padding: 0 35px 0 40px;
    text-decoration: none;
    border: none;
}

#confirmBox .button:last-child {
    margin-right: 0;
}

#confirmBox .button span {
    position: absolute;
    top: 0;
    right: -5px;
    width: 5px;
    height: 33px;
}

.applyBig {
    width: 800px !important;
    margin: -130px 0 0 -400px ! important;
}

#confirmBox .blue_b {
    background-position: left top;
    background-color: #008d4c;
    border-color: #008d4c;
}

#confirmBox .blue_b span {
    background-position: -195px 0;
}

#confirmBox .blue_b:hover {
    background-position: left bottom;
}

#confirmBox .blue_b:hover span {
    background-position: -195px bottom;
}

#confirmBox .red {
    background-position: -200px top;
    background-color: #CB2238;
    border-color: #CB2238;
}

#confirmBox .red span {
    background-position: -395px 0;
}

#confirmBox .red:hover {
    background-position: -200px bottom;
}

#confirmBox .red:hover span {
    background-position: -395px bottom;
}

#confirmBox .gray {
    background-position: -200px top;
    background-color: #A3A1A1;
    border-color: #A3A1A1;
}

#confirmBox .gray span {
    background-position: -395px 0;
}

#confirmBox .gray:hover {
    background-position: -200px bottom;
}

#confirmBox .gray:hover span {
    background-position: -395px bottom;
}

.text-primary {
    color: #2563c1!important;
}

.danger-red {
    color: red;
}

.info-block h6 {
    color: #426593;
}

.leftPanelI {
    border: 1px solid #000000;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

/*STUDENT REGISTRATION STEP CSS*/
#progressbar,#progressbar2,#progressbar3,#progressbar4,#progressbar5 {
    margin-bottom: 30px;
    overflow: hidden;
}
#progressbar li,#progressbar2 li, #progressbar3 li, #progressbar4 li,#progressbar5 li {
    list-style-type: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    float: left;
    text-align: center;
}

.stepprogress [role="tablist"] li > a{
    display: flex;
    height: 100%;
    align-items: center;
}
#steptwo #progressbar2 li, #stepfour #progressbar4 li{
    float:none;
}

/*.firstP{background-position: left 71.5px top 40px !important;}*/
#progressbar4 .firstP{
    background-position: left 125.5px top 17px !important;
}
/*.lastP{background-position: right 71.5px top 40px !important;}*/
#progressbar4 .lastP{
    background-position: right 129.5px top 17px !important;
}

.progressbar5 .firstP{
    background-position: left 100.5px top 17px !important;
}
.progressbar5 .lastP{
    background-position: right 100.5px top 17px !important;
}
.liPb .steplink a{
    color: #000;
}
.activeP .steplink a {
    font-weight: bold;
    font-size: 10px;
    color: #000;
}

.roundRadius {
    border-radius: 20px;
}
.btn-progress {
    background: #004e89;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 12px;
}
.pendingProgBG,.currentProgBG,.doneProgBG{
    background: #ccc;
    color: #000;
    box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5);
    border: 2px solid #c1c1c1;
    font-weight: bold;
}
.activeP .bg-green {
    background: #17A7E0;
    color:#fff;
    border-color:#2fb5e9;
}

.bg-green.doneProgBG{            /* changes mage */
    background: rgb(29,157,116);
    border-color:rgb(26,137,102);
    color:#fff;
}
/*---// END //---*/

.panel .slidedown .glyphicon, .chat .glyphicon {
    margin-right: 5px;
}

.whiteClass {
    background: #ffffff;
}

.bg-lightgrey {
    background-color: lightgrey;
}

.mini-mize {
    display: none;
}

.shw {
    display: block;
}

.ticket-btn {
    border-radius: 4px;
    padding: 0.1rem 0.75rem;
}

.tox-tinymce {
    width: auto;
}

.character img {
    width: 100%;
    height: 300px;
    max-height: 300px;
    min-height: 300px;
    object-fit: scale-down;
}



@media only screen and (max-width: 992px) {
    .tox-tinymce {
        width: auto;
    }
}


/*----PROGRESS BAR CSS HERE----*/

.marginPG {
    margin: 20px;
}
.donePG {
    background: #9A9A9A !important;
    color:white;
}
.roundRadiusPG {
    border-radius: 20px;
}
.btn:hover {
    background: #274E80 !important;
    color:#ffffff;
    text-decoration: none;
}
.activeP .bg-green {
    background: #EC7A00 !important;
}

/*----// PROGRESS BAR CSS ENDS HERE //----*/

#eac-container-employer{
    width: 230px !important;
}

.easy-autocomplete{
    width: 100% !important;
}
#provider-remote{
    border-color:rgb(231, 128, 6);
}
.btn-in-list{
    margin: 10px 0px ;
}

/*----//---//-----*/
#maindiv{
    width:960px;
    margin:10px auto;
    padding:10px;
    font-family: 'Droid Sans', sans-serif;
}
#formdiv{
    width:500px;
    float:left;
    text-align: center;
}

.upload{

    background-color: #d7d7d7;
    border: 1px solid #0abaff;
    color: #333;
    text-transform: uppercase !important;

}
.upload:hover{
    cursor:pointer;
    background:#0abaff;
    border:1px solid #0abaff;
    color: white;
}
#file{
    color:black;
    padding:5px;
    border:1px dashed #123456;
    background-color: #f9ffe5;
    display: initial;
}


#noerror{
    color:black;
    text-align: left;
}
#error{
    color:red;
    text-align: left;
}
#img{
    width: 17px;
    border: none;
    height:17px;
    margin-left: -20px;
    margin-bottom: 91px;
}

.abcd{
    text-align: center;
}

.abcd img{
    height:100px;
    width:100px;
    padding: 5px;
    border: 1px solid rgb(232, 222, 189);
}

#formget{
    float:right;

}

.text-orange{
    color: #ED6B06;
}
.bg-aliceblue{
    background: aliceblue;
}

.lh-1 {
    line-height: 1!important;
}
.lh-sm {
    line-height: 1.25!important;
}
.lh-base {
    line-height: 1.5!important;
}
.lh-lg {
    line-height: 2!important;
}


#signatureparent {
    color:darkblue;
    /*      background-color:darkgrey;*/
    max-width:600px;
    padding:20px;
}

/*This is the div within which the signature canvas is fitted*/
#signature {
    border: 2px dotted black;
    height: 200px;
    background-color:lightgrey;
}

/* Drawing the 'gripper' for touch-enabled devices */
html.touch #content {
    float:left;
    width:100%;
}
html.touch #scrollgrabber {
    float:right;
    width:4%;
    margin-right:2%;
}
html.borderradius #scrollgrabber {
    border-radius: 1em;
}

.mini-mize{
    display: none;
}


.shw{
    display: block;
}


.ls-7{
    letter-spacing: 7px!important;
}

.outcomel{
}
.outcomel ul{
    padding: 0 4.5rem;
}
.outcomel ul li{
    border: 1px dashed #262626a8;
    border-bottom: 0;
}
.outcomel ul li:nth-last-child(1){
    border-bottom: 1px dashed #262626a8;
}
/*HELP MEDIA*/
.icon-gal{
    margin: 0.5rem;
    box-shadow: 0px 0px 4px #D9D7D7;
    padding: 0.5rem 0.5rem;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.check-icon-gal img {
    width: auto;
    height: 1rem;
    max-height: 1rem;
    min-height: 1rem;
    object-fit: none;
}
.delete-icon-gal img {
    width: auto;
    height: 1rem;
    max-height: 1rem;
    min-height: 1rem;
    object-fit: none;
}
.flashingredAlertClass{
    animation: blinkers 1s alternate infinite;
    font-weight:bold;
}
.lightRedCss {
    background-color: #FFA5A5 !important;
    font-weight:bold;
}
@keyframes blinkers {
    0% {
        background-color:#FFA5A5;
        color: red;
    }
    100%{
        background-color:#FFD0D0;
        color: red;
    }
}
@-webkit-keyframes blinkers {
    0% {
        opacity:0.9;
        color: red;
    }
    100% {
        opacity:1;
        color: red;
    }
}

.flashingyellowAlertClass {
    background-color: yellow;
    animation: blinkery 1s linear infinite;
}
@keyframes blinkery {
    0% {
        background-color:#eeeeb8;
        color: red;
    }
    100%{
        background-color:#eeee7c;
        color: yellow;
    }
}
@-webkit-keyframes blinkery {
    0% {
        opacity:0.9;
        color: yellow;
    }
    100% {
        opacity:1;
        color: yellow;
    }
}

.lightYellowCss {
    background-color: yellow !important;
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.lightOrangeCss {
    background-color: #fba940 !important;
}

.custom-border {
    border-radius: 10px;
    border: 2px solid #426593;
    padding: 10px;
}

.alert-primary {
    color: #fff;
    background-color: #426593 !important;
    /*border-color: #007bff;*/
    width: 100%;
}
.gPDiv{
    width:100%;
    height:100%;
    display: table;
    padding:0px 2px;
}
.gCSpan{
    vertical-align:middle;
    display: table-cell;
    padding:0px 3px;
}
.gCABlue{
    vertical-align:middle;
    display: table-cell;
    color:#0800ff;
    padding:0px 3px;
}
.gCAButton{
    vertical-align:middle;
    display: table-cell;
    padding:0px 3px;
}
.gCANumber{
    vertical-align:middle;
    display: table-cell;
    padding:0px 3px;
}
.gCABlue:hover{
    color:#3d3d3d;
}
.tmobody::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #202020ed transparent transparent;
}
.tmobody {
    position: fixed;
    width: 360px;
    height: auto;
    background: #202020ed;
    color:#ffffff;
    z-index: 1000000;
    padding:5px;
    border:1px solid #000000;
    border-radius: 5px;
}
.tmorowH{
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    float: left;
    padding: 5px;
}
.tmorowV{
    font-size: 12px;
    text-align: left;
    float: right;
    padding: 5px;
}
.tmorowC{
    clear:both;
}
.modal-dialog-scrollable .modal-body{
    max-height: 36rem;
    height: 36rem;
}
.modal-dialog-scrollable .height-100{
    max-height: 100% !important;
    height: 100% !important;
    overflow: unset;
}
.dataHead{
    background:#CFE2FB;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
}
.dataVal{
    background:#EEF5FF;
    padding-top: 5px;
    padding-bottom: 5px;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.7em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width:100%;
}
.styled-table thead tr {
    background-color: #426593;
    color: #ffffff;
    text-align: left;
}
.styled-table th{
    padding: 8px 5px;
    border:1px solid #ffffff;
    text-align:center;
}
.styled-table td {
    padding: 8px 5px;
    border:1px solid #ebeaea;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #426593;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
.overflows{
    overflow-x: scroll;
}