/* LAYOUT DE ADMIN */
/* BEGIN max width 480px */
@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: #1A1A1A;
    }

    .top-menu {
        background: #1f1f1f !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*/


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


/* Fix menu al hacer scroll */

@media (min-width: 1206px) {
    .header .header-navigation li a {
        /* min-height: 81px !important; */
        line-height: 20px !important;
        /* padding: 29px 12px 30px !important; */
    }
}


@media (min-width: 1025px) and (max-width: 1205px) {
    .header-navigation {
        position: absolute;
        top: 11px;
        right: 0px;
    }

    /*
    .header .container{
        height: 81px !important;
    }
    */
    .header .header-navigation > ul > li {
        margin-right: 0px;
    }

}

@media (min-width: 1025px) {
    .reduce-header .header-navigation > ul > li > a {
        padding: 30px 12px 17px;
        min-height: 81px;
    }
}

@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: #fff;
}


.page-footer {
    color: #dee4eb;
    font-size: 12px;
    padding: 10px 0;
    background: #1A1A1A;
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 44px;

}

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

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

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #EEE;
    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: #EEE;
    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;
    min-height: 81px !important;
}

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

textarea {
    resize: vertical;
}

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

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

.tab-content {
    background: none;
}

form {
    margin-bottom: 0px !important;
}

/* margin del menu del administrador que quita un margin al menú cuando es responsive*/
@media (max-width: 991px) {
    .page-sidebar {
        margin: 0px !important;
    }
}

/* Arreglo visual*/
.quitar-padding-iz {
    padding-left: 0px !important;
}

.quitar-padding-der {
    padding-right: 0px !important;
}

.subsolicitud-aceptada {
    border: 1px green solid !important;
}

.subsolicitud-denegada {
    border: 1px red solid !important;
}

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

.modal-content {
    margin-top: 100px;
}

.dropdown-submenu .dropdow-menu {
    float: left;
}

/* coloca la palabra registro del dT correctamente */
.dataTables_length > label {
    display: flex;
}

.dataTables_length > label > span {
    margin: 7px 0 0 5px;
}

.fc-icon {
    display: flex !important;
}

hr {
    clear: both;
}

.tooltipevent {
    color: white;
    background: black;
    padding: 4px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    z-index: 10001;
}

/*
.fc-view-container { overflow-x:auto; }


.fc-resource-cell, .fc-day { width:100px; }
.fc-agendaDay-view { width:500%; }
*/

.portlet.calendar .fc-event {
    border: 1px solid black;
}


.fc-event-container {
    margin-right: 0px !important;
}


.portlet.calendar .fc-event .fc-time, .portlet.calendar .fc-event .fc-title {
    color: inherit !important;
}

/*Cambio tamaño tooltip*/
div.tooltip-inner {
    max-width: 350px !important;
}

.icono-periodicidad {
    position: absolute;
    bottom: 2px;
    right: 2px;
}

/* Modificacion de input-icon para que los select2 funcionen correctamente */
.input-icon-select2 > .form-control {
    padding: 0px !important;
}

.input-icon .select2-choice {
    padding: 3px 0px 0px 33px !important;
}

.ms-container {
    width: 100%;
}

ul.select2-results li.select2-disabled {
    display: none;
}

/*Estado provisional en calendario*/
a.reserva-provisional > .marca-agua-month {
    transform: rotate(-11deg);
    font-size: 2.5em;
    position: absolute;
    top: 0px;
    opacity: 0.5;
    left: 1em;
}

a.reserva-provisional > .marca-agua-agendaWeek {
    transform: rotate(-18deg);
    font-size: 3em;
    position: absolute;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    line-height: 2.5;
}

a.reserva-provisional > .marca-agua-agendaDay {
    transform: rotate(-28deg);
    font-size: 1.5em;
    position: absolute;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    line-height: 5;
    text-align: center;
}

blockquote {
    margin: 0 0 0px;
}

/* boton anular biblioteca */
button.fc-anularButton-button {
    border: 1px solid white !important;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.tachado {
    text-decoration: line-through;
}

.table-hover > tbody > tr.bg-danger:hover {
    background-color: #f2dede !important;
}

table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
    text-align: center;
    width: 14px;
}

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    box-shadow: none !important;
    background-color: #b0c1d2;
    font-weight: 300;
    vertical-align: middle;
    line-height: 16px;
    border: 0;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #36c6d3;
    font-weight: 300;
    vertical-align: middle;
    border: 0;
}


#logo-mini {
    margin-right: 15px;
}

.fc-timeline .fc-divider {
    width: 3px;
    border-style: double;
}

.fc-timeline .fc-col-resizer {
    cursor: col-resize;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 1024px;
    }
}

.bounce1, .bounce2, .bounce3 {
    background: #CB0017 !important;
}

.popover {
    min-width: 50vw;
}

@media screen and (min-width: 960px) {
    .popover {
        min-width: 25vw;
    }
}

.popover table th, .popover table td {
    font-size: 90% !important;
}

.sweet-alert {
    z-index: 10060;
}
