@font-face {
    font-family: 'Segoe-ui';
    src: url(segoe-ui.ttf) format('truetype');
}


html {
    font-family: 'Segoe-ui';
    font-size: 15px;
    margin: 0;
    padding: 0;
}

body {
    background-color: #F4F8FD;
}

button {
    border:none;
    background:none;
    cursor:pointer;
    color:white;
}

.remainls {
    position:fixed;
    bottom:5px;;
    left:5px;
    color:white;
    font-size:0.8rem;
    z-index:10000;
}

.divider {
    float: left;
    width: 100%;
    height: 2px;
    margin: 5px 0 5px 0;
    background-color: #a8a8a8;
}

.apptop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(/Images/Splash_Screen.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.conscook {
    position: fixed;
    left:0;
    width: 100%;
    bottom: 60px;
    z-index:1000;
    max-height:500px;
    overflow-y:scroll;
}

.cookieConsent {
    float: left;
    border: 1px solid black;
    border-radius: 5px;
    margin: 0 20px;
    background-color: #233061;
    color: white;
    font-size: 0.9rem;
    text-align: center;
    letter-spacing: 2px;
}

.conscook .cartbuttons {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    padding-top:5px;
}

.conscook a {
    color: white;
    font-weight: bold;
}

.conscook .poldiv {
    float: left;
    text-align: left;
    padding: 10px;
    margin-top: 0px;
    height: 500px;
    overflow-y: scroll;
    border: 1px solid gray;
    border-radius: 10px;
    font-size: 0.8rem;
    letter-spacing: 1px;
}


.meter {
    position: absolute;
    top: 350px;
    left: 0;
    width: 100vw;
    text-align: center;
    color: black;
}

.loadanim {
    float:left;
    width:100%;
    text-align:center;
    margin-top:10vh;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.prevent-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.processmess {
    float:left;
    clear:left;
    margin-top:50px;
    border:1px solid gray;
    width:100%;
    text-align:center;
    font-weight:bold;
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 115px;
    color: white;
    background-color: #F4F8FD;
    background-image: url('../Images/BAT_header.png');
    background-repeat: no-repeat;
    background-position-x: 30px;
    background-position-y: 20px;
    z-index: 1000;
}

    .topbar .rounded {
        float: right;
        width: 164px;
        height: 90px;
        background-image: url('../Images/header_blueshapeRTI.png');
        background-repeat:no-repeat;
    }

.topbarhdr {
    float: left;
    width: 100vw;
    text-align: center;
    color: #233061;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    background-color: #F4F8FD;
}

    .topbarhdr .backbut {
        position:absolute;
        top:0;
        left:10px;
        width: 40px;
        height: 40px;
        background-image: url(/Images/back.png);
        background-size: 35px;
        background-repeat: no-repeat;
        cursor:pointer;
    }



.rti {
    display:none;
    position:absolute;
    right:50px;
    top:20px;
    font-size:26pt;
    font-weight:bold;
    color:white;
}

.csonline {
    position: fixed;
    top: 35px;
    right: 15px;
    width: 14px;
    height: 14px;
    background-color: #96c55d;
    border-radius: 10px;
}

.csoffline {
    position: fixed;
    top: 35px;
    right: 15px;
    width: 14px;
    height: 14px;
    background-color: red;
    border-radius: 10px;
}

.maincont {
    float:left;
    margin-top:0px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.container {
    float:left;
    margin-top:120px;
    text-align: center;
    width: 375px;
    padding:15px 0;
    margin-bottom:50px;
    position:relative;
}

.app-logo {
    height: auto;
    margin-bottom: 30px;
    border: 2px solid #01112f;
    border-radius: 10px;
}

.selsal {
    width: 100%;
    color: #1f3467;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .selsal .prompt {
        font-size:2rem;
        letter-spacing:3px;
    }

    .selsal .selname {
        font-size: 3rem;
        font-weight: bold;
        letter-spacing: 3px;
    }


.point-cont {
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 370px;
    background: #dbecf8;
    border-radius: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #233061;
}


.point-cont table {
    float: left;
    width: 98%;
}

.point-icon {
    float: left;
    width:45px;
    height:50px;
    background-image: url(/Images/pineza.svg);
    background-repeat: no-repeat;
    background-size:32px;
}

.point-title {
    font-size: 1.2rem;
    font-weight:bold;
    letter-spacing: 1px;
    margin-right:10px;
}

.point-subtitle {
    margin-top: 10px;
    font-size: 1rem;
    letter-spacing: 3px;
    margin-right: 10px;
}

.options-container {
    float: left;
    width: 370px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}

.option-button {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
    width: 120px;
    height: 120px;
}

    .option-button.imerprog {
        background-image: url(/Images/HPE_Button.png);
        background-repeat: no-repeat;
    }

        .option-button.imerprog:hover {
            background-image: url(/Images/HPE_Button_Hover.png);
        }


    .option-button.diagpol {
        background-image: url(/Images/DP_Button.png);
        background-repeat: no-repeat;
    }

        .option-button.diagpol:hover {
            background-image: url(/Images/DP_Button_Hover2.png);
        }

    .option-button.anaimer {
        background-image: url(/Images/AM_Button.png);
        background-repeat: no-repeat;
    }

        .option-button.anaimer:hover {
            background-image: url(/Images/AM_Button_Hover.png);
        }

    .option-button.epmeka {
        background-image: url(/Images/EMK_Button.png);
        background-repeat: no-repeat;
    }

        .option-button.epmeka:hover {
            background-image: url(/Images/EMK_Button_Hover.png);
        }

    .option-button.apopro {
        background-image: url(/Images/AP_Button.png);
        background-repeat: no-repeat;
    }

        .option-button.apopro:hover {
            background-image: url(/Images/AP_Button_Hover.png);
        }

    .option-button.axsim {
        background-image: url(/Images/AS_Button.png);
        background-repeat: no-repeat;
    }

        .option-button.axsim:hover {
            background-image: url(/Images/AS_Button_Hover.png);
        }

    .option-button.anime {
        background-image: url(/Images/AM_Button.png);
        background-repeat: no-repeat;
    }

        .option-button.anime:hover {
            background-image: url(/Images/AM_Button_Hover.png);
        }

    .option-button.telvis {
        background-image: url(/Images/TE_Button.png);
        background-repeat: no-repeat;
    }

        .option-button.telvis:hover {
            background-image: url(/Images/TE_Button_Hover.png);
        }

    .option-button.exitapp {
        background-image: url(/Images/exit.png);
        background-repeat: no-repeat;
    }

        .option-button.exitapp:hover {
            background-image: url(/Images/exit_Hover.png);
        }

/*----------------------*/

.ic00 {
    background-image: url(/Images/calendar3.svg);
    background-size: 48px;
}

.ic01 {
    background-image: url(/Images/trophy.svg);
    background-size:48px;
 }

.ic02 {
    background-image: url(/Images/people.svg);
    background-size: 48px;
}

.ic03 {
    background-image: url(/Images/bricks.svg);
    background-size: 48px;
}

.ic04 {
    background-image: url(/Images/star.svg);
    background-size: 48px;
}

.ic05 {
    background-image: url(/Images/exit.svg);
    background-size: 48px;
}

.ic06 {
    background-image: url(/Images/clipboard.svg);
    background-size: 48px;
}

/*----------------------*/
.contestinfo {
    float: left;
    width: 370px;
    margin-top: 0px;
    border-radius: 10px;
    background-color: #d7f8d7;
    margin-bottom: 30px;
    color: #233061;
}

.contdesc {
    float: left;
    width: 100%;
    border-radius: 10px 10px 0 0;
    font-size: 1.6rem;
    letter-spacing: 2px;
    padding: 10px 0;
}

.contprize {
    float: left;
    width: 100%;
    margin: 0px 0 10px 0;
}

    .contprize span {
        float:left;
        width:100%;
        font-size: 1.4rem;
        padding:5px 0;
        font-weight: bold;
        letter-spacing: 2px;
        text-align: center;
        background-color: #233061;
        color:white;
    }


.contgoaltyp {
    float: left;
    width: 100%;
    font-size: 1rem;
    
}
.contgoalqty {
    float: left;
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing:2px;
}

.contcategory {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

.contproduct {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

.contproductphoto img {
    float: left;
    margin-top: 5px;
    margin-left:145px;
    width: 80px;
}

.contfooter {
    float: left;
    width: 100%;
    margin-top:5px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    font-weight:bold;
    border-top:1px solid black;
}

.conttypedesc {
    float: left;
    margin-left: 10px;
    font-size: 0.8rem;
}

.contstart {
    float: left;
    margin-left:20px;
    font-size: 0.8rem;
}
.contend {
    float: left;
    margin-left: 20px;
    font-size: 0.8rem;
}

/*----------------------*/

.footer {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 0px 0;
    background-color: #233061;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    border-top: 2px solid #bedbf1;
}

.smoker {
    position: fixed;
    bottom: 40px;
    left: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 1px 1px 10px 0px gray;
    cursor:pointer;
}

    .smoker::before {
        content: "+";
        height: 40px;
        width: 40px;
        font-size: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        color: white;
    }

    .smoker.norm {
        background-color: green;
    }

    .smoker.fire {
        background-color: red;
    }

/*----------------------*/

.sectionhdr {
    position:sticky;
    top:120px;
    background-color: #f4f8fd;
    color: #233061;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight:bold;
    letter-spacing: 3px;
    text-align: center;
}

.sectionmessage {
    float: left;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    background-color: #cbdbfa;
    color: black;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

    .sectionmessage.new {
        animation: blinknew 1s linear;
        animation-duration: 1s;
    }

    @keyframes blinknew {
        50% {
            background-color:forestgreen;
            color:white;
        }
    }

    .sectionmessage.old {
        animation: blinkold 1s linear;
        animation-duration: 1s;
    }

    @keyframes blinkold {
        50% {
            background-color: red;
            color: white;
        }
    }

.subsectionhdr {
    position: sticky;
    top: 120px;
    left: 0px;
    width: 375px;
    z-index: 100;
    padding-top: 10px;
    background-color: #dbedf8;
    overflow: hidden;
    color: #233061;
    font-weight: bold;
    border-radius:10px;
    margin-bottom:10px;
}

    .subsectionhdr span {
        float: left;
        margin-bottom: 10px;
        width: 100%;
        font-size: 1.2rem;
        letter-spacing: 3px;
        text-align: center;
    }

    .subsectionhdr table {
        width:100%;
        padding:0;
    }

        .subsectionhdr table td.cbtd {
            text-align: right;
            padding-left:40px;
        }

        .subsectionhdr table td.lbtd {
            text-align:left;
        }

        .subsectionhdr.contact input[type=checkbox] {
            height: 1.4rem;
            width: 1.4rem;
            cursor: pointer;
        }

        .subsectionhdr.contact label {
            font-size: 1.1rem;
            cursor: pointer;
            font-weight: bold;
        }

.tablecontainer {
    float: left;
    clear: left;
    width: 375px;
    padding-top: 1px;
    border-radius: 15px 15px 15px 15px;
    margin-bottom: 50px;
    border-bottom:1px solid #233061;
}

.dtable {
    width: 370px;
    background-color: white;
    padding: 0px;
    border-spacing: 0px;
    margin: 0 auto;
    border-radius: 15px;
    margin-bottom: 5px;
}

    .dtable tr.treven:hover, .dtable tr.trodd:hover {
        background-color: #d8d8d8;
    }

    .dtable thead {
        color: white;
        border-radius: 5px;
        border-bottom: 1px solid black;
    }
        .dtable thead th {
            font-weight: normal;
            letter-spacing: 1px;
            font-size: 1rem;
            vertical-align: middle;
            color: white;
            background-color: #233061;
        }

    .dtable td {
        font-weight: normal;
        font-size: 0.9rem;
        padding: 5px 10px;
        vertical-align: middle;
    }

    .dtable td .tdleft {
        text-align:left;
    }

    .dtable .btn {
        display: block;
        padding: 12px 20px;
        font-size: 18px;
        text-align: center;
        text-decoration: none;
        background-color: #01112f;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s;
        letter-spacing: 2px;
    }

        .dtable .btn:hover {
            background-color: #172f5c;
        }

        .dtable tr.treven {
            background-color:#e8e8e8;
        }

    .dtable .btnStart {
        display: block;
        width:64px;
        height:64px;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        background-image: url(/Images/Start.png);
    }
/*-----------------------------*/

.pname {
    text-align:left;
    font-weight:bold;
    margin:5px 0;
    font-size:1.2rem;
}
.paddress {
    text-align: left;
    font-size: 0.9rem;
    margin: 5px 0;
}
.pstate {
    text-align: left;
    font-size: 0.9rem;
}

.showpointmap {
    float:left;
    margin:5px 0 5px 10px;
    width:120px;
    text-align:center;
    cursor:pointer;
    color:white;
    background-color:#0f2651;
    font-size:1rem;
}
/*-----------------------------*/
.inven thead {
    position: sticky;
    top: 120px;
    background-color: #60c4de;
}
    .inven thead td {
        font-weight: normal;
        letter-spacing: 1px;
        font-size: 1rem;
        vertical-align: middle;
        color: black;
    }

    .inven thead th {
        font-weight: normal;
        letter-spacing: 1px;
        font-size: 1rem;
        border-bottom: 1px solid black;
        vertical-align: middle;
        color: white;
    }

.dtable.inven .trtitle td {
    border-radius:10px 10px 0 0 ;
}

.dtable td._productcode {
    letter-spacing: 1px;
}

.dtable td._productdesc {
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-align: left;
    color: black;
    display: flex;
    align-items: center;
}

.dtable td._flproductdesc span{
    float:left;
    text-align: left;
    font-size:1rem;
    letter-spacing:2px;
}


    .dtable td._productdesc .productphoto {
        float:left;
    }

    .dtable td._productdesc .productphoto img {
        width:50px;
        margin-right:10px;
    }

        .dtable td._productdesc .productphoto span {
            float:left;
        }


.dtable td._inventory input {
    text-align:center;
    padding-left:5px;
    width:60px;
    height:25px;
    font-size:1.2rem;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius:5px;
}

/*---------------------------*/

.controls.evals {
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px 0;
    letter-spacing: 2px;
    color: #233061;
    background-color: #fcd889;
    font-weight:bold;
    font-size:1.2rem;
}
.controls.review {
    position:sticky;
    top:120px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px 0;
    letter-spacing: 2px;
    background-color: #fbcca5;
    font-weight: bold;
    font-size: 1.2rem;
    color:#233061;
}

.qstquestion {
    float: left;
    width: 100%;
    background-color: #233061;
    color:white;
    margin-bottom: 10px;
    background-image: url(/Images/question.svg);
    background-size: 30px;
    background-position-x: 5px;
    background-position-y: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

    .qstquestion span {
        float: left;
        margin-left: 50px;
        width: 350px;
        text-align: left;
        font-size: 1.1rem;
        letter-spacing: 1px;
        padding: 10px 0;
    }


.qstanswer {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    .qstanswer input {
        float: left;
        width: 360px;
        height: 25px;
        padding: 0;
        margin-left: 5px;
        text-align: center;
        font-size: 1rem;
        letter-spacing: 1px;
        border-radius: 10px;
    }

    .qstanswer select {
        text-align: center;
        width: 360px;
        height: 30px;
        padding: 0;
        margin-left: 5px;
        border-radius: 5px;
        font-size: 1rem;
        letter-spacing: 1px;
        border-radius: 10px;
        word-wrap: break-word;
    }

    .qstanswer select option {
        float:left;
        word-wrap: break-word;
        text-align:left; 
    }

.badtrial {
    float: left;
    width: 100%;
    background-color: #e8e8e8;
    margin-bottom: 10px;
    border-bottom: 1px solid #172f5c;
}

    .badtrial .catdesc {
        float:left;
        width: 100%;
        color: blue;
        width: 100%;
        letter-spacing:2px;
        font-weight:bold;
    }
    .badtrial .proddesc {
        float: left;
        width: 100%;
        color: #172f5c;
        width: 100%;
        letter-spacing: 2px;
        
    }

/*-----------------------------*/
.controls {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    background-color: #dbedf8;
    margin-top:0px;
    margin-bottom: 0px;
    padding-top: 0px;
    overflow: hidden;
}

    .controls.main {
        border-radius:10px;
        background-color: #f5a99c;
        height: 70px;
        padding-top: 10px;
        overflow: hidden;
    }


.btnmenu {
    width: 50px;
    height: 50px;
    margin: 5px 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .btnmenu .flavortest {
        width: 52px;
        height: 52px;
        background-image: url(/Images/01.png);
        background-size: 52px;
        background-repeat: no-repeat;
    }

    .btnmenu .cart {
        width: 52px;
        height: 52px;
        background-image: url(/Images/02.png);
        background-size: 52px;
        background-repeat: no-repeat;
    }

    .btnmenu .persondata {
        width: 52px;
        height: 52px;
        background-image: url(/Images/03.png);
        background-size: 52px;
        background-repeat: no-repeat;
    }

    .btnmenu .checkout {
        width: 52px;
        height: 52px;
        background-image: url(/Images/04.png);
        background-size: 52px;
        background-repeat: no-repeat;
    }

    .btnmenu .countsmoker {
        width: 52px;
        height: 52px;
        background-image: url(/Images/smoker.png);
        background-size: 52px;
        background-repeat: no-repeat;
    }

    .btnmenu .backtomain {
        width: 52px;
        height: 52px;
        background-image: url(/Images/back.png);
        background-size: 52px;
        background-repeat: no-repeat;
    }

/*------------------------------*/

.btngroup {
    float: left;
    width: 90px;
    height: 35px;
    background-color: #C4D7E0;
    border-radius: 40px;
    margin: 5px 10px 10px 10px;
    color: white;
    transition: background-color 0.3s;
    padding: 0 0 3px 0;
    cursor: pointer;
    color: black;
}

    .btngroup table {
        float: left;
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 1rem;
        letter-spacing:1px;
    }

    .btngroup:hover {
        background-color: #172f5c;
        color: white;
    }

    .btngroup.btnselected {
        background-color: #172f5c;
        color: #F8F9D7;
    }

.btnsave {
    width: 50px;
    height: 50px;
    background-image: url(/Images/dataadd.svg);
    background-position: 0px;
    background-repeat: no-repeat;
    background-size: 50px;
    cursor:pointer;
}

.btnsavemess {
    float: left;
    margin-top: 5px;
    width: 100%;
    color: red;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}

.btnexit, .btnconfirm {
    width: 50px;
    height: 50px;
    padding:10px 10px;
    margin: 5px 10px 5px 0;
    font-size: 1rem;
    text-align: center;
    background-color: white;
    color: #01112f;
    border:1px solid black;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .btnexit:hover {
        background-color: #cbdbfa; /* Darker blue on hover */
    }

.btnconfirm {
    width: 100px;
    height: 20px;
    padding: 10px 10px;
    margin: 25px 0px 5px 105px;
    font-size: 1rem;
    text-align: center;
    background-color: #6E85B7;
    color: white;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .btnconfirm:hover {
        background-color: #B2C8DF; /* Darker blue on hover */
    }

    .btnconfirm.unlocker {
        width: 150px;
        margin: 20px auto;
        background-color: #a00000;
    }

/*-----------------------------*/
.worktitle {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #0f2651;
    color: white;
    padding:10px 0;
    letter-spacing:2px;
}

.workselect {
    height: 30px;
    font-size: 1.3rem;
    background-color: #0f2651;
    color: white;
    text-align:center;
}
/*-----------------------------*/
.errormess {
    margin:20px 0;
    width: 100%;
    text-align: center;
    background-color: white;
    color: darkred;
    letter-spacing: 1px;
    padding: 15px 0;
    border-top: 3px solid red;
    border-bottom: 3px solid red;
}
/*-----------------------------*/

.trialbox {
    display: flex;
    justify-content:flex-start;
    width: 350px;
    height: 30px;
}

.trial {
    cursor: pointer;
    margin: 5px auto;
    width: 32px;
    height: 32px;
    background-color: white;
    border: 1px solid #666666;
    border-radius: 20px;
}

    .trial.trialbadselected {
        background-image: url(/Images/checkbad.png);
        background-color: #ee2525;
    }

    .trial.trialgoodselected {
        background-image: url(/Images/checkok.png);
        background-color: green;
    }

.resettrial {
    text-align:center;
    font-size:1rem;
    cursor:pointer;
    display:none;
}

    .resettrial.hastrial {
        display: block;
    }
/*-----------------------------*/

.flexcont {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.productdata {
    float: left;
    position:relative;
    width: 125px;
    height: 200px;
    margin-bottom:20px;
    padding:20px;
    border: 1px solid gray;
    background-color: white;
    border-radius: 15px;
}

    .productdata .productphoto {
        float:left;
        width:100%;
        text-align:center;
    }

    .productdata .productphoto img {
        height:100px;
    }

    .productdata .productcode {
        float: left;
        width: 100%;
        font-size: 1rem;
    }

    .productdata .productdesc {
        float: left;
        width: 100%;
        font-size: 1rem;
    }

    .productdata .productdetails {
        float: left;
        width: 100%;
        font-size: 1rem;
    }
/*-----------------------------*/


.contactdata {
    float: left;
    width: 100%;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px 20px 20px 20px;
    background-color: #6E85B7;
}

    .contactdata .formcontrol {
        float:left;
        margin-left:20px;
        margin-bottom:15px;
    }

        .contactdata .formcontrol label {
            float: left;
            font-size: 0.8rem;
            clear: right;
            color: #F8F9D7;
            letter-spacing: 1px;
        }

        .contactdata .formcontrol input {
            float: left;
            clear: left;
            height: 25px;
            width: 325px;
            text-align: left;
            font-size: 1.1rem;
            border-radius: 5px;
        }

            .contactdata .formcontrol input:focus {
                background-color: #e1e9f8;
            }

        .contactdata table.cdil {
            float: left;
            clear: left;
            margin-left:15px;
            width:340px;
        }

            .contactdata table.cdil tr.simple td {
                vertical-align: top;
                font-size: 0.9rem;
                text-align: justify;
                color: white;
            }

            .contactdata table.cdil tr.simple.bold {
                font-weight:bold;
            }

        .contactdata table.cdil tr.simple td input[type=checkbox] {
            vertical-align:top;
            height: 1.1rem;
            width: 1.1rem;
            cursor: pointer;
        }

        .contactdata table.cdil tr.simple td label {
            font-size: 0.9rem;
            text-align: justify;
            cursor: pointer;
        }

            .contactdata table.cdil tr.wsl.bold {
                font-size: 0.9rem;
                color: white;
                font-weight: bold;
                letter-spacing: 1px;
            }

            .contactdata table.cdil tr.wslsel {
                height: 30px;
                font-size: 1.1rem;
                color: white;
                font-weight: bold;
                letter-spacing: 1px;
                float: left;
                margin-left:13px;
                margin-top: 10px;
                margin-bottom: 3px;
            }

            .contactdata table.cdil tr.wslsel td label {
                cursor: pointer;
            }

                .contactdata table.cdil tr.wslsel td input[type=checkbox] {
                    height: 0.9rem;
                    width: 0.9rem;
                    cursor: pointer;
                }

            .contactdata table.cdil tr.wslchk td label {
                font-size: 0.9rem;
                color:white;
                cursor: pointer;
            }

            .contactdata table.cdil tr.wslchk td input[type=checkbox] {
                height: 0.7rem;
                width: 0.7rem;
                cursor: pointer;
            }

            .contactdata table.cdil tr.wslsel td, .contactdata table.cdil tr.wslchk td {
                width: 85px;
            }

    .contactdata .consgn {
        float:left;
        margin-top:20px;
        color:white;
    }

    .contactdata .signcanvas {
        width:300px;
        height:150px;
        border:1px solid #000000;
        background-color:white;
    }

    .contactdata .fakecanvas {
        width: 300px;
        height: 150px;
    }

    .contactdata .trial {
        cursor: pointer;
        margin: 0px 15px 0 0;
        width: 100px;
        height: 26px;
        padding-top: 5px;
        background-color: white;
        border: 1px solid gray;
        border-radius: 10px;
        letter-spacing: 2px;
    }

        .contactdata .trial.trialselected {
            background-color: #a9c2f1; 
        }

    .contactdata select {
        float: left;
        clear: left;
        height: 30px;
        width: 300px;
        border-radius:5px;
        margin-top:2px;
        font-size:1rem;
    }

    .contactdata select.seldate {
        height: 30px;
        width: 110px;
        margin-right:1px;
        text-align:center;
    }

        .contactdata select.seldate.noclear {
            clear:none;
        }

    .contactdata .cartbuttons {
        height: 30px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        letter-spacing: 1px;
        width: 200px;
        color: white;
        background-color: #233061;
    }

/*-----------------------------*/

.formcontrol.bigcon {
    padding:20px;
    background-color:white;
    border:1px solid #172f5c;
    border-radius:5px;
}

    .formcontrol.bigcon label {
        float:left;
        width:100%;
        font-size: 0.8rem;
        letter-spacing: 2px;
        margin-bottom:20px;
    }

    .formcontrol.bigcon input {
        width: 100px;
        height:25px;
        font-size:1.2rem;
        text-align:center;
    }
        .formcontrol.bigcon input:focus {
            background-color: #e1e9f8;
        }

    .formcontrol.bigcon .btnsave {
        width: 140px;
        height: 24px;
        margin-left: auto;
        margin-right: auto;
        margin-top:20px;
        font-size: 1rem;
    }

.formcontrol img {
    position:absolute;
    top:65px;
    left:80px;
    width: 40px;
}

/*-----------------------------*/

.cartbuttons {
    width: 120px;
    height: 30px;
    font-size: 1.1rem;
    border: 1px solid gray;
    border-radius: 5px;
    box-shadow: 1px 1px 10px 0px gray;
    padding: 0;
    color: white;
    cursor: pointer;
    z-index: 0;
    display: flex;
    justify-content: center;
    letter-spacing: 3px;
}

    .cartbuttons.prods {
        position: absolute;
        bottom: 5px;
        background-color: #233061;
    }

    .cartbuttons.packs {
        position:absolute;
        top:5px;
        right:0;
        width: 80px;
        height: 25px;
        background-color: #233061;
        color: white;
        font-weight: bold;
    }

    .cartbuttons.flav {
        float: left;
        clear: both;
        width: 90px;
        margin-top: 10px;
        border: 1px solid #6E85B7;
        border-radius: 5px;
        background-color: #6E85B7;
        color: #F8F9D7;
        font-size: 1rem;
        padding-top: 5px;
        letter-spacing: 2px;
    }


        .cartbuttons.prods .cartminus, .cartbuttons.flav .cartminus, .cartbuttons.packs .cartminus {
            float: left;
            width: 100%;
            text-align: center;
            font-weight: bold;
        }
        .cartbuttons.prods .cartadd, .cartbuttons.flav .cartadd, .cartbuttons.packs .cartadd {
            float: left;
            width: 100%;
            text-align: center;
            font-weight: bold;
        }

    .cartbuttons.prods .cartquan, cartbuttons.flav .cartquan, cartbuttons.packs .cartquan {
        padding: 0 15px;
        font-weight: bold;
        background-color: white;
        color: #233061;
    }

    .cartbuttons:hover {
        background-color: #a00000;
    }

/*-----------------------------*/

.subhdr {
    float: left;
    width: 100%;
    margin: 10px 0 0px 0;
    background-color: #172f5c;
    color: white;
    font-size: 1.2rem;
    letter-spacing: 2px;
    border: 1px solid #172f5c;
    border-radius: 10px 10px 0 0;
}

.checkcontact {
    float: left;
    width: 100%;
    background-color: #6E85B7;
    color: white;
    text-align: center;
    letter-spacing: 2px;
    border: 1px solid #172f5c;
}

.contactname, .contactsurname, .contactmobile, .contactemail, .contactbirthdate,
.contactgender, .contactagegroup, .contactconsenttype, .contactsobg, .contactsobb {
    float: left;
    width: 100%;
    text-align: center;
}
    .contactmobile .mobold {
        font-weight:bold;
        letter-spacing:2px;
    }

    .contactname, .contactsurname {
        font-size: 1.4rem;
        letter-spacing: 2px;
    }

.contactsobg, .contactsobb {
    font-size: 0.9rem;
    letter-spacing: 1px;
}


.checkcart {
    float: left;
    width: 101%;
    margin: 0px;
    background-color: white;
    border: 1px solid #e8e8e8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    border-spacing: 0px;
}

    .checkcart tr td {
        border-left: 1px solid #989898;
        border-right: 1px solid #989898;
        border-bottom: 1px solid #989898;
        height: 40px;
    }

    .checkcart tr+tr td {
        border-top: none;
        
    }

    .checkcart .infopro {
        background-color:#233061;
        color:white;
    }

    .checkcart .infosale {
        background-color: #6E85B7;
        color: white;
    }

    .checkcart .cartqty {
        width: 40px;
        font-size: 1.2rem;
        text-align:center;
    }

    .checkcart .cartproduct {
        font-size: 1.2rem;
    }

    .checkcart .formcontrol {
        float:left;
        width:100%;
        margin:5px 0 5px 0;
    }

    .checkcart label {
        color: white;
        font-size:1rem;

        margin-right:10px;
    }

    .checkcart input {
        color: #01112f;
        font-size:1rem;
        margin-right:10px;
    }

    .checkcart input {
        height:25px;
        border-radius:10px;
    }
    .checkcart .formcontrol input:focus {
        background-color: #e1e9f8;
    }

    .checkcart .formcontrol.offers {
        float: left;
        width: 100%;
        text-align: center;
        color: white;
        font-size: 1rem;
    }


    .checkcart .formcontrol.offers label {
        float:left;
        width:100%;
        text-align:center;
        color: white;
        font-size: 1.2rem;
        margin-right: 10px;
    }

        .checkcart .formcontrol.offers select {
            width: 300px;
            height: 25px;
            border-radius: 10px;
            font-size:1rem;            
        }
            .checkcart .formcontrol.offers select option {
                text-align: center;
                color:#233061;
            }

        .checkcart .formcontrol.packs select {
            width: 300px;
            height: 25px;
            border-radius: 10px;
            font-size: 1rem;
        }

            .checkcart .formcontrol.packs select option {
                text-align: center;
            }


    .checkcart .cartbuttons {
        float: left;
        margin:0 0 10px 110px;
        font-size: 1rem;
    }

    .checkcart .disppacks {
        float: left;
        position:relative;
        width: 100%;
    }

    .checkcart .packname {
        float:left;
        min-height:25px;
        margin-top:5px;
        text-align:left;
        width:240px;
        color:white;
        font-weight:bold;
    }

.nofound {
    float: left;
    width: 100%;
    background-color: white;
    color: #0f2651;
    font-size: 1.2rem;
    border: 1px solid #0f2651;
    border-radius: 0 0 10px 10px;
    padding:10px 0;
}

.checkqst {
    float: left;
    width: 100%;
    background-color: white;
    font-size: 1.1rem;
    border: 1px solid #0f2651;
    border-radius: 0 0 10px 10px;
    padding: 10px 0;
}

/*-----------------------------*/

.visittot {
    float: left;
    clear: left;
    margin-bottom: 20px;
    width: 100%;
    background-color: #fbcca5;
    color: #233061;
    padding: 10px 0px 20px 0px;
    border-radius: 20px;
}

    .visittot .tlabel {
        float: left;
        width: 185px;
        text-align: right;
        font-size:1.2rem;
    }

.visittot .pname {
    float:left;
    width:100%;
    text-align:center;
    font-size:1.2rem;
    letter-spacing:2px;
}

    .visittot .psmokers, .visittot .ptcons, .visittot .ptnamcons, .visittot .pttrials, .visittot .ptsales {
        float: left;
        margin-left:10px;
        text-align: left;
        font-size: 1.2rem;
    }

/*-----------------------------*/
.localerror {
    float: left;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    background-color: #db0e0e;
    color: white;
    font-size: 1rem;
    letter-spacing: 1px;
}
/*-----------------------------*/

.loginfo {
    margin-top:20px;
    font-size:0.9rem;
    text-align:left;
    color:#01112f;
}

.loginfo .loginstr {
    float:left;
    width:100%;
    font-size: 1rem;
    text-align: center;
    color: #01112f;
    font-weight:bold;
    letter-spacing:2px;
}

/*-----------------------------*/

.smokadd {
    margin-top: 30px;
    color: white;
    font-size: 1.2rem;
    color: #233061;
}

    .smokadd .cartbuttons {
        height:30px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        letter-spacing: 1px;
        width: 200px;
        color: white;
        background-color: #233061;
        padding-top:5px;
    }

    .smokadd .cartbuttons.minus {
        background-color: #a00000;
    }

/*-----------------------------*/
.invcons {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.invcons .cartbuttons {
    font-size:1rem;
    height: 25px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1px;
    width: 120px;
    color: white;
    background-color: #233061;
}

    .invcons .cartbuttons:hover {
        background-color: #a00000;
    }

/*-----------------------------*/

.declarations {
    float:left;
    width:100%;
    border:1px solid #233061;
    border-radius:10px;
    color:#233061;
}

    .declarations p {
        text-align: justify-all;
        padding: 5px 10px;
    }

    .declarations p.warning {
        font-weight:bold;
    }

    .declarations .cartbuttons {
        height: 60px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom:10px;
        letter-spacing: 1px;
        padding-top:10px;
        width: 200px;
        color: white;
        background-color: #233061;
    }

    .declarations .cartbuttons.lgt {
        height: 40px;
    }


    .declarations .cartbuttons:hover {
        background-color: #a00000;
    }

    .declarations .btnsavemess {
        margin-bottom: 10px;
    }
/*-----------------------------*/

.dayoffers {
    float:left;
    width:100%;
    font-size:1.2rem;
    background-color:#233061;
    color:white;
    margin:30px 0 20px 0;;
    font-weight:bold;
    border-radius:10px;
}

.offprdesc {
    float: left;
    width: 100%;
    text-align: left;
    margin: 10px 0 0 10px;
    font-weight: bold;
    color: #233061;
}

.shoffers {
    float: left;
    width: 100%;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.offcode {
    display:none;
    float: left;
    width: 100%;
    text-align: left;
    margin: 5px 0 0 20px;
}


.offdesc {
    float: left;
    width: 100%;
    text-align: left;
    margin: 5px 0 0 20px;
    color: #233061;
}


/*-----------------------------*/

.sellerscr {
    float:left;
    width:345px;
    margin: 10px 0;
    padding:10px 10px;
    word-wrap:anywhere;
    border:2px solid gray;
    border-radius:10px;
    font-weight:bold;
    font-size:1.2rem;
    color:white;
    letter-spacing:2px;
    background-color:#233061;
}

.sellerscr .ssc{
    font-size: 2rem;
    letter-spacing: 3px;
}


/*-----------------------------*/

.privpol {
    float:left;
    width:100%;
    cursor:pointer;
    margin-top:40px;
    font-weight:bold;
    font-size:0.8rem;
    letter-spacing:2px;
}

.xyma {
    float: left;
    max-height: 75vh;
    color: #01112f;
    padding: 10px 20px;
    font-size: 0.9rem;
    overflow-y: scroll;
}

/*-----------------------------*/


@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .btnmenu {
    width: 45px;
    height: 45px;
    }
        .btnmenu .flavortest ,.btnmenu .cart, .btnmenu .persondata, .btnmenu .checkout,
        .btnmenu .countsmoker,.btnmenu .backtomain {
            width: 45px;
            height: 45px;
            background-size: 45px;
        }

    .apptop {
        background-size: 99% 99%;
    }

    .meter {
        top: 100px;
    }

    .container {
        margin-top: 120px;
    }

    .option-button {
        margin-top: 20px;
    }
}

@media (hover) {

}

.hasmess {
    float:left;
    width:300px;
    margin:25px 0 0px 50px;
    text-align:center;
    color:#01112f;
    font-size:1.1rem;
    font-weight:bold;
    letter-spacing:2px;
    cursor:pointer;
}

    .hasmess .mess-text {
        float:left;
        margin-left:10px;
        margin-top:12px;
    }

    .hasmess img {
        float:left;
        width:50px;
    }


/*-----------------------------*/

.messarea {
    float: left;
    width: 100%;
    margin: 0;
    padding:0;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x:hidden;
}

    .messarea .amess {
        width:100%;
        cursor: pointer;
        padding:0;
        margin:0;
    }

    .messarea .messhdr {
        float: left;
        width: 100%;
        color: black;
        padding: 5px 0;
        border-top:1px solid black;
    }

    .messarea .unread {
        float: left;
        background-color: red;
        color: white;
        font-size: 0.8rem;
        font-weight: bold;
        padding: 5px;
    }


    .messarea .mdate {
        float: left;
        font-size:0.8rem;
        margin: 0;
        text-align: left;
        padding: 5px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .messarea .msender {
        float: right;
        font-size: 0.8rem;
        text-align: right;
        color: #01112f;
        padding: 5px;
        border-top-left-radius: 10px;
    }

    .messarea .msubj {
        float: left;
        width: 100%;
        margin: 0;
        text-align: left;
        border: 1px solid #233061;
        background-color: #233061;
        color: white;
        padding: 5px;
        margin-bottom: 10px;
    }

    .messarea .mbody {
        float: left;
        width: 100%;
        margin: 0;
        text-align: left;
        border-bottom: 1px solid #233061;
        background-color: #e1e1e1;
        color: #01112f;
        padding: 5px;
        margin-bottom: 10px;
    }

.banner {
    float:left;
    width:100%;
    margin-top:5px;
    padding:5px 0;
    text-align:center;
    background-color:#233061;
    color:white;
    border-radius:5px;
    letter-spacing:2px;
    cursor:pointer;
}

.qstanswer .qamulti {
    float:left;
    width:100%;
}

    .qstanswer .qamulti input[type=checkbox] {
        float: left;
        width:20px;
        display:inline;
        cursor:pointer;
    }
    .qstanswer .qamulti label {
        float: left;
        margin-top: 5px;
        cursor: pointer;
    }

    .qstanswer .qamulti.childopt input[type=checkbox] {
        float: left;
        width: 15px;
        margin-left: 30px;;
        display: inline;
        cursor:pointer;
    }

    .qstanswer .qamulti .childopt label {
        float: left;
        margin-top: 5px;
        cursor: pointer;
    }