@charset "UTF-8";
/* CSS Document */

/* Master Color Pallet 

Dark Blue: #0f2a4d
Light Blue: #5477be
Light Blue Hover: #315192
Ultra Light Hover: #AFDFFF

*/


.edocman-container h1, .edocman-container h2, .edocman-container h3 {
	width: auto !important;
	margin: 5px 0 5px 0 !important;
	padding: 0 !important;
  font-weight:100;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-weight: normal;
	line-height: 1;
	color: #B9B9B9;
}

h1.edocman-page-heading {
	margin-bottom: 30px !important;
	font-size: 26px;
}
h2.edocman-heading{
  font-size:26px
}
.edocman-document-title-link {
	color: #FFFFFF;
}
h3 small {
	font-size: 10px;
}

#edocman-categories .edocman-box-heading, #edocman-documents .edocman-box-heading, #edocman-document-page .edocman-box-heading {
	background: #5477be;
	color:#FFFFFF;
	border: 1px solid #DBDEE1;
}
.edocman-category-title-link {
	color: #FFFFFF;
	padding: 5px;
}
.edocman-modal {
	color: #AFDFFF;
	padding: 5px;
}
.edocman_new {
	background-color: #7FBFFF;
	border-radius: 3px 3px 3px 3px;
	padding: 2px 4px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 11.844px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: baseline;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	margin-right: 8px;
	display: inline-block;
}
/* Modal */
#djmediatools {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: sans-serif;
	font-weight: 100;
}

/* Styles for Internal Style.css document located in componens/edocman/assets/css 
.edocman-document {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	font-family: sans-serif;
	line-height: 20px;
	font-size: .9em;
}
.edocman-container h1, .edocman-container h2, .edocman-container h3 {
	width: auto !important;
	margin: 5px 0 5px 0 !important;
	padding: 20px 4px 0 !important;
}*/