@charset "utf-8";
/* CSS Document */

.brand-logo img { width: 150px; margin: 7px 20px; }

nav form { 
    width: 500px;
    margin-left: 200px;
    height: 100%;
    display: inline-block;
}
nav form label.label-icon { padding: 0 18px; left: 2px !important; }

#breadcrumbs ol {
    list-style: none;
    padding: 0;
}
#breadcrumbs li {
    display: inline-block;
}
#breadcrumbs * {
    vertical-align: middle;
}

/* FORM */
/* label color */
.input-field label {
  color: #000;
}
/* label focus color */
.input-field input[type=text]:focus + label {
  color: #000;
}
/* label underline focus color */
.input-field input[type=text]:focus {
  border-bottom: 1px solid #000 !important;
  box-shadow: 0 1px 0 0 #000!important;
}
/* valid color */
.input-field input[type=text].valid {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 0 #000;
}
/* invalid color */
.input-field input[type=text].invalid {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 0 #000;
}
/* icon prefix focus color */
.input-field .prefix.active {
  color: #000;
}


/* GRALES*/
.link { color: #039be5; cursor: pointer; }
.link:hober { text-decoration: underline; }
.cant { color: #aaa; } 
.no-margin { margin: 0; }
.pipe:before {
    content: '';
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    width: 1px;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #e5e5e5;
    margin: 0 0.5em;
}
.fav i.material-icons::before { content: "favorite_border";}
.fav:hover i.material-icons::before { content:"favorite"; } 

.texto-con-icono { margin: 0 auto 0 0; }
.icono-con-texto { margin: 0 10px 0 auto; }

.more-btn {
    border: 1px solid #aaa;
    border-radius: 50px;
    line-height: 20px;
    padding: 0.5em 2em;
    max-width: 300px;
    margin: auto;
}
.more-link { display: flex; justify-content: center; }

.loading {
    position: absolute;
    /*top: 0;*/
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 9;
}
.loading .progress {
    margin: 0;
}

.ui-autocomplete a { display: block; }
.ui-autocomplete-category {
    font-weight: bold;
    margin: 0.5em 0.5em 0 0.5em;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked { left: auto; margin-top: 8px; }

.autocomplete-especialidad { font-size: 0.7em; margin-left: 0.5em; }

.modal-fixed-footer {
    max-height: 80% !important;
    height: 80%;
}
.modal-fixed-footer .modal-footer input { color: #fff !important; }

.success { padding: 10%; }
.success > * { display: block; text-align: center; margin: 0 auto 20px auto; }

@media only screen and (max-width: 991px) {

    .navbar-fixed, nav { height: 70px; }
    nav form { 
        width: 100%;
        margin-left: 0;
        height: 70px;
        position: relative;
        /*top: -10px;*/
    }

    ul.ui-autocomplete {
        width: 100% !important;
        left: 0 !important;
    }

    ul.ui-autocomplete > li > a {
        display: block;
        padding-top: 1em !important;
        padding-bottom: 1em !important;
        border-top: 1px solid #eee;
    }

    /* fullwidth modal */
    .modal-fixed-footer {
        margin: 0;
        width: 100%;
        top: 0 !important;
        bottom: 0 !important;
        max-height: 100% !important;
        height: 85% !important;
    }

}