ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

.tabs_viewcheck .resp-tabs-container h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding:8px 15px 15px 25px;
}

.resp-tab-content .tblcart {
    margin-top: 0;
}

.resp-tab-active {
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #5AB1D0;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 15px 0 0px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    float: left;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.tabs_viewcheck .resp-vtabs .resp-tab-content {
    border-left: solid 2px rgba(0, 0, 0, 0.08);
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    /*border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;*/
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB; /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1; /* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1; /* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    .tabs_viewcheck .resp-vtabs .resp-tab-content {
        border: 0px;
        padding: 15px 0 0 0;
    }

    .tabs_viewcheck .resp-tab-content .tblordersummery.shippingcharges_main {
        border-top: 1px solid #999999;
    }

    .tabs_viewcheck .resp-accordion.ver_1 {
        padding: 10px 25px 10px 15px !important;
        position: relative;
    }

    .tabs_viewcheck .resp-tabs-container .resp-tab-content .table-responsive.table_success {
        border: 0;
    }

    .tabs_viewcheck .resp-accordion.resp-tab-active .resp-arrow {
        border-color: -moz-use-text-color transparent #FFFFFF;
        position: absolute;
        right: 4px;
        top: 40px;
    }

    .tabs_viewcheck .resp-accordion .resp-arrow {
        position: absolute;
        right: 4px;
        top: 40px;
    }

    .tabs_viewcheck .resp-tabs-container h2.resp-accordion {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
        border: 0;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

.resp-tab-active .date_module {
    width: 20%;
    /*display:inline-block;*/
    float: left;
}

.date_module span, .orderid_time span, .order_statusfm span {
    display: block;
    width: 100%;
}

.orderid_time {
    width: 50%;
    padding-left: 15px;
    /*display:inline-block;*/
    float: left;
    font-weight: 400;
}

.order_statusfm {
    width: 30%;
    /*display:inline-block;*/
    float: left;
}

.resp-tab-active .date_module::after {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    content: "";
    height: 74%;
    position: absolute;
    right: 0;
    top: 13%;
    width: 1px;
}

.date_module::after {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    content: "";
    height: 74%;
    position: absolute;
    right: 0;
    top: 13%;
    width: 1px;
}

.date_module {
    /*border-right: 1px solid #e3e3e3;*/
    width: 20%;
    position: relative;
    font-family: 'Roboto Slab', serif;
    /*display:inline-block;*/
    float: left;
}

.tabs_viewcheck .resp-tab-item.ver_1, .tabs_viewcheck .resp-accordion.ver_1 {
    display: inline-block;
    width: 100%;
    color: #999999;
    border: 0px;
    background: #f8f8f8;
}

.tabs_viewcheck .resp-tab-item.ver_1.resp-tab-active, .tabs_viewcheck .resp-accordion.ver_1.resp-tab-active {
    color: #FFFFFF;
    background: #2980b9;
}

.date_module .year {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.date_module .month {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.date_module .date {
    font-size: 38px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
	
}

.resp-tab-active .orderid_time .order_id {
    font-size: 16px;
    color: #FFFFFF;
    padding-top:0px;3
}

.orderid_time .order_id {
    font-size: 16px;
    color: #777777;
    padding-top: 10px;
}

.orderid_time .order_time {
    font-size: 14px;
    padding-top: 10px;
}

.order_statusfm .order_status {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.4px;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}

.delivered_status {
    color: #4d8b40;
}

.placed_status {
    color: #ffcf1e;
}

.cancelled_status {
    color: #ff4c4c;
}

.order_statusfm .order_amount {
    font-size: 16px;
    font-weight: 500;
    padding-top: 12px;
}

.success_name span.quantity_main {
    color: #999999;
    font-size: 15px;
}

.resp-tabs-container .success_name p {
    padding-bottom: 6px;
}

.resp-tab-content .td_item_finalprice {
    color: #555555;
}

.resp-tab-content .table-responsive.table_success {
    border-bottom: 1px solid #999999;
}

.tabs_viewcheck .resp-vtabs .resp-tabs-list.ver_1 {
    padding-right: 25px;
    margin: 0px !important;
    padding-top: 15px;
}

.delivered_address {
    color: #999999;
    font-size: 14px;
    line-height: 22px;
    width: 80%;
    margin-bottom: 20px;
}

.resp-tab-content td hr {
    border-color: #999999;
}

.delivered_to {
    color: #555555;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 8px;
    padding-top: 10px;
    width: 60%;
}

.resp-tab-content .paidbycash {
    padding: 12px 0;
}

.main-cart.myorder_main {
    padding-bottom: 0;
}
