/* ----------------------------------
  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
---------------------------------*/
.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: 2.5rem; }
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
---------------------------------*/

/* Custom Modal */
.dash-modal {
  position: absolute; background-color: rgba(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: .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: #fff;
  border-radius: 100%;
  margin: 0 3px;
  width: 7px; height: 7px;
}
.loader.sm span { width: 5px; height: 5px; }
.loader.hidden { opacity: 0; width: 0; }
.btn-warning.loading-btn.disabled, .btn-warning.loading-btn:disabled { background-color: #aaaaaa; }

.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 .2s ease;
  -moz-transition: visibility 0s ease, opacity .2s ease;
  -o-transition: visibility 0s ease, opacity .2s ease;
  transition: visibility 0s ease, opacity .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: .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); } */
.btn-warning, .btn-warning:not(:disabled):not(.disabled):active { background-color: #002F87; }
.btn-warning:hover { background-color: #a3d056; }
.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 .input-group { border: 1px solid #ccc; }
.login-form .input-group .input-group-text { font-size: .8rem; padding: .625rem .9rem; }
.login-form .input-group .input-group-prepend { border-right: 1px solid #ccc; margin: 0; }
.login-form .has-error .input-group .input-group-prepend, .login-form .has-error .input-group { border-color: red; }
.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: .5rem .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: .5rem .75rem;
}

.input-group.input-daterange { border: 1px solid #cccccc; }
.input-group.input-daterange .input-group-addon {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 4px 0.6rem;
  margin: 0 0;
}



/* 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: .85rem; }
.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: .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) !important;
  border: none;
  background-color: #e5e5e5 !important;
  padding: .325rem .75rem !important;
}

.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
---------------------------------*/
hr { border-top: 1px solid rgba(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-brand { background: url(../images/login-bg.jpg) no-repeat center; background-size: cover; }
.bg-brand .main-content { align-items: center; display: flex; }
.bg-brand:before {
  content: ""; background: rgba(16, 69, 71, 0.5); width: 100%;
  height: 100%; position: absolute; left: 0; top: 0; }
.bg-cover { 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}




@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; }
}