/* line 1, ../src/_fstorage.scss */
.fileicon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.2em;
  background-color: transparent;
  background-image: url(/s/img/fileicons/file.png);
  background-repeat: no-repeat;
}

/* line 11, ../src/_fstorage.scss */
.attachment {
  min-width: 50px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: -1px;
  background: #f6f6f6;
  color: black;
  display: inline-block;
  padding: 2px;
  border-radius: 4px;
  height: 18px;
  line-height: 18px;
}
/* line 23, ../src/_fstorage.scss */
.attachment .close {
  display: inline-block;
  vertical-align: text-bottom;
  float: right;
  font-size: 20px;
}
/* line 29, ../src/_fstorage.scss */
.attachment a {
  display: inline-block;
  vertical-align: text-bottom;
  padding-bottom: 2px;
  cursor: pointer;
  white-space: nowrap;
}
/* line 37, ../src/_fstorage.scss */
.attachment a.fixed {
  max-width: 170px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
/* line 43, ../src/_fstorage.scss */
.attachment:hover {
  background: #a9c9f4;
}

/* line 1, ../src/_panels.scss */
.panel {
  padding: 8px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 11, ../src/_panels.scss */
.panel-heading {
  padding: 5px 8px;
  margin: -8px -8px 8px;
  font-weight: bolder;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 21, ../src/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  margin: 15px -15px -15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 30, ../src/_panels.scss */
.panel-primary {
  border-color: #428bca;
}

/* line 34, ../src/_panels.scss */
.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 40, ../src/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 44, ../src/_panels.scss */
.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 50, ../src/_panels.scss */
.panel-warning {
  border-color: #fbeed5;
}

/* line 54, ../src/_panels.scss */
.panel-warning .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

/* line 60, ../src/_panels.scss */
.panel-danger {
  border-color: #eed3d7;
}

/* line 64, ../src/_panels.scss */
.panel-danger .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* line 70, ../src/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 74, ../src/_panels.scss */
.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 80, ../src/_panels.scss */
.panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

/* line 1, ../src/_frombs3.scss */
.text-left {
  text-align: left;
}

/* line 5, ../src/_frombs3.scss */
.text-right {
  text-align: right;
}

/* line 9, ../src/_frombs3.scss */
.text-center {
  text-align: center;
}

/* line 13, ../src/_frombs3.scss */
.text-justify {
  text-align: justify;
}

/* line 17, ../src/_frombs3.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 21, ../src/_frombs3.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 25, ../src/_frombs3.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 29, ../src/_frombs3.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 33, ../src/_frombs3.scss */
.text-muted {
  color: #777;
}

/* line 37, ../src/_frombs3.scss */
.text-primary {
  color: #337ab7;
}

/* line 41, ../src/_frombs3.scss */
a.text-primary:focus, a.text-primary:hover {
  color: #286090;
}

/* line 45, ../src/_frombs3.scss */
.text-success {
  color: #3c763d;
}

/* line 49, ../src/_frombs3.scss */
a.text-success:focus, a.text-success:hover {
  color: #2b542c;
}

/* line 53, ../src/_frombs3.scss */
.text-info {
  color: #31708f;
}

/* line 57, ../src/_frombs3.scss */
a.text-info:focus, a.text-info:hover {
  color: #245269;
}

/* line 61, ../src/_frombs3.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 65, ../src/_frombs3.scss */
a.text-warning:focus, a.text-warning:hover {
  color: #66512c;
}

/* line 69, ../src/_frombs3.scss */
.text-danger {
  color: #a94442;
}

/* line 73, ../src/_frombs3.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #843534;
}

/* line 77, ../src/_frombs3.scss */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 82, ../src/_frombs3.scss */
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090;
}

/* line 86, ../src/_frombs3.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 90, ../src/_frombs3.scss */
a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 94, ../src/_frombs3.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 98, ../src/_frombs3.scss */
a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 102, ../src/_frombs3.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 106, ../src/_frombs3.scss */
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 110, ../src/_frombs3.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 114, ../src/_frombs3.scss */
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 9, ../src/_search-results.scss */
.sr-main {
  position: relative;
  height: 12em;
  background: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding-top: 2em;
  overflow: hidden;
}
/* line 17, ../src/_search-results.scss */
.sr-main.tfoot-fixed {
  padding-bottom: 2em;
}
/* line 22, ../src/_search-results.scss */
.sr-main .sr-body {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
/* line 26, ../src/_search-results.scss */
.sr-main .sr-body table {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-radius: 0;
  border: none;
  /* table options */
}
/* line 38, ../src/_search-results.scss */
.sr-main.tfoot-fixed .sr-body table tfoot tr td, .sr-main.tfoot-fixed .sr-body table tfoot tr th,
.sr-main .sr-body table thead tr td,
.sr-main .sr-body table thead tr th {
  height: 0;
  margin: 0;
  line-height: 0;
  padding: 0 !important;
  color: transparent;
  border: none;
  white-space: nowrap;
}
/* line 46, ../src/_search-results.scss */
.sr-main.tfoot-fixed .sr-body table tfoot tr td div, .sr-main.tfoot-fixed .sr-body table tfoot tr th div,
.sr-main .sr-body table thead tr td div,
.sr-main .sr-body table thead tr th div {
  position: absolute;
  background: transparent;
  color: black;
  top: 0;
  line-height: 2em;
  border-left: 1px solid #ccc;
  padding-left: 4px;
  width: 100%;
  z-index: 250;
  height: auto;
  text-align: left;
}
/* line 59, ../src/_search-results.scss */
.sr-main.tfoot-fixed .sr-body table tfoot tr td:first-child div, .sr-main.tfoot-fixed .sr-body table tfoot tr th:first-child div,
.sr-main .sr-body table thead tr td:first-child div,
.sr-main .sr-body table thead tr th:first-child div {
  border-color: transparent;
}
/* line 68, ../src/_search-results.scss */
.sr-main.tfoot-fixed .sr-body table tfoot th div:first-child {
  top: auto;
  bottom: 0;
  z-index: 250;
}
/* line 77, ../src/_search-results.scss */
.sr-main .sr-body table tbody tr, .sr-main .sr-body table tfoot tr {
  border: none;
  cursor: default;
  position: relative;
  z-index: 251;
}
/* line 82, ../src/_search-results.scss */
.sr-main .sr-body table tbody tr td:first-child, .sr-main .sr-body table tfoot tr td:first-child {
  border-left: 1px solid transparent;
}
/* line 85, ../src/_search-results.scss */
.sr-main .sr-body table tbody tr td, .sr-main .sr-body table tfoot tr td {
  position: relative;
  z-index: 251;
  border-radius: 0;
  border-left: 1px solid #ccc;
  padding: 2px 4px;
}
/* line 93, ../src/_search-results.scss */
.sr-main .sr-body table tbody tr:nth-child(odd), .sr-main .sr-body table tfoot tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
/* line 96, ../src/_search-results.scss */
.sr-main .sr-body table tbody tr:not(.no-hover):hover, .sr-main .sr-body table tfoot tr:not(.no-hover):hover {
  background: rgba(0, 136, 204, 0.15);
}
/* line 100, ../src/_search-results.scss */
.sr-main .sr-body table tbody tr.selected, .sr-main .sr-body table tfoot tr.selected {
  background: rgba(0, 136, 204, 0.15);
}
/* line 102, ../src/_search-results.scss */
.sr-main .sr-body table tbody tr.selected td, .sr-main .sr-body table tfoot tr.selected td {
  /* war with myself */
  background: transparent !important;
}
/* line 108, ../src/_search-results.scss */
.sr-main .sr-body table tbody tr.selected:nth-child(odd), .sr-main .sr-body table tfoot tr.selected:nth-child(odd) {
  background: rgba(0, 136, 204, 0.2);
}
/* line 112, ../src/_search-results.scss */
.sr-main .sr-body table tbody tr.selected:hover, .sr-main .sr-body table tfoot tr.selected:hover {
  background: rgba(0, 136, 204, 0.4);
}
/* line 121, ../src/_search-results.scss */
.sr-main .sr-body table.striped-columns tbody tr td + td {
  border-left: 1px solid #ccc;
}
/* line 137, ../src/_search-results.scss */
.sr-main .sr-body table.striped-rows thead tr td div, .sr-main .sr-body table.striped-rows thead tr th div {
  border-bottom: 1px solid #ccc;
}
/* line 145, ../src/_search-results.scss */
.sr-main.tfoot-fixed .sr-body table tfoot tr td div, .sr-main.tfoot-fixed .sr-body table tfoot tr th div {
  border-top: 1px solid #ccc;
}
/* line 152, ../src/_search-results.scss */
.sr-main .sr-body table.striped-rows tbody tr td {
  border-bottom: 1px solid #ccc;
}

/* @group Base */
/* line 6, ../src/_chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  user-select: none;
}
/* line 12, ../src/_chosen.scss */
.chosen-container * {
  box-sizing: border-box;
}
/* line 15, ../src/_chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
}
/* line 26, ../src/_chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}
/* line 29, ../src/_chosen.scss */
.chosen-container a {
  cursor: pointer;
}
/* line 34, ../src/_chosen.scss */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
/* line 41, ../src/_chosen.scss */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
/* line 53, ../src/_chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  /*
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  */
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 23px;
}
/* line 72, ../src/_chosen.scss */
.chosen-container-single .chosen-default {
  color: #999;
}
/* line 75, ../src/_chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 82, ../src/_chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
/* line 85, ../src/_chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
/* line 94, ../src/_chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
/* line 98, ../src/_chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
/* line 101, ../src/_chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
/* line 108, ../src/_chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/chosen/chosen-sprite.png") no-repeat 0px 2px;
}
/* line 115, ../src/_chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
/* line 122, ../src/_chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("../img/chosen/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
/* line 136, ../src/_chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
}
/* line 141, ../src/_chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
/* line 149, ../src/_chosen.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
/* line 158, ../src/_chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
/* line 166, ../src/_chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
/* line 170, ../src/_chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* line 175, ../src/_chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: rgba(82, 168, 236, 0.8);
  /*      background-color: #3875d7; */
  /*
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  */
  color: #fff;
}
/* line 183, ../src/_chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
/* line 188, ../src/_chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
/* line 193, ../src/_chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
/* line 196, ../src/_chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 206, ../src/_chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  /*
  background-image: linear-gradient(#eee 1%, #fff 15%);
  */
  cursor: text;
}
/* line 220, ../src/_chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
/* line 223, ../src/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
/* line 227, ../src/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
/* line 243, ../src/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 1px;
  background-color: #eeeeee;
  /*
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  */
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
/* line 261, ../src/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
/* line 264, ../src/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
/* line 273, ../src/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
/* line 278, ../src/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  /*
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  */
  color: #666;
}
/* line 287, ../src/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
/* line 289, ../src/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* line 294, ../src/_chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
/* line 298, ../src/_chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 308, ../src/_chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid rgba(82, 168, 236, 0.8);
  /*    border: 1px solid #5897fb; */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 314, ../src/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  /*
  background-image: linear-gradient(#eee 20%, #fff 80%);
  */
  box-shadow: 0 1px 0 #fff inset;
}
/* line 325, ../src/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
/* line 328, ../src/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
/* line 333, ../src/_chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid rgba(82, 168, 236, 0.8);
  /* border: 1px solid #5897fb; */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 337, ../src/_chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
/* line 345, ../src/_chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
/* line 348, ../src/_chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}
/* line 351, ../src/_chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 358, ../src/_chosen.scss */
.chosen-rtl {
  text-align: right;
}
/* line 360, ../src/_chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
/* line 364, ../src/_chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
/* line 369, ../src/_chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
/* line 372, ../src/_chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
/* line 376, ../src/_chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
/* line 380, ../src/_chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}
/* line 382, ../src/_chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
/* line 385, ../src/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
/* line 388, ../src/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
/* line 394, ../src/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
/* line 398, ../src/_chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
/* line 402, ../src/_chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
/* line 405, ../src/_chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("../img/chosen/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}
/* line 411, ../src/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
/* line 415, ../src/_chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 426, ../src/_chosen.scss */
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../img/chosen/chosen-sprite@2x.png") !important;
    background-size: 60px 43px !important;
    background-repeat: no-repeat !important;
    background-position-y: -23px;
  }
}
/* @end */
/* line 3, ../src/_social-icons.scss */
.social-icon {
  background-color: transparent;
  background-image: url("https://portal.dev.waio.app/s/img/mini-social-icons.png");
  background-repeat: no-repeat;
  background-size: auto 96px;
  border: 0 none;
  color: white;
  direction: ltr;
  display: inline-block;
  height: 32px;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  text-indent: -999em;
  transition: all 0.2s ease 0s;
  opacity: 0.8;
  width: 32px;
  background-position-y: -32px;
  border-radius: 3px;
  vertical-align: top;
}
/* line 24, ../src/_social-icons.scss */
.social-icon:hover {
  opacity: 1;
  /* transform: translateY(-5px); */
  /* background-position-y: -64px !important; */
}
/* line 30, ../src/_social-icons.scss */
.social-icon.facebook {
  background-position-x: 0;
}
/* line 34, ../src/_social-icons.scss */
.social-icon.google {
  background-position-x: -96px;
}

/* line 39, ../src/_social-icons.scss */
.active .social-icon {
  opacity: 1;
}

/* line 2, ../src/_payments-details.scss */
.payments-table td {
  vertical-align: middle;
}
/* line 5, ../src/_payments-details.scss */
.payments-table input, .payments-table select {
  margin: 0 !important;
}

/* line 26, ../src/bs/2/bootstrap/_mixins.scss */
.clearfix {
  *zoom: 1;
}
/* line 14, ../src/bs/2/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../src/bs/2/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 645, ../src/bs/2/bootstrap/_mixins.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4, ../src/_outline.scss */
.outline {
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 18, ../src/_outline.scss */
.outline-default {
  border-color: #bbb;
}

/* line 22, ../src/_outline.scss */
.outline-default-dark {
  border-color: #888888;
}

/* line 18, ../src/_outline.scss */
.outline-success {
  border-color: #d6e9c6;
}

/* line 22, ../src/_outline.scss */
.outline-success-dark {
  border-color: #a1cd7c;
}

/* line 18, ../src/_outline.scss */
.outline-warning {
  border-color: #fbeed5;
}

/* line 22, ../src/_outline.scss */
.outline-warning-dark {
  border-color: #f1ca79;
}

/* line 18, ../src/_outline.scss */
.outline-error {
  border-color: #eed3d7;
}

/* line 22, ../src/_outline.scss */
.outline-error-dark {
  border-color: #d18a96;
}

/* line 18, ../src/_outline.scss */
.outline-info {
  border-color: #bce8f1;
}

/* line 22, ../src/_outline.scss */
.outline-info-dark {
  border-color: #67cbdf;
}

/* line 18, ../src/_outline.scss */
.outline-primary {
  border-color: #08c;
}

/* line 22, ../src/_outline.scss */
.outline-primary-dark {
  border-color: #004466;
}

/* line 26, ../src/bs/2/bootstrap/_mixins.scss */
.clearfix {
  *zoom: 1;
}
/* line 14, ../src/bs/2/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../src/bs/2/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 645, ../src/bs/2/bootstrap/_mixins.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4, ../src/_disable_select.scss */
.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 26, ../src/bs/2/bootstrap/_mixins.scss */
.clearfix {
  *zoom: 1;
}
/* line 14, ../src/bs/2/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../src/bs/2/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 645, ../src/bs/2/bootstrap/_mixins.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, ../src/bootstrap.overwrite.scss */
.modal-backdrop {
  filter: alpha(opacity=10) !important;
  opacity: .4 !important;
  z-index: 1042;
}
/* line 19, ../src/bootstrap.overwrite.scss */
.modal-backdrop.loading {
  background: center 28% url("https://portal.dev.waio.app/s/img/ajax-loader-bar.gif") no-repeat;
  background-color: #000;
}

/* line 26, ../src/bootstrap.overwrite.scss */
.modal-content {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

/* line 29, ../src/bootstrap.overwrite.scss */
.modal-body {
  position: relative;
  display: block;
  overflow-y: auto;
  padding: 15px;
}

/* line 38, ../src/bootstrap.overwrite.scss */
.modal table.dataTable td, .modal table.dataTable th {
  padding: 2px 4px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  line-height: 14px;
}
/* line 45, ../src/bootstrap.overwrite.scss */
.modal table.dataTable th {
  font-weight: bold;
}

/* line 55, ../src/bootstrap.overwrite.scss */
.modal-dialog .modal-header {
  min-height: 14px;
}
/* line 56, ../src/bootstrap.overwrite.scss */
.modal-dialog .modal-header h3 {
  margin: 0;
  font-size: 20px;
}
/* line 64, ../src/bootstrap.overwrite.scss */
.modal-dialog .modal-icon {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
/* line 70, ../src/bootstrap.overwrite.scss */
.modal-dialog .modal-footer {
  clear: both;
}
/* line 72, ../src/bootstrap.overwrite.scss */
.modal-dialog .modal-footer .btn {
  min-width: 100px;
}

/* line 78, ../src/bootstrap.overwrite.scss */
.message-box {
  margin-top: 0;
  top: 5%;
}
/* line 82, ../src/bootstrap.overwrite.scss */
.message-box .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 91, ../src/bootstrap.overwrite.scss */
.form-compact .control-group {
  margin-bottom: 0;
}
/* line 94, ../src/bootstrap.overwrite.scss */
.form-compact .control-label {
  width: 10ch;
  text-align: left;
}
/* line 98, ../src/bootstrap.overwrite.scss */
.form-compact .controls {
  margin-left: 10ch;
}
/* line 104, ../src/bootstrap.overwrite.scss */
.form-compact a.btn {
  height: 14px;
  line-height: 14px;
}

/* line 111, ../src/bootstrap.overwrite.scss */
.csvuploader {
  margin-top: 4px;
}
/* line 113, ../src/bootstrap.overwrite.scss */
.csvuploader .previewtittle {
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}
/* line 117, ../src/bootstrap.overwrite.scss */
.csvuploader .preview {
  height: 20em;
  overflow-y: scroll;
}
/* line 120, ../src/bootstrap.overwrite.scss */
.csvuploader .preview th {
  background: white;
}
/* line 122, ../src/bootstrap.overwrite.scss */
.csvuploader .well {
  padding: 0;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
/* line 127, ../src/bootstrap.overwrite.scss */
.csvuploader .well div.header {
  display: block;
}
/* line 130, ../src/bootstrap.overwrite.scss */
.csvuploader .well div.data {
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  /* all we need is to set top via js :-) */
}
/* line 140, ../src/bootstrap.overwrite.scss */
.csvuploader .well div.tablewrapper {
  position: relative;
  overflow-x: hidden;
}
/* line 146, ../src/bootstrap.overwrite.scss */
.csvuploader table {
  border-right-color: transparent;
  table-layout: fixed;
  border-radius: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 147, ../src/bootstrap.overwrite.scss */
.csvuploader table .dummy {
  padding: 0;
  margin: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
/* line 160, ../src/bootstrap.overwrite.scss */
.csvuploader table select {
  font-weight: bolder;
  min-width: 6em;
}
/* line 164, ../src/bootstrap.overwrite.scss */
.csvuploader table td {
  width: 10em;
  overflow: hidden;
}
/* line 168, ../src/bootstrap.overwrite.scss */
.csvuploader table tr td:last-child {
  border-right: none;
}
/* line 171, ../src/bootstrap.overwrite.scss */
.csvuploader table .firstalias, .csvuploader table .firstdata, .csvuploader table .firstcolumn {
  font-style: italic;
  border-left-color: transparent;
}
/* line 175, ../src/bootstrap.overwrite.scss */
.csvuploader table .aliases td[class^="alias"] {
  border-color: transparent;
  background: transparent;
}
/* line 176, ../src/bootstrap.overwrite.scss */
.csvuploader table .aliases td[class^="alias"].active {
  background: white;
  border: 1px solid gray;
  border-radius: 2px;
}
/* line 184, ../src/bootstrap.overwrite.scss */
.csvuploader table .aliases td[class^="alias"] div {
  padding: 4px 4px;
  /* background: white;
   border-radius: 3px;
   border: 1px solid dimgray; */
  color: black;
  font-weight: bolder;
}
/* line 195, ../src/bootstrap.overwrite.scss */
.csvuploader table .columns td[class^="column"] {
  border: 1px solid lightgrey;
  /* border-radius: 2px; */
  border-bottom-color: transparent !important;
}
/* line 196, ../src/bootstrap.overwrite.scss */
.csvuploader table .columns td[class^="column"] select {
  font-weight: normal;
  background-color: transparent;
}
/* line 200, ../src/bootstrap.overwrite.scss */
.csvuploader table .columns td[class^="column"] div {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 4px 4px;
  /*    border-radius: 3px;
      border: 1px solid black;
      background: dimgray;
      color: white; */
  font-weight: bolder;
  cursor: pointer !important;
}
/* line 218, ../src/bootstrap.overwrite.scss */
.csvuploader table .columns td.active {
  background: white;
  border: 1px solid lightgrey;
  border-radius: 2px;
}
/* line 222, ../src/bootstrap.overwrite.scss */
.csvuploader table .columns td.active select {
  color: black;
  font-weight: bold;
}
/* line 229, ../src/bootstrap.overwrite.scss */
.csvuploader table .rows td {
  border-bottom-color: transparent !important;
}
/* line 230, ../src/bootstrap.overwrite.scss */
.csvuploader table .rows td[class^="data"] {
  color: gray;
}
/* line 234, ../src/bootstrap.overwrite.scss */
.csvuploader table .rows td.active {
  color: black;
  background: white;
  border: 1px solid lightgrey;
  border-radius: 2px;
}
/* line 241, ../src/bootstrap.overwrite.scss */
.csvuploader table .rows td.dataundefined {
  color: gray;
  background: transparent !important;
}
/* line 245, ../src/bootstrap.overwrite.scss */
.csvuploader table .rows td div {
  padding: 0;
  margin: 0;
  /* background: white;
   border-radius: 3px;
   border: 1px solid dimgray; */
}

/* line 266, ../src/bootstrap.overwrite.scss */
.undecorate {
  border: none;
  background: none;
  background-color: transparent !important;
  box-shadow: none;
  cursor: default !important;
}
/* line 268, ../src/bootstrap.overwrite.scss */
.undecorate:active, .undecorate:hover {
  border: none;
  background: none;
  background-color: transparent !important;
  box-shadow: none;
  cursor: default !important;
}

/* line 273, ../src/bootstrap.overwrite.scss */
.btn-undecor {
  border: none;
  box-shadow: none;
  background: none;
}

/* line 279, ../src/bootstrap.overwrite.scss */
.input-highlight {
  border-color: #5BB75B;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(./ready/bs3/fonts/glyphicons-halflings-regular.eot);
  src: url(./ready/bs3/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(./ready/bs3/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(./ready/bs3/fonts/glyphicons-halflings-regular.woff) format("woff"), url(./ready/bs3/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(./ready/bs3/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
/* line 293, ../src/bootstrap.overwrite.scss */
label.checkbox {
  display: inline-block;
}

/* line 297, ../src/bootstrap.overwrite.scss */
label.disabled {
  color: #999 !important;
}

/* line 301, ../src/bootstrap.overwrite.scss */
.flip-horizontal {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* line 311, ../src/bootstrap.overwrite.scss */
.flip-vertical {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

/* line 320, ../src/bootstrap.overwrite.scss */
.transitionfast {
  transition: .2s;
  -webkit-transition: .2s;
}

/* line 325, ../src/bootstrap.overwrite.scss */
.transitionnormal, .transition {
  transition: .5s;
  -webkit-transition: .5s;
}

/* line 330, ../src/bootstrap.overwrite.scss */
.transitionslow {
  transition: 1s;
  -webkit-transition: 1s;
}

/* line 336, ../src/bootstrap.overwrite.scss */
tr.selected td {
  /* background-color: #dbebff !important; */
  background-color: #a9c9f4 !important;
}
/* line 341, ../src/bootstrap.overwrite.scss */
tr.selected:hover td {
  background-color: #a9c9f4 !important;
}

/* line 349, ../src/bootstrap.overwrite.scss */
.nav-tabs-tiny li a {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

/* line 357, ../src/bootstrap.overwrite.scss */
.nav-tabs li.nav-tab-text {
  color: black;
}
/* line 360, ../src/bootstrap.overwrite.scss */
.nav-tabs li.nav-tab-text a {
  color: black;
}
/* line 362, ../src/bootstrap.overwrite.scss */
.nav-tabs li.nav-tab-text a:active, .nav-tabs li.nav-tab-text a:hover, .nav-tabs li.nav-tab-text a:visited {
  color: black;
}
/* line 368, ../src/bootstrap.overwrite.scss */
.nav-tabs li.nav-tab-text a:hover {
  background: transparent;
  border-color: transparent;
}
/* line 374, ../src/bootstrap.overwrite.scss */
.nav-tabs li.nav-tab-text a.active {
  font-weight: bolder;
}

/* line 381, ../src/bootstrap.overwrite.scss */
.nav-tabs-no-border {
  border-bottom-color: transparent;
}

/* line 385, ../src/bootstrap.overwrite.scss */
.tab-content-bordered {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-top: -15px;
  padding-top: 0.7em;
  padding-bottom: 0.3em;
}

/* line 394, ../src/bootstrap.overwrite.scss */
.btn-toolbar {
  background: #f6f6f6;
}

/* line 398, ../src/bootstrap.overwrite.scss */
.offset1em {
  margin-left: 1em;
}

/* line 402, ../src/bootstrap.overwrite.scss */
select, .select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 3px !important;
  height: 24px;
  line-height: 14px !important;
  background: #fff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgaWQ9IkxheWVyXzEiCiAgIGRhdGEtbmFtZT0iTGF5ZXIgMSIKICAgdmlld0JveD0iMCAwIDQuOTUgMTAiCiAgIHZlcnNpb249IjEuMSIKICAgc29kaXBvZGk6ZG9jbmFtZT0ic2VsZWN0LnN2ZyIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45Mi4yIDVjM2U4MGQsIDIwMTctMDgtMDYiPgogIDxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTM4NjgiPgogICAgPHJkZjpSREY+CiAgICAgIDxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj4KICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4KICAgICAgICA8ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+CiAgICAgIDwvY2M6V29yaz4KICAgIDwvcmRmOlJERj4KICA8L21ldGFkYXRhPgogIDxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMSIKICAgICBvYmplY3R0b2xlcmFuY2U9IjEwIgogICAgIGdyaWR0b2xlcmFuY2U9IjEwIgogICAgIGd1aWRldG9sZXJhbmNlPSIxMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iNjQwIgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjQ4MCIKICAgICBpZD0ibmFtZWR2aWV3Mzg2NiIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgaW5rc2NhcGU6em9vbT0iMjMuNiIKICAgICBpbmtzY2FwZTpjeD0iMi40NzQ5OTk5IgogICAgIGlua3NjYXBlOmN5PSI1IgogICAgIGlua3NjYXBlOndpbmRvdy14PSIwIgogICAgIGlua3NjYXBlOndpbmRvdy15PSIwIgogICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjAiCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0iTGF5ZXJfMSIgLz4KICA8ZGVmcwogICAgIGlkPSJkZWZzMzg1NSI+CiAgICA8c3R5bGUKICAgICAgIGlkPSJzdHlsZTM4NTMiPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM0NDQ7fTwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZQogICAgIGlkPSJ0aXRsZTM4NTciPmFycm93czwvdGl0bGU+CiAgPHBvbHlnb24KICAgICBjbGFzcz0iY2xzLTIiCiAgICAgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciCiAgICAgaWQ9InBvbHlnb24zODYxIiAvPgogIDxwb2x5Z29uCiAgICAgY2xhc3M9ImNscy0yIgogICAgIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIgogICAgIGlkPSJwb2x5Z29uMzg2MyIgLz4KPC9zdmc+Cg==") no-repeat 100% 50% !important;
  padding: 4px;
  padding-right: 1em;
  background-color: white !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
/* line 422, ../src/bootstrap.overwrite.scss */
select:focus, .select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
/* line 430, ../src/bootstrap.overwrite.scss */
select[multiple], .select[multiple] {
  background-image: none !important;
}
/* line 433, ../src/bootstrap.overwrite.scss */
select[disabled], .select[disabled] {
  background-color: #eee !important;
}

/* line 438, ../src/bootstrap.overwrite.scss */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 445, ../src/bootstrap.overwrite.scss */
pre.undecorate {
  font-family: "Inter", sans-serif !important;
  padding: 0;
  font-size: inherit !important;
}
/* line 451, ../src/bootstrap.overwrite.scss */
pre.pre-content-wrapped {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
