@charset "utf-8";
/* CSS Document */
html{font-size:14px;-webkit-tap-highlight-color:rgba(0,0,0,0)}

body{margin:0;background-color:#f2f2f2;color:#666;font-family:"Microsoft YaHei","helvetica neue",SimSun,Tahoma,Arial,sans-serif}

.kuma-container-1000{width:1000px;margin:0 auto}

.input{
	display: inline;
    width: 100%;
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height:20px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.input[type="checkbox"], .input[type="radio"] {
    padding: 0;
    box-sizing: border-box;
	width:20px;height:20px;cursor:pointer; vertical-align:bottom;
}

.input[disabled], .input[readonly]{
    cursor: not-allowed;
    background-color: #eee;
}

.color_alert{color: #FF7C00;padding:6px;line-height:30px;}
.color_green{color: green;padding:6px;line-height:30px;}


.btn{
	margin:12px;
	line-height:36px;
	height:36px;
	padding:0 12px;
	font-size:14px;
	cursor:pointer;
}

.query-filter{background-color:#fff;padding:40px 40px 60px;margin-bottom:20px}.query-filter .kuma-form-item{min-width:200px}.query-filter .kuma-form-item .kuma-input{width:130px;height:20px;line-height:20px}.query-filter .kuma-form-item .kuma-form-text{min-width:50px}.query-filter .kuma-form-item .kuma-select{width:152px;height:32px}.query-filter .kuma-form-item .select-person-pannel,.query-filter .kuma-form-item .select2-container{margin-bottom:10px}.query-form-button-bar{width:80%}.query-form-item-instancestatus{margin-left:-152px}.query-form-item-title{margin-left:-51px}.query-form-item-title-input{width:300px!important}.query-form-button-bar-search{float:left;margin-left:535px}.query-form-button-bar-dataexport{float:right;background-color:#288df0;border-width:0;margin-right:20px}
.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}
.navbar-default{border-color:#e7e7e7;background-color:#438eb9;color:#fff;box-shadow:0 1px 2px #eee,inset 0 -1px 0 eee;border-bottom:1px solid #438eb9}
.navbar-default2{border-color:#e7e7e7;background-color:#438eb9;color:#fff;box-shadow:0 1px 2px #eee,inset 0 -1px 0 eee;border-bottom:1px solid #438eb9}
.navbar-static-top{z-index:1000;border-width:0 0 1px}
.navbar-container{width:1080px!important;padding:0!important}
.navbar-header{float:left}
.navbar-brand{height:60px;line-height:30px;padding:15px;font-size:18px}
.navbar-dd-a{height:32px;padding-left:37px;cursor:pointer}
/*.navbar-logo{width:80px;height:48px;margin-top:-20px}*/
.navbar-logo{width:80px;  margin-top:-30px}
.navbar-head{padding-left:10px;margin-left:10px;border-left:1px solid #ccc;color:#fff;display:inline-block;max-width:500px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

#footer{margin:30px auto;text-align:center;font-size:14px;color:#ccc}