

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(/fonts/robo300.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(/fonts/robo400.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(/fonts/robo700.woff) format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(/fonts/robor.woff) format('woff');
}





* {
  margin: 0;
  padding: 0;
//  font-family: sans-serif;
  font-family: roboto;

}
html,
body,
.wrapper {
  height: 100%;
}
.content {
  position: relative;
  box-sizing: border-box;
  min-height: 100%;
  background-color: #eeeef8;
  color: #333;
  font-size: 12px;
//  font-family: sans-serif;
  font-family: roboto;
  width: 100%;
}
.header {
  height: 65px;
  color: #555;
}


.lot {
padding: 5px;
margin: 20px;
/*    height: 150px;
    width: 150px; */
    border: 4px solid #ffffff;
    border-radius: 8px;
/*    text-align: center;  */
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.lot_number {
align: left;
float: left;
font-family: 'Roboto Condensed' !important; font-weight: 400;
//font-weight: bold;
color: #999;
font-size: 16px;
}


.lot_date {
align: right;
float: right;
display: inline-block;
text-align: left;
color: #999;
font-size: 14px;
}




.datetime {
background-color: #59f;
//width: 120px;
color: #fff;
text-align: center;
display: inline-block;
font-size: 14px;
font-family: 'Roboto Condensed' !important;
font-weight: 300;
padding: 2px 5px 2px 5px;
}

.open {
background-color: #5c5;
}




.lot_title {
clear: left;
width: 100%;
font-size: 18px;
color: #333;
font-family: 'Roboto Condensed' !important; font-weight: 400;

}

.lot_description {
width: 100%;
font-size: 14px;
color: #555;
margin-top: 20px;
}



.input_line{
position: relative;
display: inline-block;
padding: 10px;
width: 600px;
box-sizing: content-box;
}

.input_line a{
color: #59f;
}


.input_bet{
position: relative;
display: inline-block;
padding: 10px;
width: 100px;
box-sizing: content-box;
}

.input_bet a{
color: #59f;
}


input, textarea, button {

box-sizing: content-box;

border: 1px solid #D0D3DB;
border-radius: 3px;
height: 23px;
line-height: 23px;
padding: 4px 7px;
color: #333;
font-size: 100%;
width: 100%;
}

.wrong {
border: 1px solid #f55;	
}


input:focus {
border: 1px solid #59f;	
outline: none;
}


.plate {
position: relative;

font-family: "Open Sans", "Arial", sans-serif !important;
font-size: 14px;
color: #777;
background-color: #e0e0e7;
margin: 20px;
padding: 10px;
text-align: center;

    border: 2px solid #ffffff;
    border-radius: 4px;
width: 700px;
}




.login_plate {
position: relative;


font-family: "Open Sans", "Arial", sans-serif !important;
font-size: 14px;
color: #777;
background-color: #e0e0e7;
margin:  20px;
padding: 10px;
text-align: center;

    border: 2px solid #ffffff;
    border-radius: 6px;
width: 700px;
}



.plate_title  {
position: absolute;
top: -18px;
left: 8px;
font-size: 26px;
font-family: arial;
text-shadow: 2px 0 0 #ddd;
}



.bet_button  {

background: #59f;

cursor: pointer;

color: #fff;

//height: 30px;
//line-height: 25px;
//font-size: 100%;
}

.bet_string  {
display: inline-block;
font-size: 18px;
color: #333;
font-family: 'Roboto Condensed' !important; font-weight: 400;

}





.login_button  {

background: #59f;

cursor: pointer;

color: #fff;

height: 30px;
line-height: 25px;
font-size: 100%;
}

#modal {
    display: none;
    width: 780px;

background-color: #fff;

    position: absolute;
    top: 50px;
    left: 50%;
    margin: 10px 0 0 -390px;
    z-index: 2;    
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);


    border: 2px solid #ffffff;
    border-radius: 6px;


}




.closeme  {
position: absolute;
top: -15px;
right: -15px;
width: 20px;
height: 20px;
color: #fff;
cursor: pointer;

//background-color: #59f;
background-color: #d0d0d7;
    border: 2px solid #fff;
    border-radius: 20px;
text-align: center;
font-size: 100%;
font-weight: 600;
line-height: 20px;

    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
// background-image: url(/img/closeme.png);
// background-size: auto;

}


.top_menue_item {
position: relative;
display: inline-block;
width: 120px;
//font-family: "Open Sans", "Arial", sans-serif !important;

font-size: 14px;
font-weight: 400; font-family: 'Roboto' !important;

//font-weight: 600;
color: #fff;
//background-color: #c0c0c9;
background-color: #78a;
margin: 0px 20px 5px 20px;
padding: 5px;
text-align: center;

    border: 2px solid #ffffff;
    border-radius: 4px;

}


.blue_dot  {
position: absolute;
bottom: -5px;
right: -5px;
width: 8px;
height: 8px;
background-color: #59f;
//background-color: #5f5;
    border: 2px solid #ffffff;
    border-radius: 6px;

}

.login_green  {
position: absolute;
bottom: 2px;
right: 0px;
width: 8px;
height: 8px;
//background-color: #5f5;
background-color: #59f;
    border: 1px solid #ffffff;
    border-radius: 6px;

}

.login_text {
position: relative;
display: inline-block;
//height: 15px;
font-size: 12px;
font-weight: 300;
text-align: center;
line-height: 12px;
color: #59f;
}

a {
color: #59f;
}


.lot_protocol {
background: #fff;
font-weight: 400; font-family: 'Roboto' !important;
font-size: 14px;
padding: 10px;
}


.bet_step {
padding: 5px;
margin: 2px;
-webkit-transition: background-color 2s;
transition: background-color 2s;
}

.bet_line {
display: inline-block;
margin-right: 20px;
}


.bet_price {

font-weight: 600;
}

.highlite {
background-color: #def;
}


.r_menu {
position: relative;
//display: inline-block;
width: 180px;

font-size: 14px;
font-weight: 300; font-family: 'Roboto' !important;

color: #fff;
//background-color: #c0c0c9;
background-color: #78a;
margin: 0px;
padding: 0px;
text-align: center;

//    border: 2px solid #ffffff;
//    border-radius: 4px;

    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.r_menu p {

padding: 10px 5px 10px 5px;
    border-bottom: 1px dashed #89b;
}

.selected {
background-color: #679;

}


.sticker{
margin: 10px;
padding: 10px;
background-color: #eec;
display: inline-block;
//max-width: 600px;
min-width: 500px;
border: 1px dashed #89b;
border-radius: 6px;
}

#filedrag{
margin: 5px;
padding: 5px;

}
