﻿.tab-horizontal1{
	border-left:1px solid #DEDEDE;
	margin-bottom:30px !important;
}
.resp-tabs-list{ padding:0;}
.resp-tabs-list li {
    display: inline-block;
    padding:11px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
	border:1px solid #dedede;
	border-bottom:0;
	border-left:0;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
	margin-left: -1px;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 25px 15px 10px;
}

.resp-tab-active {
    border: 1px solid #dedede;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding:11px 15px 12px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #dedede;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #DEDEDE ;
    border-top: 0px solid #dedede;
    margin: 0px;
    padding: 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #dedede !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    margin:0 0 -1px 0;
	clear:both;
    cursor: pointer;
    float: right;
	border:1px solid #DEDEDE;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #dedede;
    float: left;
    width: 68%;
    min-height:218px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #dedede;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: 0 !important;
    padding: 11px 16px 11px 15px !important;
}

.resp-arrow {
     border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #DEDEDE;
    float: right;
    height: 0;
    margin-top: 3px;
    width: 0;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #dedede;
}

/*-----------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 #dedede;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #dedede !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #dedede !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;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #dedede;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #dedede !important;
    }
}
