@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,800;1,300;1,800&display=swap");
.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: 46px;
  padding: 10px 5px;
  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 {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.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;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  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--selectable {
  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;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 50%;
  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 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #F6F7FB;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.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__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  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 rgba(0, 0, 0, 0.15);
}

.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 .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--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #093B7D;
  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 rgba(0, 0, 0, 0.15);
  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 #E20714;
}

.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;
  height: 26px;
  margin-right: 20px;
}

.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 rgba(0, 0, 0, 0.15);
  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 rgba(0, 0, 0, 0.15);
  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 #E20714;
}

.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 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #E20714;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #F6F7FB;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.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__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

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

.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 rgba(0, 0, 0, 0.15);
  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--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #E20714;
  color: white;
}

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

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

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter textarea {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "↑";
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "↓";
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

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

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

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

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

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

.page-item.active .page-link {
  background-color: #57637A;
}

.page-item.disabled .page-link {
  background-color: transparent;
}

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 230px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

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

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
  background-color: #fbf069\9 ;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
  background-color: #efe24b\9 ;
}

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: linear-gradient(to bottom, #b3b3b3, grey);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
  background-color: grey;
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
  background-color: #666 \9 ;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #093B7D, #093B7D);
  background-image: -ms-linear-gradient(to bottom, #093B7D, #093B7D);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#093B7D), to(#093B7D));
  background-image: -webkit-linear-gradient(to bottom, #093B7D, #093B7D);
  background-image: -o-linear-gradient(to bottom, #093B7D, #093B7D);
  background-image: linear-gradient(to bottom, #093B7D, #093B7D);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$main-color", endColorstr="#0044cc", GradientType=0);
  border-color: #093B7D #093B7D #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: #093B7D;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
  background-color: #039 \9 ;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #093B7D, #093B7D);
  background-image: -ms-linear-gradient(to bottom, #093B7D, #093B7D);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#093B7D), to(#093B7D));
  background-image: -webkit-linear-gradient(to bottom, #093B7D, #093B7D);
  background-image: -o-linear-gradient(to bottom, #093B7D, #093B7D);
  background-image: linear-gradient(to bottom, #093B7D, #093B7D);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$main-color", endColorstr="#0044cc", GradientType=0);
  border-color: #093B7D #093B7D #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
  background-color: #093B7D;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  background-color: #039 \9 ;
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #999;
}

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

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden;
}

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

.input-append.date .add-on, .input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
  margin-top: 3px;
}

.input-daterange input, .input-daterange textarea {
  text-align: center;
}

.input-daterange input:first-child, .input-daterange textarea:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child, .input-daterange textarea:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.date-input {
  background: url("../img/calendar.png") no-repeat center right 10px #ffffff;
  background-size: 25px 25px;
}

/*!
 * iconmonstr iconic font v1.3.0
 * Created by Alexander Kahlkopf - http://iconmonstr.com - @iconmonstr
 * License - http://iconmonstr.com/license
 */
@font-face {
  font-family: "iconmonstr-iconic-font";
  src: url("../fonts/iconmonstr-iconic-font.woff2?v=1.3.0") format("woff2"), url("../fonts/iconmonstr-iconic-font.woff?v=1.3.0") format("woff"), url("../fonts/iconmonstr-iconic-font.ttf?v=1.3.0") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.im {
  display: inline-block;
  font: normal normal normal 18px/1 "iconmonstr-iconic-font";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.im-angle-right:before {
  content: "\e001";
}

.im-angle-left:before {
  content: "\e002";
}

.im-angle-down:before {
  content: "\e003";
}

.im-angle-up:before {
  content: "\e004";
}

.im-angle-right-circle:before {
  content: "\e005";
}

.im-angle-left-circle:before {
  content: "\e006";
}

.im-angle-down-circle:before {
  content: "\e007";
}

.im-angle-up-circle:before {
  content: "\e008";
}

.im-arrow-right:before {
  content: "\e009";
}

.im-arrow-left:before {
  content: "\e00a";
}

.im-arrow-down:before {
  content: "\e00b";
}

.im-arrow-up:before {
  content: "\e00c";
}

.im-arrow-right-circle:before {
  content: "\e00d";
}

.im-arrow-left-circle:before {
  content: "\e00e";
}

.im-arrow-down-circle:before {
  content: "\e00f";
}

.im-arrow-up-circle:before {
  content: "\e010";
}

.im-care-right:before {
  content: "\e011";
}

.im-care-left:before {
  content: "\e012";
}

.im-care-down:before {
  content: "\e013";
}

.im-care-up:before {
  content: "\e014";
}

.im-forbidden:before {
  content: "\e015";
}

.im-printer:before {
  content: "\e016";
}

.im-menu:before {
  content: "\e017";
}

.im-menu-list:before {
  content: "\e018";
}

.im-quote-left:before {
  content: "\e019";
}

.im-quote-right:before {
  content: "\e01a";
}

.im-bell:before {
  content: "\e01b";
}

.im-bell-off:before {
  content: "\e01c";
}

.im-bookmark:before {
  content: "\e01d";
}

.im-briefcase:before {
  content: "\e01e";
}

.im-calendar:before {
  content: "\e01f";
}

.im-photo-camera:before {
  content: "\e020";
}

.im-video-camera:before {
  content: "\e021";
}

.im-microphone:before {
  content: "\e022";
}

.im-check-mark:before {
  content: "\e023";
}

.im-check-mark-circle:before {
  content: "\e024";
}

.im-check-square-o:before {
  content: "\e025";
}

.im-check-square:before {
  content: "\e026";
}

.im-check-square-i:before {
  content: "\e027";
}

.im-square-o:before {
  content: "\e028";
}

.im-radio-button-circle-o:before {
  content: "\e029";
}

.im-radio-button-circle:before {
  content: "\e02a";
}

.im-circle-o:before {
  content: "\e02b";
}

.im-clock-o:before {
  content: "\e02c";
}

.im-cloud:before {
  content: "\e02d";
}

.im-cloud-download:before {
  content: "\e02e";
}

.im-cloud-upload:before {
  content: "\e02f";
}

.im-code:before {
  content: "\e030";
}

.im-speech-bubble:before {
  content: "\e031";
}

.im-speech-bubble-comment:before {
  content: "\e032";
}

.im-speech-bubble-comments:before {
  content: "\e033";
}

.im-copy:before {
  content: "\e034";
}

.im-credit-card:before {
  content: "\e035";
}

.im-crown:before {
  content: "\e036";
}

.im-database:before {
  content: "\e037";
}

.im-computer:before {
  content: "\e038";
}

.im-download:before {
  content: "\e039";
}

.im-upload:before {
  content: "\e03a";
}

.im-pencil:before {
  content: "\e03b";
}

.im-edit-off:before {
  content: "\e03c";
}

.im-play:before {
  content: "\e03d";
}

.im-pause:before {
  content: "\e03e";
}

.im-stop:before {
  content: "\e03f";
}

.im-eject:before {
  content: "\e040";
}

.im-previous:before {
  content: "\e041";
}

.im-next:before {
  content: "\e042";
}

.im-loop:before {
  content: "\e043";
}

.im-random:before {
  content: "\e044";
}

.im-menu-dot-h:before {
  content: "\e045";
}

.im-menu-dot-v:before {
  content: "\e046";
}

.im-mail:before {
  content: "\e047";
}

.im-info:before {
  content: "\e048";
}

.im-warning:before {
  content: "\e049";
}

.im-question:before {
  content: "\e04a";
}

.im-link:before {
  content: "\e04b";
}

.im-unlink:before {
  content: "\e04c";
}

.im-external-link:before {
  content: "\e04d";
}

.im-eye:before {
  content: "\e04e";
}

.im-eye-off:before {
  content: "\e04f";
}

.im-file:before {
  content: "\e050";
}

.im-file-o:before {
  content: "\e051";
}

.im-files-o:before {
  content: "\e052";
}

.im-video:before {
  content: "\e053";
}

.im-audio:before {
  content: "\e054";
}

.im-picture-o:before {
  content: "\e055";
}

.im-flag:before {
  content: "\e056";
}

.im-folder:before {
  content: "\e057";
}

.im-folder-open:before {
  content: "\e058";
}

.im-smiley-o:before {
  content: "\e059";
}

.im-frown-o:before {
  content: "\e05a";
}

.im-gear:before {
  content: "\e05b";
}

.im-globe:before {
  content: "\e05c";
}

.im-heart:before {
  content: "\e05d";
}

.im-home:before {
  content: "\e05e";
}

.im-inbox:before {
  content: "\e05f";
}

.im-key:before {
  content: "\e060";
}

.im-lock:before {
  content: "\e061";
}

.im-lock-open:before {
  content: "\e062";
}

.im-task-o:before {
  content: "\e063";
}

.im-filter:before {
  content: "\e064";
}

.im-light-bulb:before {
  content: "\e065";
}

.im-flash:before {
  content: "\e066";
}

.im-map-o:before {
  content: "\e067";
}

.im-location:before {
  content: "\e068";
}

.im-maximize:before {
  content: "\e069";
}

.im-minimize:before {
  content: "\e06a";
}

.im-fullscreen:before {
  content: "\e06b";
}

.im-mobile:before {
  content: "\e06c";
}

.im-phone:before {
  content: "\e06d";
}

.im-coin:before {
  content: "\e06e";
}

.im-banknote:before {
  content: "\e06f";
}

.im-paper-clip:before {
  content: "\e070";
}

.im-bar-chart:before {
  content: "\e071";
}

.im-plus:before {
  content: "\e072";
}

.im-minus:before {
  content: "\e073";
}

.im-plus-circle:before {
  content: "\e074";
}

.im-minus-circle:before {
  content: "\e075";
}

.im-undo:before {
  content: "\e076";
}

.im-redo:before {
  content: "\e077";
}

.im-rocket:before {
  content: "\e078";
}

.im-rss:before {
  content: "\e079";
}

.im-magnifier:before {
  content: "\e07a";
}

.im-magnifier-plus:before {
  content: "\e07b";
}

.im-magnifier-minus:before {
  content: "\e07c";
}

.im-share:before {
  content: "\e07d";
}

.im-shield:before {
  content: "\e07e";
}

.im-shopping-cart:before {
  content: "\e07f";
}

.im-sign-in:before {
  content: "\e080";
}

.im-sign-out:before {
  content: "\e081";
}

.im-spinner:before {
  content: "\e082";
}

.im-star:before {
  content: "\e083";
}

.im-star-half:before {
  content: "\e084";
}

.im-star-o:before {
  content: "\e085";
}

.im-sync:before {
  content: "\e086";
}

.im-table:before {
  content: "\e087";
}

.im-window-o:before {
  content: "\e088";
}

.im-windows-o:before {
  content: "\e089";
}

.im-thumb-up:before {
  content: "\e08a";
}

.im-thumb-down:before {
  content: "\e08b";
}

.im-x-mark:before {
  content: "\e08c";
}

.im-x-mark-circle:before {
  content: "\e08d";
}

.im-trash-can:before {
  content: "\e08e";
}

.im-user-male:before {
  content: "\e08f";
}

.im-user-female:before {
  content: "\e090";
}

.im-user-circle:before {
  content: "\e091";
}

.im-users:before {
  content: "\e092";
}

.im-volume:before {
  content: "\e093";
}

.im-volume-off:before {
  content: "\e094";
}

.im-wifi:before {
  content: "\e095";
}

.im-tools:before {
  content: "\e096";
}

.im-dashboard:before {
  content: "\e097";
}

.im-archive:before {
  content: "\e098";
}

.im-save:before {
  content: "\e099";
}

.im-floppy-disk:before {
  content: "\e09a";
}

.im-sitemap:before {
  content: "\e09b";
}

.im-toggle:before {
  content: "\e09c";
}

.im-tag:before {
  content: "\e09d";
}

.im-tags:before {
  content: "\e09e";
}

.im-wizard:before {
  content: "\e09f";
}

.im-book:before {
  content: "\e0a0";
}

.im-fire:before {
  content: "\e0a1";
}

.im-id-card:before {
  content: "\e0a2";
}

.im-note-o:before {
  content: "\e0a3";
}

.im-control-panel:before {
  content: "\e0a4";
}

.im-facebook:before {
  content: "\e0a5";
}

.im-facebook-like:before {
  content: "\e0a6";
}

.im-twitter:before {
  content: "\e0a7";
}

.im-amazon:before {
  content: "\e0a8";
}

.im-android-os:before {
  content: "\e0a9";
}

.im-apple-os:before {
  content: "\e0aa";
}

.im-windows-os:before {
  content: "\e0ab";
}

.im-linux-os:before {
  content: "\e0ac";
}

.im-chrome:before {
  content: "\e0ad";
}

.im-ie:before {
  content: "\e0ae";
}

.im-edge:before {
  content: "\e0af";
}

.im-firefox:before {
  content: "\e0b0";
}

.im-safari:before {
  content: "\e0b1";
}

.im-opera:before {
  content: "\e0b2";
}

.im-behance:before {
  content: "\e0b3";
}

.im-blogger:before {
  content: "\e0b4";
}

.im-flickr:before {
  content: "\e0b5";
}

.im-github:before {
  content: "\e0b6";
}

.im-google-plus:before {
  content: "\e0b7";
}

.im-instagram:before {
  content: "\e0b8";
}

.im-linkedin:before {
  content: "\e0b9";
}

.im-pinterest:before {
  content: "\e0ba";
}

.im-skype:before {
  content: "\e0bb";
}

.im-snapchat:before {
  content: "\e0bc";
}

.im-soundcloud:before {
  content: "\e0bd";
}

.im-stackoverflow:before {
  content: "\e0be";
}

.im-stumbleupon:before {
  content: "\e0bf";
}

.im-tumblr:before {
  content: "\e0c0";
}

.im-xing:before {
  content: "\e0c1";
}

.im-youtube:before {
  content: "\e0c2";
}

.im-reddit:before {
  content: "\e0c3";
}

.im-vimeo:before {
  content: "\e0c4";
}

.im-vk:before {
  content: "\e0c5";
}

.im-whatsapp:before {
  content: "\e0c6";
}

.im-paypal:before {
  content: "\e0c7";
}

.im-twitch:before {
  content: "\e0c8";
}

.im-drop:before {
  content: "\e0c9";
}

.im-sun:before {
  content: "\e0ca";
}

.im-certificate-o:before {
  content: "\e0cb";
}

.im-graduation-hat:before {
  content: "\e0cc";
}

.im-store:before {
  content: "\e0cd";
}

.im-pin:before {
  content: "\e0ce";
}

.im-navigation:before {
  content: "\e0cf";
}

.im-keyboard:before {
  content: "\e0d0";
}

.im-cursor:before {
  content: "\e0d1";
}

.im-monitor-o:before {
  content: "\e0d2";
}

.im-laptop-o:before {
  content: "\e0d3";
}

.im-power:before {
  content: "\e0d4";
}

.im-pie-chart:before {
  content: "\e0d5";
}

.im-line-chart-up:before {
  content: "\e0d6";
}

.im-clock:before {
  content: "\e0d7";
}

.im-flip-chart-o:before {
  content: "\e0d8";
}

.im-gift:before {
  content: "\e0d9";
}

.im-leaf:before {
  content: "\e0da";
}

.im-bug:before {
  content: "\e0db";
}

.im-coffee:before {
  content: "\e0dc";
}

.im-diamond-o:before {
  content: "\e0dd";
}

.im-bell-active:before {
  content: "\e0de";
}

.im-history:before {
  content: "\e0df";
}

.im-gamepad:before {
  content: "\e0e0";
}

.im-binoculars:before {
  content: "\e0e1";
}

.im-paperplane:before {
  content: "\e0e2";
}

.im-wrench:before {
  content: "\e0e3";
}

.im-newspaper-o:before {
  content: "\e0e4";
}

.im-lifebuoy:before {
  content: "\e0e5";
}

.im-fingerprint:before {
  content: "\e0e6";
}

.im-date-o:before {
  content: "\e0e7";
}

.im-network:before {
  content: "\e0e8";
}

.im-target:before {
  content: "\e0e9";
}

.im-user-settings:before {
  content: "\e0ea";
}

.im-radio:before {
  content: "\e0eb";
}

.im-bank:before {
  content: "\e0ec";
}

.im-calculator:before {
  content: "\e0ed";
}

.im-battery-empty:before {
  content: "\e0ee";
}

.im-battery:before {
  content: "\e0ef";
}

.im-battery-full:before {
  content: "\e0f0";
}

.im-check-mark-circle-o:before {
  content: "\e0f1";
}

.im-x-mark-circle-o:before {
  content: "\e0f2";
}

.im-cube:before {
  content: "\e0f3";
}

.im-cubes:before {
  content: "\e0f4";
}

.im-warning-circle:before {
  content: "\e0f5";
}

.im-timer:before {
  content: "\e0f6";
}

.im-hashtag:before {
  content: "\e0f7";
}

.im-pointer:before {
  content: "\e0f8";
}

.im-paintbrush:before {
  content: "\e0f9";
}

.im-server:before {
  content: "\e0fa";
}

.im-car:before {
  content: "\e0fb";
}

.im-edit:before {
  content: "\e0fc";
}

.im-flask:before {
  content: "\e0fd";
}

.im-language:before {
  content: "\e0fe";
}

.im-anchor:before {
  content: "\e0ff";
}

.im-trophy:before {
  content: "\e100";
}

.im-umbrella:before {
  content: "\e101";
}

.im-cc-amex:before {
  content: "\e102";
}

.im-cc-visa:before {
  content: "\e103";
}

.im-cc-mastercard:before {
  content: "\e104";
}

.im-cc-paypal:before {
  content: "\e105";
}

.im-cc-amazon:before {
  content: "\e106";
}

.im-cc-bitcoin:before {
  content: "\e107";
}

.im-direction:before {
  content: "\e108";
}

.im-gift-card:before {
  content: "\e109";
}

.im-newsletter:before {
  content: "\e10a";
}

.im-ribbon:before {
  content: "\e10b";
}

.im-award:before {
  content: "\e10c";
}

.im-first-aid:before {
  content: "\e10d";
}

.im-cookie:before {
  content: "\e10e";
}

.im-data:before {
  content: "\e10f";
}

.im-data-delete:before {
  content: "\e110";
}

.im-data-validate:before {
  content: "\e111";
}

.im-import:before {
  content: "\e112";
}

.im-export:before {
  content: "\e113";
}

.im-reset:before {
  content: "\e114";
}

.im-radar:before {
  content: "\e115";
}

.im-idea:before {
  content: "\e116";
}

.im-pizza:before {
  content: "\e117";
}

.im-truck:before {
  content: "\e118";
}

.im-support:before {
  content: "\e119";
}

.im-color-fan:before {
  content: "\e11a";
}

.im-layer:before {
  content: "\e11b";
}

.im-factory:before {
  content: "\e11c";
}

.im-apartment:before {
  content: "\e11d";
}

.im-plane:before {
  content: "\e11e";
}

.im-headphones:before {
  content: "\e11f";
}

.im-megaphone:before {
  content: "\e120";
}

.im-folder-add:before {
  content: "\e121";
}

.im-barcode:before {
  content: "\e122";
}

.im-accessibility:before {
  content: "\e123";
}

.im-plugin:before {
  content: "\e124";
}

.im-pulse:before {
  content: "\e125";
}

.im-spotify:before {
  content: "\e126";
}

.im-dribbble:before {
  content: "\e127";
}

.im-google-play:before {
  content: "\e128";
}

.im-facebook-messenger:before {
  content: "\e129";
}

.im-wechat:before {
  content: "\e12a";
}

.im-line:before {
  content: "\e12b";
}

.im-git:before {
  content: "\e12c";
}

*:focus, * {
  outline: none !important;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.5px;
}

section {
  padding: 90px 0;
}

.bg-light {
  background-color: #F6F7FB !important;
}

section.tight {
  padding: 30px 0;
}

hr {
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 1;
  border-radius: 2px;
}

.box {
  position: relative;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 30px;
  margin-bottom: 30px;
  background-color: #ffffff;
}

.box.cta {
  border-left: 4px solid #093B7D;
}
.box.cta .button, .box.cta .second-button {
  float: right;
  margin-bottom: -15px;
  margin-right: -15px;
}
.box.cta .button .im, .box.cta .second-button .im {
  margin-top: 2%;
  margin-left: 5px;
}

@media (max-width: 767px) {
  section {
    padding: 30px 0;
  }
  .box {
    padding: 15px;
  }
  .box.cta .button, .box.cta .second-button {
    float: right;
    margin-bottom: 5px;
    margin-right: 5px;
  }
}
.bg-warning {
  background-color: #ff8f02 !important;
}

.bg-success {
  background-color: #38d626 !important;
}

.bg-danger {
  background-color: #E20714 !important;
}

.bg-primary {
  background-color: #093B7D !important;
}

.bg-secondary {
  background-color: #E20714 !important;
}

.bg-third {
  background-color: #00a845 !important;
}

.bg-fourth {
  background-color: #f3c800 !important;
}

.card-header {
  font-weight: 800;
  background-color: transparent;
}

.radius {
  border-radius: 4px;
}

.border {
  border-color: rgba(0, 0, 0, 0.15) !important;
}

h1, h4, .h4, h5, .h5, .h1, h3, .h3, h2, .h2, .big-font {
  margin: 0 0 15px 0;
}

p, .p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  margin: 0 0 15px 0;
  line-height: 1.4;
}

a {
  color: #093B7D;
}

.regular {
  font-size: 20px;
}

.medium {
  font-size: 24px;
}

.small {
  font-size: 14px;
}

.xsmall {
  font-size: 12px;
}

label {
  font-size: 14px;
  font-weight: 700;
  color: #57637A;
  margin-bottom: 0.2rem;
}

h1, h4, .h4, h5, .h5, .h1, h3, .h3, h2, .h2, .big-font {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}

.big-font {
  font-size: 60px;
  line-height: 0.9;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4, h5, .h5 {
  font-size: 20px;
}

i, .italic {
  font-style: italic;
}

.lead {
  font-size: 20px;
  line-height: 1.4;
  color: #57637A;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}

.lighter {
  color: #57637A;
}

.quote {
  padding: 5px 10px;
  border-left: 4px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  h1, h4, .h4, h5, .h5, .h1, .big-font, h2, .h2, h3, .h3 {
    font-size: 30px;
  }
  .big-font {
    font-size: 36px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  h3, .h3, h4, .h4, h5, .h5, .lead {
    font-size: 20px;
  }
  p {
    font-size: 14px;
  }
}
a, a:hover, a:active, a:focus, a:visited, .a {
  color: #093B7D;
  cursor: pointer;
  text-decoration: none;
}

.underline-text {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.navbar-default .navbar-toggle .icon-bar {
  border-radius: 0;
  background-color: #093B7D;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: rgba(0, 0, 0, 0.15);
}

.sidebar {
  position: fixed;
  height: 100%;
  min-height: 100vh;
  left: 0;
  top: 0;
  width: 250px;
  padding: 30px;
  background-color: #F6F7FB;
  border-right: 0px;
  overflow-x: hidden;
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  z-index: 97;
}
.sidebar .logo {
  max-height: 50px;
  max-width: 200px;
  width: auto;
  margin-bottom: 1.5rem;
}
.sidebar a {
  display: block;
  color: #093B7D;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar a:hover, .sidebar a.active {
  opacity: 0.5;
}
.sidebar a.a {
  color: #093B7D;
}
.sidebar a i {
  vertical-align: middle;
  font-size: 14px;
  margin-right: 5px;
}
.sidebar a i.im-angle-up {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.logo {
  max-height: 50px;
  max-width: 200px;
  width: auto;
  margin-bottom: 1.5rem;
}

@media (max-height: 767.95px) {
  .sidebar a {
    margin-bottom: 20px;
  }
}
.main-container {
  padding: 30px 15px 45px 265px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.overlay {
  display: none;
  position: fixed;
  background: #000000;
  opacity: 0.5;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 98;
}
.overlay.show {
  display: block;
}

@media (max-width: 991.95px) {
  .navbar-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 96;
  }
  .sidebar {
    width: 220px;
    padding: 15px;
    left: -220px;
    z-index: 99;
  }
  .sidebar.open {
    left: 0;
  }
  .sidebar .list-group-item {
    padding: 0.4rem;
  }
  .main-container {
    padding: 0px;
    padding-top: 90px;
  }
}
.close-sidebar, .close-sidebar-mob {
  position: absolute;
  top: 10px;
  right: 10px;
}
.close-sidebar .im, .close-sidebar-mob .im {
  font-size: 22px;
}

.open-sidebar {
  position: fixed;
  top: 5px;
  left: 5px;
  z-index: 98;
}
.open-sidebar .im {
  font-size: 22px;
  padding: 5px;
  margin-top: 5px;
}

.open-sidebar-mob {
  position: relative;
  display: none;
  padding: 10px 5px 5px 5px;
  top: 0px;
}
.open-sidebar-mob .im {
  font-size: 22px;
}

.sidebar .close-sidebar-mob {
  display: none;
}

@media (max-width: 991.95px) {
  .open-sidebar-mob {
    display: block;
  }
  .sidebar .close-sidebar-mob {
    display: block;
  }
}
.img-user {
  height: 30px;
  width: 30px;
  vertical-align: middle;
  border-radius: 100%;
  object-fit: cover;
}

a[aria-expanded=false] i.im-angle-up {
  transform: rotate(180deg);
  margin-top: -5px;
}

.dropdown-menu {
  border-radius: 4px;
  border: 0px;
}

.dropdown-menu > li > a {
  padding: 5px 15px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: transparent;
}

.button, .second-button, a.second-button, a.button {
  display: inline-block;
  width: auto;
  cursor: pointer;
  padding: 15px 30px;
  border: 1px solid #093B7D;
  border-radius: 4px;
  background: #093B7D;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button:hover, .second-button:hover, .buttonfocus, a.button:hover, a.buttonfocus {
  color: #ffffff;
  text-decoration: none;
}
.button:active, .second-button:active, a.button:active {
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -o-transform: scale(0.99);
  transform: scale(0.99);
}
.button.small, .small.second-button, a.button.small {
  padding: 5px 10px;
}
.button:disabled, .second-button:disabled, a.button:disabled {
  opacity: 0.4;
  cursor: not-allowed !important;
}
.button:disabled:active, .second-button:disabled:active, a.button:disabled:active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.second-button, a.second-button {
  background: #ffffff;
  color: #093B7D;
  border: 1px solid #093B7D;
}
.second-button:hover, .second-button:focus, a.second-button:hover, a.second-button:focus {
  color: #093B7D;
}

.button.icon-button, .second-button.icon-button {
  text-align: left;
  padding-right: 15px !important;
}
.button.icon-button i, .second-button.icon-button i {
  font-size: 20px;
  margin-top: 1.5%;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .button, .second-button, a.second-button, a.button {
    padding: 7px 15px;
  }
}
input, textarea, input.form-control, select.form-control {
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input.error, textarea.error, input.form-control.error, select.form-control.error {
  border-color: #ff8f02;
}

textarea {
  min-height: 100px;
}

.input-iphone {
  font-size: 16px;
}

::-webkit-input-placeholder {
  color: #57637A;
}

:-moz-placeholder {
  color: #57637A;
}

::-moz-placeholder {
  color: #57637A;
}

:-ms-input-placeholder {
  color: #57637A;
}

::-ms-input-placeholder {
  color: #57637A;
}

.control-group {
  float: left;
}

.control {
  width: 92%;
  font-size: 14px;
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin-bottom: 15px;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.control input, .control textarea {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.control-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #57637A;
  border-radius: 1px;
}

.radio-indicator {
  border-radius: 100%;
}

.control:hover input ~ .control-indicator, .control:hover textarea ~ .control-indicator,
.control input:focus ~ .control-indicator,
.control textarea:focus ~ .control-indicator {
  background: #ffffff;
}

.control input:checked ~ .control-indicator, .control textarea:checked ~ .control-indicator {
  background: #ffffff;
}

.control:hover input:not([disabled]):checked ~ .control-indicator, .control:hover textarea:not([disabled]):checked ~ .control-indicator,
.control input:checked:focus ~ .control-indicator,
.control textarea:checked:focus ~ .control-indicator {
  background: #ffffff;
}

.control-indicator:after {
  position: absolute;
  display: none;
  content: "";
}

.control input:checked ~ .control-indicator:after, .control textarea:checked ~ .control-indicator:after {
  display: block;
}

.control-checkbox .control-indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 1px;
  background: #093B7D;
}

.control-checkbox .control-indicator.radio-indicator:after {
  border-radius: 100%;
}

.select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select select {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.select select::-ms-expand {
  display: none;
}
.select select:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.select-arrow {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 10px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

span.error {
  display: block;
  font-size: 14px;
  color: #ff8f02;
  margin-top: -1rem;
  margin-bottom: 1rem;
}

.input-file-container {
  position: relative;
}

.js .input-file-trigger {
  cursor: pointer;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  font-size: 16px;
  font-weight: normal;
}
.js .input-file-trigger .im {
  vertical-align: text-bottom;
}

.js .input-file {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  max-width: 295px;
  height: 100%;
}

.js .file-return {
  font-style: italic;
  font-weight: bold;
}

.js .file-return:not(:empty):before {
  content: "File selezionato: ";
  font-style: normal;
  font-weight: normal;
}

.upload-button {
  width: 100%;
  padding: 10px;
  border: 2px dashed rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #093B7D;
  text-align: center;
  background-color: #ffffff;
}

.input-group input, .input-group textarea, .input-group button {
  padding: 10px 15px;
}

input.form-control:focus, textarea.form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.15);
}

.form-check {
  min-height: auto;
}

.form-switch {
  display: inline-block;
  vertical-align: middle;
}

.form-switch .form-check-input {
  margin-top: -2px;
  width: 2.2em;
}

.form-switch .form-check-input {
  background-color: #E20714;
  border-color: #E20714;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.form-check-input:checked {
  background-color: #38d626;
  border-color: #38d626;
}

.form-check-input:focus {
  outline: none !important;
  box-shadow: none !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.hidden-input {
  opacity: 0;
  position: absolute;
}

.modal-content {
  background-color: #ffffff;
  border-radius: 4px;
}

.modal-header {
  background-color: #F6F7FB;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom-color: transparent;
}

.tab-content {
  padding: 10px;
}

.nav > li > a:hover {
  background-color: #F6F7FB;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F6F7FB;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #F6F7FB;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 15px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.table > thead > tr > th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.pagination > li > a, .pagination > li > span {
  border: 0;
  color: #093B7D;
  font-weight: 700;
}
.pagination > li > a:hover, .pagination > li > a:active, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:active, .pagination > li > span:focus {
  background-color: transparent;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background: #093B7D;
  border-radius: 4px;
}

/*table.dataTable thead .sorting:after, table.dataTable thead .sorting_desc:after {
  visibility: hidden;
}*/
div.dataTables_wrapper div.dataTables_info {
  font-size: 14px;
  padding-top: 12px;
}

div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter textarea {
  vertical-align: initial;
  margin: 0 5px;
}

div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label {
  font-size: 14px;
}

table#my-texts-revision-table tr:hover, table#my-texts-comparison-table tr:hover {
  background-color: #F6F7FB;
  cursor: pointer;
}

.custom-tooltip + .tooltip > .tooltip-inner {
  background-color: #ffffff;
  font-size: 14px;
}

.tooltip.in {
  opacity: 1 !important;
}

.custom-tooltip + .tooltip.bottom > .tooltip-arrow {
  border-bottom-color: #ffffff;
}

.custom-tooltip + .tooltip.top > .tooltip-arrow {
  border-top-color: #ffffff;
}

.custom-tooltip + .tooltip.right > .tooltip-arrow {
  border-right-color: #ffffff;
}

.custom-tooltip + .tooltip.left > .tooltip-arrow {
  border-left-color: #ffffff;
}

.popover {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.popover-content {
  padding: 5px 10px;
  font-size: 14px;
}

.popover.top > .arrow {
  border-top-color: rgba(0, 0, 0, 0.15);
}

.popover.bottom > .arrow {
  border-bottom-color: rgba(0, 0, 0, 0.15);
}

.popover.left > .arrow {
  border-left-color: rgba(0, 0, 0, 0.15);
}

.popover.right > .arrow {
  border-right-color: rgba(0, 0, 0, 0.15);
}

.well {
  display: block;
  position: relative;
  background-color: #F6F7FB;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px;
}

a.well {
  color: #333333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.well:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  color: #333333;
  text-decoration: none;
}

.card-header {
  padding: 15px;
}
.card-header .im {
  color: #093B7D;
  margin-right: 5px;
}
.card-header .h4.collapsed .im {
  transform: rotate(-90deg);
}

.card-body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
}

.accordion-button:not(.collapsed) {
  color: #333333;
  background-color: #ffffff;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

pre {
  display: inline-block;
}

@media (max-width: 500px) {
  pre {
    font-size: 10px;
  }
}
.badge-success {
  color: #38d626;
  background: #CAFFC2;
}

.badge-warning {
  color: #ff8f02;
  background: #ffeacb;
}

.badge-info {
  color: #6e7b91;
  background: #e4e5f6;
}

.alert-success {
  color: #38d626;
  background: #CAFFC2;
  border: 0px;
}

.alert-warning {
  color: #ff8f02;
  background: #ffeacb;
  border: 0px;
}

.alert-info {
  color: #6e7b91;
  background: #e4e5f6;
  border: 0px;
}

input[type=number], textarea[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, textarea[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
textarea[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin: 0;
  position: relative;
}

@supports (-ms-ime-align: auto) {
  .number-input button {
    display: none;
  }
}
.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #57637A;
  transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number], .number-input textarea[type=number] {
  font-family: "Open Sans", sans-serif;
  max-width: 50px;
  padding: 0;
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px;
  font-size: 24px;
  height: 40px;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
}

.progress-bar {
  background-color: #6e7b91;
  transition-duration: 3s;
  border-radius: 99em;
}

.progress {
  height: 10px;
}

.loader {
  display: flex;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-items: center;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.loader img {
  width: 50px;
  height: auto;
  animation: pulse 1s infinite;
  margin: 0 auto;
  display: table;
  margin-top: 50px;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.handle {
  margin-right: 5px;
  cursor: grab;
  color: #093B7D;
}
.handle i {
  font-size: 12px;
}
.handle .im-arrow-up {
  margin-left: -4px;
}

.mb0 {
  margin-bottom: 0;
}

.mb7 {
  margin-bottom: 7px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt7 {
  margin-top: 7px;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mt45 {
  margin-top: 45px;
}

.mt60 {
  margin-top: 60px;
}

.ml40 {
  margin-left: 40px;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 25px;
}

.w100 {
  display: block;
  width: 100%;
}

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