


.form-group.input-material; .dis_abled {
  position: relative;
  margin-top: 0px;
  margin-bottom: 25px; }

  .form-group.input-material label {
    
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 24px;
    /*border-color:#dc3545;*/
    top: -9.5px;
    font-size: 15px;
    color: #01abe6;
    padding: 0 10px;
    background: white;
    font-weight: 500;
}

  .form-group.input-material .form-control {
   
    border: 2px solid #01abe6;
    border-radius: 7px;
    background: white !important;
    padding: 20px 10px;
    box-shadow: none;
    /* active state */
    /* invalid state */ }
 
  .form-group.input-material input:focus 
{

    background: white !important;
    padding: 20px 10px;
   
    /* active state */
    /* invalid state */ 
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active{
transition: background-color 5000s ease-in-out 0s;
}
 

    /*.form-group.input-material .form-control:focus.invalid, .form-group.input-material .form-control.invalid, 
.form-group.input-material .form-control:focus.parsley-error, 
.form-group.input-material .form-control[value]:not([value=""]).parsley-error {
      border-bottom-color: #dc3545; }
    .form-group.input-material .form-control:focus.invalid ~ label, .form-group.input-material .form-control.invalid ~ label, .form-group.input-material .form-control:focus.parsley-error ~ label, .form-group.input-material .form-control[value]:not([value=""]).parsley-error ~ label {
      color: #dc3545; }*/

  .form-group.input-material .parsley-errors-list {
    color: #dc3545;
    list-style: none;
    font-size: 0.7em;
    padding-left: 5px; }
.container-box 
{
  display: block;
  position: relative;
  padding-left: 30px !important;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox, .radio
{
	border: 2px solid #01abe6;
	border-radius: 7px;
	background: transparent;
	padding: 20px 10px;
	box-shadow: none;
}
.checkbox label, .radio label
{
	padding-left: 10px;
	left: 8px !important;
}


/* Hide the browser's default checkbox */
.container-box input 
{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-box:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-box input:checked ~ .checkmark {
  background-color: #004c7a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-box .checkmark:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}    
.radio .container-box {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio  .container-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio  .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #eee;

}

/* On mouse-over, add a grey background color */
.radio  .container-box:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio  .container-box input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio  .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio  .container-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio  .container-box .checkmark:after 
{
	left: 5px;
	top: 2px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.submit
{
	background: #f5892f;
	color: white;
	/* float: right; */
	padding: 11px 31px;
	border: 0;
	border-radius: 12px;
}
.select
{
	border: 2px solid #01abe6;
	border-radius: 7px;
	background: transparent;
	height: 44px;
	box-shadow: none;
}
.select-lable
{
	color: #b1bbc4;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 24px;
	border-color: #dc3545;
	color: #000;
	top: -9.5px;
	font-size: 15px;
	color: #01abe6;
	padding: 0 10px;
	background: white;
	font-weight: 500;
}
  .form-group.input-material.dis_abled label
{
    color: #b1bbc4;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 24px;
    /*border-color:#dc3545;*/
    top: -9.5px;
    font-size: 15px;
   
    padding: 0 10px;
    background: white;
    font-weight: 500;
    
}
  .form-group.input-material.dis_abled .form-control
{
    border: 2px solid #b1bbc4;
   
    border-radius: 7px;
    background: transparent;
    padding: 20px 10px;
    box-shadow: none;
    
}
.dis_abled .select-lable
{
	color: #b1bbc4;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 24px;
	
	top: -9.5px;
	font-size: 15px;	
	padding: 0 10px;
	background: white;
	font-weight: 500;
}
.dis_abled .select
{
	border: 2px solid #b1bbc4;
	border-radius: 7px;
	background: transparent;
	height: 44px;
	box-shadow: none;
    color: #b1bbc4;
}
.dis_abled .checkbox, .dis_abled .radio
{
	border: 2px solid #b1bbc4;
	border-radius: 7px;
	background: transparent;
	padding: 20px 10px;
	box-shadow: none;
}
.dis_abled  .checkbox label, .dis_abled  .radio label
{
	padding-left: 10px;
	left: 8px !important;
    color: #b1bbc4;
}