@CHARSET "UTF-8";

.z-row:hover, .z-row-inner, .z-row-inner .z-row-content, .z-row:hover > .z-cell {
	position: inherit !important;
}

.footer10 {
	font-size: 10px;
}

.errMsg {
	margin-left: 5px; 
	color: red;  
}

.staticInfoMsg {
	background-color: #FFFEE6; 
	padding: 10px 10px 10px 10px;
}

.filterInput {
	background: url(/szp_client-upgr/resources/img/widgets/grid/funnel.png) white;
	background-repeat:no-repeat; 
	background-position: right;
}

.searchInput {
	background: url(/szp_client-upgr/resources/img/widgets/grid/search.png) white;
	background-repeat:no-repeat; 
	background-position: right;
}

.modalFooter {
	background-color: #F9F9F9;
}

.headerImg {
	margin-right: 5px;
}

.z-combobox-disabled *, .z-bandbox-disabled *, .z-datebox-disabled *, .z-timebox-disabled *, .z-spinner-disabled *, .z-doublespinner-disabled *{
	color: black !important;
}

[disabled].z-textbox, [disabled].z-decimalbox, [disabled].z-intbox, [disabled].z-longbox, [disabled].z-doublebox{
	color: black !important;
}

.z-bandbox-disd,.z-bandbox:disabled,.z-bandbox-readonly, .z-bandbox-text-disd {
	color: black !important;
	opacity: 1;
	background:#F8F8F8 ;
}

.z-listbox-disd,.z-listbox-text-disd,.z-listbox-rounded-disd,.z-listbox-rounded-text-disd,.z-select:disabled {
	color: black !important;
	opacity: 1;
	-moz-opacity: 1;
	background:#F8F8F8 !important;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: rgb(178, 178, 178);
	border-left-color: rgb(230, 230, 230);
	border-top-style: solid;
	border-left-style: solid;
	
}

.z-bandbox-disabled * {
	background: none repeat scroll 0 0 #FAFAFA !important;
    color: black !important;
    cursor: default !important;
    opacity: 0.7;
}

.blueText {
	color: #00547A;
}

.tabHome img{
	position: relative;
	top: -2px;	
	left: 3px;
}

.margin_5_10{
	margin: 5px 10px 5px 10px;
}

.margin_10{
	margin: 10px 10px 10px 0px;
}
.margin_5{
	margin: 5px 5px 5px 0px;
}

.margin_r10{
	margin: 0px 10px 0px 0px;
}

.clearFilterButton {
	width: 23px;
	height: 24px;
	padding:3px;
	border-radius:0px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #8FB9D0;
	color: #636363;
}

.clearFilterButton:hover:enabled {
	background: none repeat scroll 0 0 #D6F1FF;
}

.clearFilterButton:disabled {
	background: none repeat scroll 0 0 #FAFAFA !important;
	color: black !important;
	cursor: default !important;
	opacity: 0.7;
}

/* ============ HOME PAGE ============ */

.homePage {
}

.homePage img.bgrImage{
	width: 100%;
	height: 100%;
}

.homePage .dashboard{
	position: absolute;
	left: 0px;
	top: 0px; 
	width: 100%;
	font-family: Arial;
}

.homePage .info{
	width: 100%;
	line-height: 30px;
	font-size: 12px;
	position: absolute;
	background-color: #FEEE62;
	left: 0px;
	top: 0px; 
	padding: 0px 0px 0px 130px;
	margin: 10px 0px 0px 0px;
	font-weight: bolder;
}

.homePage .dashboard H1{
	color: white;
	background-color: #0053A1;
	line-height: 40px;
	font-size: 20px;
	padding: 0px 0px 0px 130px;
	margin: 40px 0px 0px 0px;
	font-weight: lighter;
}
.homePage .dashboard .H1DIV{
	color: white;
	background-color: #0053A1;
	line-height: 40px;
	font-size: 20px;
	padding: 0px 0px 0px 130px;
	margin: 40px 0px 0px 0px;
	font-weight: lighter;
}

.homePage .dashboard .boxes{
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 0px 130px;
	width: 900px;
}

.homePage .dashboard .boxes .box{
	background-color: white;
	padding: 0px 0px 0px 0px;
	margin: 0px 40px 20px 0px;
	border: 2px solid #e9e9e9;
	border-radius: 6px;
	width: 245px;
	height: 250px;
	position: relative;
	float: left;
}

.homePage .dashboard .boxes .box H1{
	color: #237adf;
	background-color: inherit;
	line-height: 18px;
	font-size: 16px;
	padding: 20px 0px 5px 55px;
	margin: 0px 0px 0px 0px;
	font-weight: bolder;
}

.homePage .dashboard .boxes .box img{
	position: absolute;
	top: 13px;
	left: 13px;
}

.homePage .dashboard .boxes .box .boxA a{
	color: black;
	background-color: inherit;
	line-height: 15px;
	font-size: 12px;
	padding: 0px 0px 0px 55px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	text-decoration: none;
	width: 190px;
	display: inline-block;
}

.homePage .dashboard .boxes .box a{
	color: #237adf;
	background-color: inherit;
	line-height: 18px;
	font-size: 16px;
	padding: 20px 0px 5px 55px;
	margin: 0px 0px 0px 0px;
	font-weight: bolder;
	text-decoration: none;
	width: 190px;
	display: inline-block;
}

.homePage .dashboard .boxes .box a:HOVER{
	color: #237adf;
}

.homePage .dashboard .clear{
	clear: both;
}

.homePage .dashboard .hide{
	display: none;
}

.homePage .dashboard .boxes .box a.hide{
	display: none;
}

/* ============ OOBJECT OVERVIEW PAGE ============ */

.objectOverviewPage {
}

.objectOverviewPage .objectFilters {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	font-family: Arial;
}

.objectOverviewPage .objectFilters .cards {
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 90%;
}

.objectOverviewPage .objectFilters .cards .card {
    color: #00547A;
	background-color: white;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 20px 20px;
	border: 2px solid #8FB9D0;
	border-radius: 6px;
	width: 240px;
	height: 200px;
	position: relative;
	float: left;
}

.objectOverviewPage .objectFilters .cards .card H1 {
	background-color: inherit;
	line-height: 18px;
	font-size: 16px;
	padding: 20px 0px 30px 20px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

.objectOverviewPage .objectFilters .cards .card .filter {
	background-color: inherit;
	line-height: 18px;
	font-size: 16px;
	padding: 10px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	font-weight: lighter;
}

.objectOverviewPage .objectFilters .cards .card .filterCombo {
    width: 90%
    padding: 20px 0px 5px 20px;
    margin: 0px 0px 0px 20px;
}

.objectOverviewPage .objectFilters .cards .card .plusImage {
    display: block;
    margin: auto;
    padding: 30px;
}

.objectOverviewPage .objectFilters .cards .card .removeImg {
    position: absolute;
    top: 20px;
    right: 20px;
}

.minimizedHeader {
    color: #00547A;
    background: linear-gradient(to bottom, #E7F6FD 0%, #C6E9FA 100%);
    margin: auto;
    margin-bottom: 50px;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}

.minimizedHeader .minimizedLabel {
    display:table-cell;
    vertical-align:middle;
    padding:10px;
    font-weight: bold;
}

.minimizedHeader .minimizedIcon {
    display:table-cell;
    vertical-align:middle;
    padding:10px;
}
/* ================================================== */

.signApplet {
	margin: 0px;
	padding: 0px;
}

.signApplet input {
	
}

.signApplet h1 {
	text-align: center;
	color: #0053A1;
	font-family: Ariel;
}

.signApplet .appletWrapper {
	border: solid 1px black;
	margin: 0 auto; 
	width:500px;
	background-color: #eeeeee;
}

/* ================================================== */
/* vycentruje prvky uvnitr VBOXu*/
.centerVBox{
	margin: 10px auto;
	text-align: center;
}

.centerVBox td{
	text-align: center;
}

table.subTableWidth100 table{
	width: 100%
}

.table-full-width table {
	width: 100% !important;
}

.z-messagebox-icon{
	margin-right: 10px;
}

/* Kvoli Chrome, bez toho je hlavicka zarovnana na stred */
.z-listhead, .z-columns, .z-treecols {
	text-align: left;
}

.webStartBtn, .webStartStopBtn {
   border-color: #487a4e !important;
   border-width: 2px;
}


.webStartBtn[disabled], .webStartStopBtn[disabled] {
   border-color: #a7000e !important;
   border-width: 2px;
}

.ext-toolbarbutton.one-visible-toolbarbutton > .z-toolbar-content {
	padding-top: 6px;
	padding-bottom: 6px;
}

.registerRecordsTabAttr {
	display: grid;
	grid-template-columns: 1fr 1fr;
	white-space: normal;
	height: 100%;
	color: #00547A;
	padding:0;
}

.registerRecordsTabAttr .z-label {
	line-height: 24px;
}

.registerRecordsTabAttr .z-flex {
	align-items: center;
}

.registerRecordsTabAttr>div {
	display: grid;
	grid-template-columns: 1fr 1fr 25px 25px;
	white-space: normal;
	height: 100%;
	color: #00547A;
	cursor: pointer;
	border: 0px;
}

.registerRecordsTabAttr>div>div{
	padding: 4px 5px;
}


.registerRecordsTabAttr>div:nth-child(4n+3),
.registerRecordsTabAttr>div:nth-child(4n+4) {
	background: #F0FAFF;
}

.registerRecordsTabAttr>div:hover {
	background: #D6F1FF
}
.registerRecordsViewTab-paging .z-paging-info {
	float: right;
	position: static;
}

/* ****************** */
/* Grid styles        */
/* ****************** */
.szp-modal-controls {
	background-color: #F5F5F5 !important;
	padding: 5px;
	border-top: solid 1px #CFCFCF;
	text-align: right;
}

.szp-modal-controls td{
	padding: 0;
}

.szp-modal-controls button{
	margin: 0 !important;
}

.szp-margin-left-6, button.szp-margin-left-6{
	margin-left: 6px !important;
}
.btn-success,
.btn-success:focus {
  background-color: #87b87f !important;
  border-color: #87b87f;
}
.btn-success:hover,
.btn-success:disabled,
.btn-success.open {
  background-color: #629b58 !important;
  border-color: #87b87f;
}
.btn-success:disabled{
  background-color: #629b58 !important;
  background: #87b87f !important;
}
.btn-success.no-border:hover {
  border-color: #629b58;
}
.btn-success.no-hover:hover {
  background-color: #87b87f !important;
}


th[szp-fix=szp-after-remove-zkfaker]{
	border-right: solid 1px #CFCFCF !important;
}
szp-listbox-autopaging > .z-listbox-autopaging{
	overflow-y: hidden !important;
}
/*
.szp-listbox-autopaging > .z-listbox-body{
	overflow-y: hidden !important;
}
*/

.k-toolbar-btn-custom-font-size > span {
	font-size: 18px !important;
	margin-left: 2px !important;
	margin-right: 2px !important;
}

.zsafp-colordlg {
	width: auto;
}
/** Pouziti ze szp-mutation-observer.js pro zsednuti obrazovky behem ajax requestu. **/
#szp-disabled-background{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(220, 220, 220, 0.5);
	z-index: 10000;
}