﻿/**********************************************************************/
/****************************** DEFAULT *******************************/
/**********************************************************************/

/*~bezobrazku = tak jak to bylo bez obrazku nahore*/
html{
	margin: 0;
	border: 0;
	padding: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	border: 0;
	padding: 0;
}

div, h1, h2, h3, h4, p{
	margin: 0;
	border: 0;
	padding: 0;
}

/************************* LAYOUT *************************/

#hlavni-panel{
	width: 1000px;
	margin: 10px auto;
	border: solid 2px #385D89;
}

#hlavni-panel-levy{
	float:left;
	width:800px;
	border-right: solid 2px #385D89;
}

#hlavni-panel-levy-hlavicka{
	height: 100px;
	position: relative;
	border-bottom: solid 2px #385D89;
}

#hlavni-panel-levy-hlavicka h1{
	/*~bezobrazku text-align:center;
	line-height: 100px;*/
	height: 100px;
	text-indent: -5000px;
	background: url(../Images/header.jpg) no-repeat top left;
}

#hlavni-panel-levy-hlavicka-nadpis{
	position: absolute;
	right: 0;
	bottom: -2px;
	/*~bezobrazku width: 235px;*/
	width: 233px;
	height: 26px;
	background-color: #FFFFFF;
	border-left: solid 2px #385D89;
	border-top: solid 2px #385D89;
	border-bottom: solid 2px #FFFFFF;
	padding: 5px 0 0 5px;
	font-size: 13px;
	z-index: 1000;
}

#hlavni-panel-levy-obsah{
	padding: 5px 8px 8px 8px;
	min-height: 400px;
}
* html #hlavni-panel-levy-obsah{
	height: 400px;
}

#hlavni-panel-pravy{
	float:right;
	width:198px;
}

#hlavni-panel-pravy-info{
	height: 67px;
	text-align: center;
	background-color: #DCE6F1;
	border-bottom: solid 2px #385D89;
}

#hlavni-panel-pravy-info span{
	margin: 0 auto;
	line-height: 67px;
	font-size: 14px;
}
#hlavni-panel-pravy-info span a{
	color: #385D89;
}

#hlavni-panel-pravy-menu-nadpis{
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-bottom: solid 2px #385D89;
	font-size: 16px;
	background-color: #4F81BC;
}

#hlavni-panel-pravy-menu{
	padding: 5px 5px 5px 8px;
}


/************************* DETAIL *************************/
#detail-hlavni{
	margin: 10px;
}
#detail-hlavni-obsah{
	background-color: #DCE6F1;
	margin-bottom: 10px;
	padding: 10px;
}

#detail-hlavni-controls a{
	margin-right: 5px;
}

/************************* LOGIN *************************/

#login-obsah{
	position:relative;
	top: 100px;
	left: 300px;
	background-color:#DCE6F1;
	height: 200px;
	width: 400px;
	padding: 30px 10px 25px 10px;
}

#login-obsah table{
	width: 100%;
}

#login-obsah table td,
#login-obsah table th{
	padding-bottom: 20px;
}

#login-error{
    color:#FF0000;
    text-align:center;
}

/************************* TLACITKO *************************/

a.tlacitko{
	display: inline-block;
	/*display: -moz-inline-box; /* FF <= 2 */
	padding: 0 0 0 9px;
	background: url(../Images/button_left.png) no-repeat top left;
	color: #FFFFFF;
	font: normal bold 12px arial;
	text-decoration: none;
	outline: none;
}
a.tlacitko span{
	display: inline-block;
	height:22px;
	padding: 0 9px 0 0;
	background: url(../Images/button_right.png) no-repeat top right;
}
a.tlacitko span span{
	line-height:22px;
	padding: 0 5px 0 5px;
	background: url(../Images/button_middle.png) repeat-x top left;
	text-align:center;
}

/************************* MENU-STROM *************************/

#hlavni-panel-pravy-menu ul{
	list-style:none;
	padding: 0;
	margin: 0;
}
#hlavni-panel-pravy-menu li{
	list-style:none;
	padding: 2px;
	font-weight:bold;
	cursor: pointer;
}
#hlavni-panel-pravy-menu ul{
	color: #385D89;
}
#hlavni-panel-pravy-menu li.nested{
	padding-left: 20px;
	font-weight:normal;
}
#hlavni-panel-pravy-menu li.selected{
	background-color: #DCE6F1;
}
#hlavni-panel-pravy-menu li.nonselectable{
	cursor:default;
}

/****************** TABULKA-POPISEK ******************/

table.tabulka-popisek{
	width:100%;
	border-collapse:collapse;
	margin-bottom: 20px;
}
table.tabulka-popisek th{
	width:100%;
	border-collapse:collapse;
}

table.tabulka-popisek th{
	width:28%;
	padding:5px;
	vertical-align:middle;
	background-color:#B8CDE4;
}

table.tabulka-popisek td{
	width:72%;
	padding:5px;
	vertical-align:middle;
	background-color:#DCE6F1;
}

table.tabulka-popisek table th,
table.tabulka-popisek table td{
	width:auto;
	padding:0;
	border: 0;
	background-color:Transparent;
}
table.tabulka-popisek table tr{
	border-bottom: 0;
}

.tabulka-popisek-form tr{
	border-bottom: 10px solid #FFFFFF
}
.tabulka-popisek-form th{
	text-align: right;
	font-weight: normal;
}
.tabulka-popisek-form td{
	text-align: left;
}

.tabulka-popisek-label{
	border: solid 2px #385D89;
}

.tabulka-popisek-label th{
	text-align:right;
}

.tabulka-popisek-label td{
	text-align:left;
	font-weight: bold;
}

/****************** SKROLOVACI TABULKA ******************/

div.table-scroll{
	font-size: 1em;
	margin-bottom: 25px;
}
div.table-scroll table{
    border: 0;
    border-collapse:collapse;
    table-layout:fixed;
    word-break:break-all;
    word-wrap:break-word;
}
div.table-scroll table th{
	text-align:left;
	font-weight:normal;
	vertical-align: middle;
	text-align:left;
	background-color: #4F81BC;
}
div.table-scroll table th a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
div.table-scroll table th,
div.table-scroll table td{
	height: 20px;
	padding-left: 5px;
}
div.table-scroll table td img{
	vertical-align: middle;
}
div.table-scroll table.header{
	width: 784px; /* sirka obsahu */
}
div.table-scroll table.header tr{
	border-right:1px solid #4F81BC;
}
div.table-scroll table.header th.posledni-sloupec{
	border-right:1px solid #4F81BC;
}
div.table-scroll table.body{
	width: 782px;
}
div.table-scroll table.body tr{
	border-bottom: 1px solid #4F81BC;
}
div.table-scroll table.body tr.selected{
	font-weight: bold;
	background-color: #DCE6F1;
}
div.table-scroll table th{
	border-right: 1px solid #FFFFFF;
}
div.table-scroll div.obsah{
	overflow :auto;
	overflow-x: hidden;
	border: 1px solid #4F81BC;
}

textarea.table-row-info{
	padding: 5px;
	border: solid 1px #385D89;
	background-color: #DCE6F1;
	/*width: 100%;*/
	width: 772px;
}

/****************** TABULKA-KONTAKTNI-OSOBA ******************/

table.table-person{
	border: 0;
    border-collapse:collapse;
    table-layout:fixed;
    word-break:break-all;
    word-wrap:break-word;
	width:100%;
}
table.table-person tbody tr{
	height: 20px;
	border-bottom: 5px solid #FFFFFF;
}
table.table-person th{
	text-align:center;
	vertical-align: middle;
}
table.table-person th a{
	color: #385D89;
	font-weight:bold;
	text-decoration:none;
}
table.table-person td{
	vertical-align: middle;
	text-align:left;
	padding: 3px;
}
table.table-person td.prvni{
	text-align:center;
}
table.table-person td.lichy{
	background-color: #B8CDE4;
}
table.table-person td.sudy{
	background-color: #DCE6F1;
}

/****************** TABULKA-SEZNAM-GARAZI ******************/

table.table-garage{
	border: 0;
    table-layout:fixed;
    word-break:break-all;
    word-wrap:break-word;
	width:100%;
}
table.table-garage thead tr{
	height: 25px;
}
table.table-garage tbody tr{
	height: 20px;
	border-bottom: 1px solid #FFFFFF; 
	background-color: #D0D7E8;
}
table.table-garage th,
table.table-garage td{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
table.table-garage th{
	text-align:center;
	vertical-align: middle;
	border-bottom: 3px solid #FFFFFF;
	background-color: #4F81BC;
}
table.table-garage th a{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
table.table-garage td{
	vertical-align: middle;
	text-align:left;
	padding: 3px;
}
table.table-garage tbody tr.alternate{
	background-color: #E9ECF4;
}

/************************* DROP DOWN FIELDSET *************************/

div.dropdown-fieldset-header{
	background-color: #FFFFFF;
	position: relative;
	height: 30px;
}
div.dropdown-fieldset-header div{
	position: absolute;
	height: 100%;
	padding: 5px;
	text-align: center;
	background-color: #DCE6F1;
}
div.dropdown-fieldset-header div h4{
	font-size: 14px;
}
div.dropdown-fieldset-header div a{
	color:#385D89;
	padding-right: 17px;
	background: url(../Images/iko_sipka_dolu.png) no-repeat right 50%;
}
div.dropdown-fieldset-header div img{
	vertical-align: middle;
	cursor: pointer;
}
div.dropdown-fieldset-obsah{
	background-color: #DCE6F1;
	padding: 10px;
	display: none;
}
div.dropdown-fieldset-obsah th{
	font-weight: normal;
	text-align:right;
}

/************************* STATISTICS WINDOW *************************/

div.stat-window{
	position:absolute;
	border:solid 1px #385D89;
	padding:3px;
	text-align:center;
	top:-30px;
	width:15%;
}
div.stat-window span{
	font-style:italic;
}

/************************* FORM ELEMENTS *************************/

input[type=text], select, textarea, password{
	border: solid 1px #385D89;
}

select.select-user{
	font-weight: bold;
	min-width: 150px;
}

select{
	width: 145px;
}

input[type=text]{
	width: 141px; /*FF 143*/
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}


/************************* MISC *************************/
a{
	color: #385D89;
}

.popisek-modry-maly{
	color: #71ACD9;
}
.popisek-modry{
	color: #385D89;
}
.popisek-modry-odkaz{
	color: #385D89;
	padding-right:15px;
	background: url(../Images/iko_sipka_doprava.png) no-repeat right 50%;
}

.popisek-modry-tucny{
	color: #385D89;
	font-weight:bold;
}
.popisek-bily-tucny{
	color: #FFFFFF;
	font-weight:bold;
}

.validator{
    border: solid 1px red;
    background-color:#FFAAAA;
    margin-bottom: 10px;
}

.datum-sekce{
	background-color: #FFFFFF;
	padding: 3px;
}

.tuev-statistika-bunka1
{
	background-color:#e7eaee;
	border-left:solid 1px;
	border-bottom: 1px solid;
}

.tuev-statistika-bunka2
{
	background-color:#d9dce2;
	border-left:solid 1px;
	border-bottom: 1px solid;
}

.tuev-statistika-bunka-konec
{
	border-bottom: 1px solid;
	border-left:solid 1px;
	border-right: solid 1px;
}

/* ESIS CRM changes */
.garageDetail h1 {
	font-size: 15px !important;
	color: #003399 !important;
	font-weight: normal !important;	
}

.validationError {
	color: red;
}


/* ESIS CCO Import Preview */
div.tuev-import-preview-box
{
	padding: 30px;
}

h3.tuev-import-preview
{
	color:#003399;
	font-size: 15px;
}

table.tuev-import-preview-data
{
	padding: 0px;
	margin: 0px;	
	border: 1px solid #003399;
	background-color: #D0D7E9;
	width: 100%;
}

input.tuev-import-preview-rows
{
	border:1px solid #003399; 
	width: 30px; 
	font-size: 10px; 
	padding-left: 10px; 
	padding-top: 4px;
}

table.tuev-import-preview-data td
{
	font-size: 10px;
}

table.tuev-import-preview-data tr.tuev-import-preview-data-info td
{
	color: #333333;
	padding: 10px 5px;
	border-bottom-width: 0px;
}

table.tuev-import-preview-data table.tuev-import-preview-datarows td
{
	padding: 5px 5px;
	border-bottom: 1px solid #D0D7E9;
	background-color:White;
}

table.tuev-import-preview-datarows
{
	width: 100%;
	padding: 0px;	
}

div.tuev-import-preview-window
{
	position:absolute;
	top: 10%;
	right: 10%;
	bottom: 10%;
	left: 10%;
	background-color: #e7eaee;
	border: 1px solid #003399;
	display:block;
}

div.tuev-garagesave-preview-window
{
	position:fixed;
	top: 10%;
	right: auto;
	left:50%;
	padding: 20px;
	
	min-height: 325px;
	width: 480px;
	margin-left: -240px;
	background-color: #e7eaee;
	border: 1px solid #003399;
	display:block;
}

.tuev-import-column-list
{
	height: 300px;
}

