.te_settings_tabs {
	padding:15px 10px;
}
.te_settings_tabs ul {
    background: #0085ba;
    width: 100%;
    clear: both;
}
.te_settings_tabs li
{
}
.te_settings_tabs li a {
    width: 33.3333%;
    float: left;
    background: #fff;
    padding: 15px 1px;
    text-align: center;
    color: #5a5a5a;
    text-decoration: none;
    font-size: 17px;
    box-shadow:none;
    border-bottom: 1px solid #ccc;
	box-sizing:border-box;
}
.te_settings_tabs li:first-child a {border-left:none;}
.te_settings_tabs li.ui-tabs-active a
{
	background: #ffffff;
	border-top: 4px solid #ed6b75;
	border-bottom: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 49px;
}
.te_settings_tabs_sec {
    background: #fff;
    padding: 0px;
    width: 100%;
}
.wrap.te-settings {
    border: 1px solid #3598dc;
}
.wrap.te-settings h1 {
    background: #3598dc;
    padding: 15px;
    color: #fff;
}
.te_submit_button{
	padding-left:10px;
	margin-top:0px !important;
}
.te_settings_tabs_sec .form-table {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.te_settings_tabs_sec .form-table th
{
	text-align: center;
	padding: 20px 20px;
}
.wrap.te-settings .dashicons.dashicons-admin-settings {
    font-size: 25px;
    margin: 5px 0px;
}
.wters {
 	width: 100%;
    background: #f5f5f5;
    border: 1px solid #cdcdcd;
    border-left: 4px solid #0073aa;
	display: none;
	overflow:auto;
}
.wters .l_wters { width:200px; float:left;}
.wters .l_wters img {float: left; padding: 10px;}
.wters .r_wters {float:left; padding:15px 10px;}
.close_te_help {
	text-decoration:none;
    border-radius: 4px;
	padding: 5px 15px;
	color: #fff;
	font-size: 16px;
	margin:10px;
	}
.close_te_help:hover{ color:#fff !important;}
.close_te_help.te_close_btn {
   	float: right;
    cursor: pointer;
    text-decoration: none;
    background: #e00e0e;
    border-radius: 100%;
    padding: 0px 6px;
    display: block;
    color: #fff;
    font-size: 10px;
	margin: 0px;
}
.close_te_help.te_close_btn_1 {
    background: #fbc21c;
    border-bottom: 3px solid #b18400;
	margin-right:0px;
	margin-left: 0;
}
.close_te_help.te_close_btn_2 {
	 background: #239200;
	border-bottom: 3px solid #155600;
	margin-right:0px;
}
.close_te_help.te_close_btn_3 {
	 background: #ff1105;
	  border-bottom: 3px solid #b30900;
}
.clear{ clear:both;}
@media screen and (max-width:767px){
	.te_settings_tabs_sec .form-table td{
		text-align:center;
		padding:10px 0px;
	}
	.te_settings_tabs_sec .form-table input[type=radio]:checked:before{
		margin: 3px;
		height:7px;
		width:7px;
	}
	.te_settings_tabs_sec .form-table input[type=radio], input[type=checkbox] {
		height: 15px;
		width: 15px;
	}
	.te_settings_tabs_sec .form-table td select {
		height: 40px;
		margin: auto;
		max-width: 350px;
	}
	.te_settings_tabs li a{
		font-size:16px;
	}
}
@media screen and (max-width:374px){
	.te_settings_tabs li a{
		font-size:13px;
	}
}
@media screen and (max-width:320px){
	.te_settings_tabs_sec .form-table td select {
		max-width: 250px;
	}
}