
.gnBorderLayout{
	background-color:#66829A;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;	
 }
  
.loginPageLayout .z-vlayout-inner {
	padding-bottom: 0px !important;;
}

/************************************************/

/* login page bars */

.menu_toolbar {
	background-color: #1E2D3B;
	height: 0px;
	margin-left: 0px;
	padding-bottom: 4px;
	padding-top:4px;
}

.menu_toolbar_border {
	background-color: #1E2D3B;
	height: 45px;
	text-align: center;
	padding-top: 12px;
}

.menu_toolbar_border_text{
	font-weight: bold;
}

.menu_toolbar_border_text.z-label{
	font-size:16px;
	color: white;
}

.footerBar {
	background-color: #1E2D3B;
	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(255,255,255,0.6);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-bottom: 30px;
	padding-top: 10px;
} 


.InputBoxTextLogin{
	font-size: 18px;
	#font-weight: 300;
	#color: white;
} 

.InputBoxLogin{
	height: 30px;
	font-size: 14px;
	width:240px;
	border: 1px solid rgb(0, 37, 119);
	border-radius: 0px;	
} 

/************************************************/

/* Button */

.button{
	font-size: 14px;
	color:#1E2D3B;
	text-shadow: none;	
} 

.z-button, .z-button:focus, .z-button:hover {	
	color: #1E2D3B;
	font-size: 14px;
	#font-weight: bold;
	text-shadow: none;
	border-radius: 4px;
	border-color: #5787B4;
	background: #5787B4;
	box-shadow: none;
} 


.buttonWizard.z-button[disabled] {
	border-color: #1E2D3B;
}


/************************************************/

/* 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% #5787B4;
	border: none;
	box-shadow: none;
	height: 30px;
	width: 150px;
}

/* Button which look like a link for login page */

.buttonLink, .buttonLink.z-button:hover, .buttonLink.z-button:focus {
	font-size: 12px;
	color: #1E2D3B;
	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 {
	/* manual change border: 1px solid #666366; */
}

.z-grid .z-grid-header .z-column  {
	/* manual change background: #666366; */
}

.z-grid .z-grid-header .z-column-content {
	/* manual change color: white; */
}


.z-row{
  	/* manual change 
  	color: black;
  	 */
  	background: rgb(247, 247, 247); 
  	border-color: rgb(247, 247, 247); 
}


.z-grid-odd > .z-row-inner{
  	/* manual change  */
  	background: rgb(255, 255, 255);	
  	border-color: rgb(255, 255, 255); 
  	#background: rgb(247, 247, 247);	
  	#border-color: rgb(247, 247, 247); 
  	
}

.z-grid-odd > .z-cell {
	/* manual change 
	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 {
	/* manual change color: black; */
}

.z-row:hover > .z-row-inner > .z-row-content > .z-vbox > .z-label {
	/* manual change color: white; */
}

.z-row:hover > .z-row-inner > .z-row-content{
	/* manual change color: black; */
}

.z-row:hover > .z-row-inner, .z-row:hover > .z-cell {
	background: #aaaaaa;
    position: relative;
} 

/************************************************/

/* grid on login page user + password */

.loginGrid {
	border: none;
} 

.loginGrid .z-row{
  	border: none;
  	background: none;
} 

.loginGrid .z-row-content .z-label {
	  color: #1E2D3B !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: #1E2D3B;
	background: none;
} 

.loginGrid .z-textbox {
	color: #1E2D3B;
	background-color: white !important;
} 


/************************************************/
/* Window */

.z-window-header {
    font-size: 14px;
    color: #ffffff;
    margin-left: 5px;
} 


.z-window {
    padding: 4px;
    background: #1E2D3B;
} 

.z-window-content {
	#background: #3F3F3F;
}

.z-window-modal.z-window-shadow, .z-window-highlighted.z-window-shadow {
    border-radius: 4px;
    border: 1px solid #1E2D3B;
    box-shadow: 1px 1px 1px #66829A;
} 

.z-window-icon {
    color: #1E2D3B;
} 

.z-window-icon:hover {
    color: #1E2D3B;
    border-color: #8fb9d0;
    background: none repeat scroll 0% 0% #66829A;;
} 

/*manual change
.z-messagebox-window .z-window-content{
	background-color: rgb(179, 179, 179);
}

.z-window .z-window-modal .z-window-content {
	background: rgb(179, 179, 179);
}
*/

.popupWindow {
	background: rgb(255,255,255);
	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: 0px;
	#border: 1px solid #666366;
} 

.listboxWithToolbar {
	margin-bottom: 40px !important;
} 

.z-listbox .z-listheader {
	/* manual change 
	background: #666366;
	border-color: rgb(179, 179, 179);
	color: white;
	*/
}

.z-listbox-header {
	/* manual change background: #666366; */
}

.z-listheader-checkable.z-listheader-checked .z-listheader-icon {
    color: #1E2D3B; 
}

.z-listbox .z-listheader .z-listheader-content{
	/* manual change color: white; */
	font-size: 14px;
}

.z-listbox .z-listcell{
  	border: 0px;
  	/* manual change 
  	background: rgb(217, 217, 217); 
  	border-color: rgb(217, 217, 217); 
  	 */
}

.z-listbox .z-listcell-content{
  	/* manual change color: black; */
  	font-size: 14px;
}

.z-listbox-odd .z-listcell{
  	/* manual change 
  	background: rgb(200, 200, 200);
  	border-color: rgb(200, 200, 200);
  	 */
}


/* hover */
.z-listitem:hover>.z-listcell{
	background: #aaaaaa;
	border-color: #aaaaaa;
}

.z-listitem.z-listitem:hover .z-listcell-content{
	color: white;
}


.z-listitem-selected .z-listitem-icon,
.z-listitem-selected > .z-listcell > .z-listcell-content > .z-listitem-checkable .z-listitem-icon {
	color: #1E2D3B;
}

/* selected */
.z-listitem.z-listitem-selected .z-listcell{
	background: #888888;
	border-color: #888888;
} 

.z-listitem.z-listitem-selected > .z-listcell > .z-listcell-content {
    /* manual change color: black; */
}

/* selected + hover */
.z-listitem.z-listitem-selected:hover>.z-listcell{
	background: #aaaaaa;
	border-color: #aaaaaa;
} 

.z-listitem.z-listitem-selected:hover>.z-listcell-content {
	 /* manual change color: black; */
}

/* empty listbox text color*/
.z-listbox-emptybody td {
	/* manual change color: black; */
}

/************************************************/
/*Tree */ 

.z-tree {
	border:0px;	 
}

/* treecol */

.z-treecol-content{
	background:	none;
	font-size: inherit;
	color: inherit;
	padding: 4px 5px;
    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-treecell {
	/*manual change background:	rgb(217, 217, 217); */ 
	
}

.z-treecol {
	background:	none;
	color: none;	
} 

.z-treecell-content {
    #color: #1E2D3B;
    color: black;
}

.z-treecell-text {
	margin-left: 5px;
} 


/* hover */
.z-treerow:hover > .z-treecell,
.z-treerow.z-treerow:hover.z-treerow-focus > .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;
	background: transparent;
	border-color: #aaaaaa;
	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: 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,
.z-treerow.z-treerow-selected > .z-treecell > .z-treecell-content,
.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: 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 {
	/*manual change color: white; */  
}

/* treeicon */
.z-tree-icon {
    font-size: 24px;
    /*manual change color: black; */  
}


/************************************************/

.nohover:hover .z-listcell{
	align:center;
	cursor:default;
	background:none;
}

.nohover .z-listcell:hover{
	background:none;
}

.nohover .z-listcell:hover .z-listcell-content{
	color:#1E2D3B;
}

.nohover:hover .z-listcell .z-listcell-content{
	color:#1E2D3B;
}


.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: #1E2D3B;
	font-size: 14px;
	font-weight: bold;	
	border-radius: 10px;
}

.z-loading-indicator {
	border: 5px solid #1E2D3B;
	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;
	#box-shadow: 3px 3px 1px rgba(27, 56, 92, 1);
	border-style: solid;
	border: none;
	color: #1E2D3B;
} 

.z-notification-info .z-notification-content {
	background: #1E2D3B;
}

/* notification with pointer to element like textbox */
.z-notification-pointer ~ .z-notification-content {
    width: auto;
    font-size: 14px;
    #font-weight: bold;
    #min-height: 60px;
    border-radius: 20px;
    max-width: 200px;
    #box-shadow: 3px 3px 1px rgba(27, 56, 92, 1);
    border: 1px solid #1E2D3B;
} 

/* notification with info icon */
.z-notification-info .z-notification-content {
    #background: none repeat scroll 0% 0% #1E2D3B;
    background: none repeat scroll 0% 0% #5787B4;
} 

.z-notification-info .z-notification-left {
    border-right-color: #1E2D3B;
} 

/* notification with warning icon */
.z-notification-warning .z-notification-content {
    background: none repeat scroll 0% 0% #5787B4; 
} 

.z-notification-warning .z-notification-left {
    border-right-color: #5787B4;
} 

/* notification with error icon */
.z-notification-error .z-notification-content {
    background: none repeat scroll 0% 0% rgb(160, 0, 0);
} 

.z-notification-error .z-notification-left {
   border-right-color: rgb(160, 0, 0);
} 

.z-notification-warning .z-notification-right {
    border-left-color: #5787B4;
}
.z-notification-right {
    border-left-color: #5787B4;
}

/************************************************/

.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;
}

.z-listbox .z-listcell {
    background: lightgray;
}

.z-listbox-odd > .z-listcell {
    background: #f7f7f7;
}

/************************************************/

.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;
}

/************************************************/