body {
    font-family: "Fira Sans" !important;
}
body.login {
   background-image: url(../imagen/fondo_login_registro.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    height: 100%;
}
.superior-login-movil {
    display:none;
}
.container {
    padding-left:15px;
    padding-right:15px;
    max-width: 1010px;
}
.card-content a:hover {
	text-decoration:underline;
}
nav i.material-icons {
    font-size:22px;
}
.itemContent,.itemSelected {
    width:325px;
    height:140px;
    position:relative;
    float:left;
    cursor:pointer;
}
.overlay {
    position:absolute;
    z-index:999;
    top:10px;
    left:10px;
    width:300px;
    height:90px;
    padding:5px;
    background:transparent;
}
.title-movil {
    font-weight:bold;
    font-size:18px;
}
.itemContent:hover .overlay {
    background:url("../imagen/layout/hover.png");
}
.overlay.disable {
    background:url("../imagen/layout/hover.png");
}
.itemSelected .overlay {
    background:url("../imagen/layout/select.png") no-repeat;
    cursor:default;
}

.pantalla_login {
    min-height: 640px;
}
.row {
    margin-bottom: 0px;
}
#formulario-login-portada button, #formulario-registro-portada button {
    width:100%;
    margin: 20px 0 10px;
    height: 45px;
    font-size: 16px;
}

nav {
    background-color: #EDF9F7;
    height: 100%;
    overflow: hidden;
}
nav a {
    color: #000000;
}

nav ul a {
    color:#000000;
    border-bottom: 4px solid transparent;
}

nav ul li.active a {
    color: #199F98;
    border-bottom:4px solid #199F98
}
nav ul li.active {
    background-color: transparent;
}
nav ul a:hover {
    background-color: transparent;
    border-bottom:4px solid #199F98
}
.titulo-seccion span{
    color: #17A096;
}
h1 {
    font-size: 20px;
    color:#6B6B6B;
    font-weight:bold;
}
body h2,body h3 {
    color:#00aa9a;
}
body .form-group.has-info .material-input:focus, body .form-group.has-info .form-control:focus, body .form-group.has-info .form-control.focus {
    background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
    box-shadow: none;
}
body .text-info {
    color: #00aa9a;
}
body #tab-festivos .ui-datepicker-calendar .ui-state-active {
    background: #FFFFFF;
    border-radius: 0px;
    color: #888;
}
#formulario-login-portada h1 {
	margin: 10px 0;
}
#formulario-login-portada, #formulario-registro-portada {
    margin-top:80px;
	padding-bottom:10px;
    padding-left: 10px;
    padding-right: 10px;
}
#formulario-login-intranet {
    margin-top: 50%;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.cf {
    border: 1px solid #eee;
}
strong {
    font-weight: 600;
}
.error {
    color:#cd0a0a;
    font-weight:bold;
}
/*asistente de reservas*/
.btn-pdf {
	background: url("../imagen/descargar.png") no-repeat right 5px top 5px #26a69a;
	padding:0 35px 0 20px;
}
.i-cancelar {
	color:#FF0000;
}
.titulo-seccion h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.asistente {
    clear: both;
    position: relative;
    overflow: hidden;
}
.asistente ul {
    margin:0;
}
.asistente ul li.col {
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 0;

}
.asistente ul li div {
    height:100%;
    border-left: 1px solid #EDF9F7;
    border-right: 1px solid #EDF9F7;
    border-top: 1px solid #EDF9F7;
    /*margin-left: 4px;*/
    color: #45B3AB;
    padding: 10px;
    margin: 0 2px;
}
.asistente ul li:first-child div {
    margin-left: 0;
}
.asistente ul li:last-child div {
    margin-right: 0;
}
.asistente ul li div span {
    position: absolute;
    margin-top: 15px;
    margin-left: 10px;
    font-size: 17px;
}
.asistente ul li.deshabilitado div {
    background-color:#EDF9F7;
    color: #B5BCBA;
}
.asistente ul li.deshabilitado {
    border-bottom: 1px solid #dddddd;
}
body .nav-tabs {background-color:#FFFFFF;}
body .botones {
	margin-top:20px;
    margin-bottom: 20px;
}
body .botones .waves-effect {
	padding:0 20px;
}
body .botones .waves-effect i.right {
	margin-left:10px;
}
body .botones .waves-effect i.left {
	margin-right:10px;
}
.pantalla_login {
    background-image: url("../imagen/fondo_login_registro.jpg");
    background-repeat:no-repeat;
}

.pantalla_login .superior-login-movil {
    background-image: url("../imagen/fondo_login_registro.jpg");
    background-repeat:no-repeat;
    background-size:cover;
}

.holiday a {color:red !important;}

body #login-nueva-desktop, body #registro-izq-desktop  {
    padding-top:130px;
}
.cf-reservas tbody tr td, .cf-reservas tbody tr th {
    border:1px solid #dddddd;
}
thead.cf {
    background-color: #EDF9F7;
    color: #999999;
}
thead.cf tr th, table.cf tbody tr td {
    padding: 15px 20px;
}

thead.cf-reservas tr th, table.cf-reservas tbody tr td {
    padding: 10px 20px;
}
body .col.mibackground {
	background-color:#FAFAFA;
}
body .col.mipadding {
    padding: 20px 0px 20px 10px;
}
/* datepicker */
.ui-datepicker-calendar thead {
    border:1px solid transparent;
    color:#18A096;
}
body .ui-datepicker-header.ui-corner-all, body .calendarFijo .ui-corner-all {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
body .ui-widget-header {
    background-image: none;
    background-color: #18A096;
    border: 1px solid #18A096;
}
body .ui-datepicker {
    padding: 0;
}
body .calendarFijo {
	margin-bottom:10px;
}
body .ui-datepicker-calendar .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0;
    background: none;
    color: #888;
    font-family: "Fira Sans";
	font-size:16px;
	text-align:center;
}
body .leyenda_fecha {
    background: #000000;
    border-radius: 50px;
    width: 20px;
    float: left;
    height: 20px;
}
body .leyenda_club {
    background: #005E9A;
    border-radius: 50px;
    width: 20px;
    float: left;
    height: 20px;
}
body .leyenda_ocupado {
    background: #F44336;
    border-radius: 50px;
    width: 20px;
    float: left;
    height: 20px;
}
body .leyenda_nodisponible {
    background: #CCCCCC;
    border-radius: 50px;
    width: 20px;
    float: left;
    height: 20px;
}
body .leyenda_escuelas {
    background: #43bcc2;
    border-radius: 50px;
    width: 20px;
    float: left;
    height: 20px;
}
body .leyenda_obras {
    background: #f27e31;
    border-radius: 50px;
    width: 20px;
    float: left;
    height: 20px;
}
body .leyenda_torneos {
    background: #dac918;
    border-radius: 50px;
    width: 20px;
    float: left;
    height: 20px;
}
body .leyenda_pistas {
    background: #b664bf;
    border-radius: 50px;
    width: 20px;
    float: left;
    height: 20px;
}
body .ui-datepicker-calendar td{
	padding:4px;
}
body .ui-datepicker-calendar .ui-state-active {
	background: #000000;
	border-radius:50px;
	color:#ffffff;
}
body .ui-datepicker-calendar th, body  .ui-datepicker-title {
    font-family: "Fira Sans";	
}
body .ui-datepicker-calendar .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    /*background-color:transparent;*/
    background-image:none
}

.cf-reservas tbody tr th span {
    color:#B5BCBA;
}

.superior-login-movil #login-nueva, body #registro-izq {
    padding: 30px 0;
}

#calendario-ocupacion {
    font-size:11px;
}

.cuadroreservas {overflow:auto;}

.horarioMarcado {
    background-color:#00aa9a;
}
#tablaHorarios tbody tr td {cursor:pointer;}
#tablaHorariosFinde tbody tr td {cursor:pointer;}
.modal {font-size:14px;}
body a.btnAdd {
    margin-top: 20px;
    display: block;
}
body a.btnAdd i {
    width: 30px !important;
    height: 30px !important;
    padding: 3px !important;
    font-size: 22px !important;
}
.normativa_asistente * {
    font-size:12px;
}
body .nav-tabs {
    border-bottom: 0;
}
#contenido-widgets .ui-jqgrid {border:0;}
#contenido-widgets .cabecera-widget {
    background-color: #1aa97f;
    color: white;
    padding: 10px 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cabecera-widget h2 {
    color:#FFFFFF;
}
.noresults {
    padding: 14.5px 20px;
}
/* No more tables */
@media only screen and (max-width: 767px) {

    /* Force table to not be like tables anymore */
    .no-more-tables table{
        width:100%;
        padding:0 !important;
    }
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .no-more-tables tbody > tr { border: 1px solid #ccc; }

    .no-more-tables tbody > tr > td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        /*text-align:left;*/
        min-height: 30px;
    }

    .no-more-tables tbody > tr > td:before {
        /* Now like a table header */
        /*position: absolute;*/
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    .no-more-tables tbody > tr > td:before { content: attr(data-title); }

    /*asistente*/
    .asistente ul li div span {
        display:none;
    }
    .asistente ul li div {
        text-align:center;
    }
    td[data-title="PDF"]:before {
        display:none;
    }
    .botones a span {
        display:none;
    }

}

/*sobreescribir el container*/

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    .cf-reservas tbody tr th span {
        display:none;
    }
    .title-movil {
        display:none;
    }


}
@media (max-width: 767px) {
    .container {
        width:100%;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (max-width: 992px) {
    .superior-login-movil {
        display:block;
    }
    .superior-login {
        display:none;
    }
    .pantalla_login {
        background-image:none;
    }
    #formulario-login-portada, #formulario-registro-portada {
        margin-top: 40px;
    }
	.asistente ul li div span { margin-top:0; }
}
@media screen and (min-width: 1000px) {
    .container {
        max-width: 80% !important;
        width: 80% !important;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
/* fin */