@CHARSET "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:300,700);

#content{
    padding:0px!important;
    margin-left:auto;
    margin-right:auto;
}
.white_box{
    background-color:white;
    box-shadow: 1px 3px 5px #CCCCCC, -1px 3px 5px #CCCCCC;
    padding:10px;
}
.product_pod .price_color {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 16.1px;
  line-height: 1.4;
  color: #5cb85c;
}
.product_pod .price_color small,
.product_pod .price_color .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.product_pod .price_color small,
.product_pod .price_color .small {
  font-size: 75%;
}
.product_pod .availability,
.product_pod .price_color {
  min-height: 30px;
  white-space: nowrap;
}
.product_pod .image_container,
.product_pod .availability,
.product_pod .price_color {
  margin-bottom: 10px;
}

.navbar-collapse {
    background: #637800;
    background: -moz-linear-gradient(top, #e0e5c3, #637800);
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e5c3), to(#637800));
}

label.component {
    background: -moz-linear-gradient(top, #e6c4e5, #53004f);
    background: -webkit-gradient(linear, left top, left bottom, from(#e6c4e5), to(#53004f));
}

label.title {
    background: #dff0d8 none repeat scroll 0 0!important;
}

a, a.indented {
    color: #637800;
    text-decoration: none;
}

.identifier {
    background: #dff0d8!important;
}
div#stats {
	background: #dff0d8!important;
}
.navbar-inverse, .navbar-collapse {
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #e0e5c3, #637800) repeat scroll 0 0!important;
    color: #fff;
}

.btn-primary {
	background: #788B22!important;
	color: #fff !important;
}

.btn-purple {
  background: -webkit-gradient(linear, left top, left bottom, from(#e6c4e5), to(#53004f)) !important;
  border: 1px solid #53004f !important;
  color: #fff !important;
  font-weight: bold !important;
  transition: all 0.3s ease-in-out;
}

.btn-purple:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#53004f), to(#e6c4e5)) !important;
  border: 1px solid #53004f;
}

div.tooltip {
  text-decoration: underline;
  margin: 5px;
}
div.tooltip div{
    z-index: 100;
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
div.tooltip:hover div{
    display: inline;
    position: absolute;
    border: 1px solid #8c8c8c;
    background: #f4f4f4;
}
div.tooltip > div{
    border: 1px solid #000000;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #999;
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    margin-left: -210px;
    margin-top: 20px;
    opacity: 0;
    padding: 10px 20px;
    position: absolute;
    transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    transition-property: opacity, margin-top, visibility, margin-left;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    visibility: hidden;
    width: 200px;
    z-index: 10;
}
div.tooltip:hover > div{
    opacity: 1;
    text-decoration:none;
    visibility: visible;
    overflow: visible;
    display: inline;
    margin-top: 42px;
    margin-left: -180px;
    -webkit-margin-before: 22px;
    -webkit-margin-start: -30px;
}
div.tooltip div b{
    width: 15px;
    height: 15px;
    left: 90px;
    margin-top: -19px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: inset -1px 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff; -o-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    display: none\0/; *display: none;
    background: #f4f4f4;
    border-top: 1px solid #8c8c8c;
    border-right: 1px solid #8c8c8c;
}
div.tooltip > div{
    color: #000000;
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #FBF5E6 0%, #FFFFFF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBF5E6), color-stop(100%,#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBF5E6', endColorstr='#FFFFFF',GradientType=0 );
    border: 1px solid #8c8c8c;
}

button:disabled:hover {
	background-image: url("../images/button_top_gray_bg.png");
    background-repeat: repeat-x;
    border: medium none;
    border-radius: 5px;
    color: white;
    display: block;
    font-size: 16px !important;
    height: 26px;
    margin-top: 7px;
    text-decoration: none;
    width: 130px;
}

.specials-offers {
  margin-top: 15px;
}

.couponList p {
  margin-bottom: 0;
}

#bundle_content_inner * {
    box-sizing: border-box;
}
.add-to-basket, .btn-wishlist {
    display: inline!important;
}

table.priceTable th {
    background-color: #dff0d8;
    padding: 6px;
}
.nav-pills > li > a {
    background: linear-gradient(#be9ce5, #905ec9);
    text-shadow: 	0px -1px 1px #53004f;
    color: #fff!important;
}
.nav-pills > li > a:hover {
	background: linear-gradient(#905ec9, #be9ce5);
 	text-decoration: none;
 }

.buttonLink {
    background: rgba(0, 0, 0, 0) linear-gradient(#be9ce5, #905ec9) repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    display: inline;
    color: #fff!important;
    font-family: "TitilliumText","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    padding: 5px;
    text-decoration: none;
    text-shadow: 0 -1px 1px #53004f;
    white-space: nowrap;
    width: 90px;
    margin: 2em 1em 2em 0;
}

#intro {
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    width: 100%;
    z-index: 110;
}
/* Setting margin among all letters */
.letter {
  margin: 0 10px;
}

/* Setting background to letter m */
.letter-m {
  background-color: lightsalmon;
}
.scroll {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    padding-bottom: 10px;
    padding-top: 20px;
    position: absolute;
    width: 100%;
}
.text-center {
    text-align: center;
}

table.memberFee tr td, table.pricingUserLicences tr td, table.pricingUserLicences tr th {
  border-bottom: 1px solid #777;
  color: #53004f;
  font-size: 80%;
  padding: 6px 8px;
  text-align: center;
}
table.memberFee thead th, table.pricingUserLicences thead th, table.pricingUserLicences tr th{
    background: #e0e5c3 none repeat scroll 0 0;
    text-align: center;
    color: #53004f;
}

table.pricingUserLicences thead tr th {
    border-bottom: 1px solid #000;
}

table.pricingUserLicences tr.tableNewSection td {
    border-bottom: 1px solid #000;
}

table.pricingUserLicences tr td, table.pricingUserLicences tr th {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

table.pricingUserLicences tr th:first-child {
    border-left: 0;
}

table.pricingUserLicences tr:last-child td {
    border-bottom: 0;
}

table.pricingUserLicences tr td {
    text-align: left;
}

table.pricingUserLicences tr td a {
    text-decoration: underline;
}

table.pricingUserLicences tr td:last-of-type {
    text-align: center;
}

.frontresourcedesc {
    opacity: 0.7;
    color: #000000;
    background-color:white;
    border-radius: 10px;

}

.add_to_cart_commercial_false,
.add_to_cart_commercial_true,
.add_to_cart_academic_false,
.add_to_cart_academic_true {
    vertical-align:middle;
}

.add_to_cart_commercial_false:hover,
.add_to_cart_commercial_true:hover,
.add_to_cart_academic_false:hover,
.add_to_cart_academic_true:hover {
    cursor: pointer;
}

.add_to_cart_commercial_false:active,
.add_to_cart_commercial_true:active,
.add_to_cart_academic_false:active,
.add_to_cart_academic_true:active {
    cursor: pointer;
    background-color:#788B22;
    border-radius: 4px;
}

.price {
	float: right;
}

div.container{
	margin-top: 80px;
}

/* header */
#header {
	height: 65px;
	width: 100%;
	position:fixed;
	top:0;
	z-index: 1000;
	margin: 0px 0px 0px 0px;
	-moz-box-shadow: 0px  5px 10px #CCCCCC;
	-webkit-box-shadow: 0px  5px 10px #CCCCCC;
	box-shadow: 0px  5px 10px #CCCCCC;
	background: #eee url(../img/bg.png);
}

.anchor {
    display: block;
    height: 65px; /* same height as #header */
    margin-top: -65px; /* same height as #header */
    visibility: hidden;
}

div#inner{
	width: 100%;
	margin: auto;
	text-align: center;
	float: left;
}

div.popup{
	font-weight: bold;
	padding: 3px;
	display: none;
	position: absolute;
	background-color: #999999;
	color: 	white;

	height: 25px;
	width: 160px;

	font-size: 16px;
	text-shadow: 0px -1px 1px #333333;
	text-align: center;
	-webkit-border-radius: 	5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 20;

}

div.popup img{
	position:	absolute;
	top:		-13px;
	left: 33px		;
}

div.inner_box a, img.inner{
	float: left;
	padding-left: 20px;
}

.icon{
	padding-top: 4px;
}

.topright {
	display: block;
	background: #53004f;
	border: none;
	width: 70px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	white-space: nowrap;
	font-family: 'TitilliumText', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
  text-shadow: 0px -1px 1px #53004f;
	color: white;
	font-size: 12px;
}

a:hover .topright{
	background: #788B22;
	text-decoration: none;
}

div#header a:link, a:visited,a:hover,a:active{
	text-decoration: none;
}

/* end header */

.content_under {
	 margin-left: 15px;
	 margin-right: 15px;
     padding: 0 !important;
     display: flex;
}

/* frontpage */
.big_button{
	background: #53004f;
	border: 		none;
	display: 		block;
	margin-top: 		2px;
	padding-top: 		4px;
	height: 			49px;
	width: 250px;
    text-shadow:		0px -1px 1px #96b800;
	text-decoration: 			none;
  -webkit-border-radius: 		8px;
  -khtml-border-radius: 		8px;
  -moz-border-radius: 		8px;
  border-radius: 				8px;

}

.big_button:hover{
	background: #53004f;
    opacity: 0.7;
}

#search{
	height:80px;
	width: 900px;
    margin: auto;
}

#search #search_button{
	padding-top:20px;
}

#presentationBlock {
    vertical-align: middle;
    margin-top:30px;
    margin-bottom: 20px;
    overflow: auto;
}

#presentationBlock img {
    width: 300px;
    float: left;
    margin-right: 5px;
}

#latest_resources {
    clear: both;
}

#latest_resources h1:first-child{
  text-align: center;
}

#latest_resources_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.latest_resources_item {
    width: 25%;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
}

#catalogue_title {
    text-align: center;
}

#olaac_text {
    text-align: center;
}

#showMore, #showLess {
    text-align: center;
}

/* end frontpage */

/* menu styles */
#jsddm{
	margin: 0;
	padding: 0;
}

#jsddm li{
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
}

#jsddm li a{
	display: block;
	border: none;
	padding: 5px 12px;
	margin-left:5px;
	text-decoration: none;
	white-space: nowrap
	font-family: 'TitilliumText', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #53004f;
	font-size: 12px;
}

#jsddm li a:hover
{
	text-decoration: none;
    color: #788b22;
}

#jsddm li .stayHover
{
	text-decoration: none;
    color: #788b22;
}

#jsddm li ul{
	margin-top: 0;
	padding: 0;
	z-index: 10;
	position: absolute;
	visibility: hidden;
}

#jsddm li ul li	{
	float: none;
	display: inline;
}

#jsddm li ul li a{
	width: auto;
	background: #eee url(../img/bg.png);
	text-shadow: none !important;
}

#jsddm li ul li a:hover{
	text-shadow: none !important;
}
/* end menu style */

/* Style for resources stats for moderator or admin */
table.result_table {
	width:800px;
}

table.result_table tr.result_table_head{
	text-shadow: 0px 1px 1px white;
	font-size: 12px;
	color: #999999;
	font-weight: 200;

	background-image: url(../images/table_bg.png);
	background-repeat: repeat-x;
}

table.result_table tr.result_table_head a.sortAsc:after {
    content: "\a0" url(sexybuttons/images/icons/silk/bullet_arrow_down.png);
    vertical-align: middle;
}

table.result_table tr.result_table_head a.sortDesc:after {
    content: "\a0" url(sexybuttons/images/icons/silk/bullet_arrow_up.png);
    vertical-align: middle;
}

table.result_table td, th{
	padding-left: 30px;
	vertical-align:top;
}
table.result_table tbody tr{
	color: 			#666666;
	font-weight: 	200;
	font-size: 		12px;
}

table.result_table tbody th{
	color: #666666;
	font-weight: 800;
}

table.result_table tr{
	background-color: white;
}

table.result_table tr.odd{
	background-color: #EFF;
	background-repeat: repeat-x;
}
/* end of resources stats */

/* Form */
form.form_helper td input,
form.form_helper td select,
form.form_helper td textarea {
    color: #999999;
	border: solid 2px #999999;
	padding: 3px;
}
form.form_helper td input:focus,
form.form_helper td select:focus,
form.form_helper td textarea:focus {
	border: solid 2px #99CCFF;
}
form.form_helper td input.button, form.form_helper td input.button:focus {
    border: none;
    color: white;
}

form.form_helper th, form.form_helper td {
    vertical-align:top;
}

form.form_helper td input {
    margin-top: 5px;
}

/* Marc Schroeder, 9 August 2011: Deactivating the hiding code: */
/*
 * form.form_helper td ul {
 *     display:none;
 *     }
 *     */

form.form_helper div.component_left {
	margin-top: 5px;
	height: 	18px;
	padding-left: 10px;
	min-width: 		100px;
	font-size: 	14px;
	background-color: #666666;
	color: 			white;
	text-align: 	right;
	padding-right: 	10px;
	padding-top: 0px;
	padding-bottom: 4px;
	float: right;
	font-weight: 600;
	border-top-left-radius:1em;
	-moz-border-radius-topleft:1em;
	-webkit-border-top-left-radius:1em;

	border-bottom-left-radius:1em;
	-moz-border-radius-bottomleft:1em;
	-webkit-border-bottom-left-radius:1em;
}

form.form_helper div.component_right {
	margin-top: 5px;
	height: 	18px;
	padding-left: 10px;
	min-width: 		100px;
	font-size: 	14px;
	background-color: #666666;
	color: 			white;
	text-align: 	left;
	padding-right: 	10px;
	padding-top: 0px;
	padding-bottom: 4px;
	float: left;
	font-weight: 600;
	border-top-right-radius:1em;
	-moz-border-radius-topright:1em;
	-webkit-border-top-right-radius:1em;

	border-bottom-right-radius:1em;
	-moz-border-radius-bottomright:1em;
	-webkit-border-bottom-right-radius:1em;
}

form.form_helper label.required {
    background-color: #666666;
}

form.form_helper label.missing {
    background-color: red;
}

form.form_helper label {
	margin-top: 5px;
	height: 	18px;
	padding-left: 10px;
	min-width: 		100px;
	font-size: 	14px;
	background-color: #CCCCCC;
	color: 			white;
	text-align: 	right;
	padding-right: 	10px;
	padding-top: 0px;
	padding-bottom: 4px;
	float: right;
	font-weight: 600;
	border-top-left-radius:1em;
	-moz-border-radius-topleft:1em;
	-webkit-border-top-left-radius:1em;

	border-bottom-left-radius:1em;
	-moz-border-radius-bottomleft:1em;
	-webkit-border-bottom-left-radius:1em;
}

/* cfedermann patches end */

form.form_helper tr.required th label {
	    background-color: #666666;
}

form.form_helper tr.error th label {
	    background-color: red;
}

form.form_helper>label {
  width: 40%;
  float: left;
  text-align: right;
  margin: 0;
}

form.form_helper>label+input {
  width: 56%;
  float: right;
  margin: 0;
}

form.form_helper>input[type=checkbox] {
  margin-left: 40%
}

form.form_helper>input[type=checkbox]+label {
  width: 56%;
  float: right;
  text-align: left;
  background: none;
  color: black;
  padding: 0;
}
form.form_helper td input[type=checkbox]{
	width:20px!important;
}

form.form_helper>div {
  clear: both;
  height: 3ex;
}

form.form_helper ul.errorlist {
	clear:both;
	list-style-type:none;
	margin:0px;
	padding:0px;
	color:red;
	text-align:right;
}

form.form_helper tr.error {
	background:white;
}


/* profile editor stuff */

form.form_helper tr td textarea {
    background-image: url("../images/bg_search.png");
    background-repeat: repeat-x;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 1px #CCCCCC;
	width:400px;
	height:150px;
	padding:5px;
	font-size: 		16px;
}

form.form_helper tr td input {
    font-size: 		16px;
    width: 100%;
}

form.form_helper td.readonly {
	font-family: 	'TitilliumText', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: 			#999999;
	font-size: 		16px;
}

/* Marc Schroeder end */

/* end form */

/*filters separate box on search page*/
div.left_box{
    flex: 1 auto;
    margin-right: 10px;
    margin-left: 10px;
	display:block;
}
/*end filters separate box*/

/*expandable filters*/
div.accordion a{
    min-height: 18px;
    font-size: 9pt;
    font-weight: bold;
    max-width: 1000px;
}
div.accordion.collapsed a:before{
    content: " " url(sexybuttons/images/icons/silk/bullet_arrow_right.png);
    vertical-align: top;
}

div.accordion.expanded a:before{
    content: " " url(sexybuttons/images/icons/silk/bullet_arrow_down.png);
    vertical-align: top;
}

div.accordion{
	background-color: #eee;
	padding: 4px 4px 4px 4px;
	width: 100%;
	margin: .25em 0 .3em 0;
	color: #777;
	border-radius: 0 10px 10px 0;
}

div.accordion.selected{
	background-color:#ddd;
}

/* end expandable filters */

/* footer */
div.split{
	background-image: url(../images/trenner02.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 	10;
	height: 	50px;
	margin-top: 0px;
	margin-bottom: 00px;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}
/* end footer */

body{
	background: #eee url(../img/bg.png);
	overflow-x: hidden;
}

div.content_box{
	margin-left:auto;
	margin-right:auto;
	background-color: white;
	padding: 20px 20px 20px 20px;
	-webkit-box-shadow: 0px  3px 10px #CCCCCC, 1px  3px 5px #CCCCCC, -1px  3px 5px #CCCCCC;
	-moz-box-shadow: 0px  3px 10px #CCCCCC, 1px  3px 5px #CCCCCC, -1px  3px 5px #CCCCCC;
	box-shadow: 0px  3px 10px #CCCCCC, 1px  3px 5px #CCCCCC, -1px  3px 5px #CCCCCC;
}

.pricingTable thead th {
    background: #788B22;
    color: white;
    text-align: right;
}

.pricingTable thead th:first-child {
    text-align: center;
}

.pricingTable td:first-child {
    text-align: center;
}
.pricingTable td {
    text-align: right;
}

.middle_button{
	background: #53004f;
	border: none;
	display: inline !important;
	display: -webkit-flex;
	margin-top: 7px;
	height: 26px;
	width: auto;
	color: white;
	font-size: 16px !important;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.middle_button:hover{
	background: #788B22;
}

/* for filter in the left on search page */
div.subresult{
	margin-left: 10px;
	width: 100%;
	padding:0 0 0 0;
	background-color:#fff;
}
div.subresult a{
	font-size: 8pt;
}

div.subitem{
	width: 300px;
	margin-left: 10px;
}

div.filter.sub{
	margin-left: 10px;
	padding-left: 6px;
}

div a.addableFacet.subfacet:before{
    content: " " url(sexybuttons/images/icons/silk/bullet_right.png);
}
div a.removableFacet.subfacet:before{
	content: " " url(sexybuttons/images/icons/silk/bullet_minus.png);
}

div.filter{
	overflow: hidden;
}

div.filter div{
	width: 250px;
}

a.addableFacet:before {
    content: " " url(sexybuttons/images/icons/silk/bullet_plus.png);
    vertical-align: top;
}

a.removableFacet:before {
    content: " " url(sexybuttons/images/icons/silk/bullet_minus.png);
    vertical-align: top;
}
/* end filter */

/* download page */
#licence_sel_form > ul {
    list-style:none outside;
}

#licence_sel_form > ul > li {
    margin: .5em 0;
}

#licence_sel_form > ul > li > div + div {
    margin-left: 2em;
}

#licence_sel_form > ul > li > div + div p, #licence_sel_form > ul > li > div + div ul {
    margin: 0;
}
/* end download page */

#content #messages p {
    font-size: 10pt;
    padding: 2px;
    padding-left: 4px;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    width: 97%;
}

#messages {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

div#content{
	height: 100%;
	min-height: 500px;
}

.display_none {
	display: none;
}

select[class=readOnly], input[type=checkbox ][class=readOnly]{
    cursor: not-allowed;
    background-color: #999999;
}

select {
    border: none;
    border-style: none;
}

a:hover{
    text-decoration: underline;
    cursor: pointer;
}

#remove_all_filters {
    float: left;
    width: auto;
    background-position: 2px 2px;
    background-repeat: no-repeat;
	background-image: url("sexybuttons/images/icons/silk/bullet_cross.png");
}

#remove_all_filters a {
    padding-left: 24px;
}

@media print {
    .noprint {
        display: none !important;
    }
    a:link:after, a:visited:after {
      display: none;
      content: "";
    }
}

.container {
    width: auto;
}
