@charset "utf-8";
/* CSS Document */
@import url("tabcontent.css");
@import url("table.css");
@import url("dhtmlwindow.css");
@import url("modal.css");
@import url("menu.css");
@import url("faktura.css");
/*@import url("dhmtlgoodies.css");*/
/**/
#container {
	min-height: 900px;
}

/* tabulky */
.inline-box {
	display: inline-block;
	font-weight: normal;
	vertical-align: top;
	height: 20px;
}
hr.blank-line {
	border: none;
	padding: 0;
	margin: 0;
	padding-top: 10px;	
}
hr.blue-line {
	border: 2px solid #6699cc;	
}
p.text {
	margin: 0;
	padding: 0;	
}
p.toolbar {
	vertical-align: top;
	display: inline;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 20px;
	/*font-weight: normal;*/
	padding: 0;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	line-height: 20px;	/*font-size: 16px;*/
	border-top-style: solid;
	border-bottom-style: solid;
}
a.edit, a.delete, a.child, a.aimg, a.cfg, a.close-box, a.new, a.images, a.money, a.tab-show, a.tab-hide, a.calendar, a.print, a.year-plus, a.year-minus, a.magnifer, a.confirm, a.flt, a.flt-plus, a.new-schedule, a.new-schedule-view{
	background-color: transparent;
	width:20px;
	height:20px;
	cursor:pointer !important;
	border:0 !important;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: top;
	text-decoration: none;
}
a.edit span, a.delete span, a.child span, a.aimg span, a.cfg span, a.close-box span, a.new span, a.images span, a.money span, a.tab-show span, a.tab-hide span, a.calendar span, a.print span, a.year-plus span, a.year-minus span, a.magnifer span, a.confirm span, a.flt span, a.flt-plus span, a.new-schedule span, a.new-schedule-view span{
	display:none
}
a.year-plus {background-image: url(../images/next-year-plus.png);}
a:hover.year-plus {background-image: url(../images/next-year-plus_over.png);}
a.year-minus {background-image: url(../images/next-year-minus.png);}
a:hover.year-minus {background-image: url(../images/next-year-minus_over.png);}
a.calendar {background-image: url(../images/calendar.png);}
a:hover.calendar {background-image: url(../images/calendar_over.png);}
a.print {background-image: url(../images/print.png);}
a:hover.print {background-image: url(../images/print_over.png);}
a.edit {background-image: url(../images/tab-edit.png);}
a:hover.edit {background-image: url(../images/tab-edit_over.png);}
a.delete {background-image: url(../images/tab-delete.png);}
a:hover.delete {background-image: url(../images/tab-delete_over.png);}
a.new {background-image: url(../images/tab-new.png);}
a:hover.new {background-image: url(../images/tab-new_over.png);}
a.new-schedule {background-image: url(../images/tab-new-schedule.png);}
a:hover.new-schedule {background-image: url(../images/tab-new-schedule_over.png);}
a.new-schedule-view {background-image: url(../images/tab-new-schedule_view.png);}
a:hover.new-schedule-view {background-image: url(../images/tab-new-schedule_view_over.png);}

a.child {background-image: url(../images/tab-child.gif);}
a:hover.child {background-image: url(../images/tab-child_hover.gif);}
a.images {background-image: url(../images/image.png);}
a.money {background-image: url(../images/money.png);}
a:hover.money {background-image: url(../images/money_over.png);}
a.tab-show {background-image: url(../images/tab-show.png);}
a.tab-hide {background-image: url(../images/tab-hide.png);}
a:hover.tab-show {background-image: url(../images/tab-show_over.png);}
a:hover.tab-hide {background-image: url(../images/tab-hide_over.png);}
a:hover.images {background-image: url(../images/image_over.png);}
a.cfg {background-image: url(../images/cfg.png);}
a:hover.cfg {background-image: url(../images/cfg_over.png);}
a.flt {background-image: url(../images/flt.png);}
a:hover.flt {background-image: url(../images/flt_over.png);}
a.flt-plus {background-image: url(../images/flt-plus.png);}
a:hover.flt-plus {background-image: url(../images/flt-plus_over.png);}
a.magnifer {background-image: url(../images/magnifer.png);}
a:hover.magnifer {background-image: url(../images/magnifer_over.png);}
a.confirm {background-image: url(../images/tab-confirm.png);}
a:hover.confirm {background-image: url(../images/tab-confirm_over.png);}
a.close-box {
	background-image: url(../images/close.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	position: absolute;
	right: 5px;
}
a:hover.close-box {
	background-image: url(../images/close_hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


a.next-pg, a.prev-pg, a.first-pg, a.last-pg {
	background-color: transparent;
	width:20px;
	height:20px;
	cursor:pointer !important;
	border:0 !important;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;	
}
a.next-pg span, a.prev-pg span, a.first-pg span, a.last-pg span {
	display: none;	
}
a.next-pg {
	background-image: url(../images/btn-next.png);
}
a:hover.next-pg {
	background-image: url(../images/btn-next_over.png);
}
a.prev-pg {
	background-image: url(../images/btn-prev.png);
}
a:hover.prev-pg {
	background-image: url(../images/btn-prev_over.png);
}
a.first-pg {
	background-image: url(../images/btn-first.png);
}
a:hover.first-pg {
	background-image: url(../images/btn-first_over.png);
}
a.last-pg {
	background-image: url(../images/btn-last.png);
}
a:hover.last-pg {
	background-image: url(../images/btn-last_over.png);
}

form.pg {
	display: inline-block;	
}
/* barvy pozadí */
.bg-white {
	background-color: #FFFFFF;
}
.bg-blue {
	background-color: #6699cc;
}
.bg-lightgray {
	background-color: #F1F1F1;
}
.bg-gray {
	background-color: #CCC;
}
.bg-darkgray {
	background-color: #666;
}
.bg-lightorange {
	background-color: #FFECD9;
}
/* rámečky */
.kulate-rohy {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
}
/* barvy textu */
.cl-white {
	color: #fff;
}
.cl-blue {
	color: #66ABC5;
}
.cl-green {
	color: #33CC66;
}
.cl-gray {
	color: #ccc;
}
.cl-darkgray {
	color: #666;
}
.cl-verydarkgray {
	color: #999;
}
.cl-red {
	color: #F03;
}
.cl-red2 {
	color: #F66;
}
/* styly textu */
.ts-Georgia {
	font-family: Georgia, "Times New Roman", Times, serif !important;
}
.ts-Arial {
	font-family: Arial, Helvetica, sans-serif !important;
}
.ts-helv-new {
	font-family: HelveticaNeue, 'Helvetica Neue', Arial, sans-serif !important;
}
.ts-sans-pro {
	font-family: "Source Sans Pro",Arial,Tahoma,Verdana,Geneva,Helvetica,sans-serif !important;
}
/* velikost textu */
.fs-1 {font-size: 1px !important;}
.fs-6 {font-size: 6px !important;}
.fs-7 {font-size: 7px !important;}
.fs-8 {font-size: 8px !important;}
.fs-9 {font-size: 9px !important;}
.fs-10 {font-size: 10px !important;}
.fs-11 {font-size: 11px !important;}
.fs-12 {font-size: 12px !important;}
.fs-13 {font-size: 13px !important;}
.fs-14 {font-size: 14px !important;}
.fs-16 {font-size: 16px !important;}
.fs-18 {font-size: 18px !important;}
.fs-19 {font-size: 19px !important;}
.fs-20 {font-size: 20px !important;}
.fs-21 {font-size: 21px !important;}
.fs-22 {font-size: 22px !important;}
.fs-23 {font-size: 23px !important;}
.fs-24 {font-size: 24px !important;}
.fs-30 {font-size: 30px !important;}
.fs-35 {font-size: 35px !important;}
.fs-45 {font-size: 45px !important;}
.fs-50 {font-size: 50px !important;}

/* tloustka fontu */
.fw-b {font-weight: bold;}

/* zarovnani textu */
.ta-left {text-align:left;}
.ta-right {text-align:right;}
.ta-center {text-align:center;}
.ta-justify {
	text-align: justify;
}
.ta-bottom {
	vertical-align: bottom;
}

/*okraje*/
.o-1em {
	padding: 1em;
}
.o-5px {
	padding: 5px;
}
.o-10px {
	padding: 10px;
}
/*výšky*/
.h-2em {
	min-height: 2em;	
}
.h-20px {
	min-height: 20px;	
}
.h-30px {
	min-height: 30px;	
}

.h-40px {
	min-height: 40px;	
}
.h-50px {
	min-height: 50px;	
}
.h-60px {
	min-height: 60px;	
}
.h-80px {
	min-height: 80px;	
}
/* rámečky */
.bc-blue {
	border-top-color: #66ABC5;
	border-right-color: #66ABC5;
	border-bottom-color: #66ABC5;
	border-left-color: #66ABC5;
}
.bc-white {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.bc-darkgray {
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.bc-verydarkgray {
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.bw-medium {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
/* dialogy */
.bordered { /* inline komentare*/
   width: 1em;
   /*background: yellow;*/
   padding: 1em;
   /*border: 1px solid black;*/
   }
.message {
	/*height: 5em;
	line-height: 5em;*/
	text-align: center;
	border: 1px dotted black;
	margin-top: 1em;
	margin-right: 30%;
	margin-bottom: 1em;
	margin-left: 30%;
	padding: 0.5em;
}	
.notify-box-shadow {
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;		
}
.notify-box, .notify-box-tab {
	min-width: 400px;
	width:auto;
	height:auto;
	position: absolute;
	border: 2px solid #000000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 7px 7px 8px #222;
	-webkit-box-shadow: 7px 7px 8px #222;
	-moz-box-shadow: 7px 7px 8px #222;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#222, offX=7, offY=7, positive=true);
	/*padding: 2px;*/
	background-color: #F9F9F9;
}
.notify-box-tab {
	top: 0px;
}
a.button-box {
	background-color: #cccccc;
	border: 2px solid #666666;
	font-size: 13px;
	line-height: 17px;
	color: #666666;
	height: 25px;
	padding: 3px;
	margin: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	min-width: 50px;
}

a:hover.button-box {
	color: #333333;
	background-color: #999999;
}


.titul-box, .titul-box-small {
	background-color:#666;
	font-weight: bold;
	color:#ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;	/*display: block;*/	/*background-image: url(../images/panel-title-bg.gif);
	background-repeat: repeat-x;
	background-position: center;*/
}
.titul-box {
	font-size: 12px;
	padding: 0.3em;
}
.titul-box-small {
	font-size: 12px;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
}
img.close-box {
	float: right;
	text-align: right;
	vertical-align: top;
	border: none;
	display: block;
	
	}
img.kulate-rohy	{
	border: 2px solid #6699CC;
    border-radius: 5px 5px 5px 5px;
}
img.expando{ /*sample CSS for expando images. Not required but recommended*/
	border: none;
	vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
	}

/*formularove prvky*/
.fx-textbox, .fx-textbox-small, .fx-textbox-empty, .fx-selectbox, .fx-textbox-empty-gray, .fx-selectbox-empty, .fx-selectbox-empty-gray, .fx-textbox-red {
	color: #555;
	background-color: #f8f8f8;
	border: 2px solid #6699cc;
	padding: 3px;
	margin: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	overflow: inherit;
	word-wrap: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
}
.fx-textbox-red {
	color: #F03;
}
.fx-selectbox, .fx-selectbox-empty, .fx-selectbox-empty-gray {
	font-size: 12px;

}
.fx-selectbox-empty, .fx-selectbox-empty-gray, .fx-textbox-small {
	font-size: 9px;

}
.fx-textbox-empty, .fx-textbox-empty-gray, .fx-textbox-small {
	margin: 0;
}
.fx-textbox-empty-gray, .fx-selectbox-empty-gray {
	color: #F06;
}
.fx-textarea, .fx-textarea-empty {
	font-size: 11px;
	color: #555;
	background-color: #f8f8f8;
	border: 2px solid #6699cc;
	padding: 3px;
	margin: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	word-break: break-strict;
	word-wrap:break-word;
}
.fx-textarea-empty {
	margin: 0;
}

.fx-textbox:focus, .fx-textarea:focus, .fx-textbox-empty:focus, .fx-textarea-empty:focus, .fx-textbox-empty-gray:focus, .fx-selectbox-empty:focus, .fx-selectbox-empty-gray:focus, .fx-textbox-small:focus {
	color: #000;
	background-color: #E1E1E1;
}
.o-tab, .o-tab-overflow {
	float: left;
	margin: 0;
	width: 50%;/*	max-height: 300px;
	overflow: auto;*/
	padding: 0;
}
.o-tab-overflow {
	width: 19%;
	overflow:auto;
}
.o-tab-0 {
	float: left;
	padding-left:5px;
	width: 80%;
}
.o-tree-code {
	width:auto;
	padding-left:5px;
	padding-right:5px;
}
.o-right-tab {
	float: left;
	width: 49%;
	margin-bottom: 5px;
	margin-left: 1%;
    }
/* General styling for both valid and invalid input */
.invalidInput,.validInput{
	/*display:compact;*/
	display:inline-table;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*padding:1px;*/

}
/* Style for invalid input */
.invalidInput{
	border: 0px solid #F00;
	background-color: #F00;
	box-shadow: 0px 0px 1px 1px #F00;

}

/* Style for valid input */
.validInput{
	border:0px solid #FFF;
}	

/*Errors */
.err-vykricnik
{
	background-image: url(../images/vykricnik48.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 48px;
	padding-left: 50px;
}
.err-zakaz
{
	background-image: url(../images/zakaz48.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 48px;
	padding-left: 50px;
}

div.box {
	overflow:auto;
	height: 300px;
	width: 600px;
}