#account-2 small.color-black.mb-0, #account-2 .form-checkbox.smallercheckbox label {
    font-family: Roboto;
    font-size: 11px;
    color: black;
    display: block;
    width: 100%;
}
body .td-candidate-school img {
    margin-top: 3px;
}
html#lexmatch .slider-wrapper {
    transition:         all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition:    all .15s ease-in-out;
    -o-transition:      all .15s ease-in-out;
}
html#lexmatch .slider-wrapper:hover {
    border: 1px solid #5790A9;
}
input#input-last-drawn::-webkit-outer-spin-button,
input#input-last-drawn::-webkit-inner-spin-button,
input#input-gpa::-webkit-outer-spin-button,
input#input-gpa::-webkit-inner-spin-button,
input#input-cap-gpa::-webkit-outer-spin-button,
input#input-cap-gpa::-webkit-inner-spin-button,
input#input-score::-webkit-outer-spin-button,
input#input-score::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input#input-last-drawn[type=number],
input#input-gpa[type=number],
input#input-cap-gpa[type=number],
input#input-score[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
input#input-gpa,input#input-cap-gpa,input#input-score{
  text-align: center;
}
html#lexmatch .big_input_field input[type="number"].form-control:not(:placeholder-shown)+.control-label.float-label, html#lexmatch .big_input_field input:focus+.float-label {
    transform: translate(0px, 0px);
    left: 8px;
}

html#lexmatch input[type="number"].form-control:not(:placeholder-shown) + .control-label.float-label {
    z-index: 9;
}
span.tooltip-mk {
    position: relative;
    width: 100%;
    margin-left: 5px;

}
span.tooltip-mk i{
  cursor: pointer;
}
span.tooltiptext ul {
    padding-left: 0;
    margin: 0;
}

span.tooltiptext {
    max-width: 300px;
    background-color: #D1DCE1;
    color: #304F5D;
    border-radius: 2px;
    padding: 12px;
    position: absolute;
    top: 0;
    left: 15px;
    width: 300px;
    transition: all .5s ease;
    opacity: 0;
    font-family: Roboto;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.22));
}
#form-tobe-add .ant-select-item.ant-select-item-group,
#form-tobe-add .ant-select-item-option-content,
#form-tobe-add .form-group.input-group.react-parent.null h4.color-black.font16,
#form-tobe-add .form-group.input-group.react-parent.null span {
    font-family: 'Roboto';
}
#form-tobe-add .form-group.input-group.react-parent.null h4.color-black.font16 {
    font-weight: normal;
    color: black;
}
.supporting-docs h4 {
    font-family: Roboto;
    font-size: 16px !important;
    line-height: 20px;
    color: #5790A9 !important;
}
.ant-select-item-option-content {
    font-family: 'Roboto';
}
.preferences-pro small.color-black {
    font-family: 'Roboto';
    color: black !important;
}
div#form-department-add h5 {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: #5790A9;
    margin-bottom: 15px;
}
div#form-department-add span.tooltiptext {
    max-width: 198px;
    top: -75px;
    left: -15px;
}
html#lexmatch .employer-bye .modal-dialog {
    max-width: 536px;
}
.tooltipster-content {
    font-family: 'Roboto';
}

.hiring_plan > div:hover, .hiring_plan > div input[type="radio"]:hover {
    background-color: #304F5D !important;
}

.hiring_plan.job_1 > div:hover, .hiring_plan.job_1 > div input[type="radio"]:hover {
    background-color: #ebf2f5 !important;
}

.hiring_plan > div {
    transition: all .3s ease-in-out;
}
.hiring_plan > div input[type="radio"]:checked + .hp_content {
    background-color: #ebf2f5;
}

html#lexmatch #header .nav-menu ul li#indashboard:hover > a{
  color: #F3C623
}

html#lexmatch ul li#idsubmenu:hover > a{
  color: #F3C623
}

.seniority_radio_div .radio_label {
    font-family: 'Roboto';
}

/* div#input-min-law {
    font-size: 14px !important;
} */

.add-repeater-form > a {
    cursor: pointer !important;
}
html#lexmatch .form-checklist .label {
    display: flex;
}
h4.entry-proficiency{
  font-weight: 500;
}
/* div#form-seniority.disabled label {
    color: #BDBDBD!important;
}
div#form-seniority.disabled {
    opacity: 0.6;
} */

@media only screen and (max-width:1199px) {

}
@media only screen and (max-width:1024px) {
  span.tooltiptext {
      top: 15px;
      left: -40px;
  }
}

@media only screen and (max-width:991px) {
  span.tooltiptext {
    top: 0px;
    left: 15px;
  }
}
@media only screen and (max-width:767px) {
  span.tooltiptext {
      top: 15px;
      right: 0;
      margin: auto;
      left: auto;
  }
  span.tooltip-mk i {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width:576px) {

}
@media only screen and (max-width:410px) {
  div#form-department-add span.tooltiptext {
    left: -35px;
  }

  span.tooltiptext {
      width: 200px;
      left: -50px;
      right: auto;
  }
  #account-2 .form-checkbox.smallercheckbox label {
      max-width: 290px;
  }
}
