﻿ul.resp-tabs-list  {
	padding: 0px;
	height: 38px;
	margin-top: 1.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 2px;
	border-bottom-color: #007CC3;
}

.resp-tabs-list li {
	font-weight: 700;
	font-size: 0.95em;
	display: inline-block;
	list-style: none!important;
	cursor: pointer;
	float: left;
	color: #007CC3;
	background-image: none!important;
	text-indent: 0px!important;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.6em;
	padding-left: 0.4em;
	background-color: #ecf3f6;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin: 0;
}

.resp-tabs-container {
	background-color: #fff;
	clear: left;
	margin-bottom: 3em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0em;
}

h2.resp-accordion {
	cursor: pointer;
	padding: 0.5em;
	display: none;
}

.resp-tab-content {
	display: none;
	padding: 1em;
}

.resp-tab-active {
	margin-bottom: -2px !important;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	background-color: #007CC3!important;
	color: #FFFFFF;
	
}

.resp-tab-active {
	border-bottom: none;
	background-color: #007CC3;
	color: #FFFFFF!important;
	
}

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

}

.resp-tab-content {
}

h2.resp-accordion {
	font-size: 1em;
	margin: 0px;
	padding: 10px 15px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #007CC3;
	border-right-color: #007CC3;
	border-bottom-color: #007CC3;
	border-left-color: #007CC3;
}

h2.resp-tab-active {
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #007CC3;
}

h2.resp-tab-title:last-child {
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #007CC3;
	background-color: #007CC3;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

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

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

.resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
	border: 1px solid #0099CC;
}

.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 3px;
	
}



/*-----------Accordion styles-----------*/
h2.resp-tab-active {
	background-color: #007CC3;
	color: #FFFFFF;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
	
}

.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007CC3;
}

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

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

}

h2.resp-accordion:first-child {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #007CC3;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 800px) {
    
	.resp-tab-content-active {
	
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #007CC3;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #007CC3;
	padding: 0.5em;
}
	
	
	ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
	display: block;
    }

    .resp-vtabs .resp-tab-content {
	
	border-radius:0px;
    }

    .resp-vtabs .resp-tabs-container {
	border: 1px solid #007CC3;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
	border-radius: 0px;
    }
    .resp-accordion-closed {
        display:none !important;
    }
   
}
