﻿/* 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;
}

.crud-action-buttons
{
    margin-top: 30px;
}

    .crud-action-buttons .back
    {
        float: left;
        width: 50%;
    }

    .crud-action-buttons .actions
    {
        float: left;
        width: 50%;
        text-align: right;
    }

        .crud-action-buttons .actions a
        {
            margin-left: 10px;
        }

        .crud-action-buttons .actions .first
        {
            margin-left: 0;
        }

.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: 10px;
}

.anuncioFoto
{
    height: 200px;
    /*width: 200px;*/
    margin: 5px 10px 10px 0;
    border: 1px solid #73879C;
    float: left;
}

.form-codigo
{
    font-weight: 600;
    font-size: 18px;
}

.titulo-grupo-permisos
{
    margin-top: 30px;
    margin-bottom: 10px;
}

.fila-permiso
{
    margin-top: 5px;
    margin-bottom: 10px;
}

    .fila-permiso:hover
    {
        background-color: #fff0cf;
    }

.mostrar-pass input[type="checkbox"]
{
    margin-right: 10px;
    margin-top: 12px;
    transform: scale(1.5);
}

.control-label.normal
{
    font-weight: 400;
}

.mr-20
{
    margin-right: 20px;
}

.mb-30
{
    margin-bottom: 30px;
}

.table-hover > tbody > tr:hover
{
    background-color: #fff0cf;
}

.info-form
{
    padding-left: 15px;
}

.form-horizontal .control-label.en-check
{
    padding-top: 15px;
}

.in-tab
{
    margin-top: 20px;
}

.tabs
{
    margin-top: 20px;
}

.panel.with-nav-tabs .panel-heading
{
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs
{
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified
{
    margin-bottom: -1px;
}

/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus
{
    color: #31708f;
}

    .with-nav-tabs.panel-info .nav-tabs > .open > a,
    .with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-info .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-info .nav-tabs > li > a:focus
    {
        color: #31708f;
        background-color: #bce8f1;
        border-color: transparent;
    }

.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus
{
    color: #31708f;
    background-color: #fff;
    border-color: #bce8f1;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu
{
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a
    {
        color: #31708f;
    }

        .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
        .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus
        {
            background-color: #bce8f1;
        }

    .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
    .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
    .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus
    {
        color: #fff;
        background-color: #31708f;
    }

.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    color: white !important;
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3) !important;
    background-color: #1b9dec !important;
    background-image: linear-gradient(to bottom, #1da7ee, #178ee9) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03) !important;
    border: 1px solid #0073bb !important;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice:hover
    {
        background-color: red !important;
        border: 1px solid #0073bb !important;
        color: white !important;
    }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display
{
    padding: 5px 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
    color: white !important;
    border-right: 1px solid #0073bb !important;
    padding: 5px 7px !important;
}


    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus
    {
        background: rgba(0, 0, 0, 0.05) !important;
        color: white !important;
    }

.logo-home
{
    margin: 20px 0;
}

.invisible-category
{
    color: #ff2300;
}

.x_title a
{
    color: #009ed3;
}

    .x_title a:hover
    {
        text-decoration: underline;
    }

.x_title i
{
    margin: 0 10px;
}

.form-horizontal .control-label.chk-label
{
    padding-top: 2px;
}

.seguimientoFecha
{
    margin-bottom: 0px;
    font-size: 10px;
}

.seguimientoUsuario
{
    font-size: 10px;
}

.seguimientoSection
{
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #aa6708;
}

    .seguimientoSection h4
    {
        color: #aa6708;
        margin-top: 0;
        margin-bottom: 5px;
    }

.btn-leido
{
    margin-bottom: 20px;
}

.amenity-image
{
     width: 50px;
     height: 50px;
}