.plnitele, .plnitele_sub {
    margin-bottom: 1em;
}
.inline li, .inline ul {
    display: inline;
}

.inline li {
    margin-right: 30px;
}

.inline input[type="checkbox"] {
    margin-right: 30px;
}

ul.ui-autocomplete li {
    list-style-type: none;
}

.inline {
    margin-bottom: 20px;
}

.inline h3 {
    display: inline;
    margin-right: 10px;
}
div.zpravy {
    border-top: 1px dotted #969696;
    border-bottom: 1px dotted #969696;
    padding: 4px;
    max-height: 100px;
    overflow-y: scroll;
    background-color: white;
    overflow-x: hidden;
}

.plnitel {
    background: #f4f4f4;
}
.float_right {
float: right;
}

.float_left {
float: left;
}

.stav_ukolu {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 4em;
}

.slider {
    margin-top: 2px;
    width: 70%;
    float: left;
}

.hodnota {
    width: 20%;
    float: right;
}

.ui-accordion a {
 		 color: #06C; text-decoration: none;
}

.ui-accordion a:focus, .ui-accordion a:hover {
             text-decoration: underline; 
}
            
 .ui-accordion {
               font: 12px/1.7em "Open Sans", "trebuchet ms", arial, sans-serif;
               color: #444;
             }

.ui-accordion .ui-accordion-header {  
	height: 40px;
	line-height: 40px;
}


.progress-bar {
    margin: 0 10px;
    }
    
div.hide {
        display: none;
    }

.ui-accordion .green {
background: #6DA42B;
	background:-moz-linear-gradient(top, #CAE0B0 0%, #A6CB7A 2%, #6DA42B 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#CAE0B0), color-stop(2%,#A6CB7A), color-stop(100%,#6DA42B)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #CAE0B0 0%, #A6CB7A 2%,#6DA42B 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #CAE0B0 0%, #A6CB7A 2%,#6DA42B 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #CAE0B0 0%, #A6CB7A 2%,#6DA42B 100%); /* IE10+ */
	background:linear-gradient(top, #CAE0B0 0%, #A6CB7A 2%,#6DA42B 100%); /* W3C */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6CB7A', endColorstr='#6DA42B');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6CB7A', endColorstr='#6DA42B')";
	
	color: #FFF;
	
	border-color: #619126;
        opacity: .6;
}

.ui-accordion .blue {
background: #066ECD;
	background:-moz-linear-gradient(top, #A8CCEC 0%, #4993D7 2%, #066ECD 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#A8CCEC), color-stop(2%,#4993D7), color-stop(100%,#066ECD)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #A8CCEC 0%, #4993D7 2%,#066ECD 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #A8CCEC 0%, #4993D7 2%,#066ECD 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #A8CCEC 0%, #4993D7 2%,#066ECD 100%); /* IE10+ */
	background:linear-gradient(top, #A8CCEC 0%, #4993D7 2%,#066ECD 100%); /* W3C */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4993D7', endColorstr='#066ECD');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4993D7', endColorstr='#066ECD')";
	
	color: #FFF;
	
	border-color: #0561B4;
        opacity: .4;
}

.table tr th { text-align: left; font-weight: bold; padding-left: 10px; }

.soubory {
    border-top: 1px dotted #CCC;
}

#invoice_actions { padding: 0; margin-top: 2em; margin-left: 0; }
#invoice_actions li { list-style-type: none; margin-bottom: 1em; }
#invoice_actions li a
{
	padding-left: 30px;
}

#invoice_actions .send { background: url('../../images/silk/email.png') no-repeat 0 center; }
#invoice_actions .edit { background: url('../../images/silk/pencil.png') no-repeat 0 center; }
#invoice_actions .print { background: url('../../images/silk/printer.png') no-repeat 0 center; }
#invoice_actions .duplicate { background: url('../../images/silk/page_white_copy.png') no-repeat 0 center; }
#invoice_actions .delete { background: url('../../images/silk/cross.png') no-repeat 0 center; }
#invoice_actions .change { background: url('../../images/silk/page_white_go.png') no-repeat 0 center; }

#cena_celkem
{
	background: #A6CB7A;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding: 20px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: .75em;
	
	text-shadow: 1px 1px 2px rgba(0,0,0,.35);
}


.cena_celkem_failed {
    	background: #e15656 !important;
}


.form textarea {
    width: 100%;
    height: 4em;
}

table.form td {
    vertical-align: top;
}

table.form {
    width: 99%;
}

input.inputtext {
    width: 15em;
}

input.inputdate {
    width: 7em;
}

.dialog {
    display: none;
}

.ares_status {
    float: right;
    padding: 1px 0 0 5px;
    width: 30px;
    height: 15px;
    
}

#form_submit, #form_reset {
    margin-top: 2em;
}

.subForm td {
    vertical-align: top;
    padding-right: 1em;
}

.client_details,
.invoice_details { font-size: 11px; padding: 0; margin: 0 40px 3em 0; float: left; }

.invoice_details { float: right; }
.client_details li,
.invoice_details li { list-style-type: none; }
.name { font-size: 14px; }


#polozka_nazev {
    width: 250px;
}

#polozka_cena {
    width: 50px;
}

#polozka_mnozstvi {
    width: 40px;
}

#vyrobek {
    width: 200px;
}


   #typ {
       width: 200px;
   }
   

#barva {
    width: 120px;
}

table.small {
    width: auto;
}


#sirka, #vyska, #mnozstvi, #plocha {
    width: 40px;
}

#cena {
    width: 50px;
}



td button {
    float: left;
    margin-right: 5px !important;
}



#dodatek_popis {
    width: 240px;
}

#dodatek_cena {
    width: 50px;
}

#dodatek_mnozstvi {
    width: 50px;
}


td.cislo, th.cislo {
    text-align: right !important;
}

.suma {
    font-weight: bold;
}

tr.celkem {
    border-top: 2px solid black;
}

td.stred, th.stred {
    text-align: center;
}
        
        div.label {
            float: left;
            
            font-weight: bold;
            height: 2.3em;
        }
        
        div.label_celkem {
            float: left;
            padding-right: 1em;
            font-weight: bold;
            height: 2.3em;
        }
        
        div.pole span {
            padding-left: 3px;
        }
        
        div.pole {
            text-align: right;
            margin-right: 1em;
        }
        
        div.clr {
            clear: both;
        }
        
        input.cislo, .cislo input {
            text-align: right;
        }
        
        table.small th, table.small td {
          padding: 5px;
        }
        table.small {
            font-size: 12px;
        }
        
        
        table.small input, table.small select {
            font-size: 12px;
            padding: 5px;
        }
        
        table.small td {
            height: 10px;
            padding: 5px 15px 5px 5px;
            margin: 0px;
        }
        
        table.small tr {
            padding: 0;
            margin: 0;
        }
        table.small img {
            margin: 0;
            padding: 0;
            
        }
        
        table.small {
            margin-bottom: 40px;
        }
       
        
       
.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}


span.space {
    padding-right: 30px;
}



.tisk div.nadpisc {
    text-align: right;
    width: 70mm;
    float: right;
}

.tisk .odberatel {
    margin: 30px 0 30px 0;
    
}

input.small {
    width: 30px;
}
h3 { font-weight: bold; font-size: 14px; color: #330033; margin-top: 3px;}
h4 { font-size: 14px; color: #767676; border-bottom: 1px dotted #CCC; padding-bottom: 4px; margin-bottom: 1.5em; }

.zobrazit {
    display: block !important;
}

@media screen {
    .grid-6 {
      width: 300px !important;  
    }
 }
 
[class^="gridf-"] {
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	
}

div.gridf-float_right {
    float: right !important;
    margin-right: 0px !important;
}
 
 div.gridf-100 {
     width: 100px
 }
 div.gridf-200 {
     width: 200px
 }
 
div.gridf-300 {
     width: 300px
 }

div.gridf-400 {
     width: 400px
 }
 
 div.gridf-500 {
     width: 500px
 }
 
  div.gridf-600 {
     width: 600px
 }
 
 div.gridf-700 {
     width: 700px
 }
 
 div.gridf-800 {
     width: 800px
 }
 
 div.box-height1 {
    height: 200px;
 }
 
 #grid input[type="text"], #zakazky input[type="text"], #faktury input[type="text"] {
     width: 100px;
 }
 
 #faktury tr:last-of-type td {
    border-top: 1px solid black;
    background-color: #f1f1f1;
}

 #zakazky tr:last-of-type td {
    border-top: 1px solid black;
    background-color: #f1f1f1;
}
 
 
 .form input[type="text"], #grid .subForm input[type="text"], #zakazky .subForm input[type="text"], #faktury .subForm input[type="text"] {
     width: 200px;
 }
 
 #zakazky td:nth-child(n+3), #zakazky th:nth-child(n+3)  {
     text-align: right !important;
 }
 
 #faktury td:nth-child(n+5), #faktury th:nth-child(n+5)  {
     text-align: right !important;
 }
 
 .box .form input[type="text"] {
     width: 50px;
 }
 
 #trvale {
     width: auto !important;
     
     
 }
 
 span.presun {
     color: #999999;
 }
 
.no-close .ui-dialog-titlebar-close {display: none }
.no-titlebar .ui-dialog-titlebar {display: none }