/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    /* Background pattern from subtlepatterns.com */
    background: url('../images/cubes.png') repeat;
}

textarea { 
    resize: vertical; 
}

.dph{
    width: 50px;
    text-align: center;
}
.mena{
    width: 100px;
    text-align: center;
}
.cena{
    width: 100px;
    text-align: center;
}
.res{
    width: 100px;
    text-align: center;
}

.buttonOptimal{
    padding-top: 20px;
}

.spinner {
    position: fixed;
    top: 0px;
    left: 0px;
    /*margin-left: -50px;  half width of the spinner gif */
    padding-top: 300px;
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100%; /* width of the spinner gif */
    height: 100%; /*hight of the spinner gif +2px to fix IE8 issue */
    background: grey;
    opacity: 0.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.userlabel th{
    width: 100px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 10px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}
.zakaznik{
    max-width: 110px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.spedice-tabulka{
    table-layout: fixed;
    width:100%
}
.spedice-tabulka thead tr .vypis_nadpis{
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle
}
.spedice-tabulka thead tr .tdmaly {
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    font-size: 10px
}

.spedice-tabulka td{
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (min-width: 768px) {
    .spedice-tabulka{
        width: 700px
    }
}
@media (min-width: 992px) {
    .spedice-tabulka{
        width: 900px
    }
}
@media (min-width: 1200px) {
    .spedice-tabulka{
        width: 1130px
    }
}
/*
@media screen and (max-width:1300px) {
    .box {
        margin-bottom: 20px;
        margin-top: 90px;
        padding: 10px 15px;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }
}
*/

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding: 10px 0;
}

.tdmaly {
    width: 30px;
    border-left: 1px solid;
    text-align: center
}
.levaSilna{
    border-left: 2px solid;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }
}
