@import
	url("../../webjars/edms-common-frontend/1.0.0/css/global.min.css");

@import
	url("../../webjars/edms-common-frontend/1.0.0/css/FormBox/form_box.min.css")
	;

@import url("input.css");

@import url("../../elibsdrona/vendor/css/select/select2.css");

@import url("../../elibsdrona/vendor/css/common/landingpage.css");

@import url("../../elibsdrona/vendor/css/common/logodronamini.css");

@import
	url("../webjars/edms-common-frontend/1.0.0/css/init/PopFormConnect.min.css")
	;

.legalHolder {
	width: 100%;
	height: 100%;
	max-width: 1024px;
	background: #fff;
	font-size: 16px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.legalHolder .legalContent {
	height: calc(100% - 40px);
	padding: 10px;
	overflow-y: auto;
	background: #f5f5f5;

}

.legalHolder .accodHead {
	/* background: #1E6C97; */
	padding: 0 10px 0 0;
	height: 40px;
	/* color: #fff; */
	font-weight: bold;
	font-size: 22px;
	color: #0066FF;
	border-bottom: 1px solid #ccc;
}

.legalHolder .contDiv {
	height: 100px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}

.ppPara .col {
	padding: 0;
	margin: 0;
}

.legalHolder .col label {
	left: 0 !important;
	height: 65px;
	box-sizing: border-box;
	margin-right: 5px;
	width: calc(100% - 5px);
}

.legalHolder .col label input {
	width: 100%;
}

.countDisplayAlert {
	background: rgba(255, 0, 0, 0.8);
	color: #fff;
	border: 1px solid rgb(255, 0, 0);
	border-radius: 10px;
	height: 20px;
	padding: 0 5px;
	font-size: 12px;
}

#mainAlertIcon {
	background: rgba(255, 0, 0, 1);
	border-radius: 50%;
	height: 10px;
	padding: 0 5px;
	width: 10px;
	top: 5px;
	right: 20px;
}

.input-field>label {
	color: #444;
}

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

footer {
	flex: 1 0 auto;
}

nav {
	font-weight: 300;
}

body>.containerLS {
	min-height: 75vh;
}

.searchcont {
	max-width: 400px;
	box-sizing: border-box;
	padding: 10px;
	margin-top: 20px;
}

.bodyLS {
	background: url(../img/background.jpg) no-repeat top fixed;
	background-size: 100%;
	background-color: rgba(29, 161, 242, 1.00);
	font-family: 'Noto Sans', sans-serif !important;
}

.bodyLSLegal {
	background: transparent;
	font-family: 'Noto Sans', sans-serif !important;
}

.bold {
	font-weight: bold;
}

.signupRow {
	margin-bottom: 0 !important;
}

.headDronaPanel {
	position: fixed;
	width: 100%;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: flex-end;
	display: flex;
}

.topNav {
	position: relative;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	height: 50px;
	width: 100%;
	background: url(../img/head/TopPanel_left.png),
		url(../img/head/TopPanel_center.png),
		url(../img/head/TopPanel_right.png);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 8px 50px, calc(100% - 15px) 50px, 8px 50px;
	background-position: left top, 8px top, right top;
}

.topNavLeft {
	/* background: url(../img/head/DronaBrand01.png);
	background-repeat: no-repeat; */
	
}

.loginSignupBtnCont {
	position: relative;
	/* background: url(../img/head/DronaBrand03.png);
	background-repeat: no-repeat; */
	background-position: right;
}

.btnE {
	background-color: #006CCC !important;
}

.btnE:hover, .btnE:active {
	background-color: #1f7acc !important;
}