.dynamic_price_type {
    font-family: 'Open Sans',sans-serif;
    width: 100%;
    padding: 10px 10px;
    margin: 0 0 20px 0;
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    /*border:2px solid #353b4999;*/
    border-top: none;
   box-shadow:0px 2px 4px 0px rgb(86, 85, 85);
	margin-top: -1px;
    /*border:solid 3px #1f1327;*/
    float: left;
}
.dyanami_price_catery_list .row{
    margin-left:-15px;
    margin-right:-15px;
}
.dyanami_price_catery_list .sharing-heading {
    background: none!important;
    color: inherit;
    font-size: 14px!important;
    color:#000;
}
.dynamin_heading_name {
    font-size: 20px;
    padding: 10px 15px;
    float: left;
    color: #fff;
    width: 100%;
    border-bottom: solid 1px #b1acac;
    background: #9d2236;
}
.dynamic_valide_date{
    font-size: 13px;
    font-style: italic;
    padding: 4px 46px 0px 0px;
    background: #565555;
    color: #e7e7e7;
}
.dynamic_price_content_table .twin-header{
    background: #e7e7e7;
    color: #241e1e;
    font-size: 16px!important;
}
.dynamic-price_list {
position: relative;
width: 100%;
border-top: none;
outline: 0;
cursor: pointer
}

.dynamic-price_list .dynamic_price_sub_heading {
    display: block;
    position: relative;
    background: #565555;
    border-left: solid 1px #565555;
    border-right: solid 1px #e4e4e4;
    margin: 0;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    cursor: pointer;
    float: left;
    width: 100%;
}
.dynamic_price_name_left{
    float:left;
}
.dynamic_valide_date{
    float:right;
}

.dynamic-price_list .dynamic_price_sub_heading:hover,
.dynamic-price_list .dynamic_price_sub_heading:active,
.dynamic-price_list .dyanami_departure_year.open .dynamic_price_sub_heading {
color: white;
}
.dynamic-price_list .dyanami_price_catery_list{
     margin: 8px 0;
    float: left;
    width: 100%;

}
.dynamic-data_list .dynamic_price_sub_heading:hover i:before,
.dynamic-data_list .dynamic_price_sub_heading:hover i:active,
.dynamic-data_list .dyanami_price_catery_list.open i {
color: #d81111;
}

.dynamic-price_list .dyanami_price_catery_list i {
    position: absolute;
    top: 3px;
    right: 12px;
    font-style: normal;
    font-size: 1.625em;
    font-family: 'Glyphicons Halflings';
    color: #d81111;
    width: 35px;
    height: 35px;
    border: 1px solid #ababab52;
    font-weight: bold;
    float: right;
    text-align: center;
    line-height: 31px;
    font-size: 20px;
    margin-left: 5px;
    background: #fff;
    border-radius: 50%;
}

.dynamic-price_list .dyanami_price_catery_list i:before {
content: "\e114";
line-height: 36px;
font-family: 'Glyphicons Halflings';
}

.dynamic-price_list .dyanami_price_catery_list.open i:before {
line-height: 31px;
content: "\e113";

}

.dyanmic_price_category {
    display: none;
    border: 1px solid #ababab52;
    border-bottom: none;
    border-top:none;
    border-left:none;
    border-right: none;
    float: left;
    width: 100%;
}
.dynamic-price_list table.price_data_table{
    
}
.dyanami_price_catery_list tr{
   border-bottom:1px solid #ababab; 
}
.dyanami_price_catery_list td{
    padding:13px;
    border-left:1px solid #ababab;
    color:#000;
    font-size:14px;
    
}
.odd_month_data{
    background:#f3ebd8;
}
.even_month_data{
    background:#fff;
}
.departure-lesss-padding-right{
    padding-right:0;
}
.departure-lesss-padding-left{
     padding-left:0;
}
.dyanmic_price_category .link {
    background: #8a0a01!important;
    border-radius: 2px;
    color: #fff;
    text-align: right;
    cursor: pointer;
    font-size: 13px;
    padding: 3px 12px;
}

.odd_bg_color {
    /*background: #f3ebd8;*/
}
.even_bg_color {
    background: #fff;
}

@media all and (max-width: 860px) {
    .dynamic-price_list .dynamic_price_sub_heading{
        padding: 8px 52px 8px 8px;
     }
     .dynamic_valide_date{
        display:none;
     }
}