/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #ececec; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ccc; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ccc; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ccc;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ccc; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ccc;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 30px; }

.modal-footer {
  padding: 30px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
.modal {
  margin-top: 20px;
  overflow: auto; }

#modalVerified .modal-body {
  padding-top: 0px; }

.modal-header {
  color: #fff;
  background: #4d7fec;
  padding: 15px 30px; }

.modal-title {
  display: inline-block;
  max-width: 90%;
  font-size: 24px;
  line-height: 28px;
  vertical-align: middle;
  font-weight: normal;
  position: relative; }

.modal-title .title {
  height: 46px;
  display: table-cell;
  vertical-align: middle; }

.modal-title .title.has-photo {
  background-size: 40px auto;
  background-repeat: no-repeat;
  padding-left: 55px;
  padding-top: 0px;
  height: 50px;
  display: table-cell;
  vertical-align: middle; }

.modal-subtitle {
  font-size: 15px; }

.modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer; }

.modal-close .ui-close {
  width: 17px;
  height: 17px;
  background-position: -178px -608px;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5); }

.modal-content {
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 50px; }

.modal-footer:empty {
  display: none; }

.modal-map {
  border: 1px solid #ccc;
  min-height: 300px;
  width: 100%;
  height: 490px;
  position: relative;
  overflow: hidden;
  transform: translateZ(0px);
  background-color: #e5e3df;
  text-align: center; }

.modal-gm-style {
  font-family: Roboto, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none; }

.modal-body {
  overflow: auto; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px; } }
@media (min-width: 992px) {
  .modal-dialog {
    width: 850px; } }
@media (max-width: 767px) {
  .modal {
    margin-top: 0;
    padding-right: 0 !important;
    position: fixed; }
    .modal .scrollable.ioshack:after {
      content: '';
      display: block;
      height: 1px; }

  .modal-dialog {
    min-width: 100%;
    height: 100%;
    margin: 0; }

  .modal-content {
    min-height: 100%;
    margin-bottom: 0;
    border: none; }

  .modal-body {
    padding: 10px 30px 30px 30px;
    height: 100%;
    background-color: #fff; }

  #modalVerified .modal-body {
    padding-top: 10px; }

  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden; } }
form.floating-labels .form-group {
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 #000;
  margin-bottom: 10px;
  color: #666; }
form.floating-labels .form-captcha {
  border: none;
  box-shadow: none; }
  form.floating-labels .form-captcha .textError {
    display: block;
    margin-top: 5px; }
form.floating-labels .form-group.has-error {
  color: #ff0000; }
form.floating-labels input[type="text"],
form.floating-labels textarea {
  display: block;
  z-index: 1;
  width: 100%;
  border: none;
  padding: 0px;
  background-color: transparent;
  box-shadow: none;
  margin-top: -1em;
  padding: 0px 10px 5px 10px;
  color: inherit; }
form.floating-labels label {
  display: block;
  cursor: text;
  color: #666;
  font-size: 16px;
  font-weight: normal;
  padding: 16px 10px 0px 10px;
  color: inherit; }
form.floating-labels label.floated-label {
  font-size: 11px;
  font-weight: bold;
  margin-top: 5px;
  padding-top: 2px;
  padding-bottom: 15px;
  color: inherit; }
form.floating-labels textarea {
  height: 100px; }
form.floating-labels .textError {
  display: none; }
@media (max-width: 767px) {
  form.floating-labels textarea {
    height: 60px; }
  form.floating-labels label {
    font-size: 14px;
    padding-top: 14px;
    margin-bottom: 4px; }
  form.floating-labels label.floated-label {
    padding-bottom: 10px; }
  form.floating-labels input[type="text"],
  form.floating-labels textarea {
    font-size: 14px; } }

@media (min-width: 992px) {
  #modalShareForm .modal-dialog {
    width: 600px; } }
.autosuggest-header {
  padding: 15px 15px 0;
  border-bottom: 1px solid #eeeeee; }

.autosuggest-input .icon-chevron-left {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  cursor: pointer; }
  .autosuggest-input .icon-chevron-left::before {
    font-size: 26px;
    line-height: 44px;
    color: #4d7fec; }
.autosuggest-input .btn-search {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 45px;
  margin: 0;
  padding: 6px;
  border: 0;
  border-radius: 0 4px 4px 0;
  font-size: 12px;
  text-shadow: none; }

.autosuggest-message {
  display: none;
  margin-top: 10px;
  padding: 10px;
  border-radius: 4px;
  background: #fafaca; }

.autosuggest-section-headings {
  min-height: 20px; }

.autosuggest-section-heading {
  display: inline-block;
  cursor: pointer;
  width: 50%;
  margin: 15px 0 0;
  padding: 5px 10px 10px;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  border-bottom: 4px solid #fff;
  color: #777777; }
  .autosuggest-section-heading:hover, .autosuggest-section-heading:focus {
    border-bottom: 4px solid #eeeeee; }
  .autosuggest-section-heading.active {
    border-bottom: 4px solid #4d7fec;
    color: #4d7fec; }
  .autosuggest-section-heading:only-child {
    display: none; }
  .autosuggest-section-heading .count {
    padding-left: 10px;
    font-weight: bold; }
    .autosuggest-section-heading .count:empty {
      padding: 0; }

.autosuggest-sections {
  background: #fff; }

.autosuggest-section {
  overflow-x: hidden;
  max-height: 965px; }
  .autosuggest-section.loading::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 52px;
    background: transparent url("/rms/images/ajax-loader-whitebg.gif") no-repeat center center; }
  .autosuggest-section .suggestion, .autosuggest-section .no-suggestion {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 10px 20px;
    border-top: 1px solid #eeeeee;
    color: #555555;
    text-decoration: none;
    white-space: nowrap; }
    .autosuggest-section .suggestion:first-child, .autosuggest-section .no-suggestion:first-child {
      border-top: 0; }
    .autosuggest-section .suggestion .title, .autosuggest-section .no-suggestion .title {
      font-size: 15px;
      font-weight: bold;
      color: #222;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .autosuggest-section .suggestion .caption, .autosuggest-section .no-suggestion .caption {
      font-size: 13px;
      display: block;
      color: #666; }
  .autosuggest-section .suggestion {
    cursor: pointer; }
    .autosuggest-section .suggestion.active {
      background: #eeeeee; }
  .autosuggest-section .no-suggestion {
    padding: 20px 10px 20px 20px;
    font-weight: bold; }
    .autosuggest-section .no-suggestion.wait {
      cursor: default;
      background: #fff; }
    .autosuggest-section .no-suggestion.wait::after {
      content: '';
      position: absolute;
      top: 0;
      right: 10px;
      width: 52px;
      height: 100%;
      background: transparent url("/rms/images/ajax-loader-whitebg.gif") no-repeat center center; }
  .autosuggest-section .location-suggestion {
    display: none;
    border-top: 1px solid #eeeeee;
    text-align: center; }
    .autosuggest-section .location-suggestion .use-location {
      cursor: pointer;
      position: relative;
      display: inline-block;
      min-width: 188px;
      margin: 25px 0;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
      color: #555555;
      background: #fff;
      text-decoration: none;
      white-space: nowrap; }
      .autosuggest-section .location-suggestion .use-location:hover {
        background: #eeeeee; }
      .autosuggest-section .location-suggestion .use-location.disabled {
        background: #eeeeee; }
      .autosuggest-section .location-suggestion .use-location .text {
        float: left; }
      .autosuggest-section .location-suggestion .use-location i.icon {
        float: right; }
      .autosuggest-section .location-suggestion .use-location i.icon-google_maps::before {
        color: #555555; }
  .autosuggest-section.has-suggestions .location-suggestion .use-location {
    margin: 20px 0 20px; }
  .autosuggest-section .no-results {
    display: inline-block; }

@media (max-width: 767px) {
  .autosuggest-section-heading .count {
    display: block;
    padding: 0; }

  .autosuggest-header .autosuggest-input {
    margin-left: 40px; } }
@media (min-width: 768px) {
  body.prof-results .autosuggest-input .search-autosuggest {
    height: 27px;
    margin: 0;
    padding: 3px 5px;
    font-size: 15px; }
  body.prof-results .autosuggest-input .btn-search {
    height: 27px;
    width: 35px;
    vertical-align: top;
    text-shadow: none; }
    body.prof-results .autosuggest-input .btn-search .icon-search:before {
      font-size: 13px; } }
.above-backdrop {
  z-index: 1050; }

.search-field-container {
  position: relative;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding: 10px; }
  .search-field-container.compact {
    float: right;
    max-width: 240px;
    margin: 0;
    padding: 0; }
    .search-field-container.compact .btn-search {
      top: 0;
      right: 0; }
    .search-field-container.compact .search-autosuggest {
      width: 100%; }
  .search-field-container .btn-search {
    top: 10px;
    right: 10px; }

input.search-autosuggest {
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 10px 55px 10px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 18px; }

.search-modal {
  margin: 0; }
  .search-modal .modal-body {
    padding: 0; }
  .search-modal .modal-dialog {
    margin: 0 auto; }

@media (min-width: 768px) {
  .search-modal .modal-content {
    margin-bottom: 0;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out; }
  .search-modal.in .modal-content {
    opacity: 1; }
  .search-modal .modal-dialog {
    max-width: 400px; }

  body.prof-results .search-modal .modal-dialog {
    max-width: 268px; } }
@media (min-width: 992px) {
  .search-modal .modal-dialog {
    max-width: 450px; }

  .search-field-container {
    max-width: 440px; } }

/*# sourceMappingURL=psychologytoday.css.map */
