/*
 * Title:   Custom Style File
 * Author:  ////themeforest.net/user/soaptheme 
 */
.bootstrap-datetimepicker-widget table td.day {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee; 
}
.faq {
	counter-reset: my-badass-counter;
}
.faq li {
	position: relative;
	font-size: 16px;
    font-weight: bold;
    margin-left: 50px;
    color: #2d3e52;
}
.faq > li.active::before {
    border: 1px solid #390;
    color: #390;
}
.faq > li::before {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #2d3e52;
    border-radius: 50%;
    color: #2d3e52;
    content: counter(my-badass-counter, decimal);
    counter-increment: my-badass-counter;
    font: bold 25px/1 Open Sans;
    height: 35px;
    left: -52px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    width: 35px;
}
.faq > li > small {
	font-size: 13px;
    font-weight: normal;
    display: block;
    padding-top: 7px;
    color: #777;
}
.operator_discount{
    background: #fff none repeat scroll 0 0;
    border-bottom: 7px solid #eee;
    padding: 10px 15px;
}
.operator_discount_title{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    color: #e44049;
}
.pricetag{
	white-space:nowrap;
	position:relative;
	margin:0 5px 0 10px;
	displaY:inline-block;
	height:25px;
	border-radius: 0 5px 5px 0;
	padding: 0 7px 0 15px;
	background:#ff3e3e;
	border: 1px solid #e44049 ;
	color:#fff;
	line-height:23px;
    font-weight: bolder;
    font-size: 16px;
}
.pricetag:after{
	position:absolute;
	right:0;
	margin:1px 7px;
	font-weight:bold;
	font-size:19px;
}
.pricetag:before{
	position:absolute;
	background:#ff3e3e ;
	content:"\25CF";
	color:white;
	text-shadow: 0 0 1px #aaa;
	font-size:12px;
	line-height:13px;
	text-indent:6px;
	top:3px;
	left:-10px;
	width: 18px;
	height: 18px;
	transform: rotate(45deg);
	border-left:1px solid #e44049 ;
	border-bottom:1px solid #e44049 ;
}
.pricing-box .facts > li:before {
    background: none;
    color: green;
    height: 15px;
    left: 0;
    line-height: 15px;
    position: absolute;
    top: 10px;
    width: 15px;
}
.pricing-box .facts > li{
    padding-left: 25px;
    font-size: 10px;
    position: relative;
    padding-bottom: 10px;
    line-height: 18px;
}
.pricing-box{
    border: 1px #ccc solid;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);   
}
.pricing-box > .header{
    background: #e44049;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.pricing-box > .body{
    background: #fff;
    padding: 15px;
}
.pricing-box > .body > .price_item{
    padding: 7px 0;
    border-bottom: 1px #ddd dashed;
    color: #333;
}                            
.pricing-box > .body > .summary{
    padding: 15px 0;
}
.pricing-box > .body  .summary-title{
    /*color: #98ce44;*/
}
.pricing-box > .body  .summary-value{
    color: #98ce44;
    font-weight: bold;
    font-size: 18px;
} 
#countdown span{
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}
#countdown span.clock-value{
    padding:7px 5px;
    background: #eee;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2); 
    border-radius: 2px;
    border: 1px #999 solid;
    color: #333;
}
.countdown-message {
    display: inline-block !important;
    font-size: 11px !important;
    line-height: 15px;
    padding: 0 15px;
    text-transform: uppercase;
} 
ul.compare{
    border: 1px #ddd solid;
    padding: 5px;
    background: #fff;
}
.compare > li i{
    font-size: 24px;
}
.compare > li{
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px #eee solid;
    text-align: left;
}
.compare > li:last-child{
    border-bottom: none;
}
.compare > li.header{
    background: #0896ff ;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

.bootstrap-select button{
    border-radius: 0 !important;
}

.main-form, .main-form > button{
    border-radius: 0;
}
#datepicker, #datepicker > div{
    border-radius: 0 !important;
    width: 100%;
}
button{
    height: auto !important;
}
.dropdown-menu label{
    font-size: 0.8167em !important; 
}
.input-group-addon{
    font-size: 10px;
    background: #fff;
}
.form-element{
    margin-bottom:10px;
}   
.slider-selection {
    background: #fdb714 none repeat scroll 0 0 !important;
}
.slider.slider-horizontal .slider-track{
    height: 5px !important;
}

.slider-handle{
    background: #2d3e52 none repeat scroll 0 0 !important;
    width: 10px !important;
    height: 10px !important;
    margin-left: -5px !important;
    margin-top: -2px !important;
}
.price small {
    font-size: 11px;
    letter-spacing: 0;
    text-transform: none;
}
.listing-style3 .price{
    font-weight: 800;
}
.showFilters{
    display: block !important;
}

.bootstrap-touchspin-up, .bootstrap-touchspin-down{
    height: auto !important;
}

.bootstrap-select button{
    border-radius: 0 !important;
}

.search-box-wrapper.style2 .search-tab-content .tab-pane [class^="col-md-"], .search-box-wrapper.style2 .search-tab-content .tab-pane [class*=" col-md-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.search-tab-content {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
    padding: 10px 15px !important;
}
.search-box label{
    color: #fff;
    font-size: 10px;
}

.search-box .fixheight{
    padding-top: 18px;
}    
.dropdown-menu label{
    color: #333;
}
.slider-selection {
    background: #fdb714 none repeat scroll 0 0;
}
.slider.slider-horizontal .slider-track{
    height: 5px;
}

.slider-handle{
    background: #2d3e52 none repeat scroll 0 0 !important;
    width: 10px;
    height: 10px;
    margin-left: -5px !important;
    margin-top: -2px !important;
}

/*DATEPICKER*/
#datepicker, #datepicker > div{
    border-radius: 0 !important;
    width: 100%;
}
#chart_div svg>g>g>g>rect {
  fill: #c1c1c1  !important;
}
#chart_div svg>g>g>g>g>rect[stroke="#ffffff"][stroke-width="1"] {
  stroke: #0896ff  !important;
  stroke-width: 5px !important;
}
#chart_div {
  width: 100% ; 
  min-height: 200px;
}
.chart_title{
    width: 100%;
    text-align: center;
    height: 50px;
}
.chart_title > strong{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: #333
}
.chart_title > small{
    font-size: 11px;
    font-weight: 300;
}
#chart_months > a {
    display: inline-block;
    margin: 3px;
}
.apply-filter-fixed{
    position: fixed;
    bottom: 0;
    z-index: 1000;
}
#chart_months > a.selected{
    background: #0896ff;
    color: #fff !important;
}
.bootstrap-select.disabled > button{
    background-color: #eee !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
    border:  1px solid #999 !important;
    color: #000 !important;
}
.bootstrap-select.disabled > button > span{
    color: #000 !important;
    font-weight: 400;
}
.filter-counter{
    position: absolute;
    right: 5px;
}
.filter-counter-container{
    position: relative;
}