html {
	position: relative;
	height: 100%;
	box-sizing: border-box;
}

body {
	position: relative;
	font-family: Trebuchet MS, Helvetica, Calibri;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	height: 100%;
	flex-direction: column;
	display: -webkit-flex;
	margin: 0px;
}

.displayNone {
	display: none !important;
}


.gray {
	position: relative;
	background: rgba(240, 240, 240, 1);
	background: -moz-linear-gradient(top, rgba(240, 240, 240, 1) 0%,
		rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240, 240,
		240, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 0%,
		rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(240, 240, 240, 1) 0%,
		rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(240, 240, 240, 1) 0%,
		rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(240, 240, 240, 1) 0%,
		rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0',
		endColorstr='#ffffff', GradientType=0);
}

.mainDronaCont {
	position: relative;
	min-height: 100%;
	min-width: 1200px;
	width: 1200px;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	width: 100%;
	justify-content: center;
}

.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;
}

.contDrona1 {
	position: relative;
	margin-top: 0px;
	max-width: 1200px;
	width: 100%;
	min-height: calc(100vh - 180px);
	min-height: -webkit-calc(100vh - 180px);
}

.footerParent {
	margin-top: auto;
}

.contDrona {
	position: relative;
	max-width: 1200px;
	width: 100%;
	min-height: calc(100vh - 180px);
	min-height: -webkit-calc(100vh - 180px);
}

.contDronaNotLogin {
	margin-top: 110px !important;
}

.footer {
	position: relative;
	padding: 0px 10px;
	background-color: #efefef;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	min-width: 1180px;
	align-self: flex-end;
	max-width: 1180px;
}

.lowerNav {
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	background-color: #ffffff;
	border-bottom: 1px solid #e8e8e8;
	width: 100%;
	font-size: 16px;
}

.footerlowerNav {
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	font-size: 16px;
}

.lowerNavBtn {
	position: relative;
	border-left: 1px solid #e8e8e8;
	height: 50px;
	width: 100px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.logoDrona {
	position: relative;
	width: 235px;
	height: 46px;
	background-image: url("../images/headpanel/dronaLogo.png");
	margin-left: 10px;
	cursor: pointer;
}

.flex-right {
	position: relative;
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.vertical-align-middle {
	position: relative;
	-webkit-align-items: center;
	align-items: center;
}

.loginSignupBtnCont {
	position: relative;
	background: url("../images/headpanel/DronaBrand03.png");
	background-repeat: no-repeat;
	background-position: right;
}

.buttonDrona {
	position: relative;
	cursor: pointer;
}

.loginSignUpButton {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	height: 40px;
	display: -webkit-flex;
	justify-content: center;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100px;
	border-radius: 5px;
	margin-right: 2px;
}

.profileButton {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	height: 40px;
	display: -webkit-flex;
	justify-content: space-around;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: auto;
	border-radius: 5px;
	margin-right: 2px;
}

.loginSignUpButton:ACTIVE {
	position: relative;
	background-color: rgba(255, 255, 255, 0.25);
}

.loginSignUpButton:HOVER {
	position: relative;
	background-color: rgba(255, 255, 255, 0.25);
}

.unselectabletext {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.topNav {
	position: relative;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	height: 50px;
	width: 100%;
	background: url("../images/headpanel/DronaBrand02.png");
	background-repeat: repeat-x;
	background-size: 1px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,1c1c1c+50,3a3a3a+100 */
	/* background: #000000; Old browsers
	background: -moz-linear-gradient(top, #000000 0%, #1c1c1c 50%, #3a3a3a 100%);
	FF3.6-15
	background: -webkit-linear-gradient(top, #000000 0%, #1c1c1c 50%, #3a3a3a 100%);
	Chrome10-25,Safari5.1-6
	background: linear-gradient(to bottom, #000000 0%, #1c1c1c 50%, #3a3a3a 100%);
	W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',
		endColorstr='#3a3a3a', GradientType=0); */ /* IE6-9 */
}

.topNavLeft {
	background: url("../images/headpanel/DronaBrand01.png");
	background-repeat: no-repeat;
}

.topNavRight {
	
}

.signupForm {
	width: 440px;
	margin: 10px;
}

.labelInput {
	width: 81px;
	display: flex;
	justify-content: flex-end;
	padding-right: 5px;
}

.signupBox {
	background-color: #f7f7f7;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	padding: 10px;
	margin-bottom: 10px;
}

.form-group {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 16px;
	padding: 8px;
}

.inputSignup {
	width: 300px;
	padding: 12px 20px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #999999;
}

.btn-register {
	/*background: url("../../images/signup/btnCreateAccount.png") no-repeat;
    background-size: 160px 40px;*/
	width: 160px;
	height: 40px;
	border: 0;
	cursor: pointer;
	border-radius: 5px;
	width: 160px;
	height: 40px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 18px;
	letter-spacing: -0.5px;
	color: #ffffff;
	background: transparent;
	background: -moz-linear-gradient(left, rgba(140, 187, 0, 1) 0%,
		rgba(131, 175, 0, 1) 26%, rgba(120, 159, 2, 1) 76%,
		rgba(142, 189, 0, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(140, 187, 0, 1
		)), color-stop(26%, rgba(131, 175, 0, 1)),
		color-stop(76%, rgba(120, 159, 2, 1)),
		color-stop(100%, rgba(142, 189, 0, 1)));
	background: -webkit-linear-gradient(left, rgba(140, 187, 0, 1) 0%,
		rgba(131, 175, 0, 1) 26%, rgba(120, 159, 2, 1) 76%,
		rgba(142, 189, 0, 1) 100%);
	background: -o-linear-gradient(left, rgba(140, 187, 0, 1) 0%,
		rgba(131, 175, 0, 1) 26%, rgba(120, 159, 2, 1) 76%,
		rgba(142, 189, 0, 1) 100%);
	background: -ms-linear-gradient(left, rgba(140, 187, 0, 1) 0%,
		rgba(131, 175, 0, 1) 26%, rgba(120, 159, 2, 1) 76%,
		rgba(142, 189, 0, 1) 100%);
	background: linear-gradient(to right, rgba(140, 187, 0, 1) 0%,
		rgba(131, 175, 0, 1) 26%, rgba(120, 159, 2, 1) 76%,
		rgba(142, 189, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cbb00',
		endColorstr='#8ebd00', GradientType=1);
	background: rgba(140, 187, 0, 1);
	background: rgba(140, 187, 0, 1);
	border-radius: 5px;
}

#errorDiv {
	color: red;
	font-size: 12px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#selectKnow {
	border: 0 !important; /*Removes border*/
	-webkit-appearance: none; /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	appearance: none;
	background: transparent url(../images/knowStore/select-arrow.png)
		no-repeat 90% center;
	width: 100px;
	/*Width of select dropdown to give space for arrow image*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: ""; /*Removes default arrow from firefox*/
	/*My custom style for fonts*/
	color: #000000;
	font-weight: bold;
	/*border-radius: 15px;*/
	padding: 5px;

	/*box-shadow: inset 0 0 5px rgba(000, 000, 000, 0.5);
    */
}

#selectKnow option {
	background-color: #e0e0e0;
	padding: 5px;
	border-top: 1px solid #CCCCCC !important;
	border-bottom: 1px solid #CCCCCC !important;
	cursor: pointer;
}

#selectKnow option:FIRST-CHILD {
	border: 0 !important;
}

#selectKnow option:HOVER {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,e0e0e0+50,c9d1d7+100 */
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, #ededed 0%, #e0e0e0 50%, #c9d1d7 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ededed 0%, #e0e0e0 50%, #c9d1d7 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ededed 0%, #e0e0e0 50%, #c9d1d7 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',
		endColorstr='#c9d1d7', GradientType=0); /* IE6-9 */
}

.mainPageLinks:HOVER {
	text-decoration: underline;
}

.editorHead {
	position: relative;
	height: 40px;
	width: calc(100% - 20px);
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	font-size: 18px;
/* 	letter-spacing: -0.5px; */
	color: #ffffff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#91c200+0,52a100+100 */
	background: #91c200; /* Old browsers */
	background: -moz-linear-gradient(top, #91c200 0%, #52a100 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #91c200 0%, #52a100 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #91c200 0%, #52a100 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91c200',
		endColorstr='#52a100', GradientType=0); /* IE6-9 */
	border-radius: 5px 5px 0 0;
	margin-bottom: 1px;
}