.register-blind {

}
.register-blind .form-group {
    margin-bottom: 5px;
}

.register-blind .form-group select, .register-blind .form-group input[type="text"], .register-blind .form-group input[type="date"]
, .register-blind .form-group input[type="email"] {
	background: #fff;
	border-radius: 10px;
	margin: 10px 0;
	font-size: 16px;
	font-weight: 600;
	color: #000;
    border: 1px solid #000;
}
.register-blind label {
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
}
.register-blind .text-bold {
	font-weight: 600;
}
.register-blind .description {
  font-size: 0.8rem;
  color: #222222;
}
.register-blind {
	
}
.register-blind .btn-send{
	display: block;
	width: 300px !important;
	background-color: rgb(15, 45, 62);
	background-image: none !important;
	margin-bottom: 20px !important;
	border: none;
	color: #fff;
	font-size: 1.1rem;
	line-height: 3rem;
	font-weight: 600;
  cursor: pointer;
}
.register-blind .btn-send:hover {
	background-color: #010002;
}
.register-blind .btn-next {
	display: block;
	width: 300px !important;
	background-color: rgb(15, 45, 62);
	background-image: none !important;
	margin-bottom: 16px !important;
	border: none;
	color: #fff;
	font-size: 1.1rem;
	line-height: 2rem;
	font-weight: 600;
  cursor: pointer;
}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #B94A48 !important;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.message {
  display: none;
  padding: 20px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
}
.status-ok {
  border: 1px solid rgb(15, 45, 62);
  background-color: rgb(15, 45, 62, 0.2);
}
.status-error {
  border: 1px solid rgb(185, 74, 72);
  background-color: rgb(185, 74, 72, 0.2);
}

ul#schedule,
#schedule li {
  list-style: none !important;
}
#schedule li {
  position: relative;
  margin-left: 1em !important;
  line-height: 1.5rem;
  /* height: 1.5rem; */
  margin-bottom: 0.8em;
}
#schedule li:before {
  content: '';
	position: absolute;
	left: -30px;
	top: 4px;
	width: 1.5rem;
	height: 1.8rem;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg xmlns='http://www.w3.org/2000/svg' role='img' width='24' height='24' viewBox='0 0 24 24'><path d='M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm2 12l-4.5 4.5 1.527 1.5 5.973-6-5.973-6-1.527 1.5 4.5 4.5z'/></svg>");
}

.s_times {
}
.s_times li:before {
  content: '';
	position: absolute;
	left: -30px;
	top: 0px;
	width: 1.5rem;
	height: 1.8rem;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg xmlns='http://www.w3.org/2000/svg' role='img' width='24' height='24' viewBox='0 0 24 24'><path d='M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z'/></svg>") !important;
}
