﻿* {
    font-family: Verdana;
    margin: 0;
    padding: 0;
    /*    color: White;*/
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

body {
    background-color: #4E4E4E; /*sötét szürke*/
    background: -webkit-linear-gradient(bottom, #4E4E4E, #5e5e5e);
    background-attachment: fixed;
    line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    margin: 0;
}

#headerWrapper {
    width: 100%;
    height: 121px;
    /*    background-color: black;*/
    background-color: #2B2B2B; /*majdnem fekete*/
}

#header {
    width: 936px;
    height: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}


#logo {
    /*    border: 1px solid red;*/
    float: left;
    width: 100px;
    height: 100px;
    margin: 10px 0 0 0;
}


#logotext {
    /*    border: 1px solid red;*/
    float: left;
    width: 110px;
    margin: 47px 0 0 15px;
}

span.logosonic {
    color: #bebebe; /*szürke*/
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    display: inline-block;
}

span.logoelek {
    color: #00a9ff; /*kék*/
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    display: inline-block;
}


#languageselector {
    float: right;
    left: 1011px;
    /*     border: 1px yellow solid;*/
    /*     width: 81px;*/
    height: 30px;
    margin-top: 10px;
}


#menu {
    /*    border: 1px red solid;*/
    float: right;
    width: 700px;
    margin: 15px 0 0 0;
    /*    padding: 25px 0px 0px 0px;    */
    text-align: right;
    position: relative;
    clear: right;
}

    #menu ul {
        float: right;
        width: 100%;
        height: 20px;
        margin: 20px 0px 0px 20px;
    }

        #menu ul li {
            float: right;
            margin: 0px 0px 0px 30px;
            list-style: none;
        }

            #menu ul li a {
                font-size: 14px;
                display: block;
                text-decoration: none;
                color: #bebebe; /*szürke*/
            }

                #menu ul li a:hover {
                    color: #00a9ff; /*kék*/
                }


#defaultcontentWrapper {
    margin: 40px auto 50px auto;
    padding: 0px 0px 0px 0px;
    width: 936px;
    height: 436px;
    border: 2px solid white;
    border-radius: 2px;
    background-color: White;
}


#defaultcontentleft {
    float: left;
}

#defaultcontentlefttextwrapper {
    float: left;
    /*    border: 2px solid red;*/
    position: absolute;
    width: 360px;
    height: 392px;
    margin: 20px;
}

#defaultcontentlefttext {
    margin: 30px auto auto 15px;
    /*    border: 2px solid yellow;*/
    height: 80%;
    width: 80%;
}

#defaultcontentright {
    float: right;
    background-color: White;
    width: 510px;
    height: 100%;
    z-index: 32;
    color: Black;
}


.maincontentwrapper {
    margin: 40px auto 50px auto;
    padding: 0px 0px 0px 0px;
    width: 936px;
    height: 500px;
    border: 2px solid white;
    border-radius: 2px;
    background-color: #2B2B2B;
}

.maincontentleft {
    float: left;
}

.maincontentlefttextwrapper {
    float: left;
    /*border: 2px solid red;*/
    position: absolute;
    width: 360px;
    height: 392px;
    margin: 20px;
    font-size: 14px;
}

.maincontentlefttext {
    margin: 30px auto auto 15px;
    /*border: 2px solid yellow;*/
    height: 80%;
    width: 90%;
}

.maincontentright {
    float: right;
    background-color: #2B2B2B;
    /*    border: 2px solid yellow;*/
    width: 510px;
    height: 100%;
    z-index: 32;
    color: Black;
}


.mainshadowWrapper {
    position: relative;
    left: -80px;
    float: left;
    margin: 1px 0 0 0;
}


#shadowWrapper {
    position: relative;
    left: -40px;
    float: left;
    margin: 1px 0 0 0;
}


.GeneralPageWrapper {
    margin: 40px auto 50px auto;
    padding: 25px 25px 10px 25px;
    width: 936px;
    border: 2px solid white;
    border-radius: 2px;
    color: #bebebe;
    background-color: #353535;
    /*    overflow: auto;    */
}

/*
#Directions
{
    padding: 10px 10px 10px 10px;
}
*/
.GeneralPageDiv {
    line-height: 22px;
    padding: 10px 10px 10px 10px;
    width: 910px;
}

.ContactInfoDiv {
    line-height: 22px;
    padding: 10px 10px 10px 10px;
    width: 530px;
    display: inline-block;
}

.ContactInfoAdvDiv {
    line-height: 22px;
    padding: 10px 10px 10px 10px;
    display: inline-block;
    vertical-align: top;
    width: 300px;
}

.referenceitem {
    margin: 0px auto 50px 0px;
    padding: 20px 20px 0px 20px;
    width: 60%;
    border: 1px solid white;
    border-radius: 2px;
    color: #bebebe;
    background-color: #1A1A1A;
    float: left;
}

.referenceitemtext {
    /*    border: 1px red solid;*/
    float: right;
    width: 295px;
    margin-top: 10px;
}

.referenceitemtitle {
    color: #00a9ff; /*kék*/
    font-weight: bold;
    font-size: 18px;
    /*line-height: 30px;*/
}

.referenceitemdesc {
    margin-top: 20px;
    color: #bebebe;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}


.machinesitemtextxxxx {
    /*border: 1px red solid;*/
    float: left;
    width: 821px;
    margin-top: 10px;
}

.machineitem {
    margin: 0px auto 0px 0px;
    padding: 20px 20px 20px 20px;
    border: 1px solid white;
    border-radius: 2px;
    color: #bebebe;
    background-color: #1A1A1A;
    min-height: 200px;
}

IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#ServicesWrapper {
    margin: 40px auto 50px auto;
    padding: 25px 30px 30px 30px;
    width: 936px;
    color: #bebebe;
    background-color: #353535;
    overflow: auto;
}


.servicesselector {
    /*  margin: 0px auto 0px 0px;*/
    padding: 30px 20px 0 20px;
    width: 75%;
    border: 1px solid white;
    border-radius: 2px;
    color: #bebebe;
    background-color: #1A1A1A;
    vertical-align: middle;
    margin: auto;
    line-height: 25px;
    height: 110px;
}

.servicesselectorshadow {
    position: relative;
    left: 20px;
    top: 0px;
    float: left;
    margin: 1px 0 0 0;
}



.servicesitemtext {
    /*border: 1px red solid;*/
    float: left;
    width: 565px;
    margin-top: 10px;
}

.servicesitemtitle {
    color: #00a9ff; /*kék*/
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}

.servicesitemdesc {
    margin-top: 20px;
    color: #bebebe;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}



.PageContentTitle {
    color: #00a9ff; /*kék*/
    font-weight: bold;
    font-size: 24px;
}

.refshadow {
    position: relative;
    left: -40px;
    top: -50px;
    float: left;
    margin: 1px 0 0 0;
}

.dirshadow {
    /*  border: 1px yellow solid;*/
    position: relative;
    left: -80px;
    top: 10px;
    float: left;
    margin: 1px 0 0 0;
}

#footerWrapper {
    width: 100%;
    height: 121px;
    background-color: #2B2B2B;
    /*    margin-bottom: 120px;*/
    color: #bebebe;
    font-size: 10px;
}

#footer {
    /*    border: 1px red solid;*/
    width: 936px;
    height: 100%;
    margin: 0px auto 0px auto;
    padding: 50px 0px 0px 0px;
    text-align: center;
}

.partnerlink {
    text-decoration: none;
    color: inherit;
}

.partnertable {
    width: 100%;
}


.partnertabletd {
    padding-left: 30px;
    padding-top: 3px;
    width: 300px;
}

.partnertextstyle {
    text-align: justify;
    padding-right: 30px;
}

#Calendar1 {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 200px;
    text-align: center;
}

.rbtn {
    -webkit-box-shadow: 3px 3px 3px #000000;
    -moz-box-shadow: 3px 3px 3px #000000;
    box-shadow: 3px 3px 3px #000000;
    font-family: Verdana;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background: #00a9ff; /*kék*/
    border: solid #00a9ff 0px; /*kék*/
    padding: 6px 12px 6px 12px;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
}

.rbtn2 {
    -webkit-box-shadow: 3px 3px 3px #000000;
    -moz-box-shadow: 3px 3px 3px #000000;
    box-shadow: 3px 3px 3px #000000;
    font-family: Verdana;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background: #00a9ff; /*kék*/
    border: solid #00a9ff 0px; /*kék*/
    padding: 6px 12px 6px 12px;
    text-decoration: none;
    width: 250px;
    border-radius: 4px;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
}

.rbtn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #2e87bf, #277bb3);
    background-image: -moz-linear-gradient(top, #2e87bf, #277bb3);
    background-image: -ms-linear-gradient(top, #2e87bf, #277bb3);
    background-image: -o-linear-gradient(top, #2e87bf, #277bb3);
    background-image: linear-gradient(to bottom, #2e87bf, #277bb3);
    text-decoration: none;
    cursor: pointer;
}

.rbtn2:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #2e87bf, #277bb3);
    background-image: -moz-linear-gradient(top, #2e87bf, #277bb3);
    background-image: -ms-linear-gradient(top, #2e87bf, #277bb3);
    background-image: -o-linear-gradient(top, #2e87bf, #277bb3);
    background-image: linear-gradient(to bottom, #2e87bf, #277bb3);
    text-decoration: none;
    cursor: pointer;
}





.rbtn3 {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #2e87bf, #277bb3);
    background-image: -moz-linear-gradient(top, #2e87bf, #277bb3);
    background-image: -ms-linear-gradient(top, #2e87bf, #277bb3);
    background-image: -o-linear-gradient(top, #2e87bf, #277bb3);
    background-image: linear-gradient(to bottom, #2e87bf, #277bb3);
    border-radius: 4px;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    -webkit-box-shadow: 3px 3px 3px #000000;
    -moz-box-shadow: 3px 3px 3px #000000;
    box-shadow: 3px 3px 3px #000000;
    font-family: Verdana;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border: solid #00a9ff 0px; /*kék*/
    padding: 6px 12px 6px 12px;
    text-decoration: none;
    width: 250px;
}


    .rbtn3:hover {
        background: #00a9ff; /*kék*/
        text-decoration: none;
        cursor: pointer;
        color: #ffffff;
    }

.rbtn3green {
    background: #61c419;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b4e391), to(#61c419));
    background-image: -webkit-linear-gradient(top, #b4e391, #61c419);
    background-image: -moz-linear-gradient(top, #b4e391, #61c419);
    background-image: -o-linear-gradient(top, #b4e391, #61c419);
    background-image: -ms-linear-gradient(top, #b4e391 0%, #61c419 100%);
    border-radius: 4px;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    -webkit-box-shadow: 3px 3px 3px #000000;
    -moz-box-shadow: 3px 3px 3px #000000;
    box-shadow: 3px 3px 3px #000000;
    font-family: Verdana;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border: solid #00a9ff 0px; /*kék*/
    padding: 6px 12px 6px 12px;
    text-decoration: none;
    width: 250px;
}


.rbtn3:hover {
    background: #00a9ff; /*kék*/
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
}




.rbtn4 {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #2e87bf, #277bb3);
    background-image: -moz-linear-gradient(top, #2e87bf, #277bb3);
    background-image: -ms-linear-gradient(top, #2e87bf, #277bb3);
    background-image: -o-linear-gradient(top, #2e87bf, #277bb3);
    background-image: linear-gradient(to bottom, #2e87bf, #277bb3);
    border-radius: 4px;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    -webkit-box-shadow: 3px 3px 3px #000000;
    -moz-box-shadow: 3px 3px 3px #000000;
    box-shadow: 3px 3px 3px #000000;
    font-family: Verdana;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border: solid #00a9ff 0px; /*kék*/
    padding: 6px 12px 6px 12px;
    text-decoration: none;
}


    .rbtn4:hover {
        background: #00a9ff; /*kék*/
        text-decoration: none;
        cursor: pointer;
        color: #ffffff;
    }

.rbtn4green {
    background: #61c419;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b4e391), to(#61c419));
    background-image: -webkit-linear-gradient(top, #b4e391, #61c419);
    background-image: -moz-linear-gradient(top, #b4e391, #61c419);
    background-image: -o-linear-gradient(top, #b4e391, #61c419);
    background-image: -ms-linear-gradient(top, #b4e391 0%, #61c419 100%);
    border-radius: 4px;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    -webkit-box-shadow: 3px 3px 3px #000000;
    -moz-box-shadow: 3px 3px 3px #000000;
    box-shadow: 3px 3px 3px #000000;
    font-family: Verdana;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border: solid #00a9ff 0px; /*kék*/
    padding: 6px 12px 6px 12px;
    text-decoration: none;
}


.rbtn4:hover {
    background: #00a9ff; /*kék*/
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
}



.rbtn4gray {
    background: #bebebe;
    background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#bebebe));
    background: -webkit-linear-gradient(top, #9e9e9e, #bebebe);
    background: -moz-linear-gradient(top, #9e9e9e, #bebebe);
    background: -ms-linear-gradient(top, #9e9e9e, #bebebe);
    background: -o-linear-gradient(top, #9e9e9e, #bebebe);
    background-image: -ms-linear-gradient(top, #9e9e9e 0%, #bebebe 100%);
    border-radius: 4px;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    -webkit-box-shadow: 3px 3px 3px #000000;
    -moz-box-shadow: 3px 3px 3px #000000;
    box-shadow: 3px 3px 3px #000000;
    font-family: Verdana;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border: solid #00a9ff 0px; /*kék*/
    padding: 6px 12px 6px 12px;
    text-decoration: none;
}


    .rbtn4gray:hover {
        background: #bebebe; /*kék*/
        text-decoration: none;
        cursor: pointer;
        color: #ffffff;
    }


.rbtnsmaller {
    font-size: 10px;
    font-weight: normal;
}
















.prgbtn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 9;
    -moz-border-radius: 9;
    border-radius: 9px;
    font-family: Arial;
    color: #ffffff;
    font-size: 31px;
    background: #3498db;
    padding: 9px 20px 10px 20px;
    text-decoration: none;
}

    .prgbtn:hover {
        text-decoration: none;
    }

#PList {
    display: table;
    width: 100%;
}

    #PList label {
        display: inline-block;
        padding: 4px 11px;
    }


.PList {
    display: table;
    width: 100%;
}

    .PList label {
        display: inline-block;
        padding: 4px 11px;
    }


#TabtestDiv {
    padding-left: 3px;
    /*   border : 1px solid red;*/
}

.container {
    padding-left: 3px;
    /*border : 1px solid green;*/
}

.row {
    padding-left: 3px;
    /*border: 1px solid red;*/ /*test*/
}



input[type="text"], input[type="password"], textarea, select {
    /* color:Black;*/
    /*  background-color : #353535; */
    border-radius: 5px;
    border: 1px solid;
    padding-left: 5px;
}

.moreinfolink {
    cursor: pointer;
    color: #00a9ff; /*kék*/
    text-decoration: none;
}

    .moreinfolink:hover {
        cursor: pointer;
        color: #00a9ff; /*kék*/
    }

body .modal-dialog {
    /* new custom width */
    width: 800px;
    /*    padding: 100px auto auto auto;*/
}

.nbuttonx {
    cursor: pointer;
    border: 1px solid #0a3c59;
    background: #3e779d;
    background: -webkit-gradient(linear, left top, left bottom, from(#00aaff), to(#3e779d));
    background: -webkit-linear-gradient(top, #00aaff, #3e779d);
    background: -moz-linear-gradient(top, #00aaff, #3e779d);
    background: -ms-linear-gradient(top, #00aaff, #3e779d);
    background: -o-linear-gradient(top, #00aaff, #3e779d);
    background-image: -ms-linear-gradient(top, #00aaff 0%, #3e779d 100%);
    padding: 8px 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    text-shadow: #7ea4bd 0 1px 0;
    color: #06416c;
    font-size: 15px;
    font-family: helvetica, serif;
    text-decoration: none;
    vertical-align: middle;
}

    .nbuttonx:hover {
        border: 1px solid #0a3c59;
        text-shadow: #1e4158 0 1px 0;
        background: #3e779d;
        background: -webkit-gradient(linear, left top, left bottom, from(#00aaff), to(#3e779d));
        background: -webkit-linear-gradient(top, #00aaff, #3e779d);
        background: -moz-linear-gradient(top, #00aaff, #3e779d);
        background: -ms-linear-gradient(top, #00aaff, #3e779d);
        background: -o-linear-gradient(top, #00aaff, #3e779d);
        background-image: -ms-linear-gradient(top, #00aaff 0%, #3e779d 100%);
        text-decoration: none;
        color: #fff;
    }

    .nbuttonx:active {
        text-shadow: #1e4158 0 1px 0;
        border: 1px solid #0a3c59;
        background: #3e779d;
        background: -webkit-gradient(linear, left top, left bottom, from(#00aaff), to(#3e779d));
        background: -webkit-linear-gradient(top, #00aaff, #3e779d);
        background: -moz-linear-gradient(top, #00aaff, #3e779d);
        background: -ms-linear-gradient(top, #00aaff, #3e779d);
        background: -o-linear-gradient(top, #00aaff, #3e779d);
        background-image: -ms-linear-gradient(top, #00aaff 0%, #3e779d 100%);
        color: #fff;
    }







.FinishButton {
    cursor: pointer;
    border: 1px solid #0a3c59;
    background: #61c419;
    background: -webkit-gradient(linear, left top, left bottom, from(#b4e391), to(#61c419));
    background: -webkit-linear-gradient(top, #b4e391, #61c419);
    background: -moz-linear-gradient(top, #b4e391, #61c419);
    background: -ms-linear-gradient(top, #b4e391, #61c419);
    background: -o-linear-gradient(top, #b4e391, #61c419);
    background-image: -ms-linear-gradient(top, #b4e391 0%, #61c419 100%);
    padding: 8px 26px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    text-shadow: #7ea4bd 0 1px 0;
    color: #06416c;
    font-size: 15px;
    font-family: helvetica, serif;
    text-decoration: none;
    vertical-align: middle;
}

    .FinishButton:hover {
        border: 1px solid #0a3c59;
        text-shadow: #1e4158 0 1px 0;
        background: #61c419;
        background: -webkit-gradient(linear, left top, left bottom, from(#b4e391), to(#61c419));
        background: -webkit-linear-gradient(top, #b4e391, #61c419);
        background: -moz-linear-gradient(top, #b4e391, #61c419);
        background: -ms-linear-gradient(top, #b4e391, #61c419);
        background: -o-linear-gradient(top, #b4e391, #61c419);
        background-image: -ms-linear-gradient(top, #b4e391 0%, #61c419 100%);
        text-decoration: none;
        color: #fff;
    }

    .FinishButton:active {
        text-shadow: #1e4158 0 1px 0;
        border: 1px solid #0a3c59;
        background: #61c419;
        background: -webkit-gradient(linear, left top, left bottom, from(#b4e391), to(#61c419));
        background: -webkit-linear-gradient(top, #b4e391, #61c419);
        background: -moz-linear-gradient(top, #b4e391, #61c419);
        background: -ms-linear-gradient(top, #b4e391, #61c419);
        background: -o-linear-gradient(top, #b4e391, #61c419);
        background-image: -ms-linear-gradient(top, #b4e391 0%, #61c419 100%);
        color: #fff;
    }


.bbutton {
    cursor: pointer;
    border: 1px solid #0a3c59;
    background: #bebebe;
    background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#bebebe));
    background: -webkit-linear-gradient(top, #9e9e9e, #bebebe);
    background: -moz-linear-gradient(top, #9e9e9e, #bebebe);
    background: -ms-linear-gradient(top, #9e9e9e, #bebebe);
    background: -o-linear-gradient(top, #9e9e9e, #bebebe);
    background-image: -ms-linear-gradient(top, #9e9e9e 0%, #bebebe 100%);
    padding: 8px 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    text-shadow: #7ea4bd 0 1px 0;
    color: #06416c;
    font-size: 15px;
    font-family: helvetica, serif;
    text-decoration: none;
    vertical-align: middle;
}

    .bbutton:hover {
        border: 1px solid #0a3c59;
        text-shadow: #1e4158 0 1px 0;
        background: #bebebe;
        background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#bebebe));
        background: -webkit-linear-gradient(top, #9e9e9e, #bebebe);
        background: -moz-linear-gradient(top, #9e9e9e, #bebebe);
        background: -ms-linear-gradient(top, #9e9e9e, #bebebe);
        background: -o-linear-gradient(top, #9e9e9e, #bebebe);
        background-image: -ms-linear-gradient(top, #9e9e9e 0%, #bebebe 100%);
        text-decoration: none;
        color: #fff;
    }

#summaerrorlabel, #nodeliveryerror, #nosummaryerrorlabel {
    color: Red;
}

.backnextdiv {
    position: absolute;
    bottom: 0;
    height: 45px;
    /*    border: 1px solid red; */
    width: 95%;
}

.addresslabel {
    display: inline-block;
    float: left;
    clear: left;
    width: 300px;
    text-align: left;
}

.addressfield {
    display: inline-block;
    float: left;
    width: 310px;
    padding-left: 5px;
}

.addressfieldro {
    display: inline-block;
    float: left;
    width: 300px;
    min-width: 300px;
    background-color: #353535 !important;
    color: #bebebe !important;
    border-color: #353535 !important;
}


.POfield {
    display: inline-block;
    float: left;
    width: 350px;
}

li.active {
    right: -1px;
}

.cartcountdiv {
    position: relative;
    display: inline-block;
    background-color: #00a9ff; /*kék*/
    color: white;
    top: -10px;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    font-size: 12px;
}

.customerdatadivreg {
    display: block;
}

.addresslabelreg {
    display: inline-block;
    width: 300px;
    text-align: left;
}

.addressfieldreg {
    display: inline-block;
    width: 310px;
    padding-left: 5px;
}

label[for=CompanyOrder],
label[for=PrivateOrder],
label[for=MsRadio],
label[for=MrRadio] {
    padding-left: 5px;
}

.summarylabel {
    width: 140px;
    display: inline-block;
}

.stampborder {
    border-radius: 5px;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
}

.xmas {
    display: block;
    width: 100%;
    text-align: center;
    color: yellow;
    margin-top: 20px;
    font-weight: bold;
}

.TrackingLink, .TrackingLink:visited {
    color: #00a9ff; /*kék*/
    text-decoration: none;
}

    .TrackingLink:hover, .TrackingLink:visited:hover {
        cursor: pointer;
        text-decoration: none;
        color: white; /*kék*/
    }

.xmasbanner {
    display: none;
    padding-left: 5px;
    position: fixed;
    z-index: 100;
    top: 202px;
    left: -2px;
    width: 270px;
    text-align: left;
    padding-bottom: 0;
    background-color: black;
}

.mypanel {
    padding: 0 0 5px 0;
    margin-bottom: 0;
}

.warningLabel {
    color: red;
}

.textareaComment {
    height: 300px !important;
}

.page-selector {
    width: 70px;
}
