/* ========================================================
ACCORDION
===================================================== */
 .cabecera {
    border-bottom: 3px solid #D6D4D4;
    display: block;
    font-weight: lighter;
    width: 95%;
    text-transform: uppercase;
    margin: 20px 3% 0 3%;
    margin-top: 20px;
    margin-right: 3%;
    margin-bottom: 0px;
    margin-left: 3%;
    margin-top: 20px;
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    /* border-radius: 5px; */
    font-family: arial, sans-serif;
    /*background: url(../img/cabecera-bg.png) no-repeat; 
    background-position: 10px 10px;
    /* border: 1px solid #647DB4; */
    color: #5C75AE;
    padding: 10px 0;
    /* text-indent: 40px; */
    font-size: 11px;
}
  
 
.textdiv {
  margin:2px 0;
  width: 400px;
  height: 100px;
  border: none;
  text-align: left;
}
#tipoServicio {
  width: 400px;
  height: auto !important;
}
.inputContainer {
  float:left;
  width:auto;
  height:auto;
  margin-right:80px;
}
.textbox {
  margin:2px 0;
  width: 90%;
  height: 40px;
  border:none;
  border: 1px solid #d7d7d7;
  text-indent:10px;
  margin-bottom:15px;
  font-family: Archivo Narrow, arial;
  font-size: 15px;
  color: #787878;
  text-align: left;
}

.textbox .invalidField {
background-color:red;
}

.textbox:disabled {
color:#000;border-top: 
none;border-left: 
none;border-right: none;
 
    -moz-appearance: window;
    -webkit-appearance: none;
 
 
 
@-moz-document url-prefix() {
.wrapper {
     background: #f5f5f5 url("/images/arrow_down.png") right center no-repeat;
     padding-right: 20px;
  }
}
}
 
.error{
  border : 2px solid #D88484 !important;
}
 
.error::-webkit-input-placeholder {
color:  #D88484;
}
.error:-moz-placeholder {
color:  #D88484;

}
.error::-moz-placeholder {
color: #D88484;

}
.error:-ms-input-placeholder {
color:  #D88484;
}
.large{
max-width: 400px;
}
.medium {
max-width: 200px;
}
.small{
max-width: 50px;
padding-right: 15px;
}
.text {
width: 90%;
margin: 2px 0;
height: 40px;
border: none;
font-weight: 100;
text-indent: 10px;
border-bottom: 2px solid #d7d7d7;
margin-bottom: 15px;
font-family: Archivo Narrow, arial;
font-weight: 300;
color: #787878;
text-align: left;
} 
.textbox:hover, .textbox:focus, .textarea:hover, .textbox:focus{
border: 2px solid #B4C2E2;
outline: none;
border:none;
border:2px solid #8FA5C7;
background-color: #F2F2F2;
}

.textarea {

width: 400px;
min-height: 200px;
margin:2px 0;
border: none;
text-indent:10px;
border-bottom:1px solid #d7d7d7;
border-right:1px solid #d7d7d7;
margin-bottom:15px;
font-family: Archivo Narrow, arial;
font-size: 17px;
color: #787878;
text-align: left;
}
.textarea-counter {
  text-align: right;
  width: 90%;
  height: 50px;
  color: #B2ABA9;
}
.radiobox{
margin:2px 0;
border-radius: 10px;
min-width: 40px;
height: 20px;
border: 4px solid #b2b3b6;
background-color: #e7e7e8;
}
.formulario{
/*margin:20px 30px;*/
}
.formulario hr {
border: 0; height: 2px;  border-bottom: 1px dashed black;
}
.formulario span{
line-height: 10px;
}
.formulario span input{
line-height: 10px;
}

.radioboxspan{
font-family: arial;
line-height: 15px;
font-weight: bold;
font-size: 11px;
text-indent: 9px;
color: #000;
height: auto;
text-align: left;
}

/* ========================================================
INPUTS
===================================================== */


input[type="text"]:focus {
outline: none;
}
input[type="button"]{

min-width: 146px;
}
input[type="submit"] {
color: #484848;
background-color: #e0e0e0;
-ms-transition: background-color 0.23s ease-in-out 0s;
transition: background-color 0.23s ease-in-out 0s;
font-weight: 600;
font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
text-align: center;
vertical-align: middle;
text-transform: capitalize;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
overflow: hidden;
padding: 0 18px;
cursor: pointer;
margin-right: 18px;
border: 0 none;
border-radius: 3px;
display: inline-block;
font-size: 13px;
height: 32px;
line-height: 32px;
}

input[type="text"], textarea, select {

font-size: 15px; 
line-height: 18px; 
font-weight: normal;
/* 
border: solid 2px #d7d7d7; 
box-shadow: inset 1px 1px 2px 0 #707070; 
transition: box-shadow 0.3s; 
*/
}

input[type="text"]:focus,
input[type="text"].focus,
textarea:focus, 
textarea.focus, 
select:focus,
select.focus {
box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}
input, textarea, select {
/* width : 290px; */
margin: 0;

-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
-moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
  box-sizing: border-box;
}

label{
margin:2em 0em 2em 0em;
display:inline-block;
min-width:75px;
width: 100%;  
font-family: arial;
font-weight: bold;         
font-size: 11px !important;       
text-indent:9px;
color: #000;      
height: auto;     
border: none;     
padding: 0px;      
text-align: left;
}


.titulo{
text-align:center;
}
#content{
background-color: #FFFFFF;
width: 60%;
margin: 24px auto;
padding: 12px;
width:80%;
font-family:arial, helvetica, sans-serif;
}

fieldset{    

    width: 90% !important;
    background-color: #fff!important;
    padding: 1em 1em 1em 1em;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
legend {
    display: block;
    text-shadow: 0 1px 1px #fff;
    color: #575E63;
    padding: 10px 10px 10px 10px;
    font-size: .7em;
    font-weight: 600;
    /* border-radius: 10px; */
    font-family: sans-serif;
    background-color: #F2F2F2!important;
    background-color: #F2F2F2;
    border: 1px solid #BDBDBD;
    border-bottom: 2px solid #BDBDBD;
    box-shadow: 0px 0px 7px 0px #BDBDBD;
    box-shadow: 3px 3px 15px #bbb;
}
fieldset {
    border-top: 1px solid #fff;
    background-color: #E6E7E8;
    /* width: 400px; */
    /*border: 2px solid dashed;*/
    padding: 15px !important;
    /*border: 2px solid#BDBDBD;*/
    /* background-color: #787878; */
    height: auto;
    background-color: #F5F5F5!important;
    /* box-shadow: 0px 0px 7px 0px #BDBDBD; */
    margin: 1em auto 1em auto;
}
fieldset p{
text-transform: uppercase;
}
li:hover, button:hover{
cursor:pointer;
}

/* ========================================================
 .uploader, .presupuesto  
===================================================== */

 .uploader, .presupuesto, .repuestos, caption, tbody, tfoot, thead, tr, th, td, a, a:link   
  {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
text-decoration:none;   
}
 .uploader, .presupuesto, .repuestos {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
  border: 2px solid #D7D7D7;
}

 .uploader tr:nth-child(2n-1) td, .presupuesto tr:nth-child(2n-1) td, .repuestos tr:nth-child(2n-1)  {
  background: #F6F6F6;
}
 .uploader td input[type="text"] , .presupuesto td input[type="text"], .repuestos td input[type="text"] {
  width: 100%;
  border:none!important;
  padding:0!important;
}
 .uploader th, .presupuesto th, .repuestos th
 .uploader td, .presupuesto td, .repuestos td {
  text-align: center;
}
 .uploader  th#add_item, .presupuesto th#add_item, .repuestos th#add_item{
  min-width:80px;
  text-align: center;
  margin:auto;
}
a.deleteRow
{
 
  font-size: .7em;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    font-family: arial, helvetica;
}
a.deleteRow:hover
{
  cursor: pointer;
}
.num
{
  width:5%;
}
 .serv {
  width:30%;
 }
 .desc
{
  width:50%;
}
 .ope {
  width:30%;
 }
 .nom
{
  width:50%;
}
 .uploader td , .presupuesto td, .repuestos td{
  border-right: 1px solid #CDD0D2;
  border-bottom: 1px solid#CDD0D2;
}
.uploader th , .presupuesto th, .repuestos th { 
  padding: .8em;
  margin: .8em;
  border: 1px solid #76A7C7; 
  border-radius: 5px 5px 5px 5px;   
  cursor: pointer;  
  font-size: .7em;  
  text-align: center;   
  vertical-align: middle;   
  font-weight: 600;   
  font-family: arial, helvetica;   
  background-color: #f5f5f5;   
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image:    -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));   
  background-image:    -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x; 
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);  
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);  
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);  
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .75);
}

 .presupuesto .service,
 .presupuesto .desc {
  text-align: left;
}

 .uploader td, .presupuesto td, .repuestos td {

padding: 5px;

text-align: right;
}
 .uploader td.desc , .presupuesto td.desc, .repuestos td.desc {
    text-align: left;
    padding: 20px;
    vertical-align: top;
}
 .presupuesto td.service,
 .presupuesto td.desc {
  vertical-align: top;
}

 .presupuesto td.subtotal,
.presupuesto td.iva,
.presupuesto td.total {
  font-style:italic;
}

.presupuesto td.subtotal, .uploader, .presupuesto td#subtotal {
  border:none;
}
.presupuesto td.iva, .uploader, .presupuesto td#iva {
  border:none;
}

 .presupuesto td.total, .presupuesto td#total {
  border-top: 2px solid #B8C6DA;
  background-color: #D6DDE6!important;
}


/* ========================================================
POPUP
===================================================== */

.popup {
width:100%;
height:100%;
display:none;
position:fixed;
top:0px;
left:0px;
background:rgba(0,0,0,0.5);
z-index:1000;
}

/* Inner */
.popup-inner {
max-width:500px;
width:90%;
padding:40px;
position:absolute;
top:50%;
left:50%;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);
box-shadow:0px 2px 6px rgba(0,0,0,1);
border-radius:3px;
background:#fff;    z-index:1000;
}
#popupContent p {
text-align: center;
margin: 10px;
} 
/* Close Button */
.popup-close {
width:30px;
height:30px;
padding-top:8px;
display:inline-block;
position:absolute;
top:0px;
right:0px;
transition:ease 0.25s all;
/* -webkit-transform:translate(50%, -50%); */
/* transform:translate(50%, -50%); */
/* border-radius:1000px; */
background: #31529D;
background: -moz-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEEEEE), color-stop(100%, #DADADA));
background: -webkit-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
background: -o-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
background: -ms-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
background: linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA')";
border-bottom-left-radius: 5px;
font-family:Arial, Sans-Serif;
font-size:20px;
text-align:center;
line-height:100%;
color:#fff;
z-index:1000;
}

.popup-close:hover {
/*
-webkit-transform:translate(50%, -50%) rotate(180deg);
transform:translate(50%, -50%) rotate(180deg);
*/background: #31529D;
/*background:rgba(0,0,0,1);*/
background-color: #cccccc;
background-image: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
text-decoration:none;    
z-index:1000;
}
/* ========================================================
POPUP
===================================================== */

.popup-box {
display: none;
/* position: absolute; */
z-index: 1000;
width: 70%;
max-width: 70%;
max-height: 700px;
background: white;
border-bottom: 1px solid #aaa;
border-radius: 4px;
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
border: 1px solid rgba(0, 0, 0, 1);
background-clip: padding-box;
position: fixed;
left: 50%; 
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
box-shadow: 0px 2px 6px rgba(0,0,0,1);
border-radius: 3px;
background: #fff;

}
.popup-box #header:hover
{
cursor:move;
}
.popup-box #header,
.popup-box .popup-header {  
    font-size: 17px !important;
    /* background: #8FA5C7; */
    padding: 0.7em 1.3em;
    border-bottom: 1px solid #ddd;
    color: #000000;
    cursor: pointer;
    text-shadow: 1px 1px 1px #FFF;
}

.popup-box #header h3,
.popup-box #header h4,
.popup-box .popup-header h3,
.popup-box .popup-header h4 { margin: 0; }

.popup-box .popup-body { 
padding: 2em 1.5em; 
max-height: 100%;
overflow-y: scroll;overflow-x: visible;
}
.popup-box #footer span {
float: left;
}
.popup-box #footer,
.popup-box .popup-footer {
padding: 1em;
border-top: 1px solid #ddd;
background: rgba(0, 0, 0, 0.02);
text-align: right;
background: rgb(218, 218, 218);
height: 40px;width: auto;}

.overlay {
width: 100%;
height: 100%;
display: none;
position: fixed;
top: 0px;
left: 0px;
background: rgba(0,0,0,0.5);
z-index: 999;
background-color: #48515f!important;
opacity: .8!important;
}

a.popup-close {
line-height: 1;
font-size: 25px;
position: absolute;
top: 5%;
right: 2%;
text-decoration: none;
color: #bbb;
}

a.popup-close:hover {
color: #787878;font-size: 25px;
-webkit-transition: color 1s ease;
-moz-transition: color 1s ease;
transition: color 1s ease;
}
@media (min-width: 32em) {
.modal-box { width: 70%; }
}

/* ========================================================
   POPUP
   ===================================================== */

.popup-box {
display: none;
  /* position: absolute; */
  z-index: 1000;
  max-width: 1024px;
   

  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  position: fixed;
  left: 50%; 
  top: 50%;
-webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px rgba(0,0,0,1);
  border-radius: 3px;
  background: #fff;
 
}
.popup-box #header:hover
{
  cursor:move;
}
.popup-box #header,
.popup-box .popup-header {  
 
    background: -moz-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEEEEE), color-stop(100%, #DADADA));
    background: -webkit-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
    background: -o-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
    background: -ms-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
    background: linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA')";
  
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
  padding: 0.7em 1.3em;
  border-bottom: 1px solid #ddd;
}

.popup-box #header h3,
.popup-box #header h4,
.popup-box .popup-header h3,
.popup-box .popup-header h4 { margin: 0; }

.popup-box .popup-body { 
  padding: 2em 1.5em; 
  max-height: 400px;
    overflow-y: scroll;overflow-x: hidden;
}
.popup-box #footer span {
  float: left;
}
.popup-box #footer,
.popup-box .popup-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgb(219, 219, 219);
  text-align: right;
}

.overlay {
width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

a.popup-close {
  line-height: 1;
  font-size: 25px;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.popup-close:hover {
  color: #787878;font-size: 25px;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
  @media (min-width: 32em) {
  .modal-box { width: 70%; }
}

/* ========================================================
   POPUP
   ===================================================== */



/* ========================================================
   INTERVENCION TABLE
   ===================================================== */

   .intervencion .intervencion, caption, tbody, tfoot, thead, tr, th, td, a, a:link   
  {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
text-decoration:none;   
}
.intervencion {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
  border: 2px solid #D7D7D7;
}

.intervencion tr:nth-child(2n-1) td {
  background: #F6F6F6;
}
.intervencion td input[type="text"] {
  font-size:1.1em;
  background: none; 
  border:none!important;
  padding:0!important;
}
.intervencion th,
.intervencion td {
  text-align: center;
}
.intervencion th#add_item{
  min-width:80px;
  text-align: center;
  margin:auto;
}
a.deleteRow, a.uploadButton
{
 
  font-size: .7em;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    font-family: arial, helvetica;
}
a.deleteRow:hover, a.uploadButton:hover
{
  color:#5C75AE;
  text-decoration: underline;
  cursor: pointer;
}

 .serv {
  width:30%;
 }
 .desc
{
  width:50%;
}
.intervencion td {
  border-right: 1px solid #CDD0D2;
  border-bottom: 1px solid#CDD0D2;
}
.intervencion th {  
    padding: .8em;
    margin: .8em;
    border-bottom: 2px solid #D7D7D7;
    border-right: 1px solid #B1B1B1;
    font-size: .7em;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    font-family: arial, helvetica;
    background: transparent;
 }

.intervencion .service,
.intervencion .desc {
  text-align: left;
}

.intervencion td {
    padding: 8px 10px;
    font-size: 0.9em!important;
    border-top: 1px solid rgb(215, 215, 215);
    border-bottom: 1px solid rgb(215, 215, 215);  
}
.intervencion td.desc {
    text-align: left;
    padding: 20px;
    vertical-align: top;
}
.intervencion td.service,
.intervencion td.desc {
  vertical-align: top;
}

.intervencion td.subtotal,
.intervencion td.iva,
.intervencion td.total {
  font-style:italic;
}

.intervencion td.subtotal,.intervencion td#subtotal {
  border:none;
}
.intervencion td.iva,.intervencion td#iva {
  border:none;
}

.intervencion td.total, .intervencion td#total {
  border-top: 2px solid #B8C6DA;
  background-color: #D6DDE6!important;
}

