@import url("bootstrap.min.css");
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?') format('embedded-opentype'),
    url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
    url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
    url('../fonts/glyphicons-halflings-regular.svg') format('svg');
}

body {  }
/* f36f21 */
a {
    /*color: black;*/
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.nav {
    min-height: 100px;
    border-bottom: solid lightgray 3px;
    background-color: white;
    margin-bottom: 10px;
    text-align: center;
}

.nav > .container {
    margin: 0 auto !important;
    padding-top: 10px;
}

.nav h3 {
    line-height: 30px;
}

.brand > img {
    max-height: 70px;
}

.lang {
    font-size: large;
    padding-top: 25px;
}

.lang p {
    display: inline;
}

.index {
    text-align: center;
}

.index > .row > .col-md-2{
    margin-top: 20px;
}

.index > .row > .col-md-2 > p:first-child, .jarmu, .info > p:first-child {
    border:1px solid lightgrey; -webkit-border-radius: 2px; -moz-border-radius: 2px;border-radius: 2px;width:px;font-size:px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;font-weight:bold; color: #000000;
    background-color: #E6E6E6; background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
    background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
    background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
    background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
    background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
    background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
}

/*.index button:hover{
    border:px solid #FFFFFF;
    background-color: #cdcdcd; background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#b3b3b3));
    background-image: -webkit-linear-gradient(top, #cdcdcd, #b3b3b3);
    background-image: -moz-linear-gradient(top, #cdcdcd, #b3b3b3);
    background-image: -ms-linear-gradient(top, #cdcdcd, #b3b3b3);
    background-image: -o-linear-gradient(top, #cdcdcd, #b3b3b3);
    background-image: linear-gradient(to bottom, #cdcdcd, #b3b3b3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cdcdcd, endColorstr=#b3b3b3);
}*/

.index > .row > .col-md-2 > p:first-child {
    max-height: 80px;
}

/*.jarmu {
    border: 0;
    background: none;
    float: left;
    font-size: 110%;
    font-weight: bold;
    color: #f36f21;
}*/

.index > .row > .col-md-2, .form-control {
    font-size: large;
}

.index > .row > .col-md-2 > p:last-child {
    margin-top: 10px;
}

.index button {
    background-color: #f36f21;
    margin-top: 20px;
    padding: 0;
    /*padding: 5px 20px;*/
    border: none;
    color: white;
    line-height: 30px;
    font-size: large;
    text-transform: uppercase;
}

.control {
    font-size: larger;
}

.control > p {
    line-height: 32px;
    margin: 0;
    font-weight: bold;
    font-size: larger;
}

.last-ticket {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;


    line-height: 34px;
}

.jarmu {
    margin-top: 10px;
 /*   text-align: left; */
}

.index .map {
    height: 400px;
}

.login {
    margin-top: 40px;
}

.login div, .login p {
    margin-bottom: 10px;
}

.login p:first-child {
    margin-top: -10px;
}

.login p, .error {
    text-align: center;
    font-size: 130%;
    color: #f36f21;
    font-weight: bold;
}

.login input {
    width: 100%;
    line-height: 22px;
    font-size: 21px;
}

.login button, .tickets-control button {
    width: 100%;
    float: right;
}

/*.login button, .tickets-control button, .registration button, .unique_dash button, #obu_reg button, .unique_dash_nav button {
 */
button {
    background-color: #f36f21;
    /*padding: 5px 20px;*/
    border: none;
    color: white;
    line-height: 30px;
    font-size: large;
    text-transform: uppercase;
}

.unique_dash button {
    padding: 0 15px;
}

button:hover, #obu_reg button:hover {
    background-color: #0364C0;
}

button:disabled {
    background-color: grey;
}

.map {
    /*margin-top: 50px;*/
    margin-bottom: 100px;
}

.map-button {
    margin-bottom: 50px;
}

.tickets-control {
    margin-bottom: 20px;
}

.tickets-control button {
}

.tickets, .unique_dash .row {
    text-align: center;
}

.tickets .row:first-child, .unique_dash .header {
    font-weight: bold;
    font-size: 110%;
}

.tickets .row:nth-child(even), .unique_dash .row:nth-child(even){
    background-color: white;
}

.tickets .row:nth-child(odd), .unique_dash .row:nth-child(odd){
    background-color: wheat;
}

.tickets .row:hover/*, .unique_dash .row:hover */{
    background-color: #FF8C00;
    font-weight: bold;
}

.tickets > .col-md-12 {
    text-align: center;
    font-size: 150%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.info {
    text-align: center;
    max-width: 500px;
    border-radius: 5px;
    /*font-size: x-large;
    line-height: 60px;*/
}

.info > p {
    width: 100%;
    margin: 0;
}

.info > a, .unique_dash a, .unique_dash_nav a,
.control a, #obu_reg a, .hasznoslinkek a, .password a {
    background-color: #f36f21;
    /*max-width: 130px;*/
    margin-top: 0px;
    /*padding: 5px 20px;*/
    border: none;
    color: white;
    line-height: 30px;
    font-size: large;
    text-transform: uppercase;
}

.info > a:hover, .unique_dash a:hover, .unique_dash_nav a:hover,
.control a:hover, #obu_reg a:hover, .hasznoslinkek a:hover, .password a:hover {
    text-decoration: none;
    background-color: #0364C0;
}

.registration {
    text-align: center;
    font-size: 130%;
    color: #f36f21;
    margin-bottom: 100px;
    /*font-weight: bold;*/
}

.registration input {
    margin-bottom: 20px;
}

.unique_dash .row {
    line-height: 30px;
    margin-bottom: 5px;
}

#obu_reg .col-md-4 {
    margin-bottom: 10px;
}

#obu_reg input {
    line-height: 30px;
}

#obu_reg button,.remove_field {
    border: white solid 1px !important;
}

.remove_field {
    padding: 0px;

}

.hasznoslinkek {
    display: flex;
    margin-bottom: 10px;
    text-align: center;
}

.hasznoslinkek a, .unique_dash_nav a, .unique_dash_nav button, .password a {
    border: 1px solid white;
}

.unique_dash_nav a.disabled, .unique_dash a.disabled {
    background: gray;
    pointer-events: none;
}

.search {
    margin-bottom: 10px;
}

.password {
    margin-top: 50px;
    text-align: center;
}

.password input, .password button {
    width: 100%;
    margin-bottom: 10px;
}

.form-control:focus {
    border-color: #f36f21;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(243, 111, 33, 0.82);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(243, 111, 33, 0.82);
}

#info > .col-md-2 {
    padding: 0;
    padding-top: 10px;
}

#info > .col-md-2 > .col-xs-2 {
    overflow: hidden;
    padding: 0;
}

#info > .col-md-2 > .col-md-12 > img {
    max-height: 60px;
}

.callcenter {
    height: 20px;
}

#tickets input {
    text-align: center;
}