#st_notification_banner {
   display:none !important;
}
.glyphicon-plus:before {
    content: '+';
    font-size: 16px;
}
.glyphicon-minus:before {
    content: '-';
    font-size: 24px;
    font-weight: 700;
    position: relative;
    top: 2px;
}
.typeahead li a {
    padding: 8px 10px;
    white-space: normal;
    text-decoration: none;
}

#autoSuggestion.typeahead>.active>a, #autoSuggestion.typeahead>.active>a:focus, #autoSuggestion.typeahead>.active>a:hover {
    background: #e5f0f6;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    color: #575757;
    padding: 7px 10px;
}   
.holidayColor {
    
    border-top: none;
    padding: 10px 15px;
    margin-top: 2px;
    font-weight: 400;
    font-size: 12px;
}

.holidayColor span {
    border: 1px solid #FACB9D;
    padding: 5px 6px; 
    height: 10px;
    width: 10px;
    margin-right: 10px;
    font-weight: 400;
    background: #FFEAD5;
    top: 2px;
    position: relative;
	display: inline-block;
}
/*datepicker css*/

 .today a,.date-range a,.today span,.date-range span, .ui-datepicker-current-day a, .ui-datepicker-current-day span{
    background: #0095da !important;
    color: #FFFFFF !important;

}
.start-date a,.start-date span{
    background: #0095da !important;
    color: #FFFFFF !important;
    position:relative;
}

.end-date a:before,.end-date span:before{
    position:absolute;
    content:"";
    width: 11px;
    height: 28px;
    background:url(../images/flight/fromto.png);
    right:0;
    top:0;
}

.start-date a:before,.start-date span:before{
    position:absolute;
    content:"";
    width: 11px;
    height: 28px;
    background:url(../images/flight/fromto.png);
    top:0;
    left:0;
    background-position:-11px 0px;
}

.end-date a,.end-date span{
    background: #0095da!important;
    color: #FFFFFF !important;
    position:relative;
}

.ui-datepicker-today .ui-state-default{
    font-weight:700;
}

.ui-datepicker{
    background:#fff;
    border:1px solid #0084cc;
    border-top:0px;
}
.ui-datepicker-month{
    font-weight:700;
}

.ui-datepicker-title{
    font-size:16px;
}

.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.datebox .ui-datepicker  {
    width: 20.5em;
    padding: .2em .2em 0;
    display: none; 
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top:12px;
    width: 1.8em;
    height: 1.8em;
    cursor:pointer
}

.ui-datepicker .ui-datepicker-prev {
    left: 10px;
    width: 0; 
    height: 0; 
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; 
    border-right:8px solid #333; 
}



.ui-datepicker .ui-datepicker-next {
    right: 10px;
    width: 0; 
    height: 0; 
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; 
    border-left:8px solid #333; 
}

.ui-datepicker .ui-corner-left .ui-state-disabled{
    border-right:8px solid #a7a7a7; 
}

.ui-datepicker .ui-corner-right .ui-state-disabled{
    border-left:8px solid #a7a7a7; 
}


.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0;
    line-height: 1.8em;
    text-align: center;
    width:100%;
}
.ui-datepicker .ui-datepicker-title select {
    margin: 1px 10px;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    color:#565656;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .5em;
    text-align: center;
    text-decoration: none;
    color:#565656;
    text-align:center;
    border:1px solid #e6e6e6;
    text-align:center;
}

.ui-datepicker td span
{
    color:#d3d3d3;
    border:1px solid #fff;
}

.ui-datepicker td a:hover{
    background:#e6e6e6;
}

/*.ui-datepicker td a.ui-state-active, .ui-datepicker td a:hover.ui-state-active{
    background:#0094da;
    color:#fff;
}*/

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    padding: 3px 6px;
    border-radius: 50%;
    top: -6px;
    right: -5px;
    cursor: pointer;
    width: auto;
    overflow: visible;
    background: #333;
    border: 0px;
    color: #fff;
    font-size: 8px;
    position: absolute;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
    display:none;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/*datepicker css end*/
.filter_applied_section {
    position: absolute;
    top: 50%;
    width: 65px;
    left: 50%;
    margin-left: -35px;
    margin-top: -50px;
}
.spinner {
    display: inline-block;
    width: 35px;
    height: 35px;
}
.spinner {
   
    display: block;
    color: #0095da;
}
.progress, .progress-bar.active, .progress.active .progress-bar {
    height: 10px!important;
}

.spinner:after {
    border: 3px solid currentColor;
    border-bottom-color: transparent;
}
.spinner:after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 5px solid currentColor;
    border-bottom-color: transparent;
    border-radius: 100%;
    background: 0 0;
    animation: ball-clip-rotate .75s linear infinite;
}

.spinner, .spinner:after {
    position: relative;
    box-sizing: border-box;
}
.spinner{color: #0095da;}
@keyframes ball-clip-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}