html {
    /*border: solid 1px #004d86;*/
    background-color: #35a7a6;
}

body {
        color: #FFF;
        font-family: "Verdana";
}

article {
    /*border: solid 1px blue;*/
}

#layout {
    /*border: solid 1px red;*/
    /*
    background-image: url("/images/pozadi.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;   
    width: 100%;
    height: 900px;
    */
}
/*
header {
}
*/
#content {
    /*margin-top: 50px;*/
    /*border: solid 1px black;*/
}

#login {
    background: url("/images/loginframe.png") no-repeat;
    position: relative; right: 20px; top: 220px;
    width: 366px;
    height: 234px;
}

#footer {
    text-align: center;
    margin-top: 200px;
}

#login input{
    width: 200px;
}

#login input[type="submit"]{
    width: 150px;
    height: 35px;
}

input[type="text"],[type="password"] {
    width: 250px;
    height: 20px;
    padding: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

input[type="submit"] {
    height: 36px;
    padding: 5px;
    background-color: #00acac;
    color: #FFF;
    -moz-border-radius:10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
    cursor: pointer;
}

.center {
    text-align: center;
}

table {
    display:table;
    margin-right:auto;
    margin-left:auto;
}

table td {
    display:table-cell;
}

.selectsize {
    width: 80%;
}

.ok {
    margin-bottom: 10px;
    width: 90%;
    padding: 15px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: green;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.84) 45%, rgba(237,237,237,0.75) 69%, rgba(237,237,237,0.64) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(45%, rgba(246,246,246,0.84)), color-stop(69%, rgba(237,237,237,0.75)), color-stop(100%, rgba(237,237,237,0.64)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.84) 45%, rgba(237,237,237,0.75) 69%, rgba(237,237,237,0.64) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.84) 45%, rgba(237,237,237,0.75) 69%, rgba(237,237,237,0.64) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.84) 45%, rgba(237,237,237,0.75) 69%, rgba(237,237,237,0.64) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,0.84) 45%, rgba(237,237,237,0.75) 69%, rgba(237,237,237,0.64) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );    
}

.error {
    margin-bottom: 10px;
    width: 95%;
    padding: 15px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: red;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.84) 45%, rgba(237,237,237,0.75) 69%, rgba(237,237,237,0.64) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(45%, rgba(246,246,246,0.84)), color-stop(69%, rgba(237,237,237,0.75)), color-stop(100%, rgba(237,237,237,0.64)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.84) 45%, rgba(237,237,237,0.75) 69%, rgba(237,237,237,0.64) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.84) 45%, rgba(237,237,237,0.75) 69%, rgba(237,237,237,0.64) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.84) 45%, rgba(237,237,237,0.75) 69%, rgba(237,237,237,0.64) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,0.84) 45%, rgba(237,237,237,0.75) 69%, rgba(237,237,237,0.64) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    
}


/* Responsive */
.container {
    max-width: 55%;
    min-height: 500px;
    margin-left: 30%;
/*    margin: 0 auto;*/
/*    float: right;*/
    border: 2px #bababa solid;
    padding: 50px;
    -moz-border-radius:20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;

}

.containerMobile {
    max-width: /*800px;*/ 55%;
    min-height: 500px;
    margin-left: 40%;
    /*float: right;*/
    border: 2px #bababa solid;
    padding: 50px;
    -moz-border-radius:20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
