* {
  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/prestige-p.svg') center center no-repeat fixed;
  background-size: cover;
  opacity: 0.03;
}

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.copy,
.box.inner-list {
  margin-top: 50px;
}

.box.highlight {
  background: rgba(233,20,141,0.5);
}

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

h1,
.box.copy h3 {
  width: calc(100% + 60px);
  margin: -30px 0 30px -30px;
  height: 50px;
  background: #e9148d;
  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,
h2 i,
.box.copy h3 i{
  font-size: 26px;
  margin-right: 15px;
}

section#content h1,
section#content .box.copy h3 {
  height: 60px;
  justify-content: left;
}

section#content h2 {
  margin-top: 30px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: #000000 2px dashed;
}

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

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

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

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

.button.primary {
  background: #e9148d;
  border: #c8167b 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;
}

.checkboxlabel .buttons-container,
.noteslabel .buttons-container {
  margin-left: auto;
}

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

.noteslabel a.primary,
.checklistlabel a.primary {
  background: #e9148d;
  width: 30px;
  height: 30px;
  font-size: 14px;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

table.dataTable a.default,
.checkboxlabel a.default {
  background: #000000;
  width: 30px;
  height: 30px;
  font-size: 14px;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);  
}

.checkboxlabel a.info {
  background: #e9148d;
  width: 30px;
  height: 30px;
  font-size: 18px;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);  
}

.checkboxlabel a.inactive {
  background: #4e4e4e;
  width: 30px;
  height: 30px;
  font-size: 18px;
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);  
}

.inside-checklist-container {
  margin-left: auto;
  margin-right: 10px;
}

.inside-checklist-container input {
  margin: 0 10px !important;
}

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

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

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 span.prefix {
  position: absolute;
  left: 320px;
  z-index: 50;
  font-weight: 600;
  color: #4e4e4e;
}

.field-container.reg-label span.prefix {
  left: 20px;
}

.field-container span.icon.checkbox {
  left: 315px;
}

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

.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 span small {
  opacity: 0.5;
}

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

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

.field-container.readonly span.label {
  background: #5b5b5b;
}

.date-table,
.cities-table {
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin: 0 -5px;
}

.cities-table {
  padding: 20px 20px 20px 30px;
  border: rgba(0,0,0,0.4) 2px dashed;
  margin-bottom: 20px;
}

.date-table input,
.cities-table input {
  width: calc((100% / 4) - 10px);
  margin: 5px;
}

.cities-table input {
  height: 30px;
  padding: 0 10px;
}

.date-table input:disabled,
.cities-table input:disabled {
  background-color: rgba(189,189,189,0.5) !important;
  color: #4e4e4e !important;
  pointer-events: none;  
}

.date-table input.header,
.cities-table input.header { 
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;  
}

.date-table input.header {
  background: #000000 !important;  
}

.cities-table input.header {
  background: #5b5b5b !important;
}

.date-table input.header.created,
.cities-table input.header.created {
  background: #e9148d !important;
}

.cities-table .button {
  position: absolute;
  top: 30px;
  left: -20px;
  margin: 0 !important;
}

.cities-table.empty .button {
  top: 0;
}

.cities-table:not(.empty) .add-city,
.cities-table.empty .remove-city {
  display: none;
}

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

input,
select,
textarea {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background-color: #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[type="checkbox"] {
  padding: 0 !important;
  width: 30px;
  height: 30px;
  margin: 10px 0 10px 305px;
  cursor: pointer;
}

textarea {
  width: calc(100% - 305px);
  height: 200px;
  resize: none;
  padding: 20px;
  margin-left: 305px;  
}

.checklist-content input[type="checkbox"] {
  margin: 0 5px 0 0;
  width: 40px;
  height: 40px;
}

.checkboxlabel,
.checklistlabel,
.noteslabel {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: #cecece;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  padding: 0 10px;  
}

.checklistlabel .blank-hour-container,
.checklistlabel .blank-hour-container .count {
  color: #e9148d;
  font-weight: 600;
}

.checklistlabel .blank-hour-container {
  padding-right: 15px;
  margin-right: 15px;
  border-right: #a4a4a4 1px solid;
}

.noteslabel {
  padding-left: 0;
}

.noteslabel .category {
  width: auto;
  height: 100%;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);  
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 20px;  
  margin-right: 20px;
}

.upload-container {
  background: rgba(0,0,0,0.3);
  padding: 20px;
  border-radius: 4px;
}

.upload-container input,
.upload-container select {
  padding-left: 20px !important;
  background: #9f9f9f;
}

.upload-container :invalid,
.upload-container ::placeholder {
  color: #5b5b5b;
  font-style: italic;
  font-weight: 400;
}

.upload-container ::-ms-input-placeholder {
  color: #5b5b5b;
}

.upload-container .field-container span.icon.primary i {
  color: #000000;
}

.upload-container .create-button {
  width: 50px;
  height: 50px;
  background: #000000;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  margin-left: 10px;
}

.upload-container .field-container.category-field span.icon {
  right: 80px;
}

.upload-container .create-button i {
  color: #ffffff;
  font-size: 22px;
}

input[type="checkbox"]:checked {
  background-image: url('/view/img/check.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
}

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

.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,
.field-container.disabled textarea,
.field-container.readonly input,
.field-container.readonly select,
.field-container.readonly textarea,
.field-container.autofill input,
.field-container.autofill select,
.field-container.autofill textarea {
  background-color: #bdbdbd;
  color: #4e4e4e !important;
  pointer-events: none;
}

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

.field-container.label input.phone-prefix {
  padding-left: 335px;
}

.field-container.reg-label input.phone-prefix {
  padding-left: 35px;
}

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

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

.layer .box {
  width: max-content;
  max-width: calc(100% - 40px);
}

.layer a {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}

.layer a i {
  font-size: 26px;
  margin-right: 10px;
}

.layer li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: rgba(0,0,0,1) 1px dotted;
}

.layer .closer {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
}

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

.layer.uploadlayer .box,
.layer.downloadlayer .box {
  overflow-y: scroll;
  height: calc(100% - 40px);
}

.layer.uploadlayer li a {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

.layer.uploadlayer li:not(:last-child) {
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.uploader {
  padding-bottom: 20px;
  margin-bottom: 8px;
  border-bottom: rgba(0,0,0,1) 1px dotted;  
}

.uploader .button {
  margin: 0 auto;
}

.uploader input {
  display: none;
}

.uploader i {
  margin: 0 !important;
}

.layer.ziplayer p {
  text-align: center;
}

.layer.ziplayer .button-row {
  margin-top: 10px;
}

.layer.ziplayer .button {
  border-radius: 4px;
  color: #ffffff;
  background: #e9148d;
  font-size: 14px;
  padding: 5px 10px;
  width: max-content;
  display: block;
  height: max-content;
  margin: 0 auto;
}

.layer.ziplayer .city-row .button {
  width: 100%;
}

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

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