/*
 * @modifiedBy manu.martin@beo.in
 * @modifiedDate 02 Aug, 2021
 */
html, body {
	margin: 0;
	padding: 0;
}

body {
	background: rgba(0, 0, 0, 0)
		url("../../resources/images/login_content.jpg") no-repeat fixed 0 0/cover;
	color: #333;
	margin: 0;
}

header {
	width: 100%;
	background: #ffbf02; /* Old browsers */
	background: -moz-linear-gradient(top, #ffbf02 68%, #ff8a02 90%, #ff8a02 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffbf02 68%, #ff8a02 90%, #ff8a02 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffbf02 68%, #ff8a02 90%, #ff8a02 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	min-height: 129px;
}

.header-bottom {
	width: 100%;
	background: #707070; /* Old browsers */
	background: -moz-linear-gradient(top, #707070 33%, #141414 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #707070 33%, #141414 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #707070 33%, #141414 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	height: 10px;
}

.logo {
	background: #fff;
	box-shadow: RGBA(0, 0, 0, 0.39) 0.05vw 0.1vw 0.5vw;
	position: absolute;
	z-index: 1;
	text-align: center;
	padding: 115px 0px 25px 0px;
	margin-left: 190px;
	width: 250px;
}

.header-left {
	padding-top: 76px;
}

.header-left h3 {
	color: #fff;
	font-family: Arial ;
	font-weight: bold;
	font-size: 16px;
	float: right;
	margin-right: 160px;
}

.login-form {
	background: rgba(0, 0, 0, 0)
		linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0.8) 20%, rgba(242, 242, 242, 0) 100%) repeat
		scroll 0 0;
	border-radius: 5px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.38);
	margin-left: 190px;
	margin-top: 134px;
	height: 240px;
	padding: 10px 3px 0px 26px;
	width: 220px;
}

.login-form h2 {
	color: #ff8701;
	font-family: Arial ;
	font-size: 18px;
	font-weight: bold;
}

.login-form input {
	background: #fff none repeat scroll 0 0;
	border: 0 none;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.76) inset;
	color: #000;
	font-size: 15px;
	margin-bottom: 15px;
	padding: 8px;
	width: 85%;
}

a.okBtn, .login-form input.okBtn {
	background: rgba(0, 0, 0, 0) url("../../resources/images/ok_button.png")
		repeat scroll 0 0;
	border: medium none;
	clear: both;
	color: #ffffff;
	float: left;
	height: 40px;
	width: 45px;
}

.passwort-vergessen {
	clear: both;
	color: #000;
	float: left;
	font-family: Arial;
	font-size: 11px;
	padding-left: 1px;
	padding-top: 0px;
	text-decoration: none;
}

footer {
	background: url("../../resources/images/login_footer_bg.png") repeat-x;
	width: 100%;
	height: 77px;
	position: absolute;
	bottom: 0;
}

footer .menu {
	background: #cbccce none repeat scroll 0 0;
	height: 20px;
	margin-left: 190px;
	padding: 9px;
	width: 206px;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

footer .menu li {
	float: left;
}

footer .menu li::after {
	content: "|";
}

footer .menu li:last-child::after {
	content: "";
}

footer .menu li a {
	color: #000;
	float: left;
	font-family: Arial ;
	font-size: 11px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 4px;
	padding-top: 3px;
	text-decoration: none;
}

.passwort-vergessen img {
	margin-left: 4px;
	margin-top: 3px;	
}

sectioncap {
	display: none;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.captcha-section {
	margin: 0;
}

.captcha, .reload-captcha {
	float: left;
}
.reload-captcha > img {
    margin-left: 10px;
    width: 18px;
    margin-top: 8px;
}
.buildversion {
	float: right;
	margin-right: 20px;
	color: #000;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

.topnav {
	overflow: hidden;
}

.topnav a {
	color: #2a2a2a;
	text-decoration: none;
	font-size: 11px;
	width: 20px;
	height: 20px;
	font-family: Arial;
	font-weight: bold;
}

.topnav .icon {
	display: none;
}

.topnav a::after {
	content: "|";
	padding-left: 4px;
}

.topnav a:nth-last-child(2)::after {
	content: "";
}

@media screen and (max-height: 600px) {
	.buildversion {
		display: none;
	}
}

@media screen and (max-width: 450px) {
	.login-form {
		margin: 134px auto auto;
	}
	.logo {
		margin-left: 100px;
	}
}

@media screen and (max-width: 315px) {
	.logo {
		margin-left: 5px;
	}
}

@media screen and (max-width: 600px) , screen and (max-height: 600px) {
	.topnav a:not (:first-child ) {
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
}

@media screen and (max-width: 600px) , screen and (max-height: 600px) {
	.topnav.responsive {
		position: relative;
	}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.topnav {
		background: #ccc;
		padding-left: 25px;
		width: 130px;
	}
	footer .menu {
		background: #cbccce none repeat scroll 0 0;
		height: 20px;
		margin-left: 190px;
		padding: 9px;
		width: 146px;
		position: fixed;
		bottom: 77px;
		left: -190px;
	}
	footer .menu {
		padding: 9px 9px 9px 0px;
	}
	.topnav a::after {
		content: "";
		padding-left: 4px;
	}
	.header-left h3 {
		display: none;
	}
}

@media screen and (max-width: 450px) and (max-height: 600px) {
	footer .menu {
		display: none;
	}
}

/* The Modal (background) */
.modal {
  display : none;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 140px; /* 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(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  display:none;
  background : rgba(0, 0, 0, 0) url(../../resources/images/login_content.jpg) repeat scroll 50% 33%;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  height: 50%;
  text-align: right;
}

.modal-content h2 {
	color: #ff8701;
	font-family: Arial ;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20%;
}

/* The Close Button */
.close {
  display:none;
  color: #ff8701;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.popupButton{
	float: right;
}

a.okBtn, .popupButton input.okBtn {
	background: rgba(0, 0, 0, 0) url("../../resources/beo/images/next.png")
		repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	float: left;
	height: 35px;
	width: 41px;
}

a.cancelBtn, .popupButton input.cancelBtn {
	background: rgba(0, 0, 0, 0) url("../../resources/beo/images/cancel.png")
		repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	float: left;
	height: 35px;
	width: 41px;
}

.loadImg{
	display:none;
	background: rgba(0, 0, 0, 0) url("../../resources/beo/images/loading.gif")
		repeat scroll 0 0;
	border: medium none;
	height: 95px;
	width: 127px;
	float: left;
	position:relative;
	margin-left: 45%;
}

.login-form input.checkbox {
  width: 15px;
  height: 15px;
  margin:0;
  vertical-align: bottom;
}

.border {
  border-collapse: collapse;
  border: 1px solid black;
}

.border_td {
  border: 1px solid black;
}

.border_th {
  border: 1px solid black;
}

.button_home {
	background: url(../../resources/green/images/arrow.png) no-repeat;
	cursor: pointer;
	border: none;
	background-size: cover;
    background-position:center;
    width: 30px;
  	height: 25px;
}

.button_delete {
	background: url(../../resources/red/images/delete.png) no-repeat;
	cursor: pointer;
	border: none;
	background-size: cover;
    background-position:center;
    width: 30px;
  	height: 25px;
}

.label{

	 margin-top:-12px;
}

.zIndex1{
	z-index: 1;
}
