/* 
    Document   : login
    Created on : 10.12.2011, 15:05:30
    Author     : xzavrel
    Description:
        Purpose of the stylesheet follows.
*/

body {
    text-align: center;
    padding-top:20px;
    padding-left:10px;
    padding-right: 10px;
}

/*------ Reset CSS Properties ------ */
#navbar ul, #navbar li,
#navbar form,
#navbar button {
    border:0; margin:0;padding:0; list-style:none;
}

#navbar li a{
    margin:0 6px;
    text-decoration:none;
    color:#FFFFFF;
    /*    color:#000000;*/
    font-weight:bold;
    /*border-bottom:dotted 1px #000000;*/
}

.chipInput {
    opacity:0; 
    filter:alpha(opacity=0); 
    width: 1px;
}

.chipLogin {
    background:#3c3c3c; 
    border:solid 1px #666666; 
    color: #ffffff; 
    width: 550px; 
    padding: 15px;
    font-size:20px;
    font-weight:bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.btn-login {
    width: 100%;
    min-width: 180px;
    margin-top: 15px;
}

.login-failed {
    line-height: 48px;
}

/*------ Layer with Register and Login Section ------ */
#login_menu {
    background:#FFFFFF;
   /* border:solid 1px #DDDDDD;*/
    width:310px;
    padding:8px;
    color:#FFFFFF;
/*    font-weight:bold;*/
    font-size:14px;
    line-height:18px;
    right: 0px;
    z-index: 10;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: auto;
    padding-bottom: 16px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}


.login_menu .login_menu_margin {
    margin-right: 8px;
}

.login_menu_margin {
    margin-right: auto;
}

@media all and (min-width:768px) {
    .login_menu {
        position:absolute;
        float:right;
    }

    .jidelnicekWeb {
        margin-right: 310px;
        min-height: 200px;
    }
}

@media all and (max-width:768px) {
    .login_menu_margin {
        margin-right: auto;
    }
}

#login_button{
    background:#3c3c3c;
    border:solid 1px #333333;
    width:200px;
    padding:10px;
    color:#FFFFFF;
    position:absolute;
    float:right;
    font-weight:bold;
    font-size:14px;
    line-height:18px;
    top: 50px;
    right: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.jidelnicek {
    /*border: 1px solid #DDDDDD; */
    background-color: #FFFFFF; 
    position: relative; 
    max-width: 1260px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.jidelnicekDen {
    margin: 5px;
/*    background-color: #F1F1F1;*/
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
}

.noMenu {
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 200px;    
}

#login_menu li{
    padding-top:5px;
    padding-top:5px;
    text-align:right;
    line-height: 24px
}

#signup-user-col{
    background-color: #3c3c3c;
    padding-left:20px;
/*    height:180px;*/
    width:295px;
    padding: 10px;
    line-height:10px;
    text-align:right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
}
/*------ Spacer ------ */
.spacer{clear:both; height:1px;}

a.open, a.close {
    height: 30px;
    line-height: 30px !important;
    padding-right: 25px !important;
    cursor: pointer;
    width: 150px;
    top: 5px;
    color:#FFFFFF;
}

a div.open, a.open {background: url(../img/bt_open.png) no-repeat right 0;}
a.close {background: url(../img/bt_close.png) no-repeat right 0;}
a:hover div.open, a:hover.open {background: url(../img/bt_open.png) no-repeat right -19px;}
a:hover.close {background: url(../img/bt_close.png) no-repeat right -19px;}

div.xfopen { float:right; width:20px; height:20px; position:relative; top:60px; right:9px; z-index:9;  }
