/* .statWide-summary-row .stat-sum-box.box-type .inner-box{
	height : 150px;
} */

.inner-content-row.quater .inner-label, .quater.inner-table-row .inner-label{
	width:176px;
}

#dropdownCertPeriod {
	min-width:180px;
}

.font-color-red {
	color : red !important;
}

/*dropdown*/
.left-col .lnb .dropdown-menu a{
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.third-menu{
	height: 32px;
	padding-left: 20px;
	box-sizing: border-box;
}


/* device icon */
.android-icon {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/resources/images/roltech/icon/icon_sprite.png) no-repeat;
	background-position: -7px -166px;

	/* &.sm {
		zoom: 1;
		@include transform(scale(.5));
	    @include transformOrigin(0,0);
	} */
}
.android-xs-icon {
	position: relative;
	top: 5px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/resources/images/roltech/icon/icon_sprite.png) no-repeat;
	background-position: -124px -169px;

	&.t0 {
		top:0;
	}
}
.ios-icon {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/resources/images/roltech/icon/icon_sprite.png) no-repeat;
	background-position: -66px -167px;
}
.ios-xs-icon {
	position: relative;
	top: 5px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/resources/images/roltech/icon/icon_sprite.png) no-repeat;
	background-position: -158px -169px;

	&.t0 {
		top:0;
	}
}

.table-normal td.has-bg-faf, .rt-table-board td.has-bg-faf, .table-board td.has-bg-faf {
  background: #fafafa;
}

.rt-file-list > li {
  display: block;
  border: 1px dotted #ddd;
  padding: 8px 20px;
  background: #fff;
}
.rt-file-list > li + li {
  margin-top: -1px;
}