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

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;
}

.data-entry
{
	background-color: #fff;
	padding: 10px 5px;
}

.data-entry-dlg
{
	display: none;
}

.data-entry .attribute-label
{
	padding-top: 5px;
	font-weight: bold;
}

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: 60px;
	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;
}

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

.notification-section
{
	padding: 10px;
	background-color: orange;
	border: #dd0000 1px solid;
	border-radius: 10px;
	color: maroon;
	position: absolute;
	top: 5px;
	z-index: 3000;
	width: 96%;
	left: 2%;
	font-size: 1.8rem;
	display: none;
}

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

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



.huge
{
    font-size: 40px;
}

.large
{
    font-size: 25px;
}

.test-results
{
    padding: 3px;
}

.test-results .success
{
    color: #1d9d73;
}
.test-results .failed
{
    color: orange;
}

.math
{
    font-family: "PT Serif", serif;
    font-size: 1.8rem;
    background-color: #f7f7f7;
    border-bottom: #6fe5bf 1px solid;
    border-top: #6fe5bf 1px solid;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;    
    border-radius: 5px;
    margin-bottom: 3px;
}

.hidden-filter
{

}

.hidden-filter .title
{
    cursor: pointer;
}

.hidden-filter .body
{
    display: none;
}

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

.breadcrumb a
{
    color: #1d9d73;
}

.dashboard-section
{
    padding: 0;
}

.dashboard-section .panel-content
{
    height: 200px;
    overflow: auto;
}

.dashboard-section .panel-content th
{
    border-top: 0;
}

#dropbox {
    border: 2px dashed #000000;
    padding: 20px;
}

#dropbox.active {
    border: 4px dashed #FF0000;
}

.progress-trough {
    border: 1px solid #000000;
    height: 24px;
    width: 100%;
    position: relative;
}

.progress-bar {
    width: 50%;
    height: 100%;
    background-color: #0099FF;
}

#combinationsMenu {
    padding: 5px;
}

#combinationsMenu .dropdown-menu {
    min-width: 650px;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
}

.controls-section {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
}

.project-editor-view .tab-content {
    min-height: 450px;
}

.drillysisRecord .tab-pane {
    height: 350px;
    min-height: 350px;
    overflow-y: scroll;
    width: 100%;
}

.imageSelector {
    display: none;
    padding: 3px;
    position: absolute;
    top: 5px;
    left: 350px;
    z-index: 9999;
    width: 300px;
    overflow: auto;
    border: #ccc 1px solid;
    background-color: #f7f7f7;
    
}

.imageSelector .dialogHeader {
    padding: 3px;
    background-color: #dddddd;
    color: #1d9d73;
    text-align: center;
    margin-bottom: 3px;
}
.imageSelector .dialogBody {
    height: 200px;
    overflow: auto;
}
.imageSelector .dialogFooter {
    padding: 2px;
    text-align: center;
}

.imageSelector ul {
    list-style: none;
}

.imageSelector li {
    padding-top: 2px;
    padding-bottom: 1px;
    margin-bottom: 2px;
}

.imageSelector li:hover {
    cursor: pointer;
    background-color: #f0f0f0;    
}

.sortable {
    border: 1px solid #eee;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px; 
    width: 95%;
}

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

.sortable li:hover {
    cursor: pointer;
}

.column_view_options {
    padding: 5px;
    font-size: 1rem;
    background-color: #fefefe;
}

.column_view_options .view_options_header:hover {
    color: red;
}

.expiring
{
    color: red;
}

.subtext {
    font-size: 0.9rem;
    font-color: #333333;
}

.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;
}
