wa@charset "utf-8";

/* CSS Document */


html,body {
	color: #000000;
	font: 100% Verdana, Arial, Helvetica, sans-serif, 宋体;
	margin: 0px;
	padding: 0px;
}

.box {
	margin: 0 auto;
	padding: 3px;
	position: relative;
}

.button {
	height: 25px;
	width: 25px;
	top: -5px;
	right: 0px;
	position: absolute;
}

.content,fieldset {
	border: 1px solid #cfddea;
	padding: .8%;
    font-size: 14px;
}

.content legend {
	padding: 0 5px;
}

.content_iframe {
	height: 100px;
	margin-top: 10px;
	border: 1px solid #cfddea;
	padding: .8%;
	width: 98.4%;
}

.required {
	font-size: 0.85em;
	color: #993333;
}

.content1 {
	background: url(../image/form.gif) no-repeat left center;
	font-size: 14px;
	margin-top: 10px;
	padding-left: 25px;
}

.content2 {
	margin-bottom: 10px;
	margin-top: 20px;
	 font-size: 12px;
}

.content2-1 {
	border-bottom: 1px solid #e0e0e0;
	line-height: 2em;
	padding-left: 10px;
}

.content2-1-form {
	padding-left: 10px;
	margin-bottom:15px;
	overflow: hidden;
}

.content2-1-forma {
	padding-left: 10px;
	margin-bottom:15px;
	overflow:hidden;
	text-align: left;
}

.content2-1-forma table{
	white-space: nowrap;
}

.content2-1-forma table td {
	width: 20%;
	line-height: 2em;
}

.content2-1-forma div {
	margin-right: 10px;
}

.floatleft {
	float: left;
}

.content2-1-name {
	width: 24%;
	float: left;
	line-height: 1.5em;
	text-align:right;
	font-weight:bold;
	margin-right: 1%;
}

/*.content2-1-name1 {
	width: 65px;
	float: left;
	margin-top: 10px;
}

.content2-1a {
	margin-left: 150px;
}

.content2-1b {
	float: left;
	margin-left: 5px;
	padding-top: 3px;
	
}*/

.content2-1c {
	color: #CC0000;
	float: left;
	margin-top: 3px;
	margin-left: 5px;
	width: 13px;
}

.content2-1c-1 {
	color: #CC0000;
	float: left;
	margin-left: 25px;
	margin-top: 3px;
	width: 13px;
}

.cursorhelp {
	cursor: help;
}

.content2-1d {
	clear: both;
	margin-left: 25%;
	width: 60.4%;
	padding-top:5px;
	display: none;
}

.content2-1e {
    border: 1px solid #ccc;
	background-color: #ebe9e9;
	padding:0px;
	line-height:1.5em;
	color:#333;
	word-wrap:break-word;
}

.content3 {
	text-align:center;
}

.form-error{
	color: #CC0000;
	clear:both;
	margin-left: 25%;
}

.form-select{
	width: 60.4%;
	float: left;
}

.form-input-text{
	height:22px;
	width: 60%;
	float:left;
	font-size: 12px;
}

.form-input-radio {
	width: 60.4%;
	float:left;
}

.form-input-textarea {
	min-height: 35px;
	width: 60%;
	float: left;
	font-size: 12px;
}

.form-input-radio span {
	margin-right: 5px;
}

/*font*/
.blue2 {
	font-size: 12px;
	color: #3a6590;
}

.blue2 a:link {
	font-size: 12px;
	color: #3a6590;
	text-decoration: none;
}

.blue2 a:visited {
	font-size: 12px;
	color: #3a6590;
	text-decoration: none;
}

.blue2 a:hover {
	font-size: 12px;
	color: #3a6590;
	text-decoration: underline;
}

.redcc0 {
	color: #CC0000;
	margin-left: 150px;
}

.bulidnewrole {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
	max-height: 321px;
	overflow-y: auto;
}

.bulidnewrole_btn {
	text-align: center;
	clear: both;
	margin-top: 10px;
}

.checkbox{
  padding: 6px 10px 6px 25px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer;
}
.checkbox:hover {
  color: #333;
  background-color: #f5f5f5;
}

.alert-info {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.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:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}


.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}





.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}


.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../css/fonts/glyphicons-halflings-regular.eot');
  src: url('../css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../css/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.formEdit-input-text{
					height:22px;
					width: 60.4%;
					float:left;
					font-size: 12px;
					margin: 0px;
/* 					border: 1px; */
					padding: 0px;
				}
.formEdit-input-textarea {
					min-height: 35px;
					width: 60.4%;
					float: left;
					font-size: 12px;
					margin: 0px;
/* 					border: 1px; */
					padding: 0px;
				}


