.head-form h4 small {
  font-size: 70%;
  font-weight: 300;
}

.header-wrap.expanded {
  position: relative;
  z-index: 999;
}

.header-wrap.expanded .main-nav {
  display: block;
  position: absolute;
  left: 0;
  top: 70px;
  padding: 15px 10px 0;
  background: white;
  box-shadow: 0 5px 10px #eee;
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.header-wrap.expanded .main-nav ul li {
  margin-bottom: 15px;
}

body > .main {
  min-height: calc(100% - 66px);
}

body > footer.footer-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.br-3 {
  border-radius: 3px !important;
}

.br-4 {
  border-radius: 4px !important;
}

.flex-block {
  display: flex !important;
}

body .select2-container--default .select2-selection--single {
  border-color: #ccc;
  height: 34px;
}

body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 32px;
}

.box-login {
  padding-bottom: 30px !important;
}

.input-group-merge .input-group-addon,
.input-group-merge-right .input-group-addon {
  background: white;
  color: #aaa;
  pointer-events: none;
  position: absolute;
  right: 5px;
  padding: 6px;
  width: 26px;
  top: 4px;
  z-index: 99;
  border: none;
}

.input-group-merge .form-control {
  padding-right: 34px;
  border-right: 1px solid #ccc;
  border-radius: 4px !important;
  margin-right: 2px;
}

.input-group-merge .form-control:focus {
  border-right-color: #66afe9;
}

.input-group-merge-right .form-control {
  padding-left: 34px;
  border-left: 1px solid #ccc;
  border-radius: 4px !important;
  margin-left: 2px;
}

.input-group-merge-right .form-control:focus {
  border-left-color: #66afe9;
}

.input-group-merge-right .input-group-addon {
  left: 8px;
  right: auto;
}

.main-nav-toggle {
  display: inline-block;
  margin-right: 10px;
  color: #787878;
  line-height: 1em;
  font-size: 19px;
  position: relative;
  top: 2px;
}

.admin_portal_link {
  color: #8a8a8a;
  margin-left: 12px;
  margin-top: 2px;
  margin-right: 14px !important;
}

div.user-name {
  margin-right: 20px;
}

.head-rt > .lang {
  margin-right: 10px;
}

body .user-top-nav {
  display: inline-block;
  margin-left: 10px;
}

body .user-top-nav a {
  color: #555 !important;
}

body .user-top-nav > .btn,
body .user-top-nav > .btn.btn-default,
body .user-top-nav > .btn.btn-default:hover,
body .user-top-nav > .btn.btn-default:focus,
body .user-top-nav > .btn.btn-default:active {
  border: none;
  padding: 0;
  background: transparent !important;
  outline: none !important;
}

body .user-top-nav > .btn:hover,
body .user-top-nav > .btn:focus,
body .user-top-nav > .btn:active {
  background: transparent !important;
  outline: none !important;
  box-shadow: none;
}

body .user-top-nav > .btn > img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  padding: 2px;
}

body .user-top-nav > .btn > .caret {
  margin-left: 6px;
  margin-top: 5px;
  color: #8a8a8a;
}

body .user-top-nav li a {
  height: 35px;
  display: flex !important;
  align-items: center;
}

body .user-top-nav li a .fa {
  margin-right: 10px;
}

body .user-top-nav .divider {
  margin: 6px 0;
}

body .user-top-nav .dropdown-header {
  color: #333 !important;
  font-size: 13px;
  padding-bottom: 8px;
}

body .user-top-nav .dropdown-header:first-of-type {
  padding-bottom: 0;
}

body .user-top-nav .dropdown-menu {
  top: calc(100% + 15px);
  box-shadow: 0 6px 12px 2px rgba(0, 0, 0, 0.175);
}

body .user-top-nav .dropdown-menu:before,
body .user-top-nav .dropdown-menu:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 10px dashed;
  right: 20px;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  display: inline-block;
}

body .user-top-nav .dropdown-menu:after {
  border-bottom: 10px dashed white;
}

@media (max-width: 671px) {
  .main-nav-toggle {
    top: 3px;
  }

  .us-whiteRounded > .row > .cur-balance:not(:first-of-type) {
    margin-top: 25px;
  }

  .user-top-nav {
    margin-left: 6px;
  }

  .head-rt .lang {
    margin-right: 6px;
  }

  .head-rt .user-name {
    margin-right: 15px;
    margin-left: 5px;
  }
}

@media (min-width: 50em) {
  .header-wrap.expanded .main-nav {
    display: none;
  }
}

@media (max-width: 50em) {
  .main-nav {
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    transition: all 0.2s;
    width: 100%;
  }
}

.main-nav-toggle:hover {
  color: #b00012;
  text-decoration: none;
}

@media (min-width: 50em) {
  .main-nav-toggle {
    display: none;
  }
}

.header-wrap > .container {
  justify-content: space-between;
}

.header-wrap > .container:before,
.header-wrap > .container:after {
  content: none;
}

.us-cards ul li .inside {
  overflow: visible !important;
}

.us-cards ul.dropdown-menu {
  display: none;
}

.us-cards .open > .dropdown-menu {
  display: block;
}

.popover-content {
  text-align: left;
}

.currency-flag-fix-va {
  vertical-align: middle;
  margin-top: -2px;
}

body.iframe #localize-widget {
  display: none !important;
}

.usuModal-box {
  max-width: 900px !important;
}

.usumodal-content h1 {
  margin-top: 0;
  margin-left: 15px;
  margin-bottom: 20px;
  font-size: 24px;
}

.bootstrap-select > .dropdown-toggle {
  height: 40px;
  border-color: #ddd;
}

#account-info
  .bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
  width: 100%;
}

#todayTableDiv thead tr th {
  padding-left: 10px;
  padding-right: 10px;
}

.head-rt .lang .dropdown-menu > li > a {
  padding: 3px 40px 3px 20px;
}

body .foo-menu ul li a {
  color: #aaaaaa !important;
}

body .foo-menu ul li:focus > a,
body .foo-menu ul li:hover > a,
body .foo-menu ul li.active > a {
  color: #df1f26 !important;
}

body .btn.btn-green,
body .btn.btn-green:hover,
body .btn.btn-green:active,
body .btn.btn-green:focus,
body .btn.btn-success,
body .btn.btn-success:hover,
body .btn.btn-success:active,
body .btn.btn-success:focus,
body .btn.btn-blue,
body .btn.btn-blue:hover,
body .btn.btn-blue:active,
body .btn.btn-blue:focus,
body .btn.btn-danger,
body .btn.btn-danger:hover,
body .btn.btn-danger:active,
body .btn.btn-danger:focus,
body .btn.btn-primary,
body .btn.btn-primary:hover,
body .btn.btn-primary:active,
body .btn.btn-primary:focus {
  color: white !important;
}

body .indicator-step li.active a,
body .indicator-step li:hover a {
  color: white !important;
}

.sweet-alert h2 + p {
  line-height: 1.5em;
}

body.iframe header.header-wrap {
  display: none !important;
}

body.iframe footer.footer-wrap {
  display: none !important;
}

body.iframe .indicator-step {
  display: none !important;
}

body.embed-in-usu {
  background: #f2f2f2;
}

body.embed-in-usu .header-wrap,
body.embed-in-usu .footer-wrap,
body.embed-in-usu #beacon-container {
  display: none;
}

body.embed-in-usu .app-main {
  padding: 10px 0;
  background-color: #f2f2f2;
}

body.embed-in-usu > .main {
  background: #f2f2f2;
}

.btn.dropdown-toggle.btn-default,
.btn.dropdown-toggle.btn-default:hover,
.btn.dropdown-toggle.btn-default:focus,
.btn.dropdown-toggle.btn-default:active {
  border-color: #ddd !important;
  background-color: white !important;
}

.dropdown-menu > li > a,
.indicator-step ul li a {
  color: #333 !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: white !important;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #428bca !important;
}
