@font-face {
  font-family: "aptos-reg";
  src: url("/webfonts/Aptos.ttf") format("truetype");
}
@font-face {
  font-family: "aptos-bold";
  font-weight: bold;
  src: url("/webfonts/Aptos-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "aptos-semibold";
  font-weight: 500;
  src: url("/webfonts/Aptos-SemiBold.ttf") format("truetype");
}
form label {
  color: #545454;
  font-family: "aptos-bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
form input[type=text] {
  height: 38px;
}
form input:read-only {
  background-color: #E9EDF9;
  color: #545454;
}
form input:read-only:focus {
  border: 1px solid #000000;
  background-color: #E9EDF9;
  color: #545454;
  box-shadow: none;
}
form textarea {
  resize: none;
}
form textarea:read-only {
  background-color: #E9EDF9;
  color: #545454;
}
form textarea:read-only:focus {
  border: 1px solid #000000;
  background-color: #E9EDF9;
  color: #545454;
  box-shadow: none;
}
form button, form #submitbutton {
  height: 40px;
}

.button {
  font-size: 14px;
  height: 38px;
  min-width: 115px;
  padding: 5px 12px;
}
.button-green {
  background-color: #14AE5C;
  color: #fff;
}
.button-grey {
  background-color: #ADB4C1;
  color: #000000;
}
.button-red {
  background-color: #EE5766;
  color: #fff;
}
.button-more {
  border: none;
  padding: 0 3px;
}
.button-more i {
  font-size: 14px;
  line-height: 1.2rem;
  color: #545454;
}
.button.show, .button:hover {
  background-color: #545454;
  color: #fff;
}
.button.show i, .button:hover i {
  color: #fff;
}

/*** Modal ***/
.modal-header {
  background-color: #f6f6f6;
  font-family: "aptos-bold", Arial, Helvetica, sans-serif;
  justify-content: space-between;
}
.modal-content {
  border-radius: 0;
}
.modal input,
.modal select,
.modal textarea {
  border: 1px solid #000000;
  border-radius: 0;
}
.modal .nav-tabs {
  background-color: transparent;
  border: 0;
  position: absolute;
  bottom: -36px;
}
.modal .nav-tabs .nav-link {
  color: #545454;
  background-color: #D9D9D9;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  margin-right: 8px;
  min-width: 120px;
}
.modal .nav-tabs .nav-link.active, .modal .nav-tabs .nav-link:hover {
  color: #000000;
  background-color: #fff;
}

.error {
  color: #ff3333;
}

/*** Menu ***/
header nav {
  display: flex;
}

.menu-list {
  border-bottom: 1px solid #545454;
}
.menu-list li {
  border-top: 1px solid #545454;
  align-items: center;
  display: flex;
  padding: 0 15px;
  position: relative;
}
.menu-list li .nav-link {
  color: #000000;
  font-size: 13px;
  line-height: 1rem;
  display: flex;
  align-items: center;
  padding: 12px 0;
  width: 100%;
}
.menu-list li .nav-link i {
  font-size: 20px;
  margin-right: 8px;
}
.menu-list li .nav-link.active, .menu-list li .nav-link:hover {
  color: #545454;
}
.menu-list .dropdown {
  display: block;
  padding: 0;
}
.menu-list .dropdown .nav-link {
  padding: 12px 15px;
}
.menu-list .dropdown-menu {
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.menu-list .dropdown-menu .dropdown-item {
  padding: 10px 15px;
}

.navbar-toggler {
  margin-right: 15px;
}

@media only screen and (min-width: 1200px) {
  .menu-list {
    border: none;
  }
  .menu-list li {
    border: none;
    padding: 0 12px;
  }
  .menu-list li .nav-link {
    font-size: 11px;
    max-width: 140px;
    padding: 0;
  }
  .menu-list .dropdown {
    padding: 0 12px;
  }
  .menu-list .dropdown .nav-link {
    padding: 0;
  }
  .menu-list .dropdown-menu {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 1300px) {
  .menu-list li {
    padding: 0 15px;
  }
  .menu-list li .nav-link {
    font-size: 13px;
  }
  .menu-list .dropdown {
    padding: 0 16px;
  }
  .menu-list .dropdown-menu {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
}
.poweredby {
  bottom: 15px;
  left: 0;
  right: 0;
}

/*** Login ***/
.login-wrapper {
  box-shadow: 0 4px 40px 10px rgba(0, 0, 0, 0.15);
  max-width: 960px;
  height: 546px;
  width: 100%;
}

.login-page {
  background-color: #E9EDF9;
  position: relative;
}

.login-logo {
  padding-left: 5px;
}
.login-logo img {
  height: 40px;
  width: 80px;
}

.login-banner {
  background: transparent url("../images/login-banner.jpg") no-repeat right bottom;
  background-size: cover;
  height: 100%;
  width: 50%;
  position: relative;
}
.login-banner .login-header {
  position: absolute;
  top: 20px;
  left: 20px;
}
.login-banner .login-content {
  max-width: 305px;
}
.login-banner .login-content h3 {
  font-size: 16px;
  text-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
}
.login-banner .login-content h2 {
  text-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
  font-size: 40px;
}
.login-banner .login-content p {
  font-size: 12px;
  text-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
  max-width: 190px;
}

.login-form {
  background-color: #fff;
  width: 50%;
}
.login-form h2 {
  color: #EE5766;
  font-size: 26px;
}
.login-form p {
  color: #ADB4C1;
  font-size: 12px;
}
.login-form form {
  margin: auto;
  width: 50%;
}
.login-form form input.text-field {
  background-color: #f6f6f6;
  border-left: 4px solid #EE5766;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.login-mobile {
  display: none;
}

@media only screen and (max-width: 960px) {
  .login-banner {
    display: none;
  }
  .login-mobile {
    display: flex;
  }
  .login-wrapper {
    width: 90%;
  }
  .login-form {
    width: 100%;
  }
}
/*** Logged In ***/
.logo {
  padding-left: 15px;
  height: 53px;
  width: 100px;
  text-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
}

/*** Search bar ***/
.search-filter > i {
  color: #545454;
  font-size: 22px;
  margin: 0 5px;
}
.search-filter .search-bar {
  margin-right: 10px;
}
.search-filter .search-bar input.text-field {
  background-color: #f6f6f6;
  border-left: 4px solid #EE5766;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.form-group-header {
  color: #545454;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #545454;
  padding-bottom: 5px;
}

/*** Tabs ***/
.content {
  padding: 0 15px;
}
.content .nav {
  position: relative;
  z-index: 2;
}
.content .nav-tabs {
  border-bottom: 0;
}
.content .nav-tabs .nav-link {
  color: #000000;
  background-color: #C1C1C1;
  border-radius: 0;
  font-size: 14px;
  margin-right: 8px;
  min-width: 135px;
}
.content .nav-tabs .nav-link:first-child {
  margin-left: 15px;
}
.content .nav-tabs .nav-link.active, .content .nav-tabs .nav-link:hover {
  background-color: #fff;
}
.content .tab-content {
  background-color: #fff;
  -moz-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  -o-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  -ms-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  padding: 1rem;
  position: relative;
  z-index: 1;
}
.content .table th,
.content .table td {
  border: none;
  font-size: 15px;
  padding: 0.8rem 0.5rem;
}
.content .table > thead > tr > th {
  background-color: #E6E6E6;
}
.content .table > tbody > tr:nth-child(odd) > td {
  background-color: #fff;
}
.content .table > tbody > tr:nth-child(even) > td {
  background-color: #E6E6E6;
}
.content .table > tbody > tr:hover > td {
  background-color: #E9EDF9;
}

.dropdown-menu {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 0;
  padding: 10px 0;
}
.dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
.dropdown-menu li:hover a {
  display: block;
  background-color: #C1C1C1;
}
.dropdown-divider {
  width: 100%;
  border-bottom: #E6E6E6;
}

tfoot input, tfoot select {
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
}

.dt-search {
  display: none;
}

.dt-container .dt-layout-table .dt-scroll {
  display: flex;
  flex-direction: column;
}
.dt-container .dt-layout-table .dt-scroll .dt-scroll-head {
  order: 1;
}
.dt-container .dt-layout-table .dt-scroll .dt-scroll-body {
  order: 3;
}
.dt-container .dt-layout-table .dt-scroll .dt-scroll-foot {
  order: 2;
}
.dt-container .dt-layout-table .dt-scroll .dt-scroll-foot th {
  background-color: #f6f6f6;
  padding-top: 5px;
  padding-bottom: 5px;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  position: fixed;
  z-index: 99999;
  right: 30px;
  bottom: 30px;
}
#snackbar.success {
  background-color: #14AE5C;
}
#snackbar.error {
  background-color: #EE5766;
}
#snackbar.warning {
  color: #545454;
  background-color: #FEF200;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.site-loading {
  border-width: 5px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.site-loading.clockwise {
  width: 140px;
  height: 140px;
  margin-left: -70px;
  margin-top: -70px;
  border-color: #EE5766 transparent #EE5766;
  animation: clockwise 1000ms linear infinite;
}
.site-loading.counter-clockwise {
  width: 150px;
  height: 150px;
  margin-left: -75px;
  margin-top: -75px;
  border-color: transparent #EE5766 transparent;
  animation: counter-clockwise 1000ms linear infinite;
}

@keyframes clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.pill {
  display: inline-block;
  padding: 2px 5px;
}

.text-xs {
  font-size: 12px;
}
.text-sm {
  font-size: 14px;
}
.text-black {
  color: #000000;
}
.text-red {
  color: #EE5766;
}
.text-green {
  color: #14AE5C;
}

.bg-red {
  background-color: #EE5766 !important;
}
.bg-grey {
  background-color: #C1C1C1;
}
.bg-yellow {
  background-color: #FEF200;
}
.bg-orange {
  background-color: #ff6600;
}
.bg-purple {
  background-color: #800080;
}
.bg-green {
  background-color: #14AE5C;
}
.bg-blue {
  background-color: #6699FF;
}

.repeater-delete-row i {
  color: #EE5766;
  cursor: pointer;
  font-size: 20px;
  margin-top: 7px;
}
.repeater-delete-row.single i {
  display: none;
}

.repeater-add {
  text-align: right;
}
.repeater-add a {
  text-decoration: none;
}

.repeater-container.single .repeater-delete-row i {
  display: none;
}

html, body {
  font-family: "aptos-reg", Arial, Helvetica, sans-serif;
  height: 100%;
  width: 100%;
  margin: 0;
}

h1 {
  font-size: 32px;
  font-family: "aptos-semibold", Arial, Helvetica, sans-serif;
}
