<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
** GENERAL
*/
ul {
    padding: 0px;
    margin: 0px;
}
.form-group.with-icon i.icon {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #e96656;
}
.form-group.with-icon select + i.icon {
    right: 40px;
    font-size: 19px;
}
.form-group i.dropdown {
    position: absolute;
    right: 10px;
    top: 11px;
    font-size: 17px;
    z-index: 9;
}
.form-group i.dropdown + select {
    padding-right: 35px;
}

/*
** LOGIN
*/
#login-page {
    background: url('../img/bg_login.jpg') no-repeat center center;
    background-size: cover;
}
#login-page .form .content &gt; p {
    color: #fff;
    font-size: 19px;
    margin-bottom: 20px;
}
#login-page .form form input[type="number"]::-webkit-outer-spin-button,
#login-page .form form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
#login-page .form form input[type="number"] {
    -moz-appearance: textfield;
    font-size: 20px;
    border-radius: 0px;
}

/*
** RESERVA TIPO
*/
.select-reservation-type {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 110px);
    padding-top: 0px;
}

.select-reservation-type .type {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    flex: 1;
}

.select-reservation-type a.type {
    text-decoration: none;
}

.select-reservation-type a.type:hover {
    color: #fff;
}

.select-reservation-type .type .card {
    cursor: pointer;
    margin: 0;
    padding: 20px;
    border-radius: 10px;
    height: 50%;
    max-height: 100%;
    width: 300px;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0,0,0,.9);
    border: 3px solid #756564;
}

.select-reservation-type .type .card:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: rgba(0,0,0,.5);
    left: 0;
    top: 0;
    transition: all .4s ease;
}

.select-reservation-type .type[data-type="canchas"] .card {
    background-image: url('../img/card-canchas.jpeg');
}

.select-reservation-type .type[data-type="mesas"] .card {
    background-image: url('../img/card-mesas.jpeg');
}

.select-reservation-type .type[data-type="piletas"] .card {
    background-image: url('../img/card-piletas.jpeg');
}

.select-reservation-type .type[data-type="torneo"] .card {
    background-image: url('../img/card-torneo.jpeg');
}

.select-reservation-type .type .card .content {
    position: relative;
    z-index: 1;
}

.select-reservation-type .type .card .content p {
    color: #fff;
    margin: 0;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 700;
    text-shadow: 0px 2px 10px #000;
}

.select-reservation-type .type .card:hover:before {
    background: rgba(0,0,0,.2);
}

@media screen and (max-width: 768px) {
    .select-reservation-type {
        flex-direction: column;
        justify-content: center;
    }

    .select-reservation-type .type {
        flex: none;
    }

    .select-reservation-type .type + .type {
        margin-top: 20px;
    }
}



/*
**  RESERVA
*/
#reserva-page {
    background: url('../img/bg.jpg') no-repeat center center;
    background-size: cover;
}
.reservation {
    min-height: calc(100vh - 110px);
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.reservation h1 {
    text-align: center;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 45px;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.9);
}
.reservation h1 strong {
    color: #fd9c5c;
}
.reservation p {
    font-weight: 400;
    margin: 10px 0 20px 0;
    padding: 0;
    font-size: 25px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
}
.reservation form {
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,.4);
    border-radius: 5px;
}
.reservation form .form-group {
    margin-bottom: 0px;
}
.reservation form .form-group .twitter-typeahead,
.reservation form .form-group .nice-select {
    border-left: 1px solid #d2d8dd;
}
.reservation form .form-group .input-group-text {
    color: #e96656;
    font-family: 'Open Sans';
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
}
.reservation .form-inline .form-group:first-child .input-group-prepend .input-group-text {
    border-radius: 5px 0 0 5px;
}
.reservation form .form-group .input-group-text i {
    font-size: 20px;
}
.reservation form .form-group .input-group-text i.flaticon-squash-rackets {
    font-weight: normal;
}
.reservation form .form-group .flaticon-squash-rackets {
    height: 25px;
    width: 25px;
    line-height: 25px;
    margin: -6px 0px 0 0px;
}
.reservation form .form-group .flaticon-squash-rackets:before {
    margin: 0;
    font-size: 25px;
}
#reserva-page ul.partners-list {
    width: 220px !important;
    margin-left: 1px;
    background: #fff;
    padding: 0;
    margin: 0;
    position: absolute !important;
}
#reserva-page ul.partners-list li {
    list-style: none;
    margin: 0;
    padding: 7px 14px;
    font-family: 'Open Sans';
    font-size: 13px;
    cursor: pointer;
    transition: all .4s ease;
}
#reserva-page ul.partners-list li + li {
    border-top: 1px solid #e5e5e5;
}
#reserva-page ul.partners-list li:hover {
    color: #fff;
    background-color: #e96656;
}
.reservation form input.typeahead {
    text-transform: capitalize;
    padding-left: 37px !important;
}
.reservation form .simplebar {
    overflow: auto;
    overflow-x: hidden;
    max-height: 160px;
    margin-top: 22px;
    border-radius: 0 0 5px 5px;
    transition: all .4s ease;
    width: 100%;
    border: 0px;
}
span.twitter-typeahead .tt-suggestion {
    white-space: normal;
}
.reservation form .simplebar.mobile-suggestions {
    border-radius: 5px;
    width: 100%;
    margin-top: 0px;
    display: none;
    transform: none !important;
}
.reservation form .simplebar.mobile-suggestions .simplebar-scroll-content {
    margin-top: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}
.reservation form .simplebar.tt-empty {
    display: none !important;
}
.reservation form .form-group.to-right {
    margin-left: auto;
    width: 90px;
    margin-left: -1px;
}
.reservation form .form-control {
    padding: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #d2d8dd;
}
.reservation form input.form-control {
    border: 0;
    height: 50px;
    padding-left: 15px;
    border-right: 1px solid #d2d8dd;
    font-weight: 500;
    border-radius: 0px;
    width: 100%;
}
.reservation form input.typeahead.form-control.tt-hint {
    color: #ccc;
}
.reservation form .niceselect {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 48px;
    outline: none;
    padding-left: 15px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #555;
    padding-top: 2px;
}
.reservation form .form-control[disabled] {
    color: #e5e5e5;
}
.reservation form .niceselect.disabled &gt; span {
    color: #ccc;
}
.reservation form .niceselect:after {
    right: 15px;
    width: 7px;
    height: 7px;
}
.reservation form .form-group .twitter-typeahead {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}
.reservation .twitter-typeahead + .fa-search {
    position: absolute;
    top: 17px;
    left: 65px;
    color: #b7b7b7;
}
.reservation .form-inline {
    flex-wrap: wrap;
}
.reservation .form-inline .form-group {
    flex-grow: 1;
/*    min-width: 18%;*/
}
.reservation .input-group {
    width: 100%;
}
.reservation form .form-control::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 15px;
}

.reservation form .form-control::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 15px;
}

.reservation form .form-control:-ms-input-placeholder {
    font-size: 15px;
    line-height: 15px;
}
.reservation form .nice-select .list {
    max-height: 200px;
    margin-top: 10px;
    border-radius: 0 0 5px 5px;
    min-width: 100%;
    padding: 5px 0;
}
.reservation form button[type="submit"] {
    line-height: 20px;
    width: 100%;
    height: 50px;
    border-radius: 0 5px 5px 0;
    background-position: center center;
    transition: all .4s ease;
}
.reservation form button[type="submit"] span {
    opacity: 1;
    transition: all .4s ease;
}
.reservation form button[type="submit"].loading {
    background-image: url(../img/loading_white.gif);
    background-repeat: no-repeat;
    background-size: 30px;
}
.reservation form button[type="submit"].loading span {
    opacity: 0;
}
.reserve-page {
    display: table;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 110px);
    padding-top: 0px;
}
.reservation span.twitter-typeahead .tt-suggestion:focus,
.reservation .dropdown-item:hover,
.reservation span.twitter-typeahead .tt-suggestion:hover,
.reservation .nice-select .option:hover,
.reservation .nice-select .option.focus,
.reservation .nice-select .option.selected.focus {
    background: #e96656 !important;
    color: #fff;
}
.reservation .nice-select .option {
    border-top: 0.5px solid #fff;
    border-bottom: 0.5px solid #fff;
}
.reservation form div.is-invalid {
    position: absolute;
    z-index: 9999999;
    background: #e44d4d;
    display: inline-block;
    padding: 5px 10px;
    width: auto;
    border-radius: 4px;
    top: 100%;
    margin-top: -5px;
    color: #fff;
    left: 10px;
    box-shadow: 0 5px 6px rgba(0,0,0,.4);
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.reservation form div.is-invalid:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #e44d4d transparent;
    position: absolute;
    top: -5px;
}
.modal.confirm-modal .modal-dialog {
    height: 100vh;
    margin: 0 auto;
    display: table;
    width: 100%;
    max-width: 1000px;
}
.modal.confirm-modal .modal-dialog .modal-content {
    display: table-cell;
    vertical-align: middle;
    background: none !important;
    border: none !important;
}
.modal.confirm-modal .modal-dialog .modal-content .modal-body,
.modal.confirm-modal .modal-dialog .modal-content .modal-footer {
    background: #fff;
}
.modal.confirm-modal .modal-header {
    background: #47c9a2;
    border-bottom: none;
    position: relative;
    text-align: center;
    border-radius: 0;
    padding: 25px;
}
.modal.confirm-modal.reserve-success .modal-header {
    background: #47c9a2;
}
.modal.confirm-modal.doubles-confirmation .modal-header {
    background: #e96656;
}
.modal.confirm-modal .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
}
.modal.confirm-modal h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
    font-weight: 400;
}
.modal.confirm-modal p {
    text-align: center;
    margin-bottom: 10px;
}
.modal.confirm-modal .btn {
    background: #fff;
    border: 1px solid #e9ecef;
    color: #999;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    padding: 6px 20px;
}
.modal.reserve-success .btn,
.modal.doubles-confirmation .btn.btn-primary {
    background: #e96656;
    color: #fff;
    border: none;
}
.modal.doubles-confirmation .btn.btn-default:active,
.modal.doubles-confirmation .btn.btn-default:not(:disabled):not(.disabled).active,
.modal.doubles-confirmation.show &gt; .btn-default.dropdown-toggle {
    color: #fff;
}
.modal.reserve-success .icon-box {
    color: #fff;
    width: 125px;
    height: 125px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
}
.modal.reserve-success .icon-box i {
    font-size: 97px;
}
.modal.reserve-success ul {
    list-style-type: none;
    text-align: center;
}
.modal.reserve-success ul li {
    display: inline-block;
    vertical-align: middle;
}
.modal.reserve-success ul li + li {
    margin-left: 20px;
}
.modal.reserve-success ul li i {
    display: inline-block;
    vertical-align: middle;
    color: #e96656;
    font-size: 22px;
    line-height: 17px;
}
.modal.reserve-success ul li i.txt {
    font-style: normal;
    font-size: 18px;
}
.modal.reserve-success ul li i.flaticon-squash-rackets {
    width: 22px;
    height: 22px;
    line-height: 17px;
}
.modal.reserve-success ul li i.flaticon-squash-rackets:before {
    margin: 0;
}
.modal.reserve-success ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-left: 10px;
}
.modal.reserve-success ul li.big-item {
    display: block;
    margin-top: 23px;
}
.modal.reserve-success ul li.big-item span {
    font-size: 20px;
}
#reserva-page header {
    background: rgba(255,255,255,.8);
    overflow: auto;
    width: 100%;
    height: 110px;
    position: relative;
}
#reserva-page header .container {
    display: table;
}
#reserva-page header .logo {
    display: table-cell;
    vertical-align: middle;
    padding: 16px 0;
}
#reserva-page header .logo img {
    display: block;
    width: 190px;
}
#reserva-page header .buttons {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    list-style-type: none;
}
#reserva-page header .buttons li a {
    background: #e96656;
    height: 110px;
    display: block;
    padding: 0 20px;
    max-width: 70px;
    line-height: 110px;
    margin-left: auto;
}
#reserva-page header .buttons li a:hover {
    background: #c54536;
}
#reserva-page header .buttons li a span.icon-logout {
    font-size: 30px;
    color: #fff;
    transform: none;
}

#reserva-page .buttons {
    text-align: center;
}

.cancel-button, .extend-button {
    display: inline-block;
    vertical-align: middle;
}

.cancel-button a, .extend-button a {
    color: #fff;
    display: inline-block;
    border: none;
    font-size: 15px;
    padding: 10px;
    background: rgba(0,0,0,.4);
    border-radius: 5px;
    margin-top: 4px;
    text-decoration: none;
    transition: all .4s ease;
}

.cancel-button a + a {
    margin-left: 10px;
}

.cancel-button a:hover, .extend-button a:hover {
    background: rgba(0,0,0,.7);
}

.extend-button a {
    background: rgba(64, 160, 131, 0.8);
}

.extend-button a:hover {
    background: rgba(64, 160, 131, 1);
}

@media screen and (min-width: 400px) {
    .extend-button {
        margin-left: 15px;
    }
}

/*
** ADMIN
*/
#admin-login-page {
    background: url('../img/bg_admin_login.jpg') no-repeat center center;
    background-size: cover;
}
#admin-login-page .login-page .form {
    background: rgba(255, 255, 255, 0.9);
    min-height: auto !important;
}
#admin-login-page .login-page .form-holder .form form {
    margin: 20px auto 0 auto;
    max-width: 320px;
}
#admin-login-page .login-page .form-holder .form .form-group {
    margin-bottom: 10px;
}
#admin-login-page .login-page .form-holder .form button {
    margin: 0 auto;
    display: block;
}
#admin-login-page .login-page .form-holder {
    max-width: 500px;
    margin: 0 auto;
}
#admin-dashboard-page,
#admin-tables-page,
#admin-partners-page,
#admin-partners-edit-page {

    background: #eff3f6;
}
#admin-dashboard-page #reservas .btn.btn-default,
#admin-tables-page #reservas .btn.btn-default {
    background: #2f333e;
    color: #fff;
}
#bloquearturnos .form-group label {
    margin-right: 10px;
}
#bloquearturnos .form-group + button {
    margin-left: 10px;
}
#reservasTable {
    width: 100%;
    text-align: center;
    /* overflow: auto; */
    transition: opacity .4s ease;
    overflow: hidden;
    position: relative;
    overflow-x: auto;
}

#reservasTable table {
    position: relative;
}

#reservasTable table thead, #reservasTable table tbody {
    display: block;
}

#reservasTable tbody {
    overflow-x: hidden;
    overflow-y: auto;
    height: 60vh;
}

#reservasTable tr {
    display: table;
    border-collapse: collapse;
    /* width: 100vw; */
    table-layout: fixed;
    /* min-width: 2000px; */
    width: 100%;
}

#reservasTable.loading {
    opacity: .3;
    pointer-events: none;
}
#reservasTable thead tr td,
.floatThead-table thead tr td {
    padding: 10px;
    background: #fff;
    border: 1px solid #dee2e4;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    position: sticky;
    top: -1px;
    z-index: 999;
    box-shadow: inset 0px -3px 0px #dee2e4;
}
#reservasTable tbody tr td {
    vertical-align: middle;
    padding: 10px;
    background: #fff;
    border: 1px solid #dee2e4;
    font-weight: 400;
    z-index: 0;
    position: relative;
    box-shadow: 0 0 10px rgba(207, 211, 214, 0);
    transition: box-shadow .4s ease;
}
#reservasTable thead tr td,
.floatThead-table thead tr td,
#reservasTable tbody tr td {
    width: 120px;
}
#reservasTable tbody tr td:first-child,
#reservasTable tbody tr td.empty {
    vertical-align: middle;
}
#reservasTable tbody tr:nth-child(even) td:not(.selected) {
    background: #f7f8f9;
}
#reservasTable tbody tr td:not(.hour) {
    cursor: pointer;
}
#reservasTable tbody tr td:not(.hour):hover {
    box-shadow: 0 0 10px rgb(207, 211, 214);
    z-index: 1;
}
#reservasTable tbody tr td.empty button {
    border: none;
    color: #95a6b3;
    width: 25px;
    height: 25px;
    line-height: 26px;
    background: #fff;
    display: block;
    font-size: 20px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 0 10px rgb(221, 224, 226);
}
#reservasTable tbody tr td .partners {
    text-align: left;
    border-left: 3px solid #2f333e;
    padding-left: 7px;
}
#reservasTable tbody tr td .partners span {
    display: block;
    text-transform: capitalize;
}
#reservasTable tbody tr td .partners span + span:before {
    content: 'vs';
    display: block;
    color: #ccc;
    font-size: 11px;
    text-transform: uppercase;
    background: #2f333e;
    padding: 3px 0 3px 7px;
    margin: 4px 0 4px -7px;
    width: 30px;
    border-radius: 0 4px 4px 0;
}
#admin-tables-page #reservasTable tbody tr td .partners span + span:before {
    content: 'con';
    width: 40px;
}
#reservasTable tbody tr td .partners i {
    font-style: normal;
    width: 22px;
    height: 22px;
    background: #e26464;
    color: #fff;
    border-radius: 4px;
    font-size: 10px;
    text-align: center;
    line-height: 22px;
    margin-top: 4px;
    display: block;
}
#reservasTable thead td.selected,
#reservasTable tbody td.selected,
#reservasTable tbody td.context-menu-active {
    background: #77bda1 !important;
}
#reservasTable tbody td.selected .partners,
#reservasTable tbody td.context-menu-active .partners {
    border-left-color: #fff;
    color: #fff;
}
#reservasTable tbody td.empty.selected button,
#reservasTable tbody td.empty.context-menu-active button {
    box-shadow: 0 0 10px rgba(56, 142, 108, 0);
    color: #77bda1;
}
#reservasTable tbody td.selected .partners span + span:before,
#reservasTable tbody td.context-menu-active .partners span + span:before {
    background: #fff;
    color: #77bda1;
}
.page-content {
    position: relative;
}
.page-content .content-inner section {
    transition: all .4s ease;
}
body.sidemodal-opened {
    /*overflow: hidden;*/
}
body.sidemodal-opened .page-content .content-inner section {
    opacity: .5;
    filter: blur(3px);
}
#sidemodal {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-top: 62px;
    right: 0;
    width: 350px;
    height: 100vh;
    visibility: hidden;
    opacity: .5;
    transform: translateX(100%);
    box-shadow: 0 -10px 30px #d1d5d8;
    background: rgba(255, 255, 255, 0.85);
    transition: opacity .4s cubic-bezier(0.78, 0.91, 0.33, 0.92), transform .4s cubic-bezier(0.78, 0.91, 0.33, 0.92), visibility .4s cubic-bezier(0.78, 0.91, 0.33, 0.92);
}
#sidemodal.fixed {
    position: fixed;
    padding-top: 0;
    bottom: auto;
}
body.sidemodal-opened #sidemodal {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    visibility: hidden;
}
body.sidemodal-opened #overlay {
    visibility: visible;
}
#sidemodal .content {
    padding: 20px;
    opacity: 0;
    transition: all .8s ease;
    transition-delay: .2s;
}
#sidemodal .content.visible {
    opacity: 1;
}
#sidemodal form input.typeahead {
    text-transform: capitalize;
}
.context-menu-list {
    padding: 0px 0 6px 0;
}
.context-menu-item {
    font-size: 14px;
    padding: 8px 8px 8px 45px;
}
.context-menu-item:not([style="display: none;"]) + .context-menu-item {
    border-top: 1px solid #dee2e4;
}
.context-menu-icon:before {
    left: 10px;
}
#sidemodal .input-group span.twitter-typeahead {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}
#sidemodal .partners {
    text-transform: capitalize;
    margin-bottom: 1rem;
}
#sidemodal .partners ul {
    margin: 0;
    list-style-type: none;
}
#sidemodal .partners ul li {
    padding: 0 5px;
}
#sidemodal .partners ul li + li {
    margin-top: 5px;
}
#sidemodal .partners ul li a {
    display: inline-block;
    vertical-align: middle;
    background: none;
    margin-right: 5px;
    border: none;
    color: #e96656;
}
#sidemodal .partners ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
}
#sidemodal form .form-group .input-group-text i.flaticon-squash-rackets {
    font-weight: normal;
}
#sidemodal form .form-group .flaticon-squash-rackets {
    height: 25px;
    width: 20px;
    line-height: 25px;
    margin: -6px 0px 0 -4px;
}
#sidemodal form .form-group .flaticon-squash-rackets:before {
    margin: 0;
    font-size: 25px;
}
#sidemodal .input-group-text {
    width: 42px;
    height: 38px;
}
#sidemodal i.fas.fa-thumbtack {
    display: block;
    margin: 0 auto;
}
#sidemodal input[type="hidden"] + span {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: calc(2.25rem + 2px);
    border: 1px solid #dee2e6;
    border-radius: 0;
    padding: 0.375rem 0.75rem;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
#sidemodal form [disabled], #sidemodal form [name="date"], #sidemodal form input[type="hidden"] + span {
    cursor: not-allowed;
    background: #dee2e6 !important;
    color: #999;
}
#reservas .form-group label {
    min-height: 17px;
}
#reservas .form-group {
    text-align: left;
}
#reservas .form-group button {
    text-align: center;
}
#messages {
    padding-top: 50px;
}
.listing .edit,
.listing .delete {
    color: #fff;
    font-size: 17px;
    width: 40px;
    text-align: center;
    padding: 5px;
    border: 1px solid;
    border-radius: 4px;
    transition: all .4s ease;
}
.listing .delete {
    color: #ff3131;
    margin-left: 10px;
}
.listing .edit {
    color: #4d86f1;
}
.listing .delete:hover {
    background: #ff3131;
    color: #fff;
}
.listing .edit:hover {
    background: #4d86f1;
    color: #fff;
}
.listing a i.fas, .listing a i.fas:before {
    transition: none;
}
.pagination {
    justify-content: center;
}

.doubles-list {
    position: absolute;
    padding: 0px 15px 0px 10px;
    left: 0;
    z-index: 9999;
    top: 100%;
    width: 100%;
    transform: translateY(10px);
    font-size: 15px;
    background: #fff;
    list-style-type: none;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.doubles-list.visible {
    opacity: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    visibility: visible;
}

.doubles-list:not(.visible) + .simplebar {
    transform: translateY(0px) !important;
}

.doubles-list button {
    display: inline-block;
    vertical-align: middle;
    background: none;
    color: #e96656;
    border: none;
}

.doubles-list li {
    padding: 5px 0;
}


/* 
** Mis Reservas
*/

.page.myreservations-page {
    min-height: calc(100vh - 110px);
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 40px 0;
}

.page.myreservations-page h1 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 45px;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.9);
}

.page.myreservations-page .table-container {
    background: rgba(255,255,255,.8);
    margin-top: 20px;
    backdrop-filter: blur(3px);
    padding: 15px;
    border-radius: 3px;
    box-shadow: 2px 2px 10px;
    overflow: auto;
}

.page.myreservations-page .table-container .data {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.page.myreservations-page .table-container .data .cols {
    
}

.page.myreservations-page .table-container .data .cols p {
    margin: 0;
}

.page.myreservations-page .table-container button {
    border: none;
    background: #e96656;
    color: #fff;
    height: 35px;
    padding: 0 13px;
    border-radius: 4px;
    margin-left: auto;
    display: block;
    white-space: nowrap;
}

.page.myreservations-page .table-container button[disabled] {
    cursor: default;
    opacity: .5;
}

.modal-backdrop {
    z-index: 9999;
}

.modal {
    z-index: 99999999999;
}

.daterangepicker {
    z-index: 999999999999;
}



@media (min-width: 576px) {
    .reservation form .form-group select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        border: none;
    }
    .page-header h2 {
        padding-top: 5px;
    }
}

@media (max-width: 575.98px) {    
    .reservation p { display: none }
    .reservation h1 { font-size: 23px; margin: 0 0 20px 0; }
    .reservation h1 strong { display: block }
    .reservation form .form-group .twitter-typeahead, .reservation form .form-group .nice-select { border-left: 0px; }
    .reservation form .form-group .input-group-prepend { border-right: 1px solid #dee2e6; }
    .reservation form .form-group .input-group-prepend .input-group-text { width: 55px; text-align: center; border-radius: 5px 0 0 5px; }
    .reservation form .form-control:not([name="court"]) { border-radius: 0 5px 5px 0; }
    .reservation .form-inline .form-group:not(:nth-of-type(1)) { margin-top: 10px; }
    .reservation form .form-group .input-group-text i { margin: 0 auto; }
    .doubles-list { border-radius: 5px; position: relative; }
    .doubles-list.visible { margin-bottom: 10px; }
    .reservation form .tt-menu { position: fixed !important; top: auto !important; top: 0px !important; margin-top: 0px; width: 100%; }
    .login-page .info { padding-top: 20px !important; padding-bottom: 20px !important; }
    .login-page .container { padding-top: 0px; padding-bottom: 0px }
    #gritter-notice-wrapper.bottom-right { width: 100%; right: 0; padding: 0 20px; }
    .gritter-item p { font-size: 14px; }
    .modal.reserve-success ul li { display: block; margin: 0 0 10px 0 !important; }
    .modal.reserve-success .btn { margin: 0 auto; width: 100%; max-width: 200px; }
    .btn { padding-top: 15px !important; padding-bottom: 15px !important; }
    .login-page .form-holder .form button[type="submit"] { display: block; width: 100%; }
    #reserva-page header .buttons { position: absolute; right: 0px; top: 0px; }
    #reserva-page header .logo img { margin: 0 auto; }
    .xs-fullwidth { width: 100%; }
    .reservation form .simplebar.mobile-suggestions.tt-open { display: block }
    .reservation .simplebar-track { bottom: 8px; height: calc(100% - 25px); }
    input[type='text'], input[type='search'], input[type='number'], select, textarea { font-size: 16px !important; }
    #login-dni { font-size: 20px !important; }
    .reservation form .form-control::-moz-placeholder { font-size: 16px !important; }
    .reservation form .form-control::-webkit-input-placeholder { font-size: 16px !important; line-height: 25px !important; }
    .reservation form .form-control:-ms-input-placeholder { font-size: 16px !important; line-height: 25px !important; }
    .select-mobile:after { border-bottom: 2px solid #999; border-right: 2px solid #999; content: ''; display: block; height: 5px; margin-top: -4px; pointer-events: none; position: absolute; right: 12px; top: 50%; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; width: 5px; right: 15px; width: 7px; height: 7px; z-index: 999999999999; }
    .select-mobile select { -webkit-appearance:none; }
    .reservation form button[type="submit"] { border-radius: 5px }
    .reservation form .form-control { border-radius: 0 5px 5px 0; padding-bottom: 0; padding-top: 0; }
    .reservation form .form-group.to-right { width: 100%; }
    .modal.confirm-modal .modal-dialog .modal-content .modal-footer { display: block; }
    .modal.confirm-modal .modal-dialog .modal-content .modal-footer .btn { display: block; width: 100%; }
    .modal.confirm-modal .modal-dialog .modal-content .modal-footer .btn + .btn { margin-top: 10px; }
}

@media (max-width: 767.98px) {
    #reservasTable {
        display: block;
        /* overflow: scroll; */
    }
}

@media (max-width: 991.98px) {
    
}

@media (max-width: 1199.98px) {
    
}</pre></body></html>