.gnBorderLayoutCase{
	background-image:url('./../imgs/loginCaseIHBackground.jpg'); 
	#background-image:url('file:///C:/geopp/components/lang/gppstartpage/case_ih/loginCaseIHBackground.jpg'); 
	background-size:cover;
	background-repeat: no-repeat;
	background-color:#A76C22;
	background-position: 50% 0%;	
  }
  
.loginPageLayout .z-vlayout-inner {
	padding-bottom: 0px !important;;
}

.menu_toolbar {
	background:radial-gradient(ellipse at left top, #F9F5ED 0%, #E5DECB 37%, #E9C4A7 100%) repeat scroll 0% 0% transparent;
	height: 0px;
	margin-left: 0px;
	padding-bottom: 4px;
	padding-top:4px;
}

.menu_toolbar_border {
	background-color: #A71930;
	height: 29px;
	border-bottom: 0px solid #A71930;
	text-align: center;
	padding-top: 0px;
}

.menu_toolbar_border_text{
	font-weight: bold;
}

.menu_toolbar_border_text.z-label{
	font-size:16px;
	color: white;
}

.footerBar {
	background-color: #A71930;
	height: 26px;
	border-top-left-radius: 0px;
	#margin-left: 20px;
	text-align: right;
	padding-top: 6px;
	font-size: 12px;
}

.loginPageLayout .z-vlayout-inner {
	padding-bottom: 0px !important;
}


/* vbox surrounding grid on login page + buttons login, registration, new login  */
.vboxLogin{
	background: rgba(0, 0, 0, 0.6);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-bottom: 30px;
	padding-top: 10px;
}


.InputBoxTextLogin{
	font-size: 14px;
	#font-weight: 300;
	color: white;
}

.InputBoxLogin{
	height: 30px;
	font-size: 14px;
	width:240px;
	border: 1px solid rgb(102, 99, 102);
	border-radius: 0px;	
}

/************************************************/

/* Button */

.button{
	font-size: 14px;
	color:white;
	text-shadow: none;
}

.z-button, .z-button:focus, .z-button:hover {
	color: white;
	font-size: 14px;
	#font-weight: bold;
	text-shadow: none;
	border: 1px solid #A71930;
	border-radius: 4px;
	background: none repeat scroll 0% 0% #A71930;
	box-shadow: none;
}


.buttonWizard.z-button[disabled] {
	border: 1px solid #A71930;
	background: none repeat scroll 0% 0% rgb(184, 16, 33);
}



/* buttonLogin for login page */

.buttonLogin, .buttonLogin.z-button:hover, .buttonLogin.z-button:focus {
	font-size: 14px;
	border-radius: 0px;
	font-weight: 300;
	padding-left: 30px;
	padding-right: 30px;
	background: none repeat scroll 0% 0% #A71930;
	border: none;
	box-shadow: none;
	height: 30px;
	width: 150px;
	color: white;
}

/* Button which look like a link for login page */

.buttonLink, .buttonLink.z-button:hover, .buttonLink.z-button:focus {
	font-size: 12px;
	color:white;
	text-shadow: none;
	background: none;
	border: none;
	text-align: left;
	padding-left: 0px;
	#text-decoration: underline;
	box-shadow: none;
}



/************************************************/


/* Grid */

.z-column-content{
	font-size: 14px;
}

.z-grid {
	border: 1px solid #666366;
}

.z-grid .z-grid-header .z-column  {
	background: #666366;
}

.z-grid .z-grid-header .z-column-content {
	color: white;
}


.z-row{
  	background: rgb(200, 200, 200); 
  	border-color: rgb(200, 200, 200); 
  	color: black;
}


.z-grid-odd > .z-row-inner{
  	background: rgb(217, 217, 217); 
  	border-color: rgb(217, 217, 217); 
}

.z-grid-odd > .z-cell {
	background: rgb(217, 217, 217); 
}

.z-grid-odd > .z-cell:hover {
	#background: #0d5ca0;
}

.z-row .z-row-inner, .z-row .z-cell {
    border-left: 0px;
}



/* hover */
/* .z-row:hover > .z-row-inner > .z-row-content {
    color: white !important;
} */

.z-row:hover > .z-row-inner > .z-row-content > .z-label {
	color: black;
}

.z-row:hover > .z-row-inner > .z-row-content > .z-vbox > .z-label {
	color: white;
}

.z-row:hover > .z-row-inner > .z-row-content{
	color: black;
}

.z-row:hover > .z-row-inner, .z-row:hover > .z-cell {
	background: rgb(179, 179, 179); 
    position: relative;
}


.loginGrid {
	border: none;
}

.loginGrid .z-row{
	#background: #002577;
  	border: none;
  	background: none;
}

.loginGrid .z-row-content .z-label {
	  color: white !important;
}


.loginGrid .z-grid-odd > .z-row-inner{
  	border: none;
  	color: white;
  	background: none;
}

.loginGrid .z-row:hover > .z-row-inner, .z-row:hover > .z-cell {
	#background: #002577;
	background: none;
}

.loginGrid .z-textbox {
	#color: #002577;
	background-color: white !important;
}




/************************************************/
/* Window */

.z-window-header {
    font-size: 14px;
    color: #ffffff;
    margin-left: 5px;
}

.z-window {
    padding: 4px;
    background: #666366;
}

.z-window-content {
	background: #3F3F3F;
}



.z-window-modal.z-window-shadow, .z-window-highlighted.z-window-shadow {
    border-radius: 4px;
    border: 1px solid rgb(102, 99, 102);
}

.z-window-icon {
    color: #666366;
}

.z-messagebox-window .z-window-content{
	background-color: rgb(179, 179, 179);
}

/* is the following setting correct?*/
/* .z-window .z-window-modal .z-window-content {
	background: rgb(179, 179, 179);
} */

.z-window.z-window-modal .z-window-content {
	background: rgb(179, 179, 179);
}


.infoWindow .z-window-content  {
	background: white !important;	
}

.popupWindow {
	background: rgb(179, 179, 179);
	border: none;
}

/************************************************/


.white200 .z-treecell-text,
.white200:hover .z-treecell-text:hover {
	color: white;	
	font:normal 200% Arial,Sans-serif;
	margin-top:    10px;
	margin-left:   10px;
	margin-right:  10px;
	margin-bottom: 10px;
	border: 0;
	
	text-decoration:none;	
}

.white200{
	color: white;		
	font:normal 100% Arial,Sans-serif;
	text-shadow: 0px 0px #FFF;
}



.white200:hover{
	color: white;		
	font:normal 100% Arial,Sans-serif;
	cursor:pointer;
	background: none repeat scroll 0% 0% orange !important;
	text-shadow: 0px 0px #FFF;
}

.white500 .z-listcell-content {
	color: white;	
	font:normal 500% Helvetica;
	margin-top:    10px;
	margin-left:   10px;
	margin-right:  10px;
	margin-bottom: 10px;
	border: 0;
	float:left;
	text-decoration:none;					
}

.black200 .z-treecell-text,
.black200:hover .z-treecell-text:hover {
	color: black;	
	font:normal 120% Arial,Sans-serif;
	/* margin-top:    10px;
	margin-left:   10px;
	margin-right:  10px;
	margin-bottom: 10px;
	border: 0;
	
	text-decoration:none;	 */
}




/************************************************/

/* Listbox */

.z-listbox {
	margin: 5px;
	margin-bottom: 0px !important;
	border: 1px solid #666366;
}

.z-listbox .z-listheader {
	background: #666366;
	border-color: rgb(179, 179, 179);
	color: white;
}

.z-listheader-sort .z-listheader-sorticon {
	color: white;
}

.z-listbox-header {
	background: #666366; 
}

.z-listheader-checkable.z-listheader-checked .z-listheader-icon {
    color: #A71930;
}

.z-listbox .z-listheader .z-listheader-content{
	color: white;
	font-size: 14px;
}

.z-listbox .z-listcell{
  	background: rgb(217, 217, 217); 
  	border-color: rgb(217, 217, 217); 
}

.z-listbox .z-listcell-content{
  	color: black;
  	font-size: 14px;
}

.z-listbox-odd .z-listcell{
  	background: rgb(200, 200, 200);
  	border-color: rgb(200, 200, 200);
}


/* hover */
.z-listitem:hover>.z-listcell{
	#background-image: none;
	background: rgb(179, 179, 179); 
	border-color: rgb(179, 179, 179); 
}

.z-listitem.z-listitem:hover .z-listcell-content{
	color: black;
}

.z-listitem-selected .z-listitem-icon {
    color: rgb(167, 25, 84);
}
.z-listitem-selected > .z-listcell > .z-listcell-content > .z-listitem-checkable .z-listitem-icon {
	color: rgb(167, 25, 84);
}

/* selected */
.z-listitem.z-listitem-selected .z-listcell{
	background: rgb(179, 179, 179);  
	border-color: rgb(179, 179, 179); 
}

.z-listitem.z-listitem-selected > .z-listcell > .z-listcell-content {
    color: black;
}

/* selected + hover */
.z-listitem.z-listitem-selected:hover>.z-listcell{
	background: rgb(179, 179, 179); 
	border-color: rgb(179, 179, 179); 
}

.z-listitem.z-listitem-selected:hover>.z-listcell-content {
	 color: black;
}

/* empty listbox text color*/
.z-listbox-emptybody td {
	color: black;
}


/************************************************/
/*Tree */ 


.z-tree{
	border:0px;
}

/* treecol */
.z-treecol-content{
	background:	#666366;
	font-size: inherit;
	color: white;
	padding: 4px 5px;
    #line-height: 22px;
    overflow: hidden;
    border-width: 0px;
    border-bottom-width: 0px;
	border-style: solid;   			    
}


.z-treecol-content, .z-treecell-content, .z-treefooter-content {
    font-size: 14px;
    #line-height: 24px;
	#line-height: 0px;
	line-height: inherit;
}
 /*
.z-listitem .z-listbox-odd .z-treecell,
.z-listitem.z-listbox-odd .z-treecell,
.z-listitem .z-listbox-odd > .z-treecell,
.z-listitem.z-listbox-odd > .z-treecell {
	background:	transparent;
}

.z-listitem .z-listbox .z-treecell,
.z-listitem.z-listbox .z-treecell,
.z-listitem .z-listbox > .z-treecell,
.z-listitem.z-listbox > .z-treecell {
	background:	transparent;
}

.z-treecell {
	background:	rgb(217, 217, 217);
}
*/
.z-treecell-content {
    color: black;
}

.z-treecell-text {
	margin-left: 5px;
}


/* hover */
.z-treerow:hover > .z-treecell {    
    background: transparent;  
}

.z-treerow:hover .z-treecell-content,
.z-treerow:hover > .z-treecell-content,
.z-treerow:hover > .z-treecell>.z-treecell-content,
.z-treerow.z-treerow-selected>.z-treecell > .z-treecell-content {
	background-image: none;
	color: black;
}

/* selected */
.z-treerow.z-treerow-selected .z-treecell,
.z-treerow.z-treerow-selected > .z-treecell,
.z-treerow.z-treerow-selected.z-treerow-focus > .z-treecell {
    #background: rgb(217,217,217);
    background: transparent;
}


.z-treerow.z-treerow-selected .z-treecell-content,
.z-treerow.z-treerow-selected > .z-treecell-content,
.z-treerow.z-treerow-selected.z-treerow-focus>.z-treecell > .z-treecell-content,
.z-treerow.z-treerow-selected>.z-treecell > .z-treecell-content,
.z-treerow.z-treerow-selected.z-treerow-focus .z-treecell-content {
    color: black;
}

/* selected + hover */
.z-treerow.z-treerow-selected:hover > .z-treecell,
.z-treerow.z-treerow-selected.z-treerow-focus:hover > .z-treecell {
    #background: rgb(217,217,217);
    background: transparent;
}

.z-treerow.z-treerow-selected:hover > .z-treecell > .z-treecell-content,
.z-treerow.z-treerow-selected.z-treerow-focus:hover > .z-treecell > .z-treecell-content{
	 color: black;
}

/* treeicon */
.z-tree-icon {
    font-size: 24px;
    color: black;
}

.z-tree-icon:hover {
    color: black;
}

/*
.z-treerow.z-treerow-selected:hover > .z-treecell,
.z-treerow.z-treerow-selected > .z-treecell,
.z-treerow.z-treerow:hover > .z-treecell,
.z-treerow.z-treerow-selected.z-treerow-focus:hover > .z-treecell,
.z-treerow.z-treerow-selected.z-treerow-focus > .z-treecell,
.z-treerow.z-treerow:hover.z-treerow-focus > .z-treecell {
	background: none repeat scroll 0% 0% rgba(32, 204, 255, 0.0);
	background-color:none;
	background-image:none;
	cursor:default;
}
*/

/************************************************/

.nohover:hover .z-listcell{
	align:center;
	cursor:default;
	background:none;
}

.nohover .z-listcell:hover{
	background:none;
}

.nohover .z-listcell:hover .z-listcell-content{
	color:#1b385c;
}

.nohover:hover .z-listcell .z-listcell-content{
	color:#1b385c;
}


.noline .z-listbox {
	border:0px solid #ffdcdc;
	
}

.noline .z-north {
	border:0px solid #ffdcdc;
	
}
.noline .z-south {
	border:0px solid #ffdcdc;
	
}

.noline .z-center {
	border:0px solid #ffdcdc;
	
}
.noline .z-listbox{
	border:0px;
}

.noline .z-button{
	border:0px;
	background:none;
	cursor:default;
}

.noline .z-window{
	border-radius:0px;
	border:1px solid blue;
}


.noline .z-listheader{
	border-radius:0px;
	border:0px solid blue;
	background:white;
}

.noline .z-button{
	border:0px solid blue;
	border-radius:0px;
}


.nohover .z-listitem{
	cursor:default;
}

.z-tree-icon, .z-tree-line {
    width: 0px;
    height: 0px;
}

/************************************************/

/* loading indicator */

.z-loading {
	background: #A71930;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #666366;
	border-radius: 10px;
	#border: none;
}

.z-loading-indicator {
	background: #ffffff;
	color: black;
	#border: none;
	border: 5px solid #A71930;
	border-radius: 10px;
}


/************************************************/

/* Notification */

/* notification at the center of the window */
.z-notification-content{
	font-size: 14px;
	#font-weight: bold;
	min-height: 60px;
	max-width: 400px;
	min-width: 300px;
	width: auto;
	border-radius: 20px;
	padding: 45px 25px 45px 45px;
	border-style: solid;	
}

/* notification with pointer to element like textbox */
.z-notification-pointer ~ .z-notification-content {
    width: auto;
    font-size: 14px;
    #font-weight: bold;
    border-radius: 20px;
    max-width: 200px;
    border-style: solid;
}

/* notification with info icon */
.z-notification-info .z-notification-content {
    background-color: #A71930;
}

.z-notification-info .z-notification-left {
    border-right-color: #A71930;
}

/* notification with warning icon */
.z-notification-warning .z-notification-content { 
    background-color: #A71930;
}

.z-notification-warning .z-notification-left {
    border-right-color: #A71930;
}


/************************************************/

.z-treerow {
    background: transparent;
}

/************************************************/

/* ZK 8.6.1 */

.z-row .z-row-inner, 
.z-row .z-cell {
    border-right: 1px solid transparent;
}

.z-grid .z-row-inner {
    background: none;
}

.z-grid-odd .z-row-inner {
    background: white;
}

.z-tabs-content {
	width: 100%;
}

.z-treerow .z-treecell {
    background: none;
}

.mainExtPage {
	background-position: center !important;
}

/************************************************/

.certificationLogoSmall {
	min-height:120px;
	max-height:140px;
	height:25%;
	cursor: pointer;
}

.certificationLogoBig {
	height: 300px;	
}

.coordinateCertificationWindow {
	background: white;
}

.certificationLogoBigContainer {
	width: 360px;
	height: 330px;
}

.coordinateCertificationLink {
	visibility: hidden;
}

.coordinateCertificationLink:link {
	text-decoration: underline;
	color: #1b385c;
}

.coordinateCertificationLink .z-label {
	font-size: 20px;
}

.certificationLogoSmallContainer {
	position: absolute; 
	bottom: 40px; 
	left: 40px;	
	cursor: default;
}

.certificationTextSmall {
	font-size: 18px;
	color: #FFFFFF;
	max-width: 175px;
	display: block;
	line-height: 20px;
	font-family: Arial,Sans-serif;	
}

.spanYear {
	color: #FFFFFF;
}

/************************************************/
