﻿

@font-face {
    font-family: akzidenz-grotesk-pro-light;
    src: url('../fonts/Win/AkzidGroProLig.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: akzidenz-grotesk-pro-med;
    src: url('../fonts/Win/AkzidGroProMed.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
}

.aw-panel {
    border: 1px solid black;
    border-radius: 6px;
    background-color: #ebeced;
    padding: 5px;
}

.aw-panel-bg-white {
    border: 1px solid black;
    border-radius: 6px;
    background-color: white;
    margin: 5px;
    padding: 5px;
}

.row-spacing {
    margin-top: 5px;
    min-height: 25px;
}


.padding8 {
    padding: 8px
}

.padding2 {
    padding: 2px
}

.header-font-main {
    font-family: akzidenz-grotesk-pro-med;
}

.font-main {
    font-family: akzidenz-grotesk-pro-light;
}

.font-white {
    color: white;
}

.AW-Container {
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ebeced;
}

.AW-Container-sm {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ebeced;
}

.aw-panel {
    border: 1px solid black;
    border-radius: 6px;
    background-color: #ebeced;
    padding: 5px;
}

.aw-panel-bg-white {
    border: 1px solid black;
    border-radius: 6px;
    background-color: white;
    margin: 5px;
    padding: 5px;
}

.btn-regal-primary {
    background-color: darkgoldenrod;
    font-weight: bold;
    border: none;
}

.modal2 {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.ModalPopupBG {
    background-color: #000000;
    filter: alpha(opacity=30);
    opacity: 0.7;
}

.ModelPnl {
    background: white;
    border: 2px solid gray;
    padding: 20px
}

body {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

@media (max-width: 767px) {
    body {
        font-size: 10px !important;
    }

    .btn {
        font-size: 10px
    }

    table {
        font-size: 10px
    }
}

@media (max-width: 480px) {
    body {
        font-size: 8px !important;
    }

    .btn {
        font-size: 10px
    }

    table {
        font-size: 10px
    }
}

/*Bootstrap overrides*/
@media (min-width: 1080px) {
    .modal-xl {
        width: 1000px;
    }
}

@media (min-width: 1480px) {
    .modal-xxl {
        width: 1400px;
    }
}

.btn-primary {
    background-color: black;
    border-color: black;
    font-family: akzidenz-grotesk-pro-med;
}

    .btn-primary:focus,
    .btn-primary.focus {
        background-color: black;
        border-color: black;
    }

    .btn-primary:hover {
        background-color: darkgrey;
        border-color: black;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-color: black;
        border-color: black;
    }

.btn {
    font-family: akzidenz-grotesk-pro-med;
}

.form-group {
    margin-bottom: 0px;
}

@font-face {
    font-family: akzidenz-grotesk-pro-light;
    src: url('../fonts/Win/AkzidGroProLig.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: akzidenz-grotesk-pro-med;
    src: url('../fonts/Win/AkzidGroProMed.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
}
/* END Bootstrap overrides*/

/*Navbar overrides*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #00cac9;
    color: white;
    font-weight: bold
}


.navbar-default .navbar-nav > .inactive > a, .navbar-default .navbar-nav > .inactive > a:hover, .navbar-default .navbar-nav > .inactive > a:focus {
    color: white;
    background-color: #7f7f7f;
    font-weight: bold;
}


    .navbar-default .navbar-nav > .inactive > a, .navbar-default .navbar-nav > .inactive > a:focus {
        color: white;
        background-color: #7f7f7f;
        font-weight: bold;
    }

        .navbar-default .navbar-nav > .inactive > a:hover {
            color: #fff;
            background-color: #00cac9;
            font-weight: bold
        }

.navbar-nav {
    margin: 0 auto;
    float: none;
    width: 100%;
}

    .navbar-nav > li {
        float: none;
        text-align: center;
        border: 1px solid #fff;
    }

        .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
            line-height: 15px;
        }


.navbar {
    min-height: 0
}

.navbar-default {
    background-color: transparent;
    border: none;
}


.btn-default {
    color: #fff;
    background-color: #00cac9;
    border-color: #ccc;
    font-family: akzidenz-grotesk-pro-med;
}


.row .header {
    background-color: black;
    color: white !important;
}

.header > a {
    color: white !important;
}

.form-control2 {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.row-striped:nth-of-type(odd) {
    background-color: #DCDCDC;
    padding-top: 10px;
    padding-bottom: 10px;
}

.row-striped:nth-of-type(even) {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}




.ProductThumb {
    max-width: 100%;
    max-height: 100%;
}

.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.table-responsive {
    border: none;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.colorLevel1 {
    background-color: #00cac9;
    color: white
}

.colorLevel2 {
}

.colorLevel3 {
}

.CalendarDatePicker .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: lemonchiffon;
    color: #ad0b08;
}

.CalendarDatePicker .ajax__calendar_body {
    height: 15em;
}

.ProductBullet {
    list-style: disc;
    padding: 0px;
}



.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-center-xs {
        text-align: center;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-justify-xs {
        text-align: justify;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }

    .text-left-sm {
        text-align: left;
    }

    .text-center-sm {
        text-align: center;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-justify-sm {
        text-align: justify;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }

    .text-left-md {
        text-align: left;
    }

    .text-center-md {
        text-align: center;
    }

    .text-right-md {
        text-align: right;
    }

    .text-justify-md {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }

    .text-left-lg {
        text-align: left;
    }

    .text-center-lg {
        text-align: center;
    }

    .text-right-lg {
        text-align: right;
    }

    .text-justify-lg {
        text-align: justify;
    }
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.SortLink {
    color: black;
}

    .SortLink:hover {
        text-decoration: underline;
        color: black !important;
    }

.inline-title {
    display: inline-block;
}

.small-header-font-main {
    font-family: akzidenz-grotesk-pro-med;
    font-size: 15px;
    margin-bottom: 3px;
}

.inverse-header-bg {
    background-color: black;
    color: white;
    padding: 8px;
}

.header-white {
    color: white;
}

body.modal-open .modal {
    display: flex !important;
    height: 100%;
}

    body.modal-open .modal .modal-dialog {
        margin: auto;
    }

.repeaterHeader {
    background-color: black;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 8px;
    color: white;
    vertical-align: top;
}

.repeaterRow {
    padding: 8px;
    vertical-align: top;
}

.dz-message {
    text-align: center;
    font-size: 28px;
}

.dz-preview .dz-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 80%;
    vertical-align: middle;
    overflow: hidden;
}

.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

    .checkbox .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 15%;
    }

.checkbox label input[type="checkbox"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon {
        opacity: 0;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr {
        opacity: .5;
    }
