

.agbdata {
	display: table;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 8px;
}

/*Formular CSS */
.css-normal {
	
}

input[type=text],input[type=email],input[type=password] {
    background-color: #fff;
    border: 2px solid #c9c9c9;
    border-radius: 3px;
    display: inline-block;
    min-height: 36px;
    min-width: 50px;
    padding: 0 0.4em;
    vertical-align: middle;
    width: 100%;
	font-size: 14px;
	line-height: 2em;
}
input[type=text]:-webkit-input-placeholder{color:#000;opacity:0.55;}
input[type=text]:-moz-placeholder{color:#000;opacity:0.55;}
input[type=text]:-ms-input-placeholder{color:#000;opacity:0.55;}
input[type=text]:-moz-placeholder{color:#000;opacity:0.55;} 

input[type=text]:active,input[type=email]:active, input[type=password]:active {
	border-color: rgb(100, 96, 96);
}

input[type=text]:hover, input[type=email]:hover, input[type=password]:hover  {  border-color: rgb(100, 96, 96); }

input[type=submit] {
	margin-top:5px;
	background-color: rgb(100, 96, 96);
    border: 2px solid rgb(100, 96, 96);
    border-radius: 3px;
    display: inline-block;
    min-height: 36px;
    min-width: 50px;
    padding: 0 0.4em;
    vertical-align: middle;
    width: 100%;
	font-size: 14px;
	line-height: 2em;
	color: #fff;
}

input[type=submit]:hover { background-color: #c9c9c9; border: 2px solid #c9c9c9; }


.css-error, .form-css-error {
	background: #fff;
	color:#555555;
	border: 1px solid #ff0000 !important;
}

input[type="checkbox"] {
  position: absolute;
  left: -15px;
}
input[type="checkbox"]+label::before {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 2px solid rgb(100, 96, 96);
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
}
input[type="checkbox"]:checked+label::before {
  box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: #b7d963;
}


/* The CSS */

.styled-select {}

.styled-select select {
	padding: 5px;
	height: 30px;
	width: 100%;
	margin: 20 AUTO;
	font-weight : bold;
	color: #fff;
	background-color: rgb(100, 96, 96);
    border: 2px solid rgb(100, 96, 96);
	border-radius: 5px;
	cursor:pointer !important;
}





#filebox {
display: inline-block;
width: 100%;
box-sizing: border-box;
padding: 5px; 
background-color: rgb(100, 96, 96);
border: 2px solid rgb(100, 96, 96);
border-radius: 5px;
color:#fff;
}
/*
.file-button {
padding: 5px;
height: 30px; 
display:inline-block;
width: 40%;
position: absolute;
background-color: rgb(100, 96, 96);
border-right: 2px solid rgb(100, 96, 96);
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
cursor:pointer !important;
}
*/