body, td {

}

* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;    
}

a {
    color: darkgray;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: black;
}

.alert{
    border-bottom: solid 2px gray;
    border-top: solid 2px gray;
    text-align: center;
    background: #F0F0F0;
    padding: 3px;
    margin: 10px 0;
}

.inactive{
    background: #F0F0F0;    
}

.wrap{
    width: 1260px;
    margin: 0 auto;
    background-color: #d3d3d32e;    
}

.logo {
    width: 200px;
    min-width: 200px;
    min-height: 35px;
    background: url("../img/Logo_LiS_Black.png") no-repeat;
    background-size: 200px;
    float: left;
    margin-top: 5px;
    margin-left: 20px;
}

.hz_info{
    width: 200px;
    min-width: 200px;
    min-height: 35px;

    float: right;
    margin-left: auto;

}

.loader{
    min-height: 60px;
    align-content: center;    
    text-align: center;
    margin-top: 30px;
    background: url("../images/loader.gif") no-repeat center;
}

.hide{
    display: none;
}

.clear {
    clear:  both;
}

.header{
    width: 100%;
    width: 1260px;
    display: flex;
    margin: 0 auto;
}

.foot{
    font-size: small;
    text-align: center;
    background-color: #0497F9;
    color: white;
    padding: 10px;
    margin-top: 15px;
}

.full{
    width: 500px;
    margin: 0 auto;
}

.new_reg_full{
    width: 600px;
    margin: 0 auto;
}

.ref{
    cursor: pointer;
    font-weight: bold;
}

.ref_normal{
    cursor: pointer;
}

.ref_small{
    cursor: pointer;    
    font-size: 0.8em;
}

.ref:hover, .ref_small:hover, .ref_normal:hover{
    text-decoration: underline;
}

.oprava{
    color: red;
}

.back{
    min-width: 22px;
    min-height: 26px;
    display: inline-block;
    background: url(../img/zpet_cerna.svg) no-repeat center center;
}

.gPlay {
    width: 152px;
    padding-top: 6px;
}

.app_ref{
    margin: 60px 0 0 0 ;
    padding: 20px;
    width: 100%;
    border-radius: 20px;
    border: solid 1px grey;
    font-size: 0.8em;

}


.most{
    width: 25%;
    float: left;
    border-right: solid 1px gray;
    padding: 5px;
}

.mostHeader{
font-weight: bold;
font-size:large;    
text-align: center;
padding: 15px;
}

div.mostTitle{
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

div.howto {
    text-align: center;
    margin-top: 20px;
    width: 100%;

}

div.howto img{
    width: 100%; 
}


div.menu_row{
    cursor: pointer;
    float: right;
    margin-left:auto; 
    margin-right:0;
}

.menu, .msg_menu{
    float: right;
    /*    margin-left: auto; */
    width: 32px;
    min-height: 35px;
    background: url("../img/menu_black.svg") no-repeat center center;
    background-size: 70%;    
    position: relative;
    cursor: pointer;
    transition-duration: 0.4s;
    transition-property: transform;    
}

.menu_small, .msg_menu{
    float: right;
    /*    margin-left: auto; */
    width: 20px;
    min-height: 25px;
    background: url("../img/menu_black.svg") no-repeat center center;
    background-size: 50%;    
    position: relative;
    cursor: pointer;
    transition-duration: 0.4s;
    transition-property: transform;    
}

.msg_menu{
    background: url("../img/msg_black.svg") no-repeat center center;
    margin-right: 20px;
    margin-left: 20px;
}

.menu:hover{
    background: url("../img/menu_red.svg") no-repeat center center;   
    /*    transform:rotate(-360deg);*/
    background-size: 70%;    
    position: relative;
}

ul.menu_list{
    color:#000;
    background-color: white;
    height: auto !important;
    position: absolute;
    top:19px;
    left:auto;
    right:13px;
    visibility: hidden;
    width: auto;
    z-index: 200;
    /*    font-family: Verdana, Arial, Helvetica, sans-serif;*/
    white-space: nowrap;
    padding: 5px;
    /*    border: 3px solid #d7dadb;*/
    border-bottom: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    box-shadow: 3px 3px 5px #808080;/*#c0c0c0;*/
    /*    -moz-box-shadow: 3px 3px 5px #808080;/*#c0c0c0;*/    
    /*    -webkit-box-shadow: 3px 3px 5px #808080;/*#c0c0c0;*/   
    border-radius: 0 0 5px 5px ;    
    font-size: small;
}

ul.menu_list_small{
    color:#000;
    background-color: white;
    height: auto !important;
    position: absolute;
    top:10px;
    left:auto;
    right:10px;
    visibility: hidden;
    width: auto;
    z-index: 200;
    /*    font-family: Verdana, Arial, Helvetica, sans-serif;*/
    white-space: nowrap;
    padding: 5px;
    /*    border: 3px solid #d7dadb;*/
    border-bottom: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    box-shadow: 3px 3px 5px #808080;/*#c0c0c0;*/
    /*    -moz-box-shadow: 3px 3px 5px #808080;/*#c0c0c0;*/    
    /*    -webkit-box-shadow: 3px 3px 5px #808080;/*#c0c0c0;*/   
    border-radius: 0 0 5px 5px ;    
    font-size: small;
}

.menu:hover ul.menu_list, 
.menu_small:hover ul.menu_list_small,
.msg_menu:hover ul.menu_list{
    visibility:visible;
    z-index:500;
}

li.menu_item{
    min-width: 120px;
    list-style: none;
    margin-bottom: 5px;
    padding-left: 5px;
}

li.row{
    display: inline-block;
    min-width: unset;
    padding: 5px 10px;
}

li.menu_item:hover{
    background-color: #F0F0F0;
}

div.fb{
    height: 60px;
}

div.socialBox{
    width:60px;
    height: 60px;

}

span.fb:hover img{
    margin-top: 2px;
    margin-left: 2px;
    width: 50px;
    height: 50px;
}

span.fb img{
    margin-top: 4px;
    margin-left: 4px;
    width: 46px;
    height: 46px;
}


div.socialMedia{
    position: fixed;
    left: 0;
    top: 40%;
    /* margin-top: -50px;*/
    width: 55px;
    height: 116px;
    background-color: white;   
}



.msg_control span{
    padding-left: 20px;
}


.login .top_content{
    padding: 10px;    
}

.topImgLostPswd{
    /*    min-width: 71%;*/
    background:  url("../images/pswd_renew.png") no-repeat center center;
    background-size: 20% 100%;
    background-size: 250px;
    min-height: 200px;   
    margin-bottom: 15px;
}

.topImgContact{
    /*    min-width: 71%;*/
    background:  url("../images/helpdesk.png") no-repeat center center;
    background-size: 20% 100%;
    background-size: 250px;
    min-height: 200px;   
    margin-bottom: 15px;
}

.topImgRegister{
    /*    min-width: 71%;*/
    background:  url("../images/registrace.png") no-repeat center center;
    background-size: 20% 100%;
    background-size: 250px;
    min-height: 200px;   
    margin-bottom: 15px;
}

#loginImg{
    float: left;
    min-width: 71%;
    background: url("../img/1.png") no-repeat center center;
    background-size: 80% 100%;
    min-height: 600px;
}

#loginForm{
    float:left;
    width: 23%;
}

#loginForm .strong, #loginForm .newUser {
    margin: 20px;
}

#loginForm .newUser a{
    font-size: 0.8em;
}

.center{
    text-align: center;
}

.right{
    text-align: right;
    float: right;
}

.left{
    text-align: left;
}

.strong{
    font-weight: bold;
}

button,
input.submit {
    width: auto;
    border-radius: 1.3em;
    text-align: center;
    padding: 10px 25px;
    margin-top: 5px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.13);

    border: none;
    transition: all .3s ease;
    outline: 0;
}

button.smallButton{
    width: auto;
    border-radius: 1.3em;
    text-align: center;
    padding: 3px 10px;
    margin-bottom: 10px;
    color: white;
    font-size: x-small;
    font-weight: 500;
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.13);
    box-shadow: 2px 4px 15px -1px rgba(0,0,0,0.75);
    border: none;
    transition: all .3s ease;
    outline: 0;  
}

button:hover,
input.submit:hover {
    transform: translate(-2px, -2px);
    box-shadow: 0 2px 6px -1px rgba(182, 157, 230, 0.65);
    box-shadow: 2px 4px 15px -1px rgba(0,0,0,0.45);       
}

.green, .pointType3{
    background-color: #58B15F;
}

.green:hover{
    background-color: #54987B;
}

.blue, .pointType2{
    background-color: #0497f9;
}

.blue:hover{
    background-color: #0066CC;
}

.red, .pointType1{
    background-color: #ED118D;
}

.red:hover{
    background-color: #CC117B;
}
.lis_red{
    color:  #ED118D;   
}

.form_container{
    margin: auto;
}

#loginForm .form_container{
    width: 300px;
}



.round input, .floating-placeholder {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 2.6em;
    height: 2.6em;
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 30px;
    border: solid 1px grey;
    background-color: white;
}


.round .floating-placeholder  input {
    line-height: 2.4em;
}

.round .floating-placeholder  input:focus + label {
    color: #16abf0;
}

.round .floating-placeholder  input[value] + label {
    color: red;
}

.floating-placeholder {
    position: relative;
    margin-bottom: 20px;
}

.round .floating-placeholder  input {
    font-size: 1.1em;
    border: none;
    outline: none;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    background: transparent;
    z-index: 2;
    text-indent: 20px;
}

.round .floating-placeholder:last-child  input {
    border-bottom: none;
}

.round .floating-placeholder  label {
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 1.1em;
    /*    z-index: 1; */

    transform-origin: 0 0em;
    transition: transform 160ms, color 200ms;
    transform: scale(1, 1) rotateY(0);
    color: #999;
}

.round .floating-placeholder  input:valid ~ label {
    transform: scale(0.50, 0.50) rotateY(0);
}

.round .floating-placeholder  input:valid {
    line-height: 2.4em;
}

.content_wrap{
    padding: 15px 0;    

}

.left_content{
    width: 75%;
    float: left;    
    padding: 5px;
}

.right_content{
    width: 25%;
    float: left;    
    padding: 5px;    
}

.left_fill_content{
    width: 34%;
    float: left;    

}

.mid_fill_content{
    width: 66%;
    float: left;    

}

.blind_container{
    width: auto;
    border-radius: 10px;
    border: solid 1px #f7f7f7;
    background-color: white;
    box-shadow: 2px 4px 15px -1px rgba(0,0,0,0.75);    
    box-shadow: 3px 5px 9px 0px rgba(0, 0, 0, 0.3);    
    padding: 5px;   
    margin: 5px;

}

.blind_container.onlogin{
    margin-right: 15px;
}

.in_card{
    display: none;
}

.card_content .in_card{
    display:block;
}

.card_content div.top{
    font-size: 1.1em;
    font-weight: bold;
    padding:    5px 10px;
    border-bottom: 1px solid lightgray;
    margin-bottom: 5px;

}

.card_content div.content{
    padding: 10px;

}

.login .card_content div.content.price{
    max-height: 816px;
    height: 816px;

}

.login .card_content div.content.event{
    min-height: 300px;
    max-height: 300px;

}

.login .card_content div.content.rank{

    max-height: 464px;
    height: 464px;

}

.card_content .legend,
.modal-content .legend{
    text-align: right;
    margin-left: 50px;
}

.card_content .legend_text,
.modal-content .legend_text{
    font-weight: normal;
    font-size: small;
    margin-left: 30px; 
    line-height: 24px;
    height: 20px;
    padding-left: 28px;
    padding-top: 10px;
}

.card_content .legend img{
    height: 20px;
}

.msg_to_user{
    margin-bottom: 10px;
    border-bottom: solid 1px #F0F0F0;
    padding: 5px;
    min-width: 660px;
    /*    padding-bottom: 5px;*/
    margin-right: 10px;
}

.msg_to_user .msgdate{
    font-size: 0.8em;

}

.msg_to_user .msgsubject{
    /*    font-weight: bold; */
}

.msg_to_user .msgtext{
    font-size: 0.8em;

}

.notread{
    font-weight: bold;
}

#pointcontainer{
    position: relative;
    background-color: white;
    border: solid 1px #d3d3d3;
    margin-bottom: 30px;
    padding: 6px;
    left: -70px;
    cursor: pointer;
    font-weight: bold;
}
.allPoints{
    height: 230px;
    font-weight: normal;

}

#pointcontainer:hover .allPoints{
    display: block;

}

.pointDetail{
    border-bottom: solid 1px lightgray;
    margin-right: 5px;
}

#map_sport{
    background-image: url("../images/mapa_sport_small_gray.png");
    background-repeat: no-repeat;
    background-size: 28%;
}
#map_sport.show{
    background-image: url("../images/mapa_sport_small.png");
    background-repeat: no-repeat;
    background-size: 28%;
}
#map_sport:hover{
    background-image: url("../images/mapa_sport_small.png");
    background-repeat: no-repeat;
    background-size: 28%;
    cursor: pointer;
    text-decoration: underline;    
}
#map_sport.show:hover{
    background-image: url("../images/mapa_sport_small_gray.png");
    background-repeat: no-repeat;
    background-size: 28%;
    cursor: pointer;
    text-decoration: underline;    
}

#map_kult{
    background-image: url("../images/mapa_kultura_small_gray.png");
    background-repeat: no-repeat;
    background-size: 24%;
}
#map_kult.show{
    background-image: url("../images/mapa_kultura_small.png");
    background-repeat: no-repeat;
    background-size: 24%;
}
#map_kult:hover{
    background-image: url("../images/mapa_kultura_small.png");
    background-repeat: no-repeat;
    background-size: 24%;
    cursor: pointer;    
    text-decoration: underline;
}
#map_kult.show:hover{
    background-image: url("../images/mapa_kultura_small_gray.png");
    background-repeat: no-repeat;
    background-size: 24%;
    cursor: pointer;    
    text-decoration: underline;    
}

#map_eko{
    background-image: url("../images/mapa_ekologie_small_gray.png");
    background-repeat: no-repeat;
    background-size: 19%;
}
#map_eko.show{
    background-image: url("../images/mapa_ekologie_small.png");
    background-repeat: no-repeat;
    background-size: 19%;
}
#map_eko:hover{
    background-image: url("../images/mapa_ekologie_small.png");
    background-repeat: no-repeat;
    background-size: 19%;
    cursor: pointer;       
    text-decoration: underline;     
}
#map_eko.show:hover{
    background-image: url("../images/mapa_ekologie_small_gray.png");
    background-repeat: no-repeat;
    background-size: 19%;
    cursor: pointer;        
    text-decoration: underline;    
}

#map_tur{
    background-image: url("../images/mapa_turista_small_gray.png");
    background-repeat: no-repeat;
    background-size: 24%;
}
#map_tur.show{
    background-image: url("../images/mapa_turista_small.png");
    background-repeat: no-repeat;
    background-size: 24%;
}
#map_tur:hover{
    background-image: url("../images/mapa_turista_small.png");
    background-repeat: no-repeat;
    background-size: 24%;
    cursor: pointer;
    text-decoration: underline;
}
#map_tur.show:hover{
    background-image: url("../images/mapa_turista_small_gray.png");
    background-repeat: no-repeat;
    background-size: 24%;
    cursor: pointer;
    text-decoration: underline;
}

.order{
    width: 10%;
    float: left;
    font-weight: bold;

}

.content.hmm_main{
    margin-left: 30px;
}


.prize_item{
    margin: 3px 0;
}

.prize{
    float: left;
    font-size: smaller;
    width: 90%;
    padding-left: 10px;
}

.rank_player{
    padding: 3px;    
    border-bottom: solid 1px lightgray;
}
.rank_order_player{
    width: 14%;
    float: left;
    font-weight: bold;
    text-align: center;

}

.rank_pic_player{
    width: 16%;
    min-width: 16%;
    float: left;   
    padding-left: 5px; 
}
.rank_pic_player img{
    width: 32px;
}

.rank_info_player{
    width: 60%;
    float: left;      
}

.rank_name_player{
    font-size: smaller;
    font-weight: bold; 
}

.rank_points_player{
    font-size: small;
}

.rank_order_player{
    font-size:large;    
    padding-top: 5px;
}

.rank_top_player{
    width: 10%;
    float: left;  
    padding-top: 4px
    ;   
}


.banner{
    height: 60px;
    margin: 5px;
}

marquee img{
    border: 0;
    padding: 10px;
    max-width: 230px;
    max-height: 60px;
    width: auto;
    height: auto;
    border-right: solid 1px gray;
}

/**
* Obsluha scroll baru 
*/

.scroll{
    overflow-y: scroll;
}

.scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb
{
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #ED118D;
}

/**
*  Test
*/

.modal, .modal2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content, .modal2-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    /*    width: 24rem; */
    border-radius: 1.5rem;

}

.modal_top{
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #F0F0F0;    
}

.modal_subject, .modal2_subject{
    font-weight: bold;
}

#modal_text, #modal2_text{
    max-height: 850px;
}

.close-button, .close2-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    /*    background-color: lightgray; */
    font-size: 3em;
    transition-duration: 0.4s;
    transition-property: transform;        
}
.close-button:hover, .close2-button:hover {
    background-color: #F0F0F0;
    transform:rotate(-360deg);
}
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    z-index: 10;    
}

.mail_ico_container{
    display: none;
    width: 25px;
    height: 25px;
    background-color: #ED118D;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -15px;  
}
.mail_ico_container.show{
    display: block;
}

.mail_ico_value{
    text-align: center;
    vertical-align: middle;
    top: 50%;
    font-size: small;
    font-weight: bold;
    padding-top: 4px;    
    color:white;
}

h1.event_head{
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 3px;
}

div.event_item{
    border-bottom: 1px solid lightgray;
}

.user_points_item{
    display: grid;
    grid-template-columns: 50px auto 50px;
    grid-template-rows: 0.8em 1em 1em 1em 1em 0.8em;
    border-radius: 15px;
    font-size: 0.7em;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
}

.user_time{
    grid-row: 2 / 2;
    justify-self: center;             
}

.user_date{
    grid-row: 3 / span 2;
    align-self: center;
    justify-self: center;            
}

.user_year{
    grid-row: 5 / 5;
    justify-self: center;                  
}

.user_point_name{
    grid-column: 2 / 2;
    grid-row: 3 / span 2;
    padding-left: 10px;
    align-self: center;
}

.user_points{
    grid-column: 3 / 3;
    grid-row: 2 / span 4;
    font-size: 2em;
    font-weight: bold;
    justify-self: center;
    align-self: center;
}

.userImg{
    display: inline-block;
    position: relative;  
    /*    grid-column: 2 / 2;
    grid-row: 1 / span 4;*/
    grid-area: pic;
}

.userImg img{
    width: auto;
    max-width: 160px;
    width: auto;
    height: auto;
    border-radius: 50%;
    background-color: #D7F1FF;
    border: solid 3px white;
}

.userImg_rank_container{
    width: 50px;
    height: 50px;
    background-color: #ED118D;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;  
}

.userImg_rank{
    text-align: center;
    vertical-align: middle;
    top: 50%;
    font-size: large;
    font-weight: bold;
    padding-top: 14px;    
    color:white;
}



.user_info_container{
    display: grid;   
    grid-template-columns: auto 170px 180px auto;
    grid-template-rows:  2.5em 3em 1.5em 3em ;
    grid-column-gap: 20px;
    grid-template-areas:
    ". pic . mail"
    ". pic nick ."
    ". pic name ."
    ". pic point .";
}

.user_top_name{
    /*   grid-column: 3 / 3;
    grid-row: 3 / 3;  */  
    grid-area: name;
    align-self: center;

}


.user_top_nick{
    grid-area: nick;
    /*    grid-column: 3 / 3;
    grid-row: 2 / 2;  */
    font-size: 2em;
    font-weight: bold;    
    align-self: start;

}

.user_top_points{
    /*    grid-column: 3 / 3;
    grid-row: 4 / 4;  */
    grid-area: point;

    font-size: 2em;
    font-weight: bold; 
    align-self: end;         

}

.user_email{
    /*   grid-column: 3 / 3;
    grid-row: 3 / 3;  */  
    grid-area: mail;
    align-self: center;
    text-align: right;

    justify-self: end;

}

.prize_info{
    text-align: center;
    padding: 5px;   
}

.prize_info_small{
    text-align: center;
    padding: 5px;
    font-size: 0.7em;
}



.content_grip{
    display: grid;   
    max-width: 1260px;
    grid-template-columns: 25% auto 25% 25%;
    grid-template-rows:  120px 200px 200px 200px 200px 120px;
    grid-column-gap: 3px;
    grid-template-areas:
    " point event event prize"
    " point event event prize"
    " point event event prize"
    " rank mapa mapa prize"
    " rank mapa mapa prize"
    " rank partner partner prize";    
}

div.content_rank div.content.rank,
div.content_user_points div.content,
div.content_event div.content{
    max-height: 460px;
}

div.content_prize div.content{
    max-height: 980px;
}

.content_rank{
    align-self: stretch;    
    grid-area: rank;
}

.content_user_points{
    grid-area: point;
}

.content_partner{
    grid-area:partner;
}

.content_map{
    grid-area: mapa; 
}

.content_prize{
    grid-area: prize;
}

.content_event{
    grid-area: event;
}

.top span.title{
    align-items: flex-start;  
}

.top span.season_sel,
.top span.point_sel{
    font-weight: normal;
    font-size: 0.6em;
    float: right;
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid #E0E0E0;
    cursor: pointer;
}

.top span.season_sel.show,
.top span.point_sel.show{
    font-weight: bold;
}

.partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;   
}

.partner_item{
    margin: 15px;   
}

#modal_text .partners{
    max-width: 900px;
    width:900px;
}

#modal_text .partners img{
    border: 0;
    padding: 10px;
    max-width: 260px;
    max-height: 95px;
    width: auto;
    height: auto;
    /*    border-right: solid 1px gray; */
}

/**
*  finalresults
*/

.final_result_item{
    width: 800px;    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.final_rank{
    display: flex;
    flex-direction: column;
    flex: 0 0 5%;
    justify-content: center;
    align-items: center;
}

.final_prize{
    display: flex;
    flex-direction: column;
    flex: 0 0 70%;
    /*    font-size: 1.2em;*/
    font-weight: bold;
}

.final_user{
    display: flex;
    flex-direction: column;
    flex: 0 0 25%;
}

.renewpswd{
    width: 450px;
    margin: 10px auto;
}


#renewpswd, #contact{
    width: 350px;
    margin: 0 auto;
    /*    height: 150px;*/
}

#renewpswd input.left,
.renewpswd input.left,
#contact input.left,
#newUserForm input{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 2.6em;
    height: 2.6em;
    margin: 10px 0 5px 0;
    padding: 0;
    padding-left: 15px;
    width: 100%;
    border-radius: 30px;
    border: solid 1px grey;
    background-color: white;   
}


#renewpswd>div{
    margin-bottom: 20px;
}

#renewpswd label.error,
.renewpswd label.error,
#contact label.error{
    padding-left: 20px;
    color:red;
    font-size: small;
}

#contact input.left{
    font-size: 0.8em;
    width: 74%;
    margin-left: 20px;
}

#contact label{
    font-size: 0.8em;
    width: 18%;
    display: inline-block;
}

#contact label.error{
    font-size: 0.8em;
    width: 100%;
    display: inline-block;
    padding-left: 26%;
}

#contact textarea{
    font-size: 0.8em;
    width: 74%;
    margin-left: 20px;   
    height: 200px;
    border-radius: 20px;
    border: solid 1px grey;
    background-color: white;     
    padding: 5px 15px;  
    margin-top: 10px;
    vertical-align: top;
}

#contact input.error{
    border: solid red 1px;
}


#newUserForm label.main{
    width: 160px;
    display: inline-block;
}

#newUserForm label.error{
    padding-left: 10px;
    font-size: 0.8em;
    color: red;
    width: 180px;
    display: inline-block;    
    vertical-align:middle; 
    font-style: italic;
}

#newUserForm input{
    font-size: 0.8em;
    /*    margin-left: 20px;*/
    width: 220px;

}

#newUserForm input[type="radio"]{

    height: 1.6em;
    width: 50px;
}

#newUserForm input[type="checkbox"]{

    height: 1.6em;
    width: 20px;
    margin-left: 0;
}

/**
* Obsluha map
*/

/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
/* Optional: Makes the sample page fill the window. */


#map, #mapBig {
    height: 100%;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */
    float: left;
}

.map{
    height: 340px;
    margin-bottom: 5px;
}

.map.big {
    height: 500px;
    width: 900px;
}

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 3px;
    text-overflow: ellipsis;
    width: 300px;
    margin-top: 10px;
    top:5px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}
#target {
    width: 345px;
}

@media screen and (max-height: 900px) {
    #modal_text{
        max-height: 650px;
    }
}

@media screen and (max-height: 768px) {
    #modal_text{
        max-height: 450px;
        max-width: 550px;
    }
}

@media screen and (max-width: 1080px){

    .content_grip{
        display: grid;   
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns:  auto 50%;
        grid-template-rows:  120px 200px 200px 200px 200px 120px 120px 200px 200px 200px 200px 120px;
        grid-column-gap: 3px;
        grid-template-areas:
        "  event event "
        "  event event "
        "  event event "
        "  mapa mapa "
        "  mapa mapa "
        "  partner partner "    
        " point prize"
        " point prize"
        " point prize"
        " rank prize"
        " rank prize"
        " rank prize";       
    }    

    .wrap{
        width: 800px;
        margin: 0 auto;
        background-color: #d3d3d32e;    
    }

    .header{
        margin: 0 auto;
        display:flex;
        width: 800px;
    }

    #loginImg{
        display: none;
    }

    #loginForm{
        width: 100%;
    }

    #modal_text{
        max-width: 700px;
    }

    #modal_text .partners{
        max-width: 650px;
    }

}    




/**
*  VYRADIT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/

.hmm_info{
    clear: both;
    padding-top: 10px;
}

.hmm_label{
    float:left;
    width: 120px;
}

.hmm_text{
    float:left;
}

.hmm_wrap{
    padding-left: 50px;
}