body.login-page {
	background-image: url("../img/svoz-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

div#snippet--content {
	background-image: url("../img/svoz-bgb.jpg");
	background-repeat: no-repeat;
	background-position: center top;
    padding-bottom:10em;
}

table.table tr.storno td {
    text-decoration: line-through !important;
    color: #777777 !important;
}


table.table tr.aktivni0 td {
    color: #777777 !important;
    background-color: #ffcccc;
}

table.table tr.typ-reklamace td,
ul#sortable li.typ-reklamace {
	background-color: #b5e718;
}

table.table tr.typ-nakladka td,
ul#sortable li.typ-nakladka {
	background-color: #979be7;
}

table.table tr.typ-rozvoz td,
ul#sortable li.typ-rozvoz {
	background-color: #a0ff83;
}

.datagrid-gridPozadavekHistorie span.klic { 
    color:gray;
    padding-left:1em;
}   
.datagrid-gridPozadavekHistorie span.new {
    color: green;
    padding-left:1em;
}
.datagrid-gridPozadavekHistorie span.old{
      color:red;
      text-decoration: line-through !important; 
      padding-left:1em;
}

.datagrid-gridPozadavekHistorie .bubnystare{
      text-decoration: line-through !important; 
      display:block;
}
tr.highlight {
    font-weight:bold;
    font-decoration:underline;
}      
tr.highlight td {
    border-bottom: 1px solid black !important;
}
span.cekadlouho {
    color:red !important;
    font-weight: bold;
    font-size: 150%;
}

.form-horizontal div.form-group {
	margin-bottom:1px;
}
.form-horizontal .form-control{
	padding: 3px 10px;
}
.form-horizontal .control-label {
	padding-top:2px;
}
input.tt-hint {
	width:100%;
	height:100%;
}
div.pozadavek-hlavicka div i,
div.pozadavek-hlavicka div b{
    display:inline-block;
    padding-right:1em;
    min-width:15em;
    
}