*{
	margin-top: 0;
	margin-bottom: 0;
	font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
}

html, body{
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background:#eee;
}

a{	
	text-decoration:none;
	color:#4B75A4;
}

a:hover, a.nolink{
	color:#192622;
}

h2{
	font-size:26px;
	color:#4B75A4;
	text-align:center;
	text-shadow:1px 1px 0px #888;
	
}

h3{
	font-size:14px;
	color:#4B75A4;
	text-align:center;
	text-shadow:1px 1px 0px #888;
}

h4{
	font-size:12px;
	color:#4B75A4;
	margin-top:10px;
	text-align:left;
}

p{
	text-align:justify;
	font-size:10px;
}

.faq-question, .faq-answer{
	padding-left:13px;
	text-align:left;
}

.faq-question{
	text-align:left;
}

.faq-question:hover{
	cursor:pointer; 
	color:#333;
	background: url("../img/TWG Retina Icons/small/arrow_right_24.png");
    	background-repeat: no-repeat;
    	background-position:0 22px;
    	background-size: 10px;
}

select, textarea, input{
	font-size:11px;
}

.container{
	
	width:50%;
	height: 50%;
	margin: 100px auto; /* same as the footer */
	background: #dee;
	box-shadow: 0px 0px 5px #aaa, 0px 0px 5px #aaa;
}

/* model forms helptext */

.helptext{
	display:table-cell;
	font-size:9px;
	color:#000;
	padding:2px;
	background:#D3E2D4;
	-webkit-border-radius: 	3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.title{
	font-weight:bold;
	margin-top:10px;
	color:#4B75A4;
}
/* end model forms helptext */


/* banner */
#banner{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	color:#68b296;
}


#logo{ 
	position: relative; 		
	height: 71px;
	box-shadow: 0px 5px 5px #aaa, 0px 5px 5px #aaa;
	background-image: url("../img/banner.jpg"); 
	background-repeat: no-repeat; 
}


#box-link { 
	position: absolute;
	top: 6px;
	left: 85px;
	width: 95px;
	height: 50px;
	background-color: transparent;
	/*border: 2px solid red;*/
}

#menu{
	background-color:#4B75A4;/*3E3A37*/
	height: 75px;	
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0px 5px 5px #aaa, 0px 5px 5px #aaa;	
}

#menu a{	
	margin:0;
	float:left;
	color:#FFFFFF;
	/* color:#F5E4CC; */
	text-decoration:none;
	font-size:14px;
	/*background-color:#192622;*/
	/* background-color:#3D2E2A; */
	height:50px;	
	padding:5px 0 5px 0;
	width: 179px;
	text-align:center;
	border-right:dotted;
	border-width:1px;	
	background-color:#4B75A4;
	background: -moz-linear-gradient(top, #4B75A4, #192622);
	background: -webkit-gradient(linear, left top, left bottom, from(#4B75A4), to(#192622));	
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#4B75A4', startColorstr='#192622', gradientType='0');
}

#menu a:last-child{
	border:none;
}

#menu a:hover{	
	background-color:#192622;
	background: -moz-linear-gradient(top, #192622, #4B75A4);
	background: -webkit-gradient(linear, left top, left bottom, from(#192622), to(#4B75A4));	
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#192622', startColorstr='#4B75A4', gradientType='0');
}

#menu a .explan{
	font-size:9px;
	color:#D3E2D4;
	padding:4px;	
}

.right_box{
	background-color:#4B75A4;		
	-webkit-border-radius: 	3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:10px;
	color:#FFFFFF;
	text-align:center;
	padding:5px;
	font-size:12px;
}

.right_box a.item{
	text-decoration:none;
	color:#FFFFFF;
	border-left:dotted;
	border-width:1px;
	padding:10px;
	text-align:center;
}

.right_box a.item:first-child{
	border:none;
}

/* end banner */

/* footer */
#footer{
	width:900px;
	height: 5%;
	margin-left:auto;
	margin-right:auto;
	color:#777
}

#footer-text{
	padding-top:1em;
	font-size: 12px;
}
/* end footer */

/* basic div's */
#content_box{
	margin-left:auto;
	margin-right:auto;	
	width: auto;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-bottom:20px;
}

.resource_box{
	margin-left:auto;
	margin-right:auto;	
	width: auto;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.shadow{
	box-shadow: 0px 5px 5px #aaa, 0px 5px 5px #aaa;
}

.medium{
	max-width: 500px;
	padding-bottom:70px;	

}

.large{		
	max-width: 900px;
	padding-bottom:70px;
	display:block;
	text-align:left;
}

ul.errorlist{
	/*background: url("../img/TWG Retina Icons/small/flash_24.png") #E0D2D2;
	background-repeat:no-repeat;
	background-position: 0 5px;
	background-size:10px;*/
	font-size:10px !important;
	list-style: none;
	background:#E0D2D2;	
	font-size:10px;
	font-weight:bold;
	color:#422A2A;
	text-align:left;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:0;
	text-align:center;
	-webkit-border-radius: 	3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.errorlist li{
	list-style: none;
}

/* end basic div's */

/* buttons */

.button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C0C7CE), color-stop(1, #4B75A4) );
	background:-moz-linear-gradient( center top, #C0C7CE 5%, #4B75A4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=' #C0C7CE', endColorstr='#4B75A4');
	background-color:#4B75A4;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:2px solid #99ABBF;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 12px;
	margin:5px 0 5px 0;
	text-decoration:none;
	text-shadow:1px 1px 0px #597B9F;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,#4B75A4), color-stop(1, #C0C7CE) );
	background:-moz-linear-gradient( center top, #4B75A4 5%, #C0C7CE 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B75A4', endColorstr='#C0C7CE');
	background-color:#4B75A4;
}.button:active {
	position:relative;
	top:1px;
}

/* buttons 

.button{
	color:#4B75A4;
	border:none;
	width:80px;
	height:20px;
	padding:3px;
	text-align:center;
	text-decoration:none;	
	-webkit-border-radius: 	3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 20;
	font-size:12px;
	background-color:#D3E2D4;
	background: -moz-linear-gradient(top, #D3E2D4, #68b296);
	background: -webkit-gradient(linear, left top, left bottom, from(#D3E2D4), to(#68b296));	
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#D3E2D4', startColorstr='#68b296', gradientType='0');
}

.button a{
	text-decoration:none;
	color:#4B75A4;
}

.button:hover{
	background-color:#68b296;
	background: -moz-linear-gradient(top, #68b296, #D3E2D4);
	background: -webkit-gradient(linear, left top, left bottom, from(#68b296), to(#D3E2D4));	
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#68b296', startColorstr='#D3E2D4', gradientType='0');
}
*/
.input_button{ /*buttons have no padding*/
	width:86px;
	height:26px;
	margin-top:10px;
	margin-bottom:20px;
}

.big_input_button{ /*buttons have no padding*/
	width:auto;
	height:auto;	
}

.right{
	float:right;
}

/* end buttons */



/* resources information table */
.res_info{
	max-width: 900px;
	padding:0 20px 0 30px;
	}

.res_info table{
	margin-bottom:10px;
	border-bottom: 1px solid #68b296;
	border-right: 1px solid #68b296;
	border-left: 1px solid #68b296;	
	border-spacing: 0;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 5px 5px #aaa, 0px 5px 5px #aaa;	
	
}

.res_info table tr{
	width:200px;
	text-align:center;
	box-shadow: 0px 0px 2px #ddd;
}

.res_info table tr:nth-child(odd){
	background-color:#D3E2D4;
}

.res_info table tr:nth-child(even){
	background-color:#E8F6E8;
}


.res_info table th{
	width:200px;
	background-color:#4B75A4;
	color:#D3E2D4;
	font-size:11px;
}

.res_info table td{
	font-size:11px;
}

.single table td:first-child{
	font-size:12px;
	 color:#4B75A4;	 
}

.pagination{
	margin:5px 0 5px 0;
	display:inline-block;
	font-size:10px;
	color:#777;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	padding:2px 4px 2px 4px;
	border:2px solid #B9B9B9;
}

.pagination img{
	vertical-align:-2px;
}

.pagination a {
	text-decoration:none;
	
}

/* end resources information table */

/* resource submission table */

.submit{
    text-align:left !important;
}

table.submit_resource{
    text-align:left !important;
}


table.submit_resource th{    
    vertical-align: top;
    padding-left: 12px;
    padding-top: 3px;
    font-size: 11px;
}

table.submit_resource .required th{
    background: url("../img/TWG Retina Icons/small/star_24.png");
    background-repeat: no-repeat;
    background-position: 2px 2px;
    background-size: 9px;
}

.form-group.required .control-label:after {
    content:"*";
    color:red;
}

.submit_resource ul{
	list-style: none !important;
	padding:0px;
	font-size:11px;
}

.repeatable .submit_resource label{
    display:block;
    vertical-align: top;
    padding-left: 2px;
    padding-top: 3px;
    font-size: 11px;
    font-weight:bold;
}

.repeatable .submit_resource ul label{
    font-weight:normal;
}

.repeatable .submit_resource .required > label{
    background: url("../img/TWG Retina Icons/small/star_24.png");
    background-repeat: no-repeat;
    background-position: 2px 2px;
    background-size: 9px;
    padding-left: 12px;
    
}

.add-row, .delete-row{
	display:inline-block;
	clear:both;
}

/* end resource submission table */


label[for=id_islrn]{
	 text-transform: uppercase;
}

/* messages */
#messages{
	font-weight:bold;
	font-size:12px;
	margin-bottom:25px;
}
p.success{
	background:#D3E2D4;
	color:#4B75A4;
	border-color:#4B75A4;
	padding-left:10px;
}

p.info{
	background:#DDDDD0;
	color:#3F3D28;
	border-color:#3F3D28;
	padding-left:10px;
}

p.error{
	background:#E0D2D2;
	color:#422A2A;
	border-color:#422A2A;
	padding-left:10px;
}
/* end messages */

.resource_view{
	padding:10px;
}

.infoline{
	background:#EFF9F0;
	clear:both;
	padding-left:5px;
	padding-right:5px;
	color:#4B75A4;
	width:300px;	
	border-right:solid;
	border-left:solid;
	border-width:1px;
	box-shadow: 0px 5px 5px #aaa, 0px 5px 5px #aaa;
}

.infoline:first-child{
	border-top:solid;
	border-width:1px;
	
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	box-shadow: 0px 5px 5px #aaa, 0px 5px 5px #aaa;
}

.infoline:last-child{
	border-bottom:solid;
	border-width:1px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0px 5px 5px #aaa, 0px 5px 5px #aaa;
}

div.tip {    
    text-decoration: none;
    color: #4B75A4;
}

div.tip:hover {
    background:
    cursor: default;
    position: relative;
}

div.tip span {
    display: none;
}

div.tip:hover span {
    display: block;
    z-index: 100;
    position: absolute;	
    top: 15px;
    text-decoration: none;
    text-align:justify;
}

div.tip:hover span.box{
	font-size:10px;
	top:13px;
	background:#D3E2D4;
	padding:5px;
	width:120px;
	-webkit-border-radius: 	3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.tip:hover span.box.small{
	width:95px;
}
div.tip:hover span.box.large{
	width:105px;
}

div.tip:hover span.box.extended{
	width:195px;
}

.subitem a{
	padding-left:10px;
	color:#4B75A4;
}
.subitem a:hover{
	cursor:pointer; 
	color:#333;
	background: url("../img/TWG Retina Icons/small/arrow_right_24.png");
    	background-repeat: no-repeat;
    	background-position: 0 2px;
    	background-size: 10px;
}

.banner_menu{
    float: left;
    padding-right: 8px;
    padding-left: 8px;
    border-right-width:1px;
    border-right-style:solid;
    margin: 10px 0 5px 0;
    font-size: 11px;
}

.banner_menu:last-child{
	border-right:none;
}

#bar{
	background-color:#FFFFFF;	
	height: 43px;
}

.row{
	height:200px;
	margin-left:90px;
	float: none;
	padding-bottom:50px;
}
#row1{
	text-align:center;
}

.row .main-button:first-child{
	margin-right:40px;
}

.row .content-button:first-child{
	margin-right:40px;
}

.main-button{
	box-shadow: 0px 5px 5px #aaa, 0px 5px 5px #aaa;
	position: relative; 
	float: left;
}

.main-button a{
	display: block; 
	width: 340px; 
	height: 173px;
    padding-top: 10px;
}

.main-button .banner-front{
    background-image:url('../img/banner_little.jpg');
    background-color:#1C7AA0;
	width: 340px; 
	height: 17px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: white;
}

.content-button{
	box-shadow: 0px 5px 5px #aaa, 0px 5px 5px #aaa;
	position: relative; 
	float: left;
	width: 340px; 
	height: 200px;
}

.content-button .banner-front{
    background-image:url('../img/banner_little.jpg');
    background-color:#1C7AA0;
	width: 340px; 
	height: 17px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: white;
	padding: 0px;
}

.content-button div{
    padding-top: 10px;
}

.submit-row {
	clear:both;
}

.notification:not(.first_col), .comment:not(.first_col){
	font-style: italic;
}

.status_accepted{
    color: green;
    font-weight: bold;
}

.status_pending{
    color: blue;
    font-weight: bold;
}

.status_rejected{
    color: red;
    font-weight: bold;
}

.status_deleted{
    color: grey;
    font-style: italic;
    font-weight: bold;
}

.faq-question{
    font-weight: bold;
    padding-top: 20px;
    font-size:12px;
	color:#4B75A4;
	margin-top:5px;
	text-align:left;
}

.faq-answer{
   padding-left: 50px;
}

.action-box{
	padding-left:10px;
}

.action-box h3{
	color:#2B443E;
}

.action-box table{
	margin-bottom:5px;
}

.action-box table tr{
	text-align:center;
}

.action-box table tr:nth-child(odd){
	background-color:#D3E2D4;
}

.action-box table tr:nth-child(even){
	background-color:#E8F6E8;
}

.action-box table th{
	background-color:#4B75A4;
	color:#D3E2D4;
	font-size:14px;
	border:	1px dashed #68b296;
}

.action-box table td{
	border:	1px dashed #68b296;
	font-size:14px;
}

.action-box table td:last-child{
	display:none;
}
.action-box table tr:last-child{
	display:none;
}



/* tabs */

ul.tabs{
   list-style: none;
   padding:0px;
}

ul.tabs li{
    float:left;
    background-color:#778DA5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    height:12px;
    margin-left:1px;
}

ul.tabs li.active{
   height:14px;
   color:#D3E2D4;
   background-color:#4B75A4;
}

/* tabs */
/*
.form-row.provider{
	display:table;
	padding-left:10px;
	font-size:11px;
}
*/
.err{
	width:200px;
}

.contact{
	padding-left:15px;
	padding-right:15px;
	display:table;
}

.contact:hover{
	cursor:pointer; 
	color:#333;
	background: url("../img/TWG Retina Icons/small/arrow_right_24.png");
    	background-repeat: no-repeat;
    	background-position: left;
    	background-size: 12px;
}

.contact table{
	width:850;
	float:left;
}

.repeatable select{
	margin:2px;
}

.fieldset{
	display:block;
	float:left;
	padding:2px;
}

.formset{
	display:block;
	clear:both;
}

fieldset{
	margin:2px;
	display:inline;
}

fieldset table td:first-child{
	padding-right:2px;
	border-right:1px solid #002417;
}

.existing select{
	width:280px;
	margin:2px;
}

.existing td{
	width:290px;
	padding:0 2px 0 2px;
}

.qr-code{
	text-align:center;
}


/* compare page */

.action-box-vertical{
	padding-left:10px;
}

.action-box-vertical h3{
	color:#2B443E;
}

.action-box-vertical table{
	margin-left:0px;
}

.action-box-vertical table tr{
	text-align:center;
}


.action-box-vertical table tr:nth-child(odd){
	background-color:#F5F5F4;
}

.action-box-vertical table tr:nth-child(even){
	background-color:#EEEEEE;
}

.action-box-vertical table td{
	font-size:10px;
	border-bottom:none;
	border-right:1px solid #68b296;
}

.results_list .first_col{
	border-bottom:1px solid #68b296;
	font-size:11px;
}

.results_list .last{
	border-bottom:none !important;
}

.action-box-vertical table td.first_row{
	border:	1px solid #68b296;
	background-color:white;
}

.action-box-vertical table .title_row td, .action-box-vertical table .title{
	border:none;
	background-color:white;	
}

.results_list .first_col.first_row{
	text-align:left;
	color:#4B75A4;
	background:#D3E2D4;
}

.results_list:not(.single_resource) tr{
	border-left:1px solid #68b296;
	border-top:1px solid #68b296;
	border-right:1px solid #68b296;
}

.results_list:not(.single_resource) td{
	border:1px solid #68b296;
}

.results_list td{
	width:170px;
	min-width:170px;
}

.single_resource{
	border-left:1px solid #68b296;
	border-bottom:1px solid #68b296;
}

.single_resource td{
	width:180px !important;
	min-width:180px !important;
	padding-left:0px;
	padding-right:0px;
}

.single_resource .first_col, .single_resource td div.table-row{
	line-height:25px;
	width:100%;
	border-bottom:1px solid #68b296;
}

.comment, .notification{
	height:27px;
}

.accept-reject{
	height:29px;
}
/* end compare page */


/* single metadata view */

#metadatainfo_form select{
    width:500px;
}

/* end single metadata view */

#content_box {
	padding:30px;
	
}

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}
