@font-face {
    font-family: "Conv_phagspab";
    src: url("fonts/phagspab.eot");
    src: local("☺"), url("fonts/phagspab.woff") format("woff"),
        url("fonts/phagspab.ttf") format("truetype"),
        url("fonts/phagspab.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Conv_phagspa";
    src: url("fonts/phagspa.eot");
    src: local("☺"), url("fonts/phagspa.woff") format("woff"),
        url("fonts/phagspa.ttf") format("truetype"),
        url("fonts/phagspa.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.inputField {
    padding: 4px 4px;
    border-radius: 7px;
    border: 1px solid #e1e1e1;
    width: 100%;
    margin-bottom: 10px;
}
.sortIcon {
    color: black;
    font-family: "Conv_phagspa", sans-serif;
    font-size: 11px;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background: #dddddd;
}
.colorListHeader {
    padding: 15px;
    font-size: 22px;
    padding-bottom: 6px;
}
#mat,
#glans,
#wens,
#parts {
    padding: 13px;
    background: #f1f1f1;
    border-radius: 5px;
    margin-bottom: 20px;
}
#image1Thumb {
    border-bottom: 3px solid #d1d1d1;
}
#image3Thumb {
    border-bottom: 3px solid #d1d1d1;
}
.carousel-control-next,
.carousel-control-prev {
    color: #000000;
    border: 0px;
    background-color: transparent;
    width: 80px;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.rock {
    font-family: rockwell, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #faa736;
}
.filterOptions {
    cursor: pointer;
}
.btn-sm-tag {
    padding: 0.15rem 0.25rem;
    font-size: 0.675rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    margin-right: 0.15rem;
}

body {
    overflow-y: scroll;
}

a:link {
    text-decoration: none;
}

/* visited link */
a:visited {
    text-decoration: none;
}

/* mouse over link */
a:hover {
    text-decoration: none;
    color: #a8a2a2;
}

/* selected link */
a:active {
    text-decoration: none;
    color: #fff;
}
.tagPakket {
    cursor: pointer;
}
.pdfDowloadVac {
    font-size: 14px;
    font-weight: bold;
}

.title18 {
    font-size: 13px;
    font-weight: bold;
    font-family: "Conv_phagspab";
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 2px;
    line-height: auto;
}

.title25 {
    font-size: 28px;
    font-weight: bold;
    font-family: "Conv_phagspab";
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #e62027;
}
.subTitle13 {
    font-size: 14px;
    font-family: "Conv_phagspa";
    margin-bottom: 11px;
    font-weight: bold;
    margin-top: 3px;
    line-height: auto;
    text-transform: uppercase;
}
.subTitle16 {
    font-size: 16px;
    font-weight: 700;
    font-family: Conv_phagspab;
    margin-bottom: 10px;
    line-height: auto;
    text-transform: uppercase;
    color: #6c757d;
}

#newItem {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 1040;
}
#newItemForm {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: #0000009e;
}
#newItemData {
    width: 950px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: white;
    margin-top: 40px;
    position: relative;
}
#addNewItem {
    border: 2px solid #dc2626;
    height: auto;
    width: 950px;
    padding: 20px;
    right: 0;
    position: absolute;
    z-index: 1000;
    background: #fffffff0;
}
#closeNewItem {
    cursor: pointer;
    position: absolute;
    font-weight: bold;
    right: 5px;
    top: 0px;
    text-align: center;
    width: 24px;
    height: 26px;
    padding: 0px;
    margin-top: 4px;
    color: #ec1c24;
}
#mediaBrowser {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 2000;
}
#mediaHead {
    width: 1015px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    background: white;
    border: 2px solid #dc2626;
    margin-top: 40px;
    position: relative;
}
#mediaHeader {
    height: 38px;
    background: #dc2626;
    color: white;
    padding: 4px;
}
#bgBrowser {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: #0000009e;
}
#dirListHolder {
    position: absolute;
    width: 290px;
    border-right: 1px solid #dc2626;
    display: inline;
    overflow-y: scroll;
}
#dirList {
    height: 445px;
}
#addFile {
    position: absolute;
    bottom: 0px;
    height: 52px;
    background: #dc2626;
    color: white;
    width: 290px;
    padding: 5px;
}
#uploadMedia {
    display: none;
    height: 452px;
    width: 720px;
    padding: 10px;
    right: 0px;
    position: absolute;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.94);
}
.closeFileUpload {
    cursor: pointer;
    position: absolute;
    font-weight: bold;
    right: 5px;
    top: 0px;
    text-align: center;
    width: 24px;
    height: 26px;
    padding: 0px;
    margin-top: 4px;
    color: #ec1c24;
}
#fileList {
    height: 445px;
    width: 696px;
    display: inline;
    overflow-y: scroll;
    padding: 5px;
    float: right;
}
.navbar-custom {
    background-color: #ec1c24;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255, 255, 255, 1);
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);

    font-size: 12px;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #fff;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: #ec1c24;
}
.navbar-custom .dropdown-item {
    color: #ffffff;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: WHITE;
    background-color: #ec1c24;
}
.nav-link {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
/*@media all and (min-width:992px)*/
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
}
.dropdown-toggle {
    color: #fff;
}
.dropdown-menu {
    border: 0;
    border-radius: 0;
}

.dropdown-menu a:link {
    color: #fff;
}
.dropdown-menu a:hover {
    color: #fff;
}
.dropdown-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.dropdown-item {
    background-color: #ec1c24;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin: 0;
    font-size: 13px;
}

.dropdown-itemn:hover {
    background-color: #f0c936;
    color: black;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 62px;
    line-height: 60px;
    background-color: #f5f5f5;
}

.configurations {
    padding-top: 20px;
}
.configurations,
li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
.configurations,
li,
li {
    margin-left: 20px;
}

.btnGreen {
    font-size: 16px;
    font-weight: bold;
    font-family: "Conv_phagspab";
    cursor: pointer;
    width: 120px;
    margin-right: auto;
    margin-left: auto;
    background: #33c41d;
    color: #fff;
    padding-top: 2px;
    border: 0px;
}
.btnGreen:visited {
    font-size: 16px;
    font-weight: bold;
    font-family: "Conv_phagspab";
    cursor: pointer;
    width: 120px;
    padding: 6px;
    margin-right: auto;
    margin-left: auto;
    background: #33c41d;
    color: #fff;
    padding-top: 2px;
    border: 0px;
}
.openConfig {
    margin-top: -2px;
}
.openConfig img {
    width: 18px;
    height: 18px;
}
.meerinfoConfig {
    position: absolute;
    bottom: 32px;
    font-size: 12px;
    right: 15px;
}
.pakketPrijsText {
    font-size: 22px;
    font-weight: bold;
    margin-top: -3px;
    margin-bottom: 3px;
}
.QR {
    margin-right: -10px;
    margin-top: -6px;
}
.sentToWhatsapp {
    position: absolute;
    cursor: pointer;
    right: 17px;
    bottom: 8px;
    font-size: 34px;
}
.sentToFacebook {
    position: absolute;
    cursor: pointer;
    right: 55px;
    bottom: 8px;
    font-size: 34px;
}

.sideMenu {
    margin: -20px;
    width: calc(100% + 20px);
    margin-top: 0px;
}
.actionBar {
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 99998;
    padding: 2px;
    line-height: 26px;
}
.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 0px;
    width: 100%;
    position: relative;
}
.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
    text-align: center;
    padding: 0px;
    margin: 10px;
    background: #fff;
    color: #666;
}
.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 25px);
}
.MultiCarousel .leftLst {
    left: 3px;
    padding: 7px;
    padding-top: 0px;
    padding-bottom: 2px;
    font-weight: bold;
}
.MultiCarousel .rightLst {
    right: 3px;
    padding: 7px;
    padding-top: 0px;
    padding-bottom: 2px;
    font-weight: bold;
}
.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    display: none;
    background: #fff;
}

@media screen and (min-width: 380px) {
    .openConfig {
        margin-top: -3px;
    }
}

.btnDealer {
    font-size: 18px;
    font-weight: bold;
    font-family: "Conv_phagspab";
    cursor: pointer;
    margin-left: -15px;
    display: block;
    width: 160px;
    padding: 8px;
    margin-top: 4px;
    background: #33c41d;
    color: #fff;
    border: 0px;
    text-decoration: none;
}

.btnDealer:visited {
    font-size: 18px;
    font-weight: bold;
    font-family: "Conv_phagspab";
    cursor: pointer;
    margin-left: -15px;
    display: block;
    width: 160px;
    padding: 8px;
    margin-top: 4px;
    background: #33c41d;
    color: #fff;
    border: 0px;
    text-decoration: none;
}
.btnDealer:hover {
    font-size: 18px;
    font-weight: bold;
    font-family: "Conv_phagspab";
    cursor: pointer;
    margin-left: -15px;
    display: block;
    width: 160px;
    padding: 8px;
    margin-top: 4px;
    background: #33c41d;
    color: #fff;
    border: 0px;
    text-decoration: none;
}
.btnDealerDisabled,
.btnDealerDisabled:visited,
.btnDealerDisabled:hover {
    font-size: 18px;
    font-weight: bold;
    font-family: "Conv_phagspab";
    cursor: pointer;
    margin-left: -15px;
    display: block;
    width: 160px;
    padding: 8px;
    margin-top: 4px;
    background: #777;
    color: #fff;
    border: 0px;
    text-decoration: none;
}

#rightDealer {
    display: none;
}

@media screen and (min-width: 960px) {
    .sideMenu {
        margin: -20px;
        width: calc(100% + 20px);
        margin-top: 20px;
    }
    .actionBar {
        position: fixed;
        top: 10px;
        right: 330px;
        z-index: 99998;
        padding: 2px;
        line-height: 36px;
    }
    .meerinfoConfig {
        position: absolute;
        bottom: 44px;
        font-size: 12px;
        right: 13px;
    }

    .openConfig img {
        width: auto;
        height: auto;
    }
    .loadPackageConfig {
        font-size: 18px;
        font-weight: bold;
        font-family: "Conv_phagspab";
        cursor: pointer;
        width: 96%;
        margin-right: auto;
        margin-left: auto;
        background: #33c41d;
        color: #fff;
        padding: 8px;
        text-align: center;
        border: 0px;
        bottom: 0px;
        position: absolute;
    }

    .MultiCarousel .leftLst {
        left: 8px;
        padding: 7px;
        padding-top: 0px;
        padding-bottom: 2px;
        font-weight: bold;
    }
    .MultiCarousel .rightLst {
        right: 8px;
        padding: 7px;
        padding-top: 0px;
        padding-bottom: 2px;
        font-weight: bold;
    }

    #rightDealer {
        display: block;
        padding-left: 0px;
        position: absolute;
        width: 300px;
        z-index: 1000;
        right: 0px;
    }
    .pakketPrijsText {
        font-size: 26px;

        margin-top: -12px;
        margin-bottom: 3px;
    }
    .QR {
        margin-right: -6px;
        margin-top: -6px;
    }
    .sentToWhatsapp {
        position: absolute;
        cursor: pointer;
        bottom: 3px;
        right: 20px;
        font-size: 39px;
    }
    .sentToFacebook {
        position: absolute;
        cursor: pointer;
        bottom: 3px;
        right: 60px;
        font-size: 39px;
    }
}
@media screen and (min-width: 944px) {
    .pdfDowloadVac {
        font-size: 19px;
    }

    .btnGreen {
        font-size: 16px;
        font-weight: bold;
        font-family: "Conv_phagspab";
        cursor: pointer;
        width: 140px;
        padding: 8px;
        margin-right: auto;
        margin-left: auto;
        background: #33c41d;
        color: #fff;
        border: 0px;
    }
    .loadPackageConfig {
        font-size: 16px;
        font-weight: bold;
        font-family: "Conv_phagspab";
        cursor: pointer;
        width: 96%;
        margin-right: auto;
        margin-left: auto;
        background: #33c41d;
        color: #fff;
        padding: 8px;
        text-align: center;
        border: 0px;
        bottom: 0px;
        position: absolute;
    }
}
