﻿@CHARSET "UTF-8";
.menu .current{
	background-color:#11b9ff;
}

.red{
	color:red;
}

.hidden{
	width:0;
	height:0;
	border:0;
}

/**
	提示弹出层.
**/
.control_result {
	min-width: 280px;
	height: 120px;
	position: fixed;
	bottom: 50%;
	left: 50%;
	margin-left: -140px;
	margin-top: 60px;
	background-color: rgba(0,0,0,0.7);
	border: 1px solid #0387ad;
	z-index: 1500;
	color: #fff;
	padding-right:30px;
}
.control_result .l_img {
	display: block;
	float: left;
	padding-top: 34px;
	padding-left: 34px;
}
.control_result .text {
	font-size: 18px;
	margin-left: 28px;
	margin-top: 50px;
	display: block;
	float: left;
}

/**
	弹出新页面
**/

/*-----------内页部分----------*/
.fade-bg{
	position:absolute;
	left:0;
	top:0;
	z-index:201;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	}
.pop-up{
	width:532px;
	background-color:#fff;
	margin:0 auto;
	padding:8px 32px;
	margin-top:100px;
	border-radius:4px;
	}
.pop-up h1{
	height:36px;
	font-size:18px;
	color:#000000;
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:32px;
	display:inline;
	font-weight:500;
	}
.pop-up h1 .right{
	width:25px;
	height:25px;
	display:block;
	float:right;
	margin-top:4px;
	}
.main-part{
	width: 532px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 4px;
    font-size:14px;
	color:#5b5b5b;
	padding-bottom: 30px;
	}
.main-part ul{
	margin-top:20px;
	}
.main-part ul li{
	height:28px;
	padding-bottom:8px;
	list-style:none;
	}
.main-part ul li .left{
	display:blcok;
	float:left;
	width:260px;
	}
.main-part ul li .right{
	display:blcok;
	float:right;
	width:260px;
	}
.bottom-btn{
	height:36px;
	width:100%;
	}
.bottom-btn .left-1{
	width:20%;
	display:block;
	float:left;
	height:36px;
	}
.bottom-btn .middle-1{
	width:26%;
	display:block;
	float:left;
	height:36px;
	text-align:center;
	}
.bottom-btn .right-1{
	width:4%;
	display:block;
	float:left;
	height:36px;
	}
.btn-green{
	padding-left:20px;
	padding-right:20px; 
	height:32px;
	display:block;
	border-radius:0.2em;
	text-align:center;
	/* background-color:#469d00; */
	background-color:#30adff;
	line-height:32px;
	color:#fff;
	cursor:pointer;
	}
.btn-green:hover{
	/* background-color:#5aca00; */
	background-color:#259fef;
	font-weight:bold;
	}
.btn-gray,.btn-gray-special{
	padding-left:20px;
	padding-right:20px; 
	height:32px;
	display:block;
	border-radius:0.2em;
	text-align:center;
	/* background-color:#aaaaaa; */
	background-color:#68ce82;
	line-height:32px;
	color:#fff;
	cursor:pointer;
	}
.btn-gray,.btn-gray-special:hover{
	/* background-color:#515151; */
	background-color:#4fc86e;
	font-weight:bold;
	}
/*--------输入框错误提示开始--------*/
.d-alarm{
	color:red;
	text-align:right;
	}
.d-alarm img{
	vertical-align:middle;
	}
/*--------输入框错误提示结束--------*/
.s-select{
	height:30px;
	width:532px;
	border:1px solid #d2d2d2;
	padding: 0 7px;
	color:#666;
	}
.s-input{
	height:30px;
	width:531px;
	border:1px solid #d2d2d2;
	padding:0 10px;
	color:#666666;
	}
.m-top-10{
	margin-top:10px;
	}
	
.alert {
    background: #fff;
    /* box-shadow: 0 4px 16px #898c8c; */
    position: fixed;
    border-radius: 4px;
   /*  overflow-y:auto; */
}

.alert .title {
    font-size: 16px;
    color: #444;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ededed;
   
}

.alert .title a {
    float: right;
    background: url(../../common/images/dia-close.png) no-repeat;
    width: 25px;
    height: 25px;
    margin: 16px 19px 0 0;
    /*filter: alpha(opacity=30);
    opacity: 0.30;*/
}

.s-map{
	height:324px;
	width:530px;
	border:1px solid #d5d5d5;
}

a {
    text-decoration: none;
   /*  color: #555; */
    outline: none;
    cursor:pointer;
}

/** 遮罩**/
#filter {
    /* filter: alpha(opacity=30);
    opacity: 0.30;
    background: #000;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    min-width:1280px;
}
/** 遮罩**/
#filter_two {
    /* filter: alpha(opacity=30);
    opacity: 0.30;
    background: #000;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1100;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    min-width:1280px;
}
/*出租信息页面按钮更改*/
.w-164{
	width:148px;
	float:left;
	margin-right:74px;
	}
	
.house-top .house-name{
	float: right;
    margin-right: 16px;
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.house-name img{
	vertical-align: middle;
	margin-right:10px;
	margin-left:10px;
}
/*出租时，租户信息错误提示*/
.renter-alarm{
	width: 250px;
    color: red;
    display: block;
    float: left;
    font-size: 14px;
    line-height:30px;
    height:30px;
}
.renter-alarm img{
	vertical-align:middle;
	line-height:30px;
}

/**城市名**/
.cityName{
	float: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    text-align: center;
    vertical-align: middle;
}

/**房源状态图标**/
.color-intro ul li .icon{
	height: 24px;
    width: 24px;
    margin-right: 12px;
    display: block;
    float: left;
}

.house-state .icon{
	float:left;
	margin-top:8px;
	margin-left:5px;
}

/**角色模块**/

.qx-list ul li{
	height:auto;
	/* margin-top:10px; */
}
.qx-list .qx-mainMenu{
	font-weight:700;
}
.qx-list .qx-innerMenu{
	margin-top:10px;
}
.qx-list label{
	width:80px;
	margin-right:10px;
}

/**权限模块中select选项框修改**/
.select_down .qx_select{
	margin-top:0px;
}
.select_down .qx_select li{
	padding-bottom:0px;
}

/**权限模块中子账号列表添加角色权限修改**/

.qx_left{
	float:left;
}
.qx_right{
	float:left;
	margin-left:10px;
	height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #0e8ed0;
    margin-top: 12px;
}

.color-intro ul li .right-explain span{
	color:#11b9ff;margin-left:5px;
}

/**签约合同中，添加消费项**/
.xfx{
	float:left;
	background:url(../../html/centralized/images/bluebtC.png) no-repeat; 
	width:100px; 
	height:32px; 
	line-height:32px; 
	color:#ffffff; 
	text-align:center; 
	margin-left:20px;
}
/**签约合同中，已缴费列表展示**/
.tdtt{ 
	border-right:1px #ffffff solid;
	 width:20%; 
	 min-width:120px;
}

#outer {
	width: 570px;
	margin: 16px auto;
}
#tab {
	overflow: hidden;
	zoom: 1;
}
#tab li {
	float: left;
	color: #5b5b5b;
	height: 30px;
	cursor: pointer;
	line-height: 30px;
	padding: 0;
	margin-right:24px;
	font-size: 14px;
	text-align:left;
}
#tab li.current {
	color: #019eed;
	font-weight: bold;
}
#content {
	border-top-width: 0;
}
#content ul {
	line-height: 25px;
	display: none;
	margin: 0;
	padding: 10px 0;
}
#content ul li{
	border-top:1px solid #eeeeee;
	height:42px;
	margin:0;
	padding:0;
	}
#content ul li .i-check{
	width:60px;
	display:block;
	float:left;
	height:42px;
	line-height:42px;
	}
#content ul li .name{
	width:200px;
	height:42px;
	line-height:42px;
	display:block;
	float:left;
	}
#content ul li .state{
	display:block;
	float:right;
	margin-right:8px;
	height:42px;
	line-height:42px;
	}
/*-----------弹出对话框选项卡结束---------------*/
/*-----------合同模块---------------*/
thead{
	clear:both;
	width:100%;
	color:#000000;
	width: 100%;
    background-color: #fff;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 0px #008fec solid;
}
.xfxlist li .serviceInput{
	width:100px;
}
 .textbtb{
	background: url(../../html/centralized/images/bluebtC.png) no-repeat;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*-----------合同信息中，历史账务查按钮---------------*/
.accountHistory{
	/* width:860px; */
	margin: 0 auto;
    background-color: #ffffff;
    overflow: hidden;
}
.accountHistoryList{
	/* float: left; */
    overflow: hidden
}
.accountHistoryList li{
	width: 33.33%;
	float:left;
    margin: 20px auto;
    height: 40px;
}
.accountHistoryList label{
	float: left;
    width: 80px;
    text-align: right;
    color: #666666;
    line-height: 32px;
}
.accountHistoryList input{
	float: left;
    width: 200px;
    height: 30px;
    line-height: 33px;
    border: 1px solid #d2d2d2;
    color: #666666;
}
.accountHistoryList select{
	width: 140px;
	float:left;
    line-height: 30px;
    height: 30px;
    border: 1px #d2d2d2 solid;
    background-color: #ffffff;
    color: #666666;
}
.accountHistoryList .search{
	background: url(../../html/centralized/images/bluebtC.png) no-repeat;
    width: 40px;
    height: 30px;
    line-height: 30px;
    color: #fffffff;
    float: left;
    text-align: center;
    margin-left: 10px;
    float:left;
}
/*-----------合同信息中，历史账务查按钮结束---------------*/
/*-----------合同信息中，收费选项框---------------*/
.tablt .currency{
	width:160px;
}
/*-----------合同信息中，收费选项框结束---------------*/
/*-----------合同信息中，设备列表展示---------------*/
#deviceList td li{
	width:auto;
	height:40px;
}
.xfxbd td li{
	height:40px;
}
.xfxbd td input{
	width:15px;
}

/*-----------合同信息中，设备列表展示结束---------------*/

/*日历空间daterangepicker*/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding:0 10px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
/**权限模块**/
.addyg .selectys{
	width:250px;
}
/**设备定时规则select选项框样式更改**/
.chooseds span select{
	appearance:menulist;
	-webkit-appearance:menulist;
	background:none;
}
.item .title{border:none}

/**左侧菜单不动，右侧滚动**/
/*  .n-leftmenu{
	float: none;
    position: fixed;
    top: 0;
    left: 0px;
    height: 100%;
    box-sizing: border-box;
    z-index: 9999999;
}
.mainbody{
	position: static;
    padding: 0 0 0 100px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
} */