.openid_help_title {
	font-size:13px;
	width:100%;
	color:#1B79AE;
	cursor:pointer;
	font-weight: bold;
}
.openid_help_desc {
	font-size:13px;
	border-left:solid 2px rgba(128, 128, 128, 0.65);
	margin-top:10px;
	padding-left:10px;
}
#custom_script_table, #custom_script_table tr,#custom_script_table tr td,#custom_script_table tr th{
	text-align: center;
	border: 1px solid green;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
#custom_scope_table, #custom_scope_table tr,#custom_scope_table tr td,#custom_scope_table tr th{
	text-align: center;
	border: 1px solid green;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.openid_support_layout{
	width: 93%;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding-left:20px;
	height:409px;

}
.openid_table_layout {
	/*background-color: #e7f5fe;*/
	background-color: #f1632a;
	border:2px solid #09347a;
	padding:0px 10px 10px 10px;
	margin-bottom: 10px;
	height:auto;
	min-height:400px;
}

#wpbody-content #openid_settings {
	width: 0;
}

#openid_settings .container {
	padding-left: 0;
}

.nav-tab1{
	background-color: #66dade !important;
	border:3px solid #f1632a !important;
	text-decoration: none !important;
}
.nav-tab-active1{
	background-color: #09347a !important;
	border:3px solid #f1632a !important;
	text-decoration: none !important;
	color: white;
}
a.nav-tab-active, a.nav-tab-active:focus, a.nav-tab-active:focus:active, a.nav-tab-active:hover {
	background: #f1f1f1 none repeat scroll 0 0;
	border-bottom: 1px solid #f1f1f1;
	color: #f1632a;
}
openid_table_td_checkbox {
	padding-left: 10px;
}
.openid_table_textbox {
	width:80%;
}
.openid_table_contact {
	width:95%;
}
.openid_settings_table,.openid_display_table {
	width: 100%;
}
.openid_settings_table tr td:first-child {
	width: 30%;
}

.openid_display_table tr td:first-child{
	width: 50%;
}

.openid_display_table .openid_table_textbox {
	width:70%;
}
.openid_login_wid li{
	margin:5px;
	list-style-type:none;
}

.openid-app-icons>a>img{
	width:35px !important;
	height:35px !important;
	margin:8px 0px;
	display: inline !important;
}

.openid-app-share-icons{
	width:35px !important;
	height:35px !important;
	display:inline !important;
}

.openid-share-link{
	border-bottom: 0px !important;
	box-sizing:border-box !important;
}

.circle{

	border-radius: 999px !important;
}


.oval{
	border-radius: 4px !important;
}

.round{

	border-radius: 999px !important;
}


.roundededges{
	border-radius: 4px !important;
}

.openid-app-icons>p{
	margin:0px !important;

}

.openid-app-icons{
	display:inline !important;
}

.theme-checkbox{
	vertical-align :super !important;
}

a{
	cursor:pointer;

}

.openid_display_interface{
	width:100%;
}

.openid_vertical{
	display:inline-block !important;
	overflow: visible;
	z-index: 10000000;
	padding: 10px;
	border-radius: 4px;
	opacity: 1;
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	box-sizing: content-box!important;
	width:40px;
	position:fixed;
}

.btn-customtheme{
	color:#ffffff !important;
}

.custom-login-button{
	text-align:center !important;
	color:white !important;
	padding-top:8px !important;
	box-sizing: border-box !important;
}

.btn-custom-dec{
	text-decoration:none !important;
}

.custom-share-icon{
	box-sizing:border-box !important;
}

.openid_help_desc {
	font-size:13px;
	border-left:solid 2px rgba(128, 128, 128, 0.65);
	margin-top:10px;
	padding-left:10px;
}
.openid_title_panel{
	width: 100%;
	color: #1B79AE;
	cursor: pointer;
	font-weight: bold;
}

#TB_window, #TB_window #TB_ajaxContent {
	width:500px!important;
}

.openid_pricing_table{
	text-align:center;
	font-size: 15px !important;
}

.openid_pricing_header{
	color: #fff !important;
	margin: 8px !important;
}

.openid_pricing_sub_header{
	margin: 4px !important;
	color: #fff !important;
}

.openid_pricing_text{
	font-size: 15px !important;
	color: #fff !important;
	font-weight: bold !important;
}

.openid_pricing_free_tab{
	background-color: rgba(34, 153, 221, 0.82)!important;
//#29d
}

.openid_pricing_paid_tab{
	background-color: #1a71a4 !important;
}

.openid_thumbnail {
	width:250px;
	padding: 4px;

	margin-bottom: 10px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}
.mess_red{
	font-weight:bold ;display:block;margin-top:10px;color:#09347a;background-color:rgba(251, 232, 0, 0.15);padding:5px;border:solid 1px rgba(255, 0, 9, 0.36);
}
.openid_msgs{
	font-size: 14px !important;
}

.openid_success_container{
	background-color: rgba(185, 228, 155, 0.56) !important;
	margin-left: 3px !important;

}

.openid_error_container{
	background-color: rgba(251, 102, 0, 0.29) !important;
	margin-left: 3px !important;
}
.not_checked_button[disabled]:hover {
	background-color: #66dade !important;
	border:3px solid #53cc6b !important;
}

#scpe_update .table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: inherit;
}