#ajanlatkero {
  padding: 1em 0 4em;
}
#ajanlatkero .pdflink {
  color: #cd481f;
}
#ajanlatkero .form #auzenet {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#ajanlatkero .form #ahiba {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#ajanlatkero .form #auzenet.show, #ajanlatkero .form #ahiba.show, #ajanlatkero .form .show {
  display: block;
}
#ajanlatkero .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
  width: 100%;    
}
#ajanlatkero .form input, #ajanlatkero .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}
#ajanlatkero .form button[type="submit"] {
  background:  #eb5d32;
  border: 1px solid  #eb5d32;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}
#ajanlatkero .form button[type="submit"]:hover {
  color:  #eb5d32;
  background: #fff;
  border: 1px solid  #eb5d32;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
fieldset {
    background: #ffffff;
    border: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 32px;
    padding: 0 0 10px;
    position: relative;
    top: 0px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
fieldset legend {
    background: #dbdbdb;
    border: 1px solid #ccc;
    border-bottom: none;
    display: block;
    height: 2em;
    left: 0;
    line-height: 2;
    padding: 0;
    position: absolute;
    text-indent: 10px;
    text-shadow: 0 1px 0 #fff;
    top: 0;
    width: 100%;
    -khtml-border-radius-topleft: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -khtml-border-radius-topright: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
.float-label {
	position: relative
}
.float-label--focused .float-label__label {
	color: #eb5d32;
	font-weight: bold;
}
.float-label__label {
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	display: inline-block;
	top: 1.25rem;
	left: 0.75rem;
	font-size:.625rem;
	letter-spacing:.02rem;
	font-weight: bold;
	line-height: 1em;
	color: #eb5d32;
	text-transform:uppercase;
	letter-spacing: 1px;
}
.float-label--active .float-label__label {
	opacity: 1;
	visibility: visible;
	top:.2rem;
	z-index: 10
}
.float-label--active .float-label__input {
	padding-top: 1.375rem
}
input.float-label__input {
	height: 3.5rem
}
.input-group-addon,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 3px 20px 0 11px;
  font-size: 1.275rem;
  font-weight: 700;
  line-height: 2.2;
  width:3em;
  color: #555;
  text-align: center;
  /*background-color: #eee;*/
  border: 1px solid #ccc;
  border-radius: 4px;<strong></strong>
}
.input-group-addon span{background: #eb5d32c7;border-radius:28px;width:14px;height:14px;padding:5px 10px 5px 10px}
.input-group .form-control:first-child,
.input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group .float-label__label{left:3.5rem}
.form-group .form-kep img{max-width:100%}
.onoffswitch {
    position: relative; width: 90px; left:2rem;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #c1c1c1; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "IGEN";
    padding-left: 10px;
    background-color: #eb5d32; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "NEM";
    padding-right: 10px;
    background-color: #FAFAFA; 
    color: #eb5d32;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; height:18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 2px; bottom: 0;
    right: 56px;
    border: 2px solid #c1c1c1; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
label.label-fent{position:absolute;top:-1.6rem;background:#ddd;border:1px #ccc solid;border-radius:.2rem;width:100%;font-size:1rem;background-clip:padding-box;padding-left:.7rem;border:1px 1px 0 1px;border-radius:1px 1px 0 0;height:1.6em;overflow:hidden;}
label.label-balra{float:left;display:block;overflow:hidden;border:1px #ccc solid;width:66%;line-height:2rem;padding-left:.6rem;border-radius:.2rem;}
.form-group-top{margin:1rem 0 2rem 0}