/** FONTS **/

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** GLOBAL **/

/* Sticky header and footer styles
-------------------------------------------------- */

html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: 'open_sanslight';
	padding-top: 200px;	
	/* Margin bottom by footer height */
	margin-bottom: 70px;
}

.footer {
  position: absolute;
  bottom: 0;
  padding: 26px 0 0 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 70px;
  background-color: #cccccc;
}

.dataroom_background {
	background: #111111 url('../images/dataroom_header.jpg') no-repeat right center;
	background-size: auto auto;
}

.content {
	padding-bottom: 4em;
}

h1 {
	color: #ffffff;
	font-size: 2em;
	border-bottom: 1px dotted #cccccc;
	padding: 1em 0 1em 0 ;
	margin-bottom: 0;
	font-family: 'open_sansbold';
}

h2 {
	margin-bottom: 1em;
    font-family: 'open_sanssemibold';
}

strong {
    font-family: 'open_sanssemibold';
}

ul.files {
	padding-left:0;
	font-size:16px;
	line-height:180%;
	list-style:none;
	margin-bottom: 5px;
}

ul.files li {
	padding: 6px 0 2px 0;
	margin-left:20px;
	border-top: 2px dotted #777777;
}

ul.files li ul li {
	border-top: 2px dotted #cccccc;
}

ul.files li ul li ul li {
	border-top: 1px dotted #cccccc;
}

ul.files li ul li ul li ul li {
	border-top: 1px dotted #eeeeee;
}

ul.files li input {
	margin-right:0.5em;
}

li.file label {
	font-weight: normal;
}

.file-info {
	font-size: 12px;
	display: inline-block;
	margin: 0 0 0 7px;
	color: #bbb;
	font-weight: normal;
}

.dataroomDropzone {
	border-radius: 4px;
	background: url('../images/drop_here.png') no-repeat center center !important;
	background-size: auto 60% !important;
}

.form-group input {
	margin-bottom: 1em;
}

.form-group select {
	margin-bottom: 0.5em;
}

.form-group button {
	margin-bottom: 0.5em;
}

.form-group a {
	margin-bottom: 0.5em;
}

.like_lead {
    font-size: 18px;
    margin-right: 0em;
    line-height: 40px;
}

.forced_return {
	display:none;
}

.users_groups {
	margin-top: 2em;
}

.users_groups table {
	margin-top: 2em;
	margin-bottom:2em;
}

.users_groups table th {
    font-family: 'open_sanssemibold';	
}

.zip_download {
	margin-top: 2em;
}

#branding {
    height: 120px;
    border-bottom: 1px white dotted;
}

#branding img {
    float: left;
    padding: 15px 15px 5px 0;
    height: auto;
    width: auto;
    display: block;
}

#branding h1 {
    padding-top: 42px;
    border: none;
}

#ajax-loader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    background: rgba(0,0,0,0.3);
    z-index: 9999;
    display: block;
    padding: 20%;
    color: #fff;
}

.btn-default {
    background-color: #ccc;
}

@media (min-width: 768px) {
	
	.form-group input {
		margin-bottom: 0.5em;
	}
	
	.like_lead {
	    margin-right: 0.5em;
	}
	
	.like_lead_search {
	    margin-left: 0em;
	}
	
	.btn-reset {
		margin-left: 1em;
	}
	
	.forced_return {
    	display:block;
    	height: 1px;
	}
}

@media (min-width: 1024px) {
	
	.forced_return {
		display:none;
	}
	
	.like_lead_search {
	    margin-left: 1em;
	}
}