
html{
	padding:0px;
	margin:0px;
	display:block;
	border:none;
	position:relative;
	height:100%;
}


body{
	background-color:rgba(30,63,117,1);	
	padding:0px;
	margin:0px;
	display:block;
	border:none;
	position:relative;
	height:100%;
	padding-bottom:90px;
	color:#fff;	
}

#header{
	margin:0px;
	width:100%;
	display:block;
	background-color:#fff;
}


#logo{
	background-image:url('logo.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% 100%;
	width:258px;
	height:40px;
	margin:20px;
	display:inline-block;
}

#footer{
	text-align:center;
	font-weight:bold;
	font-size:12px;
	line-height:25px;
	padding-top:10px;
	padding-bottom:20px;
	display:block;
	position:fixed;
	width:100%;
	bottom:0px;
	background-color:#fff;
	color:#333;
}


#loginForm{
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	display:block;
	width:300px;
	color:#FFF; /*1840ba;*/
}

.loginLabel{
	line-height:25px;
	height:25px;
}

.loginInput{
	height:40px;
}

.loginTitle{
	text-align:center;
	padding-bottom:20px;
}


.loginInput input[type=text], .loginInput input[type=password] {
	color:#FFF; /*1840ba;*/
	background-color:transparent;
	line-height:25px;
	height:25px;
	border-top:0px solid #000;
	border-right:0px solid #000;
	border-left:0px solid #000;
	border-bottom:1px solid #FFF;
	width:300px;
}

.loginInput input[type=submit] {
	color:#fff;
	background-color:rgb(57, 132, 57);
	line-height:25px;
	height:25px;
	border:none;
	width:100px;
	border-radius:5px;
	text-align:center;
	margin-left:100px;
	cursor:pointer;
}


.row{
	width:100%;
	clear:both;
	display:block;
	min-height:30px;
}

.col-2{
	width:16%;
	display:inline-table;
	text-align:center;
}

.col-1{
	width:8%;
	display:inline-table;
	text-align:center;
}
.col-9{
	width:75%;
	display:inline-table;
	text-align:center;
}
.col-6{
	width:50%;
	display:inline-table;
	text-align:center;
}

.commands{
	text-decoration:none;
	width:20px;
	height:20px;
	background-image:url(cmd.png);
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.history{
	text-decoration:none;
	width:20px;
	height:20px;
	background-image:url(history.png);
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.headRow> div{
	font-weight:bold;
	text-align:center;
}

#meun{
	margin:0px;
	padding:0px;
	float:right;
	display:inline-block;
	margin-top:30px;
}

#meun li{
	margin:0px;
	padding:0px;
	display:inline-block;
	padding-right:20px;
}

#meun li a{
	text-decoration:none;
	color:#333;
	font-size:110%;
}

#meun li a:hover{
	text-decoration:underline;
	color:#000;
}

#contentContainer{
	padding-top:20px;
	padding-bottom:100px;
	/* background-color:#fff;*/
	min-height:400px;
	display:block;
}


.addBtn{
	border-radius:50% 50%;
	width:30px;
	height:30px;
	background-color:#1840ba;
	color:#fff;
	display:block;
	float:right;
	text-decoration:none;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	line-height:30px;
	margin-right:40px;
}

.editBtn, .delBtn{
	border-radius:50% 50%;
	width:20px;
	height:20px;
	background-color:#1840ba;
	color:#fff;
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
}

.delBtn{
	line-height:16px;
}

.editBtn{
	line-height:20px;
}


#submitForm *{
	text-align:left;
	vertical-align:top;
}

#submitForm input[type=submit]{
	margin-top:10px;
}

.minNum{
	width:50px;
}

#viewTable{
	background-color:#fff;
	width:100%;
	
}

.watable td{
	color:#000!important;
}

.alert{
	display:block;
	clear:both;
	margin-bottom:0px;
	padding-top:0px;
	color:red;
	font-size:11px;
	text-align:center;
	width:300px;
}


select, input{
	color:#000;
}


.sort th a.pull-left{
	text-align:center;
	float: none !important;
}