/*
	Theme Name: UL Library
	Description: UL Library Dashboard
	Version: 1.0
	Author: MBLM
	Author URI: http://mblm.com/
	Tags: HTML5, CSS3

	Template: ulparent
*/

body.popup-shown {
	overflow: hidden;
}

.main {
	padding-top: 50px;
}

.main.make-grey {
	background: #F5F5F5;
}

.filters {
	margin: 40px auto 20px auto;
	max-width: 940px;
}

.filters .sub-filters .radio, .filters .sub-filters .checkbox  {
	margin: 0 0 5px 0;
}

.filters .btn-group .btn.active {
	color: #b10820;
}

.publications {
	padding-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	max-width: 960px;
}

.publications .publication {
	display: block;
	position: relative;
	margin: 6px;
	padding: 11px;
	width: 145px;
	height: 212px;
	background: #FFF;
	cursor: pointer;
	float: left;
	box-shadow: 3px 3px 5px #AAA;
	text-decoration: none;
}

.publications .publication.large {
	width: 304px;
	height: 436px;
	padding: 12px;
}

.publications .publication img {
	width: 122px;
}

.publications .publication.large img {
	width: 280px;
}

.publications .publication .name {
	display: block;
	padding-top: 5px;
	font-size: 11px;
	font-family: "TheSansBold";
	font-weight: normal;
	color: #000;
}

.publications .publication.large .name {
	padding-top: 10px;
	line-height: 18px;
	font-size: 16px;
}

.overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	background: #FFFFFF;
	display: block;
	z-index: 9999 !important;
	top: 0;
	left: 0;
	display: none;
	overflow: scroll;
	background: url('img/cover-bg.png') repeat;
	padding-bottom: 40px;
}

.overlay .close-overlay {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
	line-height: 30px;
	cursor: pointer;
}

.overlay .loading-library-item {
	position: absolute;
	width: 112px;
	height: 112px;
	background: url('img/ajax-loader.gif') no-repeat center center;
	top: 100px;
	left: 50%;
}

.pop-up-container {
	position: relative;
	height: auto;
	max-width: 940px;
	padding: 30px 30px 40px 30px;
	margin: -1000px auto 40px auto;
	z-index: 101;
	box-shadow: 1px 1px 5px #333333;
	background: #FFFFFF;
	display: none;
	overflow: visible;
}

.pop-up-container h2 {
	margin-top: 0px;
}

.email-form {
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding-bottom: 20px;
}

.email-form label {
	display: block;
	font: normal 12px/20px "TheSansBold";
	margin-bottom: 5px;
	position: relative;
}

.email-form .input-group {
	margin-bottom: 8px;
}

.email-form .glyph.glyph-download {
	font-size: 15px;
	line-height: 18px;
}

.email-form small {
	font-size: 9px;
	margin-top: 5px;
}

.download-documents {
	display: none;
	border-bottom: 1px solid #CCCCCC;
	padding: 20px 0;
}

.download-english a {
	display: block;
	overflow: hidden;
	font-family: 'TheSansBold';
	text-decoration: none;
	height: 50px;
}

.download-english a .glyph {
	color: #000;
	font-size: 40px;
	float: left;
	margin-right: 10px;
	width: 42px;
    text-align: center;
}

.download-english a .download-text {
	color: #B1071F;
	float: left;
	font-size: 16px;
	line-height: 18px;
	padding-top: 8px;
}

.download-english a .download-text .smaller {
	font-size: 13px;
	line-height: 13px;
}

.download-english a .download-text.signed {
	line-height: 36px;
}

.download-other .download-other-button {
	margin-top: 5px;
	margin-bottom: 5px;
}



.social-share {
	margin: 20px 0px 0px 0px;
	font: normal 12px/17px "TheSansBold";
	text-transform: uppercase;
	color: #333;
}

.social-share a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	margin-bottom: 10px;
}

.social-share a:hover,
.social-share a:focus {
	text-decoration: none;
	color: #666;
}

.social-share a span {
	font-size: 12px;
	line-height: 26px;
	margin-right: 5px;
	float: left;
}

.social-share a .glyph {
	font-size: 20px;
}

.pop-up-container .permalink {
	margin-bottom: 20px;
}

.pop-up-container .permalink h6 {
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
}

.pop-up-container .permalink input {
	width: 140px;
}

.pop-up-container .doc-image {
	margin-bottom: 20px;
}

.pop-up-container .doc-image img {
	max-width: 100%;
	margin: 0;
	box-shadow: 1px 1px 8px #999999;
}
