.pr10{padding-right:10px;}
.pr14{padding-right:14px;}
.pr17{padding-right:17px;}
.pr35{padding-right:35px;}
.pr67{padding-right:67px;}
.ptop8{padding-top:8px;}
.fs14{font-size:14px;}
/*padding*/
.pt10{padding-top:10px;}
.pln{padding-left:0px !important}
/* margins */
.mb20{margin-bottom:20px;}
.mb5{margin-bottom:5px;}
.mr10{margin-right:10px !important}
.ml10{margin-left:10px !important}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 10px;
	height: 35px;
	font-weight:bold;
	line-height: 31px;
	    margin: 0 2px;
    border: 2px solid #005ea6;
    box-sizing: border-box;
    background-color: #018985;
    color: #fff;
	overflow: hidden;
	position: relative;
}

.tab_last { border-right: 1px solid #333; }

ul.tabs li:hover {
	    background-color: #077ad2;
    color: #fff;
}

ul.tabs li.active {
	    background-color: #01c887;
    color: #fff;
    display: block;
}

.tab_container {
	
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	
}

.tab_content {
	padding: 20px 5px;
	display: none;
}

.tab_drawer_heading { display: none; }
h2.ttitle{font-size:20px !important;line-height:20px;margin-bottom:5px;margin-top:10px;}
h2.ttitle span{    border-right: 3px solid #bae0fd;
    border-left: 6px solid #1d9dff;}
	h2.ttitle span i{width:1px;background:#fff;display:inline-block;}
	
	.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
	outline:none !important;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #19bb9b;
    border:none;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding:0px;
    margin-right:5px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #19bb9b;
    color: #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}

/* multi colors */

.checkbox-custom.yellow + .checkbox-custom-label.yellow:before{
    content: '';
    background: #fd6100;
    border:none;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding:0px;
    margin-right:5px;
    text-align: center;
}

.checkbox-custom.yellow:checked + .checkbox-custom-label.yellow:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #fd6100;
    color: #fff;
}


@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #1d9dff;
		color: #fff;
		border-top: 1px solid #fff;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #077ad2;
		color: #fff;
	}
}