﻿*
{
	font-family:"微软雅黑";
}

.logo-img
{
	width:28px;
	margin-right:8px;
}

.text-pink
{
	color:#ff6384;
}

.text-purple
{
	color:#96f;
}

.text-dark-gray
{
	color:#333 !important;
}

.tab-sign {
    width: 55px;
    display: inline-block;
    margin-left: 15px;
    height: 21px;
    vertical-align: middle;
    background-image:url(../../img/line/tab_sign.png);
    background-repeat: no-repeat;
    background-position: -55px 0;
}


.btn-small
{
	padding: 3px 12px;
}

.btn-longer
{
	padding: 6px 66px;
}

.error
{
	color:#dd4b39;
}

.btn-full, .full
{
	width:100%;
}

.btn-purple
{
	background-color:#605ca8;
	color:#FFFFFF;
}

.btn-purple:hover,.btn-purple:focus
{
	background-color:#3c3794;
	color:#FFFFFF;
}

.invisible 
{
	display:none;
}

.bg-purple, .alert-purple, .label-purple, .modal-purple .modal-purple {
    background-color: #605ca8 !important;
}

.box-purple
{
	border-top: 3px solid #605ca8;
}

.btn-info,.btn-success,.btn-warning {
    color:#FFFFFF
}

.right-border
{
	border-right:1px solid #888 !important;
}

.margin-title
{
	margin-right:18px !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #3c3794 !important;
    border-color: #3c3794 !important;
    color: #fff;
}

.full
{
	width:100%;
}

.cell-edit
{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}

.loading
{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	text-align:center;
	background-color:white;
	color:#BBBBBB;
	padding-top:2px;
}

.sort
{
	cursor:pointer;
}

.fix-table
{
	position:fixed;
	top:0px;
	margin-bottom:0px;
	z-index:9999999;
	background-color:#F8F8F8;
	
}

.fix-table tbody
{
	 
	 height:1px;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #666;
}

.table-bordered {
    border: 1px solid #666;
}