@font-face {
	font-family: 'Mostwasted';
	src:url('../fonts/Mostwasted.woff') format('woff'),
		url('../fonts/Mostwasted.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.most-wated {
    font-family: 'Mostwasted', Fallback, sans-serif;
    font-size: 40px;
}

/*******************************************
             Main Wrapper
*******************************************/
.page-wrapper {
    height: 100vh;
    width: 100vw;
    overflow: scroll;
}

/*******************************************
             Loading
*******************************************/
#loader-clear, #loader-dashboard {height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0px; top: 0px; left: 0px; bottom: 0px; overflow: hidden !important; right: 0px; z-index: 999999; }
#loader-clear img, #loader-dashboard img { border-radius: 50%; text-align: center; left: 0; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); z-index: 99; margin: 0 auto; }
#pre-loader { background-color: #ffffff; height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0px; top: 0px; left: 0px; bottom: 0px; overflow: hidden !important; right: 0px; z-index: 999999; }
#pre-loader img, .loader { text-align: center; left: 0; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); z-index: 99; margin: 0 auto; }

#notification {
    position: fixed;
    right: 4px;
    top: 40px;
    z-index: 21;
    max-width: 270px;
    display: none;
}

.app-alert-item {
    background-color: #a5acb0;
    border: 1px solid #edeff0;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    margin-top: 4px;
    overflow: hidden;
    padding: 4px 8px;
}

.app-alert-item.mod-error {
    background-color: #eb5a46;
    border-color: #f5d3ce;
}

/*******************************************
             Switch input - Roub
*******************************************/
.switch-cu {
  position: relative !important;
  display: inline-block !important;
  width: 60px !important;
  height: 34px !important;
  float:right !important;
}

/* Hide default HTML checkbox */
.switch-cu input {display:none !important;}

/* The slider */
.slider-cu {
  position: absolute !important;
  cursor: pointer !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: #ccc !important;
  -webkit-transition: .4s !important;
  transition: .4s !important;
 }

.slider-cu:before {
  position: absolute !important;
  content: "" !important;
  height: 26px !important;
  width: 26px !important;
  left: 4px !important;
  bottom: 4px !important;
  background-color: white !important;
  -webkit-transition: .4s !important;
  transition: .4s !important;
}

input.default:checked + .slider-cu {
  background-color: #444;
}
input.primary:checked + .slider-cu {
  background-color: #2196F3;
}
input.success:checked + .slider-cu {
  background-color: #8bc34a;
}
input.info:checked + .slider-cu {
  background-color: #3de0f5;
}
input.warning:checked + .slider-cu {
  background-color: #FFC107;
}
input.danger:checked + .slider-cu {
  background-color: #f44336;
}

input:focus + .slider-cu {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider-cu:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider-cu.round-cu {
  border-radius: 34px;
}

.slider-cu.round-cu:before {
  border-radius: 50%;
}

.input-dark-bg {
    color: #ffffff;
}

.bl-invalid {
    color: #F44336;
}

/* Fix browser autofill colors */
/* input[type=password]:not(.browser-default), input[type=text]:not(.browser-default)  {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0), inset 0 0 0 100px #000000;
}

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 {
  border: 1px solid #ffffff;
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
} */

.modal {
    background-color: rgba(0, 0, 0, 0.5);
    max-height: 100% !important;
    width: 100vw;
    margin: 0px;
    will-change: top, opacity;
}

.bl-material-dis-input {
    color: rgba(0,0,0,0.42);
    border-bottom: 1px dotted rgba(0,0,0,0.42);
    background-color: transparent;
    border-radius: 0;
    outline: none;
    height: 2.3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

.bl-store-info p {
    line-height: 0.5;
}

.bl-store-info-invoice {
    margin-bottom: 20px;
}

.bl-store-info-invoice h3 {
    line-height: 0.8;
}

.bl-store-info-name {
    padding-top:15px;
}

.bl-store-info-row {
  margin-bottom: 0px;
}

.bl-red {
  color: #ff8084;
}

.bl-green {
  color: #13c9ca;
}