/* body {
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif !important;
} */

.top-navigation .wrapper.wrapper-content {
	padding: 10px;
}

.top-navigation .navbar-brand {
	background: #388E3C;
}
.container {
	width: 100%;
}

.bg-fff {
	background-color: #f1f1f1 !important;
}

.ibox-title {
	border-color: #388E3C;
}

.top-navigation .nav > li.active > a {
	color: #388E3C;
}

.ibox-content {
	padding-bottom: 10px !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 2px;
	padding-left: 2px;
}

.no-padding .list-group-item {
/*	border-top: 1px solid #a3d4a4;*/
	padding: 6px 15px !important;
}

.no-padding .list-group-item:first-child {
	border-top: none !important;
}

.text-bold {
	font-weight: bold;
}

.text-dark {
	color: #0f253c;
}

.nav.navbar-top-links a {
	font-size: 13px;
}

.linked {
	cursor: pointer;
}

.vertical-timeline-content {
	border: 2px solid #388E3C;
	border-radius: 4px;
}

.vertical-timeline-content::before {
	border-right: 7px solid #388E3C;
}

.btn-legend {
	width: 20px;
	height: 20px;
	padding: 1px 0;
}


.hr-line-green {
	border-top-color: #2aca76;
}


.gh-logo-name {
  color: #388E3C;
  font-size: 120px;
  font-weight: 600;
  letter-spacing: -5px;
  margin-bottom: 0;
}


.page-break {
	display: block;
	page-break-before: always;
}

.no-pm {
	padding: 0; margin: 0;
}


.no-pm > thead > tr > td,
.no-pm > tfoot > tr > td,
.no-pm > tbody > tr > td {
	padding: 6px !important;
	line-height: 1.1!important;
}
  

.title-block {
	text-transform: uppercase;
}

.v-top {
	vertical-align: top;
}

.v-bottom {
	vertical-align: bottom;
}

.col-pr-12 {
	width: 98%;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	position: relative;
    min-height: 1px;
}

.col-pr-6 {
	width: 49%;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	position: relative;
    min-height: 1px;
}


.border-bottom-only {
	border-top-style: none !important;
	border-left-style: none !important;
	border-right-style: none !important;
	border-bottom: 1px solid #e5e6e7;
}


.input-sm {
	font-size: 12px !important;
}


.small, small {
    font-size: 90% !important;
}


.stream .stream-info {
    font-size: 13px;
}

.text-xs {
	font-size: 85%;
}



@media screen {
	div.div-header {
		display: none;
	}
	div.div-footer {
		display: none;
	}

	.pr-green {
		background-color: darkgreen !important;
		color: #FFF !important;
	}

	.pr-bg-red {
		background-color: red !important;
		color: #FFF !important;
	}

	.text-green {
		color: darkgreen !important;
	}

	.pr-blue {
		background-color: #1c84c6 !important;
		color: #FFF !important;
	}

	.text-coral {
		color: coral !important;
	}

	.bg-white {
		background-color: #FFF !important;
	}

}
@media print {
	div.header-logo {
		position: fixed;
		top: 0;
		left: 0;
	}
	div.header-barcode {
		position: fixed;
		top: 0;
		right: 0;
	}


	div.div-footer {
		position: fixed;
		bottom: 0;
		font-size: 7pt;
		color: #000000;
		font-style: italic;
	}

	.pr-green {
		background-color: darkgreen !important;
		color: #FFF !important;
	}

	.pr-blue {
		background-color: #1c84c6 !important;
		color: #FFF !important;
	}

	.pr-bg-red {
		background-color: red !important;
		color: #FFF !important;
	}

	.text-danger {
		color: red !important;
	}

	.text-green {
		color: darkgreen !important;
	}

	.bg-white {
		background-color: #FFF !important;
	}

	.bg-muted {
		background-color: #f3f3f4 !important;
	}

}
