/* 
    Document   : style
    Created on : 2.4.2014, 8:59:27
    Author     : gpsvyvoj
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

html {
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden; 
    background-image: url("/img/logo-big.png");
    background-position: center 20%;
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}


#top {
    display: none;
    position: absolute;
    top: 0;
    left: 517px;
    height: 110px;
    right: 0;
    background-color: #051222;
    opacity: 0.85;
    /*overflow: hidden;*/
    z-index: 50;
}
.top-titulok {
    color:white;
    font: 100 20px/1.5 'Roboto', sans-serif;
    font-style: italic;
    padding-top: 40px;
}
.bold {
    font-weight: bolder;
    padding-right:5px;
    padding-left: 20px;
}
#left {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 517px;
    background: url("/img/pozadie-pod-menu.jpg") no-repeat center center fixed;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

#center {
    display: none;
    position: absolute;
    top: 0;
    left: 517px;
    right: 0;
    bottom: 0;
    
}

/*#content
{
    vertical-align: middle;
    display: table-cell;
    height: 100%;
    width: 100%;
}*/

#wait 
{
    background: url("/img/home-pozadie.jpg") no-repeat center center fixed;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    
    font-weight: bold;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 100%;
    margin: 0;
    width: 100%;
    position: relative;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 20px 1px #888888;
}

.loading-container {
    height: 20px;
    width: 300px;
    background-color: white;
    text-align: center;
    color: #ADADC8;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 20px;
    z-index: 9999;
}

.loading-container > img {
    padding-left: 20px;
}
#wait > div {
    width:300px;
}
#wait > div > img
{
    background-color: #F7F7F7;
    margin: 0;
}

#wait > div > h2{
    width: 100px;
    color: #ADADC8;
    font-size: 22px;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}

#wait > *{
    background-color: #F7F7F7;
    margin: 0;
}

@font-face {
    font-family: 'Roboto', sans-serif;
}

input, select, body, html, div {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}

input, select {
    color: #808080;
}

input {
    -webkit-padding-start: 8px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #646464 !important;
    -webkit-box-shadow: 0 0 0px 1000px #f8f8f8 inset;
    -webkit-padding-start: 8px !important;
    border-radius: 8px;
}

label {
    float:left;
    padding: 12px 12px 12px 12px;
    text-transform: uppercase;
}

input:focus, select:focus {
outline: 0;
}


