/* LAYOUT DE ADMIN */
/* BEGIN max width 480px */


@media (max-width: 991px) {
    #datosProfesores{
        text-align: center;
    }
}

@media (max-width: 767px) { .mensajeAltaPersona { padding-right: 30px !important; } }

.editable{
    cursor: default !important;
}
.tituloPanel{
    cursor: default !important;
    color: white !important;
    font-weight: initial !important;
}
.tituloInformacion{
    cursor: default !important;
    font-weight: initial !important;
}
.padding-hono{
    padding-left: 5%;
}

.puntero{
    cursor: pointer !important;
}
.sinMargen{
    margin-right: 0px !important; 
    margin-left: 0px !important;
}

.extension{
    margin-left: 20px !important;
}

.fecha{
    padding-left: 34px !important;
}

.placeholderleft{
    padding-left: 33px;
}

.espaciado{
    padding-left: 10px !important;
}

.sinPadding{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media (max-width: 990px) {
    #labelTelefono {
        position: inherit !important;
        top:0px !important;
    }
}
@media (max-width: 480px) {
    .page-container {
        top: -75px !important;
    }
    .page-header,
    .navbar,
    .navbar-fixed-top {
        /*min-height: 46px !important;*/
    }
    /*.navbar-text h2 {
        margin-top:10px !important;
        padding-top:0px;
        padding-bottom: 10px;
        margin-left:10px;
        margin-botom: 0px !important;
    }*/
    .clearfix {
        /* height: 46px;*/
        background: #1f1f1f;
    }
    .top-menu {
        background: none !important;
    }
    /*a.mobi-toggler{
        top:-80px;
    }*/
    .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
        background: #1f1f1f !important;
    }
    /*.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
        background-color: #FFF !important;
    }*/

}
/* END max width 480px */
/*BEGIN min width 480px and max width 490px */
@media (min-width: 480px) and (max-width: 990px) {

    .clearfix {
        background: #1f1f1f;
    }


}

/*END min width 480px and max width 490px */
/* BEGIN max width 480px */
@media (max-width: 990px) {

    body {
        background: #FFF;
    }
    .page-container {
        top: -67px !important;
    }
    .page-sidebar.navbar-collapse.in {
        margin:0px !important;
        padding:0px;
    }


    /*.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
        background-color: #FFF !important;
    }*/
}

@media (min-width: 768px) and (max-width: 1024px) {
    .header .container {
        min-height: 81px !important;
    }

    .header .header-navigation{
        margin: 80px 0px 10px 0px;
    }

    .page-header-fixed .header-navigation{
        height: auto;
    }
}

@media (max-width: 1024px) {

    .page-header-fixed .header-navigation {
        height: auto;
    }

    .header .container {
        min-height: 81px !important;
    }
}
/* END max width 480px */

#titulo:hover a {
    background-color: none;
}
@media (min-width:992px){
    .page-sidebar-fixed .page-sidebar {
        top:70px !important;
    }
}
/*layout admin fixed sidebar */
@media (min-width: 992px){
    .page-sidebar {
        position:fixed !important;
        z-index:99;

    }
}
/*FIN LAYOUT ADMIN */
.site-logo {
    padding-bottom:0px !important;
    padding-top:10px !important;
}
/*LAYOUT CLIENTE*/
/*LAYOUT 3 */
.page-header .page-header-top .top-menu{
    float:none;
}

/*Footer siempre al final*/
/*.page-container {
    height:auto;
    min-height: calc(100vh - 170px);medida relativa
}*/

/* BEGIN max width 1024px */
/*
@media (min-width: 1024px) and (max-width: 1210px) {
    .header .container{
        max-height: 81px !important;
    }
    .header .header-navigation li.active a {
        max-height: 81px !important;
    }
}
*/

@media (min-width: 1024px) and (max-width: 1205px) {
    .header-navigation{
        position: absolute;
        top:37px;
        right:0px;
    }
    /*
    .header .container{
        height: 81px !important;
    }
    */
    .header .header-navigation li a {
        height: 55px !important;
    }
}
@media (max-width: 767px) {
    /* Evita que el logo de la cabecera se pegue a la izquierda. */
    .container>.navbar-header,
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    /* Mantiene logo y título en la misma línea */
    .navbar-header {
        float: left;
    }
    .navbar-header .site-logo #logo-mini {
        visibility: visible;
        display: inline;
    }
    .navbar-header .site-logo #logo-base {
        visibility: hidden;
        display: none;
    }

    /* Reducir encabezado */
    .navbar-text h2 {
        margin-bottom: 0;
        font-size: 22px;
    }
}
@media (min-width: 768px) {
    .navbar-header .site-logo #logo-mini {
        visibility: hidden;
        display: none;
    }
}
/* END max width 1024px */

/*FIN LAYOUT CLIENTE*/

/* login & signup styles */
.login-signup-page{
    padding: 50px auto 30px;
}
.login-signup-page form{
    background: #FEFEFE;
    border: 1px solid #E0DEDE;
    box-shadow: 0 0 3px #E0DEDE;
    padding: 10px 30px 30px;
}
.login-signup-page h2{
    margin-bottom: 15px;
}
.login-signup-page .input-group{
    position: relative;
}
.login-signup-page .login-signup-forgot-link{
    position: absolute;
    right: 12px;
    top: 7px;
    font-size: 14px;
}
.login-signup-page .checkbox{
    padding-left: 0;
}

.login-signup-page .form-title{
    margin: 10px 0px;
    font-size:18px;
}


/***
Footer
***/
.footer {
    padding: 35px 0;
    font-size: 13px;
    background: #62707f;
    position: relative;
    bottom: 0px;
    width:100%;
}

.footer h2 {
    color: #eee;
}

.footer p {
    color: #eee;
}

.footer a {
    color: #0da3e2;
}

.footer address {
    color: #eee;
}

.footer dl.f-twitter {
    overflow: hidden;
}

.footer dl.f-twitter dt {
    width: 30px;
    float: left;
    text-align: left;
    padding-top: 2px;
}

.footer dl.f-twitter dt i {
    color: #fff;
    font-size: 20px;
}

.footer dl.f-twitter dd {
    color: #eee;
    margin-left: 30px;
}

.footer dl.f-twitter dd span {
    color: #adbdce;
    font-size: 12px;
    margin: 0 5px;
}

.footer .blog-photo-stream {
    margin-top: 11px;
}

.footer .blog-photo-stream li {
    margin: 4px 5px 4px 0;
}

.footer .blog-photo-stream img {
    padding: 0;
    border: solid 2px #9ca5ae;
}

.footer .blog-photo-stream img:hover {
    transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

/***
Copyright
**/
.copyright {
    color: #dee4eb;
    font-size: 12px;
    padding: 10px 0;
    background: #1A1A1A;
    position: relative;
    bottom: 0px;
    width:100%;

}

.copyright p {
    color: #bbb;
    margin-top: 7px;
    margin-bottom: 0;
}

.copyright p a {
    color: #2298ca;
}
.page-footer {
    color: #dee4eb;
    font-size: 12px;
    padding: 10px 0;
    background: #1A1A1A;
    position: relative;
    bottom: 0px;
    width:100%;

}

.page-footer p {
    color: #bbb;
    margin-top: 7px;
    margin-bottom: 0;
}

.page-footer p a {
    color: #2298ca;
}


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}


/*Breadcrumbs*/
.breadcrumbs {
    background: #fcfcfc;
    border-top: solid 1px #f5f5f5;
    border-bottom: solid 1px #f5f5f5;
}
.breadcrumbs .container{
    padding:0;
}

.breadcrumbs h2 {
    color: #555;
    font-size: 24px;
    line-height: 35px;
    margin-top: 10px;
}

.breadcrumbs ul {
    top: 10px;
    background: none;
    margin-bottom: 0;
    position: relative;
}

.breadcrumbs li a {
    color: #0da3e2;
}

.breadcrumbs ul.breadcrumb {
    padding-left: 0;
    padding-right: 0;
}

.header{
    margin-bottom: 0px !important;
}

.alert {
    margin-top: 10px;
    margin-bottom: 10px;
}

textarea{
    resize:none;
}

.navbar-text h2 {
    margin-top:0px !important;
    padding-top:10px;
    padding-bottom: 00px;
    margin-left:10px;
    margin-botom: 0px !important;
}

.site-logo{
    margin-right: 0px;
}

.profile-userpic img, .profile-userpic .imagen-buscador {
    max-height: 100px !important;
    height: 100px !important;
    margin: 0px auto;
}
.imagen-buscador {
    max-height: 100px !important;
    height: 100px !important;
}
.imagen-modificardatos {
    height: 200px !important;
    margin: 10px auto;
}
.fondogris
{
    /*font-size: 11px;*/
    /*color: #000000;*/
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    background-color:  #eeeeee
}

.fondoblanco
{
    /*font-size: 11px;*/
    /*color: #000000;*/
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
}
.columnaRoja {
    border-collapse: collapse;
    border-left: solid 1px #CCCC99;
}
.lineaRoja {
    background: #CCCC99;
    height: 1px;
}

.datomodificable {
    width: 100%;
}

/* Tabbatable */
.ver-inline-menu li.active a {

    background: #cb0017 !important;
    border-left: solid 2px #BF0024;
}

.ver-inline-menu li.active i {
    background: #BF0024 !important;
}

.ver-inline-menu li.active:after {

    border-left: 6px solid #CB0017;

}

.especial {
    margin-bottom: 0 !important;
}

.service-box-v1 i {
    padding: 15px;
    font-size: 35px !important;
}

.md-radio label > .check {
    background: #E02222;
}

.tab-content {
    background: none;
}

.page-content {
    padding-top: 15px !important;
}

/* Estilos formulario de búsqueda */

#formBuscador .select2-chosen {
    padding-left: 23px;
    color: #5f6d7b;
    border-color: #e4e6e8;
    box-shadow: none;
}

#formBuscador div.radio {
    padding-top: 0;
    min-height: auto;
}

#formBuscador div.radio > span {
    margin-top: 0;
}

#formBuscador .portlet-title {
    display: none;
}

@media only screen and (min-width: 768px) {
    #formBuscador .portlet-body {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    #formBuscador .portlet-title {
        display: block;
    }
}


/* Estilos administración servicios */

.servicio-form .form-actions {
    text-align: center;
}

.ms-actions div {
    margin-top: 8px;
    padding: 0;
}

.ms-actions a {
    color: grey;
    text-decoration: underline;
}

.pagination > .active > a:focus {
    background: #eee;
    border-color: #dddddd;
    color: #333;
}


/* Estilos carousel de servicios */

.carousel {
    touch-action: pan-y pinch-zoom; /* https://developers.google.com/web/updates/2017/01/scrolling-intervention*/
}

#carousel-servicios .carousel-inner {
    width: 90%;
    margin: auto;
}

#carousel-servicios .tiles > [class^="col-"] {
    padding: 0.5%;
}

#carousel-servicios .tile {
    height: 205px !important;
    margin: 0 !important;
}

#carousel-servicios .tile-body  i {
    font-size: 40px !important;
    margin-top: 0 !important;
    padding: 0 !important;
}

#carousel-servicios .tile-body  h4 {
    display: block;
    overflow: hidden;
    margin: 0;
}

#carousel-servicios .carousel-control {
    width: 5%;
}

#carousel-servicios .carousel-indicators {
    text-align: center;
    position: static;
    padding-top: 10px;
}

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

    #resultados-busqueda .panel-body {
        padding: 7px;
    }

    #carousel-servicios .carousel-inner {
        width: 100%;
    }

    #carousel-servicios .tile {
        height: 47.5vw !important;
    }

    #carousel-servicios .tile-body {
        padding: 0 5px 0 5px;
    }

    #carousel-servicios .tile-body  i {
        height: 16vw !important;
        font-size: 9vw !important;
        float: none !important;
        margin-right: 0 !important;
    }

    #carousel-servicios .tile-body  h4 {
        font-size: 3.25vw;
        text-align: center;
        overflow: visible;
    }

    #carousel-servicios .tile-object {
        display: none;
    }

    #carousel-servicios .carousel-control {
        display: none;
    }

    #carousel-servicios .carousel-indicators li {
        height: 10px;
        width: 10px;
    }
}

/* Mostrar / ocultar información de los resultados de
   la búsqueda en el móvil
 */

.profile-userpic {
    position: relative;
    margin-bottom: 15px;
}

.profile-userpic .btn-ver-mas {
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: 0;
    right: 10%;
    background: #ffffff;
    color: #cb0017;
    border: 2px solid #cb0017;
    border-radius: 50% !important;
    padding: 5px;
}

.profile-userpic .btn-ver-mas  i {
    font-size: 19px;
    height: 16px;
    width: 16px;
}

.label-movil {
    display: inline-block;
    font-size: 10px;
    color: #3e4d5c;
    font-weight: bold;
    font-style: italic;
}

#soloEnLista{
    padding-bottom: 20px !important;
    padding-left: 18px !important;
}