@CHARSET "UTF-8";
input[type=checkbox], input[type=radio]{
	margin: 0px 0px !important;
}
.detailcontent {
	height: 100%;
	width: 100%;
	padding: 0px 0px 41px 0px;
}

.detailcontent .form {
	height: 100%;
	width: 100%;
	overflow: auto;
	padding: 10px;
}

.form>.panel>.panel-body {
	padding-right: 50;
	padding-top: 20px;
}

.form .panel-heading .info {
	/*color: #FF9800;*/
	float: right;
}

.btns {
	position: absolute;
	width: 100%;
	bottom: 0px;
	border-top: 1px solid #e5e5e5;
	height: 40px;
	padding: 4px 4px 4px 0px;
	text-align: right;
}

.error-tip {
	position: absolute;
	top: 7px;
	right: 25px;
	z-index: 500;
}

.toolbar {
	position: relative;
	min-height: 35px;
	padding: 0 3px 0 10px !important;
}

.toolbar .left {
	display: inline-block;
	width: 89%;
}

.toolbar .left>span {
	font-weight: bold;
}

.toolbar .left>div {
	display: inline-block;
}

.toolbar .right {
	height: 38.22px;
	line-height: 38.22px;
	padding: 4px 0 0 0;
	float: right;
	text-align: right;
	width: 9%;
	display: inline-block;
}

.toolbar div button {
	margin: 3px;
}

.toolbar div input, .toolbar div select {
	margin: 3px;
	display: inline;
	width: 150px;
}

.toolbar div  .custom-checkbox, .toolbar div input[type="checkbox"] {
	margin: 3px;
	display: inline;
}

.toolbar button {
	font-size: 12px;
}

.datagrid-cell .btn {
	margin: 0 5px 0 5px;
	padding: 0 !important;
}

.pwxk {
	color: #145ccd;
}
.toolbar .combotree_select ,.toolbar  .combotree_close{
	top: -37px !important;
}
.toolbar .chosen-container{
}
 
.search-choice span{
	color:#353535 !important;
} 
.form .chosen-container{
	width:100%;
}
.mapimg {
	background: url('../public/map.png');
    cursor: pointer;
    margin-left: -20px;
    margin-top: 5px;
    width: 25px;
    height: 25px;
}
.opt_tip{
	margin: 50px;
    color: #111;
    padding: 5px 0;
}
.helpandquestion{
	font-size: 12px;
	cursor: pointer;
	position: absolute;
	z-index: 800;
	right: 0;
	bottom: 40%;
}
.helpandquestion div{
	display: block;
	background: #f1a325;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	cursor: pointer;
	padding: 7px;
	margin: 15px 2px;
	color: #fff;
}

@-webkit-keyframes changeright{

	0%{-webkit-transform:rotate(0deg);}

	50%{-webkit-transform:rotate(180deg);}

	100%{-webkit-transform:rotate(360deg);}
}

/*.helpandquestion div.help{
background: url('/res/public/help.png')  #3280fc;
}
.helpandquestion div.opera{
background: url('/res/public/opera.png')  #3280fc;
}*/
.helpandquestion div span{
	display: block;
}