.form-group .error {
  color: #b94a48;
}
.form-group input.error,
.login-box .form-group input.error {
  border-color: #b94a48;
}
.login-box .form-group label.error {
  display: none !important;
}
.chosen-container {
  display: block;
}
.fotografia,
.foto {
  cursor: pointer;
}

select {
  font-family: "FontAwesome", "Arial";
}

/****** CODE ******/

.file-upload {
  display: block;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.file-upload .file-select {
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select .file-select-button {
  background: #dce4ec;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}
.file-upload .file-select:hover {
  border-color: #34495e;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
  background: #34495e;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select {
  border-color: #3fa46a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
  background: #3fa46a;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

/***************** stores list ******************/

.choose_store {
  color: #34324b;
  margin-top: 60px;
  text-transform: uppercase;
  font-size: 1.7em;
  font-weight: 700;
}
#storeline {
  width: 100%;
  position: relative;
  list-style: none;
  padding: 0;
}
#storeline a {
  text-decoration: none;
}
#storeline .listing{
  background: #FFF;
  border: 1px solid #e6e7e9;
  border-radius: .3rem;
  padding: 1em;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
  display: table;
  width: 96%;
  transition: all .3s ease-in-out;
}
#storeline .listing img, #storeline .listing .info, #storeline .listing .store_type{
  display: table-cell;
  vertical-align: middle;
  font-size: .9em;
  color: #74718f;
}
#storeline .listing .image_wrapper{
  width: 60px;
}
#storeline .listing .image_wrapper img{
  width: 60px;
  display: block;
  margin: 0 auto;
  border-radius: .25em;
}
#storeline .listing .info{
  line-height: 1.25;
  width: 640px;
  padding-left: 25px;
}
#storeline .listing .info .store_title{
  font-weight: 700;
  color: #34324b;
  font-size: 1.5em;
}
#storeline .listing .info .store_info{
  color: #74718f;
  font-size: .9em;
  display: block;
}
#storeline .listing .info .store_info span{
  margin: 0 .75em;
}
#storeline .listing .store_type{
  text-transform: uppercase;
  font-weight: 700;
  font-size: .75em;
  position: relative;
  white-space: nowrap;
  padding-top: 0.6em;
  width: 100px;
}
#storeline .listing .store_type:before{
  content: " ";
  background: #a378fc;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 28px;
}
#storeline .listing .store_close{
  color: #fd7576;
}
#storeline .listing .store_close:before{
  background: #fd7576;
}
#storeline .listing .store_open{
  color: #1ABC9C;
}
#storeline .listing .store_open:before{
  background: #1ABC9C;
}
#storeline .listing:hover{
  cursor: pointer;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.1);
}
