html {
	font-size: 14px;
}
p, li, dl, blockquote, table, kbd {
/*    font-size: 0.85rem; */
    line-height: 1.6;
}

header .mobile-logo {
	display:none;
}

.login {
	background: url('../Backend/images/login/mainpage.jpg') no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.login .container {
	padding-top:10%;
}
.login .row > div {
	display:flex;
}
.login > footer {
	margin-left:0;
	background:rgba(255, 255, 255, 0.3);
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	font-size: .75rem;
	color: #949494;
}
.login > footer > .row > div {
	display:block;
}
.login > footer > .row > div:last-child {
	text-align:right;
}
.login > footer > .row > div:last-child  p { 
	margin-bottom:0;
}
.login > footer img {
	width: auto;
    height: 24px;
}
.login  footer .qhlink {
	padding-left:.5rem;
}
.login  footer .qhlink > a {
	font-size: .75rem;
}
.login_wrapper {
	width:300px;
	/*
	position:absolute;
	margin:0 !important;
	top:25%;
	left:10%;
	*/
}
.login_content {
	background: rgba(255,255,255,0.7);
	padding: 25px 10px;
	border-radius: 8px;
}
.login_content form {
	margin-bottom:0px;
}
.login_content h4 {
	font: 400 Helvetica,Arial,sans-serif;
    letter-spacing: -.05em;
    line-height: 20px;
    margin: 10px 0 30px;
}
.login_content h4:before {
    background: #7e7e7e;
    background: linear-gradient(right,#7e7e7e 0,#fff 100%);
    left: 0;
}
.login_content h4:after {
    background: #7e7e7e;
    background: linear-gradient(left,#7e7e7e 0,#fff 100%);
    right: 0;
}
.login_content h4:after, .login_content h4:before {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 25%;
}
.login_content div .reset_pass {
    margin-right: 0px;
    margin-top: 0px !important;
    /*margin-bottom: 20px !important;*/
}
.login_content img {
	width:60%;
}
.expand {
	padding-top:10px;
	text-align:center;
	font-size:13px;
}
.expand a {
	color:#076933;
	text-decoration:underline;
}
.expand a:hover {
	color:#bda214;
	text-shadow:none;
}
.margin-bottom {
	margin-bottom:0;
}

.content {
	margin-top:3rem;
	margin-bottom:3rem;
}

.box-password {
	margin-bottom:8px;
}

#txtPassword {
	margin-bottom: 0px;
}

nav {
	/*background-color: rgba(255,255,255,.8);*/
	background: #076933;
}

nav .btn {
    color: #fff;
	/* color: #076933; */
    display: block;
    /* font-size: 1rem; */
    padding: 1.25rem;
}

nav .btnSignOut .padding {
	padding-top:0;
}

nav .btn i {
	display: inline;
}

.top-nav li.logo {
/*	padding-top: 5px;
    padding-left: 5px; */
    padding-right: 1.5rem;
	width: 200px;
}
.top-nav li a {
	/* color: #076933; */
}

table tr.header td {
	background: #98887f;
}	
table tr.header h5 {
	color: #fff;
}
.aside-nav ul {
	background:inherit;
}
.aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited {
    /* background: #2b4c61; */
	background:inherit;
    color:inherit; /*#555;*/
}
/*
.aside-nav > ul > li:last-child a {
    border-bottom:none;
	border-bottom-color:transparent;
}
*/
.aside-nav .item-img {
	margin: 10px 0;
	cursor: pointer;
	height: 200px;
	padding-left: 10px;
    padding-right: 10px;
}
.aside-nav .item-img a {
	display: inline-block;
    line-height: 200px;
    width: 100%;
    height: 200px;
    text-align: center;
    background: #efefef;
    padding: 10px;
    font-size: 0;
}
.aside-nav .item-img img {
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    line-height: 200px;
    display: inline-block;
    margin: -20px auto 0 auto;
    font-size: 1rem;
}
footer.line img {
	display: block;
	float: left;
	width: 80px;
}

footer.line .qhlink {
	display: block;
	float: left;
	padding-left: .5rem;
}

.qhlink a {
	color: #076933 !important;
	text-decoration: none !important;
	font-size: 16px;
	margin-left: 5px;
}

.text-right {
	text-align: right;
}

#header-carousel .owl-item img {
    display: block;
    width: auto;
    height: 300px; /*522px;*/
	/*
	height: 100%;
	min-height: 522px;
	max-height: 522px;
	*/
	margin: 0 auto;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /* padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(255,255,255); /* Fallback color */
    background-color: rgba(255,255,255,0.3);; /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#image-gallery .modal-header {
	border-bottom:0;
}
#image-gallery .modal-body {
	padding-top: 0;
	padding-bottom: 60px;
    /*padding-bottom: 0;*/
}
#image-gallery .modal-footer {
	border-top:0;
}
/* Reposition the controls slightly */
#image-gallery  .carousel-control {
	left: -12px;
}
#image-gallery  .carousel-control.right {
	right: -12px;
}
#image-gallery img {
	margin:0 auto;
}
.float-left {
	float:left !important;
}

/* come with magnifier */
* {box-sizing: border-box;} 
/* */

.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 200px;
  height: 200px;
}

article table tr td:first-child {
	width:40%;
	min-width:140px;
}
.menu {
	margin:0;
	list-style-type:none;
}
.menu>li {
	display:table-cell;
	vertical-align:middle;
}
.menu>li>a {
	display: block;
    padding: 1.8rem 1rem;
    height: 70px;
    line-height: 1;
}
/*
.menu.footer-sitemap {
	margin-bottom:1rem;
}
*/
.menu.footer-sitemap  a {
	font-size: .75rem;
    color: #6f6f6f;
    letter-spacing: 1px;
    height: auto; /*20px;*/
    padding: 0 1rem;
}
.menu.footer-sitemap li:first-child a, .menu.footer-content li:first-child a {
    padding-left: 0;
}
.menu.footer-sitemap a:hover {
    color: #1585cf;
    text-decoration: underline;
}

/* Map */
.mapouter{text-align:right;height:400px;width:500px;}
.gmap_canvas {overflow:hidden;background:none!important;height:350px;width:100%;}

@media (min-width: 768px) {
	.modal .modal-dialog{
		margin: 10px auto;
	}
}

@media screen and (max-width: 768px) {

	header .mobile-logo {
		display:block;
	}
	li.logo {
		display:none;
	}
	nav {
		background: #076933;
	}
	.nav-text {
		margin:0;
		margin-bottom:-10px;
		font-size: inherit;
	}
	.top-nav {
		/*margin-top: 10px;*/
	}
	.top-nav li a
	{
		background-color: #38875b;
	}
	.top-nav li a:hover {
		background:none repeat scroll 0 0 #a2bdad;
		color:#fff;
	}
	.show-menu {
		margin-bottom:0;
	}
	.filter div {
		float: left;
		margin-left: 0; /* !important;*/
	}
	#header-carousel .owl-item img {
		height: 250px;
	}
	.content {
		margin-top:.75rem;
		margin-bottom: 2rem;
	}
}

	