a {
  border: none;
}
a:hover {
  border: none;
  text-decoration: none;
}
.btn {
  -ms-touch-action: auto;
  touch-action: auto;
  cursor: pointer;
}
/* Buttons */
.btn.btn-regular {
  background-color: #5b607c;
  border-radius: 3px;
  color: #fff;
  border: none;
  text-transform: uppercase;
}
.navbar-default {
  background: #fff;
}
.navbar {
  padding-top: 30px;
  margin-bottom: 0px;
}
body {
  /*background: #eee;*/
  font-family: 'Montserrat', sans-serif;
}
.sidebar-layout {
  display: flex;
}
.sidebar-layout .sidebar {
  flex-shrink: 0;
  background: #324d7d;
}
.sidebar-layout .sidebar li > a {
  padding: 7px 10px 7px 50px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(255, 255, 255, 0.1);
  color: #fff;
}
.sidebar-layout .sidebar li > a:hover {
  color: #ddd;
  background: #324d7d;
}
.sidebar-layout .sidebar li > a:focus {
  background: #324d7d;
}
.sidebar-layout .sidebar li .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 24px;
  line-height: 1.2;
}
.sidebar-layout .main-content {
  flex-grow: 1;
}
.sidebar-layout .main-content .table-bordered {
  border: 1px solid #bbb;
}
.field-validation-error {
  color: #a94442;
}
.input-validation-error {
  border: 1px solid #a94442;
}
@media (min-width: 768px) {
  .navbar-right {
    margin-right: -10px;
  }
}
.table.dataTable {
  font-size: 13px;
  margin-top: 10px;
}
.table.dataTable thead th {
  white-space: nowrap;
}
.center-block-grid {
  display: block;
  margin: auto;
  float: none;
}
#loginForm {
  margin-top: 2%;
}
textarea {
  resize: none;
}
.main-header {
  padding: 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 40px;
  background-color: #44425d;
  color: white;
  text-align: center;
  border-radius: 3px;
  text-transform: uppercase;
}
tbody .selectedRow {
  background-color: #5bc0de;
}
tbody .selectedRow td {
  background-color: #5bc0de;
}
tbody .selectedRow :hover {
  background-color: #5bc0de;
}
@media (min-width: 768px) {
  .form-horizontal .form-group .control-label.col-md-2 {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
  .form-horizontal .form-group-lg .control-label.col-md-2 {
    padding-top: 11px;
    font-size: 18px;
  }
  .form-horizontal .form-group-sm .control-label.col-md-2 {
    padding-top: 6px;
    font-size: 12px;
  }
}
.form-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.form-wrapper.half-size {
  max-width: 500px;
}
.form-head {
  text-align: center;
  margin-bottom: 30px;
}
.form-head h3 {
  margin-bottom: 20px;
}
.form-head h4 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.section-head {
  padding: 0 0 20px;
}
.section-head h3,
.section-head h4 {
  margin: 0;
}
.form-section {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.col-head {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
}
.form-horizontal .col-body .form-group {
  margin-bottom: 20px;
}
.form-horizontal .form-group {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.form-horizontal .form-group .control-label {
  display: block;
  height: auto;
  padding: 0;
  margin: 0 0 5px;
  line-height: 1.2;
  text-align: left;
}
.form-horizontal .form-group .valid-msg .help-inline {
  display: block;
  padding: 1px 0 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .form-col {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
  }
  .form-col:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.form-actions {
  padding: 0 0 30px;
  text-align: center;
}
.form-actions .btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.form-wrapper #domainHolder .inputs-wrapper {
  float: none;
  display: block;
  width: auto;
}
.form-wrapper #domainHolder .btn {
  display: block;
  margin: 5px 0 0 auto;
}
.form-wrapper #domainHolder .btn i {
  margin-right: 5px;
  margin-top: -2px;
  vertical-align: middle;
}
.form-wrapper #domainHolder .btn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
.form-wrapper #domainHolder .input-group {
  margin-top: 5px;
}
.form-wrapper #domainHolder .input-group:first-child {
  margin-top: 0;
}
.form-wrapper #domainHolder .input-group .input-group-addon {
  cursor: pointer;
}
.form-wrapper #domainHolder .input-group .input-group-addon:hover {
  background: rgba(206, 0, 0, 0.8);
  color: #fff;
}
.form-wrapper #domainHolder .input-group[class*="col-"] {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin: 5px 0 0;
}
.form-wrapper #domainHolder .input-group[class*="col-"]:first-child,
.form-wrapper #domainHolder .input-group[class*="col-"]:nth-child(2) {
  margin-top: 0;
}
.navbar-right {
  margin-right: 0 !important;
}
body {
  background: #fff;
  font-size: 16px;
}
.navbar {
  border: 0px;
}
.navbar-header {
  width: 100%;
  color: #50afff;
}
.navbar-header img {
  width: 100px;
  margin: 10px 50px;
  float: left;
}
.changeLang {
  float: right;
  margin-right: 20px;
  margin-top: 60px;
  font-size: 18px;
  cursor: pointer;
}
hr {
  border-top: 1px solid #50afff;
}
.table tr {
  cursor: pointer;
}
.table tr .selected {
  background-color: #5bc0de;
}
.table .expanded-row {
  background-color: white;
  border: 5px solid black;
  margin-left: -8px;
  margin-right: -4px;
  margin-top: -4px;
  margin-bottom: -4px;
}
/*! Select2 Bootstrap Theme v0.1.0-beta.4 | MIT License | github.com/select2/select2-bootstrap-theme */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
    #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
    #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
    #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
  #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
  #RTL SUPPORT
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
  outline: 0;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
}
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
  /**
   * Hover state.
   */
  /**
   * Selected state.
   */
}
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  /**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
  /**
   * Minus 2px borders.
   */
  /**
   * Clear the selection.
   */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}
.select2-container--bootstrap.input-sm,
.select2-container--bootstrap.input-lg {
  border-radius: 0;
  font-size: 12px;
  height: auto;
  line-height: 1;
  padding: 0;
}
.select2-container--bootstrap.input-sm .select2-selection--single,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}
.select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}
.select2-container--bootstrap.input-lg .select2-selection--single,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}
.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}
.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}
.select2-container--bootstrap.input-lg .select2-selection--multiple,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
}
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}
.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.select2-container--bootstrap[dir="rtl"] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
  /**
   * Multiple Select2
   */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
/*------------------------------------*\
  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}
.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}
.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}
/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}
/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}
/**
 * Display override for inline forms
*/
.form-inline .select2-container--bootstrap {
  display: inline-block;
}
/*# sourceMappingURL=app.css.map*/
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.title-container {
  background: #ffffff url(/Content/Images/title-cover.png) repeat 0 0;
}
.page-title {
  display: inline-block;
  margin: 90px 0 20px;
  padding: 8px 18px;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 3px;
  text-transform: uppercase;
  color: #000;
  background-color: #ffe752;
}
.table tr {
  cursor: pointer;
}
.table tr .selected {
  background-color: #5bc0de;
}
.table .expanded-row {
  background-color: white;
  border: 5px solid black;
  margin-left: -8px;
  margin-right: -4px;
  margin-top: -4px;
  margin-bottom: -4px;
}
/* Buttons */
.btn.btn-regular {
  background-color: #5b607c;
  border-radius: 3px;
  color: #fff;
  border: none;
  text-transform: uppercase;
}
.navbar-default {
  background: #fff;
}
.navbar {
  margin-bottom: 0px;
}
body {
  background: #eee;
}
.sidebar-layout {
  display: flex;
}
.sidebar-layout .sidebar {
  flex-shrink: 0;
  background: #324d7d;
}
.sidebar-layout .sidebar li > a {
  padding: 7px 10px 7px 50px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(255, 255, 255, 0.1);
  color: #fff;
}
.sidebar-layout .sidebar li > a:hover {
  color: #ddd;
  background: #324d7d;
}
.sidebar-layout .sidebar li > a:focus {
  background: #324d7d;
}
.sidebar-layout .sidebar li .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 24px;
  line-height: 1.2;
}
.sidebar-layout .main-content {
  flex-grow: 1;
}
.sidebar-layout .main-content .table-bordered {
  border: 1px solid #bbb;
}
.field-validation-error {
  color: #a94442;
}
.input-validation-error {
  border: 1px solid #a94442;
}
@media (min-width: 768px) {
  .navbar-right {
    margin-right: -10px;
  }
}
.table.dataTable {
  font-size: 13px;
  margin-top: 10px;
}
.table.dataTable thead th {
  white-space: nowrap;
}
.center-block-grid {
  display: block;
  margin: auto;
  float: none;
}
#loginForm {
  margin-top: 2%;
}
textarea {
  resize: none;
}
.main-header {
  padding: 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 40px;
  background-color: #44425d;
  color: white;
  text-align: center;
  border-radius: 3px;
  text-transform: uppercase;
}
tbody .selectedRow {
  background-color: #5bc0de;
}
tbody .selectedRow td {
  background-color: #5bc0de;
}
tbody .selectedRow :hover {
  background-color: #5bc0de;
}
@media (min-width: 768px) {
  .form-horizontal .form-group .control-label.col-md-2 {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
  .form-horizontal .form-group-lg .control-label.col-md-2 {
    padding-top: 11px;
    font-size: 18px;
  }
  .form-horizontal .form-group-sm .control-label.col-md-2 {
    padding-top: 6px;
    font-size: 12px;
  }
}
.form-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.form-wrapper.half-size {
  max-width: 500px;
}
.form-head {
  text-align: center;
  margin-bottom: 30px;
}
.form-head h3 {
  margin-bottom: 20px;
}
.form-head h4 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.section-head {
  padding: 0 0 20px;
}
.section-head h3,
.section-head h4 {
  margin: 0;
}
.form-section {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.col-head {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
}
.form-horizontal .col-body .form-group {
  margin-bottom: 20px;
}
.form-horizontal .form-group {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.form-horizontal .form-group .control-label {
  display: block;
  height: auto;
  padding: 0;
  margin: 0 0 5px;
  line-height: 1.2;
  text-align: left;
}
.form-horizontal .form-group .valid-msg .help-inline {
  display: block;
  padding: 1px 0 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .form-col {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
  }
  .form-col:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.form-actions {
  padding: 0 0 30px;
  text-align: center;
}
.form-actions .btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.form-wrapper #domainHolder .inputs-wrapper {
  float: none;
  display: block;
  width: auto;
}
.form-wrapper #domainHolder .btn {
  display: block;
  margin: 5px 0 0 auto;
}
.form-wrapper #domainHolder .btn i {
  margin-right: 5px;
  margin-top: -2px;
  vertical-align: middle;
}
.form-wrapper #domainHolder .btn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
.form-wrapper #domainHolder .input-group {
  margin-top: 5px;
}
.form-wrapper #domainHolder .input-group:first-child {
  margin-top: 0;
}
.form-wrapper #domainHolder .input-group .input-group-addon {
  cursor: pointer;
}
.form-wrapper #domainHolder .input-group .input-group-addon:hover {
  background: rgba(206, 0, 0, 0.8);
  color: #fff;
}
.form-wrapper #domainHolder .input-group[class*="col-"] {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin: 5px 0 0;
}
.form-wrapper #domainHolder .input-group[class*="col-"]:first-child,
.form-wrapper #domainHolder .input-group[class*="col-"]:nth-child(2) {
  margin-top: 0;
}
.navbar-right {
  margin-right: 0 !important;
}
body {
  background: #fff;
  font-size: 16px;
}
.navbar {
  border: 0px;
}
.navbar-headerm {
  width: 100%;
  color: #50afff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-menu ul {
  display: flex;
  justify-content: space-around;
}
.changeLang {
  float: right;
  margin-right: 20px;
  margin-top: 60px;
  font-size: 18px;
  cursor: pointer;
}
hr {
  border-top: 1px solid #50afff;
}
.table tr {
  cursor: pointer;
}
.table tr .selected {
  background-color: #5bc0de;
}
.table .expanded-row {
  background-color: white;
  border: 5px solid black;
  margin-left: -8px;
  margin-right: -4px;
  margin-top: -4px;
  margin-bottom: -4px;
}
a {
  transition: background-color 0.3s, color 0.3s;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.section-filter {
  padding: 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-filter .button {
  padding: 7px 9px;
  margin-left: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
}
.section-filter .button:hover {
  text-decoration: none;
}
.section-filter .button.blue {
  background: #50afff;
}
.section-filter .button.blue:hover {
  background: #158bee;
}
.section-filter .button.green {
  background: #00A300;
}
.section-filter .button.green:hover {
  background: #007500;
}
.section-filter .button.orange {
  background: #f7931e;
}
.section-filter .button.orange:hover {
  background: #d17a14;
}
.section-filter .button:focus {
  text-decoration: none;
}
.single-view .section-filter,
.single-view .pagination-container {
  pointer-events: none;
  opacity: 0;
}
.pagination-container {
  width: calc(98%);
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding: 1rem 0;
  justify-content: center;
}
.pagination-number,
.pagination-button {
  font-size: 17px;
  background-color: transparent;
  border: none;
  font-weight: 700;
  margin: 0.25rem 0.25rem;
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: .2rem;
  color: #4d4d4d;
}
.pagination-number:hover,
.pagination-button:not(.disabled):hover {
  background: #fff;
}
.pagination-number.active {
  color: #fff;
  background: #50afff;
}
.section-filter .field-wrap {
  display: inline-block;
  vertical-align: middle;
}
.section-filter label {
  display: block;
  margin: 0;
  font-size: 18px;
  color: #aeaeae;
}
.section-filter select,
input {
  display: inline-block;
  vertical-align: middle;
  color: #595959;
  padding: 5px;
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #aeaeae;
  border-radius: 5px;
}
.gymfilter-wrap {
  display: none;
}
.gymfilter-wrap {
  float: right;
}
.gymfilter-wrap span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #595959;
  padding: 5px;
  width: 200px;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #aeaeae;
  border-radius: 5px;
}
.gymfilter-wrap span:before {
  position: absolute;
  right: 5px;
  top: 10px;
  width: 0;
  height: 0;
  content: '';
  display: block;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #595959;
}
.main-wrapper {
  position: relative;
}
.main-wrapper .container {
  position: relative;
}
.main-wrapper .container .section-title {
  margin-bottom: 20px;
}
.main-wrapper .container .section-title h2 {
  margin: 0;
  font-size: 26px;
}
.main-wrapper .container #map {
  position: relative;
  width: 100%;
  height: 750px;
}
.main-wrapper .container #map.hidden {
  display: none;
}
.main-wrapper .container #map:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 237px;
  content: '';
  z-index: 4;
  background: url(/Content/Images/shadow.png) repeat-x 0 0;
  pointer-events: none;
}
.toggleMap .showmap {
  display: none;
}
.toggleMap.active .showmap {
  display: inline-block;
}
.toggleMap.active .hidemap {
  display: none;
}
.toggleType .hidetype {
  display: none;
}
.toggleType.orange .hidetype {
  display: inline-block;
}
.toggleType.orange .showtype {
  display: none;
}
.main-wrapper .gyms-list {
  position: relative;
  min-height: 480px;
}
.main-wrapper .gyms-list.hidden {
  display: none;
}
.main-wrapper .gyms-list .gym {
  margin-bottom: 10px;
  display: none;
}
.main-wrapper .gyms-list .gym.visible {
  display: block;
}
.main-wrapper .gyms-list .gym.hide,
.main-wrapper .gyms-list .gym.hiden {
  display: none;
}
.main-wrapper .gyms-list .gym.shown {
  display: block;
  background: #fff;
  z-index: 9;
}
.main-wrapper .gyms-list .gym.shown .gym-head {
  display: block;
  border: 0;
  background: transparent;
}
.main-wrapper .gyms-list .gym.shown .gym-head .gym-logo,
.main-wrapper .gyms-list .gym.shown .gym-head .gym-addres,
.main-wrapper .gyms-list .gym.shown .gym-head .gym-more {
  display: none;
}
.main-wrapper .gyms-list .gym.shown .gym-head .gym-title {
  margin-bottom: 30px;
}
.main-wrapper .gyms-list .gym.shown .gym-head .gym-title h2,
.main-wrapper .gyms-list .gym.shown .gym-head .gym-title .percent,
.main-wrapper .gyms-list .gym.shown .gym-head .gym-title .backto {
  display: inline-block;
  vertical-align: middle;
}
.main-wrapper .gyms-list .gym.shown .gym-head:hover {
  background: 0;
}
.main-wrapper .gyms-list .gym .gym-head {
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  background: #f5f5f5;
  display: grid;
  grid-template-columns: 15% 25% auto 17%;
  column-gap: 5px;
  align-items: center;
  font-size: 16px;
  transition: background-color 0.3s;
}
.main-wrapper .gyms-list .gym .gym-head:hover {
  background: #e5e5e5;
}
.main-wrapper .gyms-list .gym .gym-head .gym-logo {
  height: 85px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  border-right: 1px solid #c2c2c2;
}
.main-wrapper .gyms-list .gym .gym-head .gym-title {
  padding-left: 10px;
}
.main-wrapper .gyms-list .gym .gym-head .gym-title h2 {
  margin: 0;
  font-size: 24px;
  text-transform: capitalize;
}
.main-wrapper .gyms-list .gym .gym-head .gym-title .backto {
  float: right;
  padding: 7px 15px;
  margin-left: 5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.3;
  background: #f7931e;
  display: none;
}
.main-wrapper .gyms-list .gym .gym-head .gym-title .backto:before {
  content: '<';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.main-wrapper .gyms-list .gym .gym-head .gym-title .percent {
  display: none;
  width: 38px;
  height: 38px;
  margin-left: 15px;
  border-radius: 50%;
  background: url(/Content/Images/circle-percent.png) no-repeat -2px -2px;
}
.main-wrapper .gyms-list .gym .gym-head .gym-addres {
  border-left: 2px solid #d2d2d2;
  padding: 0 20px;
}
.main-wrapper .gyms-list .gym .gym-head .gym-addres p {
  margin: 0;
}
.main-wrapper .gyms-list .gym .gym-head .gym-more {
  padding-right: 20px;
  text-align: right;
}
.main-wrapper .gyms-list .gym .gym-head .gym-more span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 14px;
}
.main-wrapper .gyms-list .gym .gym-head .gym-more .arrow {
  width: 42px;
  height: 42px;
  margin-left: 15px;
}
.main-wrapper .gyms-list .gym .gym-head .gym-more .arrow i {
  font-size: 48px;
  color: #50afff;
  line-height: 45px;
}
.main-wrapper .gyms-list .gym .gym-head .gym-more .percent {
  width: 42px;
  height: 42px;
  margin-left: 15px;
  background: url(/Content/Images/circle-percent.png) no-repeat 0 0;
}
.dropdown.open .btn-default.dropdown-toggle {
  background: #fff;
  color: #50afff;
}
.field-wrap .dropdown button {
  position: relative;
  width: 300px;
  text-align: left;
}
.field-wrap .dropdown button:hover,
.field-wrap .dropdown button:focus {
  background: #fff;
  color: #50afff;
  outline: none;
}
.field-wrap .dropdown button .caret {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}
.field-wrap .dropdown > ul.dropdown-menu {
  width: 100%;
  max-height: 450px;
  overflow-y: scroll;
}
.field-wrap .dropdown .dropdown-menu > li > a {
  position: relative;
  display: block;
  padding: 10px 25px;
  color: #808080;
  font-size: 14px;
  font-weight: 700;
}
.field-wrap .dropdown .dropdown-menu > li > a .caret {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  color: #50afff;
}
.field-wrap .dropdown .dropdown-submenu {
  position: relative;
}
.field-wrap .dropdown .dropdown-submenu.activeness a {
  background: #50afff;
  color: #fff;
}
.field-wrap .dropdown .dropdown-submenu.activeness a .caret {
  color: #fff;
}
.field-wrap .dropdown .dropdown-submenu.activeness .dropdown-menu {
  display: block;
}
.field-wrap .dropdown .dropdown-submenu .dropdown-menu {
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  border-radius: 0;
  background: #50afff;
}
.field-wrap .dropdown .dropdown-submenu .dropdown-menu > li > a {
  color: #fff;
  padding: 8px 25px;
  font-weight: 400;
}
.field-wrap .dropdown .dropdown-submenu .dropdown-menu > li > a:hover {
  background: #0087f9;
}
.gym-sigle-layout {
  display: none;
}
.gym-sigle-layout .gym-img {
  margin-bottom: 30px;
}
.gym-sigle-layout .gym-img img {
  width: 100%;
  height: auto;
}
.gym-sigle-layout .gym-desc {
  padding: 20px;
}
.gym-sigle-layout .gym-desc img {
  max-width: 100%;
  height: auto;
}
.gym.shown .gym-sigle-layout {
  display: block;
}
.main-wrapper .gyms-list.all-hiden .no-gyms {
  display: block;
}
.aside-stats {
  position: absolute;
  top: 110px;
  right: 100%;
  width: 220px;
}
.aside-stats .box {
  position: relative;
  padding: 30px 0;
  margin-bottom: 35px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  text-align: center;
}
.aside-stats .box span {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 5px;
  background: #fff;
  color: #999999;
  font-size: 22px;
}
.aside-stats .box h4 {
  padding: 0;
  margin: 0;
  color: #50afff;
  font-size: 52px;
}
.aside-imgblock {
  position: absolute;
  top: 0;
  left: 100%;
  width: 270px;
  height: 100%;
  padding-bottom: 123px;
}
.aside-imgblock .title {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px 8px;
  margin: 0 0 5px;
  background: #e6e6e6;
  text-align: center;
}
.aside-imgblock .box {
  padding: 8px;
  background: #e6e6e6;
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.aside-imgblock .box img {
  width: 100%;
  height: auto;
}
.single-view .aside-imgblock {
  display: none;
}
.aside-block a {
  display: block;
}
.aside-block img {
  width: 100%;
  height: auto;
}
/*.navbar { box-shadow: 0 1px 1px rgba(0,0,0,0.5); }*/
.ab-section-body {
  padding: 100px 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(/Frontend/dist/static/media/new-pox-gray.43e0899d.png);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.ab-section-body .body-entry {
  padding: 20px;
  max-width: 400px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.section-body {
  padding: 30px 0;
}
.body-entry {
  padding: 20px;
}
.nav-icon-login {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 37px;
  background: url(/Content/Images/login-icon-blue.png) no-repeat 0 0;
  background-size: 37px 37px;
}
.nav-icon-profile {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: url(/Content/Images/header-icon-profile.png) no-repeat 0 0;
}
.nav-icon-lang {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: url(/Content/Images/header-icon-flag.png) no-repeat 0 0;
}
.form-section {
  margin-bottom: 0;
}
.nav-toggle {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  cursor: pointer;
}
.nav-toggle:focus {
  outline: none;
}
.nav-toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #50afff;
  position: absolute;
  display: block;
  content: '';
}
.nav-toggle span:before {
  top: -10px;
}
.nav-toggle span:after {
  bottom: -10px;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
.show-menu .nav-toggle span {
  background-color: transparent;
}
.show-menu .nav-toggle span:before,
.show-menu .nav-toggle span:after {
  top: 0;
}
.show-menu .nav-toggle span:before {
  transform: rotate(45deg);
}
.show-menu .nav-toggle span:after {
  transform: rotate(-45deg);
}
.form-section {
  background-position: 50% 50%;
}
.cookie-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9992147483647;
  width: 100%;
  background: #50afff;
  color: #fff;
  padding: 12px 0 10px;
  font-size: 13px;
}
.cookie-content {
  padding: 0 15px;
}
.cookie-content span {
  float: left;
}
.cookie-content .right {
  float: right;
}
.cookie-content a,
.cookie-content button {
  display: inline-block;
  vertical-align: middle;
}
.cookie-content button {
  background: #fff;
  color: #50afff;
  border: 0;
  padding: 0;
  border-radius: 2px;
  line-height: 1.2;
  padding: 5px 5px 3px;
}
.cookie-content a {
  text-decoration: underline;
  color: #fff;
}
.changeLang form {
  display: inline-block;
  vertical-align: middle;
}
.lds-dual-ring {
  width: 64px;
  height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #50afff;
  border-color: #50afff transparent #50afff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.page-loading .lds-dual-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  display: block;
  width: 64px;
  height: 64px;
}
.page-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
body.loading .page-loading {
  opacity: 1;
  visibility: visible;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cf-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.section-banner .cf-container {
  min-height: 600px;
}
.navbar-headerm .logo {
  width: 140px;
  height: 106px;
  margin: 0;
  padding-top: 0;
  background: url(/Content/Images/CoolFitLogo.png) no-repeat 0 0;
  background-size: 140px 106px;
}
.fa-sign-out {
  color: #50afff;
}
.main-menu {
  width: 86%;
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
}
.main-menu ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.main-menu ul li {
  position: relative;
  display: inline-block;
  margin: 0;
}
.main-menu ul li a {
  color: #50afff;
  transition: color 0.3s;
}
.main-menu ul li a span {
  color: #ffe752;
}
.main-menu ul li a:hover,
.main-menu ul li:hover > a,
.main-menu ul li a.current-page {
  color: #ffe752;
  text-decoration: none;
}
.main-menu ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffe752;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  min-width: 100%;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
}
.mobile .main-menu ul li:hover ul {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
}
.main-menu ul li:hover ul,
.main-menu ul li.show-dropdown ul,
.mobile .main-menu ul li.show-dropdown ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.main-menu ul li ul li {
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.main-menu ul li ul li:last-child {
  border-bottom: 0;
}
.main-menu ul li ul li:last-child a {
  border-radius: 0 0 5px 5px;
}
.main-menu ul li ul li:first-child a {
  border-radius: 5px 5px 0 0;
}
.main-menu ul li ul li a {
  display: block;
  padding: 10px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  transition: background-color 0.3s, color 0.3s;
}
.desktop .main-menu ul li ul li a:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #333;
}
.main-menu .shop-btn a {
  padding: 5px 10px;
  border-radius: 5px;
  background: #50afff;
  color: #fff;
  border: 2px solid #fff;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
.desktop .main-menu .shop-btn:hover a,
.main-menu ul li.shop-btn a.current-page {
  color: #353535;
  border-color: #353535;
  background: #ffe752;
}
.changeLangText {
  /*color: #fff;*/
  color: #50afff;
  cursor: pointer;
}
.footer {
  position: relative;
  padding: 60px 0 80px;
  background: #222222 url(/Content/Images/footer-bg.jpg) no-repeat 50% 100%;
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 500;
}
.footer:after,
.footer:before {
  position: absolute;
  content: '';
  top: -20px;
  width: 133px;
  height: 71px;
}
.footer:after {
  left: 0;
  background: url(/Content/Images/footer-left-side.png) no-repeat 0 0;
  background-size: 100% auto;
}
.footer:before {
  right: 0;
  background: url(/Content/Images/footer-right-side.png) no-repeat 0 0;
  background-size: 100% auto;
}
.footer-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-nav ul li {
  display: block;
  margin-bottom: 10px;
}
.footer-nav ul li a {
  color: #fff;
}
.footer p {
  margin-bottom: 20px;
}
.footer p i {
  font-size: 40px;
}
.footer-cols {
  display: flex;
  justify-content: space-between;
}
.footer-cols .footer-col:first-child {
  text-align: left;
}
.footer-cols .footer-col.footer-contact-text {
  text-align: right;
}
.footer-cols .footer-col a {
  color: #fff;
}
.footer-cols .footer-col .btn {
  padding: 7px 10px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  color: #222222;
  background: #ffe752;
  border-radius: 3px;
  font-weight: 700;
}
.desktop .footer-cols .footer-col .btn:hover {
  background: #00b5e7;
  color: #fff;
}
.footer .footer-icons {
  padding: 35px 0 30px;
}
.footer .footer-icons a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.footer .footer-icons a i {
  position: relative;
  color: #fff;
  font-size: 78px;
  margin: 0;
  transition: color 0.3s;
}
.footer .footer-icons a.fbi {
  position: relative;
  width: 67px;
  height: 67px;
  background: #fff;
  border-radius: 10px;
}
.footer .footer-icons a.fbi i {
  position: absolute;
  bottom: -5px;
  right: 10px;
  font-size: 60px;
  color: #222;
}
.footer-col .copyright {
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffe752;
}
.desktop .footer a:hover {
  color: #ffe752;
  text-decoration: none;
}
.faq-question {
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
}
.faq-question:first-child {
  margin-top: 0;
}
.faq-content {
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}
.faq-content strong {
  font-weight: 800s;
}
#become-partner {
  color: #50afff;
  margin: 0;
  font-size: 32px;
}
.section-coolfitapp {
  padding: 50px 0 80px;
  text-align: center;
}
.section-coolfitapp h2 {
  margin: 0 0 20px;
  font-size: 40px;
  line-height: 1.2;
  color: #ffe752;
  font-weight: 700;
  text-transform: uppercase;
}
.section-coolfitapp h2 span {
  color: #fff;
}
.section-coolfitapp .main-photo {
  margin-bottom: 10px;
}
.section-coolfitapp .main-photo img {
  max-width: 80%;
  width: 850px;
  height: auto;
}
.section-coolfitapp h3 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
  color: #ffe752;
  font-weight: 700;
  text-transform: uppercase;
}
.section-coolfitapp ul {
  list-style-type: none;
  max-width: 750px;
  padding: 0;
  margin: 0 auto;
}
.section-coolfitapp ul li {
  padding-bottom: 20px;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 1.3;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 6px solid #50afff;
}
.section-coolfitapp ul li:last-child {
  border: 0;
}
@media screen and (max-width: 1600px) and (min-width: 1250px) {
  .main-wrapper .container {
    width: 100%;
    padding: 0 230px 0 155px;
  }
  .aside-stats {
    width: 145px;
    right: auto;
    left: 5px;
  }
  .aside-stats .box h4 {
    font-size: 34px;
  }
  .aside-stats .box span {
    font-size: 20px;
  }
  .aside-imgblock {
    left: auto;
    right: 0;
    width: 220px;
  }
  .main-wrapper .gyms-list .gym .gym-head .gym-more .arrow {
    margin-left: 9px;
  }
}
@media screen and (max-width: 1490px) and (min-width: 1250px) {
  .section-filter {
    display: block;
  }
  .section-filter .filter-col {
    margin-bottom: 10px;
  }
  .section-filter .filter-col:last-child {
    text-align: right;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1250px) {
  .title-container .container,
  .main-wrapper .container {
    width: 100%;
  }
  .main-wrapper .container {
    padding: 0 10px;
  }
  .page-title {
    font-size: 26px;
  }
  .aside-stats {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
  .aside-stats .box {
    width: 30%;
    margin-bottom: 0;
  }
  .aside-imgblock {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    padding: 0;
  }
  .pagination-number,
  .pagination-button {
    margin: 0;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .main-menu {
    font-size: 16px;
  }
}
@media screen and (max-width: 1120px) {
  .section-filter {
    display: block;
  }
  .section-filter .filter-col {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
  }
  .section-filter .filter-col .field-wrap {
    width: 30%;
    margin: 0;
  }
  .section-filter .filter-col .field-wrap .dropdown button {
    width: 100%;
  }
  .section-filter .filter-col .button {
    width: 47%;
    margin: 0;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .navbar-headerm .logo {
    width: 130px;
    height: 95px;
    background-size: 130px 95px;
  }
  .nav-icon-login {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  .main-menu {
    font-size: 14px;
  }
  .section-coolfitapp h2 {
    font-size: 32px;
  }
  .section-coolfitapp h3,
  .section-coolfitapp ul li {
    font-size: 24px;
  }
  .footer {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  .main-menu {
    font-size: 13px;
  }
  body .contacts-wrapper {
    max-width: 100%;
    width: auto;
    margin: 0 10px;
  }
  body .col-md-5 {
    margin-bottom: 20px;
  }
  .col-profile-img .profile-name {
    font-size: 20px;
  }
  .footer {
    padding-bottom: 40px;
    font-size: 18px;
  }
  .footer-cols .footer-col .btn {
    font-size: 18px;
  }
  .footer .footer-icons {
    padding: 25px 0 20px;
  }
  .footer .footer-icons a i {
    font-size: 50px;
  }
  body .contact-labels {
    font-size: 22px;
  }
  body .contacts-wrapper .form-field input.form-control {
    font-size: 16px;
  }
  .aside-block {
    width: 200px;
  }
  .aside-block a {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .cf-container {
    padding: 0 10px;
  }
  .navbar {
    padding-top: 0;
  }
  .navbar-headerm {
    display: block;
  }
  body .form-section {
    margin-bottom: 0;
  }
  body .form-box {
    font-size: 16px;
  }
  body .form-box {
    width: auto;
    margin: 0;
  }
  body .form-box .inner-box {
    padding: 20px 10px;
  }
  .form-section .form-title {
    margin-bottom: 30px;
    font-size: 30px;
  }
  body .form-box .form-group {
    margin-bottom: 15px;
  }
  body .form-button {
    padding: 10px 20px;
    font-size: 18px;
  }
  .navbar-headerm {
    padding-top: 10px;
    padding-right: 0;
  }
  body .navbar-headerm .logo {
    margin: 0 auto;
    float: none;
    display: block;
  }
  body .main-menu {
    width: 100%;
    margin: 0;
  }
  body .navbar-headerm .logo img {
    float: none;
  }
  body .navbar-headerm .changeLang {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12.5px;
    padding-top: 0;
  }
  body .navbar .container > .navbar-headerm {
    position: relative;
    margin: 0;
    padding-bottom: 0;
  }
  body .main-menu ul {
    padding: 0;
    display: block;
  }
  body .partner-logo {
    width: 50%;
  }
  body #card-info {
    display: none;
  }
  body .store-container form {
    padding-left: 0;
    padding-top: 0;
  }
  body .store-container .form-col,
  body .store-container .form-main-col {
    width: auto;
    display: block;
    float: none;
  }
  body .store-container {
    padding: 10px 0;
  }
  body .label {
    white-space: normal;
  }
  .gymfilter-wrap,
  .section-filter .field-wrap {
    width: 32%;
    margin-right: 2%;
  }
  .gymfilter-wrap {
    margin-right: 0;
  }
  .gymfilter-wrap span,
  .section-filter .field-wrap select {
    width: 100%;
  }
  .gymfilter-wrap {
    display: block;
  }
  body .show-filter .main-wrapper .gyms-list {
    opacity: 1;
    visibility: visible;
  }
  .nav-toggle {
    display: block;
  }
  .main-menu {
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(80, 175, 255, 0.9);
    line-height: 1.2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
  }
  .show-menu .main-menu {
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
  .main-menu ul li {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .main-menu ul li:last-child {
    border-bottom: 0;
  }
  .main-menu .shop-btn a {
    border: 0;
  }
  .main-menu ul li a {
    display: block;
    padding: 5px 10px 2px;
    color: #fff;
  }
  .desktop .main-menu ul li a:hover {
    background: #fff;
    color: #50afff;
  }
  .main-menu ul li ul {
    position: relative;
    top: auto;
    left: auto;
    border-radius: 0;
  }
  .main-menu ul li ul {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    border-top: 1px solid #ccc;
    background: 0;
  }
  .mobile .main-menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    display: none;
  }
  .main-menu ul li:hover ul,
  .main-menu ul li.show-dropdown ul,
  .mobile .main-menu ul li.show-dropdown ul {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .main-menu ul li.show-dropdown a {
    background: #fff;
    color: #50afff;
  }
  .main-menu ul li ul li:first-child a,
  .main-menu ul li ul li:last-child a {
    border-radius: 0;
  }
  .main-menu ul li ul li a {
    padding: 5px 15px;
    font-size: 15px;
  }
  .form-section {
    background-position: 50% 50%;
  }
  .partner-logo {
    display: none;
  }
  .show-onmobile {
    display: block;
  }
  .cookie-content {
    font-size: 12px;
    padding: 0 5px;
  }
  .cookie-content a,
  .cookie-content button {
    margin: 0 5px;
  }
  .section-partners .section-head h2 {
    font-size: 42px;
  }
  .col-profile-img {
    margin-bottom: 20px;
  }
  .label {
    display: block;
  }
  .feat-box #renew-subscription {
    min-width: 10px;
    font-size: 16px;
  }
  .feat-box #daysLeft {
    font-size: 60px;
    margin-right: 5px;
  }
  .feat-box .si-col .info .title {
    margin-bottom: 2px;
  }
  .feat-box .si-col .info {
    font-size: 14px;
    line-height: 1.2;
  }
  .footer-cols .footer-col:first-child,
  .footer-cols .footer-col.footer-contact-text {
    text-align: center;
  }
  .footer {
    padding: 40px 0;
    font-size: 16px;
  }
  .footer:after,
  .footer:before {
    width: 80px;
    top: -13px;
  }
  .footer-nav ul li {
    margin-bottom: 2px;
  }
  .footer .footer-icons a i {
    font-size: 40px;
  }
  .footer p i {
    font-size: 30px;
  }
  .footer p {
    margin-bottom: 10px;
  }
  .faq-question {
    font-size: 18px;
  }
  .faq-content {
    font-size: 16px;
  }
  .main-wrapper .gyms-list .no-gyms {
    padding: 20px;
    display: none;
  }
  body .contacts-wrapper {
    display: block;
  }
  body .contact-box {
    width: 100%;
    padding: 10px;
  }
  body .contacts-wrapper .form-field {
    margin-bottom: 20px;
  }
  body .form-field-recaptcha {
    padding-top: 20px;
  }
  body .contact-col {
    padding-top: 40px;
    text-align: center;
  }
  body .contact-labels {
    margin-bottom: 10px;
  }
  body .contact-p div {
    margin-bottom: 5px;
  }
  body .store-container form {
    width: 100%;
  }
  .footer-cols {
    display: block;
  }
  .footer-cols .footer-col {
    display: block;
    margin-bottom: 20px;
  }
  .footer-cols .footer-col:last-child {
    margin: 0;
  }
  .footer .footer-icons {
    padding: 15px 0;
  }
  body .store-form-row .form-control {
    height: 40px;
  }
  body .store-form-row .col-label {
    line-height: 40px;
    font-size: 18px;
  }
  body .col-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .section-coolfitapp h2 {
    font-size: 24px;
  }
  .section-coolfitapp h3,
  .section-coolfitapp ul li {
    font-size: 16px;
  }
  .section-coolfitapp ul li {
    padding-bottom: 10px;
    border-bottom-width: 3px;
  }
  .section-coolfitapp .main-photo img {
    max-width: 100%;
  }
  .aside-block {
    position: relative;
    right: auto;
    height: auto;
    width: 100%;
    overflow-y: none;
  }
  .aside-block a {
    padding: 0;
  }
  .section-filter {
    display: block;
  }
  .section-filter .filter-col {
    display: block;
    margin-bottom: 10px;
  }
  .section-filter .filter-col .field-wrap {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .section-filter .filter-col .button {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  .aside-stats .box h4 {
    font-size: 26px;
  }
  .aside-stats .box span {
    font-size: 14px;
    top: -10px;
  }
  .main-wrapper .gyms-list .gym .gym-head .gym-addres {
    display: none;
  }
  .main-wrapper .gyms-list .gym .gym-head {
    grid-template-columns: 25% auto 35%;
  }
  .main-wrapper .gyms-list .gym .gym-head .gym-title h2 {
    font-size: 18px;
  }
  .main-wrapper .gyms-list .gym .gym-head .gym-more {
    border-left: 2px solid #d2d2d2;
    padding-right: 5px;
  }
  .main-wrapper .gyms-list .gym .gym-head .gym-more span.text {
    font-size: 12px;
  }
  .main-wrapper .gyms-list .gym .gym-head .gym-more .arrow,
  .main-wrapper .gyms-list .gym .gym-head .gym-more .percent {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    margin-left: 5px;
  }
  .main-wrapper .gyms-list .gym .gym-head .gym-more .arrow i,
  .main-wrapper .gyms-list .gym .gym-head .gym-more .percent i {
    font-size: 28px;
    line-height: 25px;
  }
}
@media screen and (max-width: 505px) {
  #myProfile-wrapper .feat-box {
    display: block;
  }
  .feat-box #daysLeft {
    margin-right: 0;
  }
  .feat-box #renew-subscription {
    display: block;
  }
  #ul-div {
    font-size: 12px;
  }
  .gymfilter-wrap,
  .section-filter .field-wrap {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .section-coolfitapp h2 {
    font-size: 18px;
  }
  body .store-container .form-col,
  body .store-container .form-main-col {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
  }
  body .store-container .form-main-col {
    margin-bottom: 20px;
  }
  .form-section .form-box .form-field input.form-control {
    font-size: 14px;
  }
  .form-section .form-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  body .form-button {
    font-size: 17px;
  }
  /*  .section-banner .banner-text .title { font-size: 25px; }
  .section-banner .banner-text .title span { font-size: 30px; }
  .section-banner .banner-text .title:before { bottom: 8px; width: 100px; }*/
  .cookie-content {
    padding: 0;
  }
  .cookie-content span {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .cookie-content div.right {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .cookie-content a,
  .cookie-content button {
    margin: 0;
  }
  .cookie-content button {
    margin-right: 5px;
  }
  .section-filter .field-wrap {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .gymfilter-wrap {
    float: none;
  }
  .body-entry {
    padding: 0;
  }
  .contacts-wrapper .col-md-3.col-xs-6 {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .contacts-wrapper .col-md-3.col-xs-6:last-child {
    margin-bottom: 0;
  }
  .main-wrapper .gyms-list .gym .gym-head {
    grid-template-columns: 25% auto 40px;
  }
  .main-wrapper .gyms-list .gym .gym-head .gym-more span.text {
    display: none;
  }
}
.table tr {
  cursor: pointer;
}
.table tr .selected {
  background-color: #5bc0de;
}
.table .expanded-row {
  background-color: white;
  border: 5px solid black;
  margin-left: -8px;
  margin-right: -4px;
  margin-top: -4px;
  margin-bottom: -4px;
}
/*! Select2 Bootstrap Theme v0.1.0-beta.4 | MIT License | github.com/select2/select2-bootstrap-theme */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
          #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
          #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
          #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
      #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
      #RTL SUPPORT
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
  /**
   * Hover state.
   */
  /**
   * Selected state.
   */
}
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  /**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
  /**
   * Minus 2px borders.
   */
  /**
   * Clear the selection.
   */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}
.select2-container--bootstrap.input-sm, .select2-container--bootstrap.input-lg {
  border-radius: 0;
  font-size: 12px;
  height: auto;
  line-height: 1;
  padding: 0;
}
.select2-container--bootstrap.input-sm .select2-selection--single, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}
.select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}
.select2-container--bootstrap.input-lg .select2-selection--single, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}
.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}
.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}
.select2-container--bootstrap.input-lg .select2-selection--multiple, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
}
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}
.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.select2-container--bootstrap[dir="rtl"] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
  /**
   * Multiple Select2
   */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*\
    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
*/
.form-inline .select2-container--bootstrap {
  display: inline-block;
}

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