.grayButton{
    background: #919191!important;
}
.gray{
    color: #bdbcbc!important;
}
.ui-state-disabled{
    color: #bdbcbc!important;
    line-height: 56px;
}
@media only screen and (max-width: 479px){
    #datepicker .ui-state-disabled span {
        height: 38px;
        width: 38px;
        line-height: 36px;
        font-size: 2.2rem;
    }
}
.ui-datepicker-prev span{
    display: none;
}
.overlay{
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #ffcd7a;
    display: none;
}


.spinner {
    text-align: center;
    position: fixed;
    top: 49%;
    left: 48%;
    display: none;
    z-index: 10000;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #ffffff;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

#gray_disable {
    display: none;
    width: 100%;
    height: 100%;
    background: #ff9d58;
    opacity: 0.4;
    position: fixed;
    z-index: 1000;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

#pay_button[type=button]:hover, #pay_button[type=button]:focus, #pay_me[type=button]:hover, #pay_me[type=button]:focus{
    color: #fff;
    background: #919191!important;
    border: none;
    cursor: default;
}
#pay_button[type=button]:hover::before, #pay_button[type=button]:focus::after{
    display: none;
}
#pay_me[type=button]{
    display: block;
    font-size: 2.1rem;
    font-weight: bold;
    padding: 13px 20px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border: 0;
    min-width: 210px;
    cursor: default;
    line-height: 1;
    z-index: 5;
}

.circus_legend{
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 2px solid #4b4b4b;
    border-radius:50%;
}
.circus_legend.color{
    border-color: #ff4c05;
}
.circus_legend.gray{
    border-color: #bdbcbc;
}

#choose_day{
    color: #ff4c05;
    font-size: 2.5rem;
    padding-left: 15px;
}
@media only screen and (max-width: 720px) {
    #mobile_choose{
        display: block;
    }
    #mobile_choose #choose_day{
        font-size: 2rem;
        padding-left: 10px;
    }
}