
/* REQUIRED for core functionality */

.responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display: inline; cursor:pointer;}

@media (min-width: 240px) and (max-width: 320px) {
	.responsive-tabs__heading {width: 92% !important;}
	.responsive-tabs__panel {width: 95.5% !important;}
}

@media (min-width: 321px) and (max-width: 375px) {
	.responsive-tabs__heading {width: 93% !important;}
	.responsive-tabs__panel {width: 96% !important;}
}

@media (min-width: 376px) and (max-width: 450px) {
	.responsive-tabs__heading {width: 94.5% !important;}
	.responsive-tabs__panel {width: 97% !important;}
}

@media (min-width: 451px) and (max-width:600px) {
	.responsive-tabs__heading {width: 94.5% !important;}
	.responsive-tabs__panel {width: 97% !important;}
}

@media (min-width:600px) and (max-width: 666px) {
	.responsive-tabs__heading {width: 96% !important;}
	.responsive-tabs__panel {width: 97.7% !important;}
}

@media (min-width: 667px) and (max-width: 735px) {
	.responsive-tabs__heading {width: 96% !important;}
	.responsive-tabs__panel {width: 97.7% !important;}
}

@media (min-width: 736px) and (max-width: 767px) {
	.responsive-tabs__heading {width: 96.5% !important;}
	.responsive-tabs__panel {width: 98% !important;}
}

@media (max-width: 767px) {
	.responsive-tabs__list { display: none;}
	.responsive-tabs__heading { display: block; cursor: pointer; }
	.responsive-tabs__panel--closed-accordion-only { display: none;}
	.barndnametable .responsive-tabs__panel--closed-accordion-only { display: block;}
}

@media (min-width: 768px) {
	.responsive-tabs__panel--closed-accordion-only { display: block !important;}
	/*.responsive-tabs__panel {width: 98.3% !important;}*/
}

/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.responsive-tabs-wrapper { 
	clear: both;
	zoom: 1; 
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus { outline: 1px solid #ccc;  }

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus { outline: none !important;}

.responsive-tabs__list {font-size: 1.2em; /*margin: 2em 0 0 0;*/margin: 0 0 0 0; padding: 0; border-bottom: 1px solid #ddd; line-height: 1em; width: 100%; float: left;}
.responsive-tabs__list__item { background: #dfdfdf; padding: 5px 9px;  margin: 0 4px 3px 0; border-right: 1px solid #a5a5a5; border-left: 1px solid #a5a5a5; border-top: 1px solid #a5a5a5; border-radius: 5px 5px 0 0; float: left; font-size: 13px; color: #1c0d0c;}
.responsive-tabs__list__item:hover {background: #efefef }
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {  background: #fff; border-bottom-color: #fff;}

.barndnametable .responsive-tabs__panel{ /*border-top: 1px solid #ccc;*/}

.responsive-tabs__panel {border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    float: left;
    margin-bottom: 0;
    padding: 5px;
    /*width: 96%;*/width: 98.7%;}

@media (max-width: 767px) {
	/*.responsive-tabs__panel {width: 96%;}*/
	
	.responsive-tabs__heading { 
		padding: 10px; border-radius: 0; border: 1px solid #ccc; 
		background: #ddd;
		position: relative;
		width: 92.8%; float: left; margin-top: 0; margin-bottom: 0; color: #00497c; font-size: 17px !important; font-weight: bold !important;
	}

	.responsive-tabs__heading:after 
	{
	    /*content: "\02795";*/
		content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 26%;
    width: 20px;
    height: 20px;
    color: white !important;
    background-color: #1b405a;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
    line-height: 22px;
	background: url(images/plusminus.png) center 0;
	}
	.responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover { background-color: #efefef;}
	.responsive-tabs__heading--active { background: #efefef;}
	.responsive-tabs__heading--active:after {
		/*border-bottom: 10px solid #00497c;*/
		border-top:0;
		content:"\2796";
		color: white !important;
	 }.responsive-tabs__heading:after 
	{
	    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 26%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
    line-height: 22px;
    background-image: url(../../images/plusminus.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: -1px -1px;
	}
	.responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover { background-color: #efefef;}
	.responsive-tabs__heading--active { background: #efefef;}
	.responsive-tabs__heading--active:after {
		border-top:0;
		content:"";
		background-position: -1px -23px;
	 }
}

/* END - Optional - Basic Skin */
