.keret {

    margin: 30px 2px 30px 2px;
    overflow: hidden;
    border: 2px solid #1A3058;
    padding: 8px; border-radius: 12px; 
    background-color: #e4ecf9;

}
table.eloadas_foglalas {

    margin: 20px;
    background-color: red;

}


/* jegytípusok */

div#jegytipusok {
    clear: both;
    float: left;
    margin-top: 0;
    padding: 5px;
    height: 120px;
    margin-left: -30px;
}

li.jegytipus {
    background-color: white;
    border: 1px solid #232323;
    border-radius: 5px;
    color: black;
    cursor: pointer;
    display: block;
    float: left;
    height: 50px;
    list-style-type: none;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: 95px;
    font-size: 12px;
}
div.jt_belso {
    display: table-cell;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    width: 95px;
}
div#jegytipus_valaszto {
    clear: both;
    color: black;
    display: inline-block;
    float: left;
    font-size: 15px;
    padding: 4px;
    width: 160px;
}



li.jegytipus {
    cursor: pointer;
}


/* jegytípus vége */


/* Kosár */
div.kosar {
    float: right;
    height: 120px;
    width: 250px;
    padding: 5px;
    position: relative;
    margin: 0px; padding: 0px;

    
}

table.kosar {
    border-collapse:collapse;
    width: 100%;
    font-size: 10px;    
}

table.kosar tr td {
    padding: 5px;
    border: 1px solid #232323;
    background-color: #51668D;
    color: #fff;
}

table.kosar tfoot tr td {
    background-color: #0A1C3D;
    color: #fff;
    text-align: left;
}

table.kosar thead tr td {
    background-color: #0A1C3D;
    color: white;
    font-weight: bold;
    text-align: center;
}

table.kosar td:nth-child(1) {
}

table.kosar tbody td:nth-child(2) {
    text-align: right;
}
table.kosar tbody td:nth-child(3) {
    text-align: right;
}

table.kosar tfoot td:nth-child(2) {
    text-align: right;
}
table.kosar tfoot td:nth-child(3) {
    text-align: right;
}

/* kosár vége */

div#felirat,div#vasarlas_felirat {
    float: right;
    max-width: 550px;
    color: #805a7c;
    font-size: 14px;
}

div#felirat p,div#vasarlas_felirat p {
    text-align: justify;
    margin-top: 6px;
        
}



/* név bevitel */
div#nevbeker {
    padding-top: 10px;
}

div#nev { 
    float: left; 
    padding-left: 10px;
    min-width: 550px;
}

div#nev span { 
    color: #1A3058;
}




li {
    list-style-type: none;   
}

.beker {
    padding: 2px 0;
    list-style-type: none;
    color: #ccc;    

}



.text_label {
    display: block;    
    text-align: right;
    padding-right: 10px;
    vertical-align: bottom;
    float: left;
    color: #805a7c;
    width: 100px;
}

input[type="text"] {
}




.textbox {

    padding: 10px 10px 10px 10px;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
    box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
}

.textbox:focus {
    background-color: #FFF;
    border-color: #E8C291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #E8C291 inset;
    box-shadow: 0 0 0 1px #E8C291 inset;
}


/* név bevitel vége*/

div.fejlec {
    
}

div#jegyfoglalas_cim {
    text-align: center;

}


span.cim_cim, span.cim_idegencim {
    /* font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif; */
    font-size: 36px;
    color: #0A1C3D;
    font-weight: bolder;
    /* text-shadow: 1px 1px 0 #000000; */
}

span.cim_idegencim {
    font-size: 22px;
    font-style: italic;
    /* text-shadow: 1px 1px 0 #000000;  */
    display: block;
}

span.cim_leiras {
    font-size: 16px;
    color: grey;
    display: block;
}
span.cim_terem {
    color: grey;
    display: block;
}

span.cim_ertek {
    color: black;
}

span.cim_szinpad {
    color: #805a7c;
    margin-top: 40px;
    display: block;
    letter-spacing: 5px;
}

#foglalas_ok {
    display: none;
    overflow: hidden;
    position: fixed;
    top:10%;
    left: 35%;
    width: 30%;
    padding: 30px;
    border: 2px solid white;
    background-color: green;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

#error {
    display: none;
    overflow: hidden;
    position: fixed;
    top:10%;
    left: 35%;
    width: 30%;
    padding: 30px;
    border: 2px solid white;
    background-color: red;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    
    
}





p.nagybetu {
    color: #0A1C3D;
    font-size: 28px;
    /* text-shadow: 1px 1px 0 #000000; */    
}

p.szoveg {
    font-size: 16px;
    color: #805a7c;
    display: block;
}

#foglalas, #otp_fizetes {
    background-color: #1A3058;
    border: 1px solid white;
    color: #fff;
    font-weight: bolder;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    margin: 5px auto;
    padding: 5px 10px;
    min-width: 200px;    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    text-shadow: 1px 1px 0 #000000;        
}

#foglalasdiv, #vasarlasdiv {
    text-align: center;
}
.submitbutton {
    display: none;
}

#gomb_bezar, #error_bezar {
    display: block;
    background-color: white;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    margin: 3px auto;
    padding: 3px 5px;
    width: 120px;    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
    
}

.adat {
    padding-bottom: 5px;
}


.kulso_adat {
    height: auto;
}

/* fizetési mód választás */
    div.beker_class {
        color: white;
        display: none;
    }
    
    div.fizmod_valaszt {
        text-align: center;
        overflow: hidden;
        display: table;
        margin: 0px auto;
    }
    
    ul.fizmod_valaszt {
        list-style-type: none;
    }
    
    ul.fizmod_valaszt li {
        cursor: pointer;
        display: table-cell;
        padding: 20px;
        background-color: #a9ce15;
        color: black;
        border-radius: 15px;
        width: 150px;
        float: left;
        margin: 20px;
        height: 60px;
        vertical-align: middle;
        text-align: center;
    }
    
    ul.fizmod_valaszt li:hover {
        background-color: #86a410;
        color: white;
    }
    
    .beker_class input[type="text"] { 
            padding: 4px; 
            border: 2px solid #232323; 
            color: #232323; 
            font-family: courier; 
            height: 30px; 
            border-radius: 5px;
        }
/* fizetési mód választás vége */
