* {
  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::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/view/img/background.jpg') center center no-repeat fixed;
  background-size: cover;
  opacity: 0.2;
}

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;
}

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

.vc {
  align-items: center;
}

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

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

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

main.fullpage {
  height: 100vh;
}

section#content {
  width: 100;
  flex-shrink: 1; 
  flex-grow: 1; 
}

.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: 10px;
}

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

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

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

section#content h1 {
  height: 60px;
  justify-content: left;
}

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

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

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

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

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

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

.button.default {
  background: #bdbdbd;
  border: #a4a4a4 4px solid;
  color: #4e4e4e;
}

.button.primary {
  background: #7ab306;
  border: #618d09 4px solid;
  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;
}

.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 list-button-container {
  width: 100%;
  height: 100%;
}

table.dataTable a {
  width: max-content;
  margin: 0 2px;
  border-radius: 4px;
  color: #ffffff;
}

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

table.dataTable a.primary {
  background: #7ab306;
  width: 26px;
  height: 26px;
  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 {
  font-size: 14px;
}

table.dataTable tr.disabled {
  opacity: 0.3;
}

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

nav {
  width: 300px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 30px;
}

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

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

nav .box.highlight a {
  color: #ffffff;
}

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

nav .box.highlight li:not(:last-child) {
  border-bottom: rgba(255,255,255,0.5) 1px dotted;
}

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

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

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

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

.field-container.disabled span.icon {
  display: none;
}

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

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

.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: #7ab306;
}

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

input,
select {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background: #cecece;
  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 {
  background: #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.disabled input,
.field-container.disabled select {
  background: #bdbdbd;
  color: #4e4e4e !important;
  pointer-events: none;
}

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

section#users {
  margin-top: 50px;
}

section#users table {
  width: 100%;
}

section#users table td {
  background: #cecece;
  padding: 8px 10px;
}

section#users table a.default {
  width: max-content;
  margin: 0 2px;
  border-radius: 4px;
  color: #ffffff;  
  background: #000000;
  width: 20px;
  height: 20px;
  font-size: 14px;  
}

section#users table a.primary {
  width: max-content;
  margin: 0 2px;
  border-radius: 4px;
  color: #ffffff;  
  background: #7ab306;
  width: 20px;
  height: 20px;
  font-size: 14px;  
}

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

section#users table td input {
  padding: 0;
  height: auto;
  border: none;
  box-shadow: none;
}

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

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);    
  }  
}