﻿ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
}

#tab{
	overflow: hidden;
}

ul.resp-tabs-list{
	position: relative;
}

ul.resp-tabs-list li:last-child:after {
 	background-color: #d9d9d9;
    border-left: 2px solid #ebe9e8;
    bottom: -2px;
    content: "";
    display: block;
    height: 2px;
    left: 102%;
    position: absolute;
    right: 0;
    width: 1000px;
}

ul.resp-tabs-list li:last-child.resp-tab-active:after {
    bottom: 0px;
}

.tab_txt{
	display: table;
	widows: 100%;
	height: 100%;
}

.tab_txt span{
	display: table-cell;
	widows: 100%;
	height: 100%;
	vertical-align: top;
}

.resp-tabs-list li.resp-tab-active span.tab_txt {
    height: 100%;
    padding: 6px 10px 8px 10px;
    width: 100%;
}

.resp-tabs-list li {
    color: #00abc6;
    cursor: pointer;
    float: left;
    font-size: 0.85em;
    list-style: none outside none;
    line-height: 1.1;
    margin-right: 2px;
    border-bottom: none;
    background-color: #e0e0e0;
    border-bottom: 2px solid #d9d9d9;
    position: relative;
    border-right: 2px solid #e0e0e0;
    border-left: 2px solid #e0e0e0;
}

.resp-tabs-list li span.tab_txt {
    height: 100%;
    padding: 8px 10px;
    width: 100%;
}

.resp-tabs-list  li.resp-tab-active {
    color: #404040;
    border-top: 2px solid #d9d9d9;
    border-left: 2px solid #d9d9d9;
    border-right: 2px solid #d9d9d9;
    border-bottom: none;
}

.resp-tabs-list li span.tab_txt{
    height: 100%;
    width: 100%;
    padding: 8px 10px;
}

.resp-tabs-list li:hover, .resp-tabs-list li:active, .resp-tabs-list li:focus{
    color: #00829B;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

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

.resp-tab-content {
    display: none;
}

.resp-tabs-list li.resp-tab-active span.tab_txt{
    background-color: #EBE9E8;
}

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

.resp-tab-content {
    padding-top: 30px;
}

h2.resp-accordion {
    margin: 0px;
    color: #404040;
	background: url(../images/select_arrow.png) no-repeat right 17px #F5F5F5;
	border-right: 1px solid #FAFAFA;
	border-left: 1px solid #FAFAFA;
	border-top: 1px solid #FAFAFA;
	border-bottom: 2px solid #FAFAFA;
	position: relative;
	font-size: 1.2em;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-tab-active {
    color: #00ABC6;
}
.resp-jfit {
    width: 100%;
    margin: 0px;
}

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

@media only screen and (max-width: 1023px) {
    ul.resp-tabs-list {
        display: none;
    }
    .resp-tab-content {
	    padding-left: 10px;
	    padding-right: 10px;
	    padding-top: 30px;
	}
    h2.resp-accordion {
        display: block;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }
    .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 #c1c1c1 !important;
    }
    .resp-tab-content {
	    padding-top: 15px;
	}
}

@media (min-width: 1023px) and (max-width:1599px) {
	.resp-tabs-list li {
		font-size: 0.7em;
	}
}
