
@CHARSET "UTF-8";
html,body,ul,ol,li,h1,h3,h4,h5,h6,img,table,pre, iframe {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	height: 100%;
	background-color: #DDDDDD;
}

/*
http://gradients.glrzad.com/
*/

.message {
	border: 1px solid #044062 !important;
	color: #ffffff;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 1px #003366;
	background: #1e5799; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNWY5Y2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTZiOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #1e5799 0%, #5f9cc5 0%, #207cca 100%, #396b9e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(0%, #5f9cc5), color-stop(100%, #207cca), color-stop(100%, #396b9e) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 0%, #5f9cc5 0%, #207cca 100%, #396b9e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 0%, #5f9cc5 0%, #207cca 100%, #396b9e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 0%, #5f9cc5 0%, #207cca 100%, #396b9e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1e5799 0%, #5f9cc5 0%, #207cca 100%, #396b9e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#1e5799', endColorstr='#396b9e', GradientType=0 ); /* IE6-8 */

	padding: 4px;
}

input:-moz-placeholder {
    color: #AAAAAA;
}

.my_blue {
	color: #044062;
}

.my_gray {
	color: graytext;
}

hr.my_hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(4, 64, 98, 0.85), rgba(0, 0, 0, 0) );
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(4, 64, 98, 0.85), rgba(0, 0, 0, 0) );
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(4, 64, 98, 0.85), rgba(0, 0, 0, 0) );
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(4, 64, 98, 0.85), rgba(0, 0, 0, 0) );
}

UL.ul_li_icon IMG{
	top: 0.75em !important ;
}

.li_link{
	color: #2489CE !important;
	font-weight: bold;
	text-decoration: underline;
	width: 100px;
	/* nebo muzu bez width inline-block */ 
}

.li_link:hover{
	color: #24b0e9 !important;
	cursor: pointer;
}

.ui-icon-ajaxloader {
	background-image: url("/img/icon/ajax-loader_16x16.gif");
	background-position: 1px 1px;
	background-size: 90%;
	filter:alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
    opacity:0.50;
}

.my_slider div.ui-slider{
	width:78% !important;
}

.my_slider_w div.ui-slider{
	width:100% !important;
}

.my_input_text input.ui-input-text, .my_input_text div.ui-input-text{
	width:100% !important;
}

.my_input_file div.ui-input-text{
	width:55% !important;
}

.my_ui-btn{
	margin-top: 0px !important;
}

.my_label{
	margin-top: -40px !important;
}

/*pricita se top od LI nize*/
LI.my_li_bottom1{
	border-bottom: 1px solid #CCCCCC !important;
}

TABLE.my_tab {
	border-collapse: collapse;
    border-spacing: 0;
    color: #444444;
}
TABLE.my_tab TBODY TR{
	border-bottom: 1px solid grey;
    cursor: pointer;
    height: 32px;
    min-height: 32px;
}

TABLE.my_tab THEAD TR{
	border-bottom: 2px solid black;
    height: 32px;
    min-height: 32px;
	color: black;
}

TABLE.my_tab TFOOT TR{
	border-top: 2px solid black;
    height: 32px;
    min-height: 32px;
	color: black;
}

TABLE.my_tab TBODY TR TD, TABLE.my_tab THEAD TR TH{
	padding: 4px;
}

TABLE.my_tab TBODY TR TD:FIRST-CHILD, TABLE.my_tab THEAD TR TH:FIRST-CHILD {
	padding-left: 10px;
}

/*
TABLE.my_tab TBODY TR TD:FIRST-CHILD:after{
	content: ".";
}
*/

TABLE.my_tab TBODY>TR:NTH-CHILD(even) {
	background-color: #dddddd;
}

TABLE.my_tab TBODY>TR:HOVER{
	background-color: #cccccc !important;
	color: black;
}

TABLE.my_tab TBODY>TR.highlight_row{
	background-color: #99cc00 !important;
}

TABLE.calendar{
	width: 100%;
	border: 1px solid #396b9e;
	background-color: #eeeeee;
	border-collapse: collapse;
    border-spacing: 0;
}

TABLE.calendar THEAD TH, TABLE.calendar TBODY TD{
	padding: 10px;
	margin: 0;
	border: 1px solid #396b9e;
}

TABLE.calendar THEAD TH{
	/*border-bottom: 2px solid black;*/
	background-color: #396b9e;
	color: white;
	text-shadow: 0 1px 0 #194B7E;
}

TABLE.calendar TBODY TD{
	padding: 3px;
	padding-top: 0px;
	text-align: right;
	height: 80px;
	vertical-align: top;
	width: 235px;
}

TABLE.calendar TBODY TD{
	color: #333333;
}

TABLE.calendar TBODY TD UL{
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	list-style-type: none;
	overflow: auto;
}

TABLE.calendar TBODY TD.tdlink{
	color: #000000;
}

TABLE.calendar TBODY TD.tdlink SPAN.num{
	font-size: 26px;
}

TABLE.calendar TBODY TD SPAN.num{
	font-family: 'Open Sans', sans-serif;
}

TABLE.calendar TBODY TD.tdlink:HOVER{
	background-color: #396b9e;
	color: white;
	text-shadow: 0 1px 0 #194B7E;
	cursor: pointer;
}

TABLE.calendar TBODY TD.weekend{
	background-color: #d6d6d6;
	color: #888888;
}

TABLE.calendar TBODY TD.out{
	background-color: white;
	color: #eeeeee;
}
DIV.konzultace, DIV.soubor{
	width: 734px;
	text-align: left;
	border-bottom: 1px solid #bbbbbb;
	padding: 8px;
	font-weight: normal;
	position: relative;
	color: #444444;
}
DIV.konzultace:HOVER, DIV.soubor:HOVER{
	color: black
}
DIV.konzultace SPAN.date,DIV.soubor SPAN.date{
	display: block;
	font-weight: bold;
	font-size: 90%;
	padding-bottom: 4px;
}
DIV.konzultace DIV.edit_del, DIV.soubor DIV.edit_del{
	position: absolute;
	top: 4px;
	right: 0px;
	width: 56px;
	display: none;
	/*border: 1px solid red;*/
}
DIV.soubor DIV.edit_del{
	width: 30px;
}
DIV.konzultace DIV.edit_del A.edit,DIV.konzultace DIV.edit_del A.del,DIV.soubor DIV.edit_del A.del{
	text-decoration: none;
	width: 16px;
	height: 16px;
	background: url("/img/pen.png") no-repeat scroll center center transparent;
	display: block;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	padding: 4px;
	border: 1px solid transparent;
	float: left;
}
DIV.konzultace DIV.edit_del A.del{
	background: url("/img/trash.png") no-repeat scroll center center transparent;
}
DIV.soubor DIV.edit_del A.del{
	background: url("/img/trash.png") no-repeat scroll center center transparent;
}
DIV.konzultace DIV.edit_del A.edit:HOVER{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	border: 1px solid #bbbbbb;
	background-color: #eeeeee;
}
DIV.konzultace DIV.edit_del A.del:HOVER, DIV.soubor DIV.edit_del A.del:HOVER{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	border: 1px solid #790000;
	background-color: #ffcccc;
}
DIV.soubor{
	width: 200px;
	overflow: hidden;
}

DIV.soubor a.download{
	display: block;
}

DIV.tooltip {
	font-size: 11px;
	border: 1px solid #044062;
	background: #FFF;
	display: none;
	position: absolute;
	top: 38px;
	right: -10px;
	z-index: 10;
	width: 400px;
	height: 150px;
	padding: 4px;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
	zoom: 1;
	filter: alpha(opacity = 95);
	opacity: 0.95;
	background: url("/img/icon/loading.gif") no-repeat scroll center center white;
}

div.tooltip IMG{
	position: absolute;
	top: -10px;
	right: 22px;
	z-index: 9;
}

DIV.rt1, DIV.rt2, DIV.rt3{
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #368148; /* Old browsers */
	background: -moz-linear-gradient(top,  #368148 0%, #4ab062 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#368148), color-stop(100%,#4ab062)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #368148 0%,#4ab062 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #368148 0%,#4ab062 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #368148 0%,#4ab062 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #368148 0%,#4ab062 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#368148', endColorstr='#4ab062',GradientType=0 ); /* IE6-9 */
	border: 1px solid #255f33;
	width: 15px;
	padding-left: 5px;
}

DIV.rt2{
	background: #5393c5; /* Old browsers */
	background: -moz-linear-gradient(top,  #5393c5 0%, #6facd5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5393c5), color-stop(100%,#6facd5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5393c5 0%,#6facd5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5393c5 0%,#6facd5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5393c5 0%,#6facd5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5393c5 0%,#6facd5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5393c5', endColorstr='#6facd5',GradientType=0 ); /* IE6-9 */
    border: 1px solid #2373A5;
}

DIV.rt3{
	background: #931a27; /* Old browsers */
	background: -moz-linear-gradient(top,  #931a27 0%, #e2656c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#931a27), color-stop(100%,#e2656c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #931a27 0%,#e2656c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #931a27 0%,#e2656c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #931a27 0%,#e2656c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #931a27 0%,#e2656c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#931a27', endColorstr='#e2656c',GradientType=0 ); /* IE6-9 */
	border: 1px solid #4c0b12;
}

.transp02 {
	opacity: 0.2;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
}

.transp03 {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
}

.transp05 {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}

.transp08 {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

.topjump {
    background: url("/img/up.png") no-repeat scroll left top transparent;
    bottom: 18px;
    display: none;
    height: 50px;
    margin-right: -630px;
    outline: 0 none;
    position: fixed;
    right: 50%;
    width: 50px;
}

.topjump span {
    display: none;
}

.topjump:hover {
    background-position: left -51px;
}

/*tmavsi pozadi overall*/ 
.ui-popup-screen.in {
    opacity: 0.8;
}

/* barva popisku placeHolderu pro IE 9- */
.placeholder { 
	color: #666666;
}
.placeholderdiv{
	color: #666666;
	position: relative;
	top: -12px;
	left: 10px;
}
