html {
    position: relative;
    min-height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f8f8f8;
}

h1,
.h1
{
    margin-top: 3px;
    font-size: 28px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #1d9d73;
    background-color: #ffffff;
    text-align: left;

}

h1 input
{
    display: inline;
}

h1 input[type="text"]
{
    width: 80%;
}

thead
{
    font-weight: bold;
    color: #1d9d73;
    background-color: #f2f2f2;
}

th a {
    color: #1d9d73;
}
th a:hover {
    color: #068050;
    text-decoration: underline;
}

th .subscript,
.data-entry label .subscript,
.data-entry .attribute-label .subscript,
.subscript

{
	font-size: 0.8rem;
}
.data-entry .row
{
    /*
	border-bottom: #ccc 1px solid;
    */
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 5px;
}

.data-entry .section-header
{
	background-color: #333;
	color: #ccc;
	padding: 5px 10px;
	font-weight: bold;
}

.data-entry .numeric-medium,
.data-entry .form-control .numeric-medium
{
	width: 100px;
	text-align: right;
	display: inline;
}

.data-entry .numeric-small,
.data-entry .form-control .numeric-small
{
    width: 40px;
    text-align: right;
    display: inline;
}

.form-control .text-medium,
.data-entry .text-medium,
.data-entry .form-control .text-medium
{
	width: 200px;
	display: inline;
	text-align: left;
}

.form-control .text-small,
.data-entry .text-small,
.data-entry .form-control .text-small
{
    width: 120px;
    display: inline;
    text-align: left;
}

.data-entry .control-section,
.data-entry .form-group .control-section
{
	text-align: center;
}

#advanced_search .row
{
    margin-bottom: 10px;
}

.section
{
	margin-top: 10px;
    margin-bottom: 100px;
}

.info-section
{
    padding: 10px;
    background-color: #f2f2f2;
    color: black;
    border: maroon 1px solid;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.footnote,
.footnote-section
{
    color: #555;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.footnote-section
{
    padding: 5px;
    background-color: #f2f2f2;
}

.notification-section
{
	padding: 5px;
	background-color: #FFA07A;
	border: #eea236 1px solid;
	color: maroon;
	z-index: 3000;
	width: 100%;
	top: 50px;
    left: 1%;
	font-size: 1.4rem;
	display: none;
}

.notification-section ul
{
	list-style-type: none;
}

.notification-section .controls
{
	text-align: center;
}

.huge
{
    font-size: 40px;
}

.large
{
    font-size: 25px;
}

.breadcrumb
{
    margin-bottom: 0;
    border-radius: 0;
    padding: 2px 15px;
    background-color: #fff;
    font-style: italic;
}

.breadcrumb a
{
    color: #1d9d73;
}

.controls-section {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
}
.options-check,
.sortable {
    border: 1px solid #eee;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    margin-right: 10px;
    width: 95%;
}

.options-check {
    border: 0;
}

.options-check li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    color: #454545;
    max-height: 600px;
}

.sortable li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    background-color: #f6f6f6;
    border: 1px solid #1d9d73;
    color: #454545;
}

.options-check li:hover,
.sortable li:hover {
    cursor: pointer;
}

.options-check li {
    text-align: left;
    background-color: #f5f5f5;
}

.options-check li .item-title {
    background-color: #ffffff;
    font-size: 16px;
}

.border-left {
    border-left: #ccc 1px solid;
}
.border-right {
    border-right: #ccc 1px solid;
}
.subitems {
    margin-top: 2px;
    font-size: 1rem;
    padding-top: 1px;
    padding-bottom: 1px;
    border-top: #ddd 1px solid;
    border-bottom: #ddd 1px solid;
}

.search-result {
    padding: 4px;
    margin-bottom: 5px;
}

.search-result .title {
    font-size: 1.8rem;
}

.search-result .type {
    font-size: 1.2rem;
    color: #555;
    font-style: italic;
}

.highlight {
    background-color: lightyellow;
    font-weight: bold;
}

#waitingAction {
    background-color: #fff;
    border: #ccc 3px solid;
     position: absolute;
     left: 60%;
     top: 45%;
     transform: translate(-50%, -50%); /* Yep! */
     width: 240px;
     height: 90px;
    border-radius: 5px;
    text-align: center;
    z-index: 99999;
}

#waitingExport {
    background-color: #fff;
    border: #ccc 3px solid;
     position: absolute;
     left: 60%;
     top: 200px;
     transform: translate(-50%, -50%); /* Yep! */
     width: 240px;
     height: 90px;
    border-radius: 5px;
    text-align: center;
    z-index: 99999;
}

.move-column {
    width: 50px;
    height: 25px;
    cursor: pointer;
    border: #1d9d73 1px solid;
    background-color: #fff;
    color: #1d9d73;
    text-align: center;
    float: left;
    margin-right: 2px;
}

.half-cell-right {
    width: 50%;
    text-align: right;
    margin: auto;
}
.valign-top
{
    vertical-align: top;
}

.valign-bottom
{
    vertical-align: bottom;
}
.report h3
{
        background-color: #f0f0f0  !important;
        padding: 5px;
        border-bottom: #e0e0e0 1px solid;
        margin-bottom: 18px;
}
.report h4
{
    font-weight: bold;
}

.warning-label
{
    padding: 5px;
    color: #B40A00;
    background-color: #f0f0f0;
    border: #B40A00 1px solid;
}

.longtext-container {
    padding: 20px;
    text-align: justify;
    font-size: 1.5rem;
    width: 90%;
    margin: auto;
}

.longtext-container .title {
    font-size: 2rem;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.hidden-layer {
    display: none;
}
