﻿body {
  background-color: #eee;
}

.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;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



#ztgsModal input[type="text"]{
	height: 30px;
	border: 3px solid #989696;
}
#ztgsModal tr{
	text-align: left;
	font-weight: 400;
}
#ztgsModal button{
/* 	height: 30px;
	line-height: 30px; */
}
#ztgsModal tbody .selected td{
	color:#fdd49a;
	font-size: 20px;
	background-color: rgba(10, 41, 58, 0.6);
}

/*提示信息*/
.tips .close,.tips i,.tips-error i,.tips-warning i {background: url(../../images/main_ico.png) no-repeat}
.tips{padding:7px 30px;display:inline;color: #2ab30f; font-size: 12px; border: 1px solid #37c311; background-color: #faffef; box-shadow: 0 0 5px rgba(130, 190, 0, .35); border-radius: 2px}
.tips .close { position: absolute; top: 13px; right: 5px; width: 12px; height: 12px; overflow: hidden; font-size: 0; cursor: pointer; background-position: -324px -37px }
.tips i { position: absolute; top: 12px; left: 8px; display: block; width: 16px; height: 17px; overflow: hidden; font-size: 0;background-position: -254px -32px}
.tips-error { background-color: #fff5f5; color: #c01511; box-shadow: 0 0 5px rgba(225, 86, 86, .35); border-color: #ef6d6d }
.tips-error a { color: #c01511 }
.tips-error i { background-position: -277px -32px }
.tips-warning { color: #ee9402; background-color: #fffef3; border-color: #fcab16; box-shadow: 0 0 5px rgba(248, 171, 58, .35) }
.tips-warning a { color: #ee9402 }
.tips-warning i { background-position: -299px -32px }