.no-sort::after {
    display: none!important;
}

.no-sort {
    pointer-events: none!important;
    cursor: default!important;
}

#ratesWizard .nav-pills > li > a,
#ratesWizard .nav-tabs > li > a
{
    pointer-events: none;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    opacity: 0.7;
    background-color: #fff;
    z-index: 9999;
    text-align: center;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/*.photo:hover {*/
/*    transform: scale(2.5);*/
/*    z-index: 1;*/
/*}*/

.featured img {
    width: 100px;
    height: 100px;
}

.ui-datepicker .weekend .ui-state-default {
    background: #FEA;
}

.ui-datepicker {
    width: 100% !important;
}

.ui-datepicker td a{
    position: relative;
    padding-bottom: 20px !important;
}

.ui-datepicker td a[data-custom]{
    position: relative;
    padding-bottom: 0 !important;
    white-space: pre;
}

/*.priceCalendar .ui-datepicker-calendar td a[data-custom]::after {*/
/*    content: 'Rs. ' attr(data-custom);*/
/*    display: block;*/
/*    font-size: small;*/
/*}*/

.ui-datepicker-calendar td a[data-custom]::after {
    content: attr(data-custom);
    display: block;
    font-size: small;
}

.custom-card {
    border: 1px solid lightgrey;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.nav-pills-tab :hover {
    cursor: pointer;
}

/* Rating Star Widgets Styling */
.rating-stars ul {
    list-style-type:none;
    padding:0;

    -moz-user-select:none;
    -webkit-user-select:none;
}
.rating-stars ul > li.star {
    display:inline-block;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
    font-size:2.0em; /* Change the size of the stars */
    color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
    color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
    color:#FF912C;
}

.modal-right {
    justify-content: unset !important;
    width: 20% !important;
}

.tagify {
    height: initial;
}

.linkActivated {
    color: green;
}

.paymentStatus:hover, .bookingStatus:hover {
    transform: scale(1.1);
}

.paymentStatus, .bookingStatus {
    cursor: pointer;
}

.changePaymentStatusBtn:hover, .changeBookingStatusBtn:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

#orderModal .modal-title{
    white-space: pre;
}

/*.iconCheck {*/
/*    cursor: pointer;*/
/*}*/