﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.table.table-striped {
    font-size: 10px;
}

.glyphicon {
    margin: 3px;
    font-size: 18px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse {
    background-color: #000;
    border-color: #1d4620;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #d4d4d4;
    }

    .navbar-inverse .navbar-brand {
        color: #d4d4d4;
    }

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.marcar-factura {
    width: 85px;
}

.dropdown-menu li a {
    text-align: left;
}

.resultado-documento {
    margin: 5px;
}

.resultado-documento-impar {
    border-left: 3px solid #428BCA;
    border-right: 3px solid #428BCA;
    background-color: #fefefe;
}

.resultado-documentorecibido-impar {
    border-left: 3px solid #9A1616;
    border-right: 3px solid #9A1616;
    background-color: #fefefe;
}

.resultado-documento-comandos {
    margin-top: -15px;
}

@media (max-width: 767px) {
    .resultado-documento {
        font-size: 10px !important;
    }

    .resultado-documento-impar {
        font-size: 10px !important;
    }

    .resultado-documentorecibido-impar {
        font-size: 10px !important;
    }

    .list-group-item-heading {
        margin-top: 5px;
        float: left;
        text-align: left;
        width: 58.333333333333336%;
    }

    .resultado-documento-comandos {
        margin-top: 0;
    }
}



.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-style: solid;
}

.tile {
    margin: 10px;
    padding: 10px;
    cursor: pointer;
    display: block;
}

    .tile:hover {
        outline: #999999 solid 3px;
    }

    .tile:active {
        outline: none;
    }

    .tile.tile125x250 {
        height: 125px;
        width: 250px;
    }

    .tile.tile-emitido {
        background-color: #428BCA;
        color: #fff;
    }

    .tile.tile-recibido {
        background-color: #9A1616;
        color: #fff;
    }

    .tile.tile-nomina{
        background-color:#3e8e6b;
        color:#fff;
    }

    .tile.tile-retenciones{
        background-color:#f3aa45;
        color:#fff;
    }

    .tile.tile-importarcfdi {
        background-color: #5C4282;
        color: #fff;
    }

    .tile.tile-recibido-sharepoint {
        background-color: #AEB404;
        color: #fff;
    }

    .tile.tile-recibido-sat {
        background-color: darkgoldenrod;
        color: #fff;
    }

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}


.validationMessage { 
    color: Red; 

}

.input-validation-error { 
    color: red; 
    box-shadow: 0 0 5px red;
}


/* INICIO */



.invoice-preview {
    border: 1px solid #e1e1e1;
}


.invoice-preview .invoice-title {
    position: relative;
    z-index: 10;
}


.invoice-preview .invoice-header {
    position: relative;
    z-index: 9;
    padding: 0.5em 15px 0.9em 15px;
}



.invoice-preview .invoice-detail {
    padding: 0.7em 15px;
    border-top: 1px solid #f0f0f0;
}

    


.invoice-price {
    position: absolute;
    top: 25px;
    left: -5px;
    left: -20px;
    top: 10px;
}

    /*
    .clearfix {
    display: block;
}

    .clearfix:after {
        display: table;
        clear: both;
        content: " ";
    }

    .invoice-preview .invoice-detail .invoice-users {
        padding-left: 17px;
        color: #777;
        text-shadow: 0 1px 0 #fff;
    }

.row .threecol {
    width: 22.05%;
}

.row .row {
    min-width: 0;
    max-width: none;
    width: auto;
}

.column {
    position: relative;
    float: left;
    margin-right: 3.8%;
    min-height: 1px;
}*/

    .invoice-price .price-text {
        display: block;
        padding: 0.2em 10px;
        min-width: 38px;
        border: 1px solid rgba(0,0,0,0.1);
        background-color: #57B486;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
        font-size: 1.2em;
    }


#alerta-mensajes {
    border: none; /* Elimina cualquier borde */
    text-shadow: none; /* Asegura que no haya sombras de texto que puedan parecer bordes */
}

