@font-face {
  font-family: NotoSans;
  src: url(../fonts/NotoSans-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: NotoSans;
  src: url(../fonts/NotoSans-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "NotoSansCondensed";
  src: url(../fonts/NotoSansCondensedMedium.ttf);
  font-stretch: condensed;
}
html {
  font-size: 14px;
  min-height: 100%;
}

body {
  font-family: NotoSans, sans-serif;
  font-size: 1.1428571429rem;
  color: #333;
}

img {
  max-width: 100%;
  max-height: 100%;
}

h1 {
  font-size: 1.7142857143rem;
  white-space: nowrap;
  margin: 0;
}

h2 {
  font-size: 1.7142857143rem;
}

h3, .font-size-lg {
  font-size: 1.4285714286rem;
}

h4, .font-size-md {
  font-size: 1.1428571429rem;
}

h5, .font-size-sm {
  font-size: 1rem;
}

h6, .font-size-xs {
  font-size: 0.8571428571rem;
}

select.is-invalid ~ .select2-container {
  transition: 200ms ease;
  background-image: none;
  border-color: rgba(220, 53, 69, 0.8);
}

.main-layout .main-navigation {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 21.4285714286rem;
  background: #333;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  overflow: auto;
  z-index: 3;
}
.main-layout .main-navigation .brand {
  height: 6.8571428571rem;
  background: #002ea0;
  display: flex;
  justify-content: center;
  padding: 1.0714285714rem;
}
.main-layout .main-navigation .user {
  color: #fff;
  text-align: center;
  margin-bottom: 1.0714285714rem;
}
.main-layout .main-navigation .user a {
  color: #fff;
}
.main-layout .main-navigation .user .main-icon {
  color: #fff;
  font-size: 3.9285714286rem;
  margin-top: 1.0714285714rem;
}
.main-layout .main-navigation nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-layout .main-navigation nav ul ul {
  background: #2b2b2b;
}
.main-layout .main-navigation nav ul ul ul {
  background: #262626;
}
.main-layout .main-navigation nav ul ul ul .nav-item {
  padding: 0.7142857143rem 2.8571428571rem;
}
.main-layout .main-navigation nav > ul > li:not(:last-child) {
  border-bottom: 1px solid #242424;
}
.main-layout .main-navigation nav .nav-item {
  color: #b3b3b3;
  display: block;
  padding: 1.1428571429rem 2.8571428571rem;
}
.main-layout .main-navigation nav .nav-item svg {
  fill: #b3b3b3;
}
.main-layout .main-navigation nav .nav-item:hover, .main-layout .main-navigation nav .nav-item.active {
  text-decoration: none;
  color: #fff;
}
.main-layout .main-navigation nav .nav-item:hover svg, .main-layout .main-navigation nav .nav-item.active svg {
  fill: #fff;
}
.main-layout .main-navigation nav .nav-item:before {
  content: "";
  width: 2.1428571429rem;
  margin-right: 1.0714285714rem;
  display: inline-block;
}
.main-layout .main-navigation nav .nav-item .icon {
  margin-left: -3.2142857143rem;
  display: inline-block;
  width: 2.9285714286rem;
  font-size: 1.4285714286rem;
  line-height: 1.1428571429rem;
}
.main-layout .main-navigation nav .nav-item .icon svg {
  max-width: 24px;
  max-height: 24px;
}
.main-layout .main-navigation nav .nav-item.dropdown {
  color: #b3b3b3;
}
.main-layout .main-navigation nav .nav-item.dropdown:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  float: right;
  transform: rotate(0deg);
}
.main-layout .main-navigation nav .nav-item.dropdown.active, .main-layout .main-navigation nav .nav-item.dropdown[aria-expanded=true] {
  color: #fff;
}
.main-layout .main-navigation nav .nav-item.dropdown.active:after, .main-layout .main-navigation nav .nav-item.dropdown[aria-expanded=true]:after {
  transform: rotate(-180deg);
}
.main-layout .main-navigation nav .nav-item.dropdown.collapsed {
  color: #b3b3b3 !important;
}
.main-layout .main-navigation nav .nav-item.dropdown.collapsed:after {
  transform: rotate(0deg) !important;
}
.main-layout .top-panel {
  position: fixed;
  height: 3.2857142857rem;
  width: 100%;
  padding-left: 21.4285714286rem;
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  z-index: 2;
}
.main-layout .top-panel .header {
  display: flex;
}
.main-layout .top-panel .header .logout {
  margin-left: auto;
}
.main-layout .page-control {
  position: fixed;
  top: 3.2857142857rem;
  height: 3.5714285714rem;
  padding-left: 21.4285714286rem;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  background-color: #fff;
  z-index: 2;
  box-shadow: 20px 9px 11px -8px rgba(0, 0, 0, 0.3);
}
.main-layout .page-control > .container-fluid > .row > .col {
  overflow: hidden;
}
.main-layout .page-control h1 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-layout .page-control .header-controls {
  justify-content: flex-end;
  display: flex;
}
.main-layout .page-control .header-controls .btn {
  background: #F2F2F2;
  margin-left: 0.7142857143rem;
  cursor: pointer;
}
.main-layout .page-control .header-badge {
  margin-left: 15px;
}
.main-layout .main-content {
  width: 100%;
  padding-left: 21.4285714286rem;
  padding-top: 7.9285714286rem;
}
.main-layout #toggleMenu {
  display: none;
  cursor: pointer;
  transition: 300ms ease;
  transform: translateX(0);
  padding: 0 1.1428571429rem;
  margin-left: -1.1428571429rem;
  background: #F2F2F2;
  box-shadow: 0 0 0 10px #F2F2F2;
}

@media (max-width: 1199.98px) {
  .main-layout #toggleMenu {
    display: block;
  }
  .main-layout .main-content {
    padding-left: 0;
  }
  .main-layout .top-panel {
    padding-left: 0;
    background-image: url("../img/logo-small.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
  }
  .main-layout .main-navigation {
    transition: 300ms ease;
    transform: translateX(-21.4285714286rem);
  }
  .main-layout .page-control {
    padding-left: 0;
    box-shadow: 0 9px 11px -8px rgba(0, 0, 0, 0.3);
  }
  .main-layout .page-control .row {
    flex-wrap: nowrap;
  }
  .main-layout.show-menu .main-navigation {
    transform: translateX(0);
  }
  .main-layout.show-menu #toggleMenu {
    transform: translateX(21.4285714286rem);
  }
}
#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: RGBA(0, 0, 0, 0.25);
  z-index: 100000;
}

.loader {
  left: 50%;
  margin-left: -4em;
  font-size: 10px;
  border: 0.8em solid white;
  border-left: 0.8em solid rgb(58, 166, 165);
  animation: spin 1.1s infinite linear;
}

.loader, .loader:after {
  border-radius: 50%;
  width: 12em;
  height: 12em;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10.05em;
}

@keyframes spin {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.transparent {
  background-color: transparent !important;
}

.divider {
  display: flex;
  align-items: center;
}
.divider:before {
  content: "";
  width: 75px;
  height: 1px;
  background: #333;
  margin-right: 5px;
}
.divider:after {
  content: "";
  width: 75px;
  height: 1px;
  background: #333;
  margin-left: 5px;
}

.unstyled {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #333;
}

.btn {
  border-radius: 0.5714285714rem;
  cursor: pointer;
}

.btn-primary {
  color: #fff;
  background-color: #0D2ea0;
  border: 0;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0c2a92;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0c2a92;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0c2a92;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus, .btn-primary:not(:disabled):not(.disabled):active:hover, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active.focus {
  color: #fff;
  background-color: #061750;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #0D2ea0;
}
.btn-primary .badge {
  color: #0D2ea0;
  background-color: #fff;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #ddd;
  border-radius: 50%;
  display: inline-block;
}
.dot.IN_PROCESS {
  background-color: #0073cf;
}
.dot.APPROVED {
  background-color: #a8b400;
}
.dot.REJECTED {
  background-color: #002ea0;
}

.dropdown-item:hover {
  cursor: pointer !important;
}

.modal.show {
  z-index: 10000;
  animation: fade-in-fwd 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  display: flex !important;
  align-items: start;
  padding: 1rem;
}
.modal.show .modal-dialog {
  width: 500px;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.modal .modal-content {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
  padding: 0.7142857143rem;
}
.modal .modal-content .modal-footer {
  border-top: 0;
}
.modal .modal-content .modal-header {
  border-bottom: 0;
}
.modal .modal-content .modal-header .close {
  font-size: 2.8571428571rem;
  font-weight: 100;
  line-height: 1.1428571429rem;
}
.modal .modal-content .modal-header .modal-title {
  font-size: 1.5714285714rem;
  line-height: 1.1428571429rem;
}

.modal-backdrop.show {
  opacity: 0.35;
}

@keyframes fade-in-fwd {
  0% {
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.fade-in-fwd {
  animation: fade-in-fwd 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.datetimepicker {
  z-index: 10001;
}

.card {
  border-radius: 0.7142857143rem;
  border: 0;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 1.0714285714rem;
}
.card .card-header {
  background: transparent;
  border: 0;
}
.card .card-header.header-dark {
  background-color: #404040;
  color: #fff;
}
.card .card-header.header-dark .btn {
  color: #fff;
}
.card .card-header h2 {
  font-weight: bold;
  margin: 0;
}
.card .card-header small {
  min-height: 1.2857142857rem;
  display: block;
}
.card .card-footer.footer-dark {
  background-color: #333;
  border-radius: 0 0 0.7142857143rem 0.7142857143rem;
}
.card .card-footer.footer-dark .nav-pills {
  justify-content: space-between;
}
.card .card-footer.footer-dark .nav-pills .nav-item {
  flex: inherit;
}
.card .card-footer.footer-dark .nav-pills .nav-link {
  background-color: #404040;
  color: #b3b3b3;
  border-radius: 30px;
  margin: 0;
  padding: 5px 25px;
}
.card .card-footer.footer-dark .nav-pills .nav-link.active {
  background-color: #4d4d4d;
  color: #fff;
}
.card .card-body.limited {
  height: 250px;
  overflow: auto;
}

.discount-container {
  border-bottom: 2px solid silver;
  margin-bottom: 15px;
}

.select2-selection, .select2-selection--multiple {
  padding-top: 5px;
}

.select2-container--bootstrap4 .select2-selection {
  border: 2px solid #d9d9d9;
  border-radius: 0.71429rem;
  background-color: transparent;
  padding: 12px 13px 0px;
  min-height: 41px;
}

.select2-container--bootstrap4 .select2-selection--multiple {
  background: transparent;
}

.line-selected-options + .select2 .select2-selection__rendered {
  margin-top: 7.5px;
}
.line-selected-options + .select2 .select2-selection {
  height: 41px;
}
.line-selected-options + .select2 .select2-search__field {
  margin-top: 0;
}

.select2-dropdown .select2-results__option[aria-selected=true] {
  display: flex;
}
.select2-dropdown .select2-results__option[aria-selected=true]:after {
  content: "\f00c";
  margin-left: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: bolder;
}

.select2 {
  cursor: pointer;
  font-size: 13px;
  width: auto !important;
}
.select2 input:disabled {
  box-shadow: none !important;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
  background: transparent;
  cursor: not-allowed;
}

span.select2.select2-container.select2-container--bootstrap4.select2-container--disabled {
  background: #e9ecef;
  z-index: 0;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  width: 100%;
  margin-right: 0;
  border: 0;
  background: #f7f7f7;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice:first-child {
  margin-top: 21px;
}

.select2-dropdown {
  font-size: 13px;
}

.form-group .select2.select2-container {
  padding-top: 0;
}
.form-group .select2 .select2-selection__rendered {
  padding: 0;
}
.form-group .select2 .select2-selection__rendered .select2-search__field {
  background: transparent;
}
.form-group .select2 .select2-selection__rendered .select2-search.select2-search--inline {
  width: 100%;
}

.form-group {
  position: relative;
}
.form-group:not(.chosen-inline) .chosen-container-multi {
  padding-top: 0.7rem;
}
.form-group:not(.chosen-inline) .chosen-container-multi .chosen-choices {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0;
  margin-top: 0.7142857143rem;
  display: flex;
  flex-direction: column;
  max-height: 10.7142857143rem;
  overflow: auto;
}
.form-group:not(.chosen-inline) .chosen-container-multi .chosen-choices .search-choice {
  border: 0;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 0.1428571429rem 0.3571428571rem 0 rgba(0, 0, 0, 0.2);
  margin: 5px;
  padding: 7px;
}
.form-group:not(.chosen-inline) .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  top: 8px;
  right: 6px;
}
.form-group.chosen-inline .chosen-container-multi .chosen-choices {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0;
  margin-bottom: -5px;
}
.form-group.chosen-inline .chosen-container-multi .chosen-choices .search-choice {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-left: 0;
}
.form-group.chosen-inline .chosen-container-multi .chosen-choices .search-choice:not(:nth-last-child(2)):after {
  content: "|";
  position: absolute;
  right: -3px;
}
.form-group .chosen-container .chosen-results::-webkit-scrollbar-track {
  background-color: #F2F2F2;
}
.form-group .chosen-container .chosen-results::-webkit-scrollbar {
  width: 3px;
  background-color: #F2F2F2;
}
.form-group .chosen-container .chosen-results::-webkit-scrollbar-thumb {
  background-color: #333;
}
.form-group .chosen-container .chosen-results li {
  padding: 0.5714285714rem 1.0714285714rem;
}
.form-group .chosen-container .chosen-results li.highlighted {
  background: #333;
}
.form-group .chosen-container.chosen-with-drop .chosen-drop {
  border-radius: 5px;
  box-shadow: 0 0.1428571429rem 0.3571428571rem 0 rgba(0, 0, 0, 0.2);
  left: 0;
  margin-bottom: 1.0714285714rem;
}
.form-group .form-control, .form-group .chosen-container {
  border: 0;
  border: 2px solid #d9d9d9;
  color: #333;
  padding: 1.0714285714rem 1.0714285714rem 0.3571428571rem;
  border-radius: 0.7142857143rem;
  min-height: 3.2142857143rem;
  -webkit-appearance: none;
}
.form-group .form-control::placeholder, .form-group .chosen-container::placeholder {
  color: transparent;
}
.form-group .form-control.is-invalid, .form-group .chosen-container {
  border: 2px solid #bd2130;
}
.form-group .select2 {
  border: 0;
  color: #333;
  padding-top: 8px;
  border-radius: 0.7142857143rem;
  min-height: 3.2142857143rem;
  -webkit-appearance: none;
}
.form-group .select2::placeholder {
  color: transparent;
}
.form-group select.form-control {
  cursor: pointer;
  padding: 0.8571428571rem 0.8571428571rem 0px;
}
.form-group select + .form-control-placeholder {
  cursor: pointer;
}
.form-group textarea {
  padding-top: 20px;
}
.form-group textarea + .form-control-placeholder {
  background: #fff;
  margin: 5px 19px 0 2px;
  border-radius: 10px 10px 0 0;
  padding-top: 0;
  display: block;
  left: 0;
  right: 0;
}
.form-group textarea:disabled + .form-control-placeholder {
  background: #F2F2F2;
}
.form-group .form-control-placeholder {
  position: absolute;
  top: 0.3571428571rem;
  left: 0;
  transition: all 200ms;
  color: #9C9E9F;
  padding: 0.3571428571rem 1.0714285714rem 0rem;
  cursor: text;
  white-space: nowrap;
  z-index: 1;
}
.form-group .form-control:focus + .form-control-placeholder,
.form-group .form-control:not(:placeholder-shown) + .form-control-placeholder,
.form-group .form-control.default-up + .form-control-placeholder,
.form-group .form-control[readonly=readonly] + .form-control-placeholder,
.form-group .default-up.form-control-placeholder,
.form-group .form-control:-webkit-autofill + .form-control-placeholder {
  font-size: 1rem;
  transform: translate3d(0, -8px, 0);
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.2em;
  width: 2em;
  height: calc(1em + 4px);
  border: 0;
  padding: 2px;
  background-color: lightgrey;
  border-radius: 90em;
  display: flex;
  align-items: center;
  transition: background-color 200ms;
  cursor: pointer;
}

input[type=checkbox]::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: white;
  border-radius: 90em;
  transition: transform 200ms;
}

input[type=checkbox]:checked, .fakebox.checked {
  background-color: #0D2ea0;
}

input[type=checkbox]:checked::after {
  transform: translateX(calc(100% - 4px));
}

input[type=checkbox]:focus {
  outline: 1px solid lightblue;
}

.form-check {
  display: flex;
  padding: 0.7142857143rem 0;
  justify-content: space-between;
}

*:disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}

.fakebox {
  font-size: 1.2rem;
  width: 40px;
  height: 24px;
  background-color: lightgrey;
  border-radius: 90rem;
  display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  font-weight: bold;
}
.fakebox:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
}
.fakebox.checked:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #fff;
}

.status:before {
  content: "\f111";
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  color: #9C9E9F;
  font-weight: bold;
}
.status.checked:before {
  color: #37B229;
}

.input-group {
  display: flex;
  flex-wrap: nowrap;
}
.input-group .form-group {
  width: 100%;
}
.input-group .form-group .form-control {
  border-radius: 0;
}
.input-group .form-group:first-child .form-control {
  border-radius: 0.7142857143rem 0 0 0.7142857143rem;
}
.input-group .form-group:last-child:after {
  display: none;
}
.input-group .form-group:last-child .form-control {
  border-radius: 0 0.7142857143rem 0.7142857143rem 0;
}

.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.input-file-label {
  width: 100%;
  background-color: #F2F2F2;
  border: 1px dashed #9C9E9F;
  font-size: 1rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  border-radius: 0.7142857143rem;
  padding: 0.625rem 1.25rem;
}

.info-field {
  border: 0;
  border-bottom: 2px solid #d9d9d9;
  color: #333;
  padding: 0.2857142857rem 0.3571428571rem 0.1428571429rem;
  border-radius: 0;
  min-height: 3.2142857143rem;
  margin-bottom: 0.7142857143rem;
}
.info-field small {
  font-size: 1rem;
  margin-bottom: -5px;
  display: block;
  color: #9C9E9F;
  font-weight: bold;
}
.info-field div {
  font-size: 1rem;
}
.info-field.clickable {
  cursor: pointer;
}

.checkbox-small {
  transform: scale3d(0.85, 0.85, 1);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .container-wrapp {
    padding-bottom: 0;
  }
  input[type=checkbox] {
    width: auto;
    height: auto;
    border: 0;
    padding: 0px;
    background-color: #fff;
    border-radius: 0;
    display: block;
    align-items: unset;
  }
  input[type=checkbox]:checked {
    background: transparent;
  }
  .form-group .form-control-placeholder {
    font-size: 0.8571428571rem !important;
    transform: translate3d(0, -7px, 0) !important;
    z-index: 1;
    left: 0;
  }
  .form-group input:-ms-input-placeholder {
    color: #d9d9d9 !important;
  }
}
.table td, .table th {
  border-top: 0;
}
.table thead th {
  background-color: #F2F2F2;
  border-bottom: 1px solid #333;
}
.table tr.archived td:not(.actions) {
  text-decoration: line-through;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
.table.table-striped tbody tr:nth-of-type(even) {
  background-color: #f7f7f7;
}
.table.table-hover tbody tr:hover {
  background-color: #F2F2F2;
}
.table .link-row {
  cursor: pointer;
}

a.sortable {
  position: relative;
  cursor: pointer;
  color: #212529;
  display: block;
  padding: 0.75rem 1.75rem 0.75rem 0.75rem;
}
a.sortable:after {
  font-family: Font Awesome\ 5 Free;
  content: "\f0dc";
  position: absolute;
  right: 8px;
  color: #999;
  top: 10px;
}
a.sortable:hover {
  text-decoration: none !important;
}
a.sortable:hover:after {
  color: #333;
}
a.sortable.asc:after {
  content: "\f0d8";
}
a.sortable.desc:after {
  content: "\f0d7";
}

form.sortable {
  padding: 0.75rem 1.75rem 0.75rem 0.75rem;
  position: relative;
  cursor: pointer;
}
form.sortable button {
  background: none !important;
  border: none;
  padding: 0 !important;
  font-weight: bold;
  width: 100%;
  text-align: left;
}
form.sortable button:after {
  font-family: Font Awesome\ 5 Free;
  content: "\f0dc";
  position: absolute;
  right: 8px;
  color: #999;
}
form.sortable button:hover:after {
  color: #333;
}
form.sortable button.asc:after {
  content: "\f0d8";
}
form.sortable button.desc:after {
  content: "\f0d7";
}

.table-responsive {
  overflow: auto;
  max-width: 100%;
}

#columns-setting-table {
  width: 100%;
}
#columns-setting-table .ui-sortable-handle input[type=checkbox] {
  margin-left: auto;
}
#columns-setting-table .ui-sortable-helper {
  background: #F2F2F2;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#columns-setting-table .ui-sortable-placeholder {
  visibility: visible !important;
  position: relative;
}
#columns-setting-table .ui-sortable-placeholder td {
  background: #000;
  background: #F2F2F2;
}
#columns-setting-table .ui-sortable-placeholder td:first-child {
  border-radius: 10px 0 0 10px;
}
#columns-setting-table .ui-sortable-placeholder td:last-child {
  border-radius: 0 10px 10px 0;
}
#columns-setting-table td {
  padding: 10px 5px;
}

.form-sort-column {
  cursor: pointer;
}

.form-sort-column i {
  float: right;
  padding-top: 3px;
}

#login {
  background: url("../img/login-bg.jpg") no-repeat center;
  background-size: cover;
  min-height: 100vh;
  font-family: NotoSansCondensed;
  display: flex;
  align-items: center;
}
#login:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
#login .container {
  position: relative;
}
#login .login-card {
  background: #fff;
  padding: 1.4285714286rem;
  border-radius: 2.1428571429rem;
  box-shadow: 0 0 1.0714285714rem 0 #000;
  max-width: 47.8571428571rem;
  min-height: 32.8571428571rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#login .login-card:before {
  content: "";
  width: 35.7142857143rem;
  height: 35.7142857143rem;
  border-radius: 50%;
  background: #002ea0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: inset 0 0 80px 20px rgba(0, 0, 0, 0.5);
  transform: translate(-220px, -20px);
}
#login .login-card .welcome {
  position: relative;
  width: 18.5714285714rem;
  align-self: center;
  padding-left: 1.7857142857rem;
  margin-right: 1.0714285714rem;
  font-size: 1.4285714286rem;
  line-height: 1.7142857143rem;
  color: #fff;
}
#login .login-card .welcome img {
  max-width: 100%;
}
#login .login-card .login-form {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#login .login-card .login-form .main-icon {
  color: #9C9E9F;
  font-size: 6.0714285714rem;
  margin-bottom: 1.0714285714rem;
}
#login .login-card .login-form .form-group input {
  text-align: center;
  border-radius: 3.5714285714rem;
  height: 3.5714285714rem;
  box-shadow: inset 0 -5px 10px 0px rgba(0, 0, 0, 0.1), inset 0 0 0 1000px #F2F2F2;
}
#login .login-card .login-form .form-group label {
  width: 100%;
  left: 0;
  top: 0.5rem;
  font-size: 1.2857142857rem;
  padding-top: 0.7857142857rem;
  cursor: text;
  margin-bottom: 0;
}
#login .login-card .login-form .form-group .form-control:focus + .form-control-placeholder,
#login .login-card .login-form .form-group .form-control:valid + .form-control-placeholder,
#login .login-card .login-form .form-group .form-control:-webkit-autofill + .form-control-placeholder {
  font-size: 0.8571428571rem;
  transform: translate3d(0, -14px, 0);
}
#login .login-card .login-form .login-button {
  border-radius: 3.5714285714rem;
  height: 3.5714285714rem;
  width: 100%;
  background-image: linear-gradient(to left, #00106E, #002ea0);
  color: #fff;
  font-size: 1.2857142857rem;
}
#login .login-card .login-form a {
  text-decoration: underline;
  color: #333;
}
@media (max-width: 991.98px) {
  #login .login-card:before {
    display: none;
  }
  #login .login-card .welcome {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .container-wrapp {
    padding-bottom: 0;
  }
  #login {
    height: 100vh;
  }
  #login .form-group .form-control-placeholder {
    font-size: 0.8571428571rem !important;
    transform: translate3d(0, -14px, 0) !important;
  }
  .login-card {
    height: 32.8571428571rem;
  }
}

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