@charset "UTF-8";
.display-flex, .input-group .file-change, .input-group .open-file, .image-section, .range-wrapper, .card .card-header, .footer .footer-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hidden {
  display: none;
}

.powered-wrapper .powered-text {
  margin-right: 10px;
}
.powered-wrapper .logo-cms {
  width: 65px;
}

body {
  font-size: 12px;
}

.full-width {
  width: 100% !important;
}

.width-100 {
  width: 100% !important;
}

.width-75 {
  width: 75% !important;
}

.width-50 {
  width: 50% !important;
}

.width-25 {
  width: 25% !important;
}

.tab-content {
  padding: 20px;
  border: 1px solid #dee2e6;
  border-top: none;
}

.nav-custom-pills {
  margin-bottom: 20px;
}
.nav-custom-pills .nav-item .nav-link {
  background: transparent;
  border-bottom: 2px solid;
  border-color: transparent;
  border-radius: 0px;
  transition: all 0.5s ease;
}
.nav-custom-pills .nav-item .nav-link.active, .nav-custom-pills .nav-item .nav-link:hover {
  border-color: black;
}

.input-group-prepend {
  height: 100%;
}

.footer {
  font-size: 12px;
  padding: 10px 1rem;
}
.footer .footer-inline {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.navbar.default-layout {
  box-shadow: 3px 5px 10px #dddddd;
}
.navbar.default-layout .navbar-brand-wrapper {
  border-right: 1px solid #dddddd;
}
.navbar.default-layout .navbar-brand-wrapper .brand-logo-mini img {
  width: auto;
  height: 25px;
}
.navbar.default-layout .navbar-menu-wrapper {
  background: white;
}
.navbar.default-layout .navbar-menu-wrapper .dropdown-item {
  cursor: pointer;
  font-size: 12px;
}
.navbar.default-layout .navbar-menu-wrapper .navbar-toggler {
  color: black;
}
.navbar.default-layout .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
  padding: 10px 0px;
}
.navbar.default-layout .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
  color: black;
}
.navbar.default-layout .navbar-menu-wrapper .navbar-nav .nav-item .nav-link .profile-text {
  margin-right: 5px;
}

.sidebar {
  padding: 15px 0px;
  border-right: 1px solid #dddddd;
}
.sidebar .nav .nav-item .nav-link {
  padding: 10px 15px;
  height: 45px;
  cursor: pointer;
}

.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 0px;
  top: 40px;
}
.sidebar-icon-only .sidebar .nav .nav-item.hover-open .submenu-collapse {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  background: transparent;
  border: none;
  box-shadow: none;
}
.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
  border: 1px solid #dddddd;
  border-left: none;
  height: 40px;
}

.btn-small {
  font-size: 11px;
}

.card .card-header {
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.card .card-body {
  padding: 20px;
}

.card-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
}

.btn-form-wrapper {
  padding: 30px 0px;
}

.btn {
  font-size: 12px;
}

.table tbody td, .table thead th, .table tfoot th {
  height: 20px;
  padding: 5px 15px;
  font-size: 12px;
}
.table tfoot th {
  background: lightgrey;
  border: none;
}
.table .action-wrapper {
  white-space: nowrap;
}
.table .action-wrapper .btn {
  padding: 0.1rem 1rem;
  vertical-align: top;
}

.dataTables_wrapper .dataTables_length select {
  height: 30px;
}
.dataTables_wrapper label, .dataTables_wrapper .dataTables_info {
  font-size: 12px;
}
.dataTables_wrapper .dataTable {
  width: 100% !important;
}
.dataTables_wrapper .dataTable tbody td, .dataTables_wrapper .dataTable thead th {
  height: 20px;
  padding: 5px 15px;
  font-size: 12px;
}

.pagination .page-item .page-link {
  font-size: 12px;
  padding: 5px 15px;
  cursor: pointer;
}

.auth.theme-two .auto-form-wrapper form .form-group .input-group {
  height: 30px;
}

.form-group {
  margin-bottom: 15px;
}
.form-group label {
  font-size: 12px;
  margin-bottom: 0px;
}
.form-group label.valid {
  display: none !important;
}
.form-group .label-help {
  font-size: 12px;
  font-style: italic;
}

.form-control {
  border-color: #dddddd;
  height: 30px;
  padding: 5px 10px !important;
}
.form-control.control-half {
  width: 50%;
}

.input-group > .input-group-append > .input-group-text {
  border-color: #dddddd;
  height: 30px;
}

.select-wrapper {
  width: 50%;
}
.select-wrapper .select2-container {
  display: block;
  width: 100% !important;
}
.select-wrapper .select2-container:nth-child(3) {
  display: none;
}
.select-wrapper .select2-container .select2-search--inline {
  height: 20px;
  line-height: 16px;
  font-size: 12px;
}
.select-wrapper .select2-container .select2-selection {
  border: 1px solid #dddddd;
  height: 30px;
  padding: 5px 10px !important;
}
.select-wrapper .select2-container .select2-selection .select2-selection__rendered {
  height: 20px;
  padding-left: 0px;
  line-height: 18px;
  overflow: unset;
}
.select-wrapper .select2-container .select2-selection .select2-selection__rendered .select2-selection__choice {
  padding: 5px;
  font-size: 10px;
  margin-top: 0px;
  height: 20px;
}

.select-language-wrapper {
  min-width: 125px;
  width: 100%;
}

.select2-container .select2-dropdown .select2-results__option {
  padding: 5px;
  height: 30px;
  font-size: 12px;
  transition: all 0.5s ease;
}
.select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background: #2a72b3;
}

.datepicker table {
  width: 100%;
  font-size: 14px;
}
.datepicker.datepicker-dropdown, .datepicker.datepicker-inline {
  padding: 0px 10px;
  width: 200px;
  font-size: 12px;
  box-shadow: 0px 0px 10px #dddddd;
}
.datepicker.datepicker-dropdown.datepicker-orient-bottom:before, .datepicker.datepicker-dropdown.datepicker-orient-bottom:after, .datepicker.datepicker-dropdown.datepicker-orient-top:before, .datepicker.datepicker-dropdown.datepicker-orient-top:after, .datepicker.datepicker-inline.datepicker-orient-bottom:before, .datepicker.datepicker-inline.datepicker-orient-bottom:after, .datepicker.datepicker-inline.datepicker-orient-top:before, .datepicker.datepicker-inline.datepicker-orient-top:after {
  display: none;
}
.datepicker.datepicker-dropdown .datepicker-days, .datepicker.datepicker-inline .datepicker-days {
  padding: 0px;
}
.datepicker.datepicker-dropdown .datepicker-days table, .datepicker.datepicker-inline .datepicker-days table {
  font-size: 12px;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed, .datepicker.datepicker-inline .datepicker-days table.table-condensed {
  width: 100%;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.datepicker-switch, .datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.dow, .datepicker.datepicker-inline .datepicker-days table.table-condensed thead tr th.datepicker-switch, .datepicker.datepicker-inline .datepicker-days table.table-condensed thead tr th.dow {
  font-size: 12px;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.dow:first-child, .datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.dow:last-child, .datepicker.datepicker-inline .datepicker-days table.table-condensed thead tr th.dow:first-child, .datepicker.datepicker-inline .datepicker-days table.table-condensed thead tr th.dow:last-child {
  text-align: center;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day {
  font-size: 12px;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day:first-child, .datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day:last-child, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day:first-child, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day:last-child {
  text-align: center;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.active:before, .datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.today:before, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day.active:before, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day.today:before {
  width: 30px;
  height: 30px;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.today:before, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day.today:before {
  background: #2a72b3;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.range-start, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.range-start {
  position: relative;
  color: white;
  background: transparent;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.range-start:before, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.range-start:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #2196f3;
  border-radius: 100%;
  display: block;
  margin: auto;
  vertical-align: middle;
  position: absolute;
  top: 1px;
  z-index: -1;
  left: 0;
  right: 0;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.range-end, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.range-end {
  position: relative;
  color: white;
  background: transparent;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.range-end:before, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.range-end:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #19d895;
  border-radius: 100%;
  display: block;
  margin: auto;
  vertical-align: middle;
  position: absolute;
  top: 1px;
  z-index: -1;
  left: 0;
  right: 0;
}
.datepicker.input-group {
  width: 50%;
}
.datepicker.input-group .form-control {
  border: 1px solid #dddddd;
  border-right: none;
}

.range-wrapper {
  align-items: center;
  flex-wrap: nowrap;
  width: 50%;
}
.range-wrapper .date.input-group {
  width: 50%;
}
.range-wrapper .range-separator {
  padding: 10px;
}

.timepicker.input-group {
  width: 50%;
}

.asColorPicker-wrap {
  width: 50%;
}
.asColorPicker-wrap .asColorPicker-trigger {
  padding: 10px 27px;
  border-color: #dddddd;
}

.text-editor-wrapper {
  margin-bottom: 15px;
}

.image-section {
  align-items: center;
}

.image-selector-wrapper {
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  height: 150px;
}
.image-selector-wrapper .btn-upload-file {
  display: none;
}
.image-selector-wrapper .btn-upload {
  cursor: pointer;
  width: 200px;
  height: 150px;
  background: transparent;
  border: 1px solid #dddddd;
}
.image-selector-wrapper .btn-upload .image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.image-selector-wrapper .btn-upload .upload-section {
  font-size: 14px;
  color: #909090;
}
.image-selector-wrapper:hover .image-delete-icon {
  opacity: 1;
  top: -10px;
}
.image-selector-wrapper .image-delete-icon {
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: -10px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff4e4e;
  color: white;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.5s ease;
}

.panel-section-wrapper {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-top: 35px;
}
.panel-section-wrapper .panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background: #eaeaea;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.panel-section-wrapper .panel-header .header-title {
  font-size: 16px;
  margin-bottom: 0px;
  color: #565656;
}
.panel-section-wrapper .panel-header .btn-add-row {
  padding: 7.5px;
}
.panel-section-wrapper .panel-header .btn-add-row .fa {
  font-size: 10px;
  margin-left: 5px;
}
.panel-section-wrapper .panel-list-wrapper {
  padding: 15px;
}
.panel-section-wrapper .panel {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-bottom: 15px;
}
.panel-section-wrapper .panel .panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background: #eaeaea;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.panel-section-wrapper .panel .panel-heading .panel-title h4 {
  color: #565656;
  font-size: 14px;
  margin-bottom: 0px;
}
.panel-section-wrapper .panel .panel-heading .remove-panel {
  font-size: 16px;
  cursor: pointer;
}
.panel-section-wrapper .panel .panel-body {
  padding: 15px;
}

.hide {
  display: none !important;
}

.input-group .file-change, .input-group .open-file {
  cursor: pointer;
  transition: all 0.5s ease;
  color: white;
  padding: 0px 12px;
  align-items: center;
  text-decoration: none;
}
.input-group .file-change {
  background-color: #ff6161;
}
.input-group .open-file {
  background-color: #14aa75;
  margin-left: 15px;
}

.custom-input {
  font-size: 14px;
  display: block;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0px;
}
.custom-input input {
  display: none;
}
.custom-input .checker {
  position: relative;
  margin-right: 10px;
  display: block;
  height: 22.5px;
  width: 22.5px;
  transition: all 0.5s ease;
}
.custom-input .checker:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.custom-input.type-radio .checker {
  background-color: transparent;
  border: 3px solid #eaeaea;
  border-radius: 50%;
}
.custom-input.type-radio .checker:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: black;
  border-radius: 100%;
}
.custom-input.type-radio:hover .checker {
  border-color: black;
}
.custom-input.type-radio input:checked ~ .checker {
  border-color: black;
}
.custom-input.type-radio input:checked ~ .checker:after {
  display: block;
}
.custom-input.type-checkbox .checker {
  background-color: transparent;
  border: 1.5px solid #bbbbbb;
  border-radius: 2px;
  width: 17px;
  height: 17px;
  background: transparent;
}
.custom-input.type-checkbox .checker:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  color: white;
  border-radius: 100%;
}
.custom-input.type-checkbox:hover .checker {
  border-color: #14aa75;
}
.custom-input.type-checkbox input:checked ~ .checker, .custom-input.type-checkbox input.indeterminate ~ .checker {
  border-color: #14aa75;
  background: #14aa75;
}
.custom-input.type-checkbox input:checked ~ .checker:after, .custom-input.type-checkbox input.indeterminate ~ .checker:after {
  display: block;
}
.custom-input.type-checkbox input.indeterminate ~ .checker:after {
  content: "";
}
.custom-input.type-label {
  display: inline-block;
}
.custom-input.type-label .checker {
  display: inline-block;
  background-color: transparent;
  border: 1px solid black;
  padding: 8px;
  color: black;
  min-width: 70px;
  border-radius: 8px;
  width: auto;
  height: auto;
  text-align: center;
}
.custom-input.type-label input:checked ~ .checker {
  color: white;
  background: black;
}
.custom-input.type-pills {
  display: block;
  position: relative;
  height: 20px;
  width: 35px;
}
.custom-input.type-pills .checker {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
  width: auto;
  height: auto;
  border-radius: 20px;
  margin: 0px;
}
.custom-input.type-pills .checker:before {
  background-color: #fff;
  bottom: 2.2px;
  content: "";
  height: 16px;
  left: 3px;
  position: absolute;
  transition: 0.4s;
  width: 16px;
  border-radius: 50%;
}
.custom-input.type-pills input:checked ~ .checker {
  background-color: #2a72b3;
}
.custom-input.type-pills input:checked ~ .checker:before {
  transform: translateX(14px);
}

.amount-wrapper {
  width: 50%;
}
.amount-wrapper .input-group-text {
  border-color: #dddddd;
  height: 30px;
  padding: 5px 15px !important;
  font-size: 12px;
  font-weight: 500;
}

.modal .modal-dialog .modal-content .modal-header, .modal .modal-dialog .modal-content .modal-body, .modal .modal-dialog .modal-content .modal-footer {
  padding: 15px;
}

.modal-md {
  max-width: 650px;
  margin: 30px auto;
}

.nav-custom-pills {
  margin-bottom: 20px;
}
.nav-custom-pills .nav-item .nav-link {
  background: transparent;
  border-bottom: 2px solid;
  border-color: transparent;
  border-radius: 0px;
  transition: all 0.5s ease;
}
.nav-custom-pills .nav-item .nav-link.active, .nav-custom-pills .nav-item .nav-link:hover {
  border-color: black;
}

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