﻿@media all and (min-width: 768px) {
  .login-logo {
      width: 256px;
      height: 256px;
  }
}

@media all and (max-width: 767px) {
  .login-logo {
      width: 128px;
      height: 128px;
  }
    .noscroll {
        overflow-y: hidden;
        position: fixed;
    }
}

a.disabled {
    opacity: 0.7 !important;
    pointer-events: none;
}

.animated.animated-300 {
    animation-duration: .3s;
}

.animated {
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
}

.vote-title.vote-title-sm {
    font-size: 14px;
}

.vote-title.m-l-none, .vote-info.m-l-none {
    margin-left: 0;
}

ul.click li{
    transition-duration: .3s;
}
ul.click li:hover, ul.click li.active, ul.click li.active:hover{
    background: #f3f3f4;
    cursor: pointer;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  border-color: #e7eaec;
}

/* bootstrap extenstions*/

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.alert.alert-small {
    padding: 10px;
}

.form-control.small {
    padding: 5px 8px;
    font-size: 12px;
}

.form-control.disabled {
    background-color: #eee;
}

@media (min-width: 992px) {
  .row .no-float {
      display: table-cell;
      float: none;
      vertical-align: top;
  }
}

.form-horizontal .control-label {
    text-align: left;
}

.nav-tabs > li.has-error > a,
.control-label.has-error
{
  color: #ed5565;
}

.nav-tabs > li.active.has-error > a,
.nav-tabs > li.active.has-error > a:hover,
.nav-tabs > li.active.has-error > a:focus {
  color: #ed5565;
}
.form-control.has-error ,
.form-control.has-error :focus {
  border-color: #ed5565;
}

.has-error .search-entity-input {
  border-color: #ed5565!important;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #2c8f7b;
    border-color: #2c8f7b;
}

.btn-default2 {
    background: #dddddd;
    border-color: #ddd;
}
.btn.btn-default2:hover {
    background: #ccc;
    border-color: #ddd;
}
.btn-circle {
  width: 34px;
  height: 34px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 50%;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
}

.btn-accent {
    border-color: #ed5565;
    color: #ed5565;
}

/* .my-loading */
.fcl-loading {
  position: relative
}

.fcl-loading:after {
    content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
    display: block;
    z-index: 9000;
}

/* spinner-bar */

.fcl-loading > .fcl-spinner-bar{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
}

.fcl-spinner-bar {
  display: none;
  height: 2px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
.fcl-spinner-bar:before{
  display: block;
  position: absolute;
  content: "";
  left: -25%;
  width: 25%;
  height: 4px;
  background-color: #1ab394;
  animation: spinnerBarAnimation 1.5s cubic-bezier(.15,.72,.85,.54) infinite;
}

@keyframes spinnerBarAnimation {
    from {left: -200px;}
    to {left: 100%;}
}

[v-cloak] > *:not([v-decloak]) {
    display: none !important;
    height: 0 !important;
}

[v-cloak] > [v-decloak] {
    display: block !important;
}

.vue-searcher div.form-control, .vue-searcher .input-group .input-group-btn .btn {
    transition-duration: .2s;
    cursor: pointer;
    border-radius: 0;
}

.vue-searcher .input-group.active div.form-control:hover, 
.vue-searcher .input-group:hover .input-group-btn .btn, 
.vue-searcher .input-group.active div.form-control, 
.vue-searcher .input-group.active .input-group-btn .btn {
    border-color: #1ab394;
}

.vue-searcher div.form-control:hover, .vue-searcher div.form-control.active {
    border-color: #1ab394;
}

.vue-searcher input.form-control {
    background-color: #1ab394;
    border-color: #1ab394;
    color: white;
    border-radius: 0;
    padding: 20px 10px;
}

.vue-searcher input.form-control::-webkit-input-placeholder {
    color: #eee;
}

.vue-searcher .vue-searcher-searchbox {
    display: none;
    top: 34px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2000;
}

.vue-searcher .vue-searcher-searchbox.active {
    display: block;
}

.vue-searcher .vue-searcher-suggestion {
    background: #eee;
     padding: 15px 10px;
    border: 1px solid #eee;
    width: 100%;
    transition-duration: .2s;
    font-size: 16px;
    font-weight: 100;
}

.vue-searcher .vue-searcher-suggestion:hover {
    background: #fff;
    cursor: pointer;
}

.vue-searcher .tt-menu {
  max-height: 250px;
  overflow-y: auto;
}

.vue-searcher .form-control.is-empty {
    color: #aaa;
}

.form-group label > small {
    font-weight: normal;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.loader.loader-small,
.loader.loader-small:after {
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.loader {
    margin-top: -1px;
    margin-left: -2px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.7s infinite linear;
  animation: load8 0.7s infinite linear;
}

.loader-color {
    border-left-color: #1ab394;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
    animation-duration: 1s;
    margin-top: 15px;
}

@media(min-width: 768px) {
    .swal2-modal {
        margin-top: 150px;
    }
}

.product-imitation {
    padding: 140px 0;
}
.product-imitation img {
    transition-duration: .3s;
}
.product-box:hover .product-imitation img {
    transform: scale(1.1);
}

.product-box-sizes .size-column{
  border-left: 1px solid #e7eaec;
}

.product-box {
    height: 430px;
}

@media (min-width: 992px) {
  .product-box-sizes .detail-column {
      padding-right: 0;
  }
}

.size-selector .size-selector-title {
    font-weight: 300;
    font-size: 30px;
    margin-right: 15px;
    margin-top: 10px;
    display: inline-block;
    width: 100px;
}

.size-selector .size-selector-price {
    margin-left: 50px;
}

.size-selector input {
    border: none;
    font-size: 30px;
    font-weight: 300;
    border-bottom: 1px solid #eee;
    width: 50px;
    margin: 0 10px;
    text-align: center;
}

.size-selector input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #e5e5e5;
}
.size-selector .button-placeholder {
    display: inline-block;
    width: 34px;
    height: 24px;
    margin-top: -10px;
}
.size-selector .button-placeholder button.btn {
    animation-duration: .3s;
}
.size-selector button {
    margin-top: -10px;
    display: none;
}

.size-selector:hover button {
    display: inline-block;
}

.size-selector input:focus {
    outline: none;
}

.size-selector .size-selector-maxqty {
    margin-left: 15px;
}

.metric-box {
    text-align: right;
}

.metric-box-col {
    padding: 20px;
    overflow: hidden;
    border-right: 1px solid #e7eaec;
}

.body-medium .metric-box, .body-small .metric-box {
    border-bottom: 1px solid #e7eaec;
}

.metric-box .metric-box-title {
    font-size: 100%;
    font-weight: 300;
    text-transform: capitalize;
    color: #BBB;

}

.body-medium .metric-box .metric-box-value {
    font-size: 95%;
}

.metric-box .metric-box-value {
    white-space: nowrap;
    font-weight: 300;
    font-size: 3rem;
    color: #555;

}

.document-detail-item table {
    width: auto;
}

.document-detail-item table.table > tbody > tr > td, .document-detail-item table.table > thead > tr > td {
    padding: 8px 12px;
    text-align: center
}

.checkbox-group {
    border:1px solid #eee;
    padding: 10px;
}

.checkbox-group.checkbox-group-invalid {
    border-color:red;
}

.product-box-sizes .total-box{
    padding-left: 15px;
    padding-right: 15px;
}

.product-box-sizes .total-box .total-box-value {
    font-size: 36px;
    font-weight: 300;
}

.product-box-sizes .total-box .total-box-title {
    text-transform: uppercase;
    color: #bbb;
}

.product-size-loader {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: 2px solid white;
  border-top-color: #1ab394;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.d-dropdown-btn {
    font-size: 28px;
    font-weight: 300;
    padding: 5px;
    border: 1px solid transparent;
    transition-duration: .3s
}

.d-dropdown-btn:hover {
    border: 1px solid #ddd;
    cursor: pointer;
}

.d-dropdown-wrapper {
    border: 1px solid #ddd;
    background: white;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9999;
    min-width: 250px;
}
.d-dropdown-list {
    list-style: none;
    padding: 0;
}
.d-dropdown-list > li {
    padding: 15px 8px;
    font-weight: 300;
    font-size: 18px;
    transition-duration: .3s;
}

.d-dropdown-list > li:hover {
    background: #ddd;
    cursor: pointer;
}
.d-dropdown-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
}

/* --- BI ---*/

.number-column {
    text-align: right;
}

/* --- Period picker ----*/

.period-picker {
    position: relative;
}

.period-picker-dropdown {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: none;
    position: absolute;
    top: 40px;
    width: 200px;
    z-index: 999;
}

.period-picker-dropdown.open {
    display: block;
}

.period-picker-header, .period-picker-content {
    padding: 10px;
}

.period-picker-header {
    border-bottom: 1px solid #ddd;
}

.period-picker-apply {
    border-radius: 0;
}

.period-picker-header > button:not(:first-child) {
    margin-left: 5px;
}

/*---flex---*/
.flex-root {
    flex-flow: column nowrap;
    height: calc(100% - 61px);
}

.flex-container {
    flex-flow: column nowrap;
    flex-grow: 1;
}

.flex-container, .flex-root {
    display: flex;
}

.flex-shrink {
    flex: 0 1 auto;
}

.flex-grow {
    flex: 1 0 auto;
}

.flex-grow-shrink {
    flex: 1 1 auto;
}

.flex-row {
    flex-flow: row nowrap;
}

.flex-sidebar {
    flex: 0 0 325px;
    box-shadow: 5px 1px 5px -2px rgba(0, 0, 0, 0.25);
    margin-left: -15px;
}

/*--- search entity --- */

button.search-entity-input {
    text-align: left;
    border:1px solid #e7eaec;
    min-height: 34px;
}

button.search-entity-input.readonly {
    background-color: #eee;
    pointer-events: none;
}

button.search-entity-input:focus, button.search-entity-input:hover {
    border: 1px solid #1ab394;
}
button.search-entity-input.readonly:focus, button.search-entity-input.readonly:hover {
    border:1px solid #e7eaec;
}

/* light input */
.light-form-control {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 2px solid #eee;
}

/* switch */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    margin: 0;
}

.switch.switch-sm {
    width: 25px;
    height: 16px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}



    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.switch.switch-sm .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #1ab394;
}

input:focus + .slider {
    box-shadow: 0 0 1px #1ab394;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.switch.switch-sm input:checked + .slider:before {
    -webkit-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.switch.switch-sm .slider.round {
    border-radius: 16px;
}

.slider.round:before {
    border-radius: 50%;
}

/* webkit scroll */

    
.scroll-style-1 ::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);*/
    border-radius: 5px;
    /*background-color: #F5F5F5;*/
}

.scroll-style-1 ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    /*background-color: #F5F5F5;*/
}

.scroll-style-1 ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #555;
}

/* List helpers */

.clickable, .hoverable {
    transition-duration: .3s;
}

.clickable:hover, .hoverable:hover {
    background: #eee;
}

.clickable {
    cursor: pointer;
}

/* date picker */

.v-datepicker {
    max-width: 296px;
}

.v-dp-header {
    padding: 8px 8px 0 8px;
}

.v-dp-content {
    padding: 0px 8px 8px 8px;
}

.v-dp-day-table {
    width: 100%;
}

.v-datepicker table th{
    text-align: center;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 5px;
    color: #bbb;
}

.v-datepicker table th.v-dp-table-header-divider {
    height: 1px;
    position: relative;
}

.v-dp-table-header-divider::after {
    content: '';
    height: 5px;
    position: absolute;
    left: -8px;
    right: -8px;
    top: 0px;
    border-top: 1px solid #ddd;
}

.v-dp-header-controls {
    float: right;
}

.v-dp-btn-rnd {
    float: left;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 2.7;
    border-radius: 50px;
    transition-duration: .3s;
    cursor: pointer;
}

    .v-dp-btn-rnd:hover {
        background: #eee;
    }

.v-dp-day-btn {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 2.7;
    border-radius: 50%;
    transition-duration: .3s;
    cursor: pointer;
    font-weight: 600;
    margin: 2px;
    border: 1px solid transparent;
}
.v-dp-day-btn:hover {
    background: #eee;
}
.v-dp-day-btn.selected {
    border: 1px solid #1ab394!important;
    background: #1ab394;
    color: white;
}

    .v-dp-day-btn.disabled, .v-dp-btn-rnd.disabled {
        pointer-events: none;
        color: #bbb;
    }

.v-dp-day-btn.current {
    border: 1px solid #bbb;
}

    .v-dp-month {
        text-transform: uppercase;
        padding: 8px 0 8px 10px;
        color: #aaa;
        font-weight: 600;
    }

.v-dp-btn {
    background: 0;
    border: 0;
    padding: 8px 15px;
    border-radius: 3px;
    transition-duration: .3s;
    font-weight: 600;

}


.v-dp-btn:hover {
    background: #eee;
}

.v-dp-year-btn {
    text-transform: uppercase;
    font-size: 14px;
}

.v-dp-header-content {
    margin-top: 8px;
    margin-bottom: 8px;
}

.v-dp-list-year-btn {
    padding: 4px 10px;
    border-radius: 15px;
    transition-duration: .3s;
    margin: 8px 6px;
    cursor: pointer;
    border: 1px solid transparent;
}

    .v-dp-list-year-btn.selected {
        border: 1px solid #1ab394;
        background: #1ab394;
        color: white;
    }


.v-dp-list-year-btn.current {
    border: 1px solid #bbb;
}

.v-dp-list-year-btn:hover {
    background: #eee;
}

.fab {
    position: fixed;
    right: 30px;
    bottom: 30px;
    border: 1px solid #1ab394;
    background: #1ab394;
    height: 60px;
    width: 60px;
    line-height: 3.5;
    color: white;
    transition: background-color .3s;
    border-radius: 50%;
    font-size: 1.3em;
    cursor: pointer;
    text-align: center;
}

    .fab:hover {
        background: #14866f;
    }

    .fab.disabled {
        cursor: default;
        pointer-events: none;
        background: #ccc;
        border-color: #ccc;
        color: #eeeeee;
    }

.btn.btn-transparent {
    background: transparent;
    border: 1px solid transparent;
    color: #333 !important;
    transition: background-color .3s, border-color .3s;
}

.btn.btn-transparent:hover {
    background: #ddd;
    border-color: #ddd;
}