﻿html,
body {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
}

body {
    padding-top: 70px;
}

footer {
    padding: 30px 0;
}


/* 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;
}


/* Carousel */

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}


/* buttons and links extension to use brackets: [ click me ] */

.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}


/* Make .svg files in the carousel display properly in older browsers */

.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}


/* Hide/rearrange for smaller screens */

@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none
    }
}


/*IS4 CSS*/

.validation-summary-valid {
    display: none;
}

.logged-out iframe {
    display: none;
    width: 0;
    height: 0;
}

.page-consent .client-logo {
    float: left;
}

.page-consent .client-logo img {
    width: 80px;
    height: 80px;
}

.page-consent .consent-buttons {
    margin-top: 25px;
}

.page-consent .consent-form .consent-scopecheck {
    display: inline-block;
    margin-right: 5px;
}

.page-consent .consent-form .consent-description {
    margin-left: 25px;
}

.page-consent .consent-form .consent-description label {
    font-weight: normal;
}

.page-consent .consent-form .consent-remember {
    padding-left: 16px;
}

.row-top {
    border-bottom: 1px solid #3ea5bc;
    overflow: hidden;
    padding: 0px 0 12px;
}

#header {
    position: relative;
    z-index: 99;
    background: url(../images/tail-header.gif) repeat-x 0 bottom #0e8fab;
    padding-bottom: 11px;
}

#header h1 a {
    width: 679px;
    height: 78px;
    background: url(../images/logo2.png) no-repeat 0 0;
    display: inline-block;
}

footer {
    position: relative;
    bottom: 0px;
}

.bg-adminglobal {
    background-color: #0e8fab;
}

.navbar-adminglobal-logo {
    min-width: 330px;
    background: url(../images/logo2.png) no-repeat 0 0;
    background-size: 325px;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    /* Logo más chico */
    .navbar-adminglobal-logo {
        min-width: 250px;
        background-size: 245px;
        margin-right: 5px;
    }
}

.btn-social.btn-lg> :first-child {
    font-size: 1.5em;
    padding-top: 2px;
}

.badge {
    padding: 7px;
}

.cuerpo_unidad {
    padding: 10px !important;
}

.v-card__title {
    background-color: #0e8fab;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: center;
    min-height: 60px;
    padding: 0 !important;
    line-height: unset;
    /* white-space: nowrap; */
    overflow: hidden;
}

.v-card--link:hover {
    text-decoration: none;
}

.unidad {
    background-color: #b3ccd1;
    display: block;
    padding: 0 !important;
    margin: 0 5px 5px 5px;
    min-height: 150px;
    min-width: 275px;
}

.unidad .en_proceso {
    background-color: #b9bcbd;
}

.v-card__title .en_proceso {
    background-color: #b9bcbd !important;
}

.cuerpo_unidad {
    color: #222;
}

.unidad .v-card__title {
    padding: 0 5px 0 5px !important;
    margin: 0 !important;
    height: 100% !important;
}

.unidad:hover .v-card__title {
    background-color: #0d697d;
}

.unidad:hover .en_proceso {
    background-color: #abb5b7;
}

.rol_unidad {
    /*padding-left: 10px;*/
    color: #0d697d;
    font-size: 0.85em;
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: auto !important;
}

.nombre_consorcio {
    font-weight: bold;
    font-size: 1.2em;
}

.nombre_admin {
    font-size: 0.85em;
}
.plus {
    font-size: 100px;
    font-weight: bolder;
    color: #0e8fab;
    position: absolute;
    left: 35%;
    top: 10%;
}