/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/03/2018, 10:23:23
    Author     : Camino Anahi
*/

.ficha-persona{
    position: relative;
    padding: 15px;
}

.ficha-persona .nav-pills{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

@media (max-width: 768px) {
    .ficha-persona .nav-pills{
    left: 0;
}
}

.ficha-persona .nav-pills>li>a {
    background: #26b6b9;
    border: 1px solid #26b6b9;
    color: #fff;
    padding: 5px 10px;
}

.ficha-persona .nav-pills .dropdown-menu li{

}

.ficha-persona .btn-collapse{
    position: absolute;
    bottom: 0px;
    left: 50%;
  transform: translateX(-50%);
    background: none;
    border: none;
    margin: 0 auto;
}

.ficha-persona .foto-perfil{
    text-align: center;
    min-height: 50px;
}

.ficha-persona .label{
    display: block;
    margin: 20px auto;
    width: 100%;
    padding: 5px;
    font-size: 10px;
}

.ficha-persona .foto-perfil img{
    width: 100%;
}

.ficha-persona .razon{
    font-weight: 500;
    font-size: 16px;
}

.ficha-persona .cuit{
    display: inline-block;
    font-weight: lighter;
    margin: 0;
    line-height: 0;
}

#modalPerfil .modal-dialog {
    width: 900px; /* your width */
    /*left:200px;*/
}

#modalConfirmacion .modal-dialog {
    width: 800px; /* your width */
    /*left:200px;*/
}

#modalReserva .modal-dialog {
    width: 800px; /* your width */
    /*left:200px;*/
}

#ModalResultadoOperacion .modal-dialog {
    width: 900px; /* your width */
    left: 150px;
}

#modal3 .modal-dialog {
    /*width: 900px; */
    left: 150px;
}

#my {
    zoom: 85%;
}


/* Modales */
.modal-header-success {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-warning {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-danger {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-info {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-primary {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* Validaciones */
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    font-weight: bold !important;
    color: #ff0000 !important;
    display: none;
}

.validation-summary-valid {
    display: none;
}

/* data-tip */
[data-tip] {
    position: relative;
}

    [data-tip]:before {
        content: '';
        /* hides the tooltip when not hovered */
        display: none;
        content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #1a1a1a;
        position: absolute;
        top: -25px;
        left: 35px;
        z-index: 8;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

    [data-tip]:after {
        display: none;
        content: attr(data-tip);
        position: absolute;
        top: -25px;
        left: 0px;
        padding: 5px -8px;
        background: #1a1a1a;
        color: #fff;
        z-index: 9;
        font-size: 0.95em;
        height: 18px;
        line-height: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        white-space: nowrap;
        word-wrap: normal;
    }

    [data-tip]:hover:before,
    [data-tip]:hover:after {
        display: block;
    }

.loadingStyle {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

.loadingcontentStyle {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.loadingspinnerStyle {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

.sirwiq-login {
    display: block;
    width: 120px;
    height: 50px;
    text-indent: -9999px;
    background: url('../img/logo-sirwiq-horizontal-blanco.svg')no-repeat center;
}

.rojo {
    background-color: #cd4237 !important;
    color: #ffffff !important;
}

/* Estilo del spinner */
.spinner {
    display: none; /* Oculto por defecto */
    position: absolute;
    top: 25%;
    left: 35%;
    transform: translate(-50%, -50%); /* Centra el spinner */
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Animación de giro */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}