@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i");

/* --------------------- */
/*         BASIC         */
/* --------------------- */

* {
  box-sizing: border-box;
}
*, body, html {
  font-family: "Open Sans", sans-serif;
}
body, html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  position: relative;
  color: #262b2e;
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.4;
  color: #262b2e;
}
p {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 12px;
}
a {
  font-size: 16px;
}
a {
  color: #5db138;
  position: relative;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  transition: .3s all ease;
  line-height: normal;
}
a:hover, a:focus {
  color: #5db138;
}
button {
  cursor: pointer;
}
button[disabled], .button.disabled, .button[disabled]  {
  opacity: .40;
  cursor: not-allowed;
}
input[disabled], select[disabled], textarea[disabled] {
  opacity: .7;
  cursor: not-allowed;
}
.button {
  background: #5db138;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: .5em 1em;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  letter-spacing: .1em;
  margin-bottom: 12px;
  cursor: pointer;
  transition: .3s all ease;
  border: none;
  line-height: normal;
  vertical-align: middle;
}
.button:focus, .button:hover {
  background: #4f9630;
  color: #fff;
}
.button.transp {
  background: transparent;
  color: #5db138;
  border: 1px solid #5db138;
}
.button.transp:hover {
  background: #5db138;
  color: #fff;
  border-color: #5db138;
}
.button.full-width {
  width: 100%;
  text-align: center;
}
.col, .columns {
  padding: 0 12px;
  max-width: 100%;
  width: 100%;
  vertical-align: top;
  float: left;
}
.row .row {
  margin: 0 -12px;
  width: auto;
}
.row:after, .row:before {
  content: ' ';
  display: table;
}
.row {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: block;
  padding: 0;
}
.row.no-max {
  max-width: 100%;
}
.row:after {
  clear: both;
}
.clearfix:after {
  clear: both;
}
.clearfix:after, .clearfix:before {
  content: ' ';
  display: table;
}
.bold {
  font-weight: 700;
}
.big-bold {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
.center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
@media (max-width: 700px) {
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .\31, .large-1 {
    width: 8.33333%;
  }
  .\32, .large-2 {
    width: 16.66667%;
  }
  .\33, .large-3 {
    width: 25%;
  }
  .\34, .large-4 {
    width: 33.33333%;
  }
  .\35, .large-5 {
    width: 41.66667%;
  }
  .\36, .large-6 {
    width: 50%;
  }
  .\37, .large-7 {
    width: 58.33333%;
  }
  .\38, .large-8 {
    width: 66.66667%;
  }
  .\39, .large-9 {
    width: 75%;
  }
  .\310, .large-10 {
    width: 83.33333%;
  }
  .\311, .large-11 {
    width: 91.66667%;
  }
  .\312, .large-12 {
    width: 100%;
  }
}
hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}
ul {
  padding: 0;
}
pre {
  padding: 1em;
  border: 1px solid #ddd;
  overflow: auto;
}
h6 {
  font-size: 1em;
}
h5 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.5em;
}
h3 {
  font-size: 2em;
}
h2 {
  font-size: 2.2em;
}
h1 {
  font-size: 2.5em;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  color: #ddd !important;
}
img {
  margin: 0;
  max-width: 100%;
}
p {
  margin-top: 0;
}
input, textarea, select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  outline: none;
  box-shadow: none;
  margin-bottom: 12px;
  background: #f5f5f5;
  display: block;
}
input[type=checkbox] {
  width: auto;
  display: inline-block;
}
td, th {
  padding: 1em;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.breadcrumbs {
  margin: 0;
  display: block;
  overflow: hidden;
}
.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 11px !important;
  cursor: default;
  list-style: none;
  margin-right: 10px;
}
.breadcrumbs li:after {
  content: "/";
  margin-left: 10px;
}
.breadcrumbs li:last-child::after {
  display: none;
}
.breadcrumbs a {
  font-size: 11px;
}
.cookieinfo {
  width: 275px;
  border: 1px solid #000;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.7);
  left: 10px !important;
  right: auto !important;
  bottom: 10px !important;
  z-index: 10001 !important;
}
.cookieinfo a {
  font-size: 14px;
}
.cookieinfo-close {
  margin: 0 !important;
  color: #fff !important;
}
.bold {
  font-weight: 700;
}
.big-bold {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
.center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-align-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flex-space-between {
  justify-content: space-between;
  display: flex;
}
.flex-no-wrap {
  display: flex;
  flex-wrap: nowrap;
}
.flex-around {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.no-spinners {
  -moz-appearance: textfield;
}
.no-spinners::-webkit-outer-spin-button, .no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
  border-collapse: collapse;
}

/* ------------------- */
/*       CONTENT       */
/* ------------------- */

.ui-datepicker, .ui-datepicker table, .ui-datepicker tr, .ui-datepicker td, .ui-datepicker th {
  margin: 0;
  padding: 0;
  border: none;
  border-spacing: 0;
}
.ui-datepicker {
  width: auto;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
  display: none;
  border: 1px solid #000;
  z-index: 100000 !important;
}
.ui-datepicker-header {
  background: #1985ca;
  position: relative;
  padding: 8px;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-month {
  position: relative;
  padding-right: 15px;
  color: #fff;
  font-size: 16px;
}
.ui-datepicker-year {
  padding-left: 8px;
  color: #fff;
  font-size: 16px;
}
.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 0px;
  cursor: pointer;
  line-height: 34px;
  display: inline-block;
  padding: 0 6px;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
  display: block;
}
.ui-datepicker-prev {
  left: 10px;
  padding-left: 0;
}
.ui-datepicker-prev span:after {
  color: #fff;
  content: "\f30a";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}
.ui-datepicker-next {
  right: 10px;
  padding-right: 0;
}
.ui-datepicker-next span:after {
  color: #fff;
  content: "\f30b";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}
.ui-datepicker-calendar thead, .ui-datepicker-calendar tbody {
  border: 0;
}
.ui-datepicker-calendar th {
  background: #222d32;
  border: 0;
  padding: 8px 0;
  font-size: 12px;
  text-align: center;
  font-weight: normal;
  color: #a8a8a8;
}
.ui-datepicker-calendar td {
  width: 14%;
  padding: 0 ;
  font-size: 14px;
  text-align: center;
  line-height: normal;
  background: #fff;
}
.ui-datepicker-calendar td a {
  font-size: 14px;
}
.ui-datepicker-calendar .ui-state-default {
  display: block;
  width: 33px;
  outline: none;
  margin: auto;
  text-decoration: none;
  color: #212121;
  line-height: 28px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 6px;
}
.ui-datepicker-calendar tbody tr:nth-child(even) {
  background: #f3f3f3;
}
.ui-datepicker-calendar .ui-state-active {
  color: #fff;
  background: #ff0a00;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  color: #fff;
  background: #b9b9b9;
}
.ui-datepicker-other-month .ui-state-default {
  color: #d0d0d0;
}
.popup-box {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  transition: .3s all ease;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-box.active {
  opacity: 1;
  visibility: visible;
}
.popup-box.active .popup-content {
  transform: scale(1);
}
.popup-box .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.popup-box .popup-content {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 16px 24px;
  transform: scale(0.5);
  transition: .3s all ease;
  z-index: 100;
  min-width: 320px;
  max-height: 90vh;
  overflow: auto;
  max-width: 90vw;
}
.popup-box .popup-inner-content {
  max-height: 80vh;
  overflow: auto;
}
.popup-box .close-popup {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 11px;
  border-radius: 0;
  /* line-height: 32px; */
  background: #333;
  border: 0;
  color: #fff;
  z-index: 10;
  width: auto;
}
.popup-box .close-popup:hover {
  border: 0;
  color: #333;
  background: #fff;
}
.popup-box .popup-buttons {
  justify-content: space-around;
  display: flex;
}
.popup-box .popup-buttons .close-popup {
  position: relative;
  padding: 0 12px;
  border-radius: 4px;
}
.popup-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.popup-title i {
  margin-right: 10px;
}
.popup-title.active {
  opacity: 1;
  z-index: 1000;
  visibility: visible;
}
label {
  display: block;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
}
.input-label {
  position: relative;
  margin: 0 10px;
  margin-top: 12px;
  margin-bottom: 28px;
  z-index: 1;
  display: block;
}
.input-label input {
  height: 38px;
  font-size: 14px;
  margin: 0;
  width: 100%;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid rgba(0, 6, 24, 0.4);
  padding: 6px 4px;
}
.input-label input:focus {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: none;
}
.input-label input:disabled {
  background: transparent;
}
.input-label input:disabled+label {
  background: rgba(0, 0, 0, 0.07);
  z-index: -1;
  color: #676767;
}
.input-label input:disabled+label:after {
  width: 100%;
  left: 0;
  visibility: visible;
}
.input-label label {
  top: 0;
  color: rgba(0, 0, 0, 0.35);
  font-size: 14px;
  left: 0;
  right: 0;
  padding-left: 3px;
  bottom: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  transition: .3s all ease;
  line-height: 38px;
  margin: 0;
}
.input-label label:after {
  background-color: #5db138;
  bottom: 0;
  content: '';
  height: 2px;
  left: 45%;
  position: absolute;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 10px;
}
.input-label.active label, .input-label.active-stay label {
  font-size: 12px;
  top: -18px;
}
.input-label select {
  border: none;
  border-bottom: 1px solid rgba(0, 6, 24, 0.4);
  display: inline-block;
  outline: none;
  height: 38px;
  padding: 6px 4px;
  padding-right: 18px;
  margin: 0;
  background-position: right -11px center;
}
.input-label select+label {
  font-size: 12px;
  top: -18px;
}
.input-label select+label:after {
  width: 100%;
  left: 0;
  visibility: visible;
}
.checkbox-label {
  cursor: pointer;
  margin: 5px;
  text-align:left;
	color: #333;
  position: relative;
}
.checkbox-label span {
  font-size: 12px;
  line-height: 24px;
  color: #333;
}
.checkbox-label input {
  /* display: none!important; */
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.checkbox-label span:before {
  content: "\f00c";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  border: 2px solid rgba(0,0,0,.54);
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 2px;
  vertical-align: initial;
  text-align: center;
  line-height: 17px;
  font-size: 12px;
  color: transparent;
  transition: .3s all ease;
  margin-right: 4px;
}
.checkbox-label input:checked + span:before {
  color: #333;
}
.checkbox-label.edit span::before {
  border: 2px solid #00A65B;
}
.checkbox-label.view span:before {
  border: 2px solid #f39c12;
}


.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: 100%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 13px;
  background-color: #fff;
}
.pagination {
  margin: 0;
  text-align: center;
}
.pagination a, .pagination button {
  color: #000;
  display: inline-block;
  padding: inherit;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 16px;
  outline: none;
  transition: .3s all ease;
}
.pagination a:hover, .pagination button:hover {
  background-color: #dedede;
}
.pagination a .current, .pagination button .current {
  background: #5db138 !important;
  color: #fff;
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.pagination li {
  display: inline-block;
  font-size: .875rem;
  margin-right: .0625rem;
  border-radius: 0;
}
.pagination li>span {
  padding: 0 16px;
  display: inline-block;
  line-height: 30px;
  color: #000;
  font-size: 14px;
}
.pagination .active span {
  background: #ff0a00!important;
  color: #fff;
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.success {
  background-color: #00A65B !important;
}
.success-text {
  color: #00A65B !important;
}
.warning {
  background-color: #f39c12 !important;
}
.warning-text {
  color: #f39c12 !important;
}
.danger {
  background-color: #dd4b39 !important;
}
.button.danger:hover {
  background-color: #c33c2c !important;
}
.danger-text {
  color: #dd4b39 !important;
}
.blue {
  background: #00c0ef !important;
}
.blue-text {
  color: #00c0ef !important;
}
.error-box {
  width: 300px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10004;
}
.error-box.top-right {
  top: 50px;
  bottom: auto;
}
.error {
  position: relative;
	display: block;
  z-index: 1000;
	margin-top: 10px;
}

.error-text {
  padding: 10px 15px;
  padding-right: 30px;
}
.error h4, .error p, .error h5 {
  margin: 0;
  color: #fff;
}
.error h5 {
	font-size: 16px;
}
.error ul {
	list-style: none;
	margin: 0;
	color: #fff;
}
.error-close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 22px;
  color: #fff;
}
.error-close:hover {
  color: #000;
}

textarea {
  background-color: #fbfcfc;
  border: 1px solid #e0e1e1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #949494;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #949494;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #949494;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #949494;
}
.no-spinners {
  -moz-appearance: textfield;
}
.no-spinners::-webkit-outer-spin-button, .no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week] {
  background-color: #fbfcfc;
  border: 1px solid #e0e1e1;
}
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow .5s, border-color .25s ease-in-out;
}

.error-page {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 200px;
}
.error-page img {
  max-width: 300px;
  margin-bottom: 20px;
}
.error-page h1 {
  margin: 0;
  font-size: 150px;
  line-height: 150px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.error-page h1.smaller {
  font-size: 90px;
  line-height: 90px;
}
.error-page h2 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
}
.error-page a {
  font-size: 18px;
}
