﻿body {
}

.testionialsarea .reviewstextinner {
    min-height: 38px !important;
}

.ui-datepicker {
    z-index: 999999999 !important;
}

.ui-datepicker-trigger {
    display: none;
}

.control-lock1 {
    pointer-events: none;
    background-color: #DEDDDD !important;
}

.priceonrequest {
    font-size: 13px;
    color: #e50402;
    line-height: 18px;
    font-weight: 700;
    vertical-align: middle;
}

.bloagheadingheihgt {
    max-height: 52px !important;
    overflow: hidden;
}

.bloagheadingheihgt {
    min-height: 52px !important;
}

.error {
    box-shadow: 0 0 5px 0 #c00!important;
    border: 2px solid red!important;
}

.ui-autocomplete {
    max-height: 300px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.ui-menu .ui-menu-item {
    background: #fff;
    padding: 5px !important;
    border-bottom: 1px solid #cecece !important;
}

    .ui-menu .ui-menu-item a {
        /*background: #9ebf3c !important;*/
        color: #000;
        padding: 5px !important;
        display: block;
        cursor: pointer;
        font-size: 13px !important;
        text-decoration: none;
    }



.packgedescirption {
    max-height: 38px;
    overflow: hidden;
}

.cd-filter-block .ui-widget-header {
    background: #d5d3c9 !important;
}

    .cd-filter-block .ui-state-default, .cd-filter-block .ui-widget-content .ui-state-default, .cd-filter-block .ui-widget-header .ui-state-default {
        background: #e50402 !important;
    }

.anhclose {
    position: absolute;
    top: 6px;
    right: 0px;
    background: transparent none repeat scroll 0% 0%;
    float: left;
    width: 21px;
    font-size: 20px;
    text-decoration: none;
    display: none;
}

    .anhclose img {
        width: 10px;
    }
    #Transfers ul.ui-autocomplete {
    width: 275px !important;
}

#Transfers li.ui-autocomplete-category {
    padding: 9px;
    background: #c40200;
    font-weight: 600;
    color: #fff;
}
#Transfers .ui-state-focus {
    background: #e7e7e7 !important;
    color: #000 !important;
    padding: 5px !important;
    text-decoration: none;
    border-radius: 0px !important;
}
#Transfers .ui-menu-item.ui-state-focus a {
    color: #000 !important;
}

.ui-state-focus {
    background: #e50402 !important;
    color: #fff !important;
    padding: 5px !important;
    text-decoration: none;
    border-radius: 0px !important;
}

.ui-menu-item.ui-state-focus a {
    color: #fff !important;
}
.transferdatebox {
    background-color: #e7e7e7;
    color: #fff;
    padding: 1px 7px 3px 7px;
    position: relative;
    font-size: 13px;
    color: #000;
    border-radius: 3px;
    display: inline-block;
}

    .transferdatebox.arrow-right::after {
        content: " ";
        position: absolute;
        right: -5px;
        top: 6px;
        border-top: 5px solid transparent;
        border-right: none;
        border-left: 5px solid #e7e7e7;
        border-bottom: 5px solid transparent;
    }
	
	.discounttxt {
    background-color: #e50402;
    color: #fff;
    padding: 0px 6px;
    border-radius: 2px;
    display: inline-block;
    animation: blinker 2s linear infinite;
    font-size: 13px;
    font-weight: 600;
}