@charset "UTF-8";
@font-face {
  font-family: "LatoBold";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/lato/Lato-Bold.eot");
  src: url("../../fonts/lato/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/lato/Lato-Bold.woff2") format("woff2"), url("../../fonts/lato/Lato-Bold.woff") format("woff"), url("../../fonts/lato/Lato-Bold.ttf") format("truetype");
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: "LatoRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/lato/Lato-Regular.eot");
  src: url("../../fonts/lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/lato/Lato-Regular.woff2") format("woff2"), url("../../fonts/lato/Lato-Regular.woff") format("woff"), url("../../fonts/lato/Lato-Regular.ttf") format("truetype");
  text-rendering: optimizeLegibility; }
html {
  height: 100%; }

body {
  background-color: #e9ebeb;
  font-family: LatoBold !important;
  height: 100%;
  width: 100%; }

.form-group:last-child {
  margin-bottom: 0px; }

.alert {
  margin-top: 20px; }

.badge { background-color: #caa642; margin-left: 3px; }

/*########################### Ofit theme common ############################### */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #205176;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; }

.no-padd {
  padding: 0px 0px !important; }

.padd-l-xs {
  padding-left: 5px !important; }

.padd-l-sm {
  padding-left: 10px !important; }

.padd-r-xs {
  padding-right: 5px !important; }

.padd-r-sm {
  padding-right: 10px !important; }

.padd-b-md {
  padding-bottom: 15px !important; }

.padd-t-md {
  padding-top: 15px !important; }

.padd-b-sm {
  padding-bottom: 10px !important; }

.padd-t-sm {
  padding-top: 10px !important; }

.ofit-theme-banner {
  background-color: green; }
  .ofit-theme-banner img {
    background-color: green;
    width: 100%; }

.ofit-theme-banner-bottom {
  background-color: #002A60;
  min-height: 220px; }

.ofit-theme-banner-bottom-content {
  padding-top: 60px;
  padding-bottom: 50px; }

.ofit-theme-banner-bottom-content-img {
  max-width: 355px;
  width: 100%; }

.ofit-theme-banner-bottom-content-p {
  color: #fff;
  font-family: LatoRegular;
  text-align: justify; }

.ofit-theme-container {
  margin: 0 auto;
  max-width: 925px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 100%; }

.ofit-dashboard-field, .ofit-dashboard-field-status-list {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px 25px;
  }

.ofit-dashboard-field-single {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px 25px; }

.ofit-dashboard-field-single h3,
.ofit-dashboard-field-single p {
  color: #205176;
  display: inline-block;
  font-size: 16px;
  margin: 0px;
  text-transform: uppercase; }

.ofit-dashboard-field-single p {
  color: #aeaeae; }

.ofit-dashboard-field-status-list-element {
  display: inline-block;
  background-color: #e9ebeb;
  margin: 0px;
  min-height: 38px;
  padding: 8px 10px;
  width: 65%; }
  .ofit-dashboard-field-status-list-element h3, .ofit-dashboard-field-status-list-element p {
    color: #205176;
    display: inline;
    font-size: 16px;
    margin: 0px;
    text-transform: none;
    }
  .ofit-dashboard-field-status-list-element p {
    color: #aeaeae;
    text-transform: uppercase;
    font-size: 13px;
    }

.ofit-dashboard-field-status-list-element.appointment {
  position: relative; }

.appointment-description {
  background-color: #4d849f;
  border-radius: 5px;
  color: white;
  display: none;
  left: 5px;
  max-width: 280px;
  opacity: 1;
  padding: 5px;
  position: absolute;
  top: -3px;
  z-index: 10; }
  .appointment-description p {
    color: #fff !important; }

.ofit-dashboard-field-status-list-img {
  margin-bottom: 20px;
  width: 100%; }

.ofit-dashboard-field-status-list-element-label {
  margin: 0px;
  min-height: 38px;
  padding: 8px 10px;
  text-align: center;
  width: 22%;
  margin-left: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .ofit-dashboard-field-status-list-element-label span {
    color: #fff;
    font-size: 16px;
    font-family: LatoBold; }



.ofit-dashboard-field-status-list-row.with-payment .ofit-dashboard-field-status-list-element
{flex: 0 0 auto;}
.ofit-dashboard-field-status-list-row.with-payment .ofit-dashboard-field-status-list-element-label
{ flex: 1 1 auto; }


.ofit-dashboard-field-status-list-row.with-payment.with-payment-assigned h3 { display:block; }


.ofit-dashboard-field-status-list-row.with-upload .ofit-dashboard-field-status-list-element
{ width:65%; }
.ofit-dashboard-field-status-list-row.with-upload .ofit-dashboard-field-status-list-element-label.docbutton
{width:11%;margin-left:1%;font-size:1em;order: 3;}
.ofit-dashboard-field-status-list-row.with-upload .ofit-dashboard-field-status-list-element-label.docbutton a
{color:white; font-size: 1.4em;line-height: 0.8em;}


.ofit-dashboard-field-status-list-leyend {
  display: block;
  height: 43px;
  width: 100%; }
  .ofit-dashboard-field-status-list-leyend .item {
    float: left;
    margin-right: 25px;
    padding: 16px 0px; }
    .ofit-dashboard-field-status-list-leyend .item .icon {
      color: #fff;
      display: inline-block;
      font-family: LatoBold;
      height: 25px;
      padding: 4px;
      text-align: center;
      width: 25px; }
    .ofit-dashboard-field-status-list-leyend .item .text {
      color: #205176;
      font-size: 12px;
      font-family: LatoBold;
      margin-left: 6px; }
  .ofit-dashboard-field-status-list-leyend .item.tight {
    margin-right: 10px !important; }

.status-approved {
  background-color: #01ae4e; }

.status-rejected {
  background-color: #e5405b; }

.status-pending {
  background-color: #00476b; }

.status-processing-orange {
  background-color: #caa642; }

.status-processing-blue {
  background-color: #428bca; }

.status-returned {
  background-color: #8a4867; }

.ofit-dashboard-field-status-list-container-small {
  height: 86px;
  margin: 0px;
  overflow-y: auto;
  padding: 0px; }

.ofit-dashboard-field-status-list-container-large {
  height: 360px;
  margin: 0px;
  overflow-y: auto;
  padding: 0px;
  }

.ofit-dashboard-field-status-list-header {
  border-bottom: 1px solid #d14545;
  margin: 0px;
  padding-bottom: 24px;
  padding-top: 10px; }

.ofit-dashboard-field-status-list-subheader {
  height: 48px;
  margin: 0px;
  padding: 0px;
  width: 100%; }
  .ofit-dashboard-field-status-list-subheader h3 {
    float: right;
    text-transform: none;
    margin-right: 20px; }

@media screen and (max-width:991px) {
  .ofit-dashboard-field-status-list-subheader h3 { margin-right:0; }
}

.ofit-dashboard-field-status-list-row {
  display: flex;
  margin-bottom: 5px;
  width: 100%;
  justify-content: flex-start;
  }

.ofit-dashboard-notification {
  color: #fff;
  font-size: 16px;
  margin: 20px 0px;
  padding: 14px 25px; }
  .ofit-dashboard-notification p {
    margin: 0px; }

.ofit-dashboard-notification-bar {
  margin-top: 10px; }

.ofit-dashboard-progress-status .progress {
  background-color: #205176;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  height: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden; }

.ofit-dashboard-progress-status h3 {
  margin: 0px; }

.ofit-dashboard-progress-status .progress-bar {
  background-color: #f0cb00;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  color: #fff;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  position: relative;
  transition: width 0.6s ease;
  text-align: center;
  width: 0; }

.ofit-dashboard-user-information {
  font-family: LatoRegular; }

.progress-bar-label {
  height: 20px;
  position: relative;
  width: 100%; }

.triangulocss {
  background-color: #205176;
  color: #fff;
  height: 35px;
  left: 60%;
  margin-left: -26px;
  position: relative;
  padding: 8px;
  text-align: center;
  top: -5px;
  width: 50px; }

.triangulocss::after {
  border-bottom: 5px solid #205176;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: -5px;
  width: 0; }

.ofit-notification-fail {
  background-color: #d14545; }

.ofit-notification-success {
  background-color: #9bcb3c; }

.notification-title {
  text-transform: uppercase; }

.notification-content {
  font-family: LatoRegular; }

.ofit-theme-footer {
  height: 9%;
  margin: 0px;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

.ofit-theme-footer.fixed {
  bottom: 0px;
  position: absolute; }

.ofit-theme-footer footer {
  color: #98bacb;
  font-size: 12px !important;
  padding-top: 18px;
  width: 100%; }

.dashboard-document-form {
  background-color: #fff;
  margin: 10px 0;
  padding: 20px;
  overflow-wrap: break-word; }

.dashboard-resource {
  background-color: #fff;
  /*margin: 10px 0;*/
  /*padding: 20px;*/
  overflow-wrap: break-word;
  text-align: center;
  margin-bottom: 10px; }

.dashboard-resource .glyphicon.glyphicon-file {
  font-size: 50px;
  padding: 20px; }

.pdf-glyphicon {
  position: absolute;
  left: 64px;
  top: 44px;
  z-index: 3;
  color: #fff;
  font-size: 13px; }

.dashboard-resource .glyphicon {
  color: #205176; }

.dashboard-resource a {
  margin-top: 28px;
  height: 42px; }

/*########################### Ofit theme Navbar ############################### */
.ofit-theme-navbar {
  height: 9%;
  border: none; }

.ofit-theme-navbar-avatar {
  border-radius: 50%;
  display: inline-block;
  float: right;
  height: 50px;
  margin-right: 2em;
  margin-top: 0.3em; }

.ofit-theme-navbar-avatar .glyphicon {
  color: #fff;
  font-size: 3em; }

.ofit-theme-navbar-logo {
  border-right: 1px;
  border-color: red;
  float: left;
  height: 45px;
  margin-bottom: 7px;
  margin-top: 8px; }

.ofit-theme-navbar-nav {
  float: right !important; }

.ofit-theme-navbar-nav > li > a,
.ofit-theme-navbar a {
  color: #7b9fb2 !important;
  font-size: 13px;
  line-height: 30px !important;
  padding: 15px 10px !important;
  text-transform: uppercase; }

.ofit-theme-navbar-nav > li > a.active,
.ofit-theme-navbar a.active {
  color: #fff !important; }

.ofit-theme-navbar-nav > li > a:last-child {
  padding-right: 0px; }

.ofit-theme-navbar-nav > li > a:hover,
.ofit-theme-navbar-nav > li > a:active,
.ofit-theme-navbar a:hover,
.ofit-theme-navbar a:active {
  color: #fff !important; }

/*########################### Login Styles ############################### */
.login-form {
  background-color: #fff;
  color: #101c79;
  font-family: LatoBold !important;
  padding: 50px;
  vertical-align: middle; }

.login-form-button {
  background: #039940;
  border: none;
  border-radius: 0px;
  color: #fff;
  font-size: 15px;
  height: 50px;
  margin-top: 30px;
  text-transform: uppercase; }

.login-form-button:hover {
  background-color: #205176; }

.login-form-button-container {
  border-bottom: 1px solid #e9eaeb;
  padding-bottom: 35px; }

.login-form-checkbox {
  margin-top: 15px;
  margin-bottom: 0px; }

.login-form-checkbox input[type="checkbox"] {
  display: none; }

.login-form-checkbox input[type=checkbox]:checked + label {
  color: #101c79; }

.login-form-checkbox input[type=checkbox]:checked + label::before {
  border-color: #91c434;
  content: "✓"; }

.login-form-checkbox label {
  color: #aeaeae;
  cursor: pointer;
  font-size: 11px !important;
  padding: 5px 0px 5px 30px;
  position: relative; }

.login-form-checkbox label::before {
  border: 1px solid #aeaeae;
  content: "";
  color: #91c434;
  display: inline-block;
  font-size: 18px;
  height: 25px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 25px; }

.login-form-container {
  margin: 0 auto;
  max-width: 460px;
  padding-top: 220px; }

.login-form-elements {
  margin-top: 45px; }

.login-form-footer {
  height: 50px;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase; }

.login-form-footer footer {
  color: #98bacb;
  font-size: 12px !important;
  padding-top: 18px; }

.login-form-header {
  background-color: #002A60;
  height: 126px;
  padding: 35px 20px; }

.login-form-header h1 {
  display: none; }

.login-form-header img {
  display: inline-block;
  float: left; }

.login-form-header img:last-child {
  float: right;
  padding-top: 5px; }

.login-form-input {
  background-color: #e9eaeb;
  border-radius: 0px;
  border: none;
  box-shadow: none !important;
  color: #101c79;
  height: 36px; }

.login-form-input::-webkit-input-placeholder {
  color: #101c79; }

.login-form-input::-moz-input-placeholder {
  color: #101c79; }

.login-form-title {
  border-bottom: #cb3c3d solid 1px;
  font-size: 16px !important;
  margin: 0;
  padding-bottom: 25px;
  padding-left: 8px;
  text-transform: uppercase; }

.main-theme-color {
  background-color: #002A60; }

.right {
  text-align: right; }

/*########################### Registro Styles ############################### */
.light-color-background {
  background-color: #e9ebeb;
  height: 100%;
  padding-top: 50px; }

.registro-form {
  color: #101c79;
  font-family: LatoBold !important;
  margin: 0;
  vertical-align: middle;
  width: 100%; }

.registro-form-button {
  background: #049e42;
  border: none;
  border-radius: 0px;
  color: #fff;
  font-size: 15px;
  height: 50px;
  text-transform: uppercase;
  widows: 140px; }

.documents .registro-form-button {
  background: #049e42;
  border: none;
  border-radius: 0px;
  color: #fff;
  font-size: 15px;
  height: 36px;
  text-transform: uppercase;
  widows: 140px;
  cursor: pointer;
  }

.registro-form-button-container {
  border-bottom: 1px solid #e9eaeb;
  padding-bottom: 35px; }

.documents .registro-form-button-container {
  border-bottom: 0px solid #e9eaeb;
  padding-bottom: 35px; }

.registro-form-button:hover {
  background-color: #205176; }

.registro-form-container {
  min-height: 87%;
  margin: 0 auto;
  max-width: 925px;
  padding-left: 0px;
  padding-right: 0px; }

.registro-form-file-input {
  display: none !important; }

.registro-form-file-input-label-container {
  float: right;
  font-weight: normal;
  vertical-align: middle;
  width: 100%; }

.registro-form-file-input-label-container:hover .registro-form-file-input-label-container-border {
  display: block;
  box-shadow: inset 0px 0px 0px 2px #04a144 !important; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #fff;
  opacity: 0.8;
  /*box-shadow: inset 0px 0px 0px 2px #04a144 !important;*/ }

.registro-form-file-input-img {
  display: inline-block;
  float: right;
  height: 50px; }

.registro-form-file-input-label-container-border {
  display: none;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 99%; }

.registro-form-elements > .form-group:nth-child(even) > span.registro-form-select-arrow::before {
  background-color: #fff;
  color: #101c79;
  content: "˅";
  font-size: 30px;
  font-weight: normal;
  height: 20px;
  padding-right: 40px;
  position: absolute;
  right: 8px;
  text-align: center;
  text-transform: uppercase;
  top: 12px;
  width: 20px; }

.registro-form-elements > .form-group:nth-child(odd) > span.registro-form-select-arrow::before {
  background-color: #fff;
  color: #101c79;
  content: "˅";
  font-size: 30px;
  font-weight: normal;
  height: 20px;
  padding-right: 40px;
  position: absolute;
  right: 2px;
  text-align: center;
  text-transform: uppercase;
  top: 12px;
  width: 20px; }

select {
  -moz-appearance: none; }

select.registro-form-input::-ms-expand {
  display: none; }

select::-ms-expand {
  display: none; }

.registro-form-file-input-span {
  background-color: #fff;
  display: inline-block;
  float: left;
  padding: 15px 0px;
  padding-left: 28px;
  width: 56%; }

.registro-form-file-input-upload-button {
  background-color: #cececf;
  display: inline-block;
  font-weight: normal;
  height: 36px;
  margin: 0 5px;
  padding: 16px 36px 34px;
  text-align: center;
  width: 30%; }

.documents .registro-form-file-input-span {
  background-color: #EDF0F1;
  display: inline-block;
  float: left;
  padding: 9px 0px;
  padding-left: 28px;
  width: 56%; }

.documents .registro-form-file-input-upload-button {
  background-color: #cececf;
  display: inline-block;
  font-weight: normal;
  height: 36px;
  margin: 0 5px;
  padding: 9px 36px 9px;
  text-align: center;
  width: 30%; }

.registro-form-footer {
  height: 50px;
  margin-top: 20px;
  position: fixed;
  bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

.registro-form-footer footer {
  color: #98bacb;
  font-size: 12px !important;
  padding-top: 18px;
  width: 100%; }

.registro-form-input {
  background-color: #fff;
  border-radius: 0px;
  border: none;
  box-shadow: none !important;
  color: gray;
  height: 50px;
  padding: 0;
  padding-left: 28px;
  font-family: sans-serif;
  font-weight: 100;
  }

.registro-form-input::-webkit-input-placeholder {
  color: #101c79; }

.registro-form-input:-moz-placeholder {
  color: #101c79; }

.registro-form-input::-moz-placeholder {
  color: #101c79; }

.registro-form-input:-ms-input-placeholder {
  color: #101c79; }

.registro-form-input:hover {
  box-shadow: inset 0px 0px 0px 1px #04a144 !important; }

.registro-form-input.changed,
.registro-form-file-input-span.changed,
.dashboard-document-form.changed {
  box-shadow: inset 0px 0px 0px 2px #f0cb00 !important; }

.login-form-checkbox input[type=checkbox]:checked + label::before {
  border-color: #91c434;
  content: "✓"; }

.registro-form-elements > .form-group:nth-child(even) {
  padding: 0;
  padding-right: 0.6%; }

.registro-form-elements > .form-group:nth-child(odd) {
  padding: 0;
  padding-left: 0.6%; }

.registro-form-navbar {
  max-height: 58px;
  border: none; }

.registro-form-navbar img {
  border-right: 1px solid rgba(174, 174, 174, 0.5);
  height: 45px;
  margin-top: 3px;
  padding-right: 15px; }

.registro-form-navbar img:last-child {
  border: none;
  padding-left: 12px;
  padding-right: 0px; }

.registro-form-navbar-nav {
  float: right !important; }

.registro-form-navbar-nav > li > a,
.registro-form-navbar a {
  color: #7b9fb2 !important;
  font-size: 14px;
  text-transform: uppercase; }

.registro-form-navbar-nav > li > a:last-child {
  padding-right: 0px; }

.registro-form-navbar-nav > li > a:hover,
.registro-form-navbar a:hover,
.registro-form-navbar a.active {
  color: #fff !important; }

.registro-form-navbar-logo {
  float: left; }

.registro-form-p {
  color: #766d73;
  font-size: 14px;
  padding-left: 20px; }

.registro-form-title {
  border-bottom: #cb3c3d solid 1px;
  font-size: 16px !important;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
  text-transform: uppercase; }

.registro-form-title-container {
  background-color: #fff;
  margin: 14px 0px 10px 0px;
  padding: 23px 28px; }

/*########################### No Profile Student Dashboard  ############################### */
.no-profile-container {
  background-color: #fff !important;
  border-radius: 5px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 100px;
  margin-top: 30px;
  min-height: 100px;
  text-align: center;
}

  .no-profile-container h1 {
    font-size: 24px;
    padding: 40px 20px 10px 20px; }
  .no-profile-container h2 {
    color: #766d73;
    font-size: 24px;
    padding: 10px 20px 40px 41px;
    text-transform: none; }

/*###################### modal appoiment information ########################## */
.modal-information-appointment strong {
  color: #205176;
  font-weight: 400; }

.modal-information-appointment-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  outline: 0;
  margin-top: 260px; }

.modal-information-appointment-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 0px solid #e5e5e5; }

.modal-information-appointment-footer {
  padding: 15px;
  text-align: right;
  border-top: 0px solid #e5e5e5; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #376B87; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

button.close {
  opacity: 1; }

.close span {
  color: #205176;
  opacity: 1; }

.modal button.btn {
  border-radius: 0; }

/* ###################### My Profile Page ########################## */
.my_profile_page .panel-body {
  background: #f9f9f9; }

.panel-profile .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.panel-profile .panel-default {
  border: none;
  border-radius: 0px; }

.panel-profile .panel-heading {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #205176; }

.panel-profile .panel-default > .panel-heading {
  border: none; }

.panel-profile .panel-heading + .panel-collapse > .panel-body {
  border: none; }

.panel-profile .btn-submit {
  background: #049e42;
  border: none;
  border-radius: 0px;
  color: #fff;
  font-size: 15px;
  height: 50px;
  text-transform: uppercase;
  widows: 140px; }

  .panel-profile .btn-submit2 {
    border-radius: 0px;
  font-size: 15px;
    height: 50px;
    text-transform: uppercase;
  }

.panel-profile .btn-submit:hover {
  background-color: #205176; }

.panel-profile .chosen-container-single .chosen-single {
  background-color: #fff;
  border: none;
  border-radius: 0px;
  background: #fff; }

.panel-profile .chosen-container-single .chosen-single > div {
  width: 25px; }

.panel-profile .chosen-container-single .chosen-single div b {
  background: url("img/flecha-select.png");
  background-repeat: no-repeat;
  background-position-y: 21px; }

.panel-profile .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("img/flecha-select.png");
  background-repeat: no-repeat;
  background-position-y: 21px; }

.btn-add-contact button {
  height: 25px !important;
  font-size: 11px !important; }

.ofit-notification-fail h3 {
  color: #fff; }

.ofit-notification-fail hr {
  border-top: 1px solid #b02a2a; }

.ofit-notification-fail li {
  margin-left: 20px; }

.btn-dark-red {
  border-radius: 0px;
  background: #b02a2a;
  padding: 0 20px; }

.btn-dark-red:hover {
  background: #205176; }

/*###################### Register form ########################## */
.chosen-container a:hover {
  box-shadow: inset 0px 0px 0px 1px #04a144 !important; }

.chosen-container a {
  display: block !important;
  height: 50px !important;
  color: #101c79 !important;
  padding: 8px 28px !important; }

/*###################### Calendar icon ########################## */
.icon-calendar {
  background: url("/images/icons/calendar1.png") #fff no-repeat right 12px top 10px; }

/*###################### Media query ########################## */
@media (max-width: 1440px) {
  .login-form-container {
    padding-top: 20px;
    max-width: 400px; }

  .login-form-header-img {
    max-width: 100%; } }
@media (max-width: 480px) {
  .login-form-container {
    max-width: 100%; }

  .login-form-header-img {
    max-width: 100%; } }

.botonMenu { display: none; }

@media(max-width: 767px ){
  .botonMenu{
    display: block;
  }
}

@media(max-width: 805px){
  .ofit-theme-container .navbar-collapse .botonMenu{
    width: 805px;
  }
}
/*# sourceMappingURL=frontend.css.map */
.botonMenu .icon-bar { margin-left: 10px; }
.navbar-collapse ul li a { color: #749AAF !important; }
.navbar-collapse ul li a:hover { color: #FFFFFF !important; }
.navbar-collapse ul .dropdown a { color:#ffffff !important; }

.ofit-dashboard-field-status-list-element .tooltip-inner {
  text-transform:none !important;
}

.ofit-dashboard-field-status-list-leyend {
  height: 95px;
}

.bigger {flex-grow: 1;}

.doc-cat-title {
    background: #00476b;
    padding: 9px 5px 5px;
    margin: 5px 0;
    color: white;
    display: block !important;
    clear: both;
}

.payment-assigned-info-button {
  display:inline-block;
  text-align:center;
  font-style:italic;
}

.payment-assigned-info-button .fa {
  margin-left:2px;
}


.offer-button,
.offer-button:hover {
  display: block;
  width:100%;
  border:0 none;
  color:white;
  text-transform:uppercase;
  padding: 10px 6px;
  margin-bottom: 15px;
  text-decoration: none;
  font-size: 12px;
}


.offer-button.info { background-color:#428bca; }
.offer-button.accept { background-color:#049e42; }
.offer-button.reject { background-color:#C0625C; }

.event-check-in h3 { display:block; }
.container-appointments {height: auto;max-height: 110px;}

h3.offer-job-name { font-size: 13px; }

.amigable {
  display:block;
  padding:5px 0 5px 28px;
}

.profile-row { padding:0 10px; }

.registro-form-select-arrow { display:none; }


#form-profile .registro-form-file-input-span,
#form-profile .chosen-single span {
  color:gray;
  font-family:sans-serif;
  font-weight:100;
}

#form-profile .has-error .registro-form-input,
#form-profile .has-error .chosen-container,
#form-profile .has-error select.form-control {
  border:1px solid #a94442;
}

#menu_desplegable ul li a {
  font-size:14px;
  padding-left:0;
  padding-right:14px;
}

.nav-btn-job-board {
  background-color: #F0C52D;
  color: #9f8f58;
  display: inline-block;
  padding: 7px 9px;
  position:relative;
}

.nav-btn-job-board span {
  position:absolute;
  top: -3px;
  right: -2px;
  background-color: red;
  color: white;
  padding: 1px 1px;
  font-size: 7px;
  line-height: 1em;
}

li:hover .nav-btn-job-board {
  color: #205176;
}

.sendApprovalLetter { margin-top:10px; padding:1px; }
.sendApprovalLetter h3 { padding:0; margin:0; }
.sendApprovalLetter p { padding:0; margin:0; text-transform: uppercase; }
.sendApprovalLetter form { margin-top: 6px; display: flex; align-items: center; }
.sendApprovalLetter label { display:flex; }
.sendApprovalLetter label span { padding:5px 6px; }
.sendApprovalLetter .lb1 { background:#EDF0F1; }
.sendApprovalLetter .lb2 { background:#cececf; margin:0 5px; }
.sendApprovalLetter button { border-radius:0; background:#049e42; color:white; }