
.form-group {
  margin-bottom: 0 !important;
}

.form-control {
  padding: 0 12px;
}

.sd-titles {
  padding: 6px 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  border-radius: 8px;
  color: #FFF;
  background: #707070;
}

.sd-inputgroup {
  display: flex;
  /*align-items: center;*/
  margin-bottom: 15px !important;
}

.sd-inputgroup label {
  text-align: right;
  margin-bottom: 0;
}

.sd-inputgroup input, .sd-inputgroup select {
  height: 28px !important;
  margin-bottom: 0;
}

.sd-inputgroup input:focus, .sd-inputgroup select:focus {
  background: #faffbd;
}

.sd-flex {
  display: flex;
}

.sd-btn {
  display: block;
  width: 40px;
  padding: 8px;
  height: 28px;
  font-size: 12px;
  color: #FFF;
  background: #92bf56; 
}




.product-info{
	text-align:center; 
	padding:4px; margin:5px;
	background-color:#EAF0F4;
	margin-top:-24px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding-right:10px; 
	padding-left:10px;
}


.price_info{ text-align:center; padding:3px; font-weight:600;}


.field-description{ font-size:13px; padding:2px;}
.field-description.ok{ color:#090 }
.field-description.ko{ color:#F30 }

.btn-rouded{ border-radius:15px;}


.btn-save .btn-default-icon{ display:inline-block;}
.btn-save .btn-working-icon{ display:none; color:#79EBF4}

.btn-save.working .btn-default-icon{ display:none !important;}
.btn-save.working .btn-working-icon{ display:inline-block !important;}


.modal-header.danger{ padding:15px; background-color:#F90; color:#FFF;}
.modal-header.success{ padding:15px; background-color:#090; color:#FFF;}
.modal-header.error{ padding:15px; background-color:#F30; color:#FFF;}

.form-options{ padding:10px; text-align:center;}


.completado h1{ color:#1EB9D5}

p.message{ padding-top:25px; padding-bottom:25px; background-color:#FFF; border-radius:10px; max-width:500px; box-shadow:0 0 10px 0 rgba(50,50,50,0.1) }

#ui-datepicker-div{ display:none}



@media (min-width:1px) {
  .sd-20p {
    width: 50%
  }

  .sd-80p {
    width: 50%
  }
}

@media (min-width:768px) {
  .sd-20p {
    width: 33.33%
  }

  .sd-80p {
    width: 66.66%
  }
}

@media (min-width:990px) {
  .sd-20p {
    width: 42%
  }

  .sd-80p {
    width: 58%
  }
}

@media (min-width:1198px) {
  .sd-20p {
    width: 20%
  }

  .sd-80p {
    width: 80%
  }

  .sd-fsc {
    font-size: 13.5px;
  }
}