@import "fonts/opensans.css";
body {
  font-family: "Open Sans", sans-serif !important;
  overflow: hidden;
  font-size: 16px;
  color: #212529;
  padding: 0;
  margin: 0;
}

html {
  padding: 0;
  margin: 0;
}

.has-error {
  color: #E06666;
}
.has-error i {
  display: inline !important;
}

.has-error-li {
  color: #E06666;
}

.CMS_Loading {
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    -moz-opacity: 0;
  }
  to {
    -moz-opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    filter: alpha(opacity=10);
  }
  to {
    filter: alpha(opacity=100);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    -moz-opacity: 1;
  }
  to {
    -moz-opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  from {
    filter: alpha(opacity=10);
  }
  to {
    filter: alpha(opacity=100);
  }
}
@keyframes loading_process {
  87.5% {
    transform: scale(1.1);
  }
  93.75% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes loading_process {
  87.5% {
    -webkit-transform: scale(1.1);
  }
  93.75% {
    -webkit-transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1.1);
  }
}
.CMS_Loading {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.datepicker {
  padding: 0;
  z-index: 99999 !important;
}

.datepicker th {
  background-color: #17775E;
  color: white;
  border-radius: 0;
}

.datepicker table tr td.active.active.day {
  background-color: #17775E;
  background-image: linear-gradient(to bottom, #17775E, #17775E);
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background-color: #17775E;
  color: white;
}

.datepicker table thead {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}

.datepicker tbody {
  padding-left: 5px;
  padding-right: 5px;
}

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: visible;
  color: #17775E;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #17775E;
  cursor: pointer;
  color: white;
}

div[data-notify] {
  z-index: 9999 !important;
}

.hide {
  display: none !important;
}

.bold {
  font-weight: bold !important;
}

.dataTable .odd {
  background-color: #fafcfc !important;
}
.dataTable .odd td {
  box-shadow: none !important;
}

.weight-bold {
  font-weight: bold;
  font-size: 23px;
}

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