﻿/*body { margin: 0px; padding: 0px; background: #f5f5f5; font-family: 'Segoe UI'; }*/

ul.resp-tabs-list, p { margin: 0px; padding: 0px; }
.resp-tabs-list li { font-weight: normal; text-align:left; display: inline-block; padding: 10px 15px 9px 0; margin: 0; list-style: none; cursor: pointer; float: left;border-right: 1px solid #fff;
}
.resp-tabs-list li,
.resp-tabs-list li span{
	-webkit-transition: all 350ms ease-in;
	   -moz-transition: all 350ms ease-in;
		-ms-transition: all 350ms ease-in;
		 -o-transition: all 350ms ease-in;
			transition: all 350ms ease-in;
}
.resp-tabs-container { padding: 0px; clear: left; }
h2.resp-accordion { cursor: pointer; padding: 5px; display: none; }
.resp-tab-content { display: none; padding: 10px 15px; }
.resp-tab-active { /*border-bottom: none;*/}
.resp-tab-active { /*border-bottom: none;*/ }
.resp-content-active, .resp-accordion-active { display: block; }
.resp-tab-content {}
h2.resp-accordion { font-size: 15px; /*border-top:0px; border-style:solid;*/ margin: 0px; padding: 10px 15px 10px 10px;}
h2.resp-tab-active { /*border-bottom:0px; border-style:solid;*/ margin-bottom: 0px !important; padding: 10px 15px 10px 10px !important; }
h2.resp-tab-title:last-child { border-bottom: 12px solid #c1c1c1 !important; /*background: blue;*/ }

/*ul.resp-tabs-list li.default-border { border-width:1px 0 0 0; }
ul.resp-tabs-list li:first-child { border-width:0; }*/


/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list { float: left; position: relative;z-index: 2; width: 100%;}
.resp-vtabs .resp-tabs-list li { display: block;margin: 0; cursor: pointer; float: none; text-align: right;}

.resp-vtabs .resp-tabs-list li:last-child{margin-bottom: -1px;padding:0 !important;height:0;}

.resp-vtabs .resp-tabs-container { position:relative !important; padding: 0px; float: left; width: 100%; clear: none; border-width:0 0 0 1px; height:auto; /*min-height: 250px;*/ }

.resp-vtabs .resp-tab-content { /*border: none; */}
.resp-vtabs li.resp-tab-active { /*border-right: none; position: relative;*/ z-index: 1; /*margin-right: -1px !important;*/ border-color:#16a7e5;}
.resp-arrow { width: 0; height: 0; float: right; margin-top: 1px;font-size:14px;}
.resp-arrow  i.fa-caret-up{display:none;}
h2.resp-tab-active span.resp-arrow i.fa-caret-down {display:none;}
h2.resp-tab-active span.resp-arrow i.fa-caret-up {display:block;}
/*-----------Accordion styles-----------*/
h2.resp-tab-active { /*background: #DBDBDB !important;*/ }
.resp-easy-accordion  h2.resp-accordion { display: block; }
.resp-easy-accordion .resp-tab-content {}
/*.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; position:relative !important; }
h2.resp-accordion:first-child { /*border-width:1px; border-style:solid; */}
/*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: inline-block; width:100%; text-align:left; }
.resp-vtabs .resp-tab-content { /*border-width:1px; border-style:solid;*/ }
/*.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-width:1px; border-style:solid; }*/

}
