@charset "utf-8";
/* =============================================================================
   Reset
   ========================================================================== */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html, body, button, input, textarea {
  font-family: 'MS PGothic', Arial, 'Hiragino Kaku Gothic Pro', sans-serif;
}
body, h1, h2, h3 {
  margin: 0;
}
body {
  font-size: 13px;
  line-height: 1.4;
  color: #333333;
  background-color: #FFFFFF;
  word-break: break-all;
  -ms-touch-action:none;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
h1 {
  font-size: 1.5em;
  line-height: 1.2;
}
h2 {
  font-size: 1.3em;
  line-height: 1.2;
}
h3 {
  font-size: 1em;
  line-height: 1.2;
}
strong {
  font-weight: bold;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
p {
  margin: 1em 0;
  line-height: 1.6;
}
dl, ol, ul {
  margin: 0;
}
dd {
  margin: 0 0 1em 0;
}
ol, ul {
  padding: 0 0 0 20px;
}
ul ul, ul ol, ol ol, ol ul, dl ul, dl ol {
  margin-top: 0;
  margin-bottom: 0;
}
ul.unstyled, ol.unstyled {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
ul.inline {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
ul.inline > li {
  display: inline;
  padding-right: 10px;
  padding-left: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
form {
  margin: 0;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
 *vertical-align: middle;
}
button, input {
  line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
 *overflow: visible;
}
button[disabled], input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
 *height: 13px;
 *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
}
hr {
  margin: 10px 0;
 *margin: 10px 0 0;
  border: 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #ffffff;
  clear: both;
}
/* =============================================================================
   navbar
   ========================================================================== */
#navbar {
  overflow: visible;
 *overflow: hidden;
  min-height: 40px;
  background-color: #1b1b1b;
  border-color: #252525;
}
#navbar .brand, #header .brand {
  display: block;
  float: left;
  padding: 4px 0 6px;
  margin-right: 10px;
  height: 54px;
}
#navbar .nav, #header .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  z-index: 900;
}
#navbar .nav > li, #header .nav > li {
  float: left;
}
#navbar li a {
  color: #CCCCCC;
  text-decoration: none;
}
#navbar .dropdown-menu li > a {
  color: #333;
}
#navbar li a:hover {
  color: #FFFFFF;
}
#header li a {
  color: #333;
  text-decoration: none;
}
#header li a:hover {
  color: #999;
}
#navbar li i {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  -khtml-opacity: 0.80;
  opacity: 0.80;
}
#navbar li a:hover i {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#header li i {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  -khtml-opacity: 0.80;
  opacity: 0.80;
}
#header li a:hover i {
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  -khtml-opacity: 0.50;
  opacity: 0.50;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
 *border-right-width: 2px;
 *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu .divider {
 *width: 100%;
  height: 1px;
  margin: 9px 1px;
 *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-menu li > a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}
.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
.nav-list {
  margin-top: 0;
  margin-bottom: 0;
}
/* =============================================================================
   Tab-navigaiton
   ========================================================================== */
.nav {
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
}
.nav-tabs {
 *zoom: 1;
  margin-top: 0;
}
.nav-tabs:before, .nav-tabs:after {
  display: table;
  line-height: 0;
  content: "";
}
.nav-tabs:after {
  clear: both;
}
.nav-tabs > li {
  float: left;
}
.nav-tabs > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 7px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
  background-color: #eeeeee;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
/* =============================================================================
   container
   ========================================================================== */
.container {
  padding-right: 20px;
  padding-left: 20px;
 *zoom: 1;
}
.container:before, .container:after {
  display: table;
  line-height: 0;
  content: "";
}
.container:after {
  clear: both;
}
/* =============================================================================
   footer
   ========================================================================== */
#footer {
  border-top: 1px solid #EEEEEE;
  padding: 10px 0;
  margin-top: 20px;
}
#footer .copy {
  text-align: right;
  font-size: 0.8em;
  color: #CCCCCC;
}
/* =============================================================================
   grid
   ========================================================================== */
.row {
  width: 100%;
 *zoom: 1;
}
.row:before, .row:after {
  display: table;
  line-height: 0;
  content: "";
}
.row:after {
  clear: both;
}
.row [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
 *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row [class*="span"]:first-child {
  margin-left: 0;
}
.row .controls-row [class*="span"] + [class*="span"] {
 margin-left: 2.127659574468085%;
}
.row .span12 {
  width: 100%;
 *width: 99.94680851063829%;
}
.row .span11 {
  width: 91.48936170212765%;
 *width: 91.43617021276594%;
}
.row .span10 {
  width: 82.97872340425532%;
 *width: 82.92553191489361%;
}
.row .span9 {
  width: 74.46808510638297%;
 *width: 74.41489361702126%;
}
.row .span8 {
  width: 65.95744680851064%;
 *width: 65.90425531914893%;
}
.row .span7 {
  width: 57.44680851063829%;
 *width: 57.39361702127659%;
}
.row .span6 {
  width: 48.93617021276595%;
 *width: 48.88297872340425%;
}
.row .span5 {
  width: 40.42553191489362%;
 *width: 40.37234042553192%;
}
.row .span4 {
  width: 31.914893617021278%;
 *width: 31.861702127659576%;
}
.row .span3 {
  width: 23.404255319148934%;
 *width: 23.351063829787233%;
}
.row .span2 {
  width: 14.893617021276595%;
 *width: 14.840425531914894%;
}
.row .span1 {
  width: 6.382978723404255%;
 *width: 6.329787234042553%;
}
/* =============================================================================
   forms
   ========================================================================== */
label, input, button, select, textarea {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}
label {
  display: block;
  margin-bottom: 5px;
}
select, textarea, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"] {
  display: inline-block;
  height: 18px;
  padding: 4px 6px;
 *padding: 1px 4px;
  margin: 2px 0;
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table td select, .table td textarea, .table td input[type="text"], .table td input[type="password"], .table td input[type="email"], .table td input[type="url"], .table td input[type="search"], .table td input[type="tel"] {
  margin-bottom: 0;
}
input, textarea {
  width: 206px;
}
textarea {
  height: 105px;
}
.textarea-small {
  width: 265px;
}
.textarea-medium {
  width: 530px;
}
.textarea-large {
  width: 795px;
}
textarea, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"] {
  background-color: #ffffff;
  border: 1px solid #cccccc;
 *border: 1px solid #7F9DB9;
  -moz-box-shadow: 0 0 0 #000, inset 0px 3px 3px #eee;
  -webkit-box-shadow: 0 0 0 black, inset 0px 3px 3px #EEE;
  box-shadow: 0 0 0 black, inset 0px 3px 3px #EEE;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
 *margin-top: 0;
  line-height: normal;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
  width: auto;
}
select {
  height: 26px;
  padding: 4px;
 *margin-top: 4px;
  line-height: 30px;
  vertical-align: baseline;
 *vertical-align: middle;
}
input[type="file"] {
  width: 250px;
 *width: auto;
  height: 30px;
 *height: 20px;
 *margin-top: 4px;
  line-height: 30px;
}
select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin: 3px 0;
}
select[multiple], select[size] {
  height: auto;
}
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio, .checkbox {
  min-height: 20px;
  padding-left: 20px;
  padding-top: 5px;
 *padding-top: 0;
  white-space: nowrap;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
 *float: none;
 *vertical-align: top;
}
.radio.inline, .checkbox.inline {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline, .radio.inline + .checkbox.inline, .checkbox.inline + .radio.inline {
  margin-left: 15px;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-small {
  width: 70px;
}
.input-medium-s {
  width: 125px;
}
.input-medium {
  width: 250px;
}
.input-medium-l {
  width: 380px;
}
.input-large {
  width: 530px;
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input, textarea, .uneditable-input {
  margin-left: 0;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
  background-color: transparent;
}
.error .help-block, .error .help-inline, .error-text, .form-login .error .hint-label {
  color: #b94a48;
}
.error .checkbox, .error .radio, .error input, .error select, .error textarea, .checkbox.error, .radio.error, input.error, select.error, textarea.error {
  color: #b94a48;
}
.error input, .error select, .error textarea, .form-login .error input, input.error, select.error, textarea.error, .form-login input.error {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.error input:focus, .error select:focus, .error textarea:focus, input:focus.error, select:focus.error, textarea:focus.error {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-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;
}
input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
 color: #b94a48;
 border-color: #ee5f5b;
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
 border-color: #e9322d;
 -webkit-box-shadow: 0 0 6px #f8b9b7;
 -moz-box-shadow: 0 0 6px #f8b9b7;
 box-shadow: 0 0 6px #f8b9b7;
}
input[type="checkbox"].check-text, input[type="radio"].radio-text {
  margin-top: 7px;
 *margin-top:0;
 *vertical-align: middle;
}
input[type="checkbox"].check-select, input[type="radio"].radio-select {
  margin-top: 10px;
 *margin-top: 7px;
}
.form-actions {
  padding: 9px 10px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
 *zoom: 1;
}
.form-actions:before, .form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}
.form-actions.centered {
  text-align: center;
}
.form-actions:after {
  clear: both;
}
.help-block, .help-inline {
  color: #999;
}
.help-block {
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
}
.help-inline {
  display: inline-block;
 *display: inline;
  padding-left: 5px;
 *zoom: 1;
}
.error-text {
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
}
.control-group {
  margin-bottom: 10px;
}
.form-horizontal .control-group {
  margin-bottom: 10px;
 *zoom: 1;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 180px;
  padding-top: 5px;
 *padding-top: 0;
  text-align: right;
}
.form-horizontal .error .control-label {
  padding-top: 2em;
}
.form-list .control-group {
  border-bottom: 1px dotted #DDD;
}
.form-list .control-label {
  padding-top: 0;
  color: #999;
  font-weight: normal;
}
.form-list .control-label, .form-list .controls {
  margin-top: 5px;
  margin-bottom: 10px;
}
.form-horizontal .control-label span, .form-table th span {
  color: #FF0000;
  font-size: 10px;
  font-weight: normal;
}
.form-horizontal .controls {
 *display: inline-block;
 *padding-left: 20px;
  margin-left: 200px;
 *margin-left: 0;
}
.form-horizontal .controls:first-child {
 *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input, .form-horizontal select, .form-horizontal textarea {
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 200px;
}
.form-title {
  background-color: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  padding: 6px 10px;
  margin: 15px 0;
}
.form-title span {
  font-weight: normal;
}
/* =============================================================================
   form folding
   ========================================================================== */
.trigger {
  cursor: pointer;
  overflow: hidden;
}
.trigger:hover {
  background-color: #EEE;
}
.trigger-open, .trigger-close {
  float: right;
}
.trigger-open {
  display: block;
}
.trigger-close {
  display: none;
}
.active .trigger-open {
  display: none;
}
.active .trigger-close {
  display: block;
}
/* =============================================================================
   list
   ========================================================================== */
.number {
  margin-bottom: 10px;
}
.number + .pagination {
  margin-top: -30px;
}
/* =============================================================================
   table
   ========================================================================== */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 10px;
  table-layout: fixed;
}
.table th {
  font-size: 12px;
}
.table th, .table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  border-top: 1px solid #dddddd;
}
.table .td-right {
  text-align: right;
}
.table .td-center {
  text-align: center;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
  white-space: nowrap;
}
.table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
  border-top: 0;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th, .table-condensed td {
  padding: 5px 6px;
}
.table-centerd th, .table-centerd td {
  text-align: center;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
 *border-collapse: collapse;
  border-left: 0;
}
.table-bordered th, .table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
.table-border-non td {
  border: none;
  padding: 3px;
}
.table tbody tr.invalid > td {
  color:#bbb;
}

/* =============================================================================
   pagenation
   ========================================================================== */
.pagination {
  margin-bottom: 10px;
}
.pagination > a, .pagination > b {
  padding: 5px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
/* =============================================================================
   button
   ========================================================================== */
.btn {
  display: inline-block;
 *display: inline;
  padding: 5px 12px;
 *padding: 3px 12px;
  margin: 3px 0;
 *margin-left: .3em;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
 *background-color: #fff;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  border-color: #c5c5c5;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
input[type="submit"].btn {
 *padding:2px 12px;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn:first-child {
 *margin-left: 0;
}
.btn-large {
  padding: 6px 14px;
  font-size: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
 *padding-top: 5px;
 *padding-bottom: 5px;
}
.btn-primary {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  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='#0088cc', endColorstr='#0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-logout {
	color: #ffffff;
	background-color: #CC3300;
	background-image: -moz-linear-gradient(top, #CC3300	, #993300);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CC3300), to(#993300));
	background-image: -webkit-linear-gradient(top, #CC3300, #993300);
	background-image: -o-linear-gradient(top, #CC3300, #993300);
	background-image: linear-gradient(to bottom, #CC3300, #993300);
	background-repeat: repeat-x;
	border-color: #CC3300 #CC3300 #993300;
	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='#CC3300', endColorstr='#993300', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  }
.btn-logout:hover, .btn-logout:active {
	color: #ffffff;
	background-color: #993300;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC3300', endColorstr='#CC3300', GradientType=0);
}
input[type="submit"].btn-primary {
 *border:none;
 *padding:3px 10px;
}
button.btn-primary {
 *border:none;
 *padding:5px 10px;
}
.btn-primary:hover, .btn-primary:active {
  color: #ffffff;
  background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0044cc', endColorstr='#0044cc', GradientType=0);
}
.btn.disabled, .btn[disabled], input[type="submit"].btn-primary.disabled, input[type="submit"].btn-primary[disabled],
.btn.disabled:hover, .btn[disabled]:hover, .btn-primary.disabled:hover, .btn-primary[disabled]:hover {
  cursor: default;
  background-image: none;
  color: #999;
  background-color: #eee;
  border: 1px solid #bbbbbb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0);
}
.btn-group {
  position: relative;
  display: inline-block;
 *display: inline;
 *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
 *zoom: 1;
}
.btn-group:first-child {
 *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .btn-small {
  font-size: 12px;
  text-align: left;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
 *padding-top: 5px;
  padding-right: 8px;
 *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}
.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret, .btn-small .caret, .btn-large .caret {
  margin-top: 6px;
}
.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.close {
  float: right;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/* =============================================================================
   alert
   ========================================================================== */
.alert {
  padding: 8px 14px;
  margin-bottom: 15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert, .alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger, .alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger h4, .alert-error h4 {
  color: #b94a48;
}
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p, .alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
/* =============================================================================
   icon
   ========================================================================== */
.icon, .icon-white {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-bottom;
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
.icon {
  background-image: url("../img/icons.png");
}
.icon-white {
  background-image: url("../img/icons-white.png");
}
.icon-user {
  background-position: 0 0;
}
.icon-cog {
  background-position: -24px 0;
}
.icon-off {
  background-position: -48px 0;
}
.icon-arrow {
  background-position: -72px 0;
}
.icons-white-large, .icons-large {
  display: inline-block;
  width: 28px;
  height: 25px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.icons-white-large {
  background-image: url("../img/icons-white-large.png");
}
.icons-large {
  background-image: url("../img/icons-large.png");
}
i.nav-icon-home {
  background-position: 0 0;
}
i.nav-icon-user {
  background-position: -28px 0;
}
i.nav-icon-subject {
  background-position: -56px 0;
}
i.nav-icon-question {
  background-position: -84px 0;
}
i.nav-icon-stat {
  background-position: -112px 0;
}
i.nav-icon-tool {
  background-position: -140px 0;
}
i.nav-icon-mail {
  background-position: -168px 0;
}
i.nav-icon-info {
  background-position: -196px 0;
}
i.nav-icon-operate {
  background-position: -224px 0;
}
i.nav-icon-help {
  background-position: -252px 0;
}
/* =============================================================================
   labels & badges
   ========================================================================== */
.label, .badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
 *vertical-align: middle;
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-right: 7px;
  padding-left: 7px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
a.label:hover, a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-large {
  font-size: 13px;
  padding: 5px 7px;
}
.label-important, .badge-important {
  background-color: #b94a48;
}
.label-important[href], .badge-important[href] {
  background-color: #953b39;
}
.label-warning, .badge-warning {
  background-color: #f89406;
}
.label-warning[href], .badge-warning[href] {
  background-color: #c67605;
}
.label-success, .badge-success {
  background-color: #468847;
}
.label-success[href], .badge-success[href] {
  background-color: #356635;
}
.label-info, .badge-info {
  background-color: #3a87ad;
}
.label-info[href], .badge-info[href] {
  background-color: #2d6987;
}
.btn .label, .btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label, .btn-mini .badge {
  top: 0;
}
.text-label {
  font-size: 12px;
  font-weight: bold;
}
.text-label.label-important {
  color: #b94a48;
  background: none;
}
.text-label.label-warning {
  color: #c67605;
  background: none;
}
.text-label.label-success {
  color: #468847;
  background: none;
}
.text-label.label-info {
  color: #3a87ad;
  background: none;
}
.text-label.label-red {
  color: #F00;
  background: none;
}
.text-label.label-muted {
  color: #999;
  background: none;
}
.text-note {
  font-size: 10px;
}
.text-note.note-important {
  color: #b94a48;
}
.text-note.note-warning {
  color: #c67605;
}
.text-note.note-success {
  color: #success;
}
.text-note.note-info {
  color: #3a87ad;
}
.text-note.note-muted {
  color: #999;
}
/* =============================================================================
   breadcrumb
   ========================================================================== */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
 *display: inline;
  text-shadow: 0 1px 0 #ffffff;
 *zoom: 1;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
/* =============================================================================
   popup
   ========================================================================== */
.pop {
  background-color: #ffffff;
}
.pop-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.pop-header .close {
  margin-top: 2px;
}
.pop-header .page-title {
  font-size: 1.1em;
  margin: 0;
  line-height: 30px;
}
.pop-body {
  position: relative;
  padding: 20px 15px;
}
.pop .form-horizontal .control-label {
  width: 130px;
}
.pop .form-horizontal .controls {
  margin-left: 150px;
 *margin-left: auto;
}
.pop .form-actions {
  margin-bottom: 0;
  padding-left: 150px;
}
.pop-footer {
  padding: 10px;
  margin-bottom: 0;
  text-align: center;
}
/* =============================================================================
   modal
   ========================================================================== */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
 *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  top: -30%;
}
.modal.fade.in {
  top: 30%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
 *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}
.modal-footer:after {
  clear: both;
}
/* =============================================================================
   loading
   ========================================================================== */
.loading-h img {
  float: left;
  margin-right: 5px;
}
.loading-h span {
  line-height: 26px;
}
.loading-v {
  text-align: center;
  margin: 1em 0;
}
/* =============================================================================
   bar-graph
   ========================================================================== */
.graph {
  height: 24px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top,#f5f5f5,#f9f9f9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f9f9f9);
  background-image: -o-linear-gradient(top,#f5f5f5,#f9f9f9);
  background-image: linear-gradient(to bottom,#f5f5f5,#f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
}
.graph .bar {
  font-size: 14px;
  line-height: 24px;
  text-shadow: none;
  cursor: pointer;
  float: left;
  width: 0;
  height: 100%;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width .6s ease;
     -moz-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.graph .correct-bar {
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top,#149bdf,#0480be);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
  background-image: -webkit-linear-gradient(top,#149bdf,#0480be);
  background-image: -o-linear-gradient(top,#149bdf,#0480be);
  background-image: linear-gradient(to bottom,#149bdf,#0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
}
.graph .wrong-bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: -o-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: linear-gradient(to bottom,#ee5f5b,#c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffc43c35',GradientType=0);
}
.graph .unexecuted-bar {
  background-color: #A3A3A3;
  background-image: -moz-linear-gradient(top, #A3A3A3, #7E7E7E);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#A3A3A3), to(#7E7E7E));
  background-image: -webkit-linear-gradient(top, #A3A3A3, #7E7E7E);
  background-image: -o-linear-gradient(top, #A3A3A3, #7E7E7E);
  background-image: linear-gradient(to bottom, #A3A3A3, #7E7E7E);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3A3A3', endColorstr='#7E7E7E', GradientType=0);
}
.graph .perfect-bar {
  color:#C00000;
  font-weight:bold;
  background-color: #FBCF4D;
  background-image: -moz-linear-gradient(top, #FBCF4D, #F8BD09);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FBCF4D), to(#F8BD09));
  background-image: -webkit-linear-gradient(top, #FBCF4D, #F8BD09);
  background-image: -o-linear-gradient(top, #FBCF4D, #F8BD09);
  background-image: linear-gradient(to bottom, #FBCF4D, #F8BD09);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBCF4D', endColorstr='#F8BD09', GradientType=0);
}
/* =============================================================================
   tooltip
   ========================================================================== */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -12px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}
/* =============================================================================
   common
   ========================================================================== */
.muted {
  color: #999999;
}
.tc {
  text-align: center !important;
}
.tr {
  text-align: right !important;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.hint-wrap {
  position: relative;
}
.hint-label {
  position: absolute;
  top: 10px;
  left: 8px;
  color: #999;
}
.affix {
  position: fixed;
}

.option-replace > .up, 
.group-replace > .up {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  margin-top: 8px;
  border-bottom: 6px solid #000000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
}
.option-replace > .down, 
.group-replace > .down {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  margin-top: 8px;
  border-top: 6px solid #000000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
}
.replace-div {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left:200px;
}
.replace-group-div {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left:200px;
}
.correct-label {
  padding-top: 10px;
  padding-left: 80px;
}
.option-label {
  padding-top: 10px;
  padding-left: 20px;
}
.explanation-label {
  padding-top: 10px;
  padding-left: 250px;
}
.option-div textarea {
  height: 60px;
}
.setting-groups-div {
  width: 800px;
  padding-left: 40px;
  padding-bottom: 20px;
  background-color: #eeeeee;
}
.setting-groups-div label {
  padding-top: 10px;
}
.group-btn-div button {
  margin-top: 10px;
}
img[name=img_set_filename],
img[name=img_visual_filename],
img[name=img_result_filename] {
  pointer-events: none;
}
