html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 80px;
    padding-bottom: 150px;
}

.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(45deg, #01B5CC, #177d8a);
    padding: 20px 0px;
    color: #AFE7EF
}

.footer .about-link {
    text-align: right;
    margin-top: -35px;
}


.footer .about-link a{
    color: #AFE7EF;
}

.no-padding {
    padding: 0px;
}

.text-slim {
    font-weight: normal;
}

.h1-header {
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.breadcrumb {
    margin-bottom: 10px;
}

.nav-path .breadcrumb {
    background: none;
    border-radius: 0px;
    padding-left: 0px;
}

.nav-path .breadcrumb > li > a {
    color: #666666;
}

.nav-path .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #666666;
    font-family: Open Sans;
    content: ">";
}

.nav-path .breadcrumb > .active {
    font-weight:bold;
    color: #666666;
}

.top-space-0 {
    margin-top: 0px;
}

.top-space-5 {
    margin-top: 5px;
}

.top-space-10 {
    margin-top: 10px;
}

.top-space-15 {
    margin-top: 15px;
}

.top-space-25 {
    margin-top: 25px;
}


.top-space-50 {
    margin-top: 50px;
}

.bottom-space-1 {
    margin-bottom: 1px;
}

.bottom-space-15 {
    margin-bottom: 15px;
}

.bottom-space-20 {
    margin-bottom: 20px;
}

.bottom-space-25 {
    margin-bottom: 25px;
}

.bottom-space-50 {
    margin-bottom: 50px;
}

.bottom-space-100 {
    margin-bottom: 100px;
}

.brand-footer-link:hover {
    text-decoration: none;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

a,
.btn-link {
    color: #029db1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.nav-tabs a{
    color: #555555 !important;
}

.nav-tabs .active a{
    font-weight: bold;
}

a:hover,
a:focus{
    color: #029db1;
    opacity: 0.8;
}

.btn-link{
    color: #029db1 !important;
}


.required-field {
    color: #ff0000;
    font-size: 8px;
    top: -1px;
    margin-left: -12px;
}

.dropdown-menu,
.alert {
    border-radius: 0;
}

.main-color{
    color: #029db1 !important;
}

.color-red {
    color: #ff0000 !important;
}

.color-orange {
    color: orange !important;
}


.text-14 {
    font-size: 14px;
}

.text-12 {
    font-size: 12px;
}

.product-list-container,
.retail-product-list-container {
    height: 150px;
    overflow: auto;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    padding: 0px 5px;
}

.product-element {
    border: 1px solid #CCCCCC;
    background-color: #EEEEEE;
    margin: 5px 0px;
    padding: 2px 15px 2px 2px;
    position: relative;
}

.product-element .clear-product-element {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1px;
    margin: auto;
    height: 15px;
}

input,
select,
textarea {
    border-radius: 0 !important;
}

.tooltip > .tooltip-inner {
    background: linear-gradient(45deg, #01B5CC, #177d8a);
    font-size: 12px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #01B5CC;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #01B5CC;
}

.ajax-selectpicker-container{
    height: 30px;
}

.ajax-selectpicker-container .wait-img{
    right: -3px !important;
}

.right-15 {
    right: -15px !important;
}

.pre-search-custom.disabled {
    color: #CCCCCC !important;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.pre-search-custom.disabled .main-color{
    color: #CCCCCC !important;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px !important;
}

.pt-15 {
    padding-top: 15px;
}

.pt-25 {
    padding-top: 25px;
}

.mr-l-0 {
    margin-left: 0px;
}

.mr-r-0 {
    margin-right: 0px;
}

.mr-r-7 {
    margin-right: 7px;
}

.mr-r-20 {
    margin-right: 20px;
}

.mr-r-30 {
    margin-right: 30px;
}

[v-cloak] {
  display: none;
}

/* Switcher */

.switch input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.switch {
    display: inline-block;
    font-size: 14px;
    height: 18px;
    width: 34px;
    border-radius: 1em;
    border: 2px solid #02b2c8;
    background-color: #02b2c8;
    margin-bottom: -4px;
}

.switch.auto-refreshed {
    border: 2px solid #16cb3f;
    background-color: #16cb3f;
}

.switch div {
    height: 14px;
    width: 14px;
    border-radius: 1em;
    margin-left: 1px;
    /*box-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3);*/
    -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
          transition: all 300ms;
    background-color: #ffffff;

}

.switch input:checked + div {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.p-relative {
    position: relative;
}

.mt-0-6 {
    margin-top: -6px;
}


.def-row {
    margin-left: -15px !important;
}

.no-scroll {
    overflow: hidden;
    padding-right: 15px;
}
/*-- Switcher */


@media (min-width: 1200px) {
    .container {
        width: 95%;
    }
}

@media (max-width: 768px) {
    .row {
        margin-left: 0px;
    }

    .no-padding-mobile {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .top-space-15-mobile {
        margin-top: 15px;
    }

    .bottom-space-15-mobile {
        margin-bottom: 15px;
    }

    body {
        margin-bottom: 180px;
    }

    .footer .about-link {
        text-align: center;
        margin-top: 15px;
    }

    .pr-m-0 {
        padding-right: 0px !important;
    }
}