/*
    Para estilo basico en botones
*/
button
,input[type='button'] {
    font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
    display: block;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    padding: 8px;
    font-size: 15px;
    background: #1885CC;
    color: #FFF;
    border: 0px none;
    outline: 0px none;
    cursor: pointer;
}
button:hover
,input[type='button']:hover{
    background: #066FB3;
}
button:active
,input[type='button']:active{
    background: #64ADDC;
}

/*
    Estilo para el plugin jQuery.FilterTable
*/
input[type='search']{
    font-size: 15px;
    width: 50%;
    height: 25px;
}
.filter-table {
    font-size: 13px;
    font-weight: bold;
}
.filter-table .quick {
    margin-left: 0.5em;
    font-size: 0.8em;
    text-decoration: none;
}
.fitler-table .quick:hover {
    text-decoration: underline;
}
td.alt {
    background-color: rgba(255, 255, 0, 0.2) !important;
    background: rgba(255, 255, 0, 0.2) !important;
}



/*
    Estilo para la pagina principal
*/
table tbody tr{
    cursor: pointer;
}

.contenedor-tabla
{display: table;}
.contenedor-fila
{display: table-row;

}
.contenedor-columna
{display: table-cell;
    width:400px;
    padding: 0px 0px 0px 10px;
}
#datosCliente
{
    padding: 0px 0px 0px 15px;
}

/*input[type='text']
{
padding:2px;
border-radius:3px;
text-align:center;
border:solid 1px #EBE5D9;
box-shadow:0 0 3px #EBE5D9;
-moz-box-shadow:0 0 3px #EBE5D9;
-ms-box-shadow:0 0 3px #EBE5D9;
-o-box-shadow:0 0 3px #EBE5D9;
-webkit-box-shadow:0 0 3px #EBE5D9;
}*/
input.focus[type='text']
{

    box-shadow:0 0 3px #EBE5D9;
    -moz-box-shadow:0 0 3px #EBE5D9;
    -ms-box-shadow:0 0 3px #EBE5D9;
    -o-box-shadow:0 0 3px #EBE5D9;
    -webkit-box-shadow:0 0 3px #EBE5D9;
}
/*select
{

border-radius:3px;
border:solid 2px #D6E4F5;
box-shadow:0 0 3px #D6E4F5;
-moz-box-shadow:0 0 3px #D6E4F5;
-ms-box-shadow:0 0 3px #D6E4F5;
-o-box-shadow:0 0 3px #D6E4F5;
-webkit-box-shadow:0 0 3px #D6E4F5;
   background-position: center right;
   background-repeat: no-repeat;
   background: #FCFDFF;
}*/


/* .Combos
 {
     padding: 0px 0px 0px 2px;
 }*/

/*.carroCompra th {
padding: 5px;
font-size: 12px;
background-color: #83aec0;
background-image: url(fondo_th.png);
background-repeat: repeat-x;
color: #FFFFFF;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #558FA6;
border-bottom-color: #558FA6;
font-family: ?Trebuchet MS?, Arial;
text-transform: uppercase;
}*/


caption {
    font-family:Georgia,Times,serif;
    font-weight:normal;
    font-size:1.4em;
    text-align:left;
    margin:0;
    padding:0.5em 0.25em;

}
#cerrarSesion{
    text-align: right;
}

.VentanaEmergente{
    font-size: 12px;
    background-color: #d6e6f1;
    margin: auto;

    /*                text-align: center;*/

}


.tabla
{display: table;

}
.fila
{display: table-row;

}
.columna
{display: table-cell;
    padding: 0px 0px 0px 10px;
}

input[type=text],[type=password] {

    margin: 3px;
    text-align: right;
    padding: 0 10px;

    width: 80px;

    height: 23px;

    color: #404040;

    background: white;

    border: 1px solid;

    border-color: #c4c4c4 #d1d1d1 #d4d4d4;

    border-radius: 5px;

    outline: 2px solid #171312;

    -moz-outline-radius: 3px;

    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);

    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);

}


input[type=text]:focus, input[type=password]:focus {

    border-color: #7dc9e2;

    outline-color: #171312;

    outline-offset: 0;

}



select
{

    /*  width: 500px;*/
    padding: 5px;
    font-family: Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 13px;
    border-color: #c7c7c7;
    background: #fff;
    border: 1px solid #ccc;
    height: 30px;
    margin: 4.5px 0px 0px;
    width: 500px


}


table a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}
table a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
table a:active,
table a:hover {
    color: #bd5a35;
    text-decoration:underline;
}
table {
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    font-size:12px;
    text-shadow: 1px 1px 0px #f2f2f2;
    background:#eaebec;
    /*	margin:10px;*/
    border:#ccc 1px solid;

    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}
table th {
    padding:11px 15px 12px 15px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child{
    text-align: left;
    padding-left:10px;
}
table tr:first-child th:first-child{
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
table tr:first-child th:last-child{
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
table tr{
    text-align: center;
    padding-left:10px;
}
table tr td:first-child{
    text-align: left;
    padding-left:20px;
    border-left: 0;
}

table tr td {
    padding:8px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td{
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td{
    border-bottom:0;
}
table tr:last-child td:first-child{
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
table tr:hover td{
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

#left span.orange,.orange  {
    color:#F6922F;
    font-size:1em;
}

#span.green,.green
{
    font: 15px 'roboto',Arial,sans-serif;
    color: #56b401;
    display: inline;
    letter-spacing: 0;

    font-weight:bold;
}

#span.black,.black
{
    font: 15px 'roboto',Arial,sans-serif;
    color: black;
    display: inline;
    letter-spacing: 0;

    font-weight:bold;
}

#sinbordes
{
    border:none;
}


.tableReporte tbody.scrollContent
{
    display: block; /*obligado*/
    height: 262px; /*la que necesites*/
    overflow: auto; /*obligado*/
    width: 100%;
}
.tableReporte td,th{
    margin:0;

}

/* Para menu
--------------------------------------------------*/
ul.horizontal {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
}

ul.horizontal li {
    float: left;
}

ul.horizontal li a {
    display: inline-block;
    color: #666;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul.horizontal li a:hover:not(.active) {
    background-color: #ddd;
}

ul.horizontal li a.active {
    background-color: #e6e6e6;
}

.menu-icono{
    width: 17px;
}

/* Para grid de formulario
--------------------------------------------------*/
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    /*margin-right: -15px;
    margin-left: -15px;*/
}
.row .col {
    position: relative;
    width: 100%;
    min-height: 1px;
    /*padding-right: 5px;
    padding-left: 5px;*/

    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.row .col-2 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}
.row .col label{
    display: inline-block;
    width: 100%;
}
.row .col input
,.row .col select{
    display: inline-block;
    width: 80%;

    text-align: center;
    outline: 0;
}
.row .col select{
    padding: 0;
    height: 23px;
}
.rango-fecha{
    width: 80px !important;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;

    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

/* Para la tabla que muestra las lineas
--------------------------------------------------*/
.tabla-linea tr.pagado{
    padding-left: 0;

    background-color: #dff0d8 !important;
    background: #dff0d8 !important;
}
.tabla-linea tr.cancelado td{
    padding-left: 0;

    background-color: #efd7d7 !important;
    background: #efd7d7 !important;
}
.tabla-linea tr.pagado td{
    background-color: #dff0d8 !important;
    background: #dff0d8 !important;
}
.tabla-linea tr.pagado:hover {
    background-color: #c2e2b6 !important;
    background: #c2e2b6 !important;
}
.tabla-linea tr td:first-child {
    padding-left: 5px;
}
.tabla-linea {
    margin-top: 5px;
    display: block;
    height: 400px;
    overflow: auto;
    cursor: default !important;
}
.tabla-linea tbody tr{
    cursor: default !important;
}
.tabla-linea .icono{
    width: 18px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

/* Para vista de preguntas frecuentes FAQ
--------------------------------------------------*/
.faq {
    background-color: #FFF;
}
.area-faq{
    color: #7a7a7a;

    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;

    padding-top: 10px;
    padding-bottom: 10px;
}
.area-faq h4{
    font-weight: 700;
    line-height: 1.2em;
    text-transform: none;
    color: #333;

    font-size: 24px;
}
u{
    text-decoration: underline;
}

/*
    Boton de pago
*/
.btn-pagar {
    font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
    text-decoration: none;
    text-align: center;
    padding: 4px;
    font-size: 15px;
    background: #800101;
    color: #FFF;
    border: 0px none;
    outline: 0px none;
    cursor: pointer;
}
.btn-pagar:hover{
    background: #650101;
}
.btn-pagar:active{
    background: #b10202;
}