/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 100px;
  background-image: url('../graph/bg_body.jpg');
  background-repeat:no-repeat;
  background-position:center 100px;
  background-attachment:fixed;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.navbar-dark {
	background-color:#ffffff !important;
	border-bottom:4px solid #ffc019;
}

.nav-link {
	color:#505050 !important;
}

a {
	color:#0A0854 !important;
}

.txt_field {
	line-height:30px;
	border-radius:5px;
	border:1px solid #505050;
	width:100%;
}

.btn-primary, .btn-primary:hover,.btn-primary:active, .btn-primary:focus {
	background-color:#ffc019 !important;
	border:none !important;
	box-shadow:none !important;
}

.link_breadcrumb {
	color:#505050 !important;
}

.txt_err {
	height:30px;
	color:#ec2828;
	font-weight:bold;
}

.txt_erf {
	height:30px;
	color:#45d6a9;
	font-weight:bold;
}

.lb24_logo {
	width:120px;
}

@media (min-width:576px)
{
	.lb24_logo {
		width:210px;
	}
}

.w30 {
	float:left;
	width:30%;
	margin-right:1%;
	min-width:320px;
}

.w50 {
	float:left;
	width:49%;
	margin-right:1%;
	min-width:320px;
}

.w100 {
	float:left;
	width:100%;
	min-width:320px;
}

@media print {    
	.no-print {
		display:none;
	}
}