/*! vendor.css */
@import url(../../../../bower_components/animate.css/animate.css);
@import url(../../../../bower_components/cropper/dist/cropper.css);
@import url(../../../../bower_components/flexslider/flexslider.css);
@import url(../../../../bower_components/jqvmap/dist/jqvmap.css);
@import url(../../../../bower_components/metisMenu/dist/metisMenu.css);
.cropper {
  position: relative; }

.cropper-toolbar {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  bottom: 15px;
  display: block;
  left: 50%;
  margin-bottom: 0;
  margin-right: -50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1000; }
  .cropper-toolbar .btn {
    border: none;
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 0;
    width: 36px; }

.table.dataTable {
  border-collapse: separate;
  clear: both;
  margin-bottom: 5px;
  margin-top: 5px;
  max-width: none; }
  .table.dataTable > thead > tr > th,
  .table.dataTable > thead > tr > td,
  .table.dataTable > tbody > tr > th,
  .table.dataTable > tbody > tr > td,
  .table.dataTable > tfoot > tr > th,
  .table.dataTable > tfoot > tr > td {
    box-sizing: content-box;
    outline: none; }
  .table.dataTable .sorting,
  .table.dataTable .sorting_asc,
  .table.dataTable .sorting_desc {
    cursor: pointer;
    position: relative;
    white-space: nowrap; }
    .table.dataTable .sorting:after,
    .table.dataTable .sorting_asc:after,
    .table.dataTable .sorting_desc:after {
      display: inline-block;
      font-family: FontAwesome;
      font-size: 12px;
      height: 20px;
      line-height: 20px;
      margin-left: 5px;
      text-align: center;
      width: 20px; }
  .table.dataTable .sorting_asc,
  .table.dataTable .sorting_desc {
    border-bottom-color: #d9230f;
    color: #d9230f; }
  .table.dataTable .sorting:after {
    color: #808080;
    content: "\f0dc"; }
  .table.dataTable .sorting_asc:after {
    color: #d9230f;
    content: "\f0de"; }
  .table.dataTable .sorting_desc:after {
    color: #d9230f;
    content: "\f0dd"; }

.dataTables_length {
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: left; }
  .dataTables_length > label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap; }
    .dataTables_length > label > select {
      display: inline-block;
      width: 75px; }
  @media screen and (max-width: 767px) {
    .dataTables_length {
      text-align: center; } }

.dataTables_filter {
  text-align: right; }
  .dataTables_filter > label {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    font-weight: normal;
    position: relative;
    text-shadow: none; }
    .dataTables_filter > label:after {
      color: #ddd;
      content: "\f002";
      display: block;
      font-family: FontAwesome;
      font-size: 13px;
      height: 30px;
      left: 0;
      line-height: 30px;
      margin-left: 1px;
      pointer-events: none;
      position: absolute;
      text-align: center;
      top: 0;
      width: 30px;
      z-index: 5; }
    .dataTables_filter > label > input {
      display: inline-block;
      font-family: "Roboto", sans-serif;
      padding-left: 30px;
      width: auto; }
    @media screen and (max-width: 767px) {
      .dataTables_filter > label {
        display: block;
        margin-bottom: 10px;
        margin-top: 10px; }
        .dataTables_filter > label > input {
          display: block;
          width: 100%; } }

.dataTables_info {
  line-height: 30px;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .dataTables_info {
      text-align: center; } }

.dataTables_paginate {
  margin-top: 5px;
  text-align: right;
  white-space: nowrap; }
  .dataTables_paginate .pagination {
    margin-bottom: 0;
    margin-top: 0;
    white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .dataTables_paginate {
      margin-top: 10px;
      text-align: center; } }

.dataTables_processing {
  left: 50%;
  margin-left: -100px;
  margin-top: -26px;
  padding-bottom: 15px;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 200px; }

.table-bordered.dataTable > thead > tr > th,
.table-bordered.dataTable > thead > tr > td,
.table-bordered.dataTable > tbody > tr > th,
.table-bordered.dataTable > tbody > tr > td,
.table-bordered.dataTable > tfoot > tr > th,
.table-bordered.dataTable > tfoot > tr > td {
  border-left-width: 0; }
  .table-bordered.dataTable > thead > tr > th:last-child,
  .table-bordered.dataTable > thead > tr > td:last-child,
  .table-bordered.dataTable > tbody > tr > th:last-child,
  .table-bordered.dataTable > tbody > tr > td:last-child,
  .table-bordered.dataTable > tfoot > tr > th:last-child,
  .table-bordered.dataTable > tfoot > tr > td:last-child {
    border-right-width: 0; }

.table-bordered.dataTable > tbody > tr > th,
.table-bordered.dataTable > tbody > tr > td {
  border-bottom-width: 0; }

.table-bordered.dataTable .sorting,
.table-bordered.dataTable .sorting_asc,
.table-bordered.dataTable .sorting_desc {
  border-color: #ddd;
  padding-right: 30px; }
  .table-bordered.dataTable .sorting:after,
  .table-bordered.dataTable .sorting_asc:after,
  .table-bordered.dataTable .sorting_desc:after {
    bottom: 8px;
    display: block;
    position: absolute;
    right: 4px; }

.dataTables_scrollHead .table {
  margin-bottom: 0; }
  .dataTables_scrollHead .table.table-bordered {
    border-bottom-width: 0; }

.dataTables_scrollBody .table {
  border-top: none;
  margin-bottom: 0;
  margin-top: 0; }
  .dataTables_scrollBody .table > tbody > tr:first-child > td,
  .dataTables_scrollBody .table > tbody > tr:first-child > td {
    border-top: none; }
  .dataTables_scrollBody .table .sorting:after,
  .dataTables_scrollBody .table .sorting_asc:after,
  .dataTables_scrollBody .table .sorting_desc:after {
    display: none; }

.dataTables_scrollFoot .table {
  border-top: none;
  margin-top: 0; }

.table-responsive > .dataTables_wrapper > .row {
  margin-left: 0;
  margin-right: 0; }
  .table-responsive > .dataTables_wrapper > .row > [class^="col-"]:first-child {
    padding-left: 0; }
  .table-responsive > .dataTables_wrapper > .row > [class^="col-"]:last-child {
    padding-right: 0; }

.dt-button-info {
  background-color: #fff;
  border: 2px solid #d9230f;
  border-radius: 0;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.5);
  left: 50%;
  margin-left: -200px;
  margin-top: -100px;
  padding: 15px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 400px;
  z-index: 21; }
  .dt-button-info h2 {
    margin-bottom: 10px;
    margin-top: 0; }

.dt-button-collection.dropdown-menu {
  column-gap: 8px;
  display: block;
  z-index: 2002; }
  .dt-button-collection.dropdown-menu > li:not(.active) > a {
    background-color: transparent;
    color: #444; }

.dt-button-collection.dropdown-menu.fixed {
  border-radius: 0;
  left: 50%;
  margin-left: -75px;
  position: fixed;
  top: 50%; }
  .dt-button-collection.dropdown-menu.fixed.two-column {
    margin-left: -150px; }
  .dt-button-collection.dropdown-menu.fixed.three-column {
    margin-left: -225px; }
  .dt-button-collection.dropdown-menu.fixed.four-column {
    margin-left: -300px; }

.dt-button-collection.dropdown-menu > * {
  break-inside: avoid; }

.dt-button-collection.dropdown-menu.two-column {
  column-count: 2;
  padding-bottom: 1px;
  width: 300px; }

.dt-button-collection.dropdown-menu.three-column {
  column-count: 3;
  padding-bottom: 1px;
  width: 450px; }

.dt-button-collection.dropdown-menu.four-column {
  column-count: 4;
  padding-bottom: 1px;
  width: 600px; }

.dt-button-background {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2001; }

@media screen and (max-width: 767px) {
  .dt-buttons {
    float: none;
    margin-bottom: 5px;
    text-align: center;
    width: 100%; }
    .dt-buttons > a.btn {
      float: none; } }

.dataTable.DTCR_clonedTable {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 202; }

.DTCR_pointer {
  background-color: #d9230f;
  width: 1px;
  z-index: 201; }

.dataTable.fixedHeader-floating,
.dataTable.fixedHeader-locked {
  background-color: #fff;
  margin-bottom: 0;
  margin-top: 0; }

.dataTable.fixedHeader-floating {
  position: fixed; }

.dataTable.fixedHeader-locked {
  position: absolute; }

@media print {
  .dataTable.fixedHeader-floating {
    display: none; } }

.dtr-inline.collapsed > tbody > tr > td.child,
.dtr-inline.collapsed > tbody > tr > th.child,
.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default; }
  .dtr-inline.collapsed > tbody > tr > td.child:before,
  .dtr-inline.collapsed > tbody > tr > th.child:before,
  .dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
    display: none; }

.dtr-inline.collapsed > tbody > tr > td:first-child,
.dtr-inline.collapsed > tbody > tr > th:first-child {
  cursor: pointer;
  padding-left: 30px;
  position: relative; }
  .dtr-inline.collapsed > tbody > tr > td:first-child:before,
  .dtr-inline.collapsed > tbody > tr > th:first-child:before {
    color: #808080;
    content: "\f196";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    height: 16px;
    left: 5px;
    line-height: 16px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 16px; }

.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: "\f147"; }

.dtr-inline.collapsed > tbody > tr.child > td:before,
.dtr-inline.collapsed > tbody > tr.child > th:before {
  display: none; }

.dtr-inline.collapsed > tbody > tr.child > td > ul,
.dtr-inline.collapsed > tbody > tr.child > th > ul {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.dtr-inline.collapsed > tbody > tr.child > td > ul > li,
.dtr-inline.collapsed > tbody > tr.child > th > ul > li {
  display: table-row; }

.dtr-inline.collapsed > tbody > tr.child > td .dtr-title,
.dtr-inline.collapsed > tbody > tr.child > th .dtr-title {
  display: table-cell;
  font-weight: 500;
  padding-right: 16px;
  white-space: nowrap;
  width: 1%; }

.dtr-inline.collapsed > tbody > tr.child > td .dtr-data,
.dtr-inline.collapsed > tbody > tr.child > th .dtr-data {
  display: table-cell;
  padding-bottom: 8px;
  padding-top: 8px;
  width: 99%; }

.dtr-column > tbody > tr > td.control,
.dtr-column > tbody > tr > th.control {
  cursor: pointer;
  position: relative; }

.dtr-column > tbody > tr > td.control:before,
.dtr-column > tbody > tr > th.control:before {
  color: #808080;
  content: "\f196";
  display: block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 16px;
  left: 5px;
  line-height: 16px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 16px; }

.dtr-column > tbody > tr.parent > td.control:before,
.dtr-column > tbody > tr.parent > th.control:before {
  content: "\f147"; }

.dtr-column > tbody > tr.child {
  padding: 10px 15px; }
  .dtr-column > tbody > tr.child:hover {
    background-color: transparent; }
  .dtr-column > tbody > tr.child > td.control:before,
  .dtr-column > tbody > tr.child > th.control:before {
    display: none; }

.dataTable.dt-rowReorder > tbody > tr > td:first-child,
.dataTable.dt-rowReorder > tbody > tr > th:first-child {
  white-space: nowrap; }
  .dataTable.dt-rowReorder > tbody > tr > td:first-child:before,
  .dataTable.dt-rowReorder > tbody > tr > th:first-child:before {
    color: #808080;
    content: "\f0c9";
    cursor: move;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    width: 20px; }

.dataTable.dt-rowReorder-float {
  opacity: 0.8;
  outline: 2px solid #d9230f;
  outline-offset: -2px;
  position: absolute !important;
  table-layout: fixed;
  z-index: 2001; }

.dt-rowReorder-moving {
  outline: 2px solid #444;
  outline-offset: -2px; }

.dt-rowReorder-noOverflow {
  overflow-x: hidden; }

.dataTable td.reorder {
  cursor: move;
  text-align: center; }

.DTS {
  display: block; }
  .DTS .table > tbody > tr > th,
  .DTS .table > tbody > tr > td {
    white-space: nowrap; }
  .DTS .DTS_Loading {
    z-index: 1; }
  .DTS .dataTables_scrollBody {
    background: repeating-linear-gradient(45deg, #f9f9f9, #f9f9f9 10px, #fff 10px, #fff 20px); }
  .DTS .dataTables_scrollBody .table {
    z-index: 2; }
  .DTS .dataTables_paginate,
  .DTS .dataTables_length {
    display: none; }

div.DTS tbody tr.even {
  background-color: #fff; }

.bootstrap-table .table {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  border-collapse: collapse !important;
  border-radius: 0;
  margin-bottom: 0 !important; }

.bootstrap-table .table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > thead > tr > td,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
  padding: 8px; }

.bootstrap-table .table.table-no-bordered > thead > tr > th,
.bootstrap-table .table.table-no-bordered > tbody > tr > td {
  border-right: 2px solid transparent; }

.bootstrap-table .table.table-no-bordered > tbody > tr > td:last-child {
  border-right: none; }

.fixed-table-container {
  position: relative;
  clear: both;
  border: 1px solid #ddd;
  border-radius: #ddd; }

.fixed-table-container.table-no-bordered {
  border: 1px solid transparent; }

.fixed-table-footer,
.fixed-table-header {
  overflow: hidden; }

.fixed-table-footer {
  border-top: 1px solid #ddd; }

.fixed-table-body {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%; }

.fixed-table-container table {
  width: 100%; }

.fixed-table-container thead th {
  height: 0;
  padding: 0;
  margin: 0;
  border-left: 1px solid #ddd; }

.fixed-table-container thead th:focus {
  outline: 0 solid transparent; }

.fixed-table-container thead th:first-child {
  border-left: none;
  border-top-left-radius: 0; }

.fixed-table-container thead th .th-inner,
.fixed-table-container tbody td .th-inner {
  padding: 8px;
  line-height: 24px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.fixed-table-container thead th .sortable {
  cursor: pointer;
  padding-right: 30px;
  position: relative; }
  .fixed-table-container thead th .sortable:after {
    bottom: 8px;
    display: block;
    font-family: FontAwesome;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    position: absolute;
    right: 4px;
    text-align: center;
    width: 20px; }

.fixed-table-container thead th .both:after {
  color: #808080;
  content: "\f0dc"; }

.fixed-table-container thead th .asc:after {
  color: #d9230f;
  content: "\f0de"; }

.fixed-table-container thead th .desc:after {
  color: #d9230f;
  content: "\f0dd"; }

.fixed-table-container th.detail {
  width: 30px; }

.fixed-table-container tbody td {
  border-left: 1px solid #ddd; }

.fixed-table-container tbody tr:first-child td {
  border-top: none; }

.fixed-table-container tbody td:first-child {
  border-left: none; }

/* the same color with .active */
.fixed-table-container tbody .selected td {
  background-color: #f5f5f5; }

.fixed-table-container .bs-checkbox {
  text-align: center; }

.fixed-table-container .bs-checkbox .th-inner {
  padding: 8px 0; }

.fixed-table-container input[type="radio"],
.fixed-table-container input[type="checkbox"] {
  margin: 0 auto !important; }

.fixed-table-container .no-records-found {
  text-align: center; }

.fixed-table-pagination div.pagination,
.fixed-table-pagination .pagination-detail {
  margin-top: 10px;
  margin-bottom: 10px; }

.fixed-table-pagination div.pagination .pagination {
  margin: 0; }

.fixed-table-pagination .pagination a {
  padding: 6px 12px;
  line-height: 1.428571429; }

.fixed-table-pagination .pagination-info {
  line-height: 34px;
  margin-right: 5px; }

.fixed-table-pagination .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.fixed-table-pagination .dropup .dropdown-menu {
  margin-bottom: 0; }

.fixed-table-pagination .page-list {
  display: inline-block; }

.fixed-table-toolbar .columns-left {
  margin-right: 5px; }

.fixed-table-toolbar .columns-right {
  margin-left: 5px; }

.fixed-table-toolbar .columns label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429; }

.fixed-table-toolbar .bs-bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 34px; }

.fixed-table-pagination li.disabled a {
  pointer-events: none;
  cursor: default; }

.fixed-table-loading {
  background-color: #fff;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 42px;
  z-index: 99; }

.fixed-table-body .card-view .title {
  font-weight: bold;
  display: inline-block;
  min-width: 30%;
  text-align: left !important; }

/* support bootstrap 2 */
.fixed-table-body thead th .th-inner {
  box-sizing: border-box; }

.table th, .table td {
  vertical-align: middle;
  box-sizing: border-box; }

.fixed-table-toolbar .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto; }

.fixed-table-toolbar .btn-group > .btn-group {
  display: inline-block;
  margin-left: -1px !important; }

.fixed-table-toolbar .btn-group > .btn-group > .btn {
  border-radius: 0; }

.fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.bootstrap-table .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd; }

/* support bootstrap 3 */
.bootstrap-table .table thead > tr > th {
  padding: 0;
  margin: 0; }

.bootstrap-table .fixed-table-footer tbody > tr > td {
  padding: 0 !important; }

.bootstrap-table .fixed-table-footer .table {
  border-bottom: none;
  border-radius: 0;
  padding: 0 !important; }

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

/* calculate scrollbar width */
p.fixed-table-scroll-inner {
  width: 100%;
  height: 200px; }

div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden; }

.datepicker {
  border-radius: 0;
  direction: ltr;
  padding: 5px; }
  .datepicker table {
    margin: 0;
    user-select: none; }
  .datepicker table tr th,
  .datepicker table tr td {
    border: none;
    border-radius: 4px;
    height: 30px;
    text-align: center;
    width: 30px; }
  .datepicker table tr td.old, .datepicker table tr td.new {
    color: #ddd; }
  .datepicker table tr td.highlighted, .datepicker table tr td.range {
    border-radius: 0; }
  .datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background-color: #d9230f;
    color: #fff;
    cursor: pointer; }
  .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background-color: transparent;
    color: #ddd;
    cursor: default; }

.datepicker table tr span {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  float: left;
  height: 54px;
  line-height: 54px;
  margin: 1%;
  width: 23%; }
  .datepicker table tr span.old, .datepicker table tr span.new {
    color: #ddd; }
  .datepicker table tr span:hover, .datepicker table tr span.focused {
    background-color: #d9230f;
    color: #fff; }
  .datepicker table tr span.active {
    background-color: #d9230f;
    color: #fff; }
    .datepicker table tr span.active:hover {
      background-color: #a91b0c;
      color: #fff; }
  .datepicker table tr span.disabled, .datepicker table tr span.disabled:hover {
    background-color: transparent;
    color: #ddd;
    cursor: default; }

.datepicker-rtl {
  direction: rtl; }
  .datepicker-rtl table tr span {
    float: right; }

.datepicker .datepicker-switch {
  width: 150px; }

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker .today,
.datepicker .clear {
  cursor: pointer; }
  .datepicker .datepicker-switch:hover,
  .datepicker .next:hover,
  .datepicker .prev:hover,
  .datepicker .today:hover,
  .datepicker .clear:hover {
    background-color: #d9230f;
    color: #fff; }

.datepicker .cw {
  font-size: 10px;
  padding: 0 5px;
  vertical-align: middle;
  width: 12px; }

.datepicker-inline {
  width: 220px; }

.dropdown-menu.datepicker-orient-top:before {
  border-top-color: #ddd;
  top: 100%; }

.dropdown-menu.datepicker-orient-top:after {
  border-top-color: #fff;
  top: 100%;
  margin-top: -1px; }

.dropdown-menu.datepicker-orient-right:before,
.dropdown-menu.datepicker-orient-right:after {
  left: auto;
  right: 7px; }

.dropdown-menu.datepicker-orient-bottom:before {
  border-bottom-color: #ddd;
  bottom: 100%; }

.dropdown-menu.datepicker-orient-bottom:after {
  border-bottom-color: #fff;
  bottom: 100%;
  margin-bottom: -1px; }

.dropdown-menu.datepicker-orient-left:before,
.dropdown-menu.datepicker-orient-left:after {
  left: 7px;
  right: auto; }

.datepicker table tr td.highlighted {
  background-color: #029acf;
  color: #fff; }
  .datepicker table tr td.highlighted:hover {
    background-color: #02749c;
    color: #fff; }
  .datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:hover {
    background-color: #029acf;
    color: #ddd; }

.datepicker table tr td.today {
  background-color: #9b479f;
  color: #fff; }
  .datepicker table tr td.today:hover {
    background-color: #79377c;
    color: #fff; }
  .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #9b479f;
    color: #ddd; }

.datepicker table tr td.range {
  background-color: #ddd;
  color: #777; }
  .datepicker table tr td.range:hover {
    background-color: #c4c4c4;
    color: #777; }
  .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
    background-color: #ddd;
    color: #ddd; }

.datepicker table tr td.range.highlighted {
  background-color: #70bcd6;
  color: #000; }
  .datepicker table tr td.range.highlighted:hover {
    background-color: #48a9cb;
    color: #000; }
  .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:hover {
    background-color: #70bcd6;
    color: #ddd; }

.datepicker table tr td.range.today {
  background-color: #bc92be;
  color: #000; }
  .datepicker table tr td.range.today:hover {
    background-color: #a872ab;
    color: #000; }
  .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
    background-color: #bc92be;
    color: #ddd; }

.datepicker table tr td.selected {
  background-color: #777;
  color: #fff; }
  .datepicker table tr td.selected:hover {
    background-color: #5e5e5e;
    color: #fff; }
  .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    background-color: #777;
    color: #ddd; }

.datepicker table tr td.active {
  background-color: #d9230f;
  color: #fff; }
  .datepicker table tr td.active:hover {
    background-color: #a91b0c;
    color: #fff; }
  .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #d9230f;
    color: #ddd; }

.input-daterange {
  width: 100%; }
  .input-daterange .form-control {
    text-align: center; }
  .input-daterange .input-group-addon {
    border-width: 1px 0;
    cursor: pointer;
    min-width: 16px;
    padding-left: 5px;
    padding-right: 5px;
    width: auto; }

.slider {
  direction: ltr;
  position: relative; }
  .slider,
  .slider * {
    touch-action: none;
    user-select: none; }

.slider-base {
  height: 100%;
  position: relative;
  transform: translate3d(0, 0, 0);
  width: 100%;
  z-index: 1; }

.slider-origin {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.slider-background {
  background-color: #f5f5f5; }

.slider-connect {
  transition: background-color 0.45s; }

.slider-handle {
  border: 2px solid transparent;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  z-index: 1; }

.slider-circle .slider-handle {
  border-radius: 50%; }

.slider-stacking .slider-handle {
  z-index: 10; }

.slider-state-tap .slider-origin {
  transition: left 0.3s, top 0.3s; }

.slider-state-drag * {
  cursor: inherit !important; }

.slider-horizontal {
  display: block;
  height: 2px;
  margin: 20px 0; }
  .slider-horizontal .slider-handle {
    height: 12px;
    left: -6px;
    top: -5px;
    width: 12px; }
  .slider-horizontal .slider-draggable {
    cursor: w-resize; }

.slider-vertical {
  display: inline-block;
  margin: 0 20px;
  width: 2px; }
  .slider-vertical .slider-handle {
    height: 12px;
    left: -5px;
    top: -6px;
    width: 12px; }
  .slider-vertical .slider-draggable {
    cursor: n-resize; }

.slider-default .slider-connect, .slider-default.slider-connect {
  background-color: #777; }

.slider-default .slider-handle {
  background-color: #777;
  border-color: #777; }

.slider-primary .slider-connect, .slider-primary.slider-connect {
  background-color: #d9230f; }

.slider-primary .slider-handle {
  background-color: #d9230f;
  border-color: #d9230f; }

.slider-success .slider-connect, .slider-success.slider-connect {
  background-color: #469408; }

.slider-success .slider-handle {
  background-color: #469408;
  border-color: #469408; }

.slider-info .slider-connect, .slider-info.slider-connect {
  background-color: #029acf; }

.slider-info .slider-handle {
  background-color: #029acf;
  border-color: #029acf; }

.slider-warning .slider-connect, .slider-warning.slider-connect {
  background-color: #9b479f; }

.slider-warning .slider-handle {
  background-color: #9b479f;
  border-color: #9b479f; }

.slider-danger .slider-connect, .slider-danger.slider-connect {
  background-color: #d9831f; }

.slider-danger .slider-handle {
  background-color: #d9831f;
  border-color: #d9831f; }

.slider-background[style^="top: 0"] .slider-handle,
.slider-background[style^="left: 0"] .slider-handle {
  background-color: #fff;
  border-color: #f5f5f5; }

.slider-connect[style^="top: 100"] .slider-handle,
.slider-connect[style^="left: 100"] .slider-handle {
  background-color: #fff;
  border-color: #f5f5f5; }

.slider-handle.slider-active {
  transform: scale(1.5); }

.slider[disabled] .slider-connect, .slider[disabled].slider-connect {
  background-color: #808080; }

.slider[disabled] .slider-handle {
  background-color: #808080;
  border-color: #808080;
  cursor: not-allowed; }

.slider-tooltip {
  background-color: #ddd;
  border: 1px solid #ddd;
  border-radius: 0;
  display: block;
  font-size: 12px;
  padding: 2px 4px;
  position: absolute;
  text-align: center; }

.slider-horizontal .slider-tooltip {
  left: 50%;
  transform: translateX(-50%); }

.slider-horizontal .slider-handle-lower .slider-tooltip {
  bottom: 100%;
  margin-bottom: 5px; }

.slider-horizontal .slider-handle-upper .slider-tooltip {
  margin-top: 5px;
  top: 100%; }

.slider-vertical .slider-tooltip {
  top: 50%;
  transform: translateY(-50%); }

.slider-vertical .slider-handle-lower .slider-tooltip {
  left: 100%;
  margin-left: 5px; }

.slider-vertical .slider-handle-upper .slider-tooltip {
  margin-right: 5px;
  right: 100%; }

.slider-pips {
  position: absolute; }

.slider-value {
  color: #777;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  text-align: center; }

.slider-value-sub {
  color: #808080;
  font-size: 10px; }

.slider-marker {
  background-color: #808080;
  position: absolute; }

.slider-marker-sub,
.slider-marker-large {
  background-color: #777; }

.slider-pips-horizontal {
  left: 0;
  min-height: 52px;
  padding: 10px 0;
  top: 100%;
  width: 100%; }
  .slider-pips-horizontal .slider-value {
    margin-left: -20px;
    padding-top: 20px;
    width: 40px; }
    @media (max-width: 992px) {
      .slider-pips-horizontal .slider-value {
        display: none; } }
  .slider-pips-horizontal .slider-value-sub {
    padding-top: 15px; }
  .slider-pips-horizontal .slider-marker {
    height: 5px;
    width: 1px; }
  .slider-pips-horizontal .slider-marker-sub {
    height: 10px; }
  .slider-pips-horizontal .slider-marker-large {
    height: 15px; }

.slider-pips-vertical {
  height: 100%;
  left: 100%;
  min-width: 52px;
  padding: 0 10px;
  top: 0; }
  .slider-pips-vertical .slider-value {
    margin-left: 20px;
    margin-top: -6px;
    width: 15px; }
  .slider-pips-vertical .slider-value-sub {
    margin-top: -5px; }
  .slider-pips-vertical .slider-marker {
    height: 1px;
    width: 5px; }
  .slider-pips-vertical .slider-marker-sub {
    width: 10px; }
  .slider-pips-vertical .slider-marker-large {
    width: 15px; }

.ui-timepicker-wrapper {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  float: left;
  height: 162px;
  min-width: 120px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px 0;
  z-index: 1000; }

.ui-timepicker-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }

.ui-timepicker-am,
.ui-timepicker-pm {
  color: #444;
  cursor: pointer;
  display: block;
  line-height: 1.53846;
  padding: 5px 15px;
  white-space: nowrap; }
  .ui-timepicker-am:hover,
  .ui-timepicker-pm:hover {
    background-color: #d9230f;
    color: #fff; }

.ui-timepicker-selected,
.ui-timepicker-selected:hover {
  background-color: #d9230f;
  color: #fff; }

.ui-timepicker-duration {
  margin-left: 5px; }

.ui-timepicker-selected .ui-timepicker-duration {
  color: #fff; }

.ui-timepicker-disabled,
.ui-timepicker-disabled:hover {
  background-color: transparent;
  color: #ddd;
  cursor: default; }

.toast {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  border-radius: 0;
  box-shadow: 0 0 3px #999;
  color: #fff;
  margin-bottom: 6px;
  overflow: hidden;
  padding: 15px 15px 15px 50px;
  position: relative;
  width: 300px; }
  .toast:last-child {
    margin-bottom: 0; }
  .toast:hover {
    box-shadow: 0 0 4px #999;
    cursor: pointer;
    opacity: 1; }
  @media (max-width: 480px) {
    .toast {
      width: 100%; } }

.toast-title {
  font-weight: 700; }

.toast-message {
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #fff; }

.toast-message a:hover {
  text-decoration: none; }

.toast-close-button {
  background-color: transparent;
  background-image: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 20px;
  font-weight: 700;
  opacity: 0.8;
  padding: 0;
  position: relative;
  right: -0.3em;
  text-align: center;
  top: -0.3em;
  -webkit-appearance: none; }
  .toast-close-button:hover, .toast-close-button:focus {
    opacity: 1; }

.toast-progress {
  background-color: #f5f5f5;
  bottom: 0;
  height: 4px;
  left: 0;
  opacity: 0.5;
  position: absolute; }

#toast-container {
  position: fixed;
  z-index: 1080; }
  @media (max-width: 480px) {
    #toast-container {
      left: 12px;
      right: 12px; } }

.toast-top-left {
  left: 12px;
  top: 12px; }

.toast-top-center {
  right: 0;
  top: 12px;
  width: 100%; }

.toast-top-right {
  right: 12px;
  top: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

.toast-bottom-center {
  bottom: 12px;
  right: 0;
  width: 100%; }

.toast-bottom-right {
  bottom: 12px;
  right: 12px; }

.toast-top-center > .toast,
.toast-bottom-center > .toast {
  margin-left: auto;
  margin-right: auto; }

.toast-top-full-width {
  left: 12px;
  right: 12px;
  top: 12px; }
  .toast-top-full-width > .toast {
    width: 100%; }

.toast-bottom-full-width {
  bottom: 12px;
  left: 12px;
  right: 12px; }
  .toast-bottom-full-width > .toast {
    width: 100%; }

.toast-success {
  background-color: #469408;
  background-image: svg-load(../img/icon-success.svg, fill: #fff);
  color: #fff; }

.toast-info {
  background-color: #029acf;
  background-image: svg-load(../img/icon-info.svg, fill: #fff);
  color: #fff; }

.toast-warning {
  background-color: #9b479f;
  background-image: svg-load(../img/icon-warning.svg, fill: #fff);
  color: #fff; }

.toast-error {
  background-color: #d9831f;
  background-image: svg-load(../img/icon-error.svg, fill: #fff);
  color: #fff; }

select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }
  .bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #ddd; }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto; }
    .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
      border-radius: 0; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }
  .form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
  .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus,
  .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select.btn-group .dropdown-menu li {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .bootstrap-select.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select.btn-group .dropdown-menu li a {
      cursor: pointer;
      user-select: none; }
      .bootstrap-select.btn-group .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select.btn-group .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em; }
  .flag-icon:before {
    content: '\00a0'; }
  .flag-icon.flag-icon-squared {
    width: 1em; }

.flag-icon-ad {
  background-image: url(../img/flags/4x3/ad.svg); }
  .flag-icon-ad.flag-icon-squared {
    background-image: url(../img/flags/1x1/ad.svg); }

.flag-icon-ae {
  background-image: url(../img/flags/4x3/ae.svg); }
  .flag-icon-ae.flag-icon-squared {
    background-image: url(../img/flags/1x1/ae.svg); }

.flag-icon-af {
  background-image: url(../img/flags/4x3/af.svg); }
  .flag-icon-af.flag-icon-squared {
    background-image: url(../img/flags/1x1/af.svg); }

.flag-icon-ag {
  background-image: url(../img/flags/4x3/ag.svg); }
  .flag-icon-ag.flag-icon-squared {
    background-image: url(../img/flags/1x1/ag.svg); }

.flag-icon-ai {
  background-image: url(../img/flags/4x3/ai.svg); }
  .flag-icon-ai.flag-icon-squared {
    background-image: url(../img/flags/1x1/ai.svg); }

.flag-icon-al {
  background-image: url(../img/flags/4x3/al.svg); }
  .flag-icon-al.flag-icon-squared {
    background-image: url(../img/flags/1x1/al.svg); }

.flag-icon-am {
  background-image: url(../img/flags/4x3/am.svg); }
  .flag-icon-am.flag-icon-squared {
    background-image: url(../img/flags/1x1/am.svg); }

.flag-icon-ao {
  background-image: url(../img/flags/4x3/ao.svg); }
  .flag-icon-ao.flag-icon-squared {
    background-image: url(../img/flags/1x1/ao.svg); }

.flag-icon-aq {
  background-image: url(../img/flags/4x3/aq.svg); }
  .flag-icon-aq.flag-icon-squared {
    background-image: url(../img/flags/1x1/aq.svg); }

.flag-icon-ar {
  background-image: url(../img/flags/4x3/ar.svg); }
  .flag-icon-ar.flag-icon-squared {
    background-image: url(../img/flags/1x1/ar.svg); }

.flag-icon-as {
  background-image: url(../img/flags/4x3/as.svg); }
  .flag-icon-as.flag-icon-squared {
    background-image: url(../img/flags/1x1/as.svg); }

.flag-icon-at {
  background-image: url(../img/flags/4x3/at.svg); }
  .flag-icon-at.flag-icon-squared {
    background-image: url(../img/flags/1x1/at.svg); }

.flag-icon-au {
  background-image: url(../img/flags/4x3/au.svg); }
  .flag-icon-au.flag-icon-squared {
    background-image: url(../img/flags/1x1/au.svg); }

.flag-icon-aw {
  background-image: url(../img/flags/4x3/aw.svg); }
  .flag-icon-aw.flag-icon-squared {
    background-image: url(../img/flags/1x1/aw.svg); }

.flag-icon-ax {
  background-image: url(../img/flags/4x3/ax.svg); }
  .flag-icon-ax.flag-icon-squared {
    background-image: url(../img/flags/1x1/ax.svg); }

.flag-icon-az {
  background-image: url(../img/flags/4x3/az.svg); }
  .flag-icon-az.flag-icon-squared {
    background-image: url(../img/flags/1x1/az.svg); }

.flag-icon-ba {
  background-image: url(../img/flags/4x3/ba.svg); }
  .flag-icon-ba.flag-icon-squared {
    background-image: url(../img/flags/1x1/ba.svg); }

.flag-icon-bb {
  background-image: url(../img/flags/4x3/bb.svg); }
  .flag-icon-bb.flag-icon-squared {
    background-image: url(../img/flags/1x1/bb.svg); }

.flag-icon-bd {
  background-image: url(../img/flags/4x3/bd.svg); }
  .flag-icon-bd.flag-icon-squared {
    background-image: url(../img/flags/1x1/bd.svg); }

.flag-icon-be {
  background-image: url(../img/flags/4x3/be.svg); }
  .flag-icon-be.flag-icon-squared {
    background-image: url(../img/flags/1x1/be.svg); }

.flag-icon-bf {
  background-image: url(../img/flags/4x3/bf.svg); }
  .flag-icon-bf.flag-icon-squared {
    background-image: url(../img/flags/1x1/bf.svg); }

.flag-icon-bg {
  background-image: url(../img/flags/4x3/bg.svg); }
  .flag-icon-bg.flag-icon-squared {
    background-image: url(../img/flags/1x1/bg.svg); }

.flag-icon-bh {
  background-image: url(../img/flags/4x3/bh.svg); }
  .flag-icon-bh.flag-icon-squared {
    background-image: url(../img/flags/1x1/bh.svg); }

.flag-icon-bi {
  background-image: url(../img/flags/4x3/bi.svg); }
  .flag-icon-bi.flag-icon-squared {
    background-image: url(../img/flags/1x1/bi.svg); }

.flag-icon-bj {
  background-image: url(../img/flags/4x3/bj.svg); }
  .flag-icon-bj.flag-icon-squared {
    background-image: url(../img/flags/1x1/bj.svg); }

.flag-icon-bl {
  background-image: url(../img/flags/4x3/bl.svg); }
  .flag-icon-bl.flag-icon-squared {
    background-image: url(../img/flags/1x1/bl.svg); }

.flag-icon-bm {
  background-image: url(../img/flags/4x3/bm.svg); }
  .flag-icon-bm.flag-icon-squared {
    background-image: url(../img/flags/1x1/bm.svg); }

.flag-icon-bn {
  background-image: url(../img/flags/4x3/bn.svg); }
  .flag-icon-bn.flag-icon-squared {
    background-image: url(../img/flags/1x1/bn.svg); }

.flag-icon-bo {
  background-image: url(../img/flags/4x3/bo.svg); }
  .flag-icon-bo.flag-icon-squared {
    background-image: url(../img/flags/1x1/bo.svg); }

.flag-icon-bq {
  background-image: url(../img/flags/4x3/bq.svg); }
  .flag-icon-bq.flag-icon-squared {
    background-image: url(../img/flags/1x1/bq.svg); }

.flag-icon-br {
  background-image: url(../img/flags/4x3/br.svg); }
  .flag-icon-br.flag-icon-squared {
    background-image: url(../img/flags/1x1/br.svg); }

.flag-icon-bs {
  background-image: url(../img/flags/4x3/bs.svg); }
  .flag-icon-bs.flag-icon-squared {
    background-image: url(../img/flags/1x1/bs.svg); }

.flag-icon-bt {
  background-image: url(../img/flags/4x3/bt.svg); }
  .flag-icon-bt.flag-icon-squared {
    background-image: url(../img/flags/1x1/bt.svg); }

.flag-icon-bv {
  background-image: url(../img/flags/4x3/bv.svg); }
  .flag-icon-bv.flag-icon-squared {
    background-image: url(../img/flags/1x1/bv.svg); }

.flag-icon-bw {
  background-image: url(../img/flags/4x3/bw.svg); }
  .flag-icon-bw.flag-icon-squared {
    background-image: url(../img/flags/1x1/bw.svg); }

.flag-icon-by {
  background-image: url(../img/flags/4x3/by.svg); }
  .flag-icon-by.flag-icon-squared {
    background-image: url(../img/flags/1x1/by.svg); }

.flag-icon-bz {
  background-image: url(../img/flags/4x3/bz.svg); }
  .flag-icon-bz.flag-icon-squared {
    background-image: url(../img/flags/1x1/bz.svg); }

.flag-icon-ca {
  background-image: url(../img/flags/4x3/ca.svg); }
  .flag-icon-ca.flag-icon-squared {
    background-image: url(../img/flags/1x1/ca.svg); }

.flag-icon-cc {
  background-image: url(../img/flags/4x3/cc.svg); }
  .flag-icon-cc.flag-icon-squared {
    background-image: url(../img/flags/1x1/cc.svg); }

.flag-icon-cd {
  background-image: url(../img/flags/4x3/cd.svg); }
  .flag-icon-cd.flag-icon-squared {
    background-image: url(../img/flags/1x1/cd.svg); }

.flag-icon-cf {
  background-image: url(../img/flags/4x3/cf.svg); }
  .flag-icon-cf.flag-icon-squared {
    background-image: url(../img/flags/1x1/cf.svg); }

.flag-icon-cg {
  background-image: url(../img/flags/4x3/cg.svg); }
  .flag-icon-cg.flag-icon-squared {
    background-image: url(../img/flags/1x1/cg.svg); }

.flag-icon-ch {
  background-image: url(../img/flags/4x3/ch.svg); }
  .flag-icon-ch.flag-icon-squared {
    background-image: url(../img/flags/1x1/ch.svg); }

.flag-icon-ci {
  background-image: url(../img/flags/4x3/ci.svg); }
  .flag-icon-ci.flag-icon-squared {
    background-image: url(../img/flags/1x1/ci.svg); }

.flag-icon-ck {
  background-image: url(../img/flags/4x3/ck.svg); }
  .flag-icon-ck.flag-icon-squared {
    background-image: url(../img/flags/1x1/ck.svg); }

.flag-icon-cl {
  background-image: url(../img/flags/4x3/cl.svg); }
  .flag-icon-cl.flag-icon-squared {
    background-image: url(../img/flags/1x1/cl.svg); }

.flag-icon-cm {
  background-image: url(../img/flags/4x3/cm.svg); }
  .flag-icon-cm.flag-icon-squared {
    background-image: url(../img/flags/1x1/cm.svg); }

.flag-icon-cn {
  background-image: url(../img/flags/4x3/cn.svg); }
  .flag-icon-cn.flag-icon-squared {
    background-image: url(../img/flags/1x1/cn.svg); }

.flag-icon-co {
  background-image: url(../img/flags/4x3/co.svg); }
  .flag-icon-co.flag-icon-squared {
    background-image: url(../img/flags/1x1/co.svg); }

.flag-icon-cr {
  background-image: url(../img/flags/4x3/cr.svg); }
  .flag-icon-cr.flag-icon-squared {
    background-image: url(../img/flags/1x1/cr.svg); }

.flag-icon-cu {
  background-image: url(../img/flags/4x3/cu.svg); }
  .flag-icon-cu.flag-icon-squared {
    background-image: url(../img/flags/1x1/cu.svg); }

.flag-icon-cv {
  background-image: url(../img/flags/4x3/cv.svg); }
  .flag-icon-cv.flag-icon-squared {
    background-image: url(../img/flags/1x1/cv.svg); }

.flag-icon-cw {
  background-image: url(../img/flags/4x3/cw.svg); }
  .flag-icon-cw.flag-icon-squared {
    background-image: url(../img/flags/1x1/cw.svg); }

.flag-icon-cx {
  background-image: url(../img/flags/4x3/cx.svg); }
  .flag-icon-cx.flag-icon-squared {
    background-image: url(../img/flags/1x1/cx.svg); }

.flag-icon-cy {
  background-image: url(../img/flags/4x3/cy.svg); }
  .flag-icon-cy.flag-icon-squared {
    background-image: url(../img/flags/1x1/cy.svg); }

.flag-icon-cz {
  background-image: url(../img/flags/4x3/cz.svg); }
  .flag-icon-cz.flag-icon-squared {
    background-image: url(../img/flags/1x1/cz.svg); }

.flag-icon-de {
  background-image: url(../img/flags/4x3/de.svg); }
  .flag-icon-de.flag-icon-squared {
    background-image: url(../img/flags/1x1/de.svg); }

.flag-icon-dj {
  background-image: url(../img/flags/4x3/dj.svg); }
  .flag-icon-dj.flag-icon-squared {
    background-image: url(../img/flags/1x1/dj.svg); }

.flag-icon-dk {
  background-image: url(../img/flags/4x3/dk.svg); }
  .flag-icon-dk.flag-icon-squared {
    background-image: url(../img/flags/1x1/dk.svg); }

.flag-icon-dm {
  background-image: url(../img/flags/4x3/dm.svg); }
  .flag-icon-dm.flag-icon-squared {
    background-image: url(../img/flags/1x1/dm.svg); }

.flag-icon-do {
  background-image: url(../img/flags/4x3/do.svg); }
  .flag-icon-do.flag-icon-squared {
    background-image: url(../img/flags/1x1/do.svg); }

.flag-icon-dz {
  background-image: url(../img/flags/4x3/dz.svg); }
  .flag-icon-dz.flag-icon-squared {
    background-image: url(../img/flags/1x1/dz.svg); }

.flag-icon-ec {
  background-image: url(../img/flags/4x3/ec.svg); }
  .flag-icon-ec.flag-icon-squared {
    background-image: url(../img/flags/1x1/ec.svg); }

.flag-icon-ee {
  background-image: url(../img/flags/4x3/ee.svg); }
  .flag-icon-ee.flag-icon-squared {
    background-image: url(../img/flags/1x1/ee.svg); }

.flag-icon-eg {
  background-image: url(../img/flags/4x3/eg.svg); }
  .flag-icon-eg.flag-icon-squared {
    background-image: url(../img/flags/1x1/eg.svg); }

.flag-icon-eh {
  background-image: url(../img/flags/4x3/eh.svg); }
  .flag-icon-eh.flag-icon-squared {
    background-image: url(../img/flags/1x1/eh.svg); }

.flag-icon-er {
  background-image: url(../img/flags/4x3/er.svg); }
  .flag-icon-er.flag-icon-squared {
    background-image: url(../img/flags/1x1/er.svg); }

.flag-icon-es {
  background-image: url(../img/flags/4x3/es.svg); }
  .flag-icon-es.flag-icon-squared {
    background-image: url(../img/flags/1x1/es.svg); }

.flag-icon-et {
  background-image: url(../img/flags/4x3/et.svg); }
  .flag-icon-et.flag-icon-squared {
    background-image: url(../img/flags/1x1/et.svg); }

.flag-icon-fi {
  background-image: url(../img/flags/4x3/fi.svg); }
  .flag-icon-fi.flag-icon-squared {
    background-image: url(../img/flags/1x1/fi.svg); }

.flag-icon-fj {
  background-image: url(../img/flags/4x3/fj.svg); }
  .flag-icon-fj.flag-icon-squared {
    background-image: url(../img/flags/1x1/fj.svg); }

.flag-icon-fk {
  background-image: url(../img/flags/4x3/fk.svg); }
  .flag-icon-fk.flag-icon-squared {
    background-image: url(../img/flags/1x1/fk.svg); }

.flag-icon-fm {
  background-image: url(../img/flags/4x3/fm.svg); }
  .flag-icon-fm.flag-icon-squared {
    background-image: url(../img/flags/1x1/fm.svg); }

.flag-icon-fo {
  background-image: url(../img/flags/4x3/fo.svg); }
  .flag-icon-fo.flag-icon-squared {
    background-image: url(../img/flags/1x1/fo.svg); }

.flag-icon-fr {
  background-image: url(../img/flags/4x3/fr.svg); }
  .flag-icon-fr.flag-icon-squared {
    background-image: url(../img/flags/1x1/fr.svg); }

.flag-icon-ga {
  background-image: url(../img/flags/4x3/ga.svg); }
  .flag-icon-ga.flag-icon-squared {
    background-image: url(../img/flags/1x1/ga.svg); }

.flag-icon-gb {
  background-image: url(../img/flags/4x3/gb.svg); }
  .flag-icon-gb.flag-icon-squared {
    background-image: url(../img/flags/1x1/gb.svg); }

.flag-icon-gd {
  background-image: url(../img/flags/4x3/gd.svg); }
  .flag-icon-gd.flag-icon-squared {
    background-image: url(../img/flags/1x1/gd.svg); }

.flag-icon-ge {
  background-image: url(../img/flags/4x3/ge.svg); }
  .flag-icon-ge.flag-icon-squared {
    background-image: url(../img/flags/1x1/ge.svg); }

.flag-icon-gf {
  background-image: url(../img/flags/4x3/gf.svg); }
  .flag-icon-gf.flag-icon-squared {
    background-image: url(../img/flags/1x1/gf.svg); }

.flag-icon-gg {
  background-image: url(../img/flags/4x3/gg.svg); }
  .flag-icon-gg.flag-icon-squared {
    background-image: url(../img/flags/1x1/gg.svg); }

.flag-icon-gh {
  background-image: url(../img/flags/4x3/gh.svg); }
  .flag-icon-gh.flag-icon-squared {
    background-image: url(../img/flags/1x1/gh.svg); }

.flag-icon-gi {
  background-image: url(../img/flags/4x3/gi.svg); }
  .flag-icon-gi.flag-icon-squared {
    background-image: url(../img/flags/1x1/gi.svg); }

.flag-icon-gl {
  background-image: url(../img/flags/4x3/gl.svg); }
  .flag-icon-gl.flag-icon-squared {
    background-image: url(../img/flags/1x1/gl.svg); }

.flag-icon-gm {
  background-image: url(../img/flags/4x3/gm.svg); }
  .flag-icon-gm.flag-icon-squared {
    background-image: url(../img/flags/1x1/gm.svg); }

.flag-icon-gn {
  background-image: url(../img/flags/4x3/gn.svg); }
  .flag-icon-gn.flag-icon-squared {
    background-image: url(../img/flags/1x1/gn.svg); }

.flag-icon-gp {
  background-image: url(../img/flags/4x3/gp.svg); }
  .flag-icon-gp.flag-icon-squared {
    background-image: url(../img/flags/1x1/gp.svg); }

.flag-icon-gq {
  background-image: url(../img/flags/4x3/gq.svg); }
  .flag-icon-gq.flag-icon-squared {
    background-image: url(../img/flags/1x1/gq.svg); }

.flag-icon-gr {
  background-image: url(../img/flags/4x3/gr.svg); }
  .flag-icon-gr.flag-icon-squared {
    background-image: url(../img/flags/1x1/gr.svg); }

.flag-icon-gs {
  background-image: url(../img/flags/4x3/gs.svg); }
  .flag-icon-gs.flag-icon-squared {
    background-image: url(../img/flags/1x1/gs.svg); }

.flag-icon-gt {
  background-image: url(../img/flags/4x3/gt.svg); }
  .flag-icon-gt.flag-icon-squared {
    background-image: url(../img/flags/1x1/gt.svg); }

.flag-icon-gu {
  background-image: url(../img/flags/4x3/gu.svg); }
  .flag-icon-gu.flag-icon-squared {
    background-image: url(../img/flags/1x1/gu.svg); }

.flag-icon-gw {
  background-image: url(../img/flags/4x3/gw.svg); }
  .flag-icon-gw.flag-icon-squared {
    background-image: url(../img/flags/1x1/gw.svg); }

.flag-icon-gy {
  background-image: url(../img/flags/4x3/gy.svg); }
  .flag-icon-gy.flag-icon-squared {
    background-image: url(../img/flags/1x1/gy.svg); }

.flag-icon-hk {
  background-image: url(../img/flags/4x3/hk.svg); }
  .flag-icon-hk.flag-icon-squared {
    background-image: url(../img/flags/1x1/hk.svg); }

.flag-icon-hm {
  background-image: url(../img/flags/4x3/hm.svg); }
  .flag-icon-hm.flag-icon-squared {
    background-image: url(../img/flags/1x1/hm.svg); }

.flag-icon-hn {
  background-image: url(../img/flags/4x3/hn.svg); }
  .flag-icon-hn.flag-icon-squared {
    background-image: url(../img/flags/1x1/hn.svg); }

.flag-icon-hr {
  background-image: url(../img/flags/4x3/hr.svg); }
  .flag-icon-hr.flag-icon-squared {
    background-image: url(../img/flags/1x1/hr.svg); }

.flag-icon-ht {
  background-image: url(../img/flags/4x3/ht.svg); }
  .flag-icon-ht.flag-icon-squared {
    background-image: url(../img/flags/1x1/ht.svg); }

.flag-icon-hu {
  background-image: url(../img/flags/4x3/hu.svg); }
  .flag-icon-hu.flag-icon-squared {
    background-image: url(../img/flags/1x1/hu.svg); }

.flag-icon-id {
  background-image: url(../img/flags/4x3/id.svg); }
  .flag-icon-id.flag-icon-squared {
    background-image: url(../img/flags/1x1/id.svg); }

.flag-icon-ie {
  background-image: url(../img/flags/4x3/ie.svg); }
  .flag-icon-ie.flag-icon-squared {
    background-image: url(../img/flags/1x1/ie.svg); }

.flag-icon-il {
  background-image: url(../img/flags/4x3/il.svg); }
  .flag-icon-il.flag-icon-squared {
    background-image: url(../img/flags/1x1/il.svg); }

.flag-icon-im {
  background-image: url(../img/flags/4x3/im.svg); }
  .flag-icon-im.flag-icon-squared {
    background-image: url(../img/flags/1x1/im.svg); }

.flag-icon-in {
  background-image: url(../img/flags/4x3/in.svg); }
  .flag-icon-in.flag-icon-squared {
    background-image: url(../img/flags/1x1/in.svg); }

.flag-icon-io {
  background-image: url(../img/flags/4x3/io.svg); }
  .flag-icon-io.flag-icon-squared {
    background-image: url(../img/flags/1x1/io.svg); }

.flag-icon-iq {
  background-image: url(../img/flags/4x3/iq.svg); }
  .flag-icon-iq.flag-icon-squared {
    background-image: url(../img/flags/1x1/iq.svg); }

.flag-icon-ir {
  background-image: url(../img/flags/4x3/ir.svg); }
  .flag-icon-ir.flag-icon-squared {
    background-image: url(../img/flags/1x1/ir.svg); }

.flag-icon-is {
  background-image: url(../img/flags/4x3/is.svg); }
  .flag-icon-is.flag-icon-squared {
    background-image: url(../img/flags/1x1/is.svg); }

.flag-icon-it {
  background-image: url(../img/flags/4x3/it.svg); }
  .flag-icon-it.flag-icon-squared {
    background-image: url(../img/flags/1x1/it.svg); }

.flag-icon-je {
  background-image: url(../img/flags/4x3/je.svg); }
  .flag-icon-je.flag-icon-squared {
    background-image: url(../img/flags/1x1/je.svg); }

.flag-icon-jm {
  background-image: url(../img/flags/4x3/jm.svg); }
  .flag-icon-jm.flag-icon-squared {
    background-image: url(../img/flags/1x1/jm.svg); }

.flag-icon-jo {
  background-image: url(../img/flags/4x3/jo.svg); }
  .flag-icon-jo.flag-icon-squared {
    background-image: url(../img/flags/1x1/jo.svg); }

.flag-icon-jp {
  background-image: url(../img/flags/4x3/jp.svg); }
  .flag-icon-jp.flag-icon-squared {
    background-image: url(../img/flags/1x1/jp.svg); }

.flag-icon-ke {
  background-image: url(../img/flags/4x3/ke.svg); }
  .flag-icon-ke.flag-icon-squared {
    background-image: url(../img/flags/1x1/ke.svg); }

.flag-icon-kg {
  background-image: url(../img/flags/4x3/kg.svg); }
  .flag-icon-kg.flag-icon-squared {
    background-image: url(../img/flags/1x1/kg.svg); }

.flag-icon-kh {
  background-image: url(../img/flags/4x3/kh.svg); }
  .flag-icon-kh.flag-icon-squared {
    background-image: url(../img/flags/1x1/kh.svg); }

.flag-icon-ki {
  background-image: url(../img/flags/4x3/ki.svg); }
  .flag-icon-ki.flag-icon-squared {
    background-image: url(../img/flags/1x1/ki.svg); }

.flag-icon-km {
  background-image: url(../img/flags/4x3/km.svg); }
  .flag-icon-km.flag-icon-squared {
    background-image: url(../img/flags/1x1/km.svg); }

.flag-icon-kn {
  background-image: url(../img/flags/4x3/kn.svg); }
  .flag-icon-kn.flag-icon-squared {
    background-image: url(../img/flags/1x1/kn.svg); }

.flag-icon-kp {
  background-image: url(../img/flags/4x3/kp.svg); }
  .flag-icon-kp.flag-icon-squared {
    background-image: url(../img/flags/1x1/kp.svg); }

.flag-icon-kr {
  background-image: url(../img/flags/4x3/kr.svg); }
  .flag-icon-kr.flag-icon-squared {
    background-image: url(../img/flags/1x1/kr.svg); }

.flag-icon-kw {
  background-image: url(../img/flags/4x3/kw.svg); }
  .flag-icon-kw.flag-icon-squared {
    background-image: url(../img/flags/1x1/kw.svg); }

.flag-icon-ky {
  background-image: url(../img/flags/4x3/ky.svg); }
  .flag-icon-ky.flag-icon-squared {
    background-image: url(../img/flags/1x1/ky.svg); }

.flag-icon-kz {
  background-image: url(../img/flags/4x3/kz.svg); }
  .flag-icon-kz.flag-icon-squared {
    background-image: url(../img/flags/1x1/kz.svg); }

.flag-icon-la {
  background-image: url(../img/flags/4x3/la.svg); }
  .flag-icon-la.flag-icon-squared {
    background-image: url(../img/flags/1x1/la.svg); }

.flag-icon-lb {
  background-image: url(../img/flags/4x3/lb.svg); }
  .flag-icon-lb.flag-icon-squared {
    background-image: url(../img/flags/1x1/lb.svg); }

.flag-icon-lc {
  background-image: url(../img/flags/4x3/lc.svg); }
  .flag-icon-lc.flag-icon-squared {
    background-image: url(../img/flags/1x1/lc.svg); }

.flag-icon-li {
  background-image: url(../img/flags/4x3/li.svg); }
  .flag-icon-li.flag-icon-squared {
    background-image: url(../img/flags/1x1/li.svg); }

.flag-icon-lk {
  background-image: url(../img/flags/4x3/lk.svg); }
  .flag-icon-lk.flag-icon-squared {
    background-image: url(../img/flags/1x1/lk.svg); }

.flag-icon-lr {
  background-image: url(../img/flags/4x3/lr.svg); }
  .flag-icon-lr.flag-icon-squared {
    background-image: url(../img/flags/1x1/lr.svg); }

.flag-icon-ls {
  background-image: url(../img/flags/4x3/ls.svg); }
  .flag-icon-ls.flag-icon-squared {
    background-image: url(../img/flags/1x1/ls.svg); }

.flag-icon-lt {
  background-image: url(../img/flags/4x3/lt.svg); }
  .flag-icon-lt.flag-icon-squared {
    background-image: url(../img/flags/1x1/lt.svg); }

.flag-icon-lu {
  background-image: url(../img/flags/4x3/lu.svg); }
  .flag-icon-lu.flag-icon-squared {
    background-image: url(../img/flags/1x1/lu.svg); }

.flag-icon-lv {
  background-image: url(../img/flags/4x3/lv.svg); }
  .flag-icon-lv.flag-icon-squared {
    background-image: url(../img/flags/1x1/lv.svg); }

.flag-icon-ly {
  background-image: url(../img/flags/4x3/ly.svg); }
  .flag-icon-ly.flag-icon-squared {
    background-image: url(../img/flags/1x1/ly.svg); }

.flag-icon-ma {
  background-image: url(../img/flags/4x3/ma.svg); }
  .flag-icon-ma.flag-icon-squared {
    background-image: url(../img/flags/1x1/ma.svg); }

.flag-icon-mc {
  background-image: url(../img/flags/4x3/mc.svg); }
  .flag-icon-mc.flag-icon-squared {
    background-image: url(../img/flags/1x1/mc.svg); }

.flag-icon-md {
  background-image: url(../img/flags/4x3/md.svg); }
  .flag-icon-md.flag-icon-squared {
    background-image: url(../img/flags/1x1/md.svg); }

.flag-icon-me {
  background-image: url(../img/flags/4x3/me.svg); }
  .flag-icon-me.flag-icon-squared {
    background-image: url(../img/flags/1x1/me.svg); }

.flag-icon-mf {
  background-image: url(../img/flags/4x3/mf.svg); }
  .flag-icon-mf.flag-icon-squared {
    background-image: url(../img/flags/1x1/mf.svg); }

.flag-icon-mg {
  background-image: url(../img/flags/4x3/mg.svg); }
  .flag-icon-mg.flag-icon-squared {
    background-image: url(../img/flags/1x1/mg.svg); }

.flag-icon-mh {
  background-image: url(../img/flags/4x3/mh.svg); }
  .flag-icon-mh.flag-icon-squared {
    background-image: url(../img/flags/1x1/mh.svg); }

.flag-icon-mk {
  background-image: url(../img/flags/4x3/mk.svg); }
  .flag-icon-mk.flag-icon-squared {
    background-image: url(../img/flags/1x1/mk.svg); }

.flag-icon-ml {
  background-image: url(../img/flags/4x3/ml.svg); }
  .flag-icon-ml.flag-icon-squared {
    background-image: url(../img/flags/1x1/ml.svg); }

.flag-icon-mm {
  background-image: url(../img/flags/4x3/mm.svg); }
  .flag-icon-mm.flag-icon-squared {
    background-image: url(../img/flags/1x1/mm.svg); }

.flag-icon-mn {
  background-image: url(../img/flags/4x3/mn.svg); }
  .flag-icon-mn.flag-icon-squared {
    background-image: url(../img/flags/1x1/mn.svg); }

.flag-icon-mo {
  background-image: url(../img/flags/4x3/mo.svg); }
  .flag-icon-mo.flag-icon-squared {
    background-image: url(../img/flags/1x1/mo.svg); }

.flag-icon-mp {
  background-image: url(../img/flags/4x3/mp.svg); }
  .flag-icon-mp.flag-icon-squared {
    background-image: url(../img/flags/1x1/mp.svg); }

.flag-icon-mq {
  background-image: url(../img/flags/4x3/mq.svg); }
  .flag-icon-mq.flag-icon-squared {
    background-image: url(../img/flags/1x1/mq.svg); }

.flag-icon-mr {
  background-image: url(../img/flags/4x3/mr.svg); }
  .flag-icon-mr.flag-icon-squared {
    background-image: url(../img/flags/1x1/mr.svg); }

.flag-icon-ms {
  background-image: url(../img/flags/4x3/ms.svg); }
  .flag-icon-ms.flag-icon-squared {
    background-image: url(../img/flags/1x1/ms.svg); }

.flag-icon-mt {
  background-image: url(../img/flags/4x3/mt.svg); }
  .flag-icon-mt.flag-icon-squared {
    background-image: url(../img/flags/1x1/mt.svg); }

.flag-icon-mu {
  background-image: url(../img/flags/4x3/mu.svg); }
  .flag-icon-mu.flag-icon-squared {
    background-image: url(../img/flags/1x1/mu.svg); }

.flag-icon-mv {
  background-image: url(../img/flags/4x3/mv.svg); }
  .flag-icon-mv.flag-icon-squared {
    background-image: url(../img/flags/1x1/mv.svg); }

.flag-icon-mw {
  background-image: url(../img/flags/4x3/mw.svg); }
  .flag-icon-mw.flag-icon-squared {
    background-image: url(../img/flags/1x1/mw.svg); }

.flag-icon-mx {
  background-image: url(../img/flags/4x3/mx.svg); }
  .flag-icon-mx.flag-icon-squared {
    background-image: url(../img/flags/1x1/mx.svg); }

.flag-icon-my {
  background-image: url(../img/flags/4x3/my.svg); }
  .flag-icon-my.flag-icon-squared {
    background-image: url(../img/flags/1x1/my.svg); }

.flag-icon-mz {
  background-image: url(../img/flags/4x3/mz.svg); }
  .flag-icon-mz.flag-icon-squared {
    background-image: url(../img/flags/1x1/mz.svg); }

.flag-icon-na {
  background-image: url(../img/flags/4x3/na.svg); }
  .flag-icon-na.flag-icon-squared {
    background-image: url(../img/flags/1x1/na.svg); }

.flag-icon-nc {
  background-image: url(../img/flags/4x3/nc.svg); }
  .flag-icon-nc.flag-icon-squared {
    background-image: url(../img/flags/1x1/nc.svg); }

.flag-icon-ne {
  background-image: url(../img/flags/4x3/ne.svg); }
  .flag-icon-ne.flag-icon-squared {
    background-image: url(../img/flags/1x1/ne.svg); }

.flag-icon-nf {
  background-image: url(../img/flags/4x3/nf.svg); }
  .flag-icon-nf.flag-icon-squared {
    background-image: url(../img/flags/1x1/nf.svg); }

.flag-icon-ng {
  background-image: url(../img/flags/4x3/ng.svg); }
  .flag-icon-ng.flag-icon-squared {
    background-image: url(../img/flags/1x1/ng.svg); }

.flag-icon-ni {
  background-image: url(../img/flags/4x3/ni.svg); }
  .flag-icon-ni.flag-icon-squared {
    background-image: url(../img/flags/1x1/ni.svg); }

.flag-icon-nl {
  background-image: url(../img/flags/4x3/nl.svg); }
  .flag-icon-nl.flag-icon-squared {
    background-image: url(../img/flags/1x1/nl.svg); }

.flag-icon-no {
  background-image: url(../img/flags/4x3/no.svg); }
  .flag-icon-no.flag-icon-squared {
    background-image: url(../img/flags/1x1/no.svg); }

.flag-icon-np {
  background-image: url(../img/flags/4x3/np.svg); }
  .flag-icon-np.flag-icon-squared {
    background-image: url(../img/flags/1x1/np.svg); }

.flag-icon-nr {
  background-image: url(../img/flags/4x3/nr.svg); }
  .flag-icon-nr.flag-icon-squared {
    background-image: url(../img/flags/1x1/nr.svg); }

.flag-icon-nu {
  background-image: url(../img/flags/4x3/nu.svg); }
  .flag-icon-nu.flag-icon-squared {
    background-image: url(../img/flags/1x1/nu.svg); }

.flag-icon-nz {
  background-image: url(../img/flags/4x3/nz.svg); }
  .flag-icon-nz.flag-icon-squared {
    background-image: url(../img/flags/1x1/nz.svg); }

.flag-icon-om {
  background-image: url(../img/flags/4x3/om.svg); }
  .flag-icon-om.flag-icon-squared {
    background-image: url(../img/flags/1x1/om.svg); }

.flag-icon-pa {
  background-image: url(../img/flags/4x3/pa.svg); }
  .flag-icon-pa.flag-icon-squared {
    background-image: url(../img/flags/1x1/pa.svg); }

.flag-icon-pe {
  background-image: url(../img/flags/4x3/pe.svg); }
  .flag-icon-pe.flag-icon-squared {
    background-image: url(../img/flags/1x1/pe.svg); }

.flag-icon-pf {
  background-image: url(../img/flags/4x3/pf.svg); }
  .flag-icon-pf.flag-icon-squared {
    background-image: url(../img/flags/1x1/pf.svg); }

.flag-icon-pg {
  background-image: url(../img/flags/4x3/pg.svg); }
  .flag-icon-pg.flag-icon-squared {
    background-image: url(../img/flags/1x1/pg.svg); }

.flag-icon-ph {
  background-image: url(../img/flags/4x3/ph.svg); }
  .flag-icon-ph.flag-icon-squared {
    background-image: url(../img/flags/1x1/ph.svg); }

.flag-icon-pk {
  background-image: url(../img/flags/4x3/pk.svg); }
  .flag-icon-pk.flag-icon-squared {
    background-image: url(../img/flags/1x1/pk.svg); }

.flag-icon-pl {
  background-image: url(../img/flags/4x3/pl.svg); }
  .flag-icon-pl.flag-icon-squared {
    background-image: url(../img/flags/1x1/pl.svg); }

.flag-icon-pm {
  background-image: url(../img/flags/4x3/pm.svg); }
  .flag-icon-pm.flag-icon-squared {
    background-image: url(../img/flags/1x1/pm.svg); }

.flag-icon-pn {
  background-image: url(../img/flags/4x3/pn.svg); }
  .flag-icon-pn.flag-icon-squared {
    background-image: url(../img/flags/1x1/pn.svg); }

.flag-icon-pr {
  background-image: url(../img/flags/4x3/pr.svg); }
  .flag-icon-pr.flag-icon-squared {
    background-image: url(../img/flags/1x1/pr.svg); }

.flag-icon-ps {
  background-image: url(../img/flags/4x3/ps.svg); }
  .flag-icon-ps.flag-icon-squared {
    background-image: url(../img/flags/1x1/ps.svg); }

.flag-icon-pt {
  background-image: url(../img/flags/4x3/pt.svg); }
  .flag-icon-pt.flag-icon-squared {
    background-image: url(../img/flags/1x1/pt.svg); }

.flag-icon-pw {
  background-image: url(../img/flags/4x3/pw.svg); }
  .flag-icon-pw.flag-icon-squared {
    background-image: url(../img/flags/1x1/pw.svg); }

.flag-icon-py {
  background-image: url(../img/flags/4x3/py.svg); }
  .flag-icon-py.flag-icon-squared {
    background-image: url(../img/flags/1x1/py.svg); }

.flag-icon-qa {
  background-image: url(../img/flags/4x3/qa.svg); }
  .flag-icon-qa.flag-icon-squared {
    background-image: url(../img/flags/1x1/qa.svg); }

.flag-icon-re {
  background-image: url(../img/flags/4x3/re.svg); }
  .flag-icon-re.flag-icon-squared {
    background-image: url(../img/flags/1x1/re.svg); }

.flag-icon-ro {
  background-image: url(../img/flags/4x3/ro.svg); }
  .flag-icon-ro.flag-icon-squared {
    background-image: url(../img/flags/1x1/ro.svg); }

.flag-icon-rs {
  background-image: url(../img/flags/4x3/rs.svg); }
  .flag-icon-rs.flag-icon-squared {
    background-image: url(../img/flags/1x1/rs.svg); }

.flag-icon-ru {
  background-image: url(../img/flags/4x3/ru.svg); }
  .flag-icon-ru.flag-icon-squared {
    background-image: url(../img/flags/1x1/ru.svg); }

.flag-icon-rw {
  background-image: url(../img/flags/4x3/rw.svg); }
  .flag-icon-rw.flag-icon-squared {
    background-image: url(../img/flags/1x1/rw.svg); }

.flag-icon-sa {
  background-image: url(../img/flags/4x3/sa.svg); }
  .flag-icon-sa.flag-icon-squared {
    background-image: url(../img/flags/1x1/sa.svg); }

.flag-icon-sb {
  background-image: url(../img/flags/4x3/sb.svg); }
  .flag-icon-sb.flag-icon-squared {
    background-image: url(../img/flags/1x1/sb.svg); }

.flag-icon-sc {
  background-image: url(../img/flags/4x3/sc.svg); }
  .flag-icon-sc.flag-icon-squared {
    background-image: url(../img/flags/1x1/sc.svg); }

.flag-icon-sd {
  background-image: url(../img/flags/4x3/sd.svg); }
  .flag-icon-sd.flag-icon-squared {
    background-image: url(../img/flags/1x1/sd.svg); }

.flag-icon-se {
  background-image: url(../img/flags/4x3/se.svg); }
  .flag-icon-se.flag-icon-squared {
    background-image: url(../img/flags/1x1/se.svg); }

.flag-icon-sg {
  background-image: url(../img/flags/4x3/sg.svg); }
  .flag-icon-sg.flag-icon-squared {
    background-image: url(../img/flags/1x1/sg.svg); }

.flag-icon-sh {
  background-image: url(../img/flags/4x3/sh.svg); }
  .flag-icon-sh.flag-icon-squared {
    background-image: url(../img/flags/1x1/sh.svg); }

.flag-icon-si {
  background-image: url(../img/flags/4x3/si.svg); }
  .flag-icon-si.flag-icon-squared {
    background-image: url(../img/flags/1x1/si.svg); }

.flag-icon-sj {
  background-image: url(../img/flags/4x3/sj.svg); }
  .flag-icon-sj.flag-icon-squared {
    background-image: url(../img/flags/1x1/sj.svg); }

.flag-icon-sk {
  background-image: url(../img/flags/4x3/sk.svg); }
  .flag-icon-sk.flag-icon-squared {
    background-image: url(../img/flags/1x1/sk.svg); }

.flag-icon-sl {
  background-image: url(../img/flags/4x3/sl.svg); }
  .flag-icon-sl.flag-icon-squared {
    background-image: url(../img/flags/1x1/sl.svg); }

.flag-icon-sm {
  background-image: url(../img/flags/4x3/sm.svg); }
  .flag-icon-sm.flag-icon-squared {
    background-image: url(../img/flags/1x1/sm.svg); }

.flag-icon-sn {
  background-image: url(../img/flags/4x3/sn.svg); }
  .flag-icon-sn.flag-icon-squared {
    background-image: url(../img/flags/1x1/sn.svg); }

.flag-icon-so {
  background-image: url(../img/flags/4x3/so.svg); }
  .flag-icon-so.flag-icon-squared {
    background-image: url(../img/flags/1x1/so.svg); }

.flag-icon-sr {
  background-image: url(../img/flags/4x3/sr.svg); }
  .flag-icon-sr.flag-icon-squared {
    background-image: url(../img/flags/1x1/sr.svg); }

.flag-icon-ss {
  background-image: url(../img/flags/4x3/ss.svg); }
  .flag-icon-ss.flag-icon-squared {
    background-image: url(../img/flags/1x1/ss.svg); }

.flag-icon-st {
  background-image: url(../img/flags/4x3/st.svg); }
  .flag-icon-st.flag-icon-squared {
    background-image: url(../img/flags/1x1/st.svg); }

.flag-icon-sv {
  background-image: url(../img/flags/4x3/sv.svg); }
  .flag-icon-sv.flag-icon-squared {
    background-image: url(../img/flags/1x1/sv.svg); }

.flag-icon-sx {
  background-image: url(../img/flags/4x3/sx.svg); }
  .flag-icon-sx.flag-icon-squared {
    background-image: url(../img/flags/1x1/sx.svg); }

.flag-icon-sy {
  background-image: url(../img/flags/4x3/sy.svg); }
  .flag-icon-sy.flag-icon-squared {
    background-image: url(../img/flags/1x1/sy.svg); }

.flag-icon-sz {
  background-image: url(../img/flags/4x3/sz.svg); }
  .flag-icon-sz.flag-icon-squared {
    background-image: url(../img/flags/1x1/sz.svg); }

.flag-icon-tc {
  background-image: url(../img/flags/4x3/tc.svg); }
  .flag-icon-tc.flag-icon-squared {
    background-image: url(../img/flags/1x1/tc.svg); }

.flag-icon-td {
  background-image: url(../img/flags/4x3/td.svg); }
  .flag-icon-td.flag-icon-squared {
    background-image: url(../img/flags/1x1/td.svg); }

.flag-icon-tf {
  background-image: url(../img/flags/4x3/tf.svg); }
  .flag-icon-tf.flag-icon-squared {
    background-image: url(../img/flags/1x1/tf.svg); }

.flag-icon-tg {
  background-image: url(../img/flags/4x3/tg.svg); }
  .flag-icon-tg.flag-icon-squared {
    background-image: url(../img/flags/1x1/tg.svg); }

.flag-icon-th {
  background-image: url(../img/flags/4x3/th.svg); }
  .flag-icon-th.flag-icon-squared {
    background-image: url(../img/flags/1x1/th.svg); }

.flag-icon-tj {
  background-image: url(../img/flags/4x3/tj.svg); }
  .flag-icon-tj.flag-icon-squared {
    background-image: url(../img/flags/1x1/tj.svg); }

.flag-icon-tk {
  background-image: url(../img/flags/4x3/tk.svg); }
  .flag-icon-tk.flag-icon-squared {
    background-image: url(../img/flags/1x1/tk.svg); }

.flag-icon-tl {
  background-image: url(../img/flags/4x3/tl.svg); }
  .flag-icon-tl.flag-icon-squared {
    background-image: url(../img/flags/1x1/tl.svg); }

.flag-icon-tm {
  background-image: url(../img/flags/4x3/tm.svg); }
  .flag-icon-tm.flag-icon-squared {
    background-image: url(../img/flags/1x1/tm.svg); }

.flag-icon-tn {
  background-image: url(../img/flags/4x3/tn.svg); }
  .flag-icon-tn.flag-icon-squared {
    background-image: url(../img/flags/1x1/tn.svg); }

.flag-icon-to {
  background-image: url(../img/flags/4x3/to.svg); }
  .flag-icon-to.flag-icon-squared {
    background-image: url(../img/flags/1x1/to.svg); }

.flag-icon-tr {
  background-image: url(../img/flags/4x3/tr.svg); }
  .flag-icon-tr.flag-icon-squared {
    background-image: url(../img/flags/1x1/tr.svg); }

.flag-icon-tt {
  background-image: url(../img/flags/4x3/tt.svg); }
  .flag-icon-tt.flag-icon-squared {
    background-image: url(../img/flags/1x1/tt.svg); }

.flag-icon-tv {
  background-image: url(../img/flags/4x3/tv.svg); }
  .flag-icon-tv.flag-icon-squared {
    background-image: url(../img/flags/1x1/tv.svg); }

.flag-icon-tw {
  background-image: url(../img/flags/4x3/tw.svg); }
  .flag-icon-tw.flag-icon-squared {
    background-image: url(../img/flags/1x1/tw.svg); }

.flag-icon-tz {
  background-image: url(../img/flags/4x3/tz.svg); }
  .flag-icon-tz.flag-icon-squared {
    background-image: url(../img/flags/1x1/tz.svg); }

.flag-icon-ua {
  background-image: url(../img/flags/4x3/ua.svg); }
  .flag-icon-ua.flag-icon-squared {
    background-image: url(../img/flags/1x1/ua.svg); }

.flag-icon-ug {
  background-image: url(../img/flags/4x3/ug.svg); }
  .flag-icon-ug.flag-icon-squared {
    background-image: url(../img/flags/1x1/ug.svg); }

.flag-icon-um {
  background-image: url(../img/flags/4x3/um.svg); }
  .flag-icon-um.flag-icon-squared {
    background-image: url(../img/flags/1x1/um.svg); }

.flag-icon-us {
  background-image: url(../img/flags/4x3/us.svg); }
  .flag-icon-us.flag-icon-squared {
    background-image: url(../img/flags/1x1/us.svg); }

.flag-icon-uy {
  background-image: url(../img/flags/4x3/uy.svg); }
  .flag-icon-uy.flag-icon-squared {
    background-image: url(../img/flags/1x1/uy.svg); }

.flag-icon-uz {
  background-image: url(../img/flags/4x3/uz.svg); }
  .flag-icon-uz.flag-icon-squared {
    background-image: url(../img/flags/1x1/uz.svg); }

.flag-icon-va {
  background-image: url(../img/flags/4x3/va.svg); }
  .flag-icon-va.flag-icon-squared {
    background-image: url(../img/flags/1x1/va.svg); }

.flag-icon-vc {
  background-image: url(../img/flags/4x3/vc.svg); }
  .flag-icon-vc.flag-icon-squared {
    background-image: url(../img/flags/1x1/vc.svg); }

.flag-icon-ve {
  background-image: url(../img/flags/4x3/ve.svg); }
  .flag-icon-ve.flag-icon-squared {
    background-image: url(../img/flags/1x1/ve.svg); }

.flag-icon-vg {
  background-image: url(../img/flags/4x3/vg.svg); }
  .flag-icon-vg.flag-icon-squared {
    background-image: url(../img/flags/1x1/vg.svg); }

.flag-icon-vi {
  background-image: url(../img/flags/4x3/vi.svg); }
  .flag-icon-vi.flag-icon-squared {
    background-image: url(../img/flags/1x1/vi.svg); }

.flag-icon-vn {
  background-image: url(../img/flags/4x3/vn.svg); }
  .flag-icon-vn.flag-icon-squared {
    background-image: url(../img/flags/1x1/vn.svg); }

.flag-icon-vu {
  background-image: url(../img/flags/4x3/vu.svg); }
  .flag-icon-vu.flag-icon-squared {
    background-image: url(../img/flags/1x1/vu.svg); }

.flag-icon-wf {
  background-image: url(../img/flags/4x3/wf.svg); }
  .flag-icon-wf.flag-icon-squared {
    background-image: url(../img/flags/1x1/wf.svg); }

.flag-icon-ws {
  background-image: url(../img/flags/4x3/ws.svg); }
  .flag-icon-ws.flag-icon-squared {
    background-image: url(../img/flags/1x1/ws.svg); }

.flag-icon-ye {
  background-image: url(../img/flags/4x3/ye.svg); }
  .flag-icon-ye.flag-icon-squared {
    background-image: url(../img/flags/1x1/ye.svg); }

.flag-icon-yt {
  background-image: url(../img/flags/4x3/yt.svg); }
  .flag-icon-yt.flag-icon-squared {
    background-image: url(../img/flags/1x1/yt.svg); }

.flag-icon-za {
  background-image: url(../img/flags/4x3/za.svg); }
  .flag-icon-za.flag-icon-squared {
    background-image: url(../img/flags/1x1/za.svg); }

.flag-icon-zm {
  background-image: url(../img/flags/4x3/zm.svg); }
  .flag-icon-zm.flag-icon-squared {
    background-image: url(../img/flags/1x1/zm.svg); }

.flag-icon-zw {
  background-image: url(../img/flags/4x3/zw.svg); }
  .flag-icon-zw.flag-icon-squared {
    background-image: url(../img/flags/1x1/zw.svg); }

.flag-icon-eu {
  background-image: url(../img/flags/4x3/eu.svg); }
  .flag-icon-eu.flag-icon-squared {
    background-image: url(../img/flags/1x1/eu.svg); }

.flag-icon-gb-eng {
  background-image: url(../img/flags/4x3/gb-eng.svg); }
  .flag-icon-gb-eng.flag-icon-squared {
    background-image: url(../img/flags/1x1/gb-eng.svg); }

.flag-icon-gb-nir {
  background-image: url(../img/flags/4x3/gb-nir.svg); }
  .flag-icon-gb-nir.flag-icon-squared {
    background-image: url(../img/flags/1x1/gb-nir.svg); }

.flag-icon-gb-sct {
  background-image: url(../img/flags/4x3/gb-sct.svg); }
  .flag-icon-gb-sct.flag-icon-squared {
    background-image: url(../img/flags/1x1/gb-sct.svg); }

.flag-icon-gb-wls {
  background-image: url(../img/flags/4x3/gb-wls.svg); }
  .flag-icon-gb-wls.flag-icon-squared {
    background-image: url(../img/flags/1x1/gb-wls.svg); }

.flag-icon-un {
  background-image: url(../img/flags/4x3/un.svg); }
  .flag-icon-un.flag-icon-squared {
    background-image: url(../img/flags/1x1/un.svg); }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*! Select2 Bootstrap Theme v0.1.0-beta.9 | 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: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #777;
    font-size: 13px;
    outline: 0; }
    .select2-container--bootstrap .select2-selection.form-control {
      border-radius: 0; }
  .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #777;
    font-size: 13px; }
  .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: #ddd; }
    .select2-container--bootstrap .select2-search__field:-moz-placeholder {
      color: #ddd; }
    .select2-container--bootstrap .select2-search__field::-moz-placeholder {
      color: #ddd;
      opacity: 1; }
    .select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
      color: #ddd; }
  .select2-container--bootstrap .select2-results__option {
    padding: 6px 12px;
    /**
     * 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: #808080;
      cursor: not-allowed; }
    .select2-container--bootstrap .select2-results__option[aria-selected=true] {
      background-color: #f5f5f5;
      color: #777; }
    .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
      background-color: #d9230f;
      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: inherit;
    display: block;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.53846;
    white-space: nowrap; }
  .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    -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 #ddd 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: #ddd;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
    .select2-container--bootstrap .select2-selection__clear:hover {
      color: #fff; }
  .select2-container--bootstrap.select2-container--disabled .select2-selection {
    border-color: #ddd;
    -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: #ddd; }
  .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: none;
    box-shadow: none;
    border-color: #66afe9;
    overflow-x: hidden;
    margin-top: -1px; }
    .select2-container--bootstrap .select2-dropdown--above {
      -webkit-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
      box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
      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.53846;
    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: #ddd 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: #777;
      padding: 0; }
    .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
      color: #ddd; }
  .select2-container--bootstrap .select2-selection--multiple {
    min-height: 34px;
    padding: 0;
    height: auto;
    /**
     * 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.53846;
      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: #ddd;
      float: left;
      margin-top: 5px; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
      color: #777;
      background: #f5f5f5;
      border: 1px solid #f5f5f5;
      border-radius: 0;
      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.53846;
      margin-top: 0;
      min-width: 5em; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
      color: #777;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin-right: 3px; }
      .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #d9230f; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
      margin-top: 6px; }
  .select2-container--bootstrap .select2-selection--single.input-sm,
  .input-group-sm .select2-container--bootstrap .select2-selection--single,
  .form-group-sm .select2-container--bootstrap .select2-selection--single {
    border-radius: 0;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 22px 5px 10px;
    /* 2 */ }
    .select2-container--bootstrap .select2-selection--single.input-sm .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 .select2-selection--multiple.input-sm,
  .input-group-sm .select2-container--bootstrap .select2-selection--multiple,
  .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
    min-height: 30px;
    border-radius: 0; }
    .select2-container--bootstrap .select2-selection--multiple.input-sm .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 .select2-selection--multiple.input-sm .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 .select2-selection--multiple.input-sm .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 .select2-selection--single.input-lg,
  .input-group-lg .select2-container--bootstrap .select2-selection--single,
  .form-group-lg .select2-container--bootstrap .select2-selection--single {
    border-radius: 0;
    font-size: 18px;
    height: 46px;
    line-height: 1.33333;
    padding: 10px 31px 10px 16px;
    /* 1 */ }
    .select2-container--bootstrap .select2-selection--single.input-lg .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 .select2-selection--single.input-lg .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 .select2-selection--multiple.input-lg,
  .input-group-lg .select2-container--bootstrap .select2-selection--multiple,
  .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
    min-height: 46px;
    border-radius: 0; }
    .select2-container--bootstrap .select2-selection--multiple.input-lg .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.33333;
      border-radius: 0;
      margin: 9px 0 0 8px;
      padding: 0 10px; }
    .select2-container--bootstrap .select2-selection--multiple.input-lg .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.33333; }
    .select2-container--bootstrap .select2-selection--multiple.input-lg .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 .select2-selection.input-lg.select2-container--open .select2-selection--single {
    /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */ }
    .select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #ddd transparent;
      border-width: 0 5px 5px 5px; }
  .input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
    /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */ }
    .input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #ddd 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: #9b479f; }

.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 #c584c8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c584c8;
  border-color: #79377c; }

.has-warning.select2-drop-active {
  border-color: #79377c; }
  .has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #79377c; }

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #d9831f; }

.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 #ebb473;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ebb473;
  border-color: #ac6819; }

.has-error.select2-drop-active {
  border-color: #ac6819; }
  .has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #ac6819; }

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #469408; }

.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 #74f210;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #74f210;
  border-color: #2f6405; }

.has-success.select2-drop-active {
  border-color: #2f6405; }
  .has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #2f6405; }

/**
 * 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;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */ }
  .input-group .select2-container--bootstrap.select2-container--open, .input-group .select2-container--bootstrap.select2-container--focus {
    z-index: 3; }

.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; }
