/* Last upated 2014-05-08.17:33 */
/* Last upated 2014-05-14.13:10 */
@charset "utf-8";
/* CSS Document */


input,select,textarea {
  margin: 0; 
  

}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button {
  margin: 0;
 
  
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled],
html select[disabled]  {
  cursor: not-allowed;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}


input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0;
  margin-right:3px;
  margin-bottom:2px;
  margin-top: 5px \9;
  /* IE8-9 체크박스 조절*/

  line-height: normal;
}

input[type="file"] {
  display: block;
  border:0


}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;

}


input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    color: rgb(0, 0, 0);
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {
  color: #333;
}

.form-control::-moz-placeholder {
  color: #333;
}

.form-control:-ms-input-placeholder {
  color: #333;
}

.form-control::-webkit-input-placeholder {
  color: #333;
}

.form-control {
  /*display: block;*/
  width: 100%;
  height:22px;
  padding: 0px 5px 0px 5px;
  line-height: 1.428571429;
  color: #000;
  font-size:12px;
  vertical-align:middle;
  background-color: #ffffff;
  border: 1px solid #bcbfc0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control-scanner {
  /*display: block;*/
  width: 100%;
  height:22px;
  padding: 0px 5px 0px 5px;
  line-height: 1.428571429;
  color: #000;
  font-size:12px;
  vertical-align:middle;
  background-color: #BEF5BE;
  border: 1px solid #bcbfc0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control01 {
  /*display: block;*/
  width: 100%;
  height:26px;
  padding: 0px 5px 0px 5px;
  line-height: 1.428571429;
  color: #000;
  font-size:14px;
  vertical-align:middle;
  background-color: #ffffff;
  border: 1px solid #bcbfc0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/*필수입렷*/
.ess {

  border: 2px solid #3C6B8C;
 
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  /*cursor: not-allowed;*/
  cursor: hand;
  background-color: #E5E5E5;
  color:#333;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.form-control-barcode {
  /*display: block;*/
 width: 100%;
  padding-left:5px;
  line-height: 1.428571429;
  color: #999;
  font-size:12px;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top:-5px

}

.form-control-barcode:focus {
  outline: 0;
}

/* 임시 수정 (하단에 backup) */
.form-control-login {
/*display: block;*/
  width: 300px;
  height:27px;
 /* padding: 0px 6px;*/
 padding-left:5px;
  line-height: 1.428571429;
  color: #000;
  font-size:.9em;
  vertical-align: middle;
  background-color: #ffffff;
  border: 0px;
  border-radius:8px;

}

/* backup */
.form-control-login-back {
  /*display: block;*/
  width: 100%;
  height:24px;
 /* padding: 0px 6px;*/
 padding-left:5px;
  line-height: 1.428571429;
  color: #000;
  font-size:.9em;
  vertical-align: middle;
  background-color: #ffffff;
  border: 0px;
  border-radius:8px;
}

.form-control-login:focus {
  outline: 0;
  border-color: #fff; 
  background-color:#fff;
}

.form-control-login:autofocus{
  border-color: #fff; 
  background-color:#fff;
}

.modi-form-control-login {
  /*display: block;*/
  width: 100%;
  color: #000;
  font-size:1em;
  vertical-align: middle;
  background-color: #F4F4F4;
  border: 0px;
}

.modi-form-control-login:focus {
  outline: 0;
  border-color: #F4F4F4;
  background-color:#F4F4F4;
}

.modi-form-control-login:autofocus{
  border-color: #F4F4F4;
  background-color:#F4F4F4;
}















.form-control-user {
  /*display: block;*/
  width:100%;
  height:inherit;
  line-height: 1.428571429;
  color: #fff;
  font-size:13px;
  vertical-align:top;
  background-color:transparent;
  border:0px;
  text-align:right;
}

.form-control-user:focus {
  outline: 0;
}

.form-control-file {
  /*display: block;*/
  width: 100%;
  height:24px;
  padding: 0px 5px 0px 5px;
  line-height: 1.428571429;
  color: #000;
  font-size:12px;
  vertical-align:middle;
  background-color: #f5f5f5;
  border: 1px solid #bcbfc0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control-file:focus {
  outline: 0;
}
textarea.form-control {
  height: auto;
}
textarea.form-control.bk:-moz-placeholder {
  background-color:#466072;
  color:#fff;
  height: 100%;
  border:0;
  border-radius: 2px;
}
textarea.form-control.bk {
  background-color:#466072;
  color:#fff;
  height: 100%;
  border:0;
  border-radius: 2px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group01 {
  margin:5px auto;
  border-radius: 4px;
  width:auto;
  height:auto;
  padding:15px 0px;
  vertical-align:middle;
  background-color:#F8FAFB
}
.form-group01 > .btn{
    margin:10px auto;
	display:block;
	vertical-align:middle;	
}
.form-group02 {
  margin:0 auto;
  border-radius: 4px;
  width:auto;
  height:auto;
  padding:8px 0px;
  vertical-align:middle;
  text-align:center;
  background-color:#F8FAFB
}
.form-group02 > .btn{
    margin-right:5px;
	display:inline-block;
	vertical-align:middle;	
}

.radio,
.checkbox {
  display:inline;
  padding: 0;
  vertical-align:middle;

}


.radio label,
.checkbox label {
  display: inline-block;
  font-weight: normal;
  cursor: pointer;
}


.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
  
}
 
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline01,
.checkbox-inline01 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
   margin-top: 2px;
   margin-left: -5px;
}
.radio-inline02,
.checkbox-inline02 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
   margin-top: -20px;
   margin-left: 5px;
   
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
span .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }


@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

label {
  display: inline;
  padding: 0;
  font-size:12px;
  margin-bottom:0px;
  text-align: center;
  white-space: nowrap;
  vertical-align:middle;
  padding-right:30px;

}
label:after{
  margin-right:20px;
  border:1px red solid

}
.label {
  display: inline-block;
  padding: .15em .4em .28em .4em ;
  line-height:11px;
  font-size:11px;
  text-align: center;
  white-space: nowrap;
  vertical-align:middle;
  border-radius: .4em;
  border:1px solid #fff;
  background:#F0F0F0;
  color:#FFF
}
.label-t {
  display: inline-block;
  padding: .15em .4em .28em .4em ;
  width:20px;
  line-height:11px;
  font-size:11px;
  text-align: center;
  white-space: nowrap;
  vertical-align:middle;
  border-radius:f .4em;
  border:1px solid #fff;
  background:#F0F0F0;
  color:#FFF
}

.label .txt {
	margin-top:1px;
	display:inline-block;
	vertical-align:middle;
	color:#146B91;
	}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
  height: 20px;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}


/*button-button-button-button-button-button-buttonbutton-button-button-button-button-button-button-*/
.btn {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-align:center;
  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: 0px 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;
}

.btn01 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-align:center;
  border: 0px solid transparent;
  border-radius:0px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn01:focus {
  outline: thin dotted #333;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn01:hover,
.btn01:focus {
  color: #333333;
  text-decoration: none;
}

.btn01.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-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_cir {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius:12px;
  border: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}
 .cir-sty1 {
  font-size: 12px;
  margin-bottom:18px;
  margin-left:-8px;
  margin-right:15px;
  width:25px;
  height:25px;
  border-radius:25px;
  background:#b6ff00;
  color:#6b803b;
  font-weight: bold;
  

}
 .cir-sty {
  font-size: 12px;
  margin-bottom:18px;
  margin-left:-10px;
  margin-right:15px;
  width:25px;
  height:25px;
  border-radius:25px;
  background:#3c3091;
  color:#f5cade;
  font-weight: bold;

}
 .cir-sty2 {
  font-size: 10px;
  margin-top:6px;
  margin-left:3px;
  width:19px;
  height:17px;
  border-radius:8px;
  background:#ada138;
  color:#fff;
  font-weight: bold;
  z-index:10000;
  position:relative;
  vertical-align: top;
  padding:0;
  font-family:"�����",Noto Sans CJK Regular;
}


 .cir-sty3 {
  font-size: 10px;
  margin-top:6px;
  margin-left:3px;
  width:19px;
  height:17px;
  border-radius:8px;
  background:#db6f34;
  color:#fff;
  font-weight: bold;
  z-index:10000;
  position:relative;
  vertical-align: top;
  padding:0;
  font-family:"�����",Noto Sans CJK Regular;
}


 
 /*ie11 크로스브라우징 시작*/
 
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
 .cir-sty2  {
    padding-top:3px;
}
 }  
 
 /*ie11 크로스브라우징 씉*/
 .btn_r {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;   
  vertical-align: middle;
  cursor: pointer;
  border: 0px solid transparent;
  height:53px;
  width:48px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}
.btn_r4 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align:top;
  cursor: pointer;
  border: 0px 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_r8 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align:middle;
  cursor: pointer;
  text-align:center;
  border: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}
.btn_r9 {
  display: inline-block;
  margin-top:1px;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align:middle;
  cursor: pointer;
  text-align:center;
  border: 1px solid transparent;
  border-radius: 2px;
  height:16px;
  float:right;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}
 /*ie11 크로스브라우징 시작*/
 
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
.btn_r9 {
  margin-top:-2px;
}
 }  
 
 /*ie11 크로스브라우징 씉*/
 .btn-searcher {
  color:#ffffff;
  font-size:12px;
  float:right;
  margin-left:5px;
  border-radius:4px;
  padding:1px 5px 2px 5px;
  background: #2b86d5; 
}

.btn-searcher:hover,
.btn-searcher:focus,
.btn-searcher:active,
.btn-searcher.active,
.open .dropdown-toggle.btn-search01 {
  background: #243146;
  color:#ffffff;
  outline: 0;
}

.btn-searcher:active,
.btn-searcher.active,
.open .dropdown-toggle.btn-search01 {
  background: #243146;
  color:#ffffff;
  outline: 0;
}

.btn-searcher.disabled,
.btn-searcher[disabled],
fieldset[disabled] .btn-searcher,
.btn-searcher.disabled:hover,
.btn-searcher[disabled]:hover,
fieldset[disabled] .btn-searcher:hover,
.btn-searcher.disabled:focus,
.btn-searcher[disabled]:focus,
fieldset[disabled] .btn-searcher:focus,
.btn-searcher.disabled:active,
.btn-searcher[disabled]:active,
fieldset[disabled] .btn-searcher:active,
.btn-searcher.disabled.active,
.btn-searcher[disabled].active,
fieldset[disabled] .btn-searcher.active {
  background:#1899e6;
  color:#ffffff;


}





.btn-exit {
  color:#ffffff;
  font-size:12px;
  float:right;
  margin-left:5px;
  border-radius:4px;
  padding:1px 5px 2px 5px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#be1f63+0,c35065+100 */
background: #be1f63; /* Old browsers */
background: -moz-linear-gradient(left,  #be1f63 0%, #c35065 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #be1f63 0%,#c35065 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #be1f63 0%,#c35065 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be1f63', endColorstr='#c35065',GradientType=1 ); /* IE6-9 */



}

.btn-exit:hover,
.btn-exit:focus,
.btn-exit:active,
.btn-exit.active,
.open .dropdown-toggle.btn-exit {
  color: #ffffff;
  border-color: #9c2c41;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#be1f63+0,c35065+100 */
background: #be1f63; /* Old browsers */
background: -moz-linear-gradient(top,  #be1f63 0%, #c35065 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #be1f63 0%,#c35065 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #be1f63 0%,#c35065 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be1f63', endColorstr='#c35065',GradientType=0 ); /* IE6-9 */

}

.btn-exit:active,
.btn-exit.active,
.open .dropdown-toggle.btn-exit {
  color: #ffffff;
  background-color::#933025;
  border-color: #933025;

}

.btn-exit.disabled,
.btn-exit[disabled],
fieldset[disabled] .btn-exit,
.btn-exit.disabled:hover,
.btn-exit[disabled]:hover,
fieldset[disabled] .btn-exit:hover,
.btn-exit.disabled:focus,
.btn-exit[disabled]:focus,
fieldset[disabled] .btn-exit:focus,
.btn-exit.disabled:active,
.btn-exit[disabled]:active,
fieldset[disabled] .btn-exit:active,
.btn-exit.disabled.active,
.btn-exit[disabled].active,
fieldset[disabled] .btn-exit.active {
  color: #ffffff;
  background-color: #ff3464;
  border-color: #fff;
}



.btn-header{
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align:top;
  width:55px;
  height:inherit;
  cursor: pointer;
  background-color:transparent;
  outline: 0;
  border:0;
}
.btn-left-top{
  display: inline-block;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align:middle;
  width:40px;
  height:inherit;
  cursor: pointer;
  background-color:transparent;
  outline: 0;
  border:0;
  color:#fff;
  font-size:1.2em;
  padding:0;
}


.btn-left-top-div {width:52px;height:25px;float:left;}
.btn-left-top-div-in {width:40px;height:34px; margin-bottom:10px;}
.btn-left-top-div-in>button.cir-sty2{margin-left:-13px;}
.btn-left-top-div-in>button.cir-sty3{margin-left:-13px;}

.btn-left-top01{
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align:top;
  width:28px;
  height:inherit;
  cursor: pointer;
  background-color:transparent;
  outline: 0;
  border:0;
}




.btn-search02:hover,
.btn-search02:focus,
.btn-search02:active,
.btn-search02.active,
.open .dropdown-toggle.btn-search02{
  background-color:transparent;
  outline: 0;
}

.btn-search02:active,
.btn-search02.active,
.open .dropdown-toggle.btn-search02 {
  background-color:transparent;
  color:#ffffff;
  outline: 0;
}



.btn-03 {
  background:transparent;
  color:#ffffff;
  text-align: center;
  white-space: nowrap;
  font-size:10.5px;
  vertical-align:middle;
  margin-left:4px;
  padding:3px 3px 2px 3px;
  height:22px;
  font-family:"�����",Noto Sans CJK Regular;
}

.btn-03:hover,
.btn-03:focus,
.btn-03:active{
  background:#32B5E5;
  color:#ffffff;
  outline: 0;
  border:1px solid #FFF
}


.btn-03.disabled,
.btn-03[disabled],
fieldset[disabled]
.btn-03.disabled:hover,
.btn-03[disabled]:hover,
fieldset[disabled]
.btn-03.disabled:focus,
.btn-03[disabled]:focus,
fieldset[disabled]
.btn-03.disabled:active,
.btn-03[disabled]:active,
fieldset[disabled]
.btn-03.disabled.active,
.btn-03[disabled].active,{
  background:#1899e6;
  color:#ffffff;
  float:right;


}


.btn-04{
  background: #838797; 
  color:#ffffff;
  text-align: center;
  white-space: nowrap;
  font-size:10px;
  vertical-align:middle;
  margin-left:5px;
  padding:0px;
  float:right;
  filter:alpha(opacity=30);opacity: 0.3;-moz-opacity:0.03
}

.btn-04:hover,
.btn-04:focus,
.btn-04:active,
.open .dropdown-toggle{
  background:#61B1BD;
  color:#ffffff;
  outline: 0;
  filter:alpha(opacity=100);opacity: 1;-moz-opacity:1
}



.btn-submit {
  color: #ffffff;
  vertical-align: middle;
  background: #354d5d; 

}

.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active,
.btn-submit.active,
.open .dropdown-toggle.btn-submit {
  color: #ffffff;
background: #2369a6; /* Old browsers */
background: -moz-linear-gradient(left,  #2369a6 7%, #2084db 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #2369a6 7%,#2084db 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #2369a6 7%,#2084db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2369a6', endColorstr='#2084db',GradientType=1 ); /* IE6-9 */

}


.btn-submit.disabled,
.btn-submit[disabled],
fieldset[disabled] .btn-submit,
.btn-submit.disabled:hover,
.btn-submit[disabled]:hover,
fieldset[disabled] .btn-submit:hover,
.btn-submit.disabled:focus,
.btn-submit[disabled]:focus,
fieldset[disabled] .btn-submit:focus,
.btn-submit.disabled:active,
.btn-submit[disabled]:active,
fieldset[disabled] .btn-submit:active,
.btn-submit.disabled.active,
.btn-submit[disabled].active,
fieldset[disabled] .btn-submit.active {
  background-color: #e8ebed;
  color:#969fa8
}

.btn-submit01 {
  color: #285e8e;
  background-color: #005d9f;
}

.btn-submit01:hover,
.btn-submit01:focus,
.btn-submit01:active,
.btn-submit01.active,
.open .dropdown-toggle.btn-submit {
  color: #285e8e;
  background-color: #024a7c;
}

.btn-submit02 {
  background-color: #d6361c;
  vertical-align: middle;
  /* -moz-box-shadow:1px 1px 0px rgba(255,255,255,.2);
   -webkit-box-shadow:1px 1px 0px rgba(255,255,255,.2);
   box-shadow:1px 1px 0px rgba(255,255,255,.2);*/
}

.btn-submit02:hover,
.btn-submit02:focus,
.btn-submit02:active,
.btn-submit02.active,
.open .dropdown-toggle.btn-submit02 {
  background-color: #a81b03;
  border-color: #fff;
   /* -moz-box-shadow:  0 3px 8px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.5);
  box-shadow:  0 3px 8px rgba(0,0,0,.54);*/

}


.btn-submit02.disabled,
.btn-submit02[disabled],
fieldset[disabled] .btn-submit02,
.btn-submit02.disabled:hover,
.btn-submit02[disabled]:hover,
fieldset[disabled] .btn-submit02:hover,
.btn-submit02.disabled:focus,
.btn-submit02[disabled]:focus,
fieldset[disabled] .btn-submit02:focus,
.btn-submit02.disabled:active,
.btn-submit02[disabled]:active,
fieldset[disabled] .btn-submit02:active,
.btn-submit02.disabled.active,
.btn-submit02[disabled].active,
fieldset[disabled] .btn-submit02.active {
  background-color: #e1e1e1;
  border-color: #c3c4c4;
  color:#ababab
}

.btn-submit03 {
  background-color: #49879c;
	vertical-align: middle;
  /* -moz-box-shadow:1px 1px 0px rgba(255,255,255,.2);
   -webkit-box-shadow:1px 1px 0px rgba(255,255,255,.2);
   box-shadow:1px 1px 0px rgba(255,255,255,.2);*/

}

.btn-submit03:hover,
.btn-submit03:focus,
.btn-submit03:active,
.btn-submit03.active,
.open .dropdown-toggle.btn-submit03 {
  background-color: #4a646d;
  border-color: #fff;
   /* -moz-box-shadow:  0 3px 8px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.5);
  box-shadow:  0 3px 8px rgba(0,0,0,.54);*/

}


.btn-submit03.disabled,
.btn-submit03[disabled],
fieldset[disabled] .btn-submit03,
.btn-submit03.disabled:hover,
.btn-submit03[disabled]:hover,
fieldset[disabled] .btn-submit03:hover,
.btn-submit03.disabled:focus,
.btn-submit03[disabled]:focus,
fieldset[disabled] .btn-submit03:focus,
.btn-submit03.disabled:active,
.btn-submit03[disabled]:active,
fieldset[disabled] .btn-submit03:active,
.btn-submit03.disabled.active,
.btn-submit03[disabled].active,
fieldset[disabled] .btn-submit03.active {
  background-color: #e1e1e1;
  border-color: #c3c4c4;
  color:#ababab
}
.btn-submit04 {
background: #ffffff;; /* Old browsers */
color:#888888;
width:100%;

  /* -moz-box-shadow:1px 1px 0px rgba(255,255,255,.2);
   -webkit-box-shadow:1px 1px 0px rgba(255,255,255,.2);
   box-shadow:1px 1px 0px rgba(255,255,255,.2);*/

}

.btn-submit04:hover,
.btn-submit04:focus,
.btn-submit04:active,
.btn-submit04.active,
.open .dropdown-toggle.btn-submit03 {
background: #ffffff;
color:#888888 ;
  
  
   /* -moz-box-shadow:  0 3px 8px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.5);
  box-shadow:  0 3px 8px rgba(0,0,0,.54);*/

}


.btn-submit04.disabled,
.btn-submit04[disabled],
fieldset[disabled] .btn-submit03,
.btn-submit04.disabled:hover,
.btn-submit04[disabled]:hover,
fieldset[disabled] .btn-submit03:hover,
.btn-submit04.disabled:focus,
.btn-submit04[disabled]:focus,
fieldset[disabled] .btn-submit03:focus,
.btn-submit04.disabled:active,
.btn-submit04[disabled]:active,
fieldset[disabled] .btn-submit03:active,
.btn-submit04.disabled.active,
.btn-submit04[disabled].active,
fieldset[disabled] .btn-submit03.active {
  background-color: #1E232B;
  color:#fff
}
.btn-submit04-txt {
  color:#556673;
  background-color:#e8e9ea
  /* -moz-box-shadow:1px 1px 0px rgba(255,255,255,.2);
   -webkit-box-shadow:1px 1px 0px rgba(255,255,255,.2);
   box-shadow:1px 1px 0px rgba(255,255,255,.2);*/

}
.btn-submit05 {
  background-color:transparent;
  vertical-align: middle;
  color:#fff;
  font-size:1.2em
  /* -moz-box-shadow:1px 1px 0px rgba(255,255,255,.2);
   -webkit-box-shadow:1px 1px 0px rgba(255,255,255,.2);
   box-shadow:1px 1px 0px rgba(255,255,255,.2);*/
}

.btn-submit05:hover,
.btn-submit05:focus,
.btn-submit05:active,
.btn-submit05.active,
.open .dropdown-toggle.btn-submit05 {
   color:#fff;
   /* -moz-box-shadow:  0 3px 8px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.5);
  box-shadow:  0 3px 8px rgba(0,0,0,.54);*/

}
.btn-reg {
	color: #444;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.btn-reg:hover,
.btn-reg:focus{
	background: #ededed;
	font-weight:bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

.btn-reg:active,
.btn-reg.active{
	color: #666;
	font-weight:bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.btn-reg.disabled,
.btn-reg[disabled],
fieldset[disabled] .btn-reg,
.btn-reg.disabled:hover,
.btn-reg[disabled]:hover,
fieldset[disabled] .btn-reg:hover,
.btn-reg.disabled:focus,
.btn-reg[disabled]:focus,
fieldset[disabled] .btn-reg:focus,
.btn-reg.disabled:active,
.btn-reg[disabled]:active,
fieldset[disabled] .btn-reg:active,
.btn-reg.disabled.active,
.btn-reg[disabled].active,
fieldset[disabled] .btn-reg.active {
  color: #666;
  cursor: not-allowed;
  opacity: 0.455;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}


 .btn-close {
  color: #ffffff;
  border-color: #be1f63;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#be1f63+0,c35065+100 */
background: #be1f63; /* Old browsers */
background: -moz-linear-gradient(left,  #be1f63 0%, #c35065 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #be1f63 0%,#c35065 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #be1f63 0%,#c35065 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be1f63', endColorstr='#c35065',GradientType=1 ); /* IE6-9 */



}

.btn-close:hover,
.btn-close:focus,
.btn-close:active,
.btn-close.active,
.open .dropdown-toggle.btn-close {
  color: #ffffff;
  border-color: #9c2c41;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#be1f63+0,c35065+100 */
background: #be1f63; /* Old browsers */
background: -moz-linear-gradient(top,  #be1f63 0%, #c35065 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #be1f63 0%,#c35065 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #be1f63 0%,#c35065 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be1f63', endColorstr='#c35065',GradientType=0 ); /* IE6-9 */

}

.btn-close:active,
.btn-close.active,
.open .dropdown-toggle.btn-close {
  color: #ffffff;
  background-color::#933025;
  border-color: #933025;

}

.btn-close.disabled,
.btn-close[disabled],
fieldset[disabled] .btn-close,
.btn-close.disabled:hover,
.btn-close[disabled]:hover,
fieldset[disabled] .btn-close:hover,
.btn-close.disabled:focus,
.btn-close[disabled]:focus,
fieldset[disabled] .btn-close:focus,
.btn-close.disabled:active,
.btn-close[disabled]:active,
fieldset[disabled] .btn-close:active,
.btn-close.disabled.active,
.btn-close[disabled].active,
fieldset[disabled] .btn-close.active {
  color: #ffffff;
  background-color: #ff3464;
  border-color: #fff;
}

 .btn-gp-sy {
  color: #fff;
  background-color:#BCBFC0;
  border-radius:6px;
  width:32px;
  



}

.btn-gp-sy:hover,
.btn-gp-sy:focus,
.btn-gp-sy:active,
.btn-gp-sy.active,
.open .dropdown-toggle.btn-gp-sy {
  color: #fff;


}


.btn-gp-sy.disabled,
.btn-gp-sy[disabled],
fieldset[disabled] .btn-gp-sy,
.btn-gp-sy.disabled:hover,
.btn-gp-sy[disabled]:hover,
fieldset[disabled] .btn-gp-sy:hover,
.btn-gp-sy.disabled:focus,
.btn-gp-sy[disabled]:focus,
fieldset[disabled] .btn-gp-sy:focus,
.btn-gp-sy.disabled:active,
.btn-gp-sy[disabled]:active,
fieldset[disabled] .btn-gp-sy:active,
.btn-gp-sy.disabled.active,
.btn-gp-sy[disabled].active,
fieldset[disabled] .btn-gp-sy.active {
  color: #555;
  background-color: #fff;

}
.ch {
  display: inline-block;
  padding-left: 0;
  margin: 5px 0;
  border-radius: 4px;
  font-size:.8em
}

.ch > li {
  display: inline;
  color: #3c3c3c;
}

.ch > li > a,
.ch > li > span {
  position: relative;
  float: left;
  padding: 3px 6px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #3c3c3c;
}

.ch > li:first-child > a,
.ch > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  
}

.ch > li:last-child > a,
.ch > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ch > li > a:hover,
.ch > li > span:hover,
.ch > li > a:focus,
.ch > li > span:focus {
  background-color: #eeeeee;
}

.ch > .active > a,
.ch > .active > span,
.ch > .active > a:hover,
.ch > .active > span:hover,
.ch > .active > a:focus,
.ch > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.ch > .disabled > span,
.ch > .disabled > a,
.ch > .disabled > a:hover,
.ch > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.ch01 {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
  width:auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:12px;
  
}

.ch01 > li.sql {
  display: inline;
  color: #fff;

}

.ch01 > li.sql > a,
.ch01 > li.sql > span {
  position: relative;
  float: left;
  padding: 2px 6px 0px 6px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #ffffff;
  cursor:pointer;  
  background-color: #25BDDE;
  border: 1px solid #2DA6C0;
}

.ch01 > li.sql:first-child > a,
.ch01 > li.sql:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  
}

.ch01 > li.sql:last-child > a,
.ch01 > li.sql:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ch01 > li.sql > a:hover,
.ch01 > li.sql > span:hover,
.ch01 > li.sql > a:focus,
.ch01 > li.sql > span:focus {
 background-color: #25BDDE;
  border: 1px solid #2DA6C0;
}


.ch01 > li.sel {
  display: inline;
  color: #fff;
  width:30px
}

.ch01 > li.sel > a,
.ch01 > li.sel > span {
  position: relative;
  float: left;
  padding: 2px 6px 0px 6px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #ffffff;
  cursor:pointer;
  background-color: #3d74b8;
  border: 1px solid #37649c;
}

.ch01 > li.sel:first-child > a,
.ch01 > li.sel:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  
}

.ch01 > li.sel:last-child > a,
.ch01 > li.sel:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ch01 > li.sel > a:hover,
.ch01 > li.sel > span:hover,
.ch01 > li.sel > a:focus,
.ch01 > li.sel > span:focus {
  background-color: #3884e1;
}

/*show&hidden*//*show&hidden*//*show&hidden*//*show&hidden*//*show&hidden*/

.ch02 {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
  width:auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:12px;
  float:right
  
}

.ch02 > li.sql {
  display: inline;
  color: #fff;

}

.ch02 > li.sql > a,
.ch02 > li.sql > span {
  position: relative;
  float: left;
  padding: 2px 6px 0px 6px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #ffffff;
  cursor:pointer;  
  background-color: #25BDDE;
  border: 1px solid #2DA6C0;
}

.ch02 > li.sql:first-child > a,
.ch02 > li.sql:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  
}

.ch02 > li.sql:last-child > a,
.ch02 > li.sql:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ch02 > li.sql > a:hover,
.ch02 > li.sql > span:hover,
.ch02 > li.sql > a:focus,
.ch02 > li.sql > span:focus {
 background-color: #25BDDE;
  border: 1px solid #2DA6C0;
}


.ch02 > li.sel {
  display: inline;
  color: #fff;
  width:30px
}

.ch02 > li.sel > a,
.ch02 > li.sel > span {
  position: relative;
  float: left;
  padding: 2px 6px 0px 6px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #ffffff;
  cursor:pointer;
  background-color: #3d74b8;
  border: 1px solid #37649c;
}

.ch02 > li.sel:first-child > a,
.ch02 > li.sel:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  
}

.ch02 > li.sel:last-child > a,
.ch02 > li.sel:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ch02 > li.sel > a:hover,
.ch02 > li.sel > span:hover,
.ch02 > li.sel > a:focus,
.ch02 > li.sel > span:focus {
  background-color: #3884e1;
}




/*Group button**Group button**Group button**Group button**Group button*/
.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: -1px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.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) {
  border-bottom-left-radius: 0;
  border-top-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-bottom-left-radius: 0;
  border-top-left-radius: 0;
}


.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/*Group button**Group button**Group button**Group button**Group button*/


.btn-lg {
  font-size:14px;
  height:34px;  
  line-height:34px;  
  margin:0px 3px;
  vertical-align:middle;
  padding: 0px 10px 10px 12px;
  font-weight:bold;
  vertical-align: middle;
}

.btn-32 {
  height:32px;
  width:32px;
  padding: 0;
  vertical-align: middle; 
}
.btn-sm {
  font-size:12px;
  height:30px;  
  padding:1px 10px 0px 10px;
  font-weight:bold;
}
.btn-xs {
  font-size:12px;
  margin:0px 3px;
  vertical-align:middle;
  padding: 1px 6px 3px 6px;
}
.btn-xsm {
  font-size:12px;
  height:20px;  
  padding:1px 10px 0px 10px;
  font-weight:bold;
}
.btn-gp {
  font-size:8px;
  padding:0; 
  margin-top: -2px \9; /* IE8-9 */
  width:20px;
  height:100%;
  vertical-align:middle;
}

.btn_searcher {
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
  height:28px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius:6px;
  width:100%;
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	   -o-user-select: none;
		  user-select: none;
}
.btn-search {
  color: #ffffff;
  background-color: #237ded;
  border-color: #2a4b74;
  font-weight:bold
}

.btn-search:hover,
.btn-search:focus,
.btn-search:active,
.btn-search.active,
.open .dropdown-toggle.btn-search {
  color: #ffffff;
  background-color: #38649a;
  border-color: #2a4b74;
}

.btn-search:active,
.btn-search.active,
.open .dropdown-toggle.btn-search {
  background-image: none;
}

.btn-search.disabled,
.btn-search[disabled],
fieldset[disabled] .btn-search,
.btn-search.disabled:hover,
.btn-search[disabled]:hover,
fieldset[disabled] .btn-search:hover,
.btn-search.disabled:focus,
.btn-search[disabled]:focus,
fieldset[disabled] .btn-search:focus,
.btn-search.disabled:active,
.btn-search[disabled]:active,
fieldset[disabled] .btn-search:active,
.btn-search.disabled.active,
.btn-search[disabled].active,
fieldset[disabled] .btn-search.active {
  background-color: #38649a;
  border-color: #2a4b74;
}

.btn_logouter {
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
  height:65px;
  width:52px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 0px solid transparent;
  border-radius:0px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}
.btn-logout {
background: rgb(40,40,40); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(40,40,40,1) 0%, rgba(46,46,46,1) 12%, rgba(53,53,53,1) 25%, rgba(37,37,37,1) 39%, rgba(23,23,23,1) 50%, rgba(0,0,0,1) 51%, rgba(9,9,9,1) 60%, rgba(22,22,22,1) 76%, rgba(15,15,15,1) 91%, rgba(10,10,10,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,40,40,1)), color-stop(12%,rgba(46,46,46,1)), color-stop(25%,rgba(53,53,53,1)), color-stop(39%,rgba(37,37,37,1)), color-stop(50%,rgba(23,23,23,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(9,9,9,1)), color-stop(76%,rgba(22,22,22,1)), color-stop(91%,rgba(15,15,15,1)), color-stop(100%,rgba(10,10,10,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(40,40,40,1) 0%,rgba(46,46,46,1) 12%,rgba(53,53,53,1) 25%,rgba(37,37,37,1) 39%,rgba(23,23,23,1) 50%,rgba(0,0,0,1) 51%,rgba(9,9,9,1) 60%,rgba(22,22,22,1) 76%,rgba(15,15,15,1) 91%,rgba(10,10,10,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(40,40,40,1) 0%,rgba(46,46,46,1) 12%,rgba(53,53,53,1) 25%,rgba(37,37,37,1) 39%,rgba(23,23,23,1) 50%,rgba(0,0,0,1) 51%,rgba(9,9,9,1) 60%,rgba(22,22,22,1) 76%,rgba(15,15,15,1) 91%,rgba(10,10,10,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(40,40,40,1) 0%,rgba(46,46,46,1) 12%,rgba(53,53,53,1) 25%,rgba(37,37,37,1) 39%,rgba(23,23,23,1) 50%,rgba(0,0,0,1) 51%,rgba(9,9,9,1) 60%,rgba(22,22,22,1) 76%,rgba(15,15,15,1) 91%,rgba(10,10,10,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(40,40,40,1) 0%,rgba(46,46,46,1) 12%,rgba(53,53,53,1) 25%,rgba(37,37,37,1) 39%,rgba(23,23,23,1) 50%,rgba(0,0,0,1) 51%,rgba(9,9,9,1) 60%,rgba(22,22,22,1) 76%,rgba(15,15,15,1) 91%,rgba(10,10,10,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#0a0a0a',GradientType=0 ); /* IE6-9 */


	
}

.btn-logout:hover,
.btn-logout:focus,
.btn-logout:active,
.btn-logout.active,
.open .dropdown-toggle.btn-logout {
 border-color: #000;
  background-color: #181818;
}

.btn-logout:active,
.btn-logout.active,
.open .dropdown-toggle.btn-logout {
  background-image: none;
   border-color: #000;
}

.btn-logout.disabled,
.btn-logout[disabled],
fieldset[disabled] .btn-logout,
.btn-logout.disabled:hover,
.btn-logout[disabled]:hover,
fieldset[disabled] .btn-logout:hover,
.btn-logout.disabled:focus,
.btn-logout[disabled]:focus,
fieldset[disabled] .btn-logout:focus,
.btn-logout.disabled:active,
.btn-logout[disabled]:active,
fieldset[disabled] .btn-logout:active,
.btn-logout.disabled.active,
.btn-logout[disabled].active,
fieldset[disabled] .btn-logout.active {
  background-color: #38649a;
  border-color: #000;
}

.btn-orange {
  color: #ffffff;
  background-color: #e65221;
  border-color: #ce4d23;
  font-weight:bold
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  color: #ffffff;
  background-color: #c9491f;
  border-color: #ce4d23;
}

.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  background-image: none;
}

.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
  background-color: #c9491f;
  border-color: #ce4d23;
}


 .btn_menu01 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
  height:30px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius:6px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  -webkit-box-shadow:inset 0 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 0 1px 2px rgba(255,255,255,0.5);

}
.btn-menu {
  color: #ffffff;
  background-color: #237ded;
  font-weight:bold
}

.btn-menu:hover,
.btn-menu:focus,
.btn-menu:active,
.btn-menu.active,
.open .dropdown-toggle.btn-menu {
  color: #223242;
  background-color: #FFFFFF;
  border-color: #c9c9c9;


}

.btn-menu:active,
.btn-menu.active,
.open .dropdown-toggle.btn-menu {
  background-image: none;
}

.btn-menu.disabled,
.btn-menu[disabled],
fieldset[disabled] .btn-menu,
.btn-menu.disabled:hover,
.btn-menu[disabled]:hover,
fieldset[disabled] .btn-menu:hover,
.btn-menu.disabled:focus,
.btn-menu[disabled]:focus,
fieldset[disabled] .btn-menu:focus,
.btn-menu.disabled:active,
.btn-menu[disabled]:active,
fieldset[disabled] .btn-menu:active,
.btn-menu.disabled.active,
.btn-menu[disabled].active,
fieldset[disabled] .btn-menu.active {
  background-color: #38649a;
  border-color: #2a4b74;
}

.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-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

.btn-disable {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-family: inherit;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: default;
  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;
  color: #ffffff;
  background-color: #EAEAEA;
  border-color: #D5D5D5;
}

.btn-cal {
  background:#e67e22;
  color:#ffffff;
  height:22px;;
  width:25px
  
}

.btn-cal:hover,
.btn-cal:focus,
.btn-cal:active,
.open .dropdown-toggle {
  background:#d35400;
  color:#ffffff;
  outline: 0;
  
}


.btn-cal.disabled,
.btn-cal[disabled],
fieldset[disabled] ,
.btn-cal.disabled:hover,
.btn-cal[disabled]:hover,
fieldset[disabled]:hover,
.btn-cal.disabled:focus,
.btn-cal[disabled]:focus,
fieldset[disabled]:focus,
.btn-cal.disabled:active,
.btn-cal[disabled]:active,
fieldset[disabled]:active,
.btn-cal.disabled.active,
.btn-cal[disabled].active,
fieldset[disabled].active {
  background:#e67e22;
  color:#ffffff;
}


.btn-cal01 {
  background:#146B91;
  color:#ffffff;
  height:22px;
  padding-bottom:2px;
  vertical-align:middle;
  font-size:.9em
}

.btn-cal01:hover,
.btn-cal01:focus,
.btn-cal01:active,
.open .dropdown-toggle{
  background:#146B91;
  color:#ffffff;
  outline: 0;
  
}


.btn-cal01.disabled,
.btn-cal01[disabled],
fieldset[disabled],
.btn-cal01.disabled:hover,
.btn-cal01[disabled]:hover,
fieldset[disabled]:hover,
.btn-cal01.disabled:focus,
.btn-cal01[disabled]:focus,
fieldset[disabled]:focus,
.btn-cal01.disabled:active,
.btn-cal01[disabled]:active,
fieldset[disabled]:active,
.btn-cal01.disabled.active,
.btn-cal01[disabled].active,
fieldset[disabled].active {
  background:#e67e22;
  color:#ffffff;

}



.aimicon {
  position: relative;
  display: inline-block;
  vertical-align:middle;
  -webkit-font-smoothing: antialiased;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  top:0 ;
  padding:0;

}
.icon-arrow-down{
	background:url('../../../images/aim/icons_white.png') -311px -143px;
	width:16px;
    height:16px;
	z-index:30;
  }
.icon-arrow-up{
	background:url('../../../images/aim/icons_white.png') -287px -143px;
	width:16px;
	height:16px;
	z-index:30;
} 

.icon-arrow-left{
	background:url('../../../images/aim/icons_white.png') -432px -74px;
	width:13px;
    height:13px;
	z-index:30;
  }
.icon-arrow-right{
	background:url('../../../images/aim/icons_white.png') -456px -73px;
	width:13px;
	height:13px;
	z-index:30;
} 
.icon-arrow-top{
	background:url('../../../images/aim/icons_white.png') -288px -121px;
	width:13px;
    height:13px;
	z-index:30;
  }
.icon-arrow-under{
	background:url('../../../images/aim/icons_white.png') -312px -120px;
	width:13px;
	height:13px;
	z-index:30;
} 

.icon-arrow-reverse{
	background:url('../../../images/aim/icons_white.png') -456px -145px;
	width:13px;
	height:13px;
	z-index:30;
} 
.icon-exit{
	background:url('../../../images/aim/icons_white.png') -460px -74px;
	width:16px;
    height:13px;
	z-index:30;
  }
  
.icon-start{
  background:url('../../../images/aim/icons_white.png') -265px -97px;
  width:16px;
  height:15px;
  z-index:30;
}
.icon-search{
  background:url('../../../images/aim/icons_white.png') -49px -1px;
  width:15px;
  height:14px;
  z-index:30;
}


.icon-delete{
  background:url('../../../images/aim/icons_white.png') -458px 0px;
  width:16px;
  height:16px;
  z-index:30;
}

.icon-reset{
  background:url('../../../images/aim/icons_white.png') -217px -24px;
  width:16px;
  height:16px;
  z-index:30;
}

.icon-excel{
  background:url('../../../images/aim/icons_white.png') -121px -72px;
  width:16px;
  height:16px;
  z-index:30;

}


.icon-pluse{
  background:url('../../../images/aim/icons_white.png') -1px -96px;
  width:16px;
  height:16px;
  z-index:30;
}

.icon-minus{
  background:url('../../../images/aim/icons_white.png') -25px -97px;
  width:16px;
  height:13px;
  z-index:30;
}

.icon-graph{
  background:url('../../../images/aim/icons_white.png') -410px -2px;
  width:16px;
  height:13px;
  z-index:30;
}

.icon-help{
  background:url('../../../images/aim/icons_white.png') -96px -97px;
  width:16px;
  height:13px;
  z-index:30;
}

.icon-download{
  background:url('../../../images/aim/icons_white.png') -313px -145px;
  width:16px;
  height:14px;
  z-index:30;
}

.icon-carlendar{
  background:url('../../../images/aim/icons_white.png') -193px -121px ;
  width:14px;
  height:14px;
  z-index:30;
}

.icon-only-carlendar{
  background:url('../../../images/aim/icons_white.png') -194px -121px;
  width:11px;
  height:13px;
  z-index:30;
}


.icon-autosize{
  background:url('../../../images/aim/icons_white.png') -457px -120px;
  width:16px;
  height:13px;
  z-index:30;
}

.icon-autosize.disabled{
  background:url('../../../images/aim/icons_white.png') -457px -120px;
  width:16px;
  height:13px;
  z-index:30;
}

.icon-list{
  background:url('../../../images/aim/icons_white.png') -360px -50px;
  width:18px;
  height:13px;
  z-index:30;
}

.icon_lankup{
  background:url('../../../images/aim/icons_white.png') -144px -24px;
  width:18px;
  height:13px;
  z-index:30;
}

.icon-lankdown{
  background:url('../../../images/aim/icons_white.png') -121px -24px;
  width:18px;
  height:18px;
  z-index:30;
}

.icon-bookmark{
  background:url('../../../images/aim/icons_white.png') -265px -23px;
  width:18px;
  height:18px;
  z-index:30;
}

.icon-logout{
  background:url('../../../images/aim/icons_white.png') -313px 1px;
  width:18px;
  height:18px;
  z-index:30;
}
.icon-forward{
  background:url('../../../images/aim/icons_white.png') -337px -97px;
  width:18px;
  height:13px;
  z-index:30;
}

.icon-edit{
  background:url('../../../images/aim/icons_white.png') -1px -71px;
  width:18px;
  height:18px;
  z-index:30;
}

.icon-modify{
  background:url('../../../images/aim/icons_white.png') -361px -145px;
  width:18px;
  height:13px;
  z-index:30;
}

.icon-write{
  background:url('../../../images/aim/icons_white.png') -1px -73px;
  width:18px;
  height:15px;
  z-index:30;
}


.icon-message{
  background:url('../../../images/aim/icons_white.png') -240px -120px;
  width:18px;
  height:13px;
  z-index:30;
}

.icon-popup{
  background:url('../../../images/aim/icons_white.png') -265px -24px;
  width:16px;
  height:13px;
  z-index:30;
}

.icon-print{
  background:url('../../../images/aim/icons_white.png') -97px -48px;
  width:16px;
  height:14px;
  z-index:30;
}

.icon-user{
  background:url('../../../images/aim/icons_white.png') -169px -1px;
  width:12px;
  height:13px;
  z-index:30;
}

.icon-close{
  background:url('../../../images/aim/icons_white.png') -312px 0px;
  width:16px;
  height:16px;
  z-index:30;
}

.icon-save{
  background:url('../../../images/aim/icons_white.png') -50px -48px;
  width:16px;
  height:16px;
  z-index:30;
}
.icon-disabled{
  background:url('../../../images/aim/icons_white.png') -314px -1px;
  width:12px;
  height:13px;
  z-index:30;
}

.icon01-mgmt{
  background:url('../../../images/aim/aim/mgmt-wh.png') no-repeat 3px 5px ;
  width:48px;
  z-index:30;
}

.icon-hidden{
  background:url('../../../images/aim/icons_white.png') -360px -27px;
  width:14px;
  height:13px;
  z-index:30;
}

.icon-show{
  background:url('../../../images/aim/icons_white.png') -385px -27px;
  width:14px;
  height:12px;
  z-index:30;
}

.icon-chart-hd{
  background:url('../../../images/aim/icons_header.png') -10px -58px;
  width:32px;
  height:32px;
  z-index:30;
}
.icon-carlender-hd{
  background:url('../../../images/aim/icons_header.png') -56px -10px;
  width:32px;
  height:32px;
  z-index:30;
  filter:alpha(opacity=30);
  opacity: 0.3;
  -moz-opacity:0.15;  
}
.icon-bookmark-hd{
  background:url('../../../images/aim/icons_header.png') -104px -8px;
  width:32px;
  height:32px;
  z-index:30;
  filter:alpha(opacity=30);
  opacity: 0.3;
  -moz-opacity:0.15;  
}
.icon-alarm-hd{
  background:url('../../../images/aim/icons_header.png') -154px -8px;
  width:32px;
  height:32px;
  z-index:30;
  filter:alpha(opacity=30);
  opacity: 0.3;
  -moz-opacity:0.15;  
}
.icon-search-hd{
  background:url('../../../images/aim/icons_header.png') -200px -8px;
  width:48px;
  height:32px;
  z-index:30;
  filter:alpha(opacity=30);
  opacity: 0.3;
  -moz-opacity:0.15;  
}
.icon-setting-hd{
  background:url('../../../images/aim/icons_header.png') -241px -56px;
  width:48px;
  height:35px;
  z-index:30;
  filter:alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity:0.7;  
}
.icon-exit-hd{
  background:url('../../../images/aim/icons_header.png') -286px -53px;
  width:48px;
  height:35px;
  z-index:30;
  filter:alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity:0.7;  
}
.icon-menu-hidden{
  background:url('../../../images/aim/icon-hidden.png') center center ;
  width:javascript:fncLogout()18px;
  height:15px;
  z-index:30;
}
.icon-menu-show{
  background:url('../../../images/aim/icon-show.png') center center ;
  width:18px;
  height:15px;
  z-index:30;
}
.icon-message{
  background:url('../../../images/aim/icon-message.png') center center ;
  width:18px;
  height:15px;
  z-index:30; 
}
.icon-checkout{
  background:url('../../../images/aim/icons_white.png') -289px -24px;
  width:16px;
  height:16px;
  z-index:30;
}
.icon-release{
  background:url('../../../images/aim/icons_white.png') -336px -120px;
  width:18px;
  height:16px;
  z-index:30;
}
.icon-release_hold{
  background:url('../../../images/aim/icons_white.png') -73px -170px;
  width:18px;
  height:16px;
  z-index:30;
}
.icon-copy{
  background:url('../../../images/aim/icons_white.png') -1px -170px;
  width:16px;
  height:16px;
  z-index:30;
}
.icon-exchange{
  background:url('../../../images/aim/icons_white.png') -217px -121px;
  width:18px;
  height:16px;
  z-index:30;
}
.icon-undo{
  background:url('../../../images/aim/icons_white.png') -97px -171px;
  width:16px;
  height:16px;
  z-index:30;
}
.icon-clean{
  background:url('../../../images/aim/icons_white.png') -73px -72px;
  width:16px;
  height:16px;
  z-index:30;
}
.icon-top{
  background:url('../../../images/aim/icons_white.png') -25px -171px;
  width:16px;
  height:16px;
  z-index:30;
}
.icon-bottom{
  background:url('../../../images/aim/icons_white.png') -49px -171px;
  width:16px;
  height:16px;
  z-index:30;
}

.icon-line-bottom{
  background:url('../../../images/aim/icons_white.png')  -144px -169px;
  width:16px;
  height:16px;
  z-index:30;
}

.icon-line-top{
  background:url('../../../images/aim/icons_white.png') -119px -169px;
  width:16px;
  height:16px;
  z-index:30;
}


.icon-view_factory{
  background:url('../../../images/aim/icons_white.png') -170px -171px;
  width:16px;
  height:16px;
  z-index:30;
}



.icon-change{
  background:url('../../../images/aim/icons_white.png') -241px -24px;
  width:16px;
  height:16px;
  z-index:30;
}






.icon-exit_32{
  background:url('../../../images/aim/icons_header_new.png') -98px -33px;
  width:32px;
  height:32px;
  z-index:30;
}

.icon-setting_32{
  background:url('../../../images/aim/icons_header_new.png') -33px -33px;
  width:32px;
  height:32px;
  z-index:30;
}
.icon-alarm_side{
  background:url('../../../images/aim/icons_side_new_white.png') -4px 1px;
  width:26px;
  height:24px;
  z-index:30;
}
.icon-worklist_side{
  background:url('../../../images/aim/icons_side_new_white.png') -39px 1px;
  width:30px;
  height:24px;
  z-index:30;
}
.icon-hidden_side{
  background:url('../../../images/aim/icons_side_new_white.png') -72px 1px;
  width:24px;
  height:24px;
  z-index:30;
}

.icon-view_side{
  background:url('../../../images/aim/icons_side_new_white.png') -102px 1px;
  width:24px;
  height:24px;
  z-index:30;
}

.icon-folder-01{
	background:url('../../../images/tree/color-folder.png') 0px 0px;
	width:13px;
	height:16px;
	z-index:30;
} 

.icon-folder-02{
	background:url('../../../images/tree/color-folder.png') -16px 0px;
	width:13px;
	height:16px;
	z-index:30;
} 

.icon-folder-03{
	background:url('../../../images/tree/color-folder.png') -32px 0px;
	width:13px;
	height:16px;
	z-index:30;
} 

.icon-folder-04{
	background:url('../../../images/tree/color-folder.png') -48px 0px;
	width:13px;
	height:16px;
	z-index:30;
}


.icon-refresh{
	background:url('../../../images/aim/icons_refresh.png') 0px 0px;
	width:30px;
	height:30px;
	z-index:30;
}

.icon-clickMe{
	background:url('../../../images/aim/icons_white.png') -335px -95px;
	width:20px;
    height:20px;
	z-index:30;
  }




/*multi Selcet box*/

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  vertical-align:top;
  background-color: #ffffff;
  border: 1px solid #bcbfc0;
  border-radius: 4px;
  height:18px;
  /*z-index:10000 !important*/

}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;

}

.input-group > .input-group-btn > .btn {
  border-radius: 3px;
  vertical-align:middle;
  border: 0

}

.input-group-btn,
.input-group .form-control {
  display: table-cell;
  vertical-align:top;
  border:0

}

.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}



.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}


.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}


.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
   margin-left: -1px;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
 /*ie11 크로스브라우징 시작*/
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	.btn-gp {
	  font-size:8px;

	}
	.form-control {
	  /*display: block;*/
	  padding: 0px 5px 2px 5px;
	
	}	
 }
 /*ie11 크로스브라우징 끝*/
 
.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0;
}

.filebox label {
  display: inline-block;
  padding: 3px 6px 5px 6px;
  font-size:12px;
  line-height: normal;
  vertical-align: middle;
  color: #ffffff;
  background: #6b7477; 
  cursor: pointer;
  border-bottom-color: #e2e2e2;
  border-radius: .25em;
}

/* named upload */
.filebox .upload-name {
  display: inline-block;
  padding: 3px 6px 5px 6px;
  font-size:12px;
  font-family: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-bottom-color: #e2e2e2;
  border-radius: .25em;
  -webkit-appearance: none; /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  color:#424c53;
}
