
/* REQUIRED for core functionality */

.responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display: inline; cursor:pointer;}
.inside_tabs{padding:20px;}
.inside_tabs td{border:0 !important}
.inside_tabs  table{margin-bottom:0 !important}

#shipdata .col-xs-12 {
    background: #f8f8f8;
    padding: 10px 6px;
}

@media (max-width: 1022px) {
	.responsive-tabs__list { display: none;}
	.responsive-tabs__heading { display: block; cursor: pointer; }
	.responsive-tabs__panel--closed-accordion-only { display: none;}
	.inside_tabs {padding:0 0px 20px 0;}
}

@media (min-width: 1023px) {
	.responsive-tabs__panel--closed-accordion-only { display: block !important;}
}

/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.responsive-tabs-wrapper { 
	clear: both;
	zoom: 1; 
	margin-top: 25px;
border-bottom: solid 1px #ddd;
margin-bottom: 25px;
}
.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; padding: 0;border-bottom: 1px solid #93c41a; padding-bottom:11px; line-height: 1em; }
.responsive-tabs__list__item {padding: 10px 20px;font-size: 15px;}
.responsive-tabs__list__item:hover {background: #efefef }
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover { background: #fff;
border: solid 1px #ddd;
    border-bottom-color: rgb(221, 221, 221);
border-bottom-color: #fff;
border-top-left-radius: 5px;
border-top-right-radius: 5px;}

.responsive-tabs__panel { margin-bottom: 0px;}

@media (max-width: 1022px) {
	.responsive-tabs__heading { 
		padding: 0.5em; border-radius: 3px; border: 1px solid #ddd; 
		background: #f5f5f5;
		position: relative;
		font-size:14px;
		margin: 0 0 15px 0;
	}

	.responsive-tabs__heading:after {
		content:"+";
		display: block;
		position: absolute;
		right: 22px;
		top: 0px;
		width: 0; 
		height: 0; 
		font-size:20px;
		/*border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #000;*/
	}
	.responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover { background-color: #efefef}
	.responsive-tabs__heading--active { background: #fff;}
	.responsive-tabs__heading--active:after {
		/*border-bottom: 10px solid #000;
		border-top:0;*/
		content:"-";
		font-size:20px;
	 }
	 .responsive-tabs-wrapper{margin-bottom: 30px;padding-bottom: 30px;border-top: solid 1px #ddd;
padding-top: 20px;margin-top: 20px;}
}

/* END - Optional - Basic Skin */
