.come-from-modal.left .modal-dialog,
.come-from-modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 700px;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}

.come-from-modal.left .modal-content,
.come-from-modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0px;
}

.come-from-modal.left .modal-body,
.come-from-modal.right .modal-body {
    padding: 15px 15px 80px;
}
.come-from-modal.right.fade .modal-dialog {
    right: -700px;
    transition: opacity 0.25s linear, right 0.25s ease-in-out;
}

.come-from-modal.right.fade.in .modal-dialog {
    right: 0;
}

.app-container.view-is-on-modal .content-container .side-body.padding-top {
    padding-top: 27px;
}
.app-container.view-is-on-modal .side-body {
    margin-left: 0;
}
.app-container.view-is-on-modal .navbar,
.app-container.view-is-on-modal .side-menu {
    display: none;
}

.app-container.view-is-on-modal h1.page-title {
    margin: 0;
    padding-top: 0;
    padding-bottom: 15px;
    height: auto;
}

.app-container.view-is-on-modal .page-title>i {
    top: 0;
}

.app-container.view-is-on-modal .panel {
    margin-bottom: 0;
}

.voyager-loader-modal{
    background:#F9F9F9;
    position:fixed;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    z-index:99;
}

.voyager-loader-modal img{
    width:100px;
    height:100px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-50px;
    margin-right:-50px;
    animation:spin 1s linear infinite;
}

.voyager div.alert {
    margin: 15px 0 0 0;
}

.voyager div.alert.alert-warning {
    border: 1px solid #faebcc;
    border-radius: 10px;
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.voyager div.alert.alert-info {
    border: 1px solid #bee5eb;
    border-radius: 10px;
    background-color: #d1ecf1;
    color: #0c5460;
}

.voyager div.alert > ul {
    padding: 0;
}

.voyager div.alert > ul > li:not(:first-child) {
    padding: 0;
}

.voyager div.alert > ul > li > p {
    margin: 0;
}

/* Club Court Booking Calendar */
span[data-toggle="tooltip"] button:disabled {
    pointer-events: none;
}

#participants h3 {
    border-bottom: 1px solid rgb(218, 219, 223);
}

span[data-toggle="tooltip"] button:disabled,
button.add-owner:disabled,
button.add-participant:disabled,
button.update-payment-mode:disabled {
    pointer-events: none;
}

.club-court-booking-participants > h3 {
    border-bottom: 1px solid rgb(218, 219, 223);
    padding-bottom: 15px;
    margin-bottom: 0;
}

.club-court-booking-participants .add-participant-container {
    padding-top: 16px;
}

.price-info {
    background-color: #F3F3F4;
    line-height: 48px;
    margin-top: 8px;
    padding: 0 16px;
    border-radius: 8px;
    font-weight: 400;
}

.price-info > div {
    display: inline-block;
}

a.add-paid.text-body-secondary i {
    color: #76838f;
    font-size: 22px;
}

.voyager.club-court-bookings .swal2-html-container .edit-add-paid {
    width: 250px;
}

.voyager.club-court-bookings .swal2-modal.width-edit-add-paid,
.voyager.memberships .swal2-modal.width-edit-add-fee
{
    width: 310px;
}

.voyager.club-court-bookings .swal2-modal.width-edit-add-paid .swal2-title {
    padding-bottom: 15px;
    padding-top: 25px;
}

.voyager.club-court-bookings .swal2-html-container .edit-add-paid,
.voyager.memberships .swal2-html-container .edit-add-fee
{
    text-align: left;
}

.voyager.club-court-bookings .swal2-html-container .edit-add-paid .form-group .control-label {
    margin-bottom: 10px;
}

.voyager.club-court-bookings .swal2-actions .swal2-confirm.btn-confirm-paid {
    background-color: #0D003B;
    box-shadow: 0 0 0 3px rgba(13,0,59,0.3);
}

.club-court-booking-participants .list-participants .participant {
    display: grid;
    align-items: center;
    grid-template-columns: 40px 1fr 1fr 1fr 42px;
    gap: 10px;
    -webkit-box-align: center;
    padding: 17px 0 12px;
    border-bottom: 1px solid rgb(218, 219, 223);
}

.paids-club-court-booking-participants .list-participants .participant,
.membership-fees-participant .participant
{
    display: grid;
    align-items: center;
    grid-template-columns: 40px 1fr 1fr 1fr 42px;
    gap: 10px;
    -webkit-box-align: center;
    padding: 17px 0 12px;
    border-bottom: 1px solid rgb(218, 219, 223);
}

.paids-club-court-booking-participants .list-paids .paid,
.membership-fees-participant .fee
{
    display: grid;
    align-items: center;
    grid-template-columns: 165px 10fr 3fr 4fr 4px;
    gap: 0px;
    -webkit-box-align: center;
    padding: 12px 0 12px;
    border-bottom: 1px solid rgb(218, 219, 223);
}

.btn.btn-primary.btn-no-selected {
    background: #ffffff;
    color: #76838f;
    border: 1px solid #cbcbcb;
}

.btn.btn-primary.btn-selected {
    border: 1px solid #0D003B;
}

.voyager.club-court-bookings .btn-group.container-booking-type {
    width: 97%;
}

.voyager.club-court-bookings .btn-group{
    width: 100%;
}

#unic-payment{
    padding: 6px 16px;
    height: 46px;
    font-size: 16px;
    line-height: 33px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 50%;
}

#div-payment{
    padding: 6px 16px;
    height: 46px;
    font-size: 16px;
    line-height: 33px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 50%;
}

form.form-edit-add.edition-footer-fixed .page-content {
    height: 75vh;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
}

form.form-edit-add.edition-footer-fixed .panel-footer.footer-fixed {
    position: fixed;
    width: auto;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 9px 9px 8px 9px;
    border-top: 1px solid #cbcbcb;
}

form.form-edit-add.edition-footer-fixed .panel-footer button.delete{
    margin-right: 35px;
}
form.form-edit-add.edition-footer-fixed .panel-footer button.save{
    margin-left: 35px;
}

form.form-edit-add.edition-footer-fixed .page-content .panel.panel-bordered {
    padding-bottom: 20px;
}

.add-player {
    background-color: transparent;
    color: #0D003B;
    border-color: transparent;
    font-weight: 400;
    text-decoration: underline;
}

.three-dots > button {
    background-color: transparent;
    margin: 0;
}
.three-dots .dropdown-menu {
    left: unset;
    right: 0;
}

.club-court-booking-participants .cancel-player,
.club-court-booking-participants .cancel-payment-mode {
    background: #fff;
    color: #22a7f0;
}

.panel-body .add-club-court-booking-player h4 {
    margin-top: 16px;
}

.three-dots .dropdown-item
{
    padding: 12px 10px;
}

body button.delete {
    padding: 9px 9px 4px 9px;
    border-radius: 10px;
    background-color: transparent;
    border-color: rgb(218, 219, 223);
    float: right;
    border: 1px solid;
    margin-top: 5px;
}

body button.delete > i{
    font-size: 20px;
}

body #delete_modal{
    z-index: 100002;
}

button.edit-payment-method {
    background-color: transparent;
    border-color: transparent;
    min-width: 48px;
    margin-left: 4px;
    padding: 0;
}

body.club-court-bookings #addModal div.edit-payment-method {
    border-bottom: 1px solid rgb(218, 219, 223);
}

body.club-court-bookings #addModal div.edit-payment-method h3 {
    display: flex;
    margin-top: 16px;
    line-height: 1.3;
    font-size: 24px;
    border-bottom: 0;
    padding: 0;
}

body.club-court-bookings #addModal div.edit-payment-method h3 > * {
    margin-right: 4px;
}

body.club-court-bookings #addModal div.edit-payment-method h3 > .client-name,
body.club-court-bookings #addModal div.edit-payment-method h3 > .action {
    line-height: 1.5;
}

.select2-results .fa-circle-plus{
    margin: auto;
    font-size: 1.5rem;
    color: #0d003b;
}

#add-new-player{
    padding: 6px;
    cursor:pointer;
    margin-bottom: 4px;
}

#add-new-player:hover{
    background-color: rgba(110, 222, 41, 0.27);
}
/* End Club Court Booking Calendar */

/*Media query de móvil*/
@media only screen and (max-width: 768px) {
    .come-from-modal.right .modal-dialog {
        width: 100%;
    }
}

