@charset "UTF-8";
/* CSS Document */

.tid_widget {
	color:#FFF;
	text-decoration:none;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif !important;
	display:inline-block;
	border:#FFF 1px solid;
	}

.tid_widget a {
	color:#FFF;
	text-decoration:none;
	}
.tid_widget a:hover {
	color:#FFF !important;
	}
.tid_widget i {
	font-style:normal;
	}
.red {
	background-color:#e82227;
	}
.gray {
	background-color:#a0a0a0;
	}
.tid_widget .wicon {
	border-right:#FFF 1px solid;
	float:left;
	background-image:url(../images/widget_logo_mini_white.png);
	background-repeat:no-repeat;
	}
.tid_widget .widget_text {
	text-align:center;
	
	}
/*Large*/
.tid_widget.large {
	width:228px;
	height:43px !important;
	font-size:17px !important;
	line-height:45px !important;
	border-radius:5px;
	}
.tid_widget.large a {
	display:block;
	height:45px;
	}
.tid_widget.large .wicon {
	width:45px;
	height:45px;
	background-size:21px;
	background-position:12px 11px;
	background-image:url(../images/widget_logo_mini_white21.png);
	background-position:center center;
	}
/*Standard*/
.tid_widget.standard {
	width:178px;
	height:32px !important;
	font-size:13px !important;
	line-height:34px !important;
	border-radius:4px;
	}
.tid_widget.standard a {
	display:block;
	height:34px;
	}
.tid_widget.standard .wicon {
	width:34px;
	height:34px;
	background-size:15px;
	background-position:10px 8px;
	background-image:url(../images/widget_logo_mini_white15.png);
	background-position:center center;
	}
/*Small*/
.tid_widget.small {
	width:153px;
	height:28px !important;
	font-size:12px !important;
	line-height:30px !important;
	border-radius:3px;
	}
.tid_widget.small a {
	display:block;
	height:30px;
	}
.tid_widget.small .wicon {
	width:30px;
	height:30px;
	background-size:12px;
	background-position:9px 8px;
	background-image:url(../images/widget_logo_mini_white12.png);
	background-position:center center;
	}
/*Extra Small*/
.tid_widget.xsmall {
	width:108px;
	height:20px !important;
	font-size:8px !important;
	line-height:21px !important;
	border-radius:2px;
	}
.tid_widget.xsmall a {
	display:block;
	height:22px;
	}
.tid_widget.xsmall .wicon {
	width:22px;
	height:22px;
	background-size:9px;
	background-position:7px 5px;
	background-image:url(../images/widget_logo_mini_white9.png);
	background-position:center center;
	}

/*Device*/
.tid_widget.device {
	width:248px;
	height:46px !important;
	font-size:19px !important;
	line-height:48px !important;
	border-radius:5px;
	}
.tid_widget.device a {
	display:block;
	height:48px;
	}
.tid_widget.device .wicon {
	width:48px;
	height:48px;
	background-size:20px;
	background-position:14px 13px;
	background-image:url(../images/widget_logo_mini_white21.png);
	background-position:center center;
	}

/*Bar*/

.tid_widget.logo {
	float:left;
	border:none;
	}
.tid_widget.logo img {
	margin-top:10px;
	}
.tid_widget.btn {
	float:right;
	margin-top:7px;
	border:none;
	}
.whitebar .bar {
	height:40px;
	}
.tid_widget.bar {
	width:103px;
	height:38px !important;
	font-size:15px !important;
	line-height:40px !important;
	border-radius:5px;
	}
.tid_widget.bar a {
	display:block;
	height:38px;
	}