html, body {
	height: 100%;
	background-color: #EAEAEA;
}
body {
	padding-top: 70px;
}
table, tr, td, th, tbody, thead, tfoot {
	page-break-inside: avoid !important;
}
.modal-dialog {
	width: 80% !important;
}
.modal-header {
	padding: 8px;
}
.modal-body {
	padding: 0;
}
.module-container {
	background-color: #FFF;
	border: 1px solid #E2E1E1;
	position: relative;
	box-shadow: 0px 0px 15px -11px rgba(105, 105, 105, 1);
	padding-left: 0px;
	padding-right: 0px;
}
.module-header {
	background-color: #F5F5F5;
	border-bottom: 1px solid #EAEAEA;
	padding-left: 15px;
	padding-right: 15px;
}
.module-header-info h4 {
	text-transform: capitalize;
}
.module-header-info {
	text-align: left;
	padding-bottom: 5px;
}
.module-header-actions {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	padding: 10px 15px;
}
.module-body {
	padding: 15px;
	padding-bottom: 40px;
	text-align: left;
}
.module-submit-container {
	text-align: center;
}
form label {
	text-transform: capitalize;
}
form i {
	color: darkred;
}
.report-container {
	background-color: #FFF;
	border: 1px solid #E2E1E1;
	position: relative;
	box-shadow: 0px 0px 15px -11px rgba(105, 105, 105, 1);
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 30px;
}
.report-header-links {
	margin-left: 10px;
}
.content-box form {
	padding: 20px;
}
#report_search_div {
	text-align: left;
}
.pagination {
	margin: 5px 0;
}
.pg_input {
	height: 15px;
	width: 30px;
	font-size: 9px;
	font-weight: 700;
	border: 1px solid #CCC;
	padding: 0 3px;
}
#pg_change {
	font-size: 8px;
	margin: 0 5px;
	font-weight: 700;
}
#report_search_div .sort {
	padding: 0 20px;
	margin: 2px 20px;
	float: left;
	border-left: 1px dotted #CCC;
}
.glyphicon.spinning {
	animation: spin 1s infinite linear;
	-webkit-animation: spin2 1s infinite linear;
}
@keyframes spin {
	from { transform: scale(1) rotate(0deg); }
	to { transform: scale(1) rotate(360deg); }
}
@-webkit-keyframes spin2 {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
.selpop-dialog .modal-dialog {
	width: 80% !important;
}
.twitter-typeahead {
	display: block !important;
}
.typeahead {
	background-color: #FFF;
}
.typeahead:focus {
	border: 2px solid #0097CF;
}
.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
	color: #999
}
.tt-menu {
	width: 422px;
	margin: 12px 0;
	padding: 8px 0;
	background-color: #FFF;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	max-height: 200px;
	overflow-y: auto;
}
.tt-suggestion {
	padding: 3px 20px;
	font-size: 18px;
	line-height: 24px;
}
.tt-suggestion:hover {
	cursor: pointer;
	color: #FFF;
	background-color: #0097CF;
}
.tt-suggestion.tt-cursor {
	color: #FFF;
	background-color: #0097CF;
}
.tt-suggestion p {
	margin: 0;
}
.gist {
	font-size: 14px;
}
.datepicker {
	z-index: 1200;
}
.module-iframe {
	border: 0;
	margin: 0;
	width: 100%;
	height: 80%; /*!! ?? */
}
.module-iframe-win .modal-body {
	height: 91% !important;
	max-height: 91% !important;
	padding: 0;
}
.module-iframe-win .modal-content {
	height: 90% !important;
	max-height: 90% !important;
}
.module-iframe-win .modal-dialog {
	width: 80% !important;
	height: 100% !important;
	max-height: 100% !important;
}
.module-iframe-win .bootstrap-dialog-message {
	height: 100% !important;
}
.module-iframe-win .bootstrap-dialog-body {
	height: 100% !important;
}
.horizontal-spacer-small {
	margin: 5px;
}
#report_search_div .lbl, #report_search_div .lblneo {
	color: #6C8398;
	font-size: 13px;
}
#results_search .table {
	color: #73879C;
}
#results_search .table thead {
	background-color: #3F5367;
	color: #ECF0F1;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	white-space: nowrap;
}
#results_search .table thead td {
	border-color: #48597A !important;
}
#results_search .table tbody {
	font-size: 12px;
}
#results_search .table ul {
	list-style: none;
	padding-left: 5px;
}
#results_search .table ul li {
	cursor: pointer;
}
#results_search .table ul li:hover {
	text-decoration: underline;
}
.form-control {
	border-radius: 0;
}
.btn {
	border-radius: 0;
}
.select2-container--default .select2-selection--single {
	border-radius: 0;
	height: 33px;
	border: 1px solid #CCC;
}
.selpop {
	font-size: 20px;
}
.selpop-win-body {
	padding: 20px 10px;
	background-color: #EAEAEA;
}
@media (max-width: 768px) {
	.report-container {
		margin: 0 5px;
	}
	.module-header-info h4 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.module-header-actions {
		padding: 2px 5px;
	}
	#pagination {
		margin-top:15px;
	}
}


.simple-win {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	/*background-color: rgb(0, 0, 0);*/
	/*background-color: rgba(0, 0, 0, 0.9);*/
	background-color: #fff;
	overflow-x: hidden;
}
.simple-win-content {
	position: relative;
	/*text-align: center;*/
	margin-top: 50px;
	border-top: 1px solid #ddd;
	height: 90vh;
}
.simple-win .simple-win-closebtn {
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 40px;
}
@media screen and (min-width: 600px) {
	.simple-win .simple-win-closebtn {
		font-size: 40px;
		top: 5px;
		right: 15px;
	}
}