﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: #5c87b2;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}


/*ESTILO NUMBER INPUT*/

.NumberInputminimo {
  float: left;
  width: 40px !important;
  height: 30px !important;
  padding: 0;
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: center;
  color: #93504C;
  border: 2px #93504C solid;
  background: none;
  outline: none;
  pointer-events: none;
}

span.spinner {
  /*position: absolute;*/
  height: 40px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

span.spinner > .sub,
span.spinner > .add {
  float: left;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  font-family: Lato;
  font-weight: 700;
  font-size:3.2em;
  line-height: 33px;
  color: #93504C;
  border: 2px  #F2F2F2 solid;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  cursor: pointer;
  transition: 0.1s linear;
  -o-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}

span.spinner > .sub {
  top: 0;
  color:#F3716D;
  border-right: 0;
  border-radius: 0 2px 2px 0;
}

span.spinner > .add {
  top: 0;
  color:#2bde73;
  border-left: 0;
  border-radius: 0 2px 2px 0;
}

span.spinner > .sub:hover{
 background: #F3716D;
  color: #FFF;  
  border-color: #F3716D;
}

span.spinner > .add:hover {
  background: #2bde73;
  color: #FFF;
  border-color: #2bde73;
}

 .NumberInputminimo::-webkit-inner-spin-button, .NumberInputminimo::-webkit-outer-spin-button {
 -webkit-appearance: none;
}

 /*ESTILO NUMBER INPUT*/

.textoNormalFloat{
    display: inline;
}
.textoNormalFloat label,.textoNormalFloat span {
    font-weight:normal;
    float:right;
}

.cancelar {
    cursor: pointer;
}

.sinDetalles {
    cursor: default;
}

.activoIcono {
    text-align: center;
    background-repeat: no-repeat;
    font-size: 36px;
    height: 1em;
    width: 1em;
    position: absolute;
    margin: -0.3em 1px 0px;
    background-size: 24px 24px;
    background-image: url(icon/activo.png);
}

.canceladoIcono {
    text-align: center;
    background-repeat: no-repeat;
    font-size: 36px;
    height: 1em;
    width: 1em;
    position: absolute;
    margin: -0.3em 1px 0px;
    background-size: 24px 24px;
    background-image: url(icon/cancelado.png);
}

.divTitulo {
    /* style="background-color: rgb(95, 103, 115); width: auto; height: 35px; padding-top: 10px; border-radius: 10px;"*/
    background-color: rgb(95, 103, 115);
    width: auto;
    height: 35px;
    padding-top: 10px;
    border-radius: 10px;
    min-width: 800px;
}
.xlsx {
display:none;
}
    .divTitulo img {
        width: 30px;
        margin-right: 20px;
    }

.divGeneral {
    /*background-color: rgb(239, 238, 238);*/
    border: 2px solid rgb(239, 238, 238);
    width: auto;
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
    min-width: 800px;
}

.tituloPagina {
    /* style="color: rgb(239, 238, 238); font-size: 30px; font-weight: normal; line-height: 20px; font-family: 'oswald'; text-align: center;"*/
    color: rgb(239, 238, 238);
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    font-family: 'oswald';
    text-align: center;
}

.encabezadoDiv {
    /* style="color: #08c; margin-bottom: 5px; font-size: 14px; font-weight: normal; line-height: 20px; font-family: 'oswald';"*/
    color: #08c;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    font-family: 'oswald';
}

.textoNormal {
    /* style="margin-bottom: 5px; font-size: 14px; font-weight: normal; line-height: 20px; font-family: 'oswald'; color: black;"*/
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: black;
    /*font-family: 'Open Sans Condensed', sans-serif;*/
}

.contenidoInput {
    /* style="margin-bottom: 5px; font-size: 14px; font-weight: normal; line-height: 20px; color: black;"*/
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: black;
    font-family: 'Open Sans Condensed', sans-serif;
}

.contenidoInputButton {
    /* style="margin-bottom: 5px; font-size: 12px; font-weight: normal; line-height: 20px; color: black;"*/
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: black;
    font-family: 'Open Sans Condensed', sans-serif;
}

.dropdownstyle {
    margin-top: -5px;
}

.divGris {
    margin-top: 20px;
    background-color: rgb(239, 238, 238);
    width: 800px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.azul {
    color: #08c;
    margin: 5px;
}

.divGris .titulo {
    color: #08c;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    font-family: 'Oswald', sans-serif;
}


input[readonly] {
    background-color: white;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #6CCAE0;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: white;
    padding: 0;
    height: 50px;
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

    header h1, #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
        text-shadow: 1px 1px 2px #111;
    }

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}

footer,
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    padding: 5px 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 10px 20px;
            text-decoration: none;
            line-height: 2.8em;
            color: #757F83;
            /*
        
    color: black;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background: rgb(225,255,255); 
background: -moz-linear-gradient(top,  rgba(225,255,255,1) 0%, rgba(225,255,255,1) 12%, rgba(230,248,253,1) 58%, rgba(200,238,251,1) 68%, rgba(190,228,248,1) 75%, rgba(177,216,245,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,255,255,1)), color-stop(12%,rgba(225,255,255,1)), color-stop(58%,rgba(230,248,253,1)), color-stop(68%,rgba(200,238,251,1)), color-stop(75%,rgba(190,228,248,1)), color-stop(100%,rgba(177,216,245,1))); 
background: -webkit-linear-gradient(top,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 12%,rgba(230,248,253,1) 58%,rgba(200,238,251,1) 68%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); 
background: -o-linear-gradient(top,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 12%,rgba(230,248,253,1) 58%,rgba(200,238,251,1) 68%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%);
background: -ms-linear-gradient(top,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 12%,rgba(230,248,253,1) 58%,rgba(200,238,251,1) 68%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%);
background: linear-gradient(to bottom,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 12%,rgba(230,248,253,1) 58%,rgba(200,238,251,1) 68%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ffff', endColorstr='#b1d8f5',GradientType=0 );
*/
        }

            ul#menu li a:hover {
                text-decoration: none;
                color: white;
                background: rgb(135,224,253); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(5,171,224,1) 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,224,253,1)), color-stop(40%,rgba(83,203,241,1)), color-stop(100%,rgba(5,171,224,1))); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* IE10+ */
                background: linear-gradient(to bottom, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
            }

            ul#menu li a:active {
                background-color: #a6e2a6;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* MIS ESTILOS
 TABLE
----------------------------------------------------------*/

#TablaHistorialConteos tbody td {
    padding: 5px;
    font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
}

#AgregadosConteo td {
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}

.cabeceraConteo {
    text-align: center;
    font-size: 17px;
    border-style: solid;
    border-left: solid 3px #ccc;
    background-color: rgb(237, 237, 237);
    font-family: 'Oswald', sans-serif;
}

.FondoGris {
    background-color: rgb(237, 237, 237);
}

#TablaHistorialConteos .trTerminado {
    background-color: rgb(159, 249, 159);
    font-size: 11px;
}

#TablaHistorialConteos .trNoTerminado {
    background-color: white;
    font-size: 11px;
}

#TablaHistorialConteos img {
    width: 40px;
}

#TablaHistorialConteos label {
    font-size: 19px;
}

#TablaHistorialConteos .tdImg {
    background-color: white;
}

.tdPrincipal {
    width: 150px;
}

.tdIteracion {
    width: 100px;
    height: 100px;
}

.titulo {
    display: block;
    float: left;
    padding-right: 15px;
}

.informacion {
    color: white;
}

#trConteos td {
    text-align: center;
}

.TituloMayor {
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    color: #515354;
    margin-bottom: 60px;
}

table {
    font-family:'Quicksand', sans-serif;
    /* "Helvetica Neue",Helvetica,Arial,sans-serif !important;*/
}
/*table {
    border-collapse: collapse;
}

    table td {
        padding: 10px;
    }
    */
.customLarge90 {
    width: 90% !important;
    left: 5% !important;
    margin-left: 0px !important;
}

.lblSubText {
    color: #696969;
    font-size: 11px;
    width: 100%;
    font-weight: normal;
}

table td {
    font-weight: normal;
    font-size: 12px;
}

table th {
    font-size: 13px !important;
    font-weight: normal !important;
    /*padding: 6px 10px;
        text-align: left;
        background-color: #C5CCD7;
        font-weight: inherit;
        text-align:center;*/
}


.tablaOpciones {
    margin-top: 40px;
}

.divisionTabla {
    border-style: solid;
    border-left: solid 3px #ccc;
}

#TablaHistorialConteos {
    font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 11px;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav,
#menucontainer {
    /*margin-top: 40px;*/
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: white;
}

    #logindisplay a:link {
        color: #7FCCED;
        text-decoration: underline;
        padding: 0 0 0 0;
    }

    #logindisplay a:visited {
        color: #7FCCED;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: #19B3E5;
        text-decoration: none;
        background-color: none!important;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

.btnNormal {
    padding: 5px;
    background-color: #13b2b7;
    color: white;
}

    .btnNormal:hover {
        background-color: #26a1a5;
    }

.btnCancel {
    margin-left: 15px;
}

.desactivado {
    pointer-events: none;
    cursor: default;
}

.activado {
    pointer-events: all;
    cursor: pointer;
}

.textBoxRojo {
    border: 1px solid #E52424 !important;
    box-shadow: 0 0 3px #E52424 !important;
}

.MensajeErrorShow {
    display: table-cell;
}

.MensajeErrorHide {
    display: table-cell;
}

.imgAlertaError {
    vertical-align: super;
}


.boton_filtro {
    color: rgb(249, 62, 95);
    font-size: 25px !important;
    margin-bottom: 13px;
    cursor: pointer;
}

    .boton_filtro:hover {
        color: #6876E4;
    }

.abonar {
    cursor: pointer;
}

    .abonar:hover {
        color: #F93E5F;
    }

.historial_abonos {
    cursor: pointer;
}

    .historial_abonos:hover {
        color: #F93E5F;
    }


#TablaUsuarios > tbody > tr {
    height: 100px;
}

.pTitulo {
    -webkit-transition: background-color 300ms cubic-bezier(.46,.03,.52,.96);
    -ms-transition: background-color 300ms cubic-bezier(.46,.03,.52,.96);
    transition: background-color 300ms cubic-bezier(.46,.03,.52,.96);
    /***/
    -webkit-transition: color 300ms cubic-bezier(.46,.03,.52,.96);
    -ms-transition: color 300ms cubic-bezier(.46,.03,.52,.96);
    transition: color 300ms cubic-bezier(.46,.03,.52,.96);
    background-color: #e3e3e3;
    color: #7a7a7a;
    border: 1px solid #d8d8d8;
    display: inline-block;
    padding: 0 10px;
}

.pTituloHover {
    background-color: #3da6ff;
    color: white;
}

.pTituloError {
    background-color: #ffa1a1;
    color: #d82222;
}

.pTitulo i {
    margin-right: 4px;
}
