/* ----------------------------------
  Font Faces
----------------------------------*/
@font-face {
  font-family: "latoblack";
  src: url("../fonts/lato-black-webfont.woff2") format("woff2"),
    url("../fonts/lato-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* --------------------------------
  Normalize
---------------------------------*/
.footer {
  padding: 3rem 7rem;
}
:focus {
  outline: none;
}
a.disabled {
  pointer-events: none;
  cursor: default;
  background: #e5e5e5;
  border-color: #c1c0c0;
}
img {
  max-width: 100%;
}

/* --------------------------------
  Header & Navigation
---------------------------------*/
/* .auth .header {
  padding-top:25%;
  padding-bottom: 6rem;
} */
.top-half {
  background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
  top: 0; position: absolute; left: 0; height: 50%; width: 100%;
}
.login-form-container { height: 100vh; }
.navbar {
  padding: 1rem 7rem;
  border-bottom: 1px solid #ececec;
}
.navbar-brand img {
  height: 40px;
}
.navbar-nav .nav-link {
  color: #484848;
  font-weight: 600;
}
.navbar-vertical {
  box-shadow: none !important;
  border-right: 1px solid #ececec;
}
.main-content {
  min-height: 100vh;
}
.main-content .navbar-top {
  position: relative;
}
.navbar-nav .nav-link:hover {
  color: #f16024;
}
.headroom--not-top {
  background-color: #fff !important;
}
.headroom-show {
  transform: translateY(0%);
  box-shadow: none;
  position: fixed;
}

.breadcrumb {
  font-size: 0.95rem;
  padding: 0 1rem;
  margin: 0;
  border: 1px solid #efefef;
  margin-left: 0.5rem;
  display: inline-block;
  background: #fff;
  line-height: 35px;
  border-radius: 3px;
}
.breadcrumb li {
  width: auto;
  display: inline-block;
}
.breadcrumb li:not(:last-child):after {
  content: "/";
  padding: 0 0.5rem;
}

/* --------------------------------
  Typpography
---------------------------------*/
.lato-black {
  font-family: "latoblack";
}
.text-sm {
  font-size: 0.85rem;
}
.font-weight-medium {
  font-weight: 600;
}
h1 {
  line-height: 3.3rem;
}
h2 {
  line-height: 2.7rem;
}
body {
  color: #484848;
}

/* --------------------------------
  Bootstrap Elements
---------------------------------*/

/* Card */
.card {
  border-radius: 0;
  color: #484848;
  transition: all 0.2s;
}
.card:not(.tb):hover {
  color: #f16024;
  background-color: #efefef;
}
.card-img img:last-child {
  transform: translateX(-50%);
  position: absolute;
  opacity: 0;
  left: 50%;
}
.card-img-top {
  max-width: 100%;
  width: initial;
  transition: all 0.2s;
}
.card-img-top.grid-img,
.card-img-top.grid-img-hover {
  max-width: 80%;
  margin: 0 auto;
}

/* Carousel */
.carousel-indicators .active {
  background-color: #f16024;
}

/* Progress */
.progress {
  height: 4px;
  box-shadow: none;
}

/* --------------------------------
  Frontend Elements
---------------------------------*/
.auth .login-form .input-group {
  border: 1px solid #ccc;
}
.auth .login-form .input-group .input-group-prepend {
  border-right: 1px solid #ccc;
  margin: 0;
}
.auth .login-form .has-error .input-group .input-group-prepend, .auth .login-form .has-error .input-group {
  border-color: red;
}

/* Custom Modal */
.dash-modal {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.dash-modal .content {
  background-color: #fff;
  width: 40%;
  padding: 5rem 4rem;
  text-align: center;
  border-radius: 0.5rem;
}

.modal-item {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
  z-index: 50;
}
.color-dots {
  list-style: none;
}
.color-dots li {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  cursor: pointer;
  float: right;
  margin-right: 10px;
  transition: all 0.2s;
}
.color-dots li.selected {
  border: 3px solid #f16024;
}
.size-dots {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.size-dots:after,
.color-dots:after {
  content: "";
  display: block;
  clear: both;
}
.size-dots li {
  width: 45px;
  float: left;
  height: 45px;
  border-radius: 100%;
  text-align: center;
  line-height: 45px;
  border: 1px solid #484848;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 10px;
}
.size-dots li.selected {
  background-color: #f16024;
  color: #fff;
}
.item-count .btn {
  background-color: #fff;
  border: 1px solid #cad1d7;
}
.item-count .btn:focus,
.item-count .btn:hover {
  box-shadow: none;
  background-color: #efefef;
}
.close-modal {
  font-size: 1.5rem;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  background: #efefef;
  transform: translateX(-50px);
  margin-right: -40px;
  opacity: 0;
  line-height: 45px;
  border-radius: 100%;
  transition: all 0.2s;
}
.close-modal:hover,
.close-modal:focus {
  background-color: #f16024;
  color: #fff;
}
.close-modal.open {
  transform: translateX(0px);
  margin-right: 0px;
  opacity: 1;
}

/* Slider */
.slider-nav {
  max-width: 180px;
}
.slider-nav .slick-slide {
  border: 3px solid #ccc;
  margin: 0 5px;
  cursor: pointer;
  padding: 5px;
}
.slider-nav .slick-slide.slick-current {
  background: #eee;
  border-color: #f16024;
}

/* Lists
ul.reset {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar-nav .sub-nav { font-size: .9rem; }
.navbar-nav .sub-nav li { padding: .3rem 1.5rem; }
.navbar-nav .sub-nav li > a { color: rgba(0, 0, 0, .5); }
.navbar-nav .sub-nav li > a:hover {color: rgba(0, 0, 0, .7); }
.navbar-nav .sub-nav li:before {
  content: "- -";
  color: #aaaaaa;
  display: inline-block;
  margin-right: 0.5rem;
} */

/* Spinners */
/* .btn.loading-btn.accent{ 
  border-color:#FF5000;
  background-color: #FF5000;
  color: #fff;
}
.btn.loading-btn:not(:disabled):hover{
  background-color: #888;
  border-color:#888;
  color: #fff;
}
.btn.loading-btn:not(:disabled):hover .loader-4 span{ background: #fff } */
.loader,
.loader span {
  display: inline-block;
  transition: all 0.2s;
}
.loader {
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}
.loader span {
  background: #888;
  border-radius: 100%;
  margin: 0 3px;
  width: 7px;
  height: 7px;
}
.loader.sm span {
  width: 5px;
  height: 5px;
}
.loader.light span {
  background: #fff;
}
.loader.hidden {
  opacity: 0;
  width: 0;
}

.loader span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}
.loader span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}
.loader span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}
@keyframes opacitychange {
  0%,
  100% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}

/* Off Canvas */
/* Offside buttons */
.offside-button {
  width: 100%;
  max-width: 350px;
  padding: 10px;
  margin: 0 auto 10px auto;
  background: #ffe200;
  color: #000;
  text-align: center;
  cursor: pointer;
}
.off-canvas-overlay {
  z-index: 2050;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: visibility 0s ease, opacity 0.2s ease;
  -moz-transition: visibility 0s ease, opacity 0.2s ease;
  -o-transition: visibility 0s ease, opacity 0.2s ease;
  transition: visibility 0s ease, opacity 0.2s ease;
}

/* Abstract icon class*/
.icon-bar {
  display: block;
  width: 22px;
  position: relative;
  top: 12px;
  height: 2px;
  border-radius: 1px;
  background-color: #313131;
}
.close-offcanvas:hover .icon-bar {
  background-color: #989898;
}
.close-offcanvas:focus {
  outline: 0;
}

/* Close button */
.icon--cross > .icon-bar + .icon-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon--cross > .icon-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}
.close-offcanvas {
  position: absolute;
  right: 20px;
  height: 22px;
  top: 20px;
  display: inline-block;
  z-index: 1;
}
/* Just few cosmetic CSS for overlay fade in/out */
.offside-js--is-open .off-canvas-overlay {
  visibility: visible;
  opacity: 0.1;
  -webkit-transition-delay: delay 0s;
  -o-transition-delay: delay 0s;
  transition-delay: delay 0s;
}

/* Forms */
/* .selectize-input {
  padding: .825rem .75rem;
  border: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
  border-color: rgba(50, 151, 211, .25);
  min-height: 46px;
}
.selectize-control.multi .selectize-input > div {
  margin: 3px;
  padding: 3px 10px;
}
.selectize-control.multi .selectize-input.has-items { padding: .425rem .75rem; }
.selectize-input.focus { box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02); } 
*/
button.bg-warning.copied { background-color: black !important; }
ul.grid { margin: 0; padding: 0; }
ul.grid > li{
  list-style-type: none;
  padding: .5rem 0;
}
ul.grid > li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
select {
  cursor: pointer;
  appearance: none;
  background-size: 15px !important;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" /></svg>') no-repeat 97% 50%;
}
.selectize-input,
.selectize-input.focus {
  box-shadow: none;
}
.selectize-input {
  border-radius: 2px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 10px;
}
.selectize-control.multi .selectize-input > div {
  margin: 4px;
  padding: 5px 10px;
  border-radius: 2px;
  background: #eee;
  border: 1px solid #ddd;
}

.login-form .form-control {
  background-color: rgb(232, 240, 254);
}
.field-customCheckLogin:after,
.form-group:after {
  display: none;
}
.help-block {
  font-size: 0.85rem;
  margin-top: 3px;
}
.help-block {
  color: red;
}
.input-forms {
  padding: 0 1rem;
  font-size: 0.85rem;
}
.input-group .form-control:not(:first-child),
.input-forms .form-control {
  height: auto;
  padding: 0.5rem 0.75rem;
  background-color: #f8f9fe;
}
.input-forms .input-group-prepend {
  margin-right: 0px;
}
.input-forms .input-group-text {
  font-size: 0.85rem;
  background-color: #f8f9fe;
  padding: 0.5rem 0.75rem;
}

/* Tables */
.table th,
.table td {
  padding: 0.8rem;
}
.card .table td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 13px;
}
.card .table.spaced {
  white-space: normal;
}
.card .table.spaced td:first-child {
  width: 35%;
}
.card .table.spaced td:last-child {
  width: 65%;
}
.table td,
.table th {
  font-size: 0.85rem;
}
.card .inner th {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.grid-view .cell-label {
  background: #f6f9fc;
  padding: 3px 15px;
  display: inline-block;
  border: 1px solid #eaeaea;
  border-radius: 2px;
}
.grid-view .table thead th {
  padding-left: 0.5rem;
  background-color: #f6f9fc;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 0.75rem;
}
.grid-view .summary {
  color: #999;
  font-size: 14px;
  position: absolute;
  padding: 10px 0px 0px 0;
  top: 1px;
  right: 0;
}

.grid-view > .relative > .summary {
  position: relative;
  font-size: 15px;
  padding: 15px 0;
  top: 0px;
}

.grid-view .form-control {
  height: calc(2rem);
  border: none;
  background-color: #e5e5e5;
  padding: 0.325rem 0.75rem;
}

.tb-btn {
  padding: 5px 15px;
  color: #888;
  margin-left: 10px;
  font-weight: 600;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  display: inline-block;
}

/* Custom Switch */
.required label:after {
  content: "*";
  color: #f42b53;
  display: inline-block;
  margin-left: 5px;
}
.dswitch {
  position: relative;
  width: 43px;
  top: 7px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dswitch.disable {
  opacity: 0.7;
}
.dswitch-checkbox {
  display: none;
}
.dswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 26px;
  line-height: 28px;
  padding: 0;
  border-radius: 31px;
  background-color: #e3e3e3;
  transition: background-color 0.2s;
}
.dswitch .dswitch-label {
  margin-bottom: 0;
}
.dswitch-label:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  margin: 1px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  border-radius: 100%;
  transition: all 0.2s;
}
.dswitch-label:before {
  width: 24px;
  height: 24px;
  right: 17px;
}
.dswitch-checkbox:checked + .dswitch-label {
  background-color: #ff5000;
}
.dswitch-checkbox:checked + .dswitch-label,
.dswitch-checkbox:checked + .dswitch-label:before {
  border-color: #49e845;
}
.dswitch-checkbox:checked + .dswitch-label:before {
  right: 0px;
}

/* Notifications */
.iziToast.iziToast-color-green {
  background: #4fb34f;
  border-color: #4fb34f;
}
.iziToast.iziToast-color-red {
  background: #f42b53;
  border-color: #f42b53;
}
.iziToast {
  background: #222;
  border-color: #222;
}
.iziToast > .iziToast-body .iziToast-message {
  color: #fff;
  line-height: 18px;
}
.iziToast:after {
  content: none;
}

/* Error Page */
.site-error .section {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.site-error .pt-lg {
  padding-top: 6rem !important;
}
.site-error .pb-sm {
  padding-bottom: 2rem !important;
}
.site-error h1 {
  font-size: 2.5rem;
}
.site-error h5 {
  font-size: 1.25rem;
}
.site-error .bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.site-error .max-500 {
  max-width: 615px;
}

/* --------------------------------
  Utilities
---------------------------------*/
.w-70 { width: 70%; }
.border-red { border-color: red !important; }
hr {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.b-b {
  border-top: 1px solid #efefef;
}
.cursor-pointer {
  cursor: pointer;
}
.thumb {
  min-height: 35px;
  width: 35px;
  border-radius: 100%;
  background-color: #efefef;
}
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.flex-1 {
  flex: 1;
}
.text-wrap { white-space: normal!important; }
.radio-wrapper > label {
  flex: 1;
}

/* --------------------------------
  Maintenance Checklist
---------------------------------*/
.checklist {
  background: url("../images/wave-pattern-v1.svg") center top / cover no-repeat,
    linear-gradient(
      180deg,
      rgba(3, 120, 124, 0.2) 0%,
      rgba(3, 120, 124, 0.8) 100%
    );
  background-attachment: fixed;
  background-color: transparent !important;
}
.checklist-wrapper {
  max-width: 850px;
}
.checklist .card {
  border: 0;
  background: transparent;
  box-shadow: 0 0 11px rgb(0 0 0 / 12%);
}
.checklist .card-header {
  padding: 50px;
  background: #03787c;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.checklist .card-header h3 {
  font-size: 38px;
  font-weight: normal;
  color: #fff;
}
.checklist .card-body {
  background: linear-gradient(
      0deg,
      rgba(3, 120, 124, 0.06),
      rgba(3, 120, 124, 0.06)
    ),
    rgba(255, 255, 255, 0.9);
  padding: 20px 30px 50px;
  color: #242424;
  font-size: 0.875rem !important;
}
.checklist .card-body > .required-disclaimer,
.checklist .card-body > .salutation {
  margin-left: 1.25rem !important;
}
.checklist .loader {
  position: absolute;
  top: 8px; right: 6%;
}
.checklist .salutation { margin-bottom: 1.25rem; }
.checklist .required-disclaimer > sup {
  color: #a80000;
  top: -0.15rem;
  font-size: 0.85rem;
  position: relative;
  margin-right: 0.4rem;
}
.checklist .form-renderer-section-title { margin: 20px 20px 0; }
.form-renderer-section-title .heading-2 { font-size: 21px; color: #014446; }
.checklist .form-question-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #333;
  display: inline-block;
  font-size: 17px;
  line-height: 1.3;
  margin-left: 20px;
  max-width: 100%;
  position: relative;
}
.checklist .form-question-subtitle { color: #666; margin-top: 5px; padding: 0 0 0 20px; }
.checklist .form-question-element {
  margin-left: 20px;
  margin-top: 20px;
}
.checklist .form-group {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}
.checklist .form-control {
  height: auto;
  color: #3f3f3f;
  border-radius: 0.25rem !important;
  min-height: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-width: 0px 0px 0.125rem;
  border-style: initial;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  outline: none !important;
  user-select: text !important;
}
/* Disable Input Number Dial */
input[type="number"] { -moz-appearance: textfield; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.checklist .form-control:hover {
  border-bottom: 0.125rem solid #03787c !important;
}
.checklist .form-control::-webkit-input-placeholder { color: #3f3f3f; }
.checklist .form-control::-ms-input-placeholder { color: #3f3f3f; }
.checklist .form-control::placeholder { color: #3f3f3f; }
.checklist .required label:after { color: #a80000; }
.checklist .help-block { margin-top: 10px; color: #a80000; }
.checklist .el-group .help-block { margin-top: 2px; }
.checklist .has-success:after { content: none; }
.checklist .form-question {
  padding-bottom: 25px;
  padding-top: 25px;
  position: relative;
}
.checklist textarea { resize: none; }
.checklist select {
  appearance: none;
  cursor: pointer;
  background-size: 14px;
  background-position: center left 98%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" /></svg>');
}
.checklist ol {
  padding-left: 0;
  margin-left: 1.25rem !important;
  margin-bottom: 0;
}
.checklist .form-question-choice {
  margin-right: 30px;
  position: relative;
  margin-bottom: 0;
}
.form-question-choice .form-question-choice-text {
  margin-left: 8px;
}
.checklist .radio { margin-left: 20px; margin-top: 20px; }
.checklist .radio-inline .radio { margin-left:0; margin-top: 0px; }
.checklist .striped .el-group:nth-child(odd) { background: hsla(0,0%,98%,.9); }
.checklist .radio label { cursor: pointer; }
.checklist .radio input[type=radio] {
  bottom: 0;
  height: 18px;
  margin: auto 0 auto -20px;
  outline-offset: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.checklist .section-break { margin-left: -30px; margin-right: -30px; }
.checklist .section-break hr { border-top: 1px dashed rgba(1, 68, 70, .3); }
.checklist .radio-label { max-width: 32%; }
.checklist .btn-checklist {
  background-color: #03787c;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #3f3f3f;
  transition: background-color 5000s ease-in-out 0s;
}

@media (max-width: 767.98px) {
  /* Header & Navigation */
  .navbar {
    padding: 1rem;
  }
  .navbar-expand-md > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-vertical.navbar-expand-md {
    max-width: 250px;
    padding-right: 2.3rem;
    padding-left: 2.3rem;
  }
  .navbar-vertical.navbar-expand-md.fixed-left + .main-content {
    margin-left: 250px;
  }
}
