/* CSS sera.css */

@import url(http://fonts.googleapis.com/css?family=Lato);
@import url(/system/modules/ch.ethz.sed.bootstrap.extensions/resources/css/image-with-text.css);
@import url(/system/modules/ch.ethz.sed.bootstrap.extensions/resources/css/infotable.css);
@import url(/system/modules/ch.ethz.sed.bootstrap.extensions/resources/css/project.css);
@import url(/system/modules/ch.ethz.sed.bootstrap.extensions/resources/css/sed-accordion.css);
@import url(/system/modules/ch.ethz.sed.bootstrap.extensions/resources/css/extensions.css);
@import url(plugins.css);
@import url(ie8.css);

/* colors 

violet: #49155c
orange: #bc490c / #ce3f06
orange text : #bb3a07
grey light: #e7e6e6 /e4e5e4
grey dark: #616160
*/



.violet {
	color: #49155c
}


.orange {
	color:#ce3f06
}

/*** general ***/
html, body {
	height:100%;
	margin:0px
}

body {
	color: #000;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    line-height: 1.5;
}


.headline {
	border-bottom:none !important;
	margin:0px;
	padding:0px;
	line-height:0px
}


h1, .headline h1{
	margin-top: 0px;
	margin-bottom:20px
	
}

.headline h1 {
	border-bottom:3px solid #49155c !important;
	color:#000
}



.headline h2, .headline h3, .headline h4 {
	border-bottom:0px solid #49155c !important;
	padding-bottom:0px !important;

}

.headline h2 {
	margin-top:-5px !important
}

.headline h3, .headline h4 {
	margin-top:-10px !important
}

h2, h3, h4 {
	color:#49155c
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato",sans-serif;
    font-weight: normal;
    text-shadow: none;
}

h1 {
    font-size: 28px;
    line-height: 35px;
	margin-top:0px
}

h3, h4, h5{
	margin-top:20px
}

h2, .headline h2 {
    font-size: 24px;
    line-height: 33px;
	margin-top:25px;
	margin-bottom:10px
}

h3, .headline h3 {
    font-size: 20px;
    line-height: 27px;
	margin-bottom:10px
}

h4, .headline h4 {
	font-size:18px;
	line-height:25px;
	margin-bottom:10px
}

.h1, .h2, .h3, .h4 {
    margin-bottom: 10px;
}


a, a:hover {
	text-decoration:none;
	color:#bb3a07
}

p a, p a:hover {
	text-decoration:none;
	border-bottom:2px dotted #bb3a07;
	font-weight:300;
	color:#bb3a07
}

p, li, li a {
    color: #000;
}

.headline p {
	margin-bottom:15px
}

strong a, strong a:hover {
	font-weight:700
}

.btn-u {
	background-color:#ce3f06
}

/*** end general ***/

/*** header ***/

header.background_header {
	position:relative;
	background: #221b3f; /* Old browsers */
	background: -moz-linear-gradient(left, #221b3f 0%, #3f3f92 80%, #424291 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #221b3f 0%,#3f3f92 80%,#424291 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #221b3f 0%,#3f3f92 80%,#424291 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#221b3f', endColorstr='#424291',GradientType=1 ); /* IE6-9 */
	}

div.background_menu, div.background_menu_sub {
	position:absolute;
	background-color:#49155c;
	height:50px;
	width:100%
}

div.container-fluid{
		padding:0px
	}

div.background_menu_sub {
		top:139px
		}

div.header {
	position:relative
}

a.logo_small {
	display:block;
	text-decoration:none;
	width:223px;
	padding:0px 0px 20px
}

a.logo_small img {
	width:223px
}



@media (max-width: 999px) {

	header.background_header {
		background:url('/system/modules/ch.ethz.sed.bootstrap.sera/resources/img/header_schmal_bckg.png') no-repeat center 0px;
	
	}

	div.background_menu {
		top:180px
		}	

	a#logo_sera {
		display:block;
		height:180px;
		width:243px;
		background:url('/system/modules/ch.ethz.sed.bootstrap.sera/resources/img/header_schmal.png') no-repeat center 0px;
	}
}


@media (min-width:1000px) and (max-width:1200px) {
	div.bckg_header_main {
		background:url('/system/modules/ch.ethz.sed.bootstrap.sera/resources/img/header_mittel.png') no-repeat center 0px;
	}
}

@media (min-width:1201px) {
	div.bckg_header_main {
		background:url('/system/modules/ch.ethz.sed.bootstrap.sera/resources/img/header_gross.png') no-repeat center 0px;
	}
}

@media (min-width: 1000px) {

	div.background_header {
		background: #20193a; /* Old browsers */
		background: -moz-linear-gradient(left, #20193a 0%, #403e91 69%, #3e3c90 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #20193a 0%,#403e91 69%,#3e3c90 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #20193a 0%,#403e91 69%,#3e3c90 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20193a', endColorstr='#3e3c90',GradientType=1 ); /* IE6-9 */
	}
	
	div.background_menu {
		top:280px
	}
	
	a#logo_sera {
		display:block;
		height:280px;
		width:300px
	}

}


/*** end header ***/


/*** topbar and search ***/

 .topbar.sub{
   line-height:30px;
   height:30px;
   text-align:right
}

.topbar.home {
	position:absolute;
	background:#fff;
	width:210px;
	right:15px;
	top:0px;
	text-align:center;
	line-height:40px;
	height:40px;
	border:1px solid  #fff;
	border-radius:0px 0px 10px 10px;
	opacity:0.9
}
.topbar.sub {
	position: relative;
}


ul.loginbar {
	margin:0px;
	padding:0px;
	display:inline-block
}


.topbar ul.loginbar > li {
    display: inline;
    list-style: outside none none;
    padding-bottom: 15px;
    position: relative;
}

.topbar ul.loginbar > li > a, .topbar ul.loginbar > li > a:hover {
	color:#bb3a07;
	text-transform:none;
	text-decoration:none;
	border-bottom:none
}

.topbar.home ul.loginbar > li > a, .topbar.home ul.loginbar > li > i {
	font-size:17px
}
.topbar.sub ul.loginbar > li > a, .topbar.sub ul.loginbar > li > i {
	font-size:17px
}




/** search **/
.topbar ul.loginbar > li > .search {
    border-bottom: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.topbar.menu ul.loginbar > li > .search {
	font-size:17px
}

.topbar.sub ul.loginbar > li > .search {
	font-size:15px
}


.topbar ul.loginbar li i.fa {
    color: #49155c;
}

.topbar .search-open {
    background: #e4e5e4 none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: none;
    padding: 13px;
    position: absolute;
	z-index:100
}

.topbar.home .search-open {
	right: -1px;
    top: 35px;
}

.topbar.sub ul.loginbar {
	padding:0px
}

.topbar.sub .search-open {
	right: 0px;
    top: 30px;
}

.topbar .search-open btn-u {
	padding:0px;
	width:38px;
	height:34px;
	line-height:34px
}

.topbar ul.loginbar .search-open {
    width: 330px;
}

#searchContentHeader button.btn-u, #searchWidgetAutoComplete button.btn-u {
	line-height:34px;
	padding:0px 13px;
	
}

#searchContentHeader .form-control {
	height:34px;
	line-height:34px;
	width:200px
}

/**** search page from page.css and style.css ****/

#searchWidgetAutoComplete, #rightCol {
	margin-top:30px;
}

.lists .entry {
	background: #fdfdfd none repeat scroll 0 0;
	border-right: 2px solid #eee;
	margin-bottom: 15px;
	min-height: 100px;
	padding: 3px;
}
.posts .dl-horizontal {
	margin-bottom: 15px;
	overflow: hidden;
}

.posts .dl-horizontal a{
    color: #bb3a07;
	border-bottom:2px dotted #bb3a07
}

.posts .dl-horizontal dt > a:first-child{
    border-bottom:0px dotted #000 !important
}


.posts .dl-horizontal dt {
    float: left;
    width: 60px;
}

.posts .dl-horizontal a {
    color: #bb3a07;
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.lists dl.entry.dl-horizontal dt a img {
    border: 3px solid #eee;
}
.posts .dl-horizontal dt img {
    border: 1px solid #ddd;
    height: 60px;
    margin-top: 2px;
    padding: 2px;
    width: 60px;
}

/**** end topbar and search ****/




/*** image with text ***/
.bottom_separator {
	border-bottom:1px solid #49155c
}
/*** end image with text ***/

/*** infotable ***/
.infotable a, .infotable p, .infotable li {
    color: #000;
    font-family: "Lato";
    font-size: 15px;
    line-height: 19px;
}

.infotable h2, .infotable .h2 {
	font-size:24px !important;
	margin-top:0px !important
}

/*** image with text focusbutton ***/

.roundedangle {
	border-radius:10px
}

a.icon_rounded-x, a.icon_rounded, a.icon_squared {
	text-align:center;
	display:table;
	text-decoration:none;
	border-bottom:none;
	margin:0px auto 8px	
}

a.icon_rounded, a.icon_squared {
	width:100%
}

@media (max-width: 991px) {
  a.icon_rounded-x{
   	width:120px;
	height:120px; 
  }
}

@media (min-width: 992px) {
  a.icon_rounded-x {
   	width:120px;
	height:120px; 
  }
}

 a.icon_rounded  > span, a.icon_rounded-x  > span, a.icon_squared  > span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;

}


.bviolet {
	border:2px solid #49155c;
	color:#ce3f06;
	padding:4px
}


.borange {
	border:2px solid #ce3f06;
	color:#ce3f06;
	padding:4px
}

.fa-4x {
	font-size:3.6em

}

.fa-send, .fa-envelope {
	padding:2px
}
/*** end image with text focusbutton ***/


/*** image with text boxfeeder ***/


.boxfeeder .headline h2 {
	background-color:transparent !important;
	font-family:"Lato",sans-serif !important;
	font-size:18px !important;
	line-height:23px !important;
	letter-spacing:normal !important;
	margin-bottom:10px;
	margin-top:12px !important;
	padding:0px;
	border-bottom:3px solid #49155c !important;
	color:#000;
	display:block !important
	
}

.boxfeeder .headline {
	margin-bottom:15px
}

/*** end image with text boxfeeder ***/

/*** collapsible ***/
 .headline.sed_collapsible1.collapsed, .headline.sed_collapsible2.collapsed, .headline.sed_collapsible3.collapsed {
 	border-top: 0px solid #000;
 	border-bottom: 1px solid #000 !important;
	background-position: right 50%;
 }
  
/***end collapsible ***/

/*** img with text readmore ***/
span.readmore {
    border-bottom: 0px dotted #bb3a07;
	font-size:16px
}

a .readmore, a:hover .readmore {
	color:#bb3a07;
	text-decoration:none
}

a.detail_close::before, a.detail::before {
	content:""
}

a.detail_close::after, a.detail::after {
	font-family:FontAwesome;
	font-size:14px;
	color:#bb3a07;
	font-weight:normal;
}

a.detail_close::after {
	content:"\f077"
}

a.detail::after {
	content:"\f078"
}



/*** img with text  ***/
/*a.sera_go {
	border-bottom:0px solid #bb3a07;
	
	
}

.sera_go2 {
	border:2px solid #bb3a07;
	padding:1px 5px;
	border-radius:50%;
	font-weight:400;
	color:#fff;
	background-color:#bb3a07
	
}

a.sera_go:after {
	content:"\f054";
	font-family:FontAwesome;
	font-size:14px;
	color:#bb3a07;
	font-weight:normal;
	
}

*/


/***  accordion MANUAL ***/
.panel-default > .panel-heading {
	background-color: transparent !important;
	border-color: none !important;
	color: #000;
	padding:5px 10px
}


.panel-group .panel {
	border-color:#ce3f06;
	border-radius:6px;
	border-width:1px 1px 1px 30px
}


.sedtabs_accordion .panel-body {
	padding:15px 15px 15px 10px
}

.sed_accordion::before {
	left:-31px
}


/*** bootstrap carousel ***/

.carousel_img {
    position: relative;
}

.carousel-v1 .carousel-arrow a.carousel-control {
	border-bottom:0px solid transparent
}

.carousel-caption-block {
    background-color: #e4e5e4;
    padding: 6px 18px 6px 18px;
    position: relative;	
	color
}

.carousel-caption-block p{
	font-size:16px;
	line-height:1.5;
	color:#fff
}

.carousel-caption-block p strong {
    font-size: 18px;
}

.carousel-v1 .carousel-caption {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 0;
    position: relative;
    right: 0;
    text-align: left;
    text-shadow: none;
}

div.carousel-indicators {
    margin-left: 0 !important;
}

.carousel-indicators {
    bottom: 0;
    left: 0;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 15;
}

.carousel-indicators img {
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    margin: 10px 5px 0px;
    width: 150px;
	padding:4px;
	border:1px solid transparent
}

.carousel-indicators img.active {
	border:1px solid #bb3a07
}


 .carousel-indicators .active {
    background-color: transparent;
    height: auto;
    margin: 10px 5px 0px;
    width: 150px;
	border-radius:0px;
}

.carousel-v1 .carousel-arrow a i {
    background: #ce3f06 none repeat scroll 0 0;
}

/*** Tabs ***/
.tab-v1 .nav-tabs {
    border-bottom:2px solid #ce3f06
}

.tab-v1 .nav-tabs > .active > a, .tab-v1 .nav-tabs > .active > a:hover, .tab-v1 .nav-tabs > .active > a:focus {
    background: #ce3f06 none repeat scroll 0 0;
	font-size:16px
}





/***template for footer ***/


.footer_separator {
	width:100%;
	height:30px
}

/*** footer ***/
footer  {
	background-color:#f8f8f8;
	padding:20px 15px;
	margin-top:45px
}

footer ul {
	display:inline-block;
	text-align:left;
	padding-left:0px
}

footer li {
	display:inline;
	text-align:left
}

footer li > a {
	color:#bb3a07;
	border-bottom:none !important
}


.f_partners {
	font-size:15px
}

.footer_menu {
	text-align:right;
	margin-bottom:0px
}

@media (max-width:485px) {
	.eu_block p {
		width:70%
	}
}


@media (min-width:486px) {
	.eu_block p {
		width:335px
	}
}
.eu_block p{
	float:right;
	font-size:14px;
	text-align:right;
	margin-right:10px
}

.eu_block a{
	display:block;
	float:right
	}

@media (max-width:719px){
	.eu_block {
		margin-top:0px;
		margin-bottom:20px
	}	
}

@media (min-width:720px) {
	.eu_block {
		margin-top:-34px;
		margin-bottom:0px
	}

}


.eu_text {
    margin-right: 80px;
    text-align: right;
	font-size:13px;
	line-height:1.3;
	color:#000
}

.footer img {
    display: inline-block;
    float: right;
	margin-top:5px
}



/*** end footer ***/

/***** print *****/
@media print {

/*** start first block: selectors to be customized ***/

	/*display webpage title */
	div.print_site_name::before {
    	margin: 0px 0px 20px;
    	content: "SERA Website";
    	display: block;
    	font-weight: 700;
	}
	
	
	/*disable these elements*/
	header, div.footer {
		display:none
	}
	
	/*here write the selectors to restyle elements with background color/image (if needed)*/
			
/*** end first block  ***/

/*** start second block:  no customisation needed ***/
	
	/*to avoid table cut on Chrome */
	div.tableMargin {
		overflow:visible
	}
	
	/*to avoid image cut on firefox */
	img.img_responsive_sed, img.img_kti {
  			display:inline-block		
	}
	
	
	/*to overwrite a bootstrap selector which prints url as content of <a> tag  */
	a:link:after, a:visited:after {
    	content: "";	
	}

	/* to avoid text cut on the right side of the table in Chrome */
	div.tableMargin {
		overflow:visible
	}
	
	/*to print columns correctly on chrome */
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    	float: left;
	}
	
	.col-sm-12 {
    	width: 100%;
  	}
	
  	.col-sm-11 {
    	width: 91.66666667%;
  	}
	
  	.col-sm-10 {
   		width: 83.33333333%;
  	}
	
  	.col-sm-9 {
    	width: 75%;
  	}
	
  	.col-sm-8 {
    	width: 66.66666667%;
  	}
	
  	.col-sm-7 {
    	width: 58.33333333%;
  	}
	
  	.col-sm-6 {
    	width: 50%;
  	}
	
  	.col-sm-5 {
    	width: 41.66666667%;
  	}
	
  	.col-sm-4 {
    	width: 33.33333333%;
  	}
	
  	.col-sm-3 {
    	width: 25%;
  	}
	
  	.col-sm-2 {
    	width: 16.66666667%;
  	}
	
  	.col-sm-1 {
    	width: 8.33333333%;
  	}
	
  	.col-sm-pull-12 {
    	right: 100%;
  	}
	
  	.col-sm-pull-11 {
    	right: 91.66666667%;
  	}
	
  	.col-sm-pull-10 {
    	right: 83.33333333%;
  	}
	
  	.col-sm-pull-9 {
    	right: 75%;
  	}
	
  	.col-sm-pull-8 {
    	right: 66.66666667%;
  	}
	
  	.col-sm-pull-7 {
    	right: 58.33333333%;
  	}
	
  	.col-sm-pull-6 {
    	right: 50%;
  	}
	
  	.col-sm-pull-5 {
    	right: 41.66666667%;
  	}

	.col-sm-pull-4 {
    	right: 33.33333333%;
  	}
	
  	.col-sm-pull-3 {
    	right: 25%;
  	}
	
  	.col-sm-pull-2 {
    	right: 16.66666667%;
  	}
	
  	.col-sm-pull-1 {
    	right: 8.33333333%;
  	}
	
  	.col-sm-pull-0 {
    	right: auto;
  	}
	
  	.col-sm-push-12 {
    	left: 100%;
  	}
	
  	.col-sm-push-11 {
    	left: 91.66666667%;
  	}
	
  	.col-sm-push-10 {
    	left: 83.33333333%;
  	}
	
  	.col-sm-push-9 {
    	left: 75%;
  	}
	
  	.col-sm-push-8 {
    	left: 66.66666667%;
  	}
	
  	.col-sm-push-7 {
    	left: 58.33333333%;
  	}
	
  	.col-sm-push-6 {
    	left: 50%;
  	}
	
  	.col-sm-push-5 {
    	left: 41.66666667%;
  	}
	
  	.col-sm-push-4 {
    	left: 33.33333333%;
  	}
	
  	.col-sm-push-3 {
    	left: 25%;
  	}
	
  	.col-sm-push-2 {
    	left: 16.66666667%;
  	}
	
  	.col-sm-push-1 {
    	left: 8.33333333%;
  	}
	
  	.col-sm-push-0 {
    	left: auto;
  	}
	
  	.col-sm-offset-12 {
    	margin-left: 100%;
  	}
	
  	.col-sm-offset-11 {
    	margin-left: 91.66666667%;
  	}
	
  	.col-sm-offset-10 {
    	margin-left: 83.33333333%;
  	}
	
  	.col-sm-offset-9 {
    	margin-left: 75%;
  	}
	
  	.col-sm-offset-8 {
    	margin-left: 66.66666667%;
  	}
	
  	.col-sm-offset-7 {
    	margin-left: 58.33333333%;
  	}
	
  	.col-sm-offset-6 {
    	margin-left: 50%;
  	}
	
  	.col-sm-offset-5 {
    	margin-left: 41.66666667%;
  	}
	
  	.col-sm-offset-4 {
    	margin-left: 33.33333333%;
  	}
	
  	.col-sm-offset-3 {
    	margin-left: 25%;
  	}
	
  	.col-sm-offset-2 {
   		margin-left: 16.66666667%;
  	}
	
  	.col-sm-offset-1 {
    	margin-left: 8.33333333%;
  	}
	
  	.col-sm-offset-0 {
    	margin-left: 0%;
	}
		
	.visible-xs {
    	display: none !important;
  	}
	
  	.hidden-xs {
    	display: block !important;
  	}
	
  	table.hidden-xs {
    	display: table;
  	}
	
  	tr.hidden-xs {
    	display: table-row !important;
  	}
	
  	th.hidden-xs,
  	td.hidden-xs {
    	display: table-cell !important;
  	}
	
  	.hidden-xs.hidden-print {
    	display: none !important;
  	}
	
  	.hidden-sm {
    	display: none !important;
  	}
	
  	.visible-sm {
    	display: block !important;
  	}
	
  	table.visible-sm {
    	display: table;
  	}
	
  	tr.visible-sm {
    	display: table-row !important;
  	}
  
  	th.visible-sm,
  	td.visible-sm {
    	display: table-cell !important;
	}

/*** end second block ***/	
	
}

