﻿html, body
{
	font-family: "Microsoft YaHei" , "微软雅黑" ,Candara,Tahoma,SimSun !important;
	height: 100%; /* The html and body elements cannot have any padding or margin. */
}

body
{
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: white;
}

h1, h2, h3, h4
{
	font-family: "Microsoft YaHei" , "微软雅黑" ,Candara,Tahoma,SimSun !important;
}

#ui-datepicker-div
{
	z-index:1051 !important;
}

.nav-link
{
	cursor: pointer;
	color: white;
}

.nav-link:hover
{
	color: white;
}

.error
{
	color: red;
	font-weight: lighter;
}

.row-control
{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 34px;
}

.row-caption
{
	padding-top:20px;
	padding-bottom: 5px;
	font-size: 24px;
}


.row-info
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.row-section
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}

.agrant-link
{
	cursor: pointer;
}

.form-signin
{
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
	margin-bottom: 10px;
}
.form-signin .checkbox
{
	font-weight: normal;
}
.form-signin .form-control
{
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-signin .form-control:focus
{
	z-index: 2;
}
.form-signin input[type="text"]
{
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.grant-modal
{
#	width: 800px !important;
}

.agrant-table-wrapper 
{
	overflow: auto;
#	border: solid 1px #cccccc;
}

table.display thead th
{
	padding: 8px 10px 8px 10px;
	cursor: pointer;
	white-space: nowrap;
}

.DTTT_button_xls
{
	font-size: 14px;
	background-color: #428BCA !important;
	color: white !important;
	background: #3276B1 !important;
	border: 1px;
	border-color: #357EBD !important;
	height: 32px;
	width: 64px;
	border-radius: 4px;
	padding-top: 6px;
}