body {
	font: 600 13px OpenSans;
}
html#login {
	height: 100%;
}
.red {
	color: IndianRed;
}
.green {
	color: MediumSeaGreen;
}
.blue {
	color: SteelBlue;
}
#login body {
	background: #bfb;
	height: 100%;
	text-align: center;
}
#login .container {
	align-items: center;
	display: flex;
	height: 100%;
}
#login #login-container {
	float: none;
	margin: auto;
	text-align: left;
}
#login h1 {
	color: MediumSeaGreen;
	margin-bottom: 0;
	margin-top: 0;
}
#login h1 .pull-right {
	margin-top: 20px;
}
#login label,
#login input.form-control {
	font-size: 16px;
}
#login label {
	color: #585;
	margin-bottom: 10px;
}
#login input.form-control {
	border-color: #8a8;
	height: 46px;
}
#login .btn {
	font-size: 18px;
	padding: 10px 20px;
}
#forgot-pwd {
	font-size: 14px;
	margin: 20px 0 20px;
}
#login-footer {
	color: #555;
	font-weight: 500;
}
.navbar-default {
	background: #cec;
	border-bottom-color: #bdb;
}
.navbar-default .navbar-nav > .open > a {
	background: #bdb !important;
}
.navbar-default .navbar-nav > li > a {
	color: #555;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active {
	color: #686;
}
.navbar-default .navbar-brand {
	color: DarkOrange;
}
.navbar-default .navbar-brand img {
	margin-top: -7px;
}
.navbar-brand {
	padding-right: 7px;
}
.navbar-nav > li > a {
	font-size: 11px;
	padding: 11px 7px;
}
.navbar,
.navbar-collapse.collapse,
.navbar-brand {
	min-height: 44px !important;
	height: 44px !important;
}
.dropdown-menu > li > a {
	font: 13px OpenSans;
	font-weight: 600;
}
h1 {
	font: 600 24px OpenSans;
	margin-bottom: 20px;
}
a:hover {
	text-decoration: none;
}
label,
.btn {
	font: 600 13px OpenSans;
}
label {
	color: #555;
}
.btn-default {
	background: #ddd;
	border: 1px solid #ddd;
}
.btn-default:hover {
	background: #ccc;
	border: 1px solid #ccc;
}
#main-container {
	margin-bottom: 20px;
	margin-top: 40px;
}
#history-container {
	margin: 10px 0;
}
h1 .btn {
	margin-top: 2px;
}
.actions {
	margin-bottom: 10px;
}
.actions .btn,
.actions .select2 {
	margin-right: 5px;
}
input.form-control,
textarea.form-control {
	border-width: 2px;
	box-shadow: none;
	font-size: 13px;
}
textarea.form-control {
	height: 82px;
}
input.form-control:focus,
textarea.form-control:focus {
	box-shadow: none;
}
.pagination {
	margin: 5px 0;
}
.pagination li a {
	line-height: 6px;
	padding: 10px;
}
.form-submit {
	margin-top: 20px;
	text-align: center;
}
th.checkbox-head {
	text-align: center !important;
}
.profile-nav {
	margin-left: 10px;
}
.profile-details dl {
	margin-bottom: 5px;
}
.profile-details dt,
.profile-details dd {
	display: inline-block;
	padding: 5px 10px;
}
.profile-details dt {
	color: #333;
	font: 14px OpenSans;
	text-align: right;
	vertical-align: top;
	width: 35%;
}
.profile-details dd {
	font: 600 14px OpenSans;
	line-height: 20px;
	width: 60%;
}
.profile-tab {
	font: 600 14px OpenSans;
	margin-top: 20px;
}
.optional {
	color: #aaa;
	font: 11px OpenSans;
}
.guidance {
	color: #a0a0a0;
	font: 11px OpenSans;
	line-height: 15px;
	margin-top: 2px;
}
.caret.up {
	border-top: none;
	border-bottom-style: solid;
    border-bottom-width: 4px;
}
.table > thead > tr > th > a {
	color: #333;
}
.table {
	margin-bottom: 10px;
}
.numdata {
	color: Crimson;
	font-size: 13px;
	font-weight: 500;
}
.input-group-addon button {
	background: none;
	border: 0;
	display: block;
	padding: 0;
}
.has-error .form-control {
	border-color: IndianRed;
	box-shadow: none;
}
.has-error .form-control:focus {
	border-color: DarkOrchid;
	box-shadow: none;
}
#main-container > h1 > a > .btn {
	margin-left: 5px;
}
h1 .text {
	font-size: 22px;
	padding: 0;
}
.table-condensed [type=checkbox] {
	margin-top: 3px;
}
.alert-error {
	color: #888;
	font-size: 30px;
	margin-top: 50px;
	text-align: center;
}
.alert-error img {
	margin: auto;
}
.frame-history {
	border: 1px solid #ddd;
	border-top: none;
	height: 410px;
	width: 100%;
}
.table-form [type=text] {
	padding-left: 5px;
	padding-right: 5px;
}
.table-form [type=text][disabled],
.table-form select[disabled] {
	color: #aaa;
}
.checkbox-control {
	height: 14px;
	margin-top: 11px !important;
	width: 14px;
}
.row-main-menu td {
	background: #f3f3f3 !important;
	font-weight: bold;
}
.cell-indent {
	padding-left: 30px !important;
}
.thead-center th {
	text-align: center;
}
.thead-top th {
	vertical-align: top !important;
}
.trigger-new {
	margin-left: 13px;
	margin-top: 5px;
}
.table-middle-valign tbody tr td {
	vertical-align: middle !important;
}
.right {
	text-align: right;
}
.icon-disabled {
	color: #ccc;
}
.actions .form-group {
	margin: 0;
	margin-right: 10px;
	padding: 0;
}
.dashboard-margin {
	margin-top: 20px;
}
.panel-dashboard .panel-heading {
	font-size: 14px;
}
.chart-div {
	font-weight: 400;
	height: 170px;
	width: 100%;
}
.loading {
	color: #555;
	font-weight: 400;
}
.panel-default.card-cyan,
.panel-default.card-cyan .panel-heading {
	background: Teal;
	border-color: #006b6b;
	color: #add;
}
.panel-default.card-orange,
.panel-default.card-orange .panel-heading {
	background: Coral;
	border-color: #ef6f40;
	color: #fec;
}
.panel-default.card-blue,
.panel-default.card-blue .panel-heading {
	background: MediumSlateBlue;
	border-color: #6b58de;
	color: #edf;
}
.panel-default.card-green,
.panel-default.card-green .panel-heading {
	background: MediumSeaGreen;
	border-color: #2ca361;
	color: #afe;
}
.panel-card .panel-body {
	font-weight: 300;
	font-size: 24px;
}
.panel-card .panel-body .data {
	text-align: right;
}
.table-label {
	font-weight: 400;
}
#level {
	display: none;
}
#chart {
	height: 400px;
	margin-left: -20px;
	margin-top: 15px;
}
.table-no-wrap {
	table-layout: fixed !important;
	white-space: nowrap !important;
}
.table-no-wrap tr th,
.table-no-wrap tr td {
	font-size: 11px !important;
	white-space: nowrap !important;
}
.table-forestry {
	table-layout: fixed !important;
	white-space: nowrap !important;
}
.table-forestry tr th,
.table-forestry tr td {
	font-size: 11px !important;
	white-space: nowrap !important;
}
.table-forestry tr th {
	background: #fec;
	border-bottom: 1px solid #ccc !important;
	border-right: 1px solid #ccc !important;
	font-weight: 600;
	font-style: normal !important;
}
.table-forestry tr td {
	color: black;
	font-weight: 500 !important;
}
/* .table-container {
	overflow-x: auto;
	width: 100%;
} */
.table-container{
	width: 100%;
	height: 75vh;
	overflow: auto;
}
input[type=file] {
	margin-top: 5px;
}
.table-all-center tr th {
	background: #f5f5f5;
	text-align: center !important;
	vertical-align: middle !important;
}
.ef {
	background: Yellow;
	border: 0;
	padding: 2px 4px;
	text-align: right;
	width: 100%;
}
.glyphicon-th-list {
	color: MediumSeaGreen;
}
#modal-metadata .modal-lg {
	width: 95%;
}
.table.table-non-fluid {
	width: auto ;
}
.table.table-input {
	margin-top: 10px;
}
.table.table-input input[type=text],
.table.table-input textarea {
	width: 110px;	
	color: black;
	font-size: 13px;
	font-weight: 500;
	padding: 1px 4px 2px;
}
.table.table-input th {
	background: #fec !important;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	font-weight: 600 !important;
	font-style: normal !important;
	font-size: 13px !important;
}
.table.table-input td {
	font-size: 13px;
	font-weight: 500;
}
#metadata-table [type=text],
#metadata-table textarea {
	font-size: 13px;
	width: 100%;
}
#metadata-table .btn-sm {
	border-radius: 50px;
	font-size: 12px;
	margin-bottom: 4px;
	padding: 4px 7px;
	text-align: center;
}
#metadata-forest {
	margin-right: 10px;
}
#metadata-forest .glyphicon-th-list {
	color: #cec;
}
.glyphicon-upload {
	color: #eef;
	margin-right: 5px;
}
.table-padding th,
.table-padding td {
	padding: 5px 10px !important;
	vertical-align: middle !important;
}
.table-data th {
	font-weight: 600;
	font-style: normal;
}
.table-data td {
	font-weight: 500;
}
.table-data td b {
	font-weight: 600;
}
.metadata-inputs [type=text],
.metadata-inputs textarea {
	background: #EFF;
	border: 1px solid #ACC;
}
.input-default[readonly] {
	background: #eee;
	border: 1px solid #aaa;
}
#photo-note {
	color: IndianRed;
	font-size: 11px;
	font-weight: 500;
	margin-top: 15px;
}
