html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


div.required label:after {
    content: " *";
    color: red;
}


.display-none{
    display: none;
}


.pd-custom-bottom {
    padding-bottom: 0.5rem;
}


.card .card-header[data-toggle=collapse] {
    /*! text-decoration:none; *//*! position:relative; *//*! padding:.75rem 3.25rem .75rem 1.25rem */
}
.card .card-header[data-toggle=collapse]::after {
    position:absolute;
    right:0;
    top:0;
    padding-right:1.725rem;
    line-height:51px;
    font-weight:900;
    content:'\f107';
    font-family:'Font Awesome 5 Free';
    color:#d1d3e2
}
.card .card-header[data-toggle=collapse].collapsed {
    border-radius:.35rem
}
.card .card-header[data-toggle=collapse].collapsed::after {
    content:'\f105'
}

/*******CUSTOM*******/
.img-logo-empresa {
    text-align: center;
    height: auto;
    max-height: 40px;
}

.img-usuario {
    text-align: center;
    height: auto;
    max-height: 284px;
}


.content-image-usuario {
    border-width: 0; !important;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.6);
    -webkit-box-shadow:  5px 5px 15px rgba(0,0,0,0.6);
    height: 100%;
}

.btn-img {
    border-width: 0; !important;
    border-radius: 0 0 0 0 !important;
    -webkit-border-radius: 0 0 0 0 !important;
}


.wrap{
    /*background-size: 100px 100px;
    background-repeat: repeat;
    background-image: url(https://ginecologiavanguardia.com/wp-content/themes/alterna/img/bgnoise_lg.png);*/
}

.main-cont{
    background-color: white;
    /*box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);*/
}


/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}


.items-center{
    display: flex;
    align-items: center;
    justify-content: center;
}


.fab {
    padding: 10px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;

    width: 40px;
}

.fab:hover {
    opacity: 0.7;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-facebook-f {
    background: #3B5998;
    color: white;
}
