input[type="text"],
input[type="password"],
textarea {
  display: block;
  width: 100%;
  height: calc(1em + 0.75rem + 2px);
  padding: 0.275rem 0.75rem;
  font-size: 0.775rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #006577;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.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(0, 101, 119);
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1em + 0.75rem + 2px);
  padding: 0.275rem 0.75rem;
  font-size: 0.775rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #006577;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

label {
  display: inline-block;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 0.775rem;
  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: #e9eff2 !important;
  background: #006577;
  text-transform: uppercase;
  /*font-weight: bold;*/
  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: 1px solid #e9eff2;
  /*margin: 0.5em;*/
  text-wrap: balance;
  text-align: center;
  padding: 8px 18px;
  font-size: 0.6rem;
}

input[type="submit"]:hover {
  color: #006577 !important;
  background: #e9eff2 !important;
  border: 1px solid #006577;
}
.primaryColorWil {
  color: #006577;
}
.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: #006577;
  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 #006577;
  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.6rem;
  text-transform: uppercase;
  position: relative;
}

.invalid {
  color: #c60a0a;
  font-size: 0.6rem;
  position: relative;
  /*    text-transform: full-size-kana;*/
  margin-top: 4px;
  font-weight: normal;
  text-transform: uppercase;
}

.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;*/
  overflow: auto;
}
#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 {
  color: #006577;
  background: #e9eff2;
  border: 1px solid #006577;
  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;
}
.lightblueCss1 {
  background-color: #edf4f7 !important;
}
.lightblueCss2 {
  background-color: #dcedf5 !important;
}
.lightGreenCss1 {
  background-color: #d2fce0 !important;
}
.lightOrangeCss1 {
  background-color: #fce8c0 !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;
}
.dataHead {
  background: #cfe2fb;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.dataVal {
  background: #eef5ff;
  padding-top: 8px;
  font-size: 0.6rem;
  padding-bottom: 8px;
}
.dataHeadInfo {
  background: #cfe2fb;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: normal;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.dataValInfo {
  background: #eef5ff;
  padding-top: 4px;
  font-size: 0.6rem;
  padding-bottom: 4px;
}
.dataBtn {
  background: #eef5ff;
  padding-top: 3px;
  font-size: 0.6rem;
  padding-bottom: 3px;
}

.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: 2px 1px;
  border: 1px solid #ffffff;
  text-align: center;
}
.styled-table td {
  padding: 4px 2px;
  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;
}
.custom-modal-body {
  height: 25rem !important;
}

.reset-page-wrap {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}
.reset-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
  padding: 40px 50px;
  max-width: 900px;
  width: 100%;
  text-align: center;
}
.reset-icon-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #e9f7ef;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
}
.reset-icon-circle .envelope {
  font-size: 34px;
  color: #6c9a7e;
}
.reset-icon-circle .check-badge {
  position: absolute;
  bottom: 2px;
  right: 2px;
  background: #2ecc71;
  color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  border: 3px solid #fff;
}
.reset-title {
  color: #0d5c63;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.reset-title-underline {
  height: 3px;
  width: 60px;
  background: #e08a1e;
  margin: 0 auto 25px;
}
.reset-desc p {
  color: #444;
  margin-bottom: 6px;
}
.reset-info-box {
  background: #e8f6fb;
  border: 1px solid #cdeaf5;
  border-radius: 6px;
  padding: 15px 20px;
  margin: 25px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
}
.reset-info-box .info-icon {
  background: #17a2b8;
  color: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  margin-top: 2px;
}
.reset-info-box p {
  margin: 0;
  color: #333;
  font-size: 0.9rem;
}
.reset-btn {
  background: #006577;
  color: #e9eff2;
  border: none;
  padding: 10px 40px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}
.reset-btn:hover {
  background: #0a474c;
  color: #fff;
}
