@charset "utf-8";

body {
	font-family: 'Roboto','Roboto Condensed','Hoftype Orgon Plan Light','Montserrat', sans-serif;
	font-size: 20;
	background-color: #e9e9e9;
 }

.defButton {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 8px;
	background-color: #b4ed00;
	border: 0px solid #b4ed00;
	color: #000d1d;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	padding: 7px;
}
.defButton:hover{
	box-shadow: 05px 9px 13px 0 rgba(01, 01, 01, 0.2), 05px 9px 26px 0 rgba(01, 01, 01, 0.19);
}
input[type=text],input[type=password]{
	border-radius: 7px;
	border: 1px solid #797979;
	line-height: 30px;
}
.borderRadiusDef{
	border-radius: 10px;
	border:1px solid #c5ec20;
}
.field{
	border-radius: 7px;
	border: 1px solid #797979;
	line-height: 30px;
	background-color: #fbfbfb;
	opacity: 0.8;
	height: 30px;
}

.headerDiv_div{
	background-color: #000b1b;
}

.header_ABELogo{
	margin: 20px;
}

.tblInvalid{
	background-color: Yellow;
}

.divQueryResults{
	max-width: 50vw;
	max-height: 50vh;
	overflow-y: auto;
}
@media (max-width: 320px){

}
@media (min-width: 321px) and (max-width: 480px)  {

}
@media (min-width: 481px) and (max-width: 600px)  {

}
@media (min-width: 601px) and (max-width: 800px)  {

}
@media (min-width: 801px) and (max-width: 1024px) {

}
@media (min-width: 1025px) and (max-width: 1280px){

}
@media (min-width: 1281px) and (max-width: 1420px){

}
@media (min-width: 1421px) and (max-width: 1920px){

}
@media (min-width: 1921px){

}

@media (max-height: 320px){

}
@media (min-height: 321px) and (max-height: 480px)  {

}
@media (min-height: 481px) and (max-height: 600px)  {

}
@media (min-height: 601px) and (max-height: 800px)  {

}
@media (min-height: 801px) and (max-height: 1024px) {

}
@media (min-height: 1025px) and (max-height: 1280px){

}
@media (min-height: 1281px) and (max-height: 1420px){

}
@media (min-height: 1421px) and (max-height: 1920px){

}
@media (min-height: 1921px){

}