/*公共*/
.w60 {
	width: 60px;
}
.w100 {
	width: 100px;
}
.w150 {
	width: 150px;
}
.w200 {
	width: 200px;
}
.w250 {
	width: 250px;
}
.w300 {
	width: 300px;
}
ul li {
	margin-top: 15px;
    line-height: 25px;
    list-style: none;
}
ul li span {
	width: 45%;
    display: block;
    float: left;
    text-align: right;
}
ul li textarea {
	resize: none;
}
label {
	display: inline-block;
    width: 100px;
    cursor: pointer;
}
input[type='checkbox'] {
	vertical-align: middle;
    cursor: pointer;
}
.cm {
	text-align: center;
}
a.button {
	margin: 0 3px;
	padding: 1px;
	text-decoration: none;
}
a.enabled {
	border: 1px solid cornflowerblue ;
    color: cornflowerblue ;
    background-color: white;
}
a.enabled:hover {
	background-color: cornflowerblue;
	color: white;
}
a.disabled {
	border: 1px solid gainsboro;
	color: gainsboro;
	background-color: white;
}

#total {
	float: right;
}

/*弹窗*/
.popup{
  position: absolute;
  top: 10%;
  left: 15%;
  width: 70%;
  border: 1px solid deepskyblue;
  border-radius: 5px;
  background: white;
  transform:scale(0,0);
  transition:transform .5s;
}
.movePopup{
  width: 100%;
  background: deepskyblue;
  line-height: 30px;
  height: 30px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  cursor: move;
}
.closePopup{
  line-height: 30px;
  font-size: 36px;
  padding: 0 5px;
  float: right;
  cursor: pointer;
}
.closePopup:hover{
  background-color: dodgerblue;
}

.popup button {
	border: 1px solid deepskyblue;
	background-color: deepskyblue;
	color: white;
}

.popup button:hover {
	background-color: dodgerblue;
}

/*admin.html*/
.contain {
	margin: 0 auto;
	width: 1400px;
	border: 1px solid yellowgreen;
}

.top {
	background-color: yellowgreen;
	height: 40px;
	line-height: 40px;
	color: white;
	font-size: 24px;
	text-align: center;
}

.top .account {
	display: block;
	float: right;
}

.top .logout {
	width: 30px;
    height: 40px;
    margin: 0 4px;
    display: block;
    float: right;
    background: url(../images/logout.png) no-repeat left;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
}

.side-bar {
	float: left;
	background-color: lightyellow;
	width: 140px;
	height: 800px;
	text-align: center;
}

.side-bar a {
	display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: saddlebrown;
    text-decoration: none;
}

.side-bar a:hover {
	background-color: #DDDDBC;
}

.table-view {
	float: left;
	/*border: solid yellowgreen;
	border-width: 0 1px 1px 1px;*/
	position: relative;
	width: 1240px;
}

.table-thead {
	width: calc( 100% - 17px );
	border-bottom: 1px solid yellowgreen;
	text-align: center;
}

.table-thead td {
	border: solid yellowgreen;
	border-width: 0 1px 0 0;
	height: 30px;
	color: yellowgreen;
}

.table-tbody {
	overflow-y: scroll;
	max-height: 700px;
	text-align: center;
}

.table-tbody table {
	width: 100%;
}

.table-tbody td {
	border: solid yellowgreen;
	border-width: 0 1px 1px 0;
	height: 30px;
}

input[type=checkbox] {
	cursor: pointer;
}

.bottom {
	margin: 30px 0 20px 0;
	text-align: center;
}

/*custom.html*/
.search {
	/*height: 50px;
	line-height: 50px;*/
	background-color: lightyellow;
	padding: 10px 20px;
}
.search span {
	color: limegreen !important;
}
.search select,.search input {
	border: 1px solid cornflowerblue !important;
    color: cornflowerblue !important;
    padding: 5px 15px;
    margin-right: 20px;
    border-radius: 2px;
    font-size: 16px;
}

/*customResourceDetail.html*/
.description {
	padding: 0 100px;
}

.description td {
	padding: 0 10px;
}

/*按钮*/
button,input[type=submit] {
	padding: 5px 15px;
	margin: 0 10px;
	cursor: pointer;
	border-radius: 5px;
	font-size: 16px;
}

button.enabled,input[type=submit].enabled {
	border: 1px solid limegreen !important;
	color: limegreen !important;
	background-color: white;
}

button.enabled:hover {
	background-color: limegreen;
	color: white !important;
}

.batchOptButton {
	border: 1px solid gainsboro;
	color: gainsboro;
	background-color: white;
}

/*密码可见性切换*/
@font-face {
  font-family: 'iconfont';  /* project id 674189 */
  src: url('//at.alicdn.com/t/font_674189_dvawifegwrj.eot');
  src: url('//at.alicdn.com/t/font_674189_dvawifegwrj.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_674189_dvawifegwrj.woff') format('woff'),
  url('//at.alicdn.com/t/font_674189_dvawifegwrj.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_674189_dvawifegwrj.svg#iconfont') format('svg');
}
.iconfont {
  display: inline-block;
  font-family: 'iconfont';
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
          -webkit-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0);
  -webkit-text-stroke-width: 0.2px;
}
 
.bui-input {
    box-sizing: border-box;
    height: 40px;
    padding: 8px 14px;
    line-height: 24px;
    border: 1px solid #DDDDDD;
    color: #5F5F5F;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 4px;
}
.bui-input:hover{
    border: 1px #659aea solid;
}
.bui-input:focus {
    outline: none;
    border: 1px solid #4F9FE9;
    box-shadow: 0 0 3px 0 #2171BB;
    color: #595959;
}
.password-wrap { position: relative; }
.password-wrap .bt-showpwd { color: #999999; position: absolute; top: 8px; right: 10px; line-height: 24px; width: 24px; height: 24px;    text-align: center; cursor: pointer; }
.password-wrap .bt-showpwd.off::before { content: "\e60a"; font-family: "iconfont"; font-size: 18px; }
.password-wrap .bt-showpwd.on::before { content: "\e60b"; font-family: "iconfont"; font-size: 18px; }