.main-wrapper #main #head {
  z-index: 5;
  left: 8em;
  background-color: #fff;
  margin-bottom: 0em;
  border-bottom: solid 1px #C6C6C6;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); }

.main-wrapper #main #head .ui-select-bootstrap .input-group {
  height: 100%; }

.main-wrapper #main #head.sandbox {
  background-color: #f4c882; }

.main-wrapper #main #head.scrolling {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.4); }

.main-wrapper #main #head .container {
  max-width: 100%; }

.main-wrapper #main #head .head-back {
  margin: 0.2em 1em 0.2em 0; }

.main-wrapper #main #head .arrow-right-home {
  margin: 0.2em 1em 0.2em 0;
  color: #006098;
  padding: 3px 15px; }

.main-wrapper #main #head .head-tooltip {
  vertical-align: top; }

.main-wrapper #main #head .head-title {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-size: 1.2vw;
  font-weight: 600;
  color: #006098;
  margin: 0;
  padding: 10px 0;
  text-transform: uppercase; }

.main-wrapper #main #head .head-filter {
  padding: 0;
  height: 50px;
  border-right: solid 1px #C6C6C6;
  border-left: solid 1px #C6C6C6; }

.main-wrapper #main #head .head-filter .ui-select-container {
  /* background: $hd-filter-hover-bgcolor; */
  height: 100%; }

.main-wrapper #main #head .head-filter .ui-select-bootstrap > .ui-select-choices {
  border: 1px solid transparent; }

.main-wrapper #main #head .head-filter .ui-select-placeholder,
.main-wrapper #main #head .head-filter .ui-select-match-text span {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 600;
  -webkit-transition: color ease-in-out 0.15s;
  -o-transition: color ease-in-out 0.15s;
  transition: color ease-in-out 0.15s;
  background: transparent !important; }

.main-wrapper #main #head .head-filter .ui-select-placeholder {
  top: 0;
  color: #C6C6C6; }

.main-wrapper #main #head .head-filter .ui-select-match.input-group {
  height: 100%; }

.main-wrapper #main #head .head-filter .ui-select-match.input-group > .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 100%;
  display: flex !important;
  align-items: center !important; }

.main-wrapper #main #head .head-filter .icon-chevron-down {
  font-size: 12px;
  line-height: 1; }

.main-wrapper #main #head .head-filter .form-control {
  height: 100%;
  border: 1px solid transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  padding: 6px 0 6px 12px;
  caret-color: #006098;
  color: #006098; }
  .main-wrapper #main #head .head-filter .form-control .ui-select-icon {
    color: #C6C6C6;
    font-size: 12px;
    padding-top: 0;
    line-height: 1; }
  .main-wrapper #main #head .head-filter .form-control .ui-select-match-text {
    color: #14243C; }

.main-wrapper #main #head .head-filter .form-control .ui-select-match-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px; }

.main-wrapper #main #head .head-filter .select-ui:hover .ui-select-icon {
  -webkit-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  color: #14243C; }

.main-wrapper #main #head .head-filter .form-control:-moz-placeholder {
  opacity: 0.5;
  color: #006098;
  font-weight: 600; }

.main-wrapper #main #head .head-filter .form-control:-ms-input-placeholder {
  opacity: 0.5;
  color: #006098;
  font-weight: 600; }

.main-wrapper #main #head .head-filter .form-control::-webkit-input-placeholder {
  opacity: 0.5;
  color: #006098;
  font-weight: 600; }

.main-wrapper #main #head .head-filter .form-control::-moz-placeholder {
  opacity: 0.5;
  color: #006098;
  font-weight: 600; }

.main-wrapper #main #head .head-filter .form-control::placeholder {
  opacity: 0.5;
  color: #006098;
  font-weight: 600; }

.select-ui:has(.placeholder-ui:hover) {
  background-color: #F6F7F9; }

.main-wrapper #main #head .head-filter .ui-select-match.input-group.search {
  background: transparent !important; }

.main-wrapper #main #head .head-filter .ui-select-match.input-group.search > .form-control,
.main-wrapper #main #head .head-filter .ui-select-match.input-group.search.active > .form-control {
  display: flex;
  justify-content: space-between;
  border: 1px solid transparent;
  border-right-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent !important; }

.main-wrapper #main #head .head-filter .ui-select-match.input-group.search > .input-group-addon {
  color: #C6C6C6;
  background-color: transparent !important;
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 6px 15px 6px 0; }

.main-wrapper
#main
#head
.head-filter
.ui-select-match.input-group.search
~ .input-group
> .input-group-addon {
  padding: 4px 15px 4px 0; }

.main-wrapper #main #head .head-filter .ui-select-match.input-group > .input-group-addon {
  color: #C6C6C6;
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 6px 15px 6px 0; }

.main-wrapper #main #head .head-filter .input-group-addon {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.main-wrapper #main #head .head-filter:hover .ui-select-match.input-group > .input-group-addon,
.main-wrapper #main #head .head-filter:hover .ui-select-placeholder {
  color: #14243C;
  background-color: #F6F7F9;
  border-color: transparent; }

.main-wrapper
#main
#head
.head-filter
.ui-select-match.input-group.search.active
~ .input-group
> .form-control {
  border-color: transparent;
  border-right-color: transparent;
  background-color: #F6F7F9;
  font-weight: 600; }

.main-wrapper
#main
#head
.head-filter
.ui-select-match.input-group.search.active
~ .input-group
> .input-group-addon {
  color: #006098;
  background-color: #F6F7F9;
  border-color: transparent; }

.main-wrapper #main #head .head-filter .form-control:focus + .input-group-addon,
.main-wrapper #main #head .head-filter .form-control:focus::placeholder,
.main-wrapper #main #head .head-filter .input-group.active .input-group-addon {
  color: #006098;
  background-color: #F6F7F9;
  border-color: transparent; }

.main-wrapper #main #head .head-search {
  padding: 0;
  width: 150px;
  float: right; }

.main-wrapper #main #head .head-search .form-control {
  height: 40px;
  font-weight: 600;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 2px solid #F6F7F9;
  border-right: 2px solid #F6F7F9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.main-wrapper #main #head .head-search .form-control:-moz-placeholder {
  color: #C6C6C6;
  font-weight: 600; }

.main-wrapper #main #head .head-search .form-control:-ms-input-placeholder {
  color: #C6C6C6;
  font-weight: 600; }

.main-wrapper #main #head .head-search .form-control::-webkit-input-placeholder {
  color: #C6C6C6;
  font-weight: 600; }

.main-wrapper #main #head .head-search .form-control::-moz-placeholder {
  color: #C6C6C6;
  font-weight: 600; }

.main-wrapper #main #head .head-search .form-control::placeholder {
  color: #006098;
  font-weight: 600; }

.main-wrapper #main #head .head-search:hover .form-control:-moz-placeholder {
  color: #14243C;
  font-weight: 600; }

.main-wrapper #main #head .head-search:hover .form-control:-ms-input-placeholder {
  color: #14243C;
  font-weight: 600; }

.main-wrapper #main #head .head-search:hover .form-control::-webkit-input-placeholder {
  color: #14243C;
  font-weight: 600; }

.main-wrapper #main #head .head-search:hover .form-control::-moz-placeholder {
  color: #14243C;
  font-weight: 600; }

.main-wrapper #main #head .head-search:hover .form-control::placeholder {
  color: #14243C;
  font-weight: 600; }

.main-wrapper #main #head .head-search:hover .form-control {
  background-color: #F6F7F9; }

.main-wrapper #main #head .head-search .form-control-feedback {
  top: 11px;
  right: 6px;
  color: #C6C6C6; }

.main-wrapper #main #head .head-search:hover .form-control-feedback {
  color: #14243C; }

.main-wrapper #main #head .head-search .active .form-control-feedback {
  color: #006098; }

.main-wrapper #main #head .head-buttons {
  float: right; }

.main-wrapper #main #head .header-pad-left {
  padding-left: 20px; }

@media (max-width: 900px) {
  .main-wrapper #main #head .head-buttons {
    display: none; }
  .main-wrapper #main #head .header-pad-left {
    padding-left: 0px; } }

.main-wrapper #main #head .head-button {
  float: right;
  cursor: pointer;
  text-align: center;
  margin-left: 0;
  height: 40px;
  font-size: 26px;
  padding: 10px 0px;
  margin-right: 0;
  color: #8A9BA6;
  background-color: #fff;
  -webkit-transition: all linear 0.05s;
  transition: all linear 0.05s; }

.main-wrapper #main #head .head-button:hover {
  color: #006098; }

.main-wrapper #main #head .head-button .dropdown.open .head-chat {
  color: #006098; }

.main-wrapper #main #head .head-button .head-notify {
  position: relative;
  text-align: center;
  cursor: pointer; }

.main-wrapper #main #head .head-button .head-notify .badge {
  top: -6px;
  height: 18px;
  width: 18px;
  position: absolute;
  font-size: 12px;
  text-align: center;
  right: 11px;
  padding: 4px 0px;
  font-weight: 600;
  font-family: 'proxima-nova', sans-serif;
  background-color: #006098;
  color: #fff; }

.main-wrapper #main #head .head-notify-dropdown.dropdown-menu {
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0px 0px;
  margin-top: 10px;
  margin-right: 0px;
  min-width: 192px;
  text-transform: none;
  background-color: #fff; }

.main-wrapper #main #head .head-notify-dropdown.dropdown-menu li {
  position: relative; }

.main-wrapper #main #head .head-notify-dropdown.dropdown-menu .divider {
  margin: 0px 0px; }

.main-wrapper #main #head .head-notify-dropdown.dropdown-menu li .notification {
  padding: 0px;
  margin-bottom: 0px;
  border: 0;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.main-wrapper #main #head .head-notify-dropdown.dropdown-menu li .notification.even {
  background-color: #F6F7F9; }

.main-wrapper #main #head .head-notify-dropdown.dropdown-menu li .notification.odd {
  background-color: #F6F7F9; }

.main-wrapper #main #head .head-notify-dropdown.dropdown-menu li .notification-dismissable .close,
.main-wrapper #main #head .head-notify-dropdown.dropdown-menu li .notification-dismissible .close {
  position: relative;
  top: 18px;
  right: 15px;
  color: #fff;
  background-color: #C6C6C6;
  opacity: 1;
  outline: 0;
  font-size: 8px;
  padding: 5px;
  text-shadow: none;
  margin-left: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.main-wrapper
#main
#head
.head-notify-dropdown.dropdown-menu
li
.notification-dismissable
.close:hover,
.main-wrapper
#main
#head
.head-notify-dropdown.dropdown-menu
li
.notification-dismissible
.close:hover {
  background-color: #14243C; }

.main-wrapper #main #head .head-notify-dropdown.dropdown-menu li .notification .notification-icon {
  background-color: transparent;
  color: #006098;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 0px; }

.main-wrapper
#main
#head
.head-notify-dropdown.dropdown-menu
li
.notification-old
.notification-icon {
  color: #C6C6C6; }

.main-wrapper
#main
#head
.head-notify-dropdown.dropdown-menu
li
.notification
.notification-message {
  font-size: 12px;
  min-width: 250px;
  min-height: 50px;
  text-align: left;
  padding: 10px 15px 7px 15px; }

.main-wrapper
#main
#head
.head-notify-dropdown.dropdown-menu
li
.notification-dismissible
.notification-message {
  padding-right: 50px;
  padding-left: 50px; }

.main-wrapper
#main
#head
.head-notify-dropdown.dropdown-menu
li
.notification
.notification-message
> .title {
  line-height: 20px;
  text-transform: uppercase;
  overflow: hidden;
  font-weight: 700;
  word-break: break-word;
  color: #006098; }

.main-wrapper
#main
#head
.head-notify-dropdown.dropdown-menu
li
.notification
.notification-message.empty
> .title {
  text-align: center; }

.main-wrapper
#main
#head
.head-notify-dropdown.dropdown-menu
li
.notification
.notification-message.empty
> .icon {
  color: #F6F7F9;
  font-size: 60px;
  font-weight: 100;
  margin: 10px auto;
  display: block;
  text-align: center; }

.main-wrapper
#main
#head
.head-notify-dropdown.dropdown-menu
li:hover
.notification
.notification-message
> .title {
  color: #14243C; }

.main-wrapper
#main
#head
.head-notify-dropdown.dropdown-menu
li:hover
.notification-old
.notification-message
> .title {
  color: #C6C6C6; }

.main-wrapper
#main
#head
.head-notify-dropdown.dropdown-menu
li
.notification-old
.notification-message
> .title {
  color: #C6C6C6; }

.main-wrapper
#main
#head
.head-notify-dropdown.dropdown-menu
li
.notification
.notification-message
> .descr {
  font-weight: 400;
  color: #C6C6C6; }

.main-wrapper #main #head .head-notify-dropdown.dropdown-menu li .notification-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #006098;
  text-align: center;
  font-size: 12px;
  line-height: 1; }

.main-wrapper #main #head .head-button .head-chat-dropdown {
  top: 36px;
  right: 0px;
  border-color: #C6C6C6; }
  .main-wrapper #main #head .head-button .head-chat-dropdown li a {
    padding: 5px 20px 5px 7px; }
    .main-wrapper #main #head .head-button .head-chat-dropdown li a i {
      margin-right: 10px;
      font-size: 18px;
      display: inline-block;
      line-height: 20px;
      vertical-align: middle; }
    .main-wrapper #main #head .head-button .head-chat-dropdown li a span {
      display: inline-block;
      line-height: 20px;
      vertical-align: middle; }
    .main-wrapper #main #head .head-button .head-chat-dropdown li a:hover i,
    .main-wrapper #main #head .head-button .head-chat-dropdown li a:hover span {
      color: #006098; }
  .main-wrapper #main #head .head-button .head-chat-dropdown li:hover a {
    background-color: #fff; }
  .main-wrapper #main #head .head-button .head-chat-dropdown:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #C6C6C6;
    border-left: 7px solid transparent;
    border-bottom-color: #C6C6C6;
    content: ''; }
  .main-wrapper #main #head .head-button .head-chat-dropdown:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: ''; }
