@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap");
/* Colours */
input:focus, select:focus, textarea:focus {
  outline: #ffa000 !important;
  border-color: #ffa000 !important;
}

body {
  background: #fff;
  color: #080077;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 16px;
}
@media (max-width: 959px) {
  body {
    padding-top: 120px;
  }
}

h1 {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  margin: 0 0 25px;
}

h2 {
  color: #080077;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 25px;
}

h3, h4, h5 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 20px;
}

p {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 0 25px;
}

a {
  color: #080077;
  position: relative;
  text-decoration: none;
}

a:after {
  color: #080077;
  bottom: -1px;
  content: "";
  font-size: 0;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

a:hover {
  color: #080077;
}

.btn {
  border-radius: 20px;
  box-sizing: border-box;
  color: #080077;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  line-height: 36px;
  padding: 0;
  width: 100%;
}

.btn-primary {
  background: #fff;
  border: 2px solid #e5e5e5;
  color: #080077;
  max-width: 160px;
}
.btn-primary:hover {
  background: #080077;
  border: 2px solid #080077;
}

.btn-yellow {
  background: #ffa000;
  border: 2px solid #ffa000;
  color: #fff;
  max-width: 160px;
}
.btn-yellow.wider {
  max-width: 200px;
}
.btn-yellow:hover {
  background: #080077;
  border: 2px solid #080077;
  color: #fff;
}

.btn-red {
  background: #D00000;
  border: 2px solid #D00000;
  color: #fff;
  max-width: 160px;
}
.btn-red:hover {
  background: #080077;
  border: 2px solid #080077;
  color: #fff;
}

.btn-blue-border {
  background: none;
  border: 2px solid #080077;
  color: #080077;
  max-width: 160px;
}
.btn-blue-border:hover {
  background: #080077;
  border: 2px solid #080077;
  color: #fff;
}

.btn-white-border {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  max-width: 160px;
}
.btn-white-border:hover {
  background: #080077;
  border: 2px solid #080077;
  color: #fff;
}

.admin-page {
  padding-left: 300px;
}
@media (max-width: 959px) {
  .admin-page {
    padding-left: 0;
  }
}

.container {
  padding: 0 32px;
  max-width: none !important;
  width: 100%;
}
@media (min-width: 960px) and (max-width: 1300px) {
  .container {
    padding: 0 16px;
  }
}

.skiplink {
  background: red;
  border-radius: 0 0 10px 0;
  color: #fff;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: fixed;
  text-align: center;
  top: 0;
  z-index: 1002;
  width: 200px;
  text-decoration: none !important;
}
.skiplink:hover {
  color: #fff;
}
@media (max-width: 959px) {
  .skiplink {
    border-radius: 0;
    width: 100%;
  }
}

.header-sidebar {
  background: #f1f1f1;
  border-right: 1px solid #e5e5e5;
  color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 300px;
  z-index: 1001;
}
@media (max-width: 959px) {
  .header-sidebar {
    height: 80px;
    left: 0;
    width: 100%;
    top: 40px;
  }
}
.header-sidebar .font-size {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 19px 19px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  height: 54px;
  left: 20px;
  position: absolute;
  top: 60px;
  width: 120px;
}
@media (max-width: 959px) {
  .header-sidebar .font-size {
    border-radius: 100%;
    border: 1px solid #e5e5e5;
    height: 40px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
  }
}
.header-sidebar .font-size a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #080077;
}
.header-sidebar .font-size:hover {
  background: #e5e5e5;
}
.header-sidebar .font-size p {
  font-size: 12px;
  font-weight: 700;
  left: 14px;
  line-height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 959px) {
  .header-sidebar .font-size p {
    display: none;
  }
}
.header-sidebar .font-size img {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 959px) {
  .header-sidebar .font-size img {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.header-sidebar .dark-mode {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 19px 19px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 28px;
  height: 54px;
  line-height: 54px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 60px;
  width: 120px;
}
@media (max-width: 959px) {
  .header-sidebar .dark-mode {
    border-radius: 100%;
    border: 1px solid #e5e5e5;
    height: 40px;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
  }
}
.header-sidebar .dark-mode a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #080077;
}
.header-sidebar .dark-mode:hover {
  background: #e5e5e5;
}
.header-sidebar .dark-mode p {
  font-size: 12px;
  font-weight: 700;
  left: 14px;
  line-height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 959px) {
  .header-sidebar .dark-mode p {
    display: none;
  }
}
.header-sidebar .dark-mode i {
  color: #686868;
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.header-sidebar .logo {
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 100%;
  height: 180px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 140px;
  transform: translateX(-50%);
  width: 180px;
}
@media (max-width: 959px) {
  .header-sidebar .logo {
    height: 60px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
  }
}
.header-sidebar .logo img {
  display: block;
  height: auto;
  left: 50%;
  max-width: 160px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 959px) {
  .header-sidebar .logo img {
    max-width: 50px;
  }
}
.header-sidebar .user {
  position: absolute;
  text-align: center;
  top: 330px;
  width: 100%;
}
@media (max-width: 959px) {
  .header-sidebar .user {
    display: none;
  }
}
.header-sidebar .user p {
  color: #080077;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 15px;
}
.header-sidebar .menu {
  left: 0;
  position: absolute;
  top: 430px;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 959px) {
  .header-sidebar .menu {
    background: #fff;
    height: calc(100% - 80px);
    display: none;
    position: fixed;
    top: 80px;
  }
}
.header-sidebar .menu ul {
  border-top: 1px solid #e5e5e5;
  display: block;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-sidebar .menu li {
  background: #080077;
  border-bottom: 1px solid #080077;
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.header-sidebar .menu li a {
  color: #fff;
  display: block;
  padding: 0 32px;
  text-decoration: none;
}
.header-sidebar .menu li span {
  color: #fff;
  position: absolute;
  right: 32px;
}
.header-sidebar .menu li:hover {
  background: #ffa000;
}
.header-sidebar .menu .user-menu {
  display: none;
}
@media (max-width: 959px) {
  .header-sidebar .menu .user-menu {
    display: block;
  }
}
.header-sidebar .menu-toggle {
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  display: none;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}
@media (max-width: 959px) {
  .header-sidebar .menu-toggle {
    display: block;
  }
}
.header-sidebar .menu-toggle:hover {
  background: #e5e5e5;
}
.header-sidebar .btn-yellow {
  background: #080077;
  border: 2px solid #080077;
  color: #fff;
}
.header-sidebar .btn-yellow:hover {
  background: #ffa000;
  border: 2px solid #ffa000;
  color: #080077;
}

.page-top {
  background: #f1f1f1;
  min-height: 152px;
  padding: 48px 28px;
}
.page-top h1 {
  color: #080077;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 30px;
}

.container-content.container-negative {
  position: relative;
  top: -34px;
}
.container-content.container-negative-large {
  position: relative;
  top: -44px;
}
.container-content .home-box {
  margin-bottom: 24px;
  max-width: 442px;
}
@media (min-width: 960px) and (max-width: 1300px) {
  .container-content .home-box {
    max-width: none;
  }
}
.container-content .home-box .top {
  background: #080077;
  border-radius: 10px 10px 0 0;
  height: 34px;
  line-height: 34px;
}
.container-content .home-box .top h2 {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 34px;
  line-height: 34px;
  margin: 0;
  text-align: center;
}
.container-content .home-box .contents {
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 48px 0 12px;
}
.container-content .home-box .count {
  padding-top: 0;
}
.container-content .home-box .count p {
  color: #080077;
  font-size: 60px;
  font-weight: 700;
  line-height: 62px;
  text-align: center;
}
.container-content .home-box .text {
  text-align: center;
}
.container-content .home-box .text .btn {
  margin-bottom: 12px;
}
.container-content .home-box .reminder h3 {
  color: #080077;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.surround {
  margin-bottom: 24px;
}
@media (min-width: 960px) and (max-width: 1300px) {
  .surround {
    max-width: none;
  }
}
.surround .top {
  background: #080077;
  border-radius: 10px 10px 0 0;
  height: 44px;
  line-height: 44px;
  padding: 0 24px;
}
.surround .top h2 {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 44px;
  line-height: 44px;
  margin: 0;
}
.surround .contents {
  border: 1px solid #f1f1f1;
  border-radius: 0 0 10px 10px;
  padding: 24px;
}

.filters {
  margin-bottom: 24px;
}

.table {
  border: none;
}
.table thead {
  border: none;
}
.table thead th {
  background: #080077;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 44px;
}
.table thead th:first-child {
  border-radius: 19px 0 0 0;
}
.table thead th:last-child {
  border-radius: 0 19px 0 0;
}
.table thead th.alt {
  border-radius: 0;
}
.table thead td, .table thead tr, .table thead th {
  border: none !important;
  border-top: none;
}
.table tbody tr {
  position: relative;
}
.table tbody tr:hover td {
  background: #ffeea0;
}
.table tbody .filler {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
  font-size: 0;
}
.table tbody td {
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  font-weight: 700;
  padding: 11px 20px;
  position: relative;
  vertical-align: middle;
}
.table tbody td:first-child {
  border-left: 1px solid #e5e5e5;
}
.table tbody td:last-child {
  border-right: 1px solid #e5e5e5;
}
.table tbody td a.fill {
  color: #080077;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.table tbody .btn-td {
  padding: 11px 20px;
  width: 200px;
}
.table tbody .btn-td .btn {
  padding: 0 20px;
  text-align: left;
}
.table tbody .btn-td .btn i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.table tfoot td {
  background: #e5e5e5;
  border-radius: 0 0 19px 19px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 44px;
}

.pagination {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination li {
  border-radius: 100%;
  color: #080077;
  display: inline-block;
  font-weight: bold;
  height: 40px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 38px;
  margin: 0 5px;
  text-align: center;
  min-width: 40px;
}
.pagination a {
  color: #080077;
  display: block;
  text-decoration: none;
}
.pagination .page-item.active, .pagination .page-item:hover {
  background: #080077;
  border: 1px solid #080077;
  color: #fff;
}
.pagination .page-item.active a, .pagination .page-item:hover a {
  color: #fff;
}

.form {
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.form .form-group {
  position: relative;
}
.form .form-control {
  border: 1px solid #e5e5e5;
  border-radius: 19px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  width: 100%;
  padding: 0 15px;
  color: #080077;
}
.form textarea.form-control {
  height: 120px;
  padding: 15px;
}
.form .select-wrap {
  background: #fff;
  border-radius: 19px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}
.form .select-wrap select {
  color: #080077;
  appearance: none;
  background: none;
  border: 1px solid #e5e5e5;
  border-radius: 19px;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 38px;
  outline: none;
  padding: 0 40px 0 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
}
.form .select-wrap select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #444;
}
.form .select-wrap select::-ms-expand {
  display: none;
}
.form .select-wrap:after {
  content: "\f107";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  height: 38px;
  line-height: 38px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
  width: 40px;
  z-index: -1;
}
@media screen\0  {
  .form .select-wrap:after {
    width: 40px;
    text-indent: 15px;
    right: 0;
  }
}
.form .select-wrap-multi select {
  font-size: 14px;
  font-weight: bold;
  height: 120px;
  padding: 8px 10px;
}
.form .select-wrap-multi::after {
  display: none;
}
.form .label {
  color: #080077;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  position: relative;
}
.form label {
  font-size: 12px;
  font-weight: 700;
}
.form label input {
  margin-right: 10px;
}
.form .control-checkbox {
  cursor: pointer;
  display: block;
  margin-bottom: 12px;
  padding-left: 35px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.form .control-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form .control-checkbox br {
  display: none;
}
.form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #080077;
}
.form .control-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.form .control-checkbox input:checked ~ .checkmark {
  background-color: #080077;
}
.form .control-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}
.form .control-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.form .control-checkbox .checkmark:after {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.form-alt .form-control {
  border: 1px solid #a0a0a0;
  border-radius: 10px !important;
  box-shadow: none;
}
.form-alt .select-wrap {
  background: #fff;
  border: 1px solid #a0a0a0;
  border-radius: 10px !important;
  box-shadow: none;
}

#tabs {
  background: #080077;
  border: none;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
#tabs .nav-item .nav-link {
  background: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
}
@media (min-width: 960px) and (max-width: 1300px) {
  #tabs .nav-item .nav-link {
    padding: 0 15px;
  }
}
#tabs .nav-item .nav-link.active {
  background: #fff;
  border: 1px solid #f1f1f1;
  color: #080077;
}

.tab-pane {
  border: 1px solid #f1f1f1 !important;
  border-top: none !important;
  border-radius: 0 0 10px 10px;
}

/* Content Styles */
.admin-login {
  background: #fff;
}
.admin-login .login-box {
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 250px;
  left: 50%;
  margin-left: -150px;
  margin-top: -125px;
  padding: 20px;
  position: absolute;
  top: 50%;
  width: 300px;
}
.admin-login .login-error {
  color: #fff;
  background: #D00000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 0 10px #000;
  left: 0;
  padding: 15px;
  position: absolute;
  text-align: center;
  top: 100%;
}
.admin-login .login-error p {
  margin: 0;
}

/* Content Styles */
.message {
  border-radius: 10px;
  color: #fff;
  font-size: 18px !important;
  line-height: 26px;
  margin: 0 0 30px;
  padding: 20px 20px 20px 70px;
  position: relative;
}
.message .btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.message:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 32px;
  font-weight: normal;
  left: 20px;
  position: absolute;
  top: 20px;
}

.message.ok {
  background: #2ecc71;
}

.message.ok:before {
  content: "\f00c";
}

.message.error {
  background: #e74c3c;
}

.message.error:before {
  content: "\f071";
}

.message.info {
  background: #f1f1f1;
  color: #000 !important;
}

.message.info:before {
  content: "\f05a";
}

.messagex {
  color: #fff;
  font-size: 18px !important;
  line-height: 26px;
  margin: 0 0 30px;
  padding: 20px 20px 20px 70px;
  position: relative;
}

.messagex:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 32px;
  left: 20px;
  position: absolute;
  top: 20px;
}

.messagex.info {
  background: #f1f1f1;
  color: #000 !important;
}

.messagex.info:before {
  content: "\f05a";
}

.radio-group label {
  display: block;
  margin: 0 0 4px;
}

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

.note {
  background: #f1f1f1;
  border-radius: 19px;
  margin-bottom: 20px;
  padding: 20px 20px 1px;
}
.note h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #080077;
}
.note.highlighted {
  background: #ffeea0;
}

.notice {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 10px;
}

@media (min-width: 959px) {
  #large .font-size, #large .dark-mode {
    float: none !important;
    width: calc(100% - 40px) !important;
    position: relative !important;
    margin: 0 20px 20px;
    left: auto !important;
    right: auto !important;
  }
  #large .logo {
    top: 200px;
  }
  #large .user {
    top: 400px;
  }
  #large .menu {
    top: 510px;
  }
}
#large .select2-selection--single {
  font-size: 18px !important;
}
#large .select2-selection--single .select2-selection__rendered {
  font-size: 18px !important;
}
#large .select2-dropdown {
  font-size: 18px !important;
}
#large .select2-search__field {
  font-size: 18px !important;
}
#large p {
  font-size: 18px !important;
  line-height: 24px !important;
}
#large .btn {
  font-size: 17px !important;
}
#large .form-control {
  font-size: 18px !important;
}
#large select {
  font-size: 18px !important;
}
#large h2 {
  font-size: 22px !important;
}
#large h3 {
  font-size: 22px !important;
}
#large .count p {
  font-size: 70px !important;
}
#large .menu li {
  font-size: 20px !important;
}
#large table th, #large table td {
  font-size: 20px !important;
}
#large .label, #large label {
  font-size: 18px !important;
}
#large .nav-link {
  font-size: 18px !important;
}

#uploading {
  background: #080077;
  color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  z-index: 100000;
  text-align: center;
}
#uploading i {
  font-size: 100px;
  margin: 0 0 30px;
}
#uploading p {
  text-align: center;
  margin: 0;
}

#ui-datepicker-div {
  z-index: 100000 !important;
}

.conditions-container, .equipment-container, .opento-container, .otherservices-container {
  margin-bottom: 30px;
}
.conditions-container .condition, .conditions-container .equipment, .conditions-container .opento, .conditions-container .otherservices, .equipment-container .condition, .equipment-container .equipment, .equipment-container .opento, .equipment-container .otherservices, .opento-container .condition, .opento-container .equipment, .opento-container .opento, .opento-container .otherservices, .otherservices-container .condition, .otherservices-container .equipment, .otherservices-container .opento, .otherservices-container .otherservices {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.conditions-container .condition p, .conditions-container .equipment p, .conditions-container .opento p, .conditions-container .otherservices p, .equipment-container .condition p, .equipment-container .equipment p, .equipment-container .opento p, .equipment-container .otherservices p, .opento-container .condition p, .opento-container .equipment p, .opento-container .opento p, .opento-container .otherservices p, .otherservices-container .condition p, .otherservices-container .equipment p, .otherservices-container .opento p, .otherservices-container .otherservices p {
  font-size: 16px;
  margin: 0;
}
.conditions-container .condition .delete, .conditions-container .equipment .delete, .conditions-container .opento .delete, .conditions-container .otherservices .delete, .equipment-container .condition .delete, .equipment-container .equipment .delete, .equipment-container .opento .delete, .equipment-container .otherservices .delete, .opento-container .condition .delete, .opento-container .equipment .delete, .opento-container .opento .delete, .opento-container .otherservices .delete, .otherservices-container .condition .delete, .otherservices-container .equipment .delete, .otherservices-container .opento .delete, .otherservices-container .otherservices .delete {
  color: #D00000;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.conditions-add, .equipment-add, .opento-add, .otherservices-add {
  margin-bottom: 30px;
}
.conditions-add .btn, .equipment-add .btn, .opento-add .btn, .otherservices-add .btn {
  width: 90px;
}
.conditions-add .select2-container, .equipment-add .select2-container, .opento-add .select2-container, .otherservices-add .select2-container {
  margin-right: 20px;
}
.conditions-add .select2-container, .equipment-add .select2-container, .opento-add .select2-container, .otherservices-add .select2-container {
  min-width: 400px;
}
.conditions-add .select2-selection--single, .equipment-add .select2-selection--single, .opento-add .select2-selection--single, .otherservices-add .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 19px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  width: 100%;
  padding: 0 15px;
  color: #080077;
  border: 1px solid #a0a0a0;
  border-radius: 10px !important;
  box-shadow: none;
}
.conditions-add .select2-selection--single .select2-selection__rendered, .equipment-add .select2-selection--single .select2-selection__rendered, .opento-add .select2-selection--single .select2-selection__rendered, .otherservices-add .select2-selection--single .select2-selection__rendered {
  color: #080077;
  font-size: 12px;
  height: 38px;
  line-height: 38px;
}
.conditions-add .select2-selection--single .select2-selection__arrow, .equipment-add .select2-selection--single .select2-selection__arrow, .opento-add .select2-selection--single .select2-selection__arrow, .otherservices-add .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 10px;
}
.conditions-add .form-control, .equipment-add .form-control, .opento-add .form-control, .otherservices-add .form-control {
  border: 1px solid #a0a0a0;
  border-radius: 10px;
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 100px;
  margin: 30px 0 20px;
  width: 100%;
  max-width: 500px;
  padding: 15px 15px;
  color: #080077;
}

.form-section-title {
  font-size: 18px !important;
}

input:focus, textarea:focus, select:focus {
  border: 2px solod #ffa000 !important;
}

.messenger-detail .field {
  align-items: start;
  display: flex;
}
.messenger-detail .field h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 0 20px 0 0;
  min-width: 140px;
}
.messenger-detail .field p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.messenger-detail .field ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.messenger-detail .field ul li {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 12px;
}

#dark-mode {
  background: #404142;
}
#dark-mode .header-sidebar {
  background: #262626;
}
#dark-mode .header-sidebar .font-size, #dark-mode .header-sidebar .dark-mode {
  background: #fff;
  border-color: #000;
}
#dark-mode .header-sidebar .font-size a, #dark-mode .header-sidebar .dark-mode a {
  color: #000;
}
#dark-mode .header-sidebar .user p {
  color: #fff;
}
#dark-mode .header-sidebar .menu li {
  background: #000;
  border-bottom: 1px solid #fff;
}
#dark-mode .header-sidebar .btn-yellow, #dark-mode .header-sidebar .btn-blue {
  background: #d7d7d7 !important;
  border-color: #000 !important;
  color: #000 !important;
}
#dark-mode .header-sidebar .btn-yellow:hover, #dark-mode .header-sidebar .btn-blue:hover {
  background: #fff !important;
}
#dark-mode .container h1, #dark-mode .container h2, #dark-mode .container h3, #dark-mode .container h4, #dark-mode .container p, #dark-mode .container a, #dark-mode .container input, #dark-mode .container select {
  color: #fff !important;
}
#dark-mode .container .btn-yellow, #dark-mode .container .btn-blue, #dark-mode .container .btn-blue-border, #dark-mode .container .btn-primary {
  background: #d7d7d7 !important;
  border-color: #000 !important;
  color: #000 !important;
}
#dark-mode .container .btn-yellow:hover, #dark-mode .container .btn-blue:hover, #dark-mode .container .btn-blue-border:hover, #dark-mode .container .btn-primary:hover {
  background: #fff !important;
}
#dark-mode .page-top {
  background: #373839;
}
#dark-mode .home-box .top {
  background: #000;
}
#dark-mode .home-box .contents {
  background: #262626;
}
#dark-mode .form label {
  color: #fff;
}
#dark-mode .form .form-control {
  background: #000;
  color: #fff;
}
#dark-mode .form .select-wrap {
  background: #000;
  border: 1px solid #fff;
}
#dark-mode .form .select-wrap select {
  color: #fff;
}
#dark-mode .form .select-wrap::after {
  color: #fff;
}
#dark-mode .form ::placeholder {
  color: #fff;
  opacity: 1;
}
#dark-mode .form :-ms-input-placeholder {
  color: #fff;
}
#dark-mode .form ::-ms-input-placeholder {
  color: #fff;
}
#dark-mode .table {
  border: none !important;
}
#dark-mode .table thead th {
  background: #000;
  border: none !important;
  color: #fff;
}
#dark-mode .table thead td {
  border: none !important;
}
#dark-mode .table thead tr {
  border: none;
}
#dark-mode .table tbody td {
  background: #262626;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
}
#dark-mode .table tbody td a.fill {
  color: #fff;
}
#dark-mode .table tbody tr:last-child td {
  border-bottom: none !important;
}
#dark-mode .table tfoot td {
  background: #000;
  border: none !important;
  color: #fff;
}
#dark-mode .pagination li {
  color: #fff;
  border: 1px solid #fff;
}
#dark-mode .pagination a {
  color: #fff;
}
#dark-mode .pagination .page-item.active, #dark-mode .pagination .page-item:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
#dark-mode .pagination .page-item.active a, #dark-mode .pagination .page-item:hover a {
  color: #000 !important;
}
#dark-mode .surround .top {
  background: #000;
}
#dark-mode .surround .top h2 {
  color: #fff;
}
#dark-mode .surround .contents {
  background: #262626;
  border: none;
}
#dark-mode #tabs {
  background: #262626;
  border: none;
}
#dark-mode #tabs .nav-item {
  border: none;
}
#dark-mode #tabs .nav-item .nav-link {
  color: #fff;
}
#dark-mode #tabs .nav-item .nav-link.active {
  background: #000;
  border: none;
  color: #fff;
}
#dark-mode .tab-pane {
  background: #262626 !important;
  border: none !important;
}
#dark-mode .note {
  background: #000;
}
#dark-mode .note h3 {
  color: #fff;
}
#dark-mode .note p {
  color: #fff;
}
#dark-mode .note.highlighted {
  background: #4a4a4a;
}
#dark-mode .form {
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
#dark-mode .form .checkmark {
  background: #000;
  border: 1px solid #fff;
}
#dark-mode .form .control-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
#dark-mode .form .control-checkbox input:checked ~ .checkmark {
  background-color: #ffffff;
}
#dark-mode .form .control-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}
#dark-mode .form .control-checkbox input:checked ~ .checkmark:after {
  display: block;
}
#dark-mode .form .control-checkbox .checkmark:after {
  color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#dark-mode .select2-selection--single {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
#dark-mode .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
  height: 38px;
  line-height: 38px;
}
#dark-mode .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 10px;
}
#dark-mode .select2-dropdown {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
#dark-mode .select2-search__field {
  background: #000 !important;
  color: #fff !important;
}
#dark-mode .select2-results__option--highlighted {
  background: #262626 !important;
}

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