/* CSS Formulario de pedido */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap'); /* font-family: 'Open Sans', sans-serif; */

/* RESET ********************************************************************************************************************/

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
body {
  margin: 0;
  padding: 0;
  color: black;
  background: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #666666;
  font-weight: 400;
}

input {
  border: 1px solid #ced4da;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

p {
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 3px;
}

strong, b {
  font-weight: 600;
}

h2 {
  font-size: 20px;
  font-weight: 400;
}

.nopadding {
  padding: 0px;
}

a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* RESUME FORM PEDIDO ********************************************************************************************************************/

.cancelar{
  cursor: pointer;
}

.required{
   /*color:#f00;*/
   font-size: 9px;
   vertical-align: super;
 }

 #codpromoinfo{
  float: left;
  font-size: 13px;
  padding: 0 15px;
  color:#f00
  
 }
 .bg-gray {
  background-color: #f8f9f9;
  padding-bottom: 8px;
}

.head_titulo {
  color: #fff;
  padding: 10px;
  font-weight: 700;
  margin-bottom: 10px;
  background: #07a7e3;
  background: #07a7e3; /* Old browsers */
  background: -moz-linear-gradient(left,  #07a7e3 0%, #37d6c0 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #07a7e3 0%,#37d6c0 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #07a7e3 0%,#37d6c0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07a7e3', endColorstr='#37d6c0',GradientType=1 ); /* IE6-9 */
}

small {
  font-weight: 400;
  font-size: 10px;
  color: #373f50;
}

.importe_servicio {
  font-size: 20px;
}

.txt_blue {
  color: #07a7e3;
}

.separe_line {
  height: 15px;
  background-color: #999;
}

.codigo_cupon {
  margin-top: 10px;
  outline: 0;
  float:left;
  outline: none !important
}

.btn_validar{ float:left; color:#fff; margin-left:15px; border-radius:4px; background-color:#36d5c1; padding:7px 15px; cursor:pointer; margin-top:11px; font-size:14px;}
.btn_validar:hover{ opacity:0.7;}

.btn_contratar{ float:left; color:#fff; margin-left:15px; border-radius:4px; background-color:#4BAD7E; padding:7px 15px; cursor:pointer; margin-top:11px; font-size:14px;}
.btn_contratar:hover{ opacity:0.7;}
 
.titulo_total{font-size:22px;font-weight:700}
.importe_total{ font-size:22px; font-weight:700} 

/* STYLE FORM PEDIDO ********************************************************************************************************************/

.formulario_pedido {
  margin-top: 50px;
}

.form-control-min {
  max-width: 220px;
}

.formulario_pedido label {
  -webkit-transition: top 0.25s;
  -moz-transition: top 0.25s;
  -ms-transition: top 0.25s;
  -o-transition: top 0.25s;
}

.formulario_pedido input {
  border: 1px solid #ced4da !important;
  font-size: 15px;
  border-radius: .25rem;
  padding: 17px 10px 4px 10px;
  width: 100%;
  cursor: text;
  position: relative;
  z-index: 0;
  background-color: transparent;
}

input:focus,  textarea:focus {
  outline: 0 !important;
  box-shadow: none;
}

select:focus {
  outline-color: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
  border: 1px solid #ced4da !important;
}

.formulario_pedido select.form-control:not([size]):not([multiple]) {
  height: calc(2.49rem + 2px);
}

.formulario_pedido label {
  letter-spacing: 0.02em;
  font-size: 13px;
}

.formulario_pedido input:not(:focus) + label {
  cursor: text;
  position: relative;
  z-index: 1;
  top: -33px;
  margin-left: 10px;
  font-size: 15px;
}

.formulario_pedido input:not(:placeholder-shown) + label {
  cursor: pointer;
  position: relative;
  margin-left: 10px;
  top: -50px;
  color: #07a7e3;
  text-transform: uppercase;
  font-size: 11px;
}

.formulario_pedido input:focus + label {
  cursor: pointer;
  position: relative;
  margin-left: 10px;
  top: -47px;
  color: #07a7e3;
  text-transform: uppercase;
  font-size: 11px;
}

.formulario_pedido input:focus + label > .required ,.formulario_pedido input:not(:placeholder-shown) + label > .required{
  color: red;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .formulario_pedido label {
    cursor: pointer;
    position: relative;
    margin-left: 10px;
    top: -45px !important;
    color: #07a7e3;
    text-transform: uppercase;
    font-size: 11px !important;
  }
}



.form-control.ko{ border:1px solid #F30 !important;}

label.ko{ border:1px solid #F30 !important; box-shadow:0 0 15px 0 #F30 !}

.float-left{ float:left}
.float-right{ float:right}
.rounded{ border-radius:4px;}

.lnk{ text-decoration:underline; color:#286CBF}


.field{ max-height:50px; margin-top:7px;}

.formulario_pedido{ padding:7px;}





.checkcontainer {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}

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

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

.checklbl{ margin-left:35px;}

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

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

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

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



#acp_select{
	overflow-y:scroll;
	height:160px;
	background-color:#FFF;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.1);
	border:1px solid #CCC;
	margin:0px; 
	padding:2px;
}

#acp_select li{ list-style:none; font-size:14px; padding:5px; border-bottom:1px solid #fafafa; cursor:pointer}
#acp_select li:hover{ background-color:#4377D8; color:#FFF;}

.form-errors{margin-top:15px;}
.form-errors .error{ color: #50280e; clear: both; display: inline-block; width: 49%; font-size: 13px; }
.form-errors .error .error-title{ display: inline-block; font-weight: 600; width: 160px;}
.form-errors .error .error-description{ display: inline-block; font-weight: normal;}

.ownerCustom{
	display:none;
}

@media (max-width: 768px) {

  .head_titulo .cancelar > span{
      display: none;
   }

   #codpromoinfo{
      /* padding: 7px 0; */
      padding: 0 15px;
   }
  
}
