html, body{
    font-family: 'Open Sans', sans-serif;
    background: #eee;
    color:#000;
}

h1{
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    margin-top: 25%;
    padding-bottom: 15px;
}

.clear{
    clear:both;
}

a {
    color:#47409b;
    text-decoration: none;
}
/*
a.pink:hover {
    color:#E70A68
}
*/
a.general{
    color:#999;
}

hr{
    border:1px solid #999;
}

table {
    background-color: transparent;
    border:none;
    padding:0
    margin:0;
    border-collapse: collapse;
    border-spacing: 0;
    color:#47409b;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

th {
    text-align: left;
}

tr {
    border:none;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 20px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
    padding: 20px;
    line-height: 1.42857143;
    vertical-align: middle;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    /*border-top: 1px solid #ddd;*/
}

.table .table {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    /*background-color: #f9f9f9;*/
}

.table-hover > tbody > tr:hover {
    /*background-color: #f5f5f5;*/
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

/*.table > thead > tr:last-child, .table > tbody > tr:last-child, .table > tfoot > tr:last-child {
    border-bottom: 1px solid #ddd;
}
*/

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

.topLine{
    padding-left:12px;
    margin-bottom: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #999;
}

.topLine a{
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size:18px;
    color:#fff;
    background: #47409b;
    margin-right: 20px;
}

.topLine a.logout{
    position: absolute;
    right:0;
    top:20px;
    background: #a70000;
    color:#fff;
    float:right;
}

.pismeno{
    padding:10px; 
    padding-left: 15px;
    padding-right: 15px;
    min-width: 50px;
    margin:15px;
    display: inline-block;
    background: #47409b;
    color:#fff;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    font-size:26px;
}

.danger{
    margin: 10px;
    padding: 10px;
    border: 1px solid #800000;
    color:#800000;
    background: rgba(255,0,0,0.15);
}

.polozka{
    border-bottom:1px solid #999;
    padding: 10px;
}

.highlighted {
  background: #c6f1c7;
}

.polozka.pripravena{
    background: rgba(0,255,0,0.2);
}

.polozka.pripravena.pripravena0{
    background: rgba(255,0,0,0.2);
}

.polozka .foto{
    float:left;
    width:60px;
    margin-right:20px;
}

.polozka .foto img{
    float:left;
    max-width:100%;
}

.polozka .popis{
    font-size:22px;
    float:left;
}

.polozka .krajina, .polozka .kod, .polozka .velkost, .polozka .farba, .polozka .pocet{
    display: inline-block;
    margin-right: 25px;
    font-weight: bolder;
}

.polozka .kod {

}

.polozka .velkost{

}

.polozka .pocet{
    margin-right: 30px;
    font-weight: bolder;
}

.polozka .pocet span{
    display: inline-block;
    margin-left: 2px;
    font-weight: 300;
    font-size: 16px;
}

.polozka .nazov{
    font-size:20px;
    font-weight: 300;
    padding-top: 6px;
}

.polozka .nazov.obj{
    padding: 0;
}

.polozka .nazov.obj strong{
    font-weight: normal !important;
    font-size: 20px;
}

.polozka .objednavka{
    float:right;
}

.polozka .objednavka a{
    background: #47409b;
    color:#fff;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    font-size:26px;
    padding:10px; 
    padding-left: 15px;
    padding-right: 15px;
    min-width: 50px;
    display: block;   
}

input[type="text"], input[type="password"]{
    display: block;
    margin-bottom: 15px;
    width:90%;
    margin-left: 4%;
    padding: 10px;
    padding-left: 1%;
    padding-right: 1%;
    font-size: 16px;
    border: 1px solid #999;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

button{
    padding:20px;
    font-size:20px;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border:0;
    background: #47409b;
    color:#fff;
}

button.login{
    float:right;
    margin-right: 4%;
    padding-left: 4%;
    padding-right: 4%;
}

a.generuj_stitky {
    background-color:#E70A68;
    padding:20px 30px;
    color:#fff;
    border-radius:5px;
    text-transform: uppercase;
}


/*@media (max-width: 1024px) {
    .export {
        display:none;
    }
}*/