

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    /* height: 100%; */
    /* Negative indent footer by its height */
    margin: 0 auto -110px;
    /* Pad bottom by footer height */
    padding: 0 0 110px;
}

/* Set the fixed height of the footer here */
#footer {
    height: 110px;
    background-color: #f5f5f5;
}

#wrap > .container {
    padding: 10px 15px 0;
}

#wrap > .containermain {
    padding-top: 55px;
}

.container .credit {
    margin: 10px 0;
}

#footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

code {
    font-size: 80%;
}

.show-grid {
    margin-bottom: 15px;
}
.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eee;
    border: 1px solid #ddd;
    background-color: rgba(86,61,124,.15);
    border: 1px solid rgba(86,61,124,.2);
}

.spacer {
    margin-top: 10px; /* define margin as you see fit */
}

.modal-login {
    padding-top: 15%;
}

.red {
    color: red;
}


#FechaNacimiento {
    cursor: pointer;
    background: #ffffff;
}


.jumbotron {
    padding: 15px;
    margin-bottom: 15px;
}



.SchedulerPlace {
    border: 1px solid #ddd;
}

.ui-datepicker-today  {
    border: 1px solid #ee1626 !important;
}

.ui-datepicker-today .ui-state-default {
    border: 1px solid #000000 !important;
    color: rgb(0, 0, 0) !important;
    font-weight: bold;
}


@media (min-width: 768px) {
    .dl-horizontal dd {
        margin-bottom: 35px;
    }
    .dl-horizontal dt {
        margin-bottom: 35px;
    }
}


.captcha {
    display: inline;
    width: 68px;
    text-align: center;
}


.explicacion{
    padding-top: 7px
}


.page-header {
    margin-top: 10px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* Base styles (regardless of theme) */
.bs-callout {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}
.bs-callout h4 {
    margin-top: 0;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #dFb5b4;
}
.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}
.bs-callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}

.bg-danger {
    background-color: #F2DEDE;
}