@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext);

* {
    margin: 0px;
    border: 0px none;
    padding: 0px;
    outline: none;
}

body {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: rgb(24, 24, 24);
    background-color: rgb(250, 250, 250);
    background-color: rgb(240, 240, 240);
    background-color: rgb(230, 230, 230);
    background-image: url("/public/air/images/tyre.jpg");
}

#page {
    display: block;
    margin: 5px auto 30px;
    margin: 0px auto 30px;
    border: 1px solid rgb(220, 220, 220);
    border: 1px solid rgba(220, 220, 220, 0);
    padding: 1px 30px;
    width: 1000px;
    min-height: 650px;
    background-color: rgba(255, 255, 255, 0.95);
    background-color: rgba(28, 28, 28, 1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(255, 255, 255, 0.3);
    color: rgb(245, 200, 45);
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
}

@media print {
    #page {
        box-shadow: none;
        border: 0px none;
    }
}

h1 {
    display: block;
    margin: 0px auto 0px;
    margin: 8px auto 0px;
    border-bottom: 1px solid rgb(28, 28, 28);
    width: 1000px;
    padding: 1px 30px;
    padding: 8px 30px;
    background-color: rgb(28, 28, 28);
    color: rgb(245, 200, 45);
    font-size: 2.4em;
    font-size: 1.4em;
    font-weight: 300;
    position: relative;
    z-index: 2;
}

@media print {
    h1 {
        display: none;
    }
}

#mode-switch,
.mode-switch {
    display: inline-block;
    margin: 0px 1px;
    border-radius: 5px;
    padding: 3px 8px;
    color: rgb(255, 255, 255);
    color: rgb(24, 24, 24);
    background-color: rgb(60, 70, 160);
    background-color: rgb(245, 200, 45);
    text-decoration: none;
    position: absolute;
    font-weight: 400;
    top: 0.8em;
    right: 0px;
    font-size: 0.45em !important;
}

.mode-switch {
    right: 100px;
    right: 0px;
}

#test-not {
    right: 180px;
}

#test-print {
    right: 320px;
}

input[type="text"],
input[type="password"],
select {
    display: inline-block;
    margin: 0px 1px;
    margin: 0px 0px 1px;
    border-radius: 3px;
    padding: 1px 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8) inset;
    color: rgb(24, 24, 24);
    font: inherit;
}

#zbozi_1_pocet,
#zbozi_2_pocet,
#zbozi_3_pocet,
#zbozi_4_pocet,
#zbozi_5_pocet,
#zbozi_6_pocet {
    margin-top: -1px;
    right: 1px;
}

select option {
    padding: 1px 5px;
}

table,
table th,
table td {
    padding: 5px;
}

fieldset {
    display: block;
    margin: 0px 0px 12px;
    border: 1px solid rgb(215, 170, 15);
    border-radius: 12px;
    padding: 1px;
    padding: 30px 1px 1px;
    background-color: rgb(150, 150, 250);
    background-color: rgb(18, 18, 18);
    background-color: rgb(245, 200, 45);
    background-image: -moz-linear-gradient(top, rgb(18, 18, 18), rgb(8, 8, 8));
    background-image: none;
    color: rgb(8, 8, 8);
    position: relative;
}

@media print {
    fieldset {
        display: block;
        margin: 0px 0px 12px;
        padding: 1px;
        background-color: rgb(150, 150, 250);
        border-radius: 3px;
        position: relative;
    }
}

fieldset .fieldset-open,
fieldset .fieldset-close {
    display: inline-block;
    border-radius: 3px;
    padding: 1px 12px 12px;
    color: rgb(255, 255, 255);
    position: absolute;
    top: -16px;
    top: -14px;
    right: 0px;
    height: 8px;
    width: 8px;
    font-weight: 600;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
}

fieldset .fieldset-open:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

fieldset .fieldset-close {
    right: 34px;
}

fieldset legend {
    padding: 5px 12px;
    border: 2px solid rgb(150, 150, 250);
    border: 2px solid rgba(245, 200, 45, 1);
    background-color: rgba(255, 255, 255, 0);
    background-color: rgb(28, 28, 28);
    border-radius: 30px;
    color: rgb(100, 100, 200);
    color: rgb(24, 24, 24);
    color: rgb(245, 200, 45);
    font-weight: 600;
    margin: 0px 0px 29px -2px;
    margin: 0px 0px 0px 30px;
    cursor: pointer;
}

@media print {
    fieldset legend {
        margin: 0px;
    }
}

fieldset table td {
    width: 320px;
}

fieldset table td .item {
    display: inline-block;
    background-color: rgb(110, 110, 210);
    background-image: -moz-linear-gradient(bottom, rgba(215, 170, 15, 0.8), rgba(255, 210, 55, 0.8));
    background-image: -webkit-linear-gradient(top, rgb(100, 100, 100), rgb(28, 28, 28));
    background-image: -moz-linear-gradient(top, rgb(100, 100, 100), rgb(28, 28, 28));
    background-image: -ms-linear-gradient(top, rgb(100, 100, 100), rgb(28, 28, 28));
    background-image: -o-linear-gradient(top, rgb(100, 100, 100), rgb(28, 28, 28));
    background-image: linear-gradient(top, rgb(100, 100, 100), rgb(28, 28, 28));
    margin: 0px 12px 8px;
    margin: 0px 3px 8px;
    padding: 5px 12px;
    padding: 5px 12px 5px 5px;
    border: 1px solid transparent;
    border-radius: 5px;
    min-width: 265px;
    min-width: 283px;
    height: 28px;
    color: rgb(245, 200, 45);
    font-weight: 400 !important;
    font-weight: 600 !important;
    position: relative;
}

fieldset table td .item input[type="number"],
fieldset table td .item select {
    margin-bottom: 2px;
    margin-top: -2px;
    margin-top: 1px;
    background-color: rgb(255, 255, 255);
}

fieldset table td .item input[type="text"] {
    background-color: rgb(255, 255, 255);
    margin-top: 2px;
    margin-bottom: -2px;
    width: 175px;
    width: 200px;
    width: 203px;
}

fieldset table td .item-todo {
    display: inline-block;
    background-color: rgb(0, 160, 0);
    margin: 0px 12px 8px;
    padding: 5px 12px;
    min-width: 265px;
    height: 28px;
    border-radius: 5px;
    position: relative;
    color: rgb(255, 255, 255) !important;
    font-weight: 400 !important;
}

fieldset table td .item select,
fieldset table td .item-todo select,
fieldset table td .item .checkbox,
fieldset table td .item-todo .checkbox {
    position: absolute;
    right: 5px;
    font-weight: 600;
}

.item-has-not-value {
    background-image: none !important;
    background-color: transparent !important;
    border-color: rgb(8, 8, 8) !important;
    color: rgb(8, 8, 8) !important;
}

.item-input {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 5px;
}

.item-input select {
}

fieldset table td .item .item-input input[type="text"],
fieldset table td .item-todo .item-input input[type="text"] {
    width: 30px;
    margin-left: 30px;
}

button {
    display: inline-block;
    margin: 0px 1px;
    border-radius: 5px;
    padding: 5px 12px;
    background-color: rgb(60, 70, 160);
    background-image: -webkit-linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    background-image: -moz-linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    background-image: -ms-linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    background-image: -o-linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    background-image: linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    color: rgb(255, 255, 255);
    color: rgb(8, 8, 8);
    cursor: pointer;
    font: inherit;
    font-weight: 400;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
    text-shadow: none;
    
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -ms-transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

@media print {
    button {
        display: none;
    }
}

button:hover {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

button.big {
    font-size: 1.2em;
    font-weight: 400;
}

.right-block {
    display: block;
    text-align: right;
    position: relative;
}

.text-time {
    width: 25px !important;
    width: 20px !important;
    width: 26px !important;
}

.text-time-double {
    width: 40px;
}

#header-table {
    /*margin-left: 12px;*/
    border-spacing: 5px;
    border-spacing: 3px;
}

#header-table td {
    border-radius: 5px;
    border-radius: 0px;
    width: 325px;
    width: 200px;
    width: 150px;
    width: 120px;
    background-color: rgba(0, 0, 0, 0.05);
}

#header-table td input[type="text"] {
    width: 120px;
}

#header-table input[type="text"], 
#header-table select {
    font-weight: 600;
}

#HT-c_sady {
    width: 150px !important;
}

#HT-fleet {
    width: 70px !important;
}

#HT-zakaznik {
    position: relative;
}

#fleet-cb,
#uskladneni-zruseno {
    position: relative;
    z-index: 10;
}

label[for="fleet-cb"],
label[for="uskladneni-zruseno"] {
    display: inline-block;
    margin: 0px 0px 0px -24px;
    padding: 3px 8px 3px 28px;
    border-radius: 8px;
    font-weight: 400;
    letter-spacing: 0.5px;
    background-image: -moz-linear-gradient(top, rgb(140, 0, 0), rgb(100, 0, 0));
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 5;
}

#fleet-cb:checked + label,
#uskladneni-zruseno:checked + label {
    background-color: rgb(180, 0, 0);
    background-image: -moz-linear-gradient(top, rgb(200, 0, 0), rgb(160, 0, 0));
    color: rgb(255, 255, 255);
}

#zakaznik-whisp {
    display: block;
    margin: 0px;
    border: 1px solid rgb(80, 80, 80);
    padding: 1px 0px;
    width: 128px;
    height: 128px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 50px;
    left: 6px;
    z-index: 200;
    overflow: scroll;
    overflow-x: hidden;
}

.zakaznik-whisp-item {
    color: rgb(8, 8, 8);
    padding: 5px 8px;
    cursor: pointer;
    font-weight: 400;
}

.zakaznik-whisp-item:hover {
    background-color: rgb(8, 8, 8);
    color: rgb(245, 200, 45);
}

#spz {
    text-transform: uppercase;
}

#uskladneni_1_index,
#uskladneni_2_index,
#uskladneni_3_index,
#uskladneni_4_index {
    text-transform: uppercase;
    width: 80px !important;
}

#uskladneni-table th {
    text-transform: uppercase;
    text-align: center !important;
    cursor: pointer;
}

#uskladneni-table td {
    text-align: center;
}

#uskladneni-table td input[type="text"],
#uskladneni-table td select,
#uskladneni-table td textarea {
    text-align: left;
}

#uskladneni-table td select {
    text-transform: uppercase;
}

.align-left {
    text-align: left !important;
}

#c_sady {
    width: 35px !important;
    width: 38px !important;
}

#c-uskladneni-nove-btn {
    margin-left: 8px;
    padding: 2px 12px;
    width: 85px;
    background-image: -moz-linear-gradient(top, rgb(40, 220, 40), rgb(0, 160, 0));
    background-image: -webkit-linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    background-image: -moz-linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    background-image: -ms-linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    background-image: -o-linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    background-image: linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
}

#c-uskladneni {
    font-size: 1.2em;
    font-weight: 600;
}

#incoming {
    display: block;
    margin: 12px 0px 1px;
    margin: 48px 0px 1px;
    margin: 68px 0px 1px;
    margin: 3px 0px 1px;
    padding: 1px 0px;
}

#incoming-inner {
    display: block;
    margin: 12px;
    margin: 1px 12px;
    margin: 1px;
    min-height: 90px;
    padding: 1px 0px;
}

@media print {
    #incoming {
        display: none !important;
    }
}

.ic-item-h {
    display: block;
    margin: 1px 0px;
    margin: 1px 18px;
    margin: 38px 3px 3px;
    padding: 12px 5px 1px;
    /*color: rgb(255, 255, 255);*/
    color: rgba(0, 0, 0, 0.4);
    color: rgba(245, 200, 45, 0.4);
    font-size: 80%;
    font-weight: 600;
}

.ic-item {
    display: block;
    margin: 1px 0px;
    border-radius: 3px;
    padding: 5px 12px;
    background-color: rgb(20, 180, 20);
    background-color: rgb(60, 200, 60);
    background-color: rgb(200, 200, 200);
    color: rgb(24, 24, 24);
    font-weight: 400;
    cursor: pointer;
    
    -webkit-transition: border-radius 0.1s, background-color 0.1s;
    -moz-transition: border-radius 0.1s, background-color 0.1s;
    -ms-transition: border-radius 0.1s, background-color 0.1s;
    -o-transition: border-radius 0.1s, background-color 0.1s;
    transition: border-radius 0.1s, background-color 0.1s;
}

.ic-item-green,
.ic-item-ochre,
.ic-item-red,
.ic-item-blue,
.ic-item-violet,
.ic-item-tyrkys,
.ic-item-grey {
    display: block;
    margin: 1px 0px;
    border-radius: 3px;
    padding: 5px 12px;
    background-color: rgb(20, 180, 20);
    background-color: rgb(60, 200, 60);
    background-color: rgb(200, 200, 200);
    background-color: rgb(200, 0, 0);
    background-color: rgb(0, 180, 0) !important;
    color: rgb(255, 255, 255) !important;
    font-weight: 400;
    cursor: pointer;
    
    -webkit-transition: border-radius 0.1s, background-color 0.1s;
    -moz-transition: border-radius 0.1s, background-color 0.1s;
    -ms-transition: border-radius 0.1s, background-color 0.1s;
    -o-transition: border-radius 0.1s, background-color 0.1s;
    transition: border-radius 0.1s, background-color 0.1s;
}

.ic-item-ochre {
    background-color: rgb(245, 200, 45) !important;
    color: rgb(24, 24, 24) !important;
}

.ic-item-ochre:hover {
    background-color: rgb(225, 180, 25) !important;
    border-radius: 8px !important;
}

.ic-item-red {
    background-color: rgb(200, 0, 0) !important;
    color: rgb(255, 255, 255) !important;
}

.ic-item-red:hover {
    background-color: rgb(180, 0, 0) !important;
    border-radius: 8px !important;
}

.ic-item-green:hover {
    background-color: rgb(0, 160, 0) !important;
    border-radius: 8px !important;
}

.ic-item-blue {
    background-color: rgb(60, 70, 160) !important;
    color: rgb(255, 255, 255) !important;
}

.ic-item-violet {
    background-color: rgb(150, 90, 200) !important;
    color: rgb(255, 255, 255) !important;
}

.ic-item-tyrkys {
    background-color: rgb(135, 206, 235) !important;
    color: rgb(8, 8, 8) !important;
}

.ic-item-blue:hover {
    background-color: rgb(40, 50, 140) !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 8px !important;
}

.ic-item-violet:hover {
    background-color: rgb(130, 70, 180) !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 8px !important;
}

.ic-item-tyrkys:hover {
    background-color: rgb(115,186,215) !important;
    color: rgb(8, 8, 8) !important;
    border-radius: 8px !important;
}

.ic-item-grey {
    background-color: rgb(120, 120, 120) !important;
    color: rgb(255, 255, 255) !important;
}

.ic-item-grey:hover {
    background-color: rgb(100, 100, 100) !important;
    border-radius: 8px !important;
}

.ic-item-orange {
    background-color: rgb(200, 100, 50) !important;
}

.ic-item-orange:hover {
    background-color: rgb(180, 80, 30) !important;
    border-radius: 8px !important;
}

.ic-item:hover {
    background-color: rgb(40, 180, 40);
    background-color: rgb(180, 180, 180);
    border-radius: 8px;
}

.ic-item-spz,
.ic-item-pickuptime,
.ic-item-vehicle,
.ic-item-todo,
.ic-item-stor-no {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ic-item-stor-no {
    margin-right: 30px;
    margin-right: 5px;
}

.ic-item-todo {
    width: 200px;
    width: 380px;
    width: 340px;
    width: 320px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ic-item-pickuptime {
    width: 160px;
    width: 130px;
}

.ic-item-vehicle {
    width: 180px;
    width: 120px;
}

.ic-item-spz {
    margin: 0px 30px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 60px;
    width: 100px;
    text-transform: uppercase;
}

textarea {
    font: inherit;
    font-size: 1.1em;
    padding: 5px 8px;
}

#packets {
    display: block;
    margin: 18px 0px;
    padding: 1px 0px;
    text-align: center;
}

.packet {
    display: inline-block;
    margin: 0px 30px 0px 0px;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 26px;
    padding: 5px 26px;
    width: 80px;
    height: 80px;
    height: 60px;
    background-color: rgb(20, 170, 190);
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-size: 40px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -ms-transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.packet:hover {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
}

.packet-idle {
    display: inline-block;
    margin: 0px 30px 0px 0px;
    border: 1px solid transparent !important;
    border: 2px solid rgb(8, 8, 8) !important;
    border-radius: 12px;
    padding: 26px;
    padding: 5px 26px;
    width: 80px;
    background-color: rgb(20, 170, 190);
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-size: 40px;
    font-weight: 600;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    text-shadow: none;
    text-align: center;
}

.packet-idle-desc {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.2px;
    white-space: nowrap;
}

.packet-idle select {
    display: inline-block;
    font-size: 40%;
    font-weight: 400;
    font-weight: 600;
}

/*.has-value {
    
    background-image: -webkit-linear-gradient(top, rgb(80, 80, 80), rgb(8, 8, 8)) !important;
    background-image: -moz-linear-gradient(top, rgb(80, 80, 80), rgb(8, 8, 8)) !important;
    background-image: -ms-linear-gradient(top, rgb(80, 80, 80), rgb(8, 8, 8)) !important;
    background-image: -o-linear-gradient(top, rgb(80, 80, 80), rgb(8, 8, 8)) !important;
    background-image: linear-gradient(top, rgb(80, 80, 80), rgb(8, 8, 8)) !important;
}*/

.has-value {
    
    background-image: -webkit-linear-gradient(top, rgb(80, 80, 80), rgb(8, 8, 8)) !important;
    background-image: -moz-linear-gradient(top, rgb(80, 80, 80), rgb(8, 8, 8)) !important;
    background-image: -ms-linear-gradient(top, rgb(80, 80, 80), rgb(8, 8, 8)) !important;
    background-image: -o-linear-gradient(top, rgb(80, 80, 80), rgb(8, 8, 8)) !important;
    background-image: linear-gradient(top, rgb(80, 80, 80), rgb(8, 8, 8)) !important;
    
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    color: rgb(245, 200, 45) !important;
    border-color: transparent !important;
}

#p1 {
    background-color: rgb(20, 200, 20);
    background-image: -webkit-linear-gradient(top, rgb(40, 220, 40), rgb(0, 160, 0));
    background-image: -moz-linear-gradient(top, rgb(40, 220, 40), rgb(0, 160, 0));
    background-image: -ms-linear-gradient(top, rgb(40, 220, 40), rgb(0, 160, 0));
    background-image: -o-linear-gradient(top, rgb(40, 220, 40), rgb(0, 160, 0));
    background-image: linear-gradient(top, rgb(40, 220, 40), rgb(0, 160, 0));
    border-color: rgb(0, 160, 0);
}

#p2 {
    background-color: rgb(230, 230, 0);
    background-image: -moz-linear-gradient(top, rgb(250, 250, 0), rgb(210, 210, 0));
    border-color: rgb(210, 210, 0);
}

#p3 {
    background-color: rgb(0, 0, 255);
    background-image: -moz-linear-gradient(top, rgb(0, 0, 255), rgb(0, 0, 145));
    border-color: rgb(0, 0, 145);
}

#p4 {
    background-color: rgb(255, 0, 0);
    background-image: -moz-linear-gradient(top, rgb(255, 0, 0), rgb(165, 0, 0));
    border-color: rgb(165, 0, 0);
}

#p5 {
    background-color: rgb(0, 0, 0);
    background-image: -moz-linear-gradient(top, rgb(120, 120, 120), rgb(0, 0, 0));
    border-color: rgb(0, 0, 0);
}

#p1, 
#p2, 
#p3, 
#p4, 
#p5 {
    background-image: -moz-linear-gradient(top, rgb(100, 100, 100), rgb(28, 28, 28));
    background-image: -moz-linear-gradient(top, rgb(110, 110, 110), rgb(38, 38, 38));
    background-image: -webkit-linear-gradient(top, rgb(120, 120, 120), rgb(48, 48, 48));
    background-image: -moz-linear-gradient(top, rgb(120, 120, 120), rgb(48, 48, 48));
    background-image: -ms-linear-gradient(top, rgb(120, 120, 120), rgb(48, 48, 48));
    background-image: -o-linear-gradient(top, rgb(120, 120, 120), rgb(48, 48, 48));
    background-image: linear-gradient(top, rgb(120, 120, 120), rgb(48, 48, 48));
    color: rgb(245, 200, 45);
    
    background-image: none;
    background-color: transparent;
    color: rgb(8, 8, 8);
    border: 1px solid rgb(8, 8, 8);
    
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#p1:hover, 
#p2:hover, 
#p3:hover, 
#p4:hover, 
#p5:hover {
    color: rgb(255, 255, 255);
    color: rgb(245, 200, 45);
    color: rgb(8, 8, 8);
}

.radio {
    font-size: 2.4em;
}

#service-type,
#typ_servisu {
    display: inline-block;
    /*font-size: 1.6em;
    font-weight: 400;
    margin: 18px 0px;
    margin: 18px 0px 34px;
    margin: 18px 56px 34px 24px;
    padding: 3px 12px;*/
    margin: 0px 56px 12px 24px;
    width: 600px;
    /*background-color: rgb(240, 240, 240);*/
}

#service-type-alu:checked + label,
#service-type-steel:checked + label { 
    background-image: -webkit-linear-gradient(top, rgb(80, 80, 80), rgb(8, 8, 8));
    background-image: -moz-linear-gradient(top, rgb(80, 80, 80), rgb(8, 8, 8));
    background-image: -ms-linear-gradient(top, rgb(80, 80, 80), rgb(8, 8, 8));
    background-image: -o-linear-gradient(top, rgb(80, 80, 80), rgb(8, 8, 8));
    background-image: linear-gradient(top, rgb(80, 80, 80), rgb(8, 8, 8));
    color: rgb(245, 200, 45);
}

label[for="service-type-alu"],
label[for="service-type-steel"] {
    display: inline-block;
    margin: 0px 30px 16px -30px;
    /*margin: 0px 30px 12px -30px;*/
    margin: 0px 0px 12px -30px;
    border: 2px solid rgb(32, 32, 32);
    border-radius: 8px;
    padding: 6px 24px 7px 24px;
    padding: 6px 18px 7px 18px;
    /* background-color: rgba(0, 0, 80, 0.4); */
    color: rgb(24, 24, 24);
    font-size: 1.2em;
    font-weight: 400;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    background-color: rgb(245, 200, 45);
    text-transform: uppercase;
}



input[type="number"] {
    display: inline-block;
    margin: 0px 1px;
    border: 1px solid rgb(140, 140, 140);
    padding: 3px 5px;
    font: inherit;
    width: 40px;
}

fieldset.collapsed {
    height: 38px;
}

fieldset.collapsed * {
    display: none;
}

fieldset.collapsed .fieldset-open,
fieldset.collapsed .fieldset-close,
fieldset.collapsed legend {
    display: inline-block !important;
}

#page-reset {
    position: fixed;
    top: 8px;
    right: 8px;
}

/*
*:focus {
    border: 3px solid rgb(255, 0, 0) !important;
}
*/

fieldset#uskladneni-pneu table {
    margin: 12px;
}

fieldset#uskladneni-pneu table,
fieldset#uskladneni-pneu table th,
fieldset#uskladneni-pneu table td {
    padding: 1px 1px 5px;
}

fieldset#uskladneni-pneu table td input[type="text"] {
    width: 100px;
}

fieldset#uskladneni-pneu table th {
    text-align: left;
    font-weight: 600;
}

.big {
    font-size: 120% !important;
}

.b {
    font-weight: 600 !important;
}

.b-semi {
    font-weight: 400 !important;
}

#search-box {
    display: inline-block;
    font-size: 0.8em;
    position: absolute;
    right: 0px;
}

#search-query {
    font-size: 1.2em;
    font-weight: 400;
    width: 280px;
    background-image: url("/public/air/images/search_grey.png");
    background-repeat: no-repeat;
    background-size: 12px;
    padding-left: 24px;
    background-position: 5px center;
}

#search-query:focus {
}

#orders-tabs {
    display: block;
    margin: 18px 0px 6px;
    margin: 28px 0px 1px;
    margin: 10px 0px 1px;
    border-bottom: 1px solid rgb(245, 200, 45);
    border-bottom: 3px solid rgb(0, 160, 0);
    border-bottom: 3px solid skyblue;
    border-bottom: 3px solid rgb(0, 130, 210);
    padding: 0px 1px;
    
}

.orders-tab {
    display: inline-block;
    margin: 0px 1px 0px 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 3px 12px;
    padding: 5px 18px;
    padding: 3px 24px;
    padding: 7px 24px 16px;
    padding: 7px 12px 16px;
    background-color: rgb(245, 200, 45);
    color: rgb(24, 24, 24);
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 1.2em;
    font-size: 1em;
    /*text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);*/
    cursor: pointer;
}

#OT-all {
    background-color: skyblue;
    color: rgb(8, 8, 8);
}

#OT-new {
    background-color: rgb(0, 160, 0);
}

#OT-working {
    background-color: rgb(245, 200, 45);
    color: rgb(8, 8, 8);
}

#OT-done {
    background-color: rgb(120, 120, 120);
}

#OT-urgent {     /* nazev a chovani zmeneno na ZAK */
    background-color: rgb(160, 0, 0);
    background-color: rgb(60, 70, 160);
}

#OT-complete {
    background-color: rgb(60, 70, 160);
    background-color: rgb(160, 0, 0);
}

#OT-invoiced {
    background-color: rgb(150, 90, 200);
}

#OT-dilna {
    background-color: rgb(0, 130, 210);
}

#OT-ready {
    background-color: rgb(200, 100, 50);
}

#orders-list {
    display: block;
    margin: 30px 0px 30px;
}

.OL-all .orders-list-item {
    background-color: skyblue;
    color: rgb(8, 8, 8);
}

.OL-new .orders-list-item {
    background-color: rgb(0, 160, 0);
}

.OL-working .orders-list-item {
    background-color: rgb(245, 200, 45);
    color: rgb(8, 8, 8);
}

.OL-done .orders-list-item {
    background-color: rgb(120, 120, 120);
}

.OL-urgent .orders-list-item {
    background-color: rgb(160, 0, 0);
}

.OL-complete .orders-list-item {
    background-color: rgb(60, 70, 160);
}

.OL-invoiced .orders-list-item {
    background-color: rgb(150, 90, 200);
}

.OL-dilna .orders-list-item {
    background-color: rgb(0, 130, 210);
}

.OL-ready .orders-list-item {
    background-color: rgb(200, 100, 50);
}

#orders-list-header {
    background: none;
    color: rgb(245, 200, 45);
    cursor: default;
    margin-bottom: -30px;
    font-size: 0.9em;
    font-weight: 400;
}

.orders-list-item {
    display: block;
    margin: 0px 0px 5px;
    border-radius: 2px;
    padding: 5px 12px;
    background-color: rgb(140, 140, 140);
    color: rgb(255, 255, 255);
    cursor: pointer;
    /*text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);*/
}

.orders-list-item:hover {
    background-color: rgb(120, 120, 120);
}

.orders-list-item span,
#orders-list-header span {
    display: inline-block;
    margin-right: 30px;
    margin-right: 14px;
}

.OLI-c_sady,
.OLI-img,
.OLI-time_odevzdani,
.OLI-vozidlo,
.OLI-zakaznik,
.OLI-spz {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.OLI-spz {
    width: 80px;
    text-transform: uppercase;
}

.OLI-zakaznik {
    width: 180px;
}

.OLI-vozidlo {
    width: 200px;
}

.OLI-time_odevzdani {
    width: 140px;
}

.OLI-c_sady {
    width: 100px;
}

.OLI-img {
    width: 30px;
}

#cover-shade {
    display: block;
    background-color: rgba(245, 200, 45, 0.2);
    background-color: rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.8);
    /*background-image: url("/public/air/images/tyre.jpg");*/
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

#cover-window,
#cover-window-ontop {
    display: block;
    margin: 60px auto 1px;
    margin: 40px auto 1px;
    margin: 3px auto 1px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(245, 200, 45, 0.6);
    padding: 30px;
    padding: 30px 1px 31px 30px;
    width: 1000px;
    width: 1050px;
    background-color: rgb(255, 255, 255);
    background-color: rgb(12, 12, 12);
    position: relative;
    /*box-shadow: 0px 0px 18px 0px rgba(255, 255, 255, 0.3);*/
}

#cover-window-ontop {
    position: fixed;
    top: 40px;
    margin: 0px auto;
    width: 1050px;
    z-index: 1100;
}

#cover-heading,
#cover-heading-ontop {
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 18px;
    font-size: 2.2em;
    font-weight: 400;
    font-weight: 300;
    color: rgb(245, 200, 45);
    color: rgb(255, 255, 255);
}

#cover-close,
#cover-close-ontop {
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    background-image: url("/public/air/images/cross_continental_yellow.png");
    background-repeat: no-repeat;
    background-size: 26px 26px;
    top: 30px;
    right: 30px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

#cover-close:hover {
    background-image: url("/public/air/images/cross_continental_yellow.png");
}

#cover-contents,
#cover-contents-ontop {
    display: block;
    margin: 60px 0px 0px;
    padding: 0px 18px 0px 0px;
    overflow: auto;
    overflow-x: hidden;
    color: rgb(255, 255, 255) !important;
}

#loader {
    display: block;
    margin: 40px auto 10px;
    width: 100px;
    height: 100px;
}

#notification {
    display: block;
    background: green;
    background: transparent;
    width: 150px;
    height: 500px;
    position: fixed;
    top: 8px;
    right: 8px;
}

.not-item {
    display: block;
    margin: 0px 0px 5px;
    border-radius: 5px;
    padding: 3px 12px 4px;
    background-color: rgb(245, 200, 45);
    color: rgb(0, 0, 0);
    font-weight: 400;
}

@media print {
    #bottom-controls {
        display: none;
    }
}

#login-form {
    display: block;
    margin: 30px auto;
    width: 350px;
}

#zakazka-controls {
    
}

#zakazka-controls td {
    height: 54px;
}

#zakazka-controls-splitter {
    width: 200px;
    width: 180px;
    width: 170px;
    width: 360px;
    width: 320px;
    width: 300px;
}

#zakazka-controls td {
    margin: 0px 24px 0px 0px;
}

#zakazka-controls-back,
#zakazka-controls-print,
#zakazka-controls-save,
#zakazka-controls-save-asinvoiced,
#zakazka-controls-saveas {
    display: inline-block;
    margin: 1px 0px;
    border-radius: 3px;
    padding: 5px 12px;
    background-color: rgb(245, 200, 45);
    /*background-image: -moz-linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));*/
    text-shadow: none !important;
    color: rgb(8, 8, 8);
    font-weight: 400;
    /*height: 26px;
    height: 24px;*/
    cursor: pointer;
}

#zakazka-controls-back {
    background: none;
    background-image: url("/public/air/images/back.png");
    background-repeat: no-repeat;
    background-size: 30px;
    width: 30px;
}

#zakazka-controls-saveas {
    height: 26px;
}

#zakazka-controls-print,
#zakazka-controls-save-asinvoiced,
#zakazka-controls-save {
    padding: 8px 12px 8px 36px;
    background-image: url("/public/air/images/printer.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px center;
}

#zakazka-controls-print {
    
}

#zakazka-controls-save-asinvoiced {
    
}

#zakazka-controls-save {
    background-image: url("/public/air/images/save-icon-black.png");
    background-size: 18px;
}

#new-order-trgr {
    display: inline-block;
    border-radius: 3px;
    padding: 5px 12px;
    background-image: -webkit-linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    background-image: -moz-linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    background-image: -ms-linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    background-image: -o-linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    background-image: linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    color: rgb(8, 8, 8);
    cursor: pointer;
    font-size: 14px !important;
    text-shadow: none;
    position: absolute;
    right: 30px;
    top: 0.8em;
    top: 42px;
}

#user-panel {
    display: block;
    margin: 58px 0px 8px;
    margin: 8px 0px;
    text-align: right;
    text-align: left;
    position: relative;
}

.UP-item {
    display: inline-block;
    margin: 0px 24px 0px 0px;
    color: rgb(245, 200, 45);
    font-size: 0.8em;
    font-weight: 400;
    cursor: pointer;
}

.UP-item:hover {
    text-decoration: underline;
}

#UP-name {
    font-weight: 600;
}

.cr-link {
    display: inline-block;
    margin: 0px 30px 0px 0px;
    margin: 60px 30px 0px 0px;
    border-radius: 3px;
    border-radius: 0px;
    border-radius: 38px;
    border: 2px solid rgb(245, 200, 45);
    padding: 8px 18px;
    padding: 80px 18px;
    padding: 60px 18px;
    padding: 60px 38px;
    width: 420px;
    width: 380px;
    background-image: none;
    color: rgb(245, 200, 45);
    text-decoration: none;
    font-size: 24px;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.2px;
}

.cr-link:hover,
.cr-link:active {
    background-image: -webkit-linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    background-image: -moz-linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    background-image: -ms-linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    background-image: -o-linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    background-image: linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    background-image: none;
    background-color: rgb(245, 200, 45);
    color: rgb(8, 8, 8);
}

#znacka-list,
#zakaznik-list{
    display: block;
    padding: 1px 5px;
    padding: 5px 12px;
    width: 140px;
    height: 180px;
    overflow: scroll;
    overflow-x: hidden;
    background: black;
}

.znacka-list-item {
    display: block;
    margin: 0px 0px 3px;
    border-radius: 3px;
    padding: 3px 8px;
    background-image: -webkit-linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    background-image: -moz-linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    background-image: -ms-linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    background-image: -o-linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    background-image: linear-gradient(top, rgb(245, 200, 45), rgb(200, 155, 0));
    color: rgb(8, 8, 8);
    cursor: pointer;
}

.znacka-list-item:hover {
    
}

.uskladneni_znacka {
    display: inline-block;
    width: 80px !important;
}

#znacka-whisp {
    display: block;
    border: 1px solid rgb(100, 100, 100);
    width: 100px;
    height: 60px;
    height: 100px;
    background: white;
    position: absolute;
    top: 25px;
    left: 2px;
    overflow: scroll;
    overflow-x: hidden;
    z-index: 100000;
}

.znacka-whisp-item {
    display: block;
    padding: 1px 5px;
    cursor: pointer;
    font-weight: 400;
}

.znacka-whisp-item:hover {
    background: blue;
    background: rgb(28, 28, 28);
    color: rgb(245, 200, 45);
}

#vytvorit-zak-btn {
    position: absolute;
    left: 0px;
}

.FS-toggle {
    display: block;
    border-radius: 12px;
    padding: 8px 18px;
    padding: 5px 18px;
    background-image: -moz-linear-gradient(top, rgb(100, 100, 100), rgb(28, 28, 28));
    color: rgb(245, 200, 45);
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    position: absolute;
    top: -16px;
    top: -14px;
    right: 0px;
    right: 2px;
}

#uskladneni-table td select#poklice {
    text-transform: none !important;
}





#typ_servisu option[disabled],
#typ_servisu option[disabled="disabled"] {
    display: none;
}


