﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 10px;
    padding-bottom: 0px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.alert-info {
    background-color: #ffffff;
    background-image: none;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.checkbox input[type="checkbox"] {
    margin-left: 0;
    position: absolute;
}

.navbar-text {
    padding: 0 15px;
}

/*  Pasos   */

.tdPaso {
    color: #BBBBBB;
    font-weight: bold;
}

.tdPasoActual {
    background-color: #d6f3ff;
    border-radius: 4px;
    color: #0088b7;
    font-weight: bold;
}

    .tdPaso span, .tdPasoActual span {
        font-size: 2.3em;
    }

.tdPaso label {
    color: #BBBBBB;
}

.tdPasoActual label {
    color: #000000;
}

.tdPaso strong, .tdPasoActual strong {
    color: #FFFFFF;
}

/* Fin Pasos */

.trDatosSeleccionado td {
    background-color: #d6f3ff;
    /*color: #FFFFFF !important;*/
}

.page-header > h1 {
    color: #0088B7;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    height: 110%;
}

.embed-responsive {
    padding-bottom: 40%;
}

@media screen and (min-width: 768px) {
    .embed-responsive {
        padding-bottom: 10%;
    }
}

.padding-zero > thead > tr > th, .padding-zero > tbody > tr > th, .padding-zero > tfoot > tr > th, .padding-zero > thead > tr > td, .padding-zero > tbody > tr > td, .padding-zero > tfoot > tr > td {
    padding: 0px;
}

/* INICIO AJAX LOADER */
/*.overlay {
    position: fixed;
    z-index: 9999999999999;
    top: 0px;
    left: 0px;
    background: #FFF url('../../images/ajax-loader.gif') no-repeat center;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
    cursor: wait;
}

* html .overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

.loader {
    z-index: 10000000000000;
    position: fixed;
    width: 120px;
    margin-left: -60px;
    top: 50%;
    left: 50%;
}

* html .loader {
    position: absolute;
    margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}*/
/* FIN AJAX LOADER*/

/* TABLA*/

table.ADOSresponsive {
    margin: 22px auto;
    border-collapse: collapse;
    color: #333;
    text-rendering: optimizeLegibility;
    border-radius: 5px;
    width: 100%;
}

    table.ADOSresponsive thead th {
        font-weight: 600;
    }

    table.ADOSresponsive thead th, table.ADOSresponsive tbody td {
        padding: .8rem;
        vertical-align: middle;
    }

    table.ADOSresponsive tbody td {
        padding: .8rem;
        color: #444;
    }

    table.ADOSresponsive tbody tr:not(:last-child) {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

.text-center {
    text-align: center;
}

@media screen and (max-width: 766px) {
    .text-center {
        text-align: left;
    }

    table.ADOSresponsive thead {
        display: none;
    }

    table.ADOSresponsive tbody td {
        display: block;
        padding: .6rem;
    }

    table.ADOSresponsive tbody tr td:first-child {
        background: #0088b7;
        color: #fff;
    }

    table.ADOSresponsive tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: block;
        /*Para mostrar en la misma linea todo descomentar las de abajo*/
        /*display: inline-block;
    width: 10rem;*/
    }
}

/* FIN TABLA */

/* BOTON IR ARRIBA */
#scrollUp {
    bottom: 20px;
    right: 20px;
    padding: 0px 10px 5px 10px;
    background-color: #0088b7;
    color: #fff;
}

@media print {
    #scrollUp {
        display: none !important;
    }
}
/* FIN BOTON IR ARRIBA */

.logo {
    padding-left: 30px;
}

@media screen and (max-width: 400px) {
    .logo {
        padding-left: 5px;
    }
}

/*Para que el scroll de los modales este en su body  */
.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.btn-group label {
    font-weight: normal;
}

.btn-group > .focus {
    background-color: #fff;
}

#footer {
    padding: 0;
    position: relative;
}

#footer_first {
    border-top: 1px solid #e3e3e3;
    min-height: 80px;
    padding: 15px 0 0 0;
    position: relative;
}

#direccion .titulo {
    color: #c7200f;
    font-weight: bold;
    padding: 0 0 3px 0;
}

#direccion {
    color: #747474;
    font-size: 0.92em;
    float: left;
}

.has-error .btn-group label {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.popover {
    max-width: unset;
}
/*cookies */
.bloque_cookies {
    background-color: #000;
    border: 2px solid #000;
    border-radius: 0;
    display: none;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 10px;
    margin: -226px 0 0 0;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: left;
    max-width: 100%;
    width: 260px;
    z-index: 100001;
    -webkit-box-shadow: 3px 1px 5px 0 rgba(50, 50, 50, 0.37);
    -moz-box-shadow: 3px 1px 5px 0 rgba(50, 50, 50, 0.37);
    box-shadow: 3px 1px 5px 0 rgba(50, 50, 50, 0.37);
    box-sizing: border-box;
}

.bloque_cookies_Content {
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    text-decoration: none;
}

.bloque_cookies_Content .bloque_cookies_Content_Title {
    color: #fff;
    font-weight: bold;
    padding: 9px 20px 9px 10px;
    text-transform: uppercase;
}

.bloque_cookies_Content p {
    line-height: 1.2em;
    margin: 0;
    padding: 0;
}

.bloque_cookies_Content p a {
    color: #fff;
    text-decoration: underline;
    font-size: inherit;
}

.bloque_cookies_Content p .bloque_cookies_Content_Title_Close {
    color: #fff;
    position: absolute;
    top: 8px;
    right: 5px;
    text-decoration: none;
}

.bloque_cookies_Content_Message {
    margin: 0;
    padding: 5px 10px 20px 10px;
    overflow: auto;
    text-align: left;
    font-size: 11px;
}

.bloque_cookies_Content_Buttons {
    padding: 0 5px;
}

.bloque_cookies_Content_Accept {
    background: #fff;
}

.bloque_cookies_Content_Accept, .bloque_cookies_Content_No_Accept {
    background: #fff;
    color: #000;
    display: inline-block;
    line-height: 1.2em;
    margin: 0 5px 0 5px;
    padding: 5px 8px 5px 8px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
/*cookies */

.entropizer-track {
    background-color: #e8e8e8;
    border-radius: 2px;
    height: 4px;
}

.entropizer-bar {
    height: 4px;
}
