﻿/* styles for validation helpers */
.field-validation-error
{
    color: #e80c4d;
    margin-left: 5px;
}

.field-validation-valid
{
    display: none;
}

input[type="text"].input-validation-error,
input[type="email"].input-validation-error,
input[type="number"].input-validation-error,
input[type="tel"].input-validation-error,
input[type="password"].input-validation-error,
select.input-validation-error
{
    border: solid 1px red;
    background-color: #f9f2f4;
}

.validation-summary-errors
{
    color: #e80c4d;
    margin: 10px 0 15px 0;
    padding: 0;
}

    .validation-summary-errors ul
    {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.validation-summary-valid
{
    display: none;
}

.valSummary
{
    padding-left: 23px;
    padding-bottom: 10px;
}

.validation-block
{
    clear: both;
    float: none;
    display: block;
}

/* Override bootstrap input checkbox */
.checkbox input[type="checkbox"]
{
    margin-left: 0;
}

/* make Bootstrap columns all the same height */
.row
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .row > [class*='col-']
    {
        display: flex;
        flex-direction: column;
    }

/* Override bootstrap */
.alert-warning
{
    color: #fff;
    background-color: #FF8C00;
    border-color: #FF8C00;
}

.alert-success
{
    color: #fff;
    background-color: #00B22D;
    border-color: #00B22D;
}

.alert-danger
{
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
}

.alert-info
{
    color: #fff;
    background-color: #00BFFF;
    border-color: #00BFFF;
}

/* Override theme */
.timepicker-picker table td.separator
{
    border-top: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

/* Border for focus input */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus
{
    border: solid 1px #A878AF;
}

/* Common styles */
.form-label
{
    padding-top: 8px;
}

.alert .glyphicon
{
    display: table-cell;
}

.alert div,
.alert span
{
    padding-left: 5px;
    display: table-cell;
}

.buttons-list
{
    margin-top: 30px;
}

    .buttons-list a
    {
        margin-left: 10px;
    }

    .buttons-list .first
    {
        margin-left: 0;
    }

.flag
{
    margin-top: -3px;
}

.date-day
{
    width: 75px;
}

.date-month
{
    width: 120px;
    margin-left: 10px;
}

.date-year
{
    width: 100px;
    margin-left: 10px;
}

.title_left .btn
{
    margin-bottom: 20px;
}

.table
{
    width: 100%;
}

.selectBeforeTable
{
    margin-bottom: 20px;
    max-width: 280px;
}

.table-responsive
{
    padding-left: 10px;
}

.compInfo
{
    font-size: 10px;
    color: silver;
}

.session-details
{
    border: 1px solid silver;
    padding: 5px;
}

.info
{
    font-size: 11px;
    color: orange;
}

.btn-separated
{
    margin-left: 20px;
}

.anuncioFoto
{
    /*height: 200px;*/
    /*width: 200px;*/
    margin: 5px 10px 10px 0;
    border: 1px solid #73879C;
    float: left;
}

.btn-top-listing
{
    margin-left: 20px;
}

.form-info
{
    padding-top: 8px;
}

/* Reportes */
.fecha-dia
{
    width: 75px;
    margin-right: 8px;
}

.fecha-mes
{
    width: 120px;
    margin-right: 8px;
}

.fecha-anho
{
    width: 100px;
}

.fecha-hora
{
    padding-left: 10px;
    padding-top: 7px;
}

.dropdown
{
    margin-bottom: 10px;
}

th.rotate
{
    height: 130px;
    white-space: nowrap;
    position: relative;
}

    th.rotate > div
    {
        transform: rotate(270deg);
        position: absolute;
        left: 0;
        right: 0;
        /*top: 10px;*/
        top: 90px;
        margin: auto;
    }

.sep-surtido-peso
{
    width: 20px;
    background-color: silver;
}

tr.linea
{
    background-color: #73879C !important;
    color: #fff;
    height: 40px;
}

tr.sep-linea
{
    height: 40px;
}

.form-control.surtido
{
    padding: 0px !important;
    text-align: center;
}

.resumenAudPdvs
{
    list-style: none;
}

.resumenAudPdv
{
    margin: 15px 0;
}

.resumenAudPdv a
{
    font-size: 18px;
    color: #FF8C00;
}

.resumenAudTipo
{
    background-color: #FF8C00;
    color: #fff;
    font-weight: bold;
}

.resumenAudTipo:hover
{
    background-color: #FF8C00 !important;
    color: #fff !important;
    font-weight: bold !important;
}

.btn-detalle-aud, .btn-detalle-aud:hover, .btn-detalle-aud:active
{
    color: #fff;
}

.fotoAuditoria
{
    width: 20%;
    float: left; 
    margin-right: 50px;
    margin-bottom: 50px;
}

.clusters
{
    margin: 10px;
    padding: 10px;
    border: 1px solid silver;
}

.t-casi-alcance
{
    font-weight: bold;
}