/* tabs */
.labs-tab-control {
	 display: block;
	 margin: 0 auto;
	 padding: 0;
	 position: relative;
	 width: 99%;
	 z-index: 1;
	 }

.labs-tab-control.min {
	 display: block;
	 float: left;
	 z-index: 9999;
	 }

ul.lab-portal-tabs {
	 clear: both;
	 float: left;
	 margin: 0;
	 padding: 0;
	 width: 100%;
	 }

.min ul.lab-portal-tabs li:first-of-type, .min ul.lab-portal-tabs li.active {
	 background: #223b4e !important;
	 color: #fcfcfc;
	 }


.min ul.lab-portal-tabs li:first-of-type h5, .min ul.lab-portal-tabs li.active h5 {
	 
	 color: #fcfcfc;
	 }

ul.lab-portal-tabs li:first-of-type, ul.lab-portal-tabs li.active {
	 border-bottom-color: #8a8aa3;
	 background: #FBFBFB;
	 }

.min ul.lab-portal-tabs li.inactive {
	 background: #F9F9F9 !important;
		
		
	 }

.min ul.lab-portal-tabs li.active h5 {}

.min ul.lab-portal-tabs li.inactive h5 {
	 color: #5d6c78;
	 border: none;
	 }

ul.lab-portal-tabs li.inactive {
	 background: #F9F9F9;
	 }

.min ul.lab-portal-tabs li {margin-bottom: -1px;border-radius: 6px;border-bottom: 2px solid #cecece;}

ul.lab-portal-tabs li {
	 background: #FBFBFB;
	 border: 1px solid #EFEFEF;
	 border-bottom: 0;
	 cursor: pointer;
	 float: left;
	 list-style: none;
	 margin-right: 5px;
	 width: initial;
	 }

.min ul.lab-portal-tabs li h5 {
	 clear: both;
	 display: block;
	 font-family: 'Ubuntu', sans-serif;
	 font-weight: 800;
	 padding: 7px 13px 11px;
	 width: initial;
	 font-size: 15px;
	 color: #5d6c78;
	 }

ul.lab-portal-tabs li h5 {
	 font-weight: 500;
	 padding: 10px 13px;
	 }

.lab-tab-boat {
	 
	 clear: both;
	 display: block;
	 float: left;
	 margin: -1px 10px 0;
	 position: relative;
	 width: 100%;
	 z-index: 0;
	 }

.lab-tab-boat.min {
	 margin: 20px 0 50px;
	 padding: 0 0 30px;
	 }

.lab-tab-boat .labs-tab-wrapper:first-of-type, .lab-tab-boat .labs-tab-wrapper.active {
	 display: block;
	 }

.lab-tab-boat .labs-tab-wrapper, .lab-tab-boat .labs-tab-wrapper.inactive {
	 display: none;
	 }