/* CSS for Document View */

/*Headers*/
.document-view h2,
.document-view h3,
.document-view h4,
.document-view h5,
.document-view h6{	
	text-align: center;
	margin: 40px 0 30px;
	color: #16335B;
}

.document-view h2 {
	font-size: 50px;
	font-weight: 500;
}

.document-view h3 {
	font-size: 40px;
	font-weight: 500;
}

.document-view h4 {
	font-size: 30px;
	font-weight: 400;
}

.document-view h5 {
	font-size: 30px;
	font-weight: 400;
}

.document-view h6 {
	font-size: 20px;
	font-weight: 300;
}

.document-view.section--odd {
	padding: 0 10%;
}

/*Meta Information*/

.document-view .meta {
	width: 100%;
	list-style: none;
	display: inline-block;
	margin-bottom: 20px;
}

.document-view .meta li {
    display: inline-block;
    float: left;
    width: 33%;
    margin: 5px 0;
    padding: 6px;
}

.document-view .title,
.document-view .desc {
    display: inline-block;
    color: #FFF;
    padding: 6px;    
    float: left;
}

.document-view .title {
    background: none repeat scroll 0 0 #00A865;
    font-weight: bold;    
    width: 30%;
}

.document-view .desc {
    background: none repeat scroll 0 0 #008743;
    width: 43%;
    
}

.document-view .meta li a {
	color: #F8CA49;
}

/* CSS for Form error messages */
#DocContributionForm label.error, #InterestExpressionForm label.error, div.error-message  {
	font-size: .625em;
	margin-top: 0px;
	color: #333;
	background-color: #EEE;
	border-radius: 10px;
	padding: 6px;
	vertical-align: top;
}
#DocContributionForm label.error:before, #InterestExpressionForm label.error:before, div.error-message:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('/img/arrow-up-icon-2.png') no-repeat #CCC;
	vertical-align: top;
	border-radius: 10px;
	margin-top: -1px;
	padding: 0px;
	margin-left: -1px;
	margin-right: 2px;
}

/* CSS for Captcha on Forms */
#recaptcha_widget_div {
	margin-top: 22px;
}


/* CSS for Document List */
.document-list {
	margin:50px 0;
}

.document-list li {
	margin: 15px 0;
	padding: 20px;
	border: 1px solid #eee;
	display: inline-block;
	border-radius: 5px;
}

.document-list li:first-child {
	margin: 0;
}

.document-list li:last-child {
	margin: 0;
}

.document-list li:hover {
	border: 1px solid #F69A17;
}

.document-list h3 {
	margin-bottom: 10px;
}
.document-list .default-paragraph {
	width: 78%;
	float: left;
}

.document-list a {
	width: 20%;
	float: right;
	line-height: 55px;
}

.document-tags {
	width: 100%;
	float: right;
	margin: 20px 0;
}

.document-tags li {
	border: none;	
	display: list-item;
	margin: 0;	
	padding: 2px 3px;
	border-left: 3px solid #008743;
	border-radius: 0;
	font-weight: bold;
	color: #A1A1A1;
	text-transform: uppercase;
	font-size: 13px;
}

.document-tags li:hover {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 3px solid #F69A17;	
	color: #000;
	cursor: default;
}

.document-tags span {
	text-transform: none;
	color: #000;
	font-weight: normal;
	font-size: 14px;
}
.link a {
	color:#17345C;
	text-transform:uppercase;
	text-decoration:underline;
}
fieldset label {
	margin:10px;
	padding:0px;
	
}
.label-travel {
    margin:10px 0;
    color: #777777;
    font-family: Arial;
    font-size: 1.28875rem;
    font-weight: 700;
    width:100%;
    clear:both;
    margin:70px 0 20px 0;
    
}
.label-flight {
    color: #777777;
    font-family: Arial;
    font-size: 1.28875rem;
    font-weight: 700;
    width:100%;
    clear:both;
    margin:10px 0 20px 0;
}
.label-flight-travel {
    margin:10px 0;
    color: #777777;
    font-family: Arial;
    font-size: 0.6875rem;
    font-weight: 700;
    width:100%;
    clear:both;
    margin:10px 0;
}

.data {
    color: #777777;
    font-family: Arial;
    font-size: 0.6875rem;
    font-weight: 700;
    margin: 10px 0;
    clear:both;
}
.data label {
        float:left;
	width:25%;
        margin:15px 15px 15px 0;
}
.type {
	margin:0 0 30px 0;
}
.paginate {
	margin-top:10px;
}
.paginate span {
	padding:5px;

}
.pdf-button{
   float:right;
   background-color: #17345C;
    border: 0 none;
    display: block;
    height: 2.75rem;
    margin: 5px 0;
    text-align: center;
    line-height: 45px !important;
    width: 20%;
}
.abstract {
   min-height:60px;
}
