﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}



/*myStyle*/

.datastring {
    color: #000000;
}


.itemOrder {
    padding-top:15px;
    padding-bottom:15px;
}

.lasitem {
    padding-top:5px;
    padding-bottom:5px;
}

.rowButtonLine {
     border-bottom:1px dashed #999999;     
}

.datastring > span{
    color: #999999;
}

.pedidoTittle {
    color:#e62b25;
    font-size: 20px;
}

.seeDetalleOrder {
    background-color:#e62b25;
    color:#ffffff;
    border-radius: 5px;
    padding: 5px;
  

}

.seeDetalleOrder:hover {
    color:#ffffff;
    text-decoration: none
}

.nullData {
    color:#999999;
    text-align:center;
}



.tittleDetalleFac {
    text-align : center;
    background-color:#808080;
    color:#ffffff;
    font-weight: bold;
    text-transform:uppercase;

}

.Seccionfactura {
    padding-bottom:15px;
    padding-top:25px;
    padding-left:15px;
    padding-right:15px;
}

.DatosClientesfactura {
    background-color: #E4E4E4;
    text-transform: uppercase;
    min-width:90px;
    padding-left:5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.marginBT {
    
    margin-top: 1px;
    margin-bottom: 1px;
}

th.tittleDetalleFac {
    color:inherit;
}


td.DatosClientesfactura {
    font-weight: bold;
}

td.DatosClientesfacturaRed {
     background-color: #E4E4E4;
    font-weight: bold;
    color:#e62b25;
    text-transform: uppercase;
    width:90px;
    padding-left:5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.usd:before {
    content : "$ ";
}


.usdRed {
  color:#e62b25;
  font-weight:bold;

}


.usdRed:before {
  content : "$ ";
}


.datastringRespons {
         width:244px;
    }


.seccionfoot {
    background-color: #E4E4E4;
}

.invoiceSend {
    font-size:x-small;
}


/*myStyle*/


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 600px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
    
}


/* Responsive: Portrait tablets and up */
@media screen and (max-width: 320px) {
     

    .datastringRespons {
        width:161px;
         /*min-width:161px;*/
    }
    
}



