﻿:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: 0.75rem;
}

body {
  margin: 0;
  font-family: sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  background-color: #f2f4f5;
}

/* -------------------------------------------------------- */
/* Scrollable box                                           */
/* -------------------------------------------------------- */
/* width */
.Scrollable-box::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.Scrollable-box::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.Scrollable-box::-webkit-scrollbar-thumb {
  background: #00C5C5;
}

/* Handle on hover */
.Scrollable-box::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.toggle-box {
  padding-top: 0px !important;
}

.toggle-box .box-header {
  padding-top: 20px;
  padding-bottom: 0px;
  border-bottom: 0px;
}

/*.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("/plugins/jQuery-ui/Content/images/ui-icons_444444_256x240.png") !important;
}*/
.no-sort .DataTables_sort_icon {
  display: none !important;
}

.padding-0-bottom {
  padding-bottom: 0px !important;
}

.padding-8-bottom {
  padding-bottom: 8px !important;
}

.padding-0-left {
  padding-left: 0px !important;
}

.padding-0-right {
  padding-right: 0px !important;
}

.padding-4-left {
  padding-left: 4px !important;
}

.padding-4-right {
  padding-right: 4px !important;
}

.padding-8-left {
  padding-left: 8px !important;
}

.padding-8-right {
  padding-right: 8px !important;
}

.padding-16-top {
  padding-top: 16px;
}

.margin-0-bottom {
  margin-bottom: 0px !important;
}

.margin-5-bottom {
  margin-bottom: 5px !important;
}

.margin-8-bottom {
  margin-bottom: 8px;
}

.margin-15-bottom {
  margin-bottom: 15px;
}

.margin-4-top {
  margin-top: 4px;
}

.margin-8-top {
  margin-top: 8px;
}

.margin-12-top {
  margin-top: 12px;
}

.margin-20-top {
  margin-top: 20px;
}

.height-136-min {
  min-height: 136px;
}

.margin-15-right {
  margin-right: 15px;
}

.margin-30-right {
  margin-right: 30px;
}

.content-none:after {
  content: none !important;
}

.note-text {
  font-size: 13px !important;
}

h1 {
  padding-top: 5px;
  font-weight: 600;
  font-family: sans-serif !important;
  font-size: 20px !important;
  text-transform: none;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0px;
}

h2 {
  margin-top: 0px !important;
  font-size: 18px !important;
  color: #00C5C5;
  font-weight: 550;
}

h3 {
  margin-top: 0px !important;
  font-size: 17px !important;
  color: #00C5C5;
  font-weight: 550;
  margin-bottom: 10px;
}

.dashboard-quickStats i {
  color: #00C5C5;
}

.dashboard-quickStats .dashboard-counter {
  color: #00C5C5;
  font-size: 30px;
}

.dashboard-quickStats h2 {
  color: #00C5C5 !important;
}

hr {
  border-top-color: #dadada;
}
hr.primary {
  border-color: #337ab7;
}

.RequiredField {
  font-weight: bolder;
  color: #9d010a;
}

.alert {
  margin-bottom: 0px !important;
}

.alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}

.margin-5-right {
  margin-right: 5px;
}

.margin-10-right {
  margin-right: 10px;
}

.btn-modal:hover {
  cursor: pointer;
}

.btn-column {
  width: 210px !important;
}

.btn-column-single {
  width: 100px !important;
}

.info-column {
  width: 50px !important;
}

.subItem-row {
  display: none;
}

.currency-column {
  width: 150px !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
  background-color: #00c5c5;
  color: #fff !important;
  font-family: sans-serif !important;
  transition: all 0.33s cubic-bezier(0.12, 0.75, 0.4, 1);
  border: none;
}
.btn-primary:hover, .btn-primary:active {
  background-color: #4890b6 !important;
  border: none;
}

.btn-danger {
  background: #dc3545 linear-gradient(180deg, #d04451, #c82333) repeat-x !important;
  border-color: #bd2130;
  color: #fff;
}
.btn-danger:hover {
  background: #dc3545 linear-gradient(180deg, #c3313e, #a71d2b) repeat-x !important;
  border-color: #921925;
  color: #ececec;
}

.btn-info {
  background: none !important;
  background-color: #00c5c5 !important;
  color: #fff !important;
  border: none;
}
.btn-info:hover {
  background-color: #4890b6 !important;
  border: none;
}

.btn-secondary {
  background: #6c757d linear-gradient(180deg, #73797f, #5a6268) repeat-x !important;
  border-color: #545b62;
  color: #fff !important;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #6c757d linear-gradient(180deg, #63686e, #484f53) repeat-x !important;
  border-color: #3c4247;
  color: #ececec;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

#loadingIcon {
  padding: 0px 5px !important;
}

.hidden {
  display: none !important;
}

.page-actions {
  margin-right: 15px;
  margin-top: 20px;
}

form {
  width: 100%;
}

.row {
  padding-bottom: 20px;
}

.form-heading {
  padding-left: 10px;
}

.filedropzone {
  border: 3px dashed #00C5C5;
  background-color: #eee;
  width: 100%;
  padding: 50px;
  text-align: center;
}

.colorpicker {
  border-top-right-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important;
}

.dashboard-icon i.fa-icon {
  width: 75px;
  height: 70px;
  font-size: 37px;
}

.dashboard-chart {
  height: 300px;
}

.dashboard-quickStats {
  font-size: 40px;
}

input[type=checkbox], input[type=radio] {
  box-shadow: none;
}

select::-ms-expand {
  display: none;
}

select.form-control {
  background-color: transparent !important;
  z-index: 999;
}

textarea.form-control {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #495057;
  opacity: 1; /* Firefox */
}

.styled-placeholder::placeholder {
  color: #8e8e8e;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #495057;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #495057;
}

label {
  caret-color: transparent;
}

label.form-control {
  padding-top: 5px !important;
  margin-bottom: 0px;
}

label.lbl_FileUpload {
  border: 1px solid #ced4da !important;
}

label:not(.form-check-label):not(.custom-file-label):not(.form-label) {
  font-weight: 400 !important;
}

.form-label {
  font-weight: bold !important;
  margin-bottom: 0px;
}

.form-label-group {
  position: relative;
}

.form-label-group > input,
.form-label-group > textarea,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
}

input[type=file]::file-selector-button {
  display: none;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.ui-menu-item > div {
  padding: 5px 5px;
  border-bottom: solid 1px #00C5C5;
}
.ui-menu-item > div:hover {
  cursor: pointer;
}
.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
}

.ui-state-hover, .ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}

.ui-menu-divider {
  height: 15px;
}

.ui-menu-divider + li {
  font-weight: bold;
}

.ui-widget-header {
  border: 0px !important;
  background-color: #fff !important;
}

.flip-panel {
  display: none;
}

.sub-item {
  text-indent: 40px;
}

#BigModalWindow .modal-dialog {
  width: 80%;
  max-width: 80%;
}

.modal-dialog {
  height: 100vh !important;
  display: flex;
}

.modal-content {
  margin: auto !important;
  height: fit-content !important;
}

.fa-2x {
  font-size: 17px !important;
}

.tab-details {
  font-size: 9px;
}

.filePreview {
  height: 200px;
}

.expandable:hover {
  cursor: pointer !important;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder, .form-label-group textarea::-ms-input-placeholder {
    color: #777;
  }
}
/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder, .form-label-group textarea:-ms-input-placeholder {
    color: #777;
  }
}
.main-header {
  background-color: #fff;
  border-bottom: none;
  padding: 0.5px;
  position: relative;
  font-weight: 600;
  color: #000;
  margin-left: 0px !important;
  min-height: 45px;
}
.main-header .logo {
  margin-top: 2px;
  padding: 0px 0px 0px 13px;
  height: 40px;
  float: left;
}
.main-header .welcome-msg {
  float: left;
  padding-top: 11px;
  padding-left: 13px;
  color: #00C5C5;
  font-size: 17px;
}

.title-header {
  background-color: #00C5C5;
  padding: 5px 0px;
  border-bottom: 1px solid #e0e0e0;
  color: #ffffff;
  min-height: 45px;
  margin-left: 200px;
}
.title-header .btn-primary {
  background: none !important;
  background-color: #00c5c5 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  font-size: 12px;
  margin-top: 2px;
}
.title-header .btn-danger {
  background: none !important;
  background-color: #00c5c5 !important;
  color: #dc3545 !important;
  border: 1px solid #dc3545;
  font-size: 12px;
  font-weight: 600 !important;
}

.brand-link {
  padding: 0px !important;
}
.brand-link .brand-text {
  color: #6c757d;
  font-weight: bold;
}

#search-system {
  position: absolute;
  right: 235px;
  top: 9px;
  width: 300px;
  z-index: 999;
}

/* -------------------------------------------------------- */
/* Top 'User' Navigation menu                               */
/* -------------------------------------------------------- */
#user-nav {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 20;
  margin: 0;
  min-height: 39px;
  padding: 0px;
  padding-right: 10px;
}
#user-nav a {
  margin-top: 5px;
  color: #ddd;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
}
#user-nav a.urgent {
  color: #c90100;
}
#user-nav a:hover {
  color: #00C5C5;
  cursor: pointer;
}
#user-nav i.fa-icon {
  padding: 12px 10px;
}
#user-nav i.fa-icon:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

#user-nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-right: 1px solid #2e363f;
  border-left: 1px solid #000;
}
#user-nav > ul > li {
  float: left;
  list-style-type: none;
  margin: 0;
  position: relative;
  padding: 0;
  border-left: 1px solid #2e363f;
  border-right: 1px solid #000;
}
#user-nav > ul > li > a {
  padding: 9px 10px;
  display: block;
  font-size: 11px;
  color: #fefefe;
}
#user-nav > ul > li > a :hover {
  color: #ffffff;
  background: #000;
}
#user-nav > ul > li > a :hover > i {
  opacity: 1;
}
#user-nav > ul > li > a > i {
  margin-top: 2px;
}
#user-nav > ul > li > a > .label {
  vertical-align: middle;
  padding: 1px 4px 1px;
  margin: -2px 4px 0;
  display: inline-block;
}
#user-nav > ul > li.open > a {
  color: #ffffff;
  background: #000;
}
#user-nav > ul > li.open > a > i {
  opacity: 1;
}
#user-nav > ul ul > li > a {
  text-align: left;
}

.btn-urgent-item {
  background-color: rgba(201, 1, 0, 0.4) !important;
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
}
.btn-urgent-item:hover {
  background-color: rgba(201, 1, 0, 0.6) !important;
}

/* -------------------------------------------------------- */
/* Side navigation bar                                      */
/* -------------------------------------------------------- */
.main-sidebar {
  top: 45px !important;
  border-right: 2px solid #000;
  background: #2e363f;
  overflow: inherit;
}
.main-sidebar > ul {
  border-bottom: 1px solid #37414b;
  list-style: none;
  margin: 0px 0 0;
  padding: 0;
  position: absolute;
  width: 200px;
}
.main-sidebar > ul li ul {
  display: none;
  margin: 0;
  padding: 0;
  background-color: #1e242b;
}
.main-sidebar > ul li ul li a {
  padding: 10px 0 10px 25px;
  display: block;
  color: #fff !important;
}
.main-sidebar > ul li.open ul {
  display: block;
}
.main-sidebar > ul li ul li:first-child a {
  border-top: 0;
}
.main-sidebar > ul li ul li:last-child a {
  border-bottom: 0;
}
.main-sidebar > ul li ul li a {
  color: #939da8;
}
.main-sidebar > ul li ul li a:hover, .main-sidebar > ul li #sidebar > ul li ul li.active a {
  color: #fff;
  background-color: #00C5C5;
}
.main-sidebar > ul > li {
  border-top: 1px solid #37414b;
  border-bottom: 1px solid #1f262d;
  display: block;
  position: relative;
}
.main-sidebar > ul > li.active {
  background-color: #00C5C5;
  border-bottom: 1px solid #00C5C5;
  border-top: 1px solid #00C5C5;
}
.main-sidebar > ul > li.active a {
  color: #fff;
  text-decoration: none;
}
.main-sidebar > ul > li.active > a {
  background: url("/img/menu-active.png") no-repeat scroll right center transparent !important;
  text-decoration: none;
}
.main-sidebar > ul > li > a {
  padding: 10px 0 10px 15px;
  display: block;
  color: #fff !important;
}
.main-sidebar > ul > li > a:hover {
  background-color: #00C5C5;
  color: #fff;
}
.main-sidebar > ul > li > a > .label {
  background-color: #F66;
  margin: 0 20px 0 0;
  float: right;
  padding: 3px 5px 2px;
}
.main-sidebar > ul > li > a > i {
  margin-right: 10px;
  color: #fff;
}
.main-sidebar li a i {
  margin-top: 2px;
}

/* -------------------------------------------------------- */
/* System search menu                                      */
/* -------------------------------------------------------- */
#search-results {
  display: block;
  top: 37px;
  right: 204px;
  width: 269px;
  left: auto;
  height: 50%;
  overflow: scroll;
  position: absolute;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#search-results a {
  padding: 5px 5px;
  border-bottom: solid 1px #00C5C5;
  display: block;
  color: #000;
}
#search-results a:hover {
  background-color: #00C5C5;
  color: #fff !important;
  text-decoration: none !important;
}
#search-results #btn-removeSearchResults {
  margin: 5px 5px 0px 0px;
  padding: 0px 5px;
}

#breadcrumb {
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
  font-size: 1rem;
  padding: 5px;
  position: relative;
  font-weight: 600;
  color: #000;
}
#breadcrumb a {
  padding: 8px 20px 8px 10px;
  display: inline-block;
  background-image: url(/img/breadcrumb.png);
  background-position: center right;
  background-repeat: no-repeat;
  font-size: 11px;
  color: #666;
}
#breadcrumb a.active {
  color: #337ab7;
}
#breadcrumb a:hover {
  color: #333333;
}
#breadcrumb a:hover i {
  margin-right: 5px;
  opacity: 0.8;
}
#breadcrumb a.current {
  font-weight: bold;
  color: #444444;
}
#breadcrumb a i {
  margin-right: 5px;
  opacity: 0.6;
}

.fadein {
  display: none;
}

.box {
  background-color: #fff;
  margin: 0px !important;
  margin-bottom: 8px !important;
  border: 0px;
  border-radius: 6px;
  padding: 20px;
  padding-bottom: 0px;
}

.box-header {
  padding: 10px 5px;
  margin-bottom: 0;
  font-weight: 700 !important;
  font-size: 14px;
  border-bottom: solid 1px #00C5C5;
}
.box-header a {
  color: #6c757d !important;
  background-color: none;
  text-decoration: none;
}

.box-header-button {
  display: inline-block;
  margin: 0;
  cursor: pointer;
  color: #6c757d !important;
  text-align: center;
  font-size: 10px;
  padding: 0px 10px;
  min-width: 70px;
  text-transform: uppercase;
  border: solid 1px #fff;
}
.box-header-button:hover {
  color: #00C5C5;
  text-decoration: none;
}
.box-header-button.current {
  color: #00C5C5 !important;
}
.box-header-button div {
  padding-top: 5px;
}
.box-header-button span {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  text-transform: none;
  line-height: 1.65em;
  opacity: 1;
  margin-top: 0.05em;
  letter-spacing: 0px;
}

.box-body {
  padding: 0px;
  background-color: #fff;
}

.Scrollable-box {
  overflow-x: scroll;
}

.form-filtering, .tab-bar {
  border: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  background-color: #fff;
  padding: 20px 0px 0px 0px;
  margin-bottom: 8px !important;
  border-bottom: 1px solid #dee2e6;
}

.fc-event-container:hover {
  cursor: pointer;
}

/* -------------------------------------------------------- */
/* Grid tables                                               */
/* -------------------------------------------------------- */
table.grid-table thead tr:first-child th:first-child {
  border-radius: 10px 0 0 0px;
}
table.grid-table thead tr:first-child th:last-child {
  border-radius: 0 10px 0px 0;
}
table.grid-table tbody td {
  vertical-align: middle;
  border-bottom: solid 1px #ddd;
}
table.grid-table thead th {
  border: none;
  padding: 10px 10px;
  background-color: #00c5c5;
  color: #fff;
  text-align: center;
  /* border: 1px solid #333;*/
  font-weight: 500;
}
table.grid-table thead th:hover {
  cursor: pointer;
}
table.grid-table thead th a {
  color: #fff !important;
}

.pagination li {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  border: 1px solid transparent;
}

/* -------------------------------------------------------- */
/* datatables                                               */
/* -------------------------------------------------------- */
.dataTables_length, .dataTables_filter {
  display: none;
}

table.fixed-table {
  table-layout: fixed !important;
}

table.dataTable {
  margin: 0 auto;
  width: 100% !important;
  clear: both;
  word-wrap: break-word;
}
table.dataTable thead th, table.dataTable .highlightRow {
  border: none !important;
  padding: 10px 5px;
  background-color: #00c5c5;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
}
table.dataTable thead th:hover, table.dataTable .highlightRow:hover {
  cursor: pointer;
}
table.dataTable thead th:a, table.dataTable .highlightRow:a {
  color: #fff !important;
}
table.dataTable thead th .big-checkbox ~ label, table.dataTable .highlightRow .big-checkbox ~ label {
  background-color: #fff;
}
table.dataTable tbody td {
  vertical-align: middle;
  border: none !important;
}
table.dataTable tfoot tr :first-child td:first-child {
  border-top: 1px solid #ddd;
}
table.dataTable tfoot tr td:first-child {
  border-left: none;
  border-bottom: none;
  border-top: none;
}
table.dataTable tfoot th {
  border: none !important;
  background-color: #00c5c5;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  vertical-align: central;
  padding-top: 12px;
}

.dataTables_filter input, .dataTables_filter .dataTables_length select {
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  -khtml-border-radius: 5px !important;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.dataTables_filter label, .dataTables_filter .dataTables_length label {
  font-weight: normal;
}
.dataTables_filter > a, .dataTables_filter > a > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.dataTables_paginate {
  border-radius: 4px;
}

table.dataTable .heading-column {
  background-color: #f2f2f2;
}

table.dataTable .sub-column-first {
  border-left: solid 1px #D9D9D9 !important;
  border-bottom: solid 1px #D9D9D9 !important;
  background: #fff;
}

table.dataTable .sub-column-middle {
  border-bottom: solid 1px #D9D9D9 !important;
  background: #fff;
}

table.dataTable .sub-column-last {
  border-right: solid 1px #D9D9D9 !important;
  border-bottom: solid 1px #D9D9D9 !important;
  background: #fff;
}

table.dataTable .border-bottom-0 {
  border-bottom: 0px !important;
}

/* -------------------------------------------------------- */
/* Date Picker                                              */
/* -------------------------------------------------------- */
#ui-datepicker-div {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
}

.ui-datepicker-header {
  border: none;
  border-bottom: solid 1px #00C5C5 !important;
}

.ui-datepicker-calendar {
  border: none;
}

.datepicker, .timepicker {
  text-align: center;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.ui-datepicker-month, .ui-datepicker-year {
  color: #000;
}

select.ui-datepicker-year {
  background-color: #fff;
}

td .ui-state-default {
  text-align: center;
  padding: 0.7em 0;
  margin: 0;
  font-size: 12px;
  color: #000 !important; /* text color */
}
td .ui-state-active {
  background-color: #00C5C5 !important;
  color: #fff !important;
}
td .ui-state-default:hover, td .ui-state-highlight {
  color: #00C5C5 !important;
  background-color: #fff !important;
}

.ui-datepicker {
  width: 23em;
  z-index: 255 !important;
}
.ui-datepicker a {
  color: #eee;
}
.ui-datepicker a:hover {
  color: #00C5C5;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker table th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker table td {
  border: 0;
  padding: 1px;
}
.ui-datepicker table td span, .ui-datepicker table td a {
  display: block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background-color: #fff !important;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 20px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 18px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker-trigger {
  background: none;
  border: none;
}

.ui-datepicker-header {
  margin-top: 5px;
  border: none;
  border-top: 1px solid #000; /* stroke */
  color: #00C5C5; /* text color */
  font-size: 14px;
  font-weight: bold;
  border-radius: 0;
}
.ui-datepicker-header .ui-state-hover {
  cursor: pointer;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* -------------------------------------------------------- */
/* Message Box                                              */
/* -------------------------------------------------------- */
#MessageBox {
  position: relative;
  clear: both;
  width: auto;
  padding: 0px;
  margin: 0px 0px 0px 200px !important;
}
#MessageBox #ErrorMessageBox, #MessageBox #SuccessMessageBox {
  width: 100%;
  padding: 15px 0;
  margin: 0px;
  position: absolute;
  display: none;
  z-index: 999;
}
#MessageBox div.MessageBoxWrap div.MessageBoxContent {
  padding: 0px 20px;
  margin: 0px 0px;
}
#MessageBox div.MessageBoxWrap div.MessageBoxContent span {
  float: left;
  clear: none;
}
#MessageBox div.MessageBoxWrap div.MessageBoxContent span.MessageBoxMessage {
  margin: 1px 10px 0px 10px;
}
#MessageBox div.MessageBoxWrap div.MessageBoxContent .MessageBoxClose {
  float: right;
  clear: none;
}

.booking-box #MessageBox {
  margin: 0px !important;
}

.contentwrapper .input-validation-error, .input-validation-error, .has-error .form-control, label.input-validation-error {
  border: solid #dc3545 1px !important;
}

#ErrorMessageBox {
  color: #a94442;
  background-color: #f2dede;
  border: solid 1px #ebccd1;
  padding: 10px;
}

#SuccessMessageBox {
  color: #3c763d;
  background-color: #dff0d8;
  border: solid 1px #d6e9c6;
}

/* -------------------------------------------------------- */
/* Dropdown context menu                                    */
/* -------------------------------------------------------- */
.dropdown {
  position: relative;
  display: inline-block;
  text-align: right;
}

#navbarResponsive .nav-item, #navbarResponsive .dropdown-item {
  text-align: center;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content-up {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  /* Links inside the dropdown */
}
.dropdown-content-up a, .dropdown-content-up button {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #6c757d;
  font-size: 14px !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-content-up a:hover, .dropdown-content-up button:hover {
  color: #00C5C5 !important;
}
.dropdown-content-up a:click, .dropdown-content-up a:active, .dropdown-content-up button:click, .dropdown-content-up button:active {
  background-color: #fff !important;
}

.dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  /* Links inside the dropdown */
}
.dropdown-content a, .dropdown-content button {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #6c757d !important;
  font-size: 14px !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-content a:hover, .dropdown-content button:hover {
  color: #00C5C5 !important;
}
.dropdown-content a:click, .dropdown-content a:active, .dropdown-content button:click, .dropdown-content button:active {
  background-color: #fff !important;
}

.dropdown-menu {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
  top: 53px !important;
  right: 0px !important;
  left: auto !important;
}
.dropdown-menu ul {
  padding: 0px;
  width: 200px;
}
.dropdown-menu ul li {
  padding: 5px 20px;
  list-style: none;
}
.dropdown-menu ul li a {
  width: 100%;
  display: inline-block;
}
.dropdown-menu .dropdown-heading {
  font-weight: bold;
  border-top: 1px #00C5C5 solid;
  padding-top: 10px;
}
.dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  color: #6c757d !important;
  font-size: 14px !important;
}
.dropdown-menu .dropdown-item:acive {
  background-color: transparent;
}
.dropdown-menu .submenu {
  padding-bottom: 10px;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: inline-block !important;
}

/* -------------------------------------------------------- */
/* Colour picker popup                                      */
/* -------------------------------------------------------- */
.evo-pop {
  background-color: #fff;
  border: solid #337ab7 1px;
  width: 213px;
  margin-top: 2px;
  margin-left: 10px;
}
.evo-pop a {
  color: #23527c;
  text-decoration: underline;
}

/* -------------------------------------------------------- */
/* TABS                                                     */
/* -------------------------------------------------------- */
.tabs {
  margin: 10px 10px 0px 11px;
  padding: 0px;
  list-style: none;
  display: flex;
  width: 100%;
}
.tabs li {
  display: inline-block;
  margin: 0;
  cursor: pointer;
  top: 1px;
  border-width: 1px 1px 0 1px;
  color: #444;
  text-align: center;
  font-size: 12px;
  padding: 15px 20px 10px 20px;
  border: solid 1px #CECECE;
  background-color: #F2F0F0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFCFC), to(#F2F0F0), color-stop(0.5, #FBF9F9), color-stop(0.5, #F7F5F6));
  background-image: -webkit-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
  background-image: -moz-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
  background-image: -o-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
  background-image: -ms-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-left: -1px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.tabs li:hover {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F2F0F0), to(#FDFCFC), color-stop(0.5, #F7F5F6), color-stop(0.5, #FBF9F9));
  background-image: -webkit-linear-gradient(top, #FBF9F9, #FDFCFC 100%);
  background-image: -moz-linear-gradient(top, #FBF9F9, #FDFCFC 100%);
  background-image: -o-linear-gradient(top, #FBF9F9, #FDFCFC 100%);
  background-image: -ms-linear-gradient(top, #FBF9F9, #FDFCFC 100%);
}
.tabs li.current {
  background: #fff;
  border-bottom: solid 1px #fff;
  box-shadow: none;
  border-top: 3px solid #00C5C5;
  color: #00C5C5;
}
.tabs li div {
  padding-top: 5px;
}
.tabs li span {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  text-transform: none;
  line-height: 1.65em;
  opacity: 1;
  margin-top: 0.05em;
  letter-spacing: 0px;
}

.tab-content {
  display: none;
  padding: 18px 24px;
  height: auto;
  border: solid 1px #CECECE;
  margin: -1px 10px 10px 10px;
  -webkit-border-radius: 0 1rem 1rem 1rem;
  -moz-border-radius: 0 1rem 1rem 1rem;
  border-radius: 0 1rem 1rem 1rem;
  width: 100%;
}
.tab-content.current {
  display: inline-table;
}

/* -------------------------------------------------------- */
/* Report styles                                            */
/* -------------------------------------------------------- */
.report-option {
  padding: 10px;
  border: solid 2px #ddd !important;
  text-align: center !important;
  background: white !important;
  box-sizing: border-box !important;
  min-height: 200px;
  margin-bottom: 20px;
}
.report-option:hover, .report-option-selected {
  text-decoration: none;
}
.report-option .report-title {
  font-size: 22px;
  font-weight: bold;
  color: #343a40 !important;
  padding-top: 20px;
}
.report-option .report-logo {
  border: solid 2px #00C5C5 !important;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -khtml-border-radius: 50px;
  padding: 15px 19px;
  display: inline-block;
}
.report-option .report-logo i {
  color: #00C5C5 !important;
}
.report-option .report-details {
  font-size: 14px;
  padding: 10px 5px;
  color: #343a40 !important;
}

/* -------------------------------------------------------- */
/* Calendar                                                 */
/* -------------------------------------------------------- */
#calendar {
  margin: 0 auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#calendar.detailed-calendar .fc-content:hover {
  cursor: pointer;
}

.fc-row {
  height: 120px !important;
}

.fc-content {
  padding: 5px;
}

.fc-content .fc-time {
  display: none;
}

.fc-widget-header {
  background-color: #96908b;
  padding: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0px;
  color: #fff;
  height: 20px !important;
  padding-top: 2px;
}

.fc-unthemed th, fc-unthemed td, fc-unthemed hr, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
  border: none;
}

.fc-day {
  background-color: #fff;
  border: solid 1px #ddd;
  border-collapse: collapse;
}

.fc-other-month {
  background-color: #ededed;
}

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: left;
}

.fc-fri, .fc-thu {
  padding-left: 7px !important;
}

.dashboard-quickStats {
  border: none;
  border-radius: 5px;
  padding: 18px;
  box-shadow: none;
  color: #000 !important;
  font-size: 12px !important;
  font-weight: bold;
  background-color: #fff;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

/* -------------------------------------------------------- */
/* Autocomplete                                             */
/* -------------------------------------------------------- */
.ui-autocomplete .ui-menu-item-wrapper:hover {
  background-color: #00C5C5 !important;
  border-color: #00C5C5;
}

.ui-autocomplete .ui-state-unavailable {
  color: #c6c6c6;
}

.ui-autocomplete .ui-state-unavailable:hover {
  background-color: #fff !important;
  color: #c6c6c6;
  border-color: #00C5C5;
  cursor: default;
}

@media (min-width: 767px) {
  .padding-sm-8-left {
    padding-left: 8px !important;
  }
  .padding-sm-8-right {
    padding-right: 8px !important;
  }
  .col-sm-10p {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    min-width: 12.5%;
  }
}
@media (max-width: 767px) {
  .padding-xs-0-left {
    padding-left: 0px !important;
  }
  .padding-xs-0-right {
    padding-right: 0px !important;
  }
  .padding-xs-10-bottom {
    padding-bottom: 10px;
  }
  h1 {
    text-align: center;
  }
  .title-header {
    padding-left: 0px;
  }
  .main-header {
    text-align: center;
  }
  .navbar-nav .dropdown-menu {
    width: 100%;
    box-shadow: none !important;
  }
  #header {
    text-align: center;
    height: auto;
  }
  #user-nav, #search-system {
    left: auto;
    right: auto;
    top: auto;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
  }
  #search-system {
    width: auto;
    padding: 20px;
  }
  #navbarResponsive .dropdown-menu {
    border: none;
  }
}
@media (min-width: 576px) {
  .margin-md-50-top {
    margin-top: 50px;
  }
  #navbarResponsive .nav-item {
    text-align: right;
  }
}
