/*
 * ZHAW Glyphicons
 */

@font-face {
	font-family: "ZHAW Glyphicons";
	src: url('Fonts/ZhawGlyphicons/zhaw_glyphicons-webfont.eot');
	src: url('Fonts/ZhawGlyphicons/zhaw_glyphicons-webfont.eot?#iefix') format('embedded-opentype'),
	url('Fonts/ZhawGlyphicons/zhaw_glyphicons-webfont.woff2') format('woff2'),
	url('Fonts/ZhawGlyphicons/zhaw_glyphicons-webfont.ttf') format('truetype'),
	url('Fonts/ZhawGlyphicons/zhaw_glyphicons-webfont.woff') format('woff'),
	url('Fonts/ZhawGlyphicons/zhaw_glyphicons-webfont.svg#ZHAW Glyphicons') format('svg');
}

/* Smartphone */
/* -------------------------------------------------------------------------------------------------------------------*/
.glyphicon {
	position: relative;
	display: inline-block;
	font-family: "ZHAW Glyphicons";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-triangle-down:before {
	content: "\e084";
}
.glyphicon-zhaw:before {
	content: "\e900";
}
html,
body {
	background-color: #ffffff;
}
body {
	margin: 10px 10px;
}
header,
footer #imprint {
	background-color: #0064a6;
}
header {
	height: 134px;
	margin-bottom: 15px;
}
header #logo {
	position: relative;
	width: 25%;
	float: left;
	height: 100%;
}
header #logo-wrap {
	padding: 15px 0 0 7px;
}
header .glyphicon-zhaw {
	font-size: 63px;
	color: #ffffff;
}
header #login-language {
	position: relative;
	width: 75%;
	float: left;
	height: 100%;
	text-align: right;
}
header #CLX_LoginInfo,
header #login-language-spacer,
header #CLX_LanguageInfo {
	text-align: right;
	padding: 21px 19px 0 0;
	display: inline-block;
}
header #CLX_LanguageInfo div {
	display: inline-block;
}
header button {
	width: auto;
	height: auto;
	color: #ffffff;
	margin: 0;
	position: relative;
	display: block;
	float: left;
}
header button svg,
header button div {
	float: left;
}
header #personIcon circle,
header #personIcon path {
	fill: #ffffff;
}
header #CLX_LoginInfo div,
header #login-language-spacer div,
header #CLX_LanguageInfo div {
	font-size: 1.143em;
	font-weight: bold;
}
header #CLX_LoginInfo div {
	padding-top: 2px;
	padding-left: 10px;
}
header .item-spacer {
	color: #ffffff;
	padding-left:10px;
	padding-right: 10px;
	display: block;
	float: left;
}
header #CLX_LanguageInfo .glyphicon-triangle-down {
	position: absolute;
	font-size: 12px;
	top: -23px;
	width: 40px;
	right: -8px;
	display: none;
}
header #CLX_LanguageInfo button:hover .glyphicon-triangle-down,
header #CLX_LanguageInfo button.currentLanguage .glyphicon-triangle-down {
	display: block;
}
main {
	margin-bottom: 15px;
}
footer {
	clear: both;
	padding-top: 15px;
}
footer #imprint {
	padding: 14px 15px 16px 15px;
}
footer #imprint .slash-space {
	margin: 0 10px;
}
footer #imprint,
footer #imprint a {
	color: #ffffff;
	text-decoration: none;
}
footer #imprint a:hover,
footer #imprint a:focus {
	text-decoration: underline;
}
/*.embeddedOverlay {
	position: relative;
	z-index: auto;
	height: auto;
} */
.clearfix:after {
	clear: both;
}


/* Tablet */
/* -------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
	body {
		margin: 15px 15px;
	}
	header {
		height: 145px;
	}
	header #logo-wrap {
		padding: 25px 0 0 3px;
	}
	header .glyphicon-zhaw {
		font-size: 95px;
	}
}


/* Desktop */
/* -------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
	header {
		height: 138px;
	}
	header #logo-wrap {
		padding: 30px 0 0 10px;
	}
	header .glyphicon-zhaw {
		font-size: 78px;
	}
}


/* iMac */
/* -------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
	body {
		margin: 15px auto;
		width: 1170px;
	}
}

/* Hack für Loading Icon - scrc */
/* -------------------------------------------------------------------------------------------------------------------*/
.loadingAnimation{
	background-image:url(../images/Loading_icon.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100px 100px;
	height:100px;
	width:100px;
}

/* Alle links blau - scrc */
/* -------------------------------------------------------------------------------------------------------------------*/
.formRow.treeViewNode  a {
color: blue;
text-decoration: underline;
}

#CLX_Root a, .overlayDialog a, .contextMenu a {
text-decoration: underline;
}

/* Impressum und rechtliche Hinweise - scrc */
/* -------------------------------------------------------------------------------------------------------------------*/
table#t_imp, td#t_imp {
   border: none;
   width: 100%;
   padding: 10px;
   text-align: center;
   color: black;
   
}
table#t_imp a, td#t_imp a{
   color: #0064a6;
}
/*
td#t_rh, a#t_rh {
	font-size: 3rem !important;
}*/

@media (min-width: 768px){
	h1 {
		font-size: 4em;
		line-height: 1.2em;
		margin-bottom: 41px;
	}
	h5 {
		overflow: hidden;
		text-align: center;
		font-size: 6rem;
		line-height: 1.2778em;
		padding: 13px 30px 0;
		margin-bottom: 21px;
	}
	h5 > span {
		display: inline-block;
		position: relative;
	}
	h5 > span:before,
	h5 > span:after {
		content: "";
		position: absolute;
		border-top: 2px solid #e0e0e0;
		top: 50%;
		width: 2000px;
	}
	h5 > span:before {
		margin-right: 15px;
		right: 100%;
	}
	h5 > span:after {
		margin-left: 15px;
		left: 100%;

	}
	main #body,
	main #body a {
		text-decoration: none;
		font-size: 3rem;
		color: #0064a6;
	}
}
main #body {
	padding: 14px 15px 16px 15px;
}
main #body .slash-space {
	margin: 0 10px;
}

main #body a:hover,
main #body a:focus {
	text-decoration: underline;
}

/* Hinweisbox - scrc */
/* -------------------------------------------------------------------------------------------------------------------*/
.dialogInfo {
  padding: 0.8rem;
  background-color: #D2FFDA;
  border: solid 1px #3DD54C;
  margin: 0.8rem;
  font-weight: bold;
  color: #007313;
  text-align: left;
  }
  
h1, h2, h3, h4 {
    font-family: HelveticaRoundedBold,Arial,"Helvetica Neue",Helvetica,sans-serif;
  }
  
/* ADs - scrc */
/* -------------------------------------------------------------------------------------------------------------------*/  
body, input, textarea, select, a, pre, button {
    font-family: Arial;
    font-size: 1.4rem;
    color: #002202;
}
.dialog {
    background-color: #ffffff;
}
/* Textlänge VZ - scrc */
/* -------------------------------------------------------------------------------------------------------------------*/  
.onlaWorkProgressText {
float: left;
width: 25rem;
}
/* hover - scrc */
/* -------------------------------------------------------------------------------------------------------------------*/  
.searchHit {
  color: #0064a6; }
  button:hover path[stroke="#666"], button:hover rect[stroke="#666"], button:hover circle[stroke="#666"], button:hover ellipse[stroke="#666"], a.textButton:hover path[stroke="#666"], a.textButton:hover rect[stroke="#666"], a.textButton:hover circle[stroke="#666"], a.textButton:hover ellipse[stroke="#666"] {
    stroke: #0064a6; }
  button:hover path[fill="#666"], button:hover rect[fill="#666"], button:hover circle[fill="#666"], button:hover ellipse[fill="#666"], a.textButton:hover path[fill="#666"], a.textButton:hover rect[fill="#666"], a.textButton:hover circle[fill="#666"], a.textButton:hover ellipse[fill="#666"] {
    fill: #0064a6; }
  button:active path[stroke="#666"], button:active rect[stroke="#666"], button:active circle[stroke="#666"], button:active ellipse[stroke="#666"], button.active path[stroke="#666"], button.active rect[stroke="#666"], button.active circle[stroke="#666"], button.active ellipse[stroke="#666"], a.textButton:active path[stroke="#666"], a.textButton:active rect[stroke="#666"], a.textButton:active circle[stroke="#666"], a.textButton:active ellipse[stroke="#666"], a.textButton.active path[stroke="#666"], a.textButton.active rect[stroke="#666"], a.textButton.active circle[stroke="#666"], a.textButton.active ellipse[stroke="#666"] {
    stroke: #0064a6; }
  button:active path[fill="#666"], button:active rect[fill="#666"], button:active circle[fill="#666"], button:active ellipse[fill="#666"], button.active path[fill="#666"], button.active rect[fill="#666"], button.active circle[fill="#666"], button.active ellipse[fill="#666"], a.textButton:active path[fill="#666"], a.textButton:active rect[fill="#666"], a.textButton:active circle[fill="#666"], a.textButton:active ellipse[fill="#666"], a.textButton.active path[fill="#666"], a.textButton.active rect[fill="#666"], a.textButton.active circle[fill="#666"], a.textButton.active ellipse[fill="#666"] {
    fill: #0064a6; }
  .textButton:hover div, .textButton:hover h3 {
    color: #0064a6; }
.fotoFilterRectangle {
  background-color: rgba(0, 0, 20, 0.5);
  border: 2px solid #0064a6;
  color: #da5252; }
  .errorContainer > h2 {
    font-size: 2.6rem;
    color: #0064a6;
    font-weight: bold;
    margin-bottom: 1.6rem;
    border-bottom: 1px solid #c8c8c8; }
.warning {
  color: #0064a6; }
  .dialogTab a.active div, .dialogTab div.active {
    color: #fff;
    font-weight: bold;
    background-color: #e98200;
    /* fallback color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e98200), to(#fcca6d));
    background-image: -webkit-linear-gradient(top, #e98200, #0064a6, #fcca6d);
    background-image: -moz-linear-gradient(top, #e98200, #0064a6, #fcca6d);
    background-image: -o-linear-gradient(top, #e98200, #0064a6, #fcca6d);
    background-image: linear-gradient(to bottom, #e98200, #0064a6, #fcca6d); }
    .editControl .textButton:hover svg path[stroke="#666"], .editControl .textButton:hover svg rect[stroke="#666"], .editControl .textButton:hover svg circle[stroke="#666"], .editControl .textButton:hover svg ellipse[stroke="#666"] {
      stroke: #0064a6; }
    .editControl .textButton:hover svg path[fill="#666"], .editControl .textButton:hover svg rect[fill="#666"], .editControl .textButton:hover svg circle[fill="#666"], .editControl .textButton:hover svg ellipse[fill="#666"] {
      fill: #0064a6; }
  .validationErrorMessage.warning {
    color: #0064a6; }
  .workProgressLabel.subsequent a {
    color: #0064a6;
    font-style: italic; }
.subsequent circle {
  stroke: #0064a6;
  fill: #0064a6; }
/* Warnings - scrc */
/* -------------------------------------------------------------------------------------------------------------------*/  
.validationErrorMessage {
  color: #da5252;
  border-bottom: 1px solid #da5252;
  padding: 0.4rem;
  font-weight: bold;
  width: auto; }

.validationError.showError {
    border: 2px solid #da5252;
}
/* Anmerkungen Schwarz - scrc */
/* -------------------------------------------------------------------------------------------------------------------*/  
.formRemark {
    color: #000000;
}
/* AD Überschriften - scrc */
/* -------------------------------------------------------------------------------------------------------------------*/  
.treeViewSubNode {
    color: #000000;
    font-style: normal;
}
/* Form width - scrc */
/* -------------------------------------------------------------------------------------------------------------------  
.form {
    float: left;
    width: 100%;
} */
/* Search Selection - scrc */
/* -------------------------------------------------------------------------------------------------------------------*/  
.searchSelected {
    font-weight: bold;
    font-size: large;
    color: white;
}
.markedRow, .searchSelected, .searchTable tbody tr:hover, .dataRow:focus {
    background-color: #0064a6;
    color: white;
}
/* Akkordeon aktiv - scrc */
/* -------------------------------------------------------------------------------------------------------------------*/  
.accordionNavigation>.active {
    color: #ffffff;
    background-color: #0064a6;
}
/* Background white - scrc */
/* -------------------------------------------------------------------------------------------------------------------*/  
.subscriptionNewTemplate {
    background-color: #ffffff;
}
/* Dropdowns - scrc */
/* -------------------------------------------------------------------------------------------------------------------  
input:not([type=file]), textarea, select, .combobox {
    border: 2px solid #c8c8c8;
    /*padding: .1rem;*//*
    box-sizing: border-box;
    background-color: #fff;
}*/
/* Dicke Ränder - scrc */
/* -------------------------------------------------------------------------------------------------------------------*/  
.formControl>input, .formControl>span.combobox, .formControl>div, .formControl>textarea, .formControl>select {
    display: block;
    width: 100%;
    margin-top: 2px;
    border: 2px solid #c8c8c8;
}