﻿/* oswald-regular - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 12pt;
    src: url('../fonts/oswald-v31-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/oswald-v31-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/oswald-v31-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/oswald-v31-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/oswald-v31-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/oswald-v31-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Oswald;
}


.sans {
    font-family: Open Sans !important;
}

.sansall, .sansall * {
    font-family: Open Sans !important;
}

/*html {
    overflow-y: overlay;
}*/

html {
    overflow-x: hidden;
}

body {
    /*background: url('../img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;*/
    color: rgb(50,50,50);
}

.divmain {
    width: 100%;
    height: 100%;
    padding: 0px 0px 50px 0px;

}

.divsubmain {
    width: 1024px;
    margin: 0px auto;
}

.divheader {
    /*width: 1024px;*/
    height: 100px;
    background-color: yellow;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index:3;
    background-color:white;
    padding-top:10px;
}

    .divheader a {
        color: rgb(148,27,130);
    }


.slider label {
    position: absolute;
    width: 20px;
    margin-top: 20px;
    margin-left: -10px;
    text-align: center;
    margin-bottom: 5px;
}

.slider {
    /*background-color: rgb(253,238,250) !important;*/
    width: 100%;
    height: 7px !important;
}

    .slider span, .slider {
        background-color: rgb(149,27,128) !important;
        border: none !important;
    }

.ui-slider-horizontal .ui-slider-handle {
    top: -0.4em;
    height: 18px;
    border-radius: 23px;
}

.headersubitm > .subdiv {
    float: right;
    height: 80px;
    color: rgb(148,27,130);
    font-size: 13.0pt;
    width: 100%;
    /*padding-left: 60px;*/
    position:relative;
}

.headersubitm a {
    line-height: 24px;
    text-decoration:none;
}





    .divheader img, .divheader .subsubdiv {
        height: 50px;
        line-height: 34px;
    }

    .headersubitm > .subdiv > .subsubdiv {
        float: left;
    }

form {
    position: relative;
    padding-bottom: 109px;
    min-height: 100vh;
}

.divheader > div {
    float:left;
    height:100%;
}

.headersublogo {
    width:30%;
}

.headersubplaceholder {
    /*width:25%;*/
    width: calc(70% - 420px);
}

.headersubitm {
    /*width:15%;*/
    width:140px;
}

.logo {
    max-height: 80%;
    height:100% !important;
}

#spanbasketamount {
    position: absolute;
    top: 0%;
    right: 30%;
    background-color: rgb(144,21,125);
    color: white;
    border-radius: 25px;
    font-size: 10pt;
    line-height: 21px;
    min-width: 21px;
}

.divcontent {
    padding-top: 100px;
    width: 100%;
    min-height: 768px;
    height: 100%;
    /*padding: 60px;*/
    border-radius: 10px 10px 0px 0px;
    /*box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.5);*/
    /*background-color: rgb(250,250,250);*/
    display: inline-block;
    padding-bottom: 50px;
    position: relative;
    background: url(../img/Header.jpg) no-repeat;
    background-size: contain;
}


.divfooter {
    position: absolute;
    left:0px;
    font-size:12px;
    bottom: 0px;
    background-color: rgb(233,233,233);
    /*height: 40px;*/
    width: 100%;
    /*border-radius: 0px 0px 10px 10px;*/
    padding: 30px;
    color: rgb(87,87,87);
    /*box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.5)*/
    display:inline-block;
}

.divfooter a {
    text-decoration:none;
}

.divfooterupperline {
    display: block;
    max-width: 1152px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 15px 0px 15px;
    line-height: 15px;
}

.divfooterupperline > div {
    float: left;
}


.divfootercompany {
    width: 25%;
}

.divfooterurls {
    width:25%;
    text-align:right;
}

.divfootertext {
    width: 50%;
    text-align:center;
}

.divfooterlowerline {
    
}

    .divfooterlowerline img {
        max-width: 600px;
        height: auto;
        display:block;
        margin:0px auto;
    }




.divlogo {
    font-family: Oswald;
    padding-bottom: 30px;
}

.divlogo img {
    max-width:200px;
    height:auto;
    width:100%;
}

.divseperatorleft {
    width:45%;
    display:block;
    float:left;
    position:relative;
}

.divseperatorright {
    width: 45%;
    display: block;
    float: left;
    position: relative;
    margin-left:10%;
}

.descriptiontext {
    display: block;
    padding-top: 20px;
    padding-bottom: 5px;
}

.bigdescriptiontext {
    display: block;
    font-size: 26pt;
    color: rgb(144,21,125);
}

.biggertext {
    font-size: 16.0pt;
}

input[type=text], input[type=password], select {
    border-radius: 5px;
    border: 1px solid gray;
}

input[type=button], input[type=submit] {
    /*background-color: #c01fa3;*/
    background-image: linear-gradient(90deg, RGB(190,8,126) 0%, RGB(154,41,136) 100%);
    color: white;
    padding: 5px;
    border: 2px solid rgb(144,21,125);
    font-size:13pt;
}

input[type=text], input[type=password], select {
    padding-left: 8px;
    line-height: 26px;
    font-size: 11pt;
    min-height:28px;
}











input[type='checkbox'] {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    width: 18px;
    height: 18px;
    margin: 0;
    margin-right: 1px;
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
}

    input[type='checkbox']:after {
        content: "";
        vertical-align: middle;
        text-align: center;
        line-height: 18px;
        position: absolute;
        cursor: pointer;
        height: 18px;
        width: 18px;
        left: 0;
        top: 0;
        font-size: 10px;
        -webkit-box-shadow: inset 0 1px 1px #FFFFFF, 0 1px 0 #FFFFFF;
        -moz-box-shadow: inset 0 1px 1px #FFFFFF, 0 1px 0 #FFFFFF;
        box-shadow: inset 0 1px 1px #FFFFFF, 0 1px 0 #FFFFFF;
        background: #FFFFFF;
        border:1px solid lightgray;
    }

    /*input[type='checkbox']:hover:after, input[type='checkbox']:checked:hover:after {
        background: #5F95FC;
        content: '\2714';
        color: #fff;
    }*/

    input[type='checkbox']:checked::after {
        /*background: rgb(228,67,199);
        content: '\2714';
        color: #fff;
        box-shadow: inset 0px 0px 1px 1px black;*/
        background: white;
        content: '\2714';
        color: rgb(144,21,125);
        border: 1px solid rgb(144,21,125);
        font-size: 23pt;
        font-family: auto;
    }




    a {
        color:rgb(50,50,50);
    }

input[type=button], input[type=submit] {
    cursor: pointer;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px 10px 0px 0px;
}

.overlayhide, .overlaybuttonhide {
    display: none !important;
}

.overlayshow, .overlaybuttonshow {
    display:block !important;
}

.overlaymessage {
    position: fixed;
    z-index: 11;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    max-height: 100vh;
    overflow: auto;
    border: 1px solid black;
    width: 90%;
    
}

    .overlaymessage img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        margin: 0px auto;
        display: block;
    }

.overlaymessagetext {
    padding-bottom: 30px;
}

.overlaymessage input[type=button], .overlaymessage input[type=submit] {
    width: 100%;
}

.overlaymessage > .overlaybuttons > div {
    width: 100%;
}

form {
    display: block;
}


.fullbasket {
    font-size: 14pt;
}

.subbasket {
    width: 400px;
    left: -290px;
    top: 40px;
    position: absolute;
    box-shadow: 0px 0px 2px 1px rgb(150, 150, 150);
    padding: 5px;
    margin-top: 5px;
    z-index: 1;
    background-color: rgb(245,245,245);
    opacity: 1;
    transition-duration: 0.5s;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    max-height: 80vh;
    overflow-y: auto;
}

.basketitm {
    width: 100%;
    clear: both;
    display: block;
}

.basketitm span {
    line-height:30px;
}

.basketsubitmleft {
    width: 75%;
    float: left;
    height: 30px;
    line-height: 30px;
}

.basketsubitmright {
    width: 25%;
    float: right;
    text-align: right;
}

.deleteplayer {
    float: right;
    height: 30px;
    cursor:pointer;
}

    .deleteplayer > img {
        height: 20px;
        margin: 4px 4px 2px 4px;
    }

.basketofferitm {
    background-image: linear-gradient(90deg, RGB(190,8,126) 0%, RGB(154,41,136) 100%);
}

.editoffer{
    float:right;
    height:36px;
    cursor:pointer;
}

    .editoffer > img {
        height: 20px;
        margin: 8px 12px 8px 0px;
    }

.basketofferitm > span {
    font-size: 15pt;
    line-height: 36px;
    padding: 3px 12px 3px 12px;
    color: white;
}

.subsubbasket > div:first-child {
    padding-top: 0px;
    border-top: none;
}

.subsubbasket > div:last-child {
    padding-top: 21px;
}

.hidden {
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.5s;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.right {
    float:right !important;
}

.center {
    float:none !important;
    text-align:center;
    display:block;
}

.back {
    position: absolute;
    top: 120px;
    left: 20px;
    opacity: 0.3;
    transition-duration: 0.5s;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    z-index:1;
}

    .back:hover {
        opacity: 0.8;
    }

    .back img {
        width: 50px;
        height: auto;
    }

.orderbutton {
    width: 100%;
    padding-top: 20px;
}

    .orderbutton input[type=button], .orderbutton input[type=submit] {
        width: 100%;
    }

.player, .singlecost, .cumulativesums {
    color: rgb(149,27,128);
    border: 1px rgb(149,27,128) solid;
    margin: 20px 0px 20px 0px;
    position: relative;
}

.basketpriceoverlay {
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align:right;
}

.player, .singlecost, .basketpriceoverlay, .cumulativesums {
    padding: 3%;
}

.biggertxt {
    font-size: 20pt;
}
.smallertxt {
    font-size:14pt;
}

.halfwidth {
    width:50%;
}

.bold {
    font-weight: bold;
}

.singlecostgroup, .singlecostdescription {
    display: block;
}


.singlecostprice {

}

.cumulativesums {
    color: rgb(149,27,128);
    font-weight: bold;
    font-size: 14pt;
    display: inline-block;
    width: 100%;
}

.bigbutton {
    font-size:20pt !important;
    padding:3px 38px 7px 38px !important;
}

.bigtxt {
    font-size: 20pt !important;
    padding: 3px 74px 7px 46px !important;
    border: 2px solid rgb(144,21,125) !important;
}

.isText {
    top:40vh;
    width:400px;
}

.isImage {
    top: 10vh;
    width: 800px;
}

#loadingmessage {
    width: 400px;
    display: block;
    top: 20vh;
}

    #loadingmessage .overlaymessagetext {
        text-align:center;
    }


.vatinfo {
    font-weight:normal;
}