* {
  position: relative;
  box-sizing: border-box;  
  margin: 0;
  padding: 0;  
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-weight: 400;
}

body {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
  background: #000000;
}

body,
html {
  width: 100%;
  height: auto;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;  
}

a {
  cursor: pointer;
  text-decoration: none;  
}

ul,
ol {
  list-style: none;
}

*:focus {
  outline: none !important;
}

::placeholder {
  color: #939393;
  opacity: 1;
  font-style: italic;
  font-weight: 400;
}

::-ms-input-placeholder {
  color: #939393;
  opacity: 1;
  font-style: italic;
  font-weight: 400;
}

.flex {
  display: flex;
}

.col {
  flex-direction: column;
}

.hc {
  justify-content: center;
}

.hs {
  justify-content: flex-start;
}

.he {
  justify-content: flex-end;
}

.vc {
  align-items: center;
}

.vs {
  align-items: flex-start;
}

.ve {
  align-items: flex-end;
}

/* -------------------------------------------------------------------------- */

@keyframes spin {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}

/* -------------------------------------------------------------------------- */

main {
  z-index: 50;
  padding: 20px;
}

main:not(.fullpage) {
  padding-bottom: 160px;
}

main.fullpage {
  height: 100vh;
}

section#content {
  width: 100%;
  flex-shrink: 1; 
  flex-grow: 1;
  padding-top: 80px;
}

.box {
  width: 100%;
  background: rgba(255,255,255,0.5);
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  padding: 30px;
  border-radius: 5px;
}

.box.additional-box {
  margin-top: 20px;
}

.box.page-link {
  background: rgba(255,255,255,1);
}

.box.page-link img {
  width: 80%;
  height: auto;
}

.box-2-container {
  margin: -10px;
  flex-wrap: wrap;
}

.box-2-container .box {
  width: calc((100% / 2) - 20px);
  margin: 10px;
}

.box-2-container .box .scroll-list {
  height: 300px;
  overflow-y: scroll;
}

.box-2-container .box .scroll-list .row {
  margin-bottom: 2px;
}

.box-2-container .box .scroll-list .row div {
  padding: 10px;
}
  
.box-2-container .box .scroll-list .row:nth-child(odd) div {
  background: #cecece;
}

.box-2-container .box .scroll-list .row:nth-child(even) div {
  background: #bdbdbd;
}
  
.box-2-container .box .scroll-list .row .data {
  width: calc(80% - 2px);
  overflow: hidden;
  margin-right: 2px;
  white-space: nowrap;
  font-weight: 600;
}

.box-2-container .box .scroll-list .row .data a {
  color: inherit !important;
  font-weight: inherit !important;
}

.box-2-container .box .scroll-list .row .count {
  width: calc(20% - 2px);
  overflow: hidden;
  text-align: center;
}

.box.statistic-map-container {
  margin-bottom: 20px;
}

.box.statistic-map-container #statistic-map {
  width: 100%;
  height: 500px;
}

.box.login {
  width: 600px;
  max-width: 100%;
}

.login-logo-container {
  width: 300px;
  margin-bottom: 30px;
}

h1 {
  width: calc(100% + 60px);
  margin: -30px 0 30px -30px;
  height: 50px;
  background: #f6921e;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 30px;
}

h1.info-h1 {
  background: #4e4e4e;
}

h1 i {
  font-size: 20px;
  margin-right: 15px;
}

section#notfound {
  color: #ffffff;
  font-size: 300px;
  font-weight: 700;
  opacity: 0.5;
}

section#notfound p {
  font-size: 30px;
  margin-top: 10px;
  text-align: center;
}

/* -------------------------------------------------------------------------- */

.button-container {
  margin: 20px 0 -55px 0;
}

.button-container.on-list {
  margin: 0;
  width: max-content;
  position: absolute;
  top: 75px;
  right: 30px;
}

.button {
  width: 60px;
  height: 60px;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  font-size: 24px;
  border-radius: 100%;
}

.button.small {
  width: 40px;
  height: 40px;  
  font-size: 18px;
}

section#content .button {
  margin-left: 10px;
}

.button.default {
  background: #bdbdbd;
  color: #4e4e4e;
}

.button.primary {
  background: #f6921e;
  color: #ffffff;
}

/* -------------------------------------------------------------------------- */

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  display: none;
}

.dataTables_wrapper .dataTables_filter {
  margin-bottom: 10px;
  padding-right: 5px;
  float: left;
  text-align: left;
}

.dataTables_wrapper .dataTables_filter {
  color: #000000;
  font-style: italic;
}

.dataTables_wrapper .dataTables_filter input {
  height: 40px;
  background: #cecece;
  margin-top: 5px;
  border-radius: 4px;
}

.dataTables_wrapper .dataTables_paginate {
  float: left;
  margin-top: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border-radius: 4px;
  border: none !important;
  padding: 5px 10px;
  font-weight: 600;
  background: #cecece;
  color: #000000 !important;
  box-shadow: 0 0 5px rgba(0,0,0,0.2)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #000000;
  color: #ffffff !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-position: center right 5px;
}

table.dataTable {
  border-spacing: 1px;
  border-collapse: separate;
  border: none !important;
}

table.dataTable .text-center {
  text-align: center;
}

table.dataTable a {
  width: max-content;
  margin: 0 2px;
  border-radius: 4px;
  color: #ffffff;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);  
}

table.dataTable a.default {
  background: #000000;
  width: 30px;
  height: 30px;
  font-size: 14px;  
}

table.dataTable a.primary {
  background: #f6921e;
  width: 30px;
  height: 30px;
  font-size: 18px;
}

table.dataTable thead th {
  background: #000000;
  color: #ffffff;
  font-weight: 600;
  text-align: left;
}

table.dataTable thead th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable tbody tr.even td {
  background: #bdbdbd;
}

table.dataTable tbody tr.odd td {
  background: #cecece;
}

table.dataTable tbody tr[data-status="0"] td {
  background: #d8a7a5 !important;
  text-decoration: line-through;
}

table.dataTable {
  font-size: 14px;
}

/* -------------------------------------------------------------------------- */

nav {
  width: 250px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 20px;
}

nav .logo-container {
  width: 100%;
  height: 60px;
  padding: 0;
  margin-bottom: 20px;
}

nav .logo-container img {
  height: 75%;
}

nav .box {
  margin-bottom: 10px;
}

nav a {
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  padding-left: 30px;
}

nav li:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: rgba(0,0,0,0.5) 1px dotted;
}

nav a i {
  font-size: 18px;
  position: absolute;
  left: 0;
}

/* -------------------------------------------------------------------------- */

.field-container {
  width: 100%;
  margin-bottom: 10px;
}

.field-container span.icon {
  position: absolute;
  right: 20px;
  z-index: 50;
}

.field-container span.icon i {
  font-size: 22px;
}

.field-container span.icon.primary a,
.field-container span.icon.primary i {
  color: #f6921e;
}

.field-container span.icon.default a,
.field-container span.icon.default i {
  color: #000000;
}

.field-container span.label {
  position: absolute;
  left: 0;
  width: 300px;
  height: 50px;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);  
  background: #000000;
  z-index: 50;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 20px;
}

.field-container.disabled span.label {
  background: #f6921e;
}

.field-container span.label.rounded {
  border-radius: 4px;
}

input[type="submit"] {
  display: none;
}

input[type="checkbox"] {
  padding: 0 !important;
  width: 30px;
  height: 30px;
  margin: 10px 0 10px 310px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;  
}

input[type="checkbox"]:checked {
  background: #f6921e;
}

input[type="checkbox"]:checked::before {
  font-family: 'Font Awesome 5 Free'; 
  font-weight: 900;  
  content: '\f00c';
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

input,
select,
textarea {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  border: none;
  font-family: inherit;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  padding: 0 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;  
}

input.required-warning,
select.required-warning,
textarea.required-warning {
  background-color: #d8a7a5;
}

.field-container.icon input,
.field-container.icon select {
  padding-right: 55px;
}

.field-container.label input,
.field-container.label select {
  padding-left: 320px;
}

.field-container textarea {
  margin-left: 300px;
  height: 150px;
  resize: none;
  border-top-left-radius: 0;
  padding: 20px;
}

.field-container .mce-tinymce {
  margin-left: 300px;
  border-radius: 0 4px 4px 4px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);  
}

.field-container.disabled input,
.field-container.disabled select,
.field-container.disabled textarea,
.field-container.disabled .mce-tinymce {
  pointer-events: none;
  opacity: 0.5;
}

.field-container.hidden {
  display: none;
}

.field-container .thumbnail {
  width: 200px;
  height: 200px;
  background: #ffffff;
  border-radius: 0 4px 4px 4px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  margin-left: 300px;
  cursor: pointer;
}

.field-container .thumbnail img {
  max-width: 100%;  
  max-height: 100%;  
}

.field-container .thumbnail-delete-button {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);  
  background: #000000;
  margin: 0 0 0 10px;
  z-index: 10;
}

.field-container .thumbnail-delete-button i {
  color: #ffffff;
}

.field-container .tags {
  margin: 0 0 -10px 310px;
  flex-wrap: wrap;
}

.field-container .tags .tag {
  width: max-content;
  height: 30px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  padding: 0 20px 0 0;  
  margin: 0 10px 10px 0;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
}

.field-container .tags .tag input[type="checkbox"] {
  margin: 0 10px 0 0;
}

.field-container .tags .tag a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.field-container span.size {
  height: 30px;
  margin-left: 10px;  
  cursor: help;
}

.field-container span.size i {
  margin-right: 5px;
}

/* -------------------------------------------------------------------------- */

.comment-level {
  margin-bottom: 15px;
}

.comment {
  width: 100%;
  background: rgba(255,255,255,0.5);
  padding: 20px 40px 20px 20px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.comment.reply,
.comment.va-reply {
  margin-left: 20px;
  width: calc(100% - 20px);
}

.comment.va-reply textarea {
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  font-family: inherit;
  resize: none;
  height: 100px;
}

.comment.va-1 {
  background: rgba(255,239,221,0.8);  
}

.comment h2 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.comment p {
  font-size: 14px;
}

.comment .c-button {
  position: absolute;
  right: -10px;
  width: 30px;
  height: 30px;
  font-size: 14px;
  border-radius: 4px;
  color: #ffffff;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);  
}

.comment .c-button-reply,
.comment .c-button-delete {
  top: 20px;
  background: #000000;  
}

.comment .c-button-accept {
  top: 55px;
  background: #f6921e;  
}

/* -------------------------------------------------------------------------- */

.layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: rgba(0,0,0,0.95);
  width: 100%;
  height: 100%;
  padding: 20px;
}

.layer .box {
  width: calc(100% - 80px);
  height: 100%;
  overflow-y: scroll;  
}

.layer .closer-button,
.layer .uploader-button {
  position: absolute;
  right: 20px; 
}

.layer .closer-button {
  top: 20px;
  color: #ffffff;
}

.layer .uploader-button {
  top: 80px;
  color: #f6921e;
}

.layer .closer-button i,
.layer .uploader-button i {
  font-size: 40px;
}

.layer input[name="upload"] {
  display: none;
}

.layer.uploadlayer ul {
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: -10px;
}

.layer.uploadlayer ul li {
  width: calc((100% / 6) - 20px);
  margin: 10px;
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.layer.uploadlayer ul li.progress {
  background: none;
}

.layer.uploadlayer ul li.progress i {
  font-size: 30px;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;   
}

.layer.uploadlayer ul li a.image {
  width: 100%;
  height: 100%;
}

.layer.uploadlayer ul li img {
  max-width: 100%;  
  max-height: 100%;
}

.layer.uploadlayer ul li a.delete-button {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);  
  background: #f6921e;
  z-index: 10;
}

.layer.uploadlayer ul li a.delete-button i {
  color: #ffffff;
}

/* -------------------------------------------------------------------------- */

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: rgba(255,255,255,0.5);
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  font-size: 14px;
  font-weight: 600;
  z-index: 100;
}

/* -------------------------------------------------------------------------- */

@media only screen
and (min-width : 1281px) {
  .ease:hover {
    opacity: 0.5;
  }
  .transition {
    transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;    
  }
  .zoom:hover {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);    
  }  
}