body {
  line-height: 1.2;
}
.alert {
  font-size: 12px;
  z-index: 9999;
  border-radius: 0;
}
.close {
  font-size: 16px;
}
/*--------------------------------------------------------
Form Elements
---------------------------------------------------------*/
.form-group.required label {
  position: relative;
}
.form-group.required label:not(.error):after {
  content: '*';
}
.form-group.disabled .select2-container {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.form-group.disabled .select2-container .select2-selection--single,
.form-group.disabled .select2-container .select2-selection--multiple {
  cursor: not-allowed;
}
@media only screen and (max-width: 767px) {
  .form-group.hide-border-small,
  .form-group .hide-border-small {
    border: none !important;
    margin-bottom: 0;
  }
  .form-group.hide-border-small .select2-selection--single,
  .form-group .hide-border-small .select2-selection--single,
  .form-group.hide-border-small .select2-selection--multiple,
  .form-group .hide-border-small .select2-selection--multiple {
    border: none !important;
  }
}
.form-group.description-group {
  font-size: 12px;
  padding-bottom: 5px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .form-group.description-group {
    text-align: left;
  }
}
.form-group label,
.form-group .label-fake {
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
}
.form-group label.form-text,
.form-group .label-fake.form-text {
  margin-top: 0;
}
.form-group .label-fake {
  display: block;
}
.form-group input[type="text"].form-control,
.form-group input[type="password"].form-control {
  padding: 21px 0 20px 0;
}
.form-group textarea.form-control {
  height: 150px !important;
  padding: 0.375rem 0;
}
.form-group .form-control {
  border: none;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
}
.form-group .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}
.form-group .select2-selection--single,
.form-group .select2-selection--multiple {
  border: none !important;
}
.form-group .select2-selection--single .select2-selection__rendered,
.form-group .select2-selection--multiple .select2-selection__rendered {
  padding: 11px 30px 11px 0 !important;
}
.form-group .select2-selection--multiple {
  margin-top: 2px;
}
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/*--------------------------------------------------------
Form Elements - Tags Input
---------------------------------------------------------*/
.bootstrap-tagsinput {
  border-radius: 0;
  display: inline-block;
  padding: 13px 6px;
  margin-bottom: 0;
  vertical-align: middle;
  width: 100%;
  line-height: 22px;
}
.bootstrap-tagsinput input {
  display: inline-block;
  font-size: 14px;
}
/*--------------------------------------------------------
Form Elements - Checkboxes
---------------------------------------------------------*/
.form-group.checkbox-group .checkbox {
  margin: 11px 0;
}
.checkbox,
.radio {
  position: relative;
  cursor: pointer;
}
.checkbox::-moz-selection,
.radio::-moz-selection {
  background: transparent;
}
.checkbox::selection,
.radio::selection {
  background: transparent;
}
.checkbox input + span,
.radio input + span {
  content: "";
  display: inline-block;
  padding: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.checkbox input + span::after,
.radio input + span::after {
  content: "";
  display: block;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.checkbox input:checked + span::after,
.radio input:checked + span::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.checkbox input,
.radio input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}
.checkbox input + span {
  border-radius: 0;
}
.checkbox input + span::after {
  width: 24px;
  height: 24px;
  content: '\2714';
  font-size: 20px;
}
.radio input + span {
  border-radius: 100%;
}
.radio input + span:after {
  border-radius: 100%;
  margin: 0.65em;
  width: 0.75em;
  height: 0.75em;
}
.radio input:checked + span::after {
  background: black;
}
/*--------------------------------------------------------
Select2
---------------------------------------------------------*/
.select2-container {
  width: auto !important;
}
.select2-container--default .select2-selection--single {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  height: 43px;
}
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:active {
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 18px;
  padding-right: 30px;
  line-height: 43px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  margin-top: -12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  height: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  top: 0;
  width: 0;
  font-size: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  padding-top: 4px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
}
.select2-container--default .select2-search__field {
  border: none !important;
}
.select2-container--boxed {
  display: block;
}
.select2-container--boxed .select2-selection--single,
.select2-container--boxed .select2-selection--multiple {
  height: auto;
  outline: none;
}
.select2-container--boxed .select2-selection--single .select2-selection__rendered,
.select2-container--boxed .select2-selection--multiple .select2-selection__rendered {
  padding: 11px 30px 11px 14px;
  width: 100%;
  white-space: normal;
  display: block;
}
.select2-container--boxed .select2-selection--single .select2-selection__rendered li,
.select2-container--boxed .select2-selection--multiple .select2-selection__rendered li {
  display: inline-block;
}
.select2-container--boxed .select2-selection--single .select2-selection__rendered li:not(.select2-search--inline),
.select2-container--boxed .select2-selection--multiple .select2-selection__rendered li:not(.select2-search--inline) {
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 2px;
}
.select2-container--boxed .select2-selection--single .select2-selection__rendered li:not(.select2-search--inline):not(:last-child),
.select2-container--boxed .select2-selection--multiple .select2-selection__rendered li:not(.select2-search--inline):not(:last-child) {
  margin-right: 5px;
}
.select2-container--boxed .select2-selection--single .select2-selection__rendered li:not(.select2-search--inline) .select2-selection__choice__remove,
.select2-container--boxed .select2-selection--multiple .select2-selection__rendered li:not(.select2-search--inline) .select2-selection__choice__remove {
  padding-right: 1px;
}
.select2-container--boxed .select2-selection--single .select2-selection__rendered li.select2-search--inline,
.select2-container--boxed .select2-selection--multiple .select2-selection__rendered li.select2-search--inline {
  float: none;
}
.select2-container--boxed .select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
.select2-container--boxed .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 300;
}
.select2-container--boxed .select2-selection--single .select2-selection__rendered .select2-search--inline .select2-search__field,
.select2-container--boxed .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
  margin-top: 0;
  font-size: 18px;
}
.select2-container--boxed .select2-selection--single .select2-selection__arrow,
.select2-container--boxed .select2-selection--multiple .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 20px;
  text-align: right;
  margin-top: -11px;
}
.select2-container--boxed .select2-selection--single .select2-selection__arrow b,
.select2-container--boxed .select2-selection--multiple .select2-selection__arrow b {
  border: none;
  height: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  top: 0;
  width: 0;
  font-size: 12px;
}
.select2-container--boxed .select2-selection--single .select2-selection__arrow b:after,
.select2-container--boxed .select2-selection--multiple .select2-selection__arrow b:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  padding-top: 4px;
}
.select2-container--boxed .select2-selection--single .select2-selection__placeholder {
  line-height: 0.9;
}
.select2-container--boxed .select2-selection--multiple {
  position: relative;
}
.select2-container--boxed .select2-selection--multiple .select2-selection__rendered {
  padding: 10px 30px 10px 14px;
  line-height: 1;
}
.select2-container--boxed .select2-selection--multiple:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -6px;
  font-size: 12px;
  width: 20px;
  height: 100%;
  text-align: right;
}
.select2-container--boxed.select2-container--open .select2-selection--multiple:after {
  content: "\f077";
}
.select2-container--boxed.select2-container--open .select2-selection--single .select2-selection__arrow b:after,
.select2-container--boxed.select2-container--open .select2-selection--multiple .select2-selection__arrow b:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
}
.select2-container--boxed .select2-search--dropdown {
  padding: 11px 14px 0 14px;
}
.select2-container--boxed .select2-search--dropdown .select2-search__field {
  border: none !important;
}
.select2-container--boxed .select2-results__options {
  font-size: 18px;
  max-height: 200px;
}
.select2-container--boxed .select2-results__options .select2-results__message,
.select2-container--boxed .select2-results__options .select2-results__option[aria-selected] {
  padding: 11px 30px 11px 14px;
}
/*--------------------------------------------------------
Bootstrap Colors
---------------------------------------------------------*/
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active {
  outline: none !important;
  box-shadow: none !important;
}
/*--------------------------------------------------------
Buttons
---------------------------------------------------------*/
.btn {
  border-radius: 0;
  line-height: 48px;
  padding: 1px 22px 0 22px;
}
.btn.small-height {
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
/*--------------------------------------------------------
Bootstrap Badges
---------------------------------------------------------*/
.badge {
  border-radius: 2px;
  padding: 5px 10px;
  font-weight: 400;
}
.badge.badge-large {
  font-size: 16px;
  padding: 10px;
}
/*--------------------------------------------------------
Bootstrap Tabs
---------------------------------------------------------*/
.nav-tabs {
  border-bottom: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .nav-tabs .nav-item:not(:first-child) {
    margin-left: 15px;
  }
  .nav-tabs .nav-item.item-right {
    position: absolute;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .nav-tabs .nav-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.nav-tabs .nav-item .nav-link {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tab-content {
  margin-top: 30px;
}
/*--------------------------------------------------------
HR
---------------------------------------------------------*/
.note-editor.note-frame {
  border-radius: 0;
}
.note-editor .note-toolbar > .note-btn-group {
  margin-top: 0;
  margin-right: 0;
}
/*--------------------------------------------------------
Modal
---------------------------------------------------------*/
.modal.stick-up .modal-dialog {
  margin: 0 auto;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
}
/*--------------------------------------------------------
Cards
---------------------------------------------------------*/
.card .card-header .card-title {
  margin-bottom: 0;
}
/*--------------------------------------------------------
Datepicker
---------------------------------------------------------*/
.datepicker {
  border-radius: 0;
}
.datepicker-dropdown {
  border-radius: 0;
  padding: 20px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  border-top: none;
}
/*--------------------------------------------------------
Timepicker
---------------------------------------------------------*/
.bootstrap-timepicker-widget table td input {
  width: 66px;
  border-radius: 0;
}
.bootstrap-timepicker-widget.dropdown-menu {
  border-radius: 0;
  z-index: 9999;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  border-bottom: none;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  border-top: none;
}
/*--------------------------------------------------------
Datatable
---------------------------------------------------------*/
.table {
  margin-bottom: 0;
}
.table tr td {
  border: none;
}
.table.table-hover tbody tr td .row-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.table.table-hover tbody tr td .row-label {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
}
.table.table-condensed thead tr th {
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table.table-condensed tbody tr td {
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table.child {
  margin-bottom: 0;
}
.table.child tr td {
  border: none;
}
.dataTables_wrapper {
  min-height: 95px;
}
.dataTables_wrapper a {
  text-decoration: underline;
}
.dataTables_wrapper a:hover {
  text-decoration: underline;
}
.dataTables_info {
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
}
.dataTables_info b {
  font-weight: normal;
}
.dataTables_paginate {
  text-align: right;
  padding-right: 30px;
  margin-bottom: 30px;
}
.dataTables_paginate span {
  padding: 0 5px;
  line-height: 20px;
  display: inline-block;
}
.dataTables_paginate a {
  padding: 0 5px;
  line-height: 20px;
  cursor: pointer;
  display: inline-block;
}
.dataTables_paginate a.previous,
.dataTables_paginate a.next {
  padding: 0 12px;
  line-height: 30px;
  margin: 0 5px;
}
.dataTables_empty {
  text-align: center;
}
.dataTables_processing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.dataTables_processing .table-loader {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.box-body.no-gutters .table tbody td:first-child {
  padding-left: 30px;
}
.box-body.no-gutters .table tbody td:last-child {
  padding-right: 30px;
}
/*# sourceMappingURL=Overwrites.css.map */