/**
 * title: controls
 * @author: ZHUWEI zzwiaiao@126.com
 * @version: 2.0
 */
 
/** input style **/
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}


.btn {
	color: #333;
	background-color: #f4f4f4;
	border:none;
	font-family: inherit;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 5px 12px;
	font-size: 14px;
	line-height: 1.53846154;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: all .4s cubic-bezier(0.175,.885,.32,1);
	transition: all .4s cubic-bezier(0.175,.885,.32,1);
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
	color: #333;
	background-color: #dedede;
	border-color: #a1a1a1;
	text-decoration: none;
}
.btn-primary {
	width:130px;
	height:32px;
	border-radius: 2px;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	background-color: #2F82ED;
	
	color: #fff;
	/*text-shadow: 0 -1px 0 rgba(0,0,0,.2);*/
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color:#2c91ff;
	border:none;
	outline:none;
}
.btn-handle{
	cursor: pointer;
	background-color: white;
	width:80px;
	color: #2786F2;
	border: 1px solid #2F82ED;
	border-radius:2px;
	margin-left:6px;
}
.btn-handle:hover, .btn-handle:focus, .btn-handle:active, .btn-handle.active, .open .dropdown-toggle.btn-handle{
   width:80px;
   background-color:#2786f2;
   border:none;
   color:#fff;
}
.btn-hop{
	background-color: #fff;
	color: #000;
	border: 1px solid #C7CFD9;
	width:60px;
	height:32px;
}

.btn-link {
	color: #145ccd;
	font-weight: 400;
	cursor: pointer;
	text-shadow: none;
	box-shadow: none;
	background: 0 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link, .btn-link:hover, .btn-link:focus {
	border-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link:hover, .btn-link:focus {
	color: #0d3d88;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 17px;
	line-height: 1.25;
	border-radius: 4px;
}
.btn-sm, .btn-xs, .btn-mini {
	padding: 2px 8px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 2px;
}
.btn-xs, .btn-mini {
	padding: 1px 5px;
}

.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.btn-info {
	color: #fff;
	background-color: #39b3d7;
	border-color: #238faf;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #279dc0;
	border-color: #1f7e9a;
	-moz-box-shadow: 0 2px 1px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.1);
	box-shadow: 0 2px 1px rgba(0,0,0,.1);
}
.btn-warning {
	color: #fff;
	background-color: #b9b9b9;
	border:none;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #c9c9c9;
	border:none;
	outline:none;
}
.btn-success {
	color: #fff;
	background-color: #229f24;
	border-color: #176d19;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #1b7d1c;
	border-color: #135814;
	-moz-box-shadow: 0 2px 1px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.1);
	box-shadow: 0 2px 1px rgba(0,0,0,.1);
}

.btn-danger {
	color: #fff;
	background-color: #fafafa;
	border-color: #a02622;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #fafafa;
	border-color: #8b211e;
	
	outline:none;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 6px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 6px;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/** input style **/
input:not([type]), input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"] {
	padding: 1px 0px;
}
input:focus, textarea:focus, keygen:focus, select:focus {
	outline-offset: -2px;
}
:focus {
	outline: -webkit-focus-ring-color auto 5px;
}
input[type="password"], input[type="search"] {
	-webkit-appearance: textfield;
	padding: 1px;
	background-color: white;
	border: 2px inset;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
}
input[type=radio], input[type=checkbox] {
	margin: 0 0 0 0;
	line-height: normal;
	box-sizing: border-box;
	padding: 0;
	width:1em;
	height:1em;
}


input, textarea, keygen, select, button {
	margin: 0em;
	font: -webkit-small-control;
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: start;
}
input, textarea, keygen, select, button, meter, progress {
	-webkit-writing-mode: horizontal-tb;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}
/**
select.form-control,textarea.form-control, input.form-control {
	display: block;
	width: 100%;
	height: 32px;
	padding: 0 0 0 8px;
	font-size: 13px;
	line-height: 1.53846154;
	color: #222;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-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,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
select.form-control:focus,textarea.form-control:focus,input.form-control:focus {
	border-color: #145ccd;
	outline: 0;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(20,92,205,.6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(20,92,205,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(20,92,205,.6);
}
textarea.form-control {
	height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #e48600;
}
.has-warning .form-control {
  border-color: #e48600;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #b16800;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ffb54b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ffb54b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ffb54b;
}
.has-warning .input-group-addon {
  color: #e48600;
  background-color: #fff4e5;
  border-color: #e48600;
}
.has-error .help-block,
.has-error .control-label {
  color: #d2322d;
}
.has-error .form-control {
  border-color: #d2322d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #a82824;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #e48481;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #e48481;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #e48481;
}
.has-error .input-group-addon {
  color: #d2322d;
  background-color: #ffe6e5;
  border-color: #d2322d;
}
.has-success .help-block,
.has-success .control-label {
  color: #229f24;
}
.has-success .form-control {
  border-color: #229f24;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #19751a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #4ed950;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #4ed950;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #4ed950;
}
.has-success .input-group-addon {
  color: #229f24;
  background-color: #e5ffe6;
  border-color: #229f24;
}
input.input-lg {
	height: 43px;
	padding: 10px 16px;
	font-size: 17px;
	line-height: 1.25;
	border-radius: 6px;
}
input.input-sm {
	height: 24px;
	padding: 2px 8px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
**/

input.text,
select.select,
textarea.textarea {
	
	background-color: #fff;
	
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
	
	width: 184px;
	height: 30px;
	line-height: 30px;
	border:#C7CFD9 solid 1px;
	padding: 0 0 0 10px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	
	color: #646464;
	vertical-align: middle;
	
	border-radius: 2px;
	/*margin-left:10px;*/
	
	/*-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-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,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
	
	
}
input.text{ -webkit-appearance: textfield; }
select.select{ width:196px; height:32px; line-height: auto; align-items: center; }
textarea.textarea{margin:6px 0 4px 0; width: 350px; height: 60px; line-height:18px; padding: 6px;  }

input.text:focus,
textarea.textarea:focus,
select.select:focus {
	border-color: #145ccd;
	outline: 0;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(20,92,205,.6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(20,92,205,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 2px rgba(20,92,205,.6);
}

input.rdobox,input.chkbox { cursor: pointer;}
/*.red{ color: #ff0000;}*/
.red{ color: #ff0000;height:50px;}

/** tab_box style **/

.tab_box {  }
.tab_box .tab_header { width:auto; height:40px;background-color:#f4f4f4;box-shadow: 0px -3px #2F82ED inset;}
.tab_box .tab_header .btn {
	position: relative;
    float:left; 
    border-radius: 0; 
    border-bottom:0; 
    outline: none;
	width:130px;
	height:40px;
	color:#000;
	font-weight:bold;
	box-shadow: 0px -3px #2F82ED inset;
}
.tab_box .tab_header .btn-primary{
    height:40px;
	color:#f2f2f2;
	background-color:#2F82ED;
}

.tab_box .tab_header .btn + .btn { margin-left:-1px;}

.tab_box .tab_body { 
	padding:0; border-radius: 0 4px 4px 4px;
	border-bottom:#C7CFD9 1px solid; min-width:200px; min-height:380px;
	background-color:#fff;
	overflow: auto;
	display: none;
}
.tab_box .tbl_list_line{margin:0;}
.tab_box .tbl_list_line th{border-top:0;padding:0 0 0 20px;}
.tab_box + .tab_box { margin-top:4px;}








