/*
/* variables-common.less
/* -------------------------------------------------- */
/*
/* variables-greenblue.less
/* -------------------------------------------------- */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'Meiryo UI', 'MS UI Gothic', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  background-color: #eeedec;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #6699cc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #3973ac;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #eeedec;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  color: #666;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'Meiryo UI', 'MS UI Gothic', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  color: #666;
}
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.h1,
.h2,
.h3 {
  margin-top: 21px;
  margin-bottom: 10px;
}
.h1 small,
.h2 small,
.h3 small,
.h1 .small,
.h2 .small,
.h3 .small {
  font-size: 65%;
}
.h4,
.h5,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 small,
.h5 small,
.h6 small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-size: 75%;
}
.h1 {
  font-size: 36px;
}
.h2 {
  font-size: 30px;
}
.h3 {
  font-size: 24px;
}
.h4 {
  font-size: 18px;
}
.h5 {
  font-size: 14px;
}
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #3cc;
}
a.text-primary:hover {
  color: #29a3a3;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #3cc;
}
a.bg-primary:hover {
  background-color: #29a3a3;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #c3e8ec;
}
a.bg-info:hover {
  background-color: #9dd8e0;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dt.block {
    display: block;
  }
  .dl-horizontal dt.item_name {
    display: block;
    max-width: 30em;
    min-width: 10em;
  }
  .dl-horizontal dt.color {
    display: block;
    max-width: 20em;
    min-width: 6em;
  }
  .dl-horizontal dt.size {
    display: block;
    max-width: 20em;
    min-width: 6em;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 13px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1400px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 992px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1500px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 9px 13px 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #e0e0e0;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e0e0e0;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #e0e0e0;
}
.table .table {
  background-color: #eeedec;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 3px 4px 2px;
}
.table-bordered {
  border: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.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 col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #c3e8ec;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #b0e0e6;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  width: 100%;
  margin-bottom: 15.75px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar;
  border: 1px solid #e0e0e0;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-translation: vertical-to-horizontal;
}
.table-responsive > .table {
  margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
  white-space: nowrap;
}
.table-responsive > .table-bordered {
  border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 35px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  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;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.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 7px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 13px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 26px;
  right: 0;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@media (min-width: 992px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline textarea.form-control {
    display: block;
    width: 100%;
    vertical-align: top;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 992px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active,
.btn[selected] {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 0px rgba(0,0,0,0.125) , inset 0 3px 4px rgba(0,0,0,0.1);
  box-shadow: inset 0 3px 0px rgba(0,0,0,0.125) , inset 0 3px 4px rgba(0,0,0,0.1);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default[selected],
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.btn-default[selected],
.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,
.btn-default.disabled[selected],
.btn-default[disabled][selected],
fieldset[disabled] .btn-default[selected] {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #3cc;
  border-color: #2eb8b8;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary[selected],
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #2babab;
  border-color: #228787;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary[selected],
.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,
.btn-primary.disabled[selected],
.btn-primary[disabled][selected],
fieldset[disabled] .btn-primary[selected] {
  background-color: #3cc;
  border-color: #2eb8b8;
}
.btn-primary .badge {
  color: #3cc;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #3c763d;
  border-color: #336534;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success[selected],
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #2e5b2f;
  border-color: #1f3d1f;
}
.btn-success:active,
.btn-success.active,
.btn-success[selected],
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active,
.btn-success.disabled[selected],
.btn-success[disabled][selected],
fieldset[disabled] .btn-success[selected] {
  background-color: #3c763d;
  border-color: #336534;
}
.btn-success .badge {
  color: #3c763d;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #6699cc;
  border-color: #538cc6;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info[selected],
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #4785c2;
  border-color: #376ea4;
}
.btn-info:active,
.btn-info.active,
.btn-info[selected],
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active,
.btn-info.disabled[selected],
.btn-info[disabled][selected],
fieldset[disabled] .btn-info[selected] {
  background-color: #6699cc;
  border-color: #538cc6;
}
.btn-info .badge {
  color: #6699cc;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #ff9900;
  border-color: #e68a00;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning[selected],
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #d68100;
  border-color: #a86500;
}
.btn-warning:active,
.btn-warning.active,
.btn-warning[selected],
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active,
.btn-warning.disabled[selected],
.btn-warning[disabled][selected],
fieldset[disabled] .btn-warning[selected] {
  background-color: #ff9900;
  border-color: #e68a00;
}
.btn-warning .badge {
  color: #ff9900;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #cc6666;
  border-color: #c65353;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger[selected],
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c24747;
  border-color: #a43737;
}
.btn-danger:active,
.btn-danger.active,
.btn-danger[selected],
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active,
.btn-danger.disabled[selected],
.btn-danger[disabled][selected],
fieldset[disabled] .btn-danger[selected] {
  background-color: #cc6666;
  border-color: #c65353;
}
.btn-danger .badge {
  color: #cc6666;
  background-color: #fff;
}
.btn-link {
  color: #6699cc;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #3973ac;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 13px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 7px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #3cc;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.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-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle: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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 13px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 7px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 7px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 13px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #fafafa;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #fafafa;
  border-color: #6699cc;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 992px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 992px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #eeedec;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 992px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 992px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #eeedec;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14.5px 10px;
  font-size: 18px;
  line-height: 21px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.25px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media (min-width: 992px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form textarea.form-control {
    display: block;
    width: 100%;
    vertical-align: top;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -10px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > button {
  position: relative;
  float: left;
  padding: 6px 10px;
  line-height: 1.5;
  text-decoration: none;
  color: #6699cc;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li > button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:first-child > button {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:last-child > button {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > button:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > button:focus {
  color: #3973ac;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > button,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > button:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > .active > button:focus {
  z-index: 2;
  color: #fff;
  background-color: #3cc;
  border-color: #3cc;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pagination > .disabled > button,
.pagination > .disabled > button:hover,
.pagination > .disabled > button:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span,
.pagination-lg > li > button {
  padding: 10px 13px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination-lg > li:first-child > button {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span,
.pagination-lg > li:last-child > button {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span,
.pagination-sm > li > button {
  padding: 5px 7px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span,
.pagination-sm > li:first-child > button {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span,
.pagination-sm > li:last-child > button {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #3cc;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #29a3a3;
}
.label-success {
  background-color: #3c763d;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #2b542c;
}
.label-info {
  background-color: #6699cc;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #407fbf;
}
.label-warning {
  background-color: #ff9900;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cc7a00;
}
.label-danger {
  background-color: #cc6666;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #bf4040;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #6699cc;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.5;
  background-color: #eeedec;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #6699cc;
}
.thumbnail .caption {
  padding: 9px;
  color: #666;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #9ebd9a;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #90b38b;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #c3e8ec;
  border-color: #8bb8c5;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #7aaebc;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #ccbca0;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #c3b08f;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #d5a3a3;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #ce9192;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #3cc;
  -webkit-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-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #3c763d;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #6699cc;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #ff9900;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #cc6666;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3cc;
  border-color: #3cc;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #d6f5f5;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #c3e8ec;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #b0e0e6;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-inverse {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-inverse {
  color: #a94442;
}
a.list-group-item-inverse .list-group-item-heading {
  color: inherit;
}
a.list-group-item-inverse:hover,
a.list-group-item-inverse:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-inverse.active,
a.list-group-item-inverse.active:hover,
a.list-group-item-inverse.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .panel-collapse > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .panel-collapse > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > .panel-collapse > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .panel-collapse > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .panel-collapse > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .panel-collapse > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .panel-collapse > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .panel-collapse > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .panel-collapse > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .panel-collapse > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .panel-collapse > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .panel-collapse > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .panel-collapse > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .panel-collapse > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .panel-collapse > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .panel-collapse > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .panel-collapse > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .panel-collapse > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .panel-collapse > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .panel-collapse > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .panel-collapse > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .panel-collapse > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .panel-collapse > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .panel-collapse > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .panel-collapse > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .panel-collapse > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .panel-collapse > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .panel-collapse > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .panel-collapse > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .panel-collapse > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .panel-collapse > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .panel-collapse > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .panel-collapse > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .panel-collapse > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .panel-collapse > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .panel-collapse > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .panel-collapse > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-collapse > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .panel-collapse > .panel-body + .table-responsive {
  border-top: 1px solid #e0e0e0;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .panel-collapse > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .panel-collapse > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .panel-collapse > .table-bordered,
.panel > .table-responsive > .table-bordered,
.panel > .panel-collapse > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .panel-collapse > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .panel-collapse > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .panel-collapse > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .panel-collapse > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .panel-collapse > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .panel-collapse > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .panel-collapse > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .panel-collapse > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .panel-collapse > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .panel-collapse > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .panel-collapse > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .panel-collapse > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .panel-collapse > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .panel-collapse > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .panel-collapse > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .panel-collapse > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .panel-collapse > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .panel-collapse > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .panel-collapse > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .panel-collapse > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .panel-collapse > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .panel-collapse > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .panel-collapse > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .panel-collapse > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .panel-collapse > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .panel-collapse > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .panel-collapse > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .panel-collapse > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .panel-collapse > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .panel-collapse > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .panel-collapse > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .panel-collapse > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .panel-collapse > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .panel-collapse > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .panel-collapse > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .panel-collapse > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .panel-collapse > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .panel-collapse > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .panel-collapse > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .panel-collapse > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive,
.panel > .panel-collapse > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-heading + .panel-collapse .table {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #3cc;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3cc;
  border-color: #3cc;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3cc;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3cc;
}
.panel-success {
  border-color: #336534;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #3c763d;
  border-color: #336534;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #336534;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #336534;
}
.panel-info {
  border-color: #538cc6;
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #6699cc;
  border-color: #538cc6;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #538cc6;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #538cc6;
}
.panel-warning {
  border-color: #e68a00;
}
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #ff9900;
  border-color: #e68a00;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e68a00;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e68a00;
}
.panel-danger {
  border-color: #c65353;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #cc6666;
  border-color: #c65353;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #c65353;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #c65353;
}
.panel-success2 {
  border-color: #3c763d;
}
.panel-success2 > .panel-heading {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.panel-success2 > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3c763d;
}
.panel-success2 > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3c763d;
}
.panel-info2 {
  border-color: #31708f;
}
.panel-info2 > .panel-heading {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.panel-info2 > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #31708f;
}
.panel-info2 > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #31708f;
}
.panel-warning2 {
  border-color: #8a6d3b;
}
.panel-warning2 > .panel-heading {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.panel-warning2 > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #8a6d3b;
}
.panel-warning2 > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #8a6d3b;
}
.panel-danger2 {
  border-color: #a94442;
}
.panel-danger2 > .panel-heading {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.panel-danger2 > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #a94442;
}
.panel-danger2 > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #a94442;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.5px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
  font-size: 18px;
  color: inherit;
  font-weight: bold;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 992px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  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-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 992px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 991px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1500px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 991px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1500px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
/* mixins.less
/* -------------------------------------------------- */
.bg-inverse {
  color: #fff;
  background-color: #2e3f51;
}
a.bg-inverse:hover {
  background-color: #1c2630;
}
.label-inverse {
  background-color: #2e3f51;
}
.label-inverse[href]:hover,
.label-inverse[href]:focus {
  background-color: #1c2630;
}
.fa-rotate-45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-inverse {
  color: #fff;
  background-color: #2e3f51;
  border-color: #253241;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse[selected],
.open .dropdown-toggle.btn-inverse {
  color: #fff;
  background-color: #1f2b37;
  border-color: #0f141a;
}
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse[selected],
.open .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active,
.btn-inverse.disabled[selected],
.btn-inverse[disabled][selected],
fieldset[disabled] .btn-inverse[selected] {
  background-color: #2e3f51;
  border-color: #253241;
}
.btn-inverse .badge {
  color: #2e3f51;
  background-color: #fff;
}
/*
.input-group-addon,
.input-group-btn,
.input-group .form-control {
	&:not(:first-child):not(:last-child) {
		border-right: 0;
	}
}
*/
.list-group.list-group-striped > .list-group-item:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-group.list-group-info > .list-group-item {
  background-color: #c3e8ec;
  border-color: #8bb8c5;
  color: #31708f;
}
.list-group.list-group-info.list-group-striped > .list-group-item:nth-child(odd) {
  background-color: #def0f3;
}
.list-group-item[selected] {
  background-color: #2e3f51 !important;
  color: #fff !important;
}
.panel-inverse {
  border-color: #dddfdf;
  padding: 0 1px 1px 1px;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 1px #ccc;
  box-shadow: inset 0 0 0 1px #ccc;
}
.panel-inverse > .panel-heading {
  color: #fff;
  background-color: #405872;
  border-color: #375361;
}
.panel-inverse > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddfdf;
}
.panel-inverse > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddfdf;
}
.panel-inverse .panel-heading {
  margin: -1px;
}
.panel > .table > colgroup + tbody > tr:first-child th,
.panel > .table > colgroup + tbody > tr:first-child td {
  border-top: 0;
}
.panel > .table > colgroup + tbody > tr:first-child th:first-child,
.panel > .table > colgroup + tbody > tr:first-child td:first-child {
  border-top-left-radius: 3px;
}
.panel > .table > colgroup + tbody > tr:first-child th:last-child,
.panel > .table > colgroup + tbody > tr:first-child td:last-child {
  border-top-right-radius: 3px;
}
.table-fixed {
  table-layout: fixed;
}
.table-fixed .error {
  white-space: normal;
}
.table > thead > tr.disabled > th,
.table > tbody > tr.disabled > th,
.table > tfoot > tr.disabled > th,
.table > thead > tr.disabled > td,
.table > tbody > tr.disabled > td,
.table > tfoot > tr.disabled > td {
  background-color: #eeeeee;
  color: #999999;
  opacity: 0.65;
}
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #9ebd9a;
}
.table > thead > tr.success.disabled > th,
.table > tbody > tr.success.disabled > th,
.table > tfoot > tr.success.disabled > th,
.table > thead > tr.success.disabled > td,
.table > tbody > tr.success.disabled > td,
.table > tfoot > tr.success.disabled > td {
  border-color: #bcd1b9;
}
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #ccbca0;
}
.table > thead > tr.warning.disabled > th,
.table > tbody > tr.warning.disabled > th,
.table > tfoot > tr.warning.disabled > th,
.table > thead > tr.warning.disabled > td,
.table > tbody > tr.warning.disabled > td,
.table > tfoot > tr.warning.disabled > td {
  border-color: #ded3c1;
}
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td {
  background-color: #c3e8ec;
  color: #31708f;
  border-color: #8bb8c5;
}
.table > thead > tr.info.disabled > th,
.table > tbody > tr.info.disabled > th,
.table > tfoot > tr.info.disabled > th,
.table > thead > tr.info.disabled > td,
.table > tbody > tr.info.disabled > td,
.table > tfoot > tr.info.disabled > td {
  border-color: #adcdd6;
}
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td {
  background-color: #f2dede;
  color: #a94442;
  border-color: #d5a3a3;
}
.table > thead > tr.danger.disabled > th,
.table > tbody > tr.danger.disabled > th,
.table > tfoot > tr.danger.disabled > th,
.table > thead > tr.danger.disabled > td,
.table > tbody > tr.danger.disabled > td,
.table > tfoot > tr.danger.disabled > td {
  border-color: #e5c6c6;
}
.table > thead > tr.selected > th,
.table > tbody > tr.selected > th,
.table > tfoot > tr.selected > th,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th,
.table > thead > tr.selected > td,
.table > tbody > tr.selected > td,
.table > tfoot > tr.selected > td,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td {
  background-color: #c1e7e7;
  color: #338080;
  border-color: #afe0d8;
}
.table > thead > tr.selected.disabled > th,
.table > tbody > tr.selected.disabled > th,
.table > tfoot > tr.selected.disabled > th,
.table > thead > tr.active.disabled > th,
.table > tbody > tr.active.disabled > th,
.table > tfoot > tr.active.disabled > th,
.table > thead > tr.selected.disabled > td,
.table > tbody > tr.selected.disabled > td,
.table > tfoot > tr.selected.disabled > td,
.table > thead > tr.active.disabled > td,
.table > tbody > tr.active.disabled > td,
.table > tfoot > tr.active.disabled > td {
  border-color: #d4eeea;
}
.brand-primary {
  color: #33cccc;
}
.brand-success {
  color: #3c763d;
}
.brand-info {
  color: #407fbf;
}
.brand-warning {
  color: #cc7a00;
}
.brand-danger {
  color: #bf4040;
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.container-smooth {
  max-width: 1400px;
}
@media (min-width: 1px) {
  .container-smooth {
    width: auto;
  }
}
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}
.btn-label {
  position: relative;
  background: transparent;
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 6px 10px;
  left: -10px;
  border-radius: 3px 0 0 3px;
}
.btn-label.btn-label-right {
  left: auto;
  right: -10px;
  border-radius: 0 3px 3px 0;
}
.btn-lg .btn-label {
  padding: 10px 13px;
  left: -13px;
  border-radius: 5px 0 0 5px;
}
.btn-lg .btn-label.btn-label-right {
  left: auto;
  right: -13px;
  border-radius: 0 5px 5px 0;
}
.btn-sm .btn-label {
  padding: 5px 7px;
  left: -7px;
  border-radius: 2px 0 0 2px;
}
.btn-sm .btn-label.btn-label-right {
  left: auto;
  right: -7px;
  border-radius: 0 2px 2px 0;
}
.btn-xs .btn-label {
  padding: 1px 5px;
  left: -5px;
  border-radius: 2px 0 0 2px;
}
.btn-xs .btn-label.btn-label-right {
  left: auto;
  right: -5px;
  border-radius: 0 2px 2px 0;
}
.nav-tabs-bottom {
  border-bottom: 0;
  border-top: 1px solid #ddd;
}
.nav-tabs-bottom > li {
  margin-bottom: 0;
  margin-top: -1px;
}
.nav-tabs-bottom > li > a {
  border-radius: 0 0 4px 4px;
}
.nav-tabs-bottom > li > a:hover,
.nav-tabs-bottom > li > a:focus,
.nav-tabs-bottom > li.active > a,
.nav-tabs-bottom > li.active > a:hover,
.nav-tabs-bottom > li.active > a:focus {
  border: 1px solid #ddd;
  border-top-color: transparent;
}
.nav-tabs-left {
  border-bottom: 0;
  border-right: 1px solid #ddd;
}
.nav-tabs-left > li {
  margin-bottom: 0;
  margin-right: -1px;
  float: none;
}
.nav-tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  margin-bottom: 2px;
}
.nav-tabs-left > li > a:hover,
.nav-tabs-left > li > a:focus,
.nav-tabs-left > li.active > a,
.nav-tabs-left > li.active > a:hover,
.nav-tabs-left > li.active > a:focus {
  border: 1px solid #ddd;
  border-right-color: transparent;
}
.row > .nav-tabs-left {
  padding-right: 0;
  padding-left: 10px;
  margin-right: -1px;
  position: relative;
  z-index: 1;
}
.row > .nav-tabs-left + .tab-content {
  border-left: 1px solid #ddd;
}
.nav-tabs-right {
  border-bottom: 0;
  border-left: 1px solid #ddd;
}
.nav-tabs-right > li {
  margin-bottom: 0;
  margin-left: -1px;
  float: none;
}
.nav-tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-left: 0;
  margin-bottom: 2px;
}
.nav-tabs-right > li > a:hover,
.nav-tabs-right > li > a:focus,
.nav-tabs-right > li.active > a,
.nav-tabs-right > li.active > a:hover,
.nav-tabs-right > li.active > a:focus {
  border: 1px solid #ddd;
  border-left-color: transparent;
}
.row > .nav-tabs-right {
  padding-left: 0;
  padding-right: 10px;
}
.navmenu,
.navbar-offcanvas {
  width: 300px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
  position: fixed;
  z-index: 1030;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  border-radius: 0;
}
.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
  left: 0;
  right: auto;
  border-width: 0 1px 0 0;
}
.navmenu-fixed-right,
.navbar-offcanvas {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}
.navmenu-nav {
  margin-bottom: 10.5px;
}
.navmenu-nav.dropdown-menu {
  position: static;
  margin: 0;
  padding-top: 0;
  float: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.navbar-offcanvas .navbar-nav {
  margin: 0;
}
@media (min-width: 992px) {
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-offcanvas.offcanvas {
    position: static;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -10px;
  }
  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
  .navbar-offcanvas .navmenu-brand {
    display: none;
  }
}
.navmenu-brand {
  display: block;
  font-size: 18px;
  line-height: 21px;
  padding: 10px 15px;
  margin: 10.5px 0;
}
.navmenu-brand:hover,
.navmenu-brand:focus {
  text-decoration: none;
}
.navmenu-default,
.navbar-default .navbar-offcanvas {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navmenu-default .navmenu-brand,
.navbar-default .navbar-offcanvas .navmenu-brand {
  color: #777;
}
.navmenu-default .navmenu-brand:hover,
.navbar-default .navbar-offcanvas .navmenu-brand:hover,
.navmenu-default .navmenu-brand:focus,
.navbar-default .navbar-offcanvas .navmenu-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navmenu-default .navmenu-text,
.navbar-default .navbar-offcanvas .navmenu-text {
  color: #777;
}
.navmenu-default .navmenu-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-default .navmenu-nav > .dropdown > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navmenu-default .navmenu-nav > .open > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-default .navmenu-nav > .open > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-default .navmenu-nav > .open > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navmenu-default .navmenu-nav > .open > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-default .navmenu-nav > .open > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-default .navmenu-nav > .open > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navmenu-default .navmenu-nav > .dropdown > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.navmenu-default .navmenu-nav.dropdown-menu,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #e7e7e7;
}
.navmenu-default .navmenu-nav.dropdown-menu > .divider,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #f8f8f8;
}
.navmenu-default .navmenu-nav.dropdown-menu > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #d7d7d7;
}
.navmenu-default .navmenu-nav > li > a,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #777;
}
.navmenu-default .navmenu-nav > li > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-default .navmenu-nav > li > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navmenu-default .navmenu-nav > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-default .navmenu-nav > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-default .navmenu-nav > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navmenu-default .navmenu-nav > .disabled > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-default .navmenu-nav > .disabled > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-default .navmenu-nav > .disabled > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navmenu-inverse,
.navbar-inverse .navbar-offcanvas {
  background-color: #222;
  border-color: #080808;
}
.navmenu-inverse .navmenu-brand,
.navbar-inverse .navbar-offcanvas .navmenu-brand {
  color: #999999;
}
.navmenu-inverse .navmenu-brand:hover,
.navbar-inverse .navbar-offcanvas .navmenu-brand:hover,
.navmenu-inverse .navmenu-brand:focus,
.navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navmenu-inverse .navmenu-text,
.navbar-inverse .navbar-offcanvas .navmenu-text {
  color: #999999;
}
.navmenu-inverse .navmenu-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-inverse .navmenu-nav > .dropdown > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navmenu-inverse .navmenu-nav > .open > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-inverse .navmenu-nav > .open > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-inverse .navmenu-nav > .open > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
.navmenu-inverse .navmenu-nav > .open > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-inverse .navmenu-nav > .open > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-inverse .navmenu-nav > .open > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navmenu-inverse .navmenu-nav > .dropdown > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navmenu-inverse .navmenu-nav.dropdown-menu,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #080808;
}
.navmenu-inverse .navmenu-nav.dropdown-menu > .divider,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #222;
}
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #000000;
}
.navmenu-inverse .navmenu-nav > li > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a {
  color: #999999;
}
.navmenu-inverse .navmenu-nav > li > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-inverse .navmenu-nav > li > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navmenu-inverse .navmenu-nav > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-inverse .navmenu-nav > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-inverse .navmenu-nav > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navmenu-inverse .navmenu-nav > .disabled > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-inverse .navmenu-nav > .disabled > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-inverse .navmenu-nav > .disabled > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.alert-fixed-top,
.alert-fixed-bottom {
  position: fixed;
  width: 100%;
  z-index: 1035;
  border-radius: 0;
  margin: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .alert-fixed-top,
  .alert-fixed-bottom {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
  }
}
.alert-fixed-top {
  top: 0;
  border-width: 0 0 1px 0;
}
@media (min-width: 1200px) {
  .alert-fixed-top {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-width: 0 1px 1px 1px;
  }
}
.alert-fixed-bottom {
  bottom: 0;
  border-width: 1px 0 0 0;
}
@media (min-width: 1200px) {
  .alert-fixed-bottom {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-width: 1px 1px 0 1px;
  }
}
.offcanvas {
  display: none;
}
.offcanvas.in {
  display: block;
}
@media (max-width: 991px) {
  .offcanvas-xs {
    display: none;
  }
  .offcanvas-xs.in {
    display: block;
  }
}
@media (max-width: 1199px) {
  .offcanvas-sm {
    display: none;
  }
  .offcanvas-sm.in {
    display: block;
  }
}
@media (max-width: 1499px) {
  .offcanvas-md {
    display: none;
  }
  .offcanvas-md.in {
    display: block;
  }
}
.offcanvas-lg {
  display: none;
}
.offcanvas-lg.in {
  display: block;
}
.canvas-sliding {
  -webkit-transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
  transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
}
.offcanvas-clone {
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: 0px !important;
  right: 0px !important;
  opacity: 0 !important;
}
.table.rowlink td:not(.rowlink-skip),
.table .rowlink td:not(.rowlink-skip) {
  cursor: pointer;
}
.table.rowlink td:not(.rowlink-skip) a,
.table .rowlink td:not(.rowlink-skip) a {
  color: inherit;
  font: inherit;
  text-decoration: inherit;
}
.table-hover.rowlink tr:hover td,
.table-hover .rowlink tr:hover td {
  background-color: #cfcfcf;
}
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
}
.fileinput {
  margin-bottom: 9px;
  display: inline-block;
}
.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileinput .thumbnail > img {
  max-height: 100%;
}
.fileinput .btn {
  vertical-align: middle;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}
.fileinput-inline .fileinput-controls {
  display: inline;
}
.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}
.form-control .fileinput-filename {
  vertical-align: bottom;
}
.fileinput.input-group {
  display: table;
}
.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}
.fileinput.input-group > .btn-file {
  z-index: 1;
}
.fileinput.input-group .fileinput-filename {
  width: 100%;
  left: 30px;
  position: absolute;
  height: 21px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fileinput.input-group .fileinput-filename.block {
  display: block;
}
.fileinput.input-group .fileinput-filename.item_name {
  display: block;
  max-width: 30em;
  min-width: 10em;
}
.fileinput.input-group .fileinput-filename.color {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.fileinput.input-group .fileinput-filename.size {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.fileinput.input-group .form-control {
  overflow: hidden;
}
.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}
.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0;
}
.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}
.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b;
}
.form-group.has-warning .fileinput .thumbnail {
  border-color: #ccbca0;
}
.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}
.form-group.has-error .fileinput .thumbnail {
  border-color: #d5a3a3;
}
.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d;
}
.form-group.has-success .fileinput .thumbnail {
  border-color: #9ebd9a;
}
.input-group-addon:not(:first-child) {
  border-left: 0;
}
/*
 * Very simple jQuery Color Picker
 * https://github.com/tkrotoff/jquery-simplecolorpicker
 *
 * Copyright (C) 2012-2013 Tanguy Krotoff <tkrotoff@gmail.com>
 *
 * Licensed under the MIT license
 */
/**
 * Inspired by Bootstrap Twitter.
 * See https://github.com/twitter/bootstrap/blob/master/less/dropdowns.less
 * See http://twitter.github.com/bootstrap/assets/css/bootstrap.css
 */
.simplecolorpicker.picker: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: '';
}
.simplecolorpicker.picker: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: '';
}
.simplecolorpicker.picker {
  position: absolute;
  top: -20%;
  left: 0;
  z-index: 1051;
  /* Above Bootstrap modal (z-index of 1050) */
  display: none;
  float: left;
  min-width: 160px;
  max-width: 264px;
  padding: 9px 0 0 9px;
  margin: 1px 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: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -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;
}
.simplecolorpicker.inline {
  display: inline-block;
  height: 18px;
  padding: 4px 0;
}
.simplecolorpicker.icon,
.simplecolorpicker span {
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
}
.simplecolorpicker span {
  margin: 0 4px 4px 0;
}
.simplecolorpicker span:hover,
.simplecolorpicker span.selected {
  border: 1px solid black;
}
/*追加*/
.simplecolorpicker.inline {
  display: block;
  height: auto;
}
.simplecolorpicker.icon {
  display: block;
  width: 100px;
  height: 25px;
  text-align: center;
  border: 3px solid #222;
}
.simplecolorpicker.icon i {
  visibility: hidden;
  color: #FFF;
}
.simplecolorpicker span {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #FFF;
  text-align: center;
  border: 3px solid transparent;
}
.simplecolorpicker span i {
  display: table-cell;
  visibility: hidden;
  vertical-align: middle;
  width: 19px;
  height: 19px;
}
.simplecolorpicker span i:active,
.simplecolorpicker span i:focus {
  outline: none;
}
.simplecolorpicker span:hover {
  border-width: 3px;
  outline: none;
}
.simplecolorpicker span.selected {
  border-width: 3px;
}
.simplecolorpicker span.selected i {
  visibility: visible !important;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  z-index: 11151 !important;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  border: none;
}
.datepicker table tr td:active,
.datepicker table tr th:active {
  background-color: #eeeeee;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today[selected],
.datepicker table tr td.today:hover[selected],
.datepicker table tr td.today.disabled[selected],
.datepicker table tr td.today.disabled:hover[selected],
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today[selected],
.datepicker table tr td.today:hover[selected],
.datepicker table tr td.today.disabled[selected],
.datepicker table tr td.today.disabled:hover[selected],
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled[selected],
.datepicker table tr td.today:hover.disabled[selected],
.datepicker table tr td.today.disabled.disabled[selected],
.datepicker table tr td.today.disabled:hover.disabled[selected],
.datepicker table tr td.today[disabled][selected],
.datepicker table tr td.today:hover[disabled][selected],
.datepicker table tr td.today.disabled[disabled][selected],
.datepicker table tr td.today.disabled:hover[disabled][selected],
fieldset[disabled] .datepicker table tr td.today[selected],
fieldset[disabled] .datepicker table tr td.today:hover[selected],
fieldset[disabled] .datepicker table tr td.today.disabled[selected],
fieldset[disabled] .datepicker table tr td.today.disabled:hover[selected] {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge,
.datepicker table tr td.today:hover .badge,
.datepicker table tr td.today.disabled .badge,
.datepicker table tr td.today.disabled:hover .badge {
  color: #ffdb99;
  background-color: #000;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today[selected],
.datepicker table tr td.range.today:hover[selected],
.datepicker table tr td.range.today.disabled[selected],
.datepicker table tr td.range.today.disabled:hover[selected],
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today[selected],
.datepicker table tr td.range.today:hover[selected],
.datepicker table tr td.range.today.disabled[selected],
.datepicker table tr td.range.today.disabled:hover[selected],
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled[selected],
.datepicker table tr td.range.today:hover.disabled[selected],
.datepicker table tr td.range.today.disabled.disabled[selected],
.datepicker table tr td.range.today.disabled:hover.disabled[selected],
.datepicker table tr td.range.today[disabled][selected],
.datepicker table tr td.range.today:hover[disabled][selected],
.datepicker table tr td.range.today.disabled[disabled][selected],
.datepicker table tr td.range.today.disabled:hover[disabled][selected],
fieldset[disabled] .datepicker table tr td.range.today[selected],
fieldset[disabled] .datepicker table tr td.range.today:hover[selected],
fieldset[disabled] .datepicker table tr td.range.today.disabled[selected],
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover[selected] {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today .badge,
.datepicker table tr td.range.today:hover .badge,
.datepicker table tr td.range.today.disabled .badge,
.datepicker table tr td.range.today.disabled:hover .badge {
  color: #f7ca77;
  background-color: #000;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected[selected],
.datepicker table tr td.selected:hover[selected],
.datepicker table tr td.selected.disabled[selected],
.datepicker table tr td.selected.disabled:hover[selected],
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #858585;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected[selected],
.datepicker table tr td.selected:hover[selected],
.datepicker table tr td.selected.disabled[selected],
.datepicker table tr td.selected.disabled:hover[selected],
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled[selected],
.datepicker table tr td.selected:hover.disabled[selected],
.datepicker table tr td.selected.disabled.disabled[selected],
.datepicker table tr td.selected.disabled:hover.disabled[selected],
.datepicker table tr td.selected[disabled][selected],
.datepicker table tr td.selected:hover[disabled][selected],
.datepicker table tr td.selected.disabled[disabled][selected],
.datepicker table tr td.selected.disabled:hover[disabled][selected],
fieldset[disabled] .datepicker table tr td.selected[selected],
fieldset[disabled] .datepicker table tr td.selected:hover[selected],
fieldset[disabled] .datepicker table tr td.selected.disabled[selected],
fieldset[disabled] .datepicker table tr td.selected.disabled:hover[selected] {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected:hover .badge,
.datepicker table tr td.selected.disabled .badge,
.datepicker table tr td.selected.disabled:hover .badge {
  color: #999999;
  background-color: #fff;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #fff;
  background-color: #3cc;
  border-color: #2eb8b8;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active[selected],
.datepicker table tr td.active:hover[selected],
.datepicker table tr td.active.disabled[selected],
.datepicker table tr td.active.disabled:hover[selected],
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #fff;
  background-color: #2babab;
  border-color: #228787;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active[selected],
.datepicker table tr td.active:hover[selected],
.datepicker table tr td.active.disabled[selected],
.datepicker table tr td.active.disabled:hover[selected],
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled[selected],
.datepicker table tr td.active:hover.disabled[selected],
.datepicker table tr td.active.disabled.disabled[selected],
.datepicker table tr td.active.disabled:hover.disabled[selected],
.datepicker table tr td.active[disabled][selected],
.datepicker table tr td.active:hover[disabled][selected],
.datepicker table tr td.active.disabled[disabled][selected],
.datepicker table tr td.active.disabled:hover[disabled][selected],
fieldset[disabled] .datepicker table tr td.active[selected],
fieldset[disabled] .datepicker table tr td.active:hover[selected],
fieldset[disabled] .datepicker table tr td.active.disabled[selected],
fieldset[disabled] .datepicker table tr td.active.disabled:hover[selected] {
  background-color: #3cc;
  border-color: #2eb8b8;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active:hover .badge,
.datepicker table tr td.active.disabled .badge,
.datepicker table tr td.active.disabled:hover .badge {
  color: #3cc;
  background-color: #fff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #3cc;
  border-color: #2eb8b8;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active[selected],
.datepicker table tr td span.active:hover[selected],
.datepicker table tr td span.active.disabled[selected],
.datepicker table tr td span.active.disabled:hover[selected],
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #2babab;
  border-color: #228787;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active[selected],
.datepicker table tr td span.active:hover[selected],
.datepicker table tr td span.active.disabled[selected],
.datepicker table tr td span.active.disabled:hover[selected],
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled[selected],
.datepicker table tr td span.active:hover.disabled[selected],
.datepicker table tr td span.active.disabled.disabled[selected],
.datepicker table tr td span.active.disabled:hover.disabled[selected],
.datepicker table tr td span.active[disabled][selected],
.datepicker table tr td span.active:hover[disabled][selected],
.datepicker table tr td span.active.disabled[disabled][selected],
.datepicker table tr td span.active.disabled:hover[disabled][selected],
fieldset[disabled] .datepicker table tr td span.active[selected],
fieldset[disabled] .datepicker table tr td span.active:hover[selected],
fieldset[disabled] .datepicker table tr td span.active.disabled[selected],
fieldset[disabled] .datepicker table tr td span.active.disabled:hover[selected] {
  background-color: #3cc;
  border-color: #2eb8b8;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #3cc;
  background-color: #fff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #ccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
body.admin .datepicker .datepicker-days table tr td,
body.admin .datepicker .datepicker-days table tr th {
  width: 32px;
  height: 30px;
}
.howl {
  padding: 0;
  list-style: none;
  background-color: #2e3f51;
  border: 1px solid #253241;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.howl:empty {
  display: none;
}
.howl-slot {
  position: relative;
}
.howl-close {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 10px;
  color: #000;
  outline: none !important;
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  text-shadow: none;
}
.howl-message {
  position: relative;
  padding: 10px 30px 13px 65px;
  color: #f0f0f0;
  font-size: 13px;
  font-weight: 500;
  background: transparent;
  text-shadow: 0px 1px #111111;
  -webkit-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 0px -1px rgba(0, 0, 0, 0.23), inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
  -moz-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 0px -1px rgba(0, 0, 0, 0.23), inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 0px -1px rgba(0, 0, 0, 0.23), inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.howl-message:hover .howl-close {
  color: #fff;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.howl-message a {
  color: #f0ad4e;
  text-decoration: none;
}
.howl-message a:hover {
  text-decoration: underline;
}
.howl-title {
  margin-bottom: 4px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  color: #fff;
}
.howl-title:empty {
  display: none;
}
.howl-message-inner:before {
  position: absolute;
  top: 15px;
  left: 18px;
  z-index: 20;
  display: block;
  content: " ";
  height: 13px;
  width: 13px;
  background-color: #999;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.howl-message.howl-danger .howl-message-inner:before {
  background-color: #d9534f;
}
.howl-message.howl-info .howl-message-inner:before {
  background-color: #3498db;
}
.howl-message.howl-success .howl-message-inner:before {
  background-color: #5cb85c;
}
.howl-message.howl-warning .howl-message-inner:before {
  background-color: #ff751a;
}
.howl-icon {
  position: absolute;
  top: 12px;
  left: 15px;
  z-index: 1000;
  width: 1em;
  font-size: 20px;
  text-align: center;
}
.howl-has-icon .howl-message-inner:before {
  display: none !important;
}
.howl-has-icon .howl-icon {
  color: #bbb;
}
.howl-has-icon .howl-success .howl-icon {
  color: #5cb85c;
}
.howl-has-icon .howl-warning .howl-icon {
  color: #ff751a;
}
.howl-has-icon .howl-danger .howl-icon {
  color: #d9534f;
}
.howl-has-icon .howl-info .howl-icon {
  color: #3498db;
}
.howl {
  position: fixed;
  top: auto;
  bottom: 0;
  right: auto;
  left: 50%;
  z-index: 1001;
  width: 300px;
  padding: 0;
  margin: 0;
  margin-left: -150px;
}
@media (min-width: 768px) {
  .howl {
    left: auto;
    right: 0;
    width: 350px;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .howl {
    width: 375px;
  }
}
/* iCheck plugin Square skin
----------------------------------- */
.icheckbox_minimal-blue,
.iradio_minimal-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/img/common/icheck.png) no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_minimal-blue {
  background-position: 0 0;
}
.icheckbox_minimal-blue.hover {
  background-position: -20px 0;
}
.icheckbox_minimal-blue.checked {
  background-position: -40px 0;
}
.icheckbox_minimal-blue.disabled {
  background-position: -60px 0;
  cursor: default;
}
.icheckbox_minimal-blue.checked.disabled {
  background-position: -80px 0;
}
.iradio_minimal-blue {
  background-position: -100px 0;
}
.iradio_minimal-blue.hover {
  background-position: -120px 0;
}
.iradio_minimal-blue.checked {
  background-position: -140px 0;
}
.iradio_minimal-blue.disabled {
  background-position: -160px 0;
  cursor: default;
}
.iradio_minimal-blue.checked.disabled {
  background-position: -180px 0;
}
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .icheckbox_minimal-blue,
  .iradio_minimal-blue {
    background-image: url(/img/common/icheck@2x.png);
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}
/* 追加 */
.icheckbox_minimal-blue,
.iradio_minimal-blue {
  display: inline-block;
  top: -1px;
  margin-right: 0.5em;
  margin-left: -20px;
}
table.table .icheckbox_minimal-blue,
table.table .iradio_minimal-blue {
  margin-left: 0;
}
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .add-on {
  cursor: pointer;
}
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 9px;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 10px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
.bootstrap-timepicker > .fa-clock-o {
  position: absolute;
  top: 10px;
  right: 10px;
}
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker-widget.dropdown-menu {
  max-width: 215px;
}
.bootstrap-timepicker-widget.modal {
  margin: 0;
  width: auto;
}
.bootstrap-timepicker-widget.modal .modal-dialog {
  width: 280px;
}
.bootstrap-timepicker-widget.modal .modal-body {
  padding: 0;
}
.bootstrap-timepicker-widget.modal .modal-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 0;
}
.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}
.bootstrap-timepicker-widget table td input {
  width: 42px;
}
/*
Version: 3.4.3 Timestamp: Tue Sep 17 06:47:14 PDT 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
    */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  height: 28px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 28px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eee 0%, #fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 28px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(/img/common/select2.png) right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
}
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/common/select2.png) no-repeat 0 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 28px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 28px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url(/img/common/select2.png) no-repeat 100% -22px;
  background: url(/img/common/select2.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/img/common/select2.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/img/common/select2.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/img/common/select2.png) no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #fff url(/img/common/select2-spinner.gif) no-repeat 100%;
  background: url(/img/common/select2-spinner.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/img/common/select2-spinner.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/img/common/select2-spinner.gif) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/img/common/select2-spinner.gif) no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url(/img/common/select2-spinner.gif) no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(top, #eee 1%, #fff 15%);
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 28px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(/img/common/select2-spinner.gif) no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(/img/common/select2.png) right top no-repeat;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url(/img/common/select2x2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/*追加*/
.select2-container {
  margin-left: 0 !important;
}
.select2-container .select2-choice {
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ccc;
  background: #fff !important;
  filter: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-container .select2-choice .select2-arrow {
  background: none;
  border: none;
  top: 2px;
  right: 5px;
}
.select2-container .select2-choice .select2-arrow b {
  background-position: 1px 1px;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -17px 1px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-container .select2-choice:hover {
  border-color: #c2c2c2 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.select2-results {
  padding: 0;
  margin-right: 0;
}
.select2-search {
  padding-top: 4px;
}
.select2-drop,
.select2-drop.select2-drop-above {
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-color: #aaa;
  margin-top: -5px;
}
.select2-drop-multi.select2-drop-above {
  margin-top: -1px !important;
}
.select2-container .select2-choice abbr {
  top: 9px;
}
/* .select2-search-choice-close */
.select2-container-multi .select2-choices {
  min-height: 35px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
  padding-bottom: 4px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  background: #f8f8f8;
  height: 22px;
  line-height: 14px;
  margin: 2px 1px 1px 2px;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  padding: 3px 22px 3px 6px;
  border: 1px solid #aaa;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-container-multi .select2-search-choice-close {
  right: 3px;
  top: 4px;
  left: auto;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #e1e1e1;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background: #fff !important;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.select2-container .select2-choice > .select2-chosen i,
.select2-results .select2-result-label i,
.select2-container-multi .select2-choices .select2-search-choice i {
  margin: -1px 6px 0 0;
  height: 15px;
  vertical-align: -2px;
}
.form-control.select2-container {
  height: auto;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-hidden-accessible {
  display: none;
}
.chart-holder {
  position: relative;
  width: 100%;
  height: 300px;
}
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#flotTip {
  padding: 3px 6px !important;
  color: #FFF !important;
  font-size: 11px !important;
  text-align: center !important;
  text-decoration: none !important;
  background-color: #222 !important;
  background-color: rgba(0, 0, 0, 0.75) !important;
  border: 1px solid #000 !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.chart-tooltip {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #fff;
  font-size: 11px;
  padding: 5px 9px;
  border: 1px solid #282828;
  background: #3b3b3b;
  background: -moz-linear-gradient(top, #3b3b3b 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b3b3b), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #3b3b3b 0%, #222222 100%);
  background: -o-linear-gradient(top, #3b3b3b 0%, #222222 100%);
  background: -ms-linear-gradient(top, #3b3b3b 0%, #222222 100%);
  background: linear-gradient(top, #3b3b3b 0%, #222222 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}
.chart-tooltip:after {
  content: '';
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #222222;
  position: absolute;
  bottom: -5px;
  left: 4px;
}
.morris-hover {
  position: absolute;
  z-index: 1000;
}
.morris-hover.morris-default-style {
  padding: 6px;
  color: #444;
  font-size: 12px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
  margin: 0.1em 0;
  white-space: nowrap;
}
/*!
 * FullCalendar v1.6.4 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
}
html .fc,
.fc table {
  font-size: 1em;
}
.fc td,
.fc th {
  padding: 0;
  vertical-align: top;
}
/* Header
------------------------------------------------------------------------*/
.fc-header td {
  white-space: nowrap;
}
.fc-header-left {
  width: 25%;
  text-align: left;
}
.fc-header-center {
  text-align: center;
}
.fc-header-right {
  width: 25%;
  text-align: right;
}
.fc-header-title {
  display: inline-block;
  vertical-align: top;
}
.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap;
}
.fc .fc-header-space {
  padding-left: 10px;
}
.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top;
}
/* buttons edges butting together */
.fc-header .fc-button {
  margin-right: -1px;
}
.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
  /* theme */
  margin-right: 0;
  /* back to normal */
}
/* button layering (for border precedence) */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2;
}
.fc-header .fc-state-down {
  z-index: 3;
}
.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4;
}
/* Content
------------------------------------------------------------------------*/
.fc-content {
  clear: both;
  zoom: 1;
  /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
}
.fc-view {
  width: 100%;
  overflow: hidden;
}
/* Cell Styles
------------------------------------------------------------------------*/
.fc-widget-header,
.fc-widget-content {
  /* <td>, usually */
  border: 1px solid #ddd;
}
.fc-state-highlight {
  /* <td> today cell */
  /* TODO: add .fc-today to <th> */
  background: #fcf8e3;
}
.fc-cell-overlay {
  /* semi-transparent rectangle while dragging */
  background: #bce8f1;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
}
/* Buttons
------------------------------------------------------------------------*/
.fc-button {
  position: relative;
  display: inline-block;
  padding: 0 0.6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.9em;
  white-space: nowrap;
  cursor: pointer;
}
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/*
	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
	and we'll try to make them look good cross-browser.
*/
.fc-text-arrow {
  margin: 0 0.1em;
  font-size: 2em;
  font-family: "Courier New", Courier, monospace;
  vertical-align: baseline;
  /* for IE7 */
}
.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow {
  /* for &lsaquo; &rsaquo; */
  font-weight: bold;
}
/* icon (for jquery ui) */
.fc-button .fc-icon-wrap {
  position: relative;
  float: left;
  top: 50%;
}
.fc-button .ui-icon {
  position: relative;
  float: left;
  margin-top: -50%;
  *margin-top: 0;
  *top: -50%;
}
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  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-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  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;
}
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
/* Global Event Styles
------------------------------------------------------------------------*/
.fc-event-container > * {
  z-index: 8;
}
.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
  z-index: 9;
}
.fc-event {
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  color: #fff;
  /* default TEXT color */
  font-size: 0.85em;
  cursor: default;
}
a.fc-event {
  text-decoration: none;
}
a.fc-event,
.fc-event-draggable {
  cursor: pointer;
}
.fc-rtl .fc-event {
  text-align: right;
}
.fc-event-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fc-event-time,
.fc-event-title {
  padding: 0 1px;
}
.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  /* hacky spaces (IE6/7) */
  font-size: 300%;
  /* */
  line-height: 50%;
  /* */
}
/* Horizontal Events
------------------------------------------------------------------------*/
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px;
}
.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-right-width: 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* resizable */
.fc-event-hori .ui-resizable-e {
  top: 0           !important;
  /* importants override pre jquery ui 1.7 styles */
  right: -3px !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: e-resize;
}
.fc-event-hori .ui-resizable-w {
  top: 0           !important;
  left: -3px !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: w-resize;
}
.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
  /* IE6 had 0 height */
}
/* Reusable Separate-border Table
------------------------------------------------------------*/
table.fc-border-separate {
  border-collapse: separate;
}
.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px;
}
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px;
}
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px;
}
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0;
}
/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
.fc-grid th {
  text-align: center;
}
.fc .fc-week-number {
  width: 22px;
  text-align: center;
}
.fc .fc-week-number div {
  padding: 0 2px;
}
.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px;
}
.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}
.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
  /* distance between events and day edges */
}
/* event styles */
.fc-grid .fc-event-time {
  font-weight: bold;
}
/* right-to-left */
.fc-rtl .fc-grid .fc-day-number {
  float: left;
}
.fc-rtl .fc-grid .fc-event-time {
  float: right;
}
/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
.fc-agenda table {
  border-collapse: separate;
}
.fc-agenda-days th {
  text-align: center;
}
.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal;
}
.fc-agenda .fc-week-number {
  font-weight: bold;
}
.fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
}
/* make axis border take precedence */
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px;
}
.fc-agenda-days .fc-col0 {
  border-left-width: 0;
}
/* all-day area */
.fc-agenda-allday th {
  border-width: 0 1px;
}
.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  /* TODO: doesnt work well in quirksmode */
  _height: 34px;
}
/* divider (between all-day and slots) */
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
}
.fc-widget-header .fc-agenda-divider-inner {
  background: #eee;
}
/* slot rows */
.fc-agenda-slots th {
  border-width: 1px 1px 0;
}
.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none;
}
.fc-agenda-slots td div {
  height: 20px;
}
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0;
}
.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted;
}
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
  /* doesn't work with background in IE6/7 */
}
/* Vertical Events
------------------------------------------------------------------------*/
.fc-event-vert {
  border-width: 0 1px;
}
.fc-event-vert.fc-event-start {
  border-top-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.fc-event-vert.fc-event-end {
  border-bottom-width: 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px;
}
.fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2;
}
.fc-event-vert .fc-event-bg {
  /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none\9;
  /* for IE6/7/8. nested opacity filters while dragging don't work */
}
/* resizable */
.fc-event-vert .ui-resizable-s {
  bottom: 0        !important;
  /* importants override pre jquery ui 1.7 styles */
  width: 100%      !important;
  height: 8px      !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px  !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-agenda .ui-resizable-resizing {
  /* TODO: better selector */
  _overflow: hidden;
}
/*!
 * FullCalendar v1.6.2 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
}
html .fc,
.fc table {
  font-size: 1em;
}
.fc td,
.fc th {
  padding: 0;
  vertical-align: top;
}
/* Header
------------------------------------------------------------------------*/
.fc-header td {
  white-space: nowrap;
}
.fc-header-left {
  width: 25%;
  text-align: left;
}
.fc-header-center {
  text-align: center;
}
.fc-header-right {
  width: 25%;
  text-align: right;
}
.fc-header-title {
  display: inline-block;
  vertical-align: top;
}
.fc-header-title h2 {
  margin-top: 0;
  margin-bottom: 1em;
  white-space: nowrap;
  font-size: 18px;
}
.fc .fc-header-space {
  padding-left: 10px;
}
.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top;
  font-weight: 400;
}
/* Buttons
------------------------------------------------------------------------*/
.fc-button {
  position: relative;
  display: inline-block;
  padding: 0 0.6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.7em;
  white-space: nowrap;
  cursor: pointer;
}
.fc-state-default {
  /* non-theme */
}
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-radius: 4px 0 0 4px;
}
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-radius: 0 4px 4px 0;
}
.fc-state-default.fc-button-today {
  border-radius: 4px;
}
/*
  Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
  and we'll try to make them look good cross-browser.
*/
.fc-text-arrow {
  margin: 0;
  font-size: 1.5em;
  font-family: Courier, monospace;
  vertical-align: baseline;
  /* for IE7 */
}
.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow {
  /* for &lsaquo; &rsaquo; */
  font-weight: 200;
}
/* icon (for jquery ui) */
.fc-button .fc-icon-wrap {
  position: relative;
  float: left;
  top: 50%;
}
.fc-button .ui-icon {
  position: relative;
  float: left;
  margin-top: -50%;
  *margin-top: 0;
  *top: -50%;
}
.fc-state-default {
  color: #888;
  background: #fff;
  border: 1px solid #BBB;
  font-weight: 200;
  transition: background 0.1s linear;
  text-shadow: none;
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #666;
  background-color: #e5412d;
  border-color: #ccc;
  font-weight: 200;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fc-state-hover {
  background-color: #ddd;
  background-image: none;
  outline: 0;
  color: #444;
}
.fc-state-down,
.fc-state-active {
  background-color: #e5412d;
  background-image: none;
  outline: 0;
  color: #fff;
}
.fc-state-down {
  background-color: #888;
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.fc-event {
  background-color: #e5412d;
  border-color: #e5412d;
}
.fc-event.fc-red,
.external-event.fc-red {
  background-color: #e5412d;
  border-color: #e5412d;
}
.fc-event.fc-yellow,
.external-event.fc-yellow {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.fc-event.fc-grey,
.external-event.fc-grey {
  background-color: #888888;
  border-color: #888888;
}
.fc-event.fc-charcoal,
.external-event.fc-charcoal {
  background-color: #444;
  border-color: #444;
}
.external-event {
  display: inline-block;
  margin: 5px 5px;
  padding: 7px 10px;
  background: #e5412d;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
}
.has-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.has-switch:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-switch.switch-mini {
  min-width: 72px;
}
.has-switch.switch-mini span,
.has-switch.switch-mini label {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.has-switch.switch-mini i.switch-mini-icons {
  height: 1.2em;
  line-height: 9px;
  vertical-align: text-top;
  text-align: center;
  transform: scale(0.6);
  margin-top: -1px;
  margin-bottom: -1px;
}
.has-switch.switch-small {
  min-width: 80px;
}
.has-switch.switch-small span,
.has-switch.switch-small label {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.has-switch.switch-large {
  min-width: 120px;
}
.has-switch.switch-large span,
.has-switch.switch-large label {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.has-switch.switch-animate > div {
  -webkit-transition: left 0.5s;
  -ms-transition: left 0.5s;
  transition: left 0.5s;
}
.has-switch.switch-off > div {
  left: -50%;
}
.has-switch.switch-on > div {
  left: 0%;
}
.has-switch.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.has-switch.disabled span,
.has-switch.disabled label {
  cursor: default !important;
}
.has-switch > div {
  display: inline-block;
  width: 150%;
  position: relative;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.has-switch input[type=radio],
.has-switch input[type=checkbox] {
  display: none;
}
.has-switch span,
.has-switch label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  display: inline-block !important;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.has-switch label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 33.33333333%;
  background: #fff;
}
.has-switch label i {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  line-height: 18px;
  pointer-events: none;
}
.has-switch span {
  text-align: center;
  z-index: 1;
  width: 33.33333333%;
}
.has-switch span.switch-left {
  color: #f00;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.has-switch span.switch-right {
  color: #000;
  background: #eeeeee;
}
.has-switch span.switch-primary,
.has-switch span.switch-left {
  color: #fff;
  background: #3cc;
}
.has-switch span.switch-info {
  color: #fff;
  background: #6699cc;
}
.has-switch span.switch-success {
  color: #fff;
  background: #3c763d;
}
.has-switch span.switch-warning {
  background: #ff9900;
  color: #fff;
}
.has-switch span.switch-danger {
  color: #fff;
  background: #cc6666;
}
.has-switch span.switch-default {
  color: #000;
  background: #eeeeee;
}
.originalTextareaInfo {
  width: auto !important;
}
.autosize-animate {
  transition: height 0.2s;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
}
/* ***************************************************************
 * Portlet
 * *************************************************************** */
#content-container .portlet {
  margin-bottom: 2em;
}
#content-container .row.row-marginless {
  margin-bottom: 0 !important;
}
#content-container .row > div .portlet:last-child {
  margin-bottom: 0;
}
#content-container .row.nomargin {
  margin-bottom: 0;
}
/* ***************************************************************
 * Error
 * *************************************************************** */
.error-container {
  margin-top: 1em;
  text-align: center;
}
.error-code {
  display: inline-block;
  vertical-align: top;
  font-size: 100px;
  font-weight: 600;
  line-height: 0.7em;
}
.error-details {
  display: inline-block;
  vertical-align: top;
  margin-top: 4em;
}
.error-details ul {
  text-align: left;
}
@media (min-width: 768px) {
  .error-container {
    margin-top: 2.5em;
  }
  .error-details {
    width: 250px;
    margin-top: 0;
    margin-left: 25px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .error-container {
    margin-top: 5em;
  }
  .error-code {
    font-size: 150px;
  }
  .error-details {
    width: 350px;
    margin-left: 50px;
  }
}
/* ***************************************************************
 * Heading
 * *************************************************************** */
.heading {
  padding-bottom: 8px;
  margin-bottom: 1.35em;
  border-bottom: 1px dotted #CCC;
}
.heading-inline {
  display: inline-block;
}
/* ***************************************************************
 * Dashboard
 * *************************************************************** */
.dashboard-stat {
  position: relative;
  display: block;
  padding: 30px 20px;
  background-color: #eee;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}
.dashboard-stat,
.dashboard-stat:hover,
.dashboard-stat:active,
.dashboard-stat:focus {
  color: #666;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  outline: none;
}
.dashboard-stat i,
.dashboard-stat:hover i,
.dashboard-stat:active i,
.dashboard-stat:focus i {
  color: #e4e4e4;
}
.dashboard-stat:hover {
  background-color: #e6e6e6;
}
.dashboard-stat:hover i {
  color: #dcdcdc;
}
.dashboard-stat:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.dashboard-stat.primary,
.dashboard-stat.primary:hover,
.dashboard-stat.primary:active {
  color: #FFF;
  background-color: #e5412d;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.dashboard-stat.primary i,
.dashboard-stat.primary:hover i,
.dashboard-stat.primary:active i {
  color: #dd301b;
}
.dashboard-stat.primary:hover {
  background-color: #e3351f;
}
.dashboard-stat.primary:hover i {
  color: #d42e1a;
}
.dashboard-stat .details {
  position: relative;
  z-index: 11;
  float: left;
  margin-top: -10px;
  text-align: left;
}
.dashboard-stat .value {
  display: block;
  font-size: 32px;
  font-weight: 600;
}
.dashboard-stat .content {
  display: block;
  margin-bottom: 1em;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.dashboard-stat .visual i {
  position: absolute;
  left: 0;
  left: auto;
  right: 0;
  bottom: 0;
  display: block;
  height: 72px;
  font-size: 72px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  text-shadow: none;
}
.dashboard-stat .more {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.25) !important;
  text-shadow: none;
}
/* ***************************************************************
 * Feed item
 * *************************************************************** */
.feed-item {
  position: relative;
  padding: 0;
  margin: 0;
  padding-top: 22px;
  padding-bottom: 35px;
  padding-left: 40px;
  margin-left: 20px;
  border-left: 2px solid #DDD;
}
.feed-item:last-child {
  padding-bottom: 15px;
}
.feed-item .feed-subject {
  margin-bottom: 1.5em;
}
.feed-item .feed-subject a {
  font-weight: 600;
}
.feed-item .feed-content {
  padding-left: 25px;
}
.feed-item .feed-actions {
  padding: 10px 10px;
  margin-top: 2em;
  border-top: 1px dotted #ccc;
}
.feed-item .feed-actions:before,
.feed-item .feed-actions:after {
  content: " ";
  display: table;
}
.feed-item .feed-actions:after {
  clear: both;
}
.feed-item .feed-actions:before,
.feed-item .feed-actions:after {
  content: " ";
  display: table;
}
.feed-item .feed-actions:after {
  clear: both;
}
.feed-item .feed-actions a {
  color: #999;
  font-size: 13px;
}
.feed-item .feed-actions a:hover {
  text-decoration: none;
  color: #e5412d;
}
.feed-item .feed-actions .pull-left {
  margin: 0 15px 0 0;
}
.feed-item .feed-actions .pull-right {
  margin: 0 0 0 15px;
}
.feed-item .feed-icon {
  position: absolute;
  top: 15px;
  left: -23px;
  width: 40px;
  height: 40px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  background-color: #f0ad4e;
  border: 3px solid #FFF;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}
.feed-item-idea .feed-icon {
  background-color: #f0ad4e;
}
.feed-item-image .feed-icon {
  background-color: #888888;
}
.feed-item-file .feed-icon {
  background-color: #e5412d;
}
.feed-item-bookmark .feed-icon {
  background-color: #555;
}
.feed-item-question .feed-icon {
  background-color: #428bca;
}
.ui-lightbox,
.ui-lightbox-gallery a {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
/* ***************************************************************
 * Pricing plan
 * *************************************************************** */
.pricing-plan {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 25px 15px 25px;
  margin: 0;
  text-align: center;
  background: #FFF;
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.pricing-plan.promoted {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#ededed));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #ededed, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
}
.pricing-plan .pricing-help {
  border-bottom: 1px dotted #000;
}
.pricing-plan .pricing-best-value {
  position: absolute;
  top: 0;
  left: 0;
}
.pricing-plan strong.ui-popover {
  border-bottom: 1px dotted #000;
}
.pricing-plan .pricing-title {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}
.pricing-plan .pricing-price {
  display: block;
}
.pricing-plan .pricing-price .pricing-amount {
  color: #46a546;
  font-size: 32px;
  font-weight: 400;
}
.pricing-plan ul.pricing-details {
  padding: 0;
  margin: 0 0 2em;
}
.pricing-plan ul.pricing-details li {
  list-style: none;
  margin: 0 0 1.65em;
}
/* ***************************************************************
 * Thumbnail
 * *************************************************************** */
.thumbnail-view {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.thumbnail-view img {
  max-width: 100%;
}
.thumbnail-view .thumbnail-view-hover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  background: #111111 url(/img/common/zoom.png) no-repeat 50%;
  z-index: 10;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.thumbnail-view:hover .thumbnail-view-hover {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.thumbnail-footer {
  padding: 7px 10px;
  border-top: 1px dotted #ccc;
}
.thumbnail-footer:before,
.thumbnail-footer:after {
  content: " ";
  display: table;
}
.thumbnail-footer:after {
  clear: both;
}
.thumbnail-footer:before,
.thumbnail-footer:after {
  content: " ";
  display: table;
}
.thumbnail-footer:after {
  clear: both;
}
.thumbnail-footer a {
  color: #999;
  font-size: 12px;
}
.thumbnail-footer a:hover {
  text-decoration: none;
  color: #e5412d;
}
.thumbnail-footer .pull-left a {
  padding: 0 12px 0 0;
}
.thumbnail-footer .pull-right a {
  padding: 0 0 0 12px;
}
/* ***************************************************************
 * Icon list
 * *************************************************************** */
ul.icons-list {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
ul.icons-list > li {
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 1em;
  line-height: 1.65em;
}
ul.icons-list > li > .icon-li {
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 1em;
  font-size: 1.25em;
  text-align: center;
}
ul.icons-list.text-sm {
  font-size: 11px;
}
ul.icons-list.text-md {
  font-size: 13px;
}
ul.icons-list.text-lg {
  font-size: 18px;
}
ul.icons-list.text-xl {
  font-size: 24px;
}
/* ***************************************************************
 * Support list
 * *************************************************************** */
ul.support-list {
  margin-top: 2em;
}
ul.support-list li {
  margin-left: 2.5em;
}
/* ***************************************************************
 * List-group
 * *************************************************************** */
.list-group .list-group-item {
  /*
		i {
			color: #e5412d;
		}
		&.active {
			background-color: ;
			border-color: @list-group-active-bg;
			i {
				color: #fff;
			}
		}
*/
}
.list-group .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3cc;
  border-color: #3cc;
}
.list-group .list-group-item .list-group-chevron {
  float: right;
  margin-top: 5px;
  color: #bbb;
}
.list-group .list-group-item .list-group-chevron + .badge {
  margin-right: 10px;
}
.list-group .list-group-item .badge {
  margin-top: 2px;
}
/* ***************************************************************
 * Media Table
 * *************************************************************** */
.media-table > tbody > tr > td {
  vertical-align: middle;
}
.panel-group .panel {
  overflow: inherit;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel.panel-sm .panel-heading {
  padding: 5px 10px;
}
.panel.panel-sm .panel-heading .panel-title {
  font-size: 14px;
}
.panel.panel-sm .panel-body {
  padding: 8px 10px;
}
.panel.panel-sm .panel-footer {
  padding: 5px 10px;
}
.panel .panel-heading {
  position: relative;
}
.panel .panel-heading:before,
.panel .panel-heading:after {
  content: " ";
  display: table;
}
.panel .panel-heading:after {
  clear: both;
}
.panel .panel-heading:before,
.panel .panel-heading:after {
  content: " ";
  display: table;
}
.panel .panel-heading:after {
  clear: both;
}
.panel .panel-heading .panel-title {
  vertical-align: middle;
  display: inline-block;
}
.panel .panel-toolbar:before,
.panel .panel-toolbar:after {
  content: " ";
  display: table;
}
.panel .panel-toolbar:after {
  clear: both;
}
.panel .panel-toolbar:before,
.panel .panel-toolbar:after {
  content: " ";
  display: table;
}
.panel .panel-toolbar:after {
  clear: both;
}
.panel .panel-tools {
  float: left;
  display: inline-block;
  padding: 0;
  margin: -3px -5px;
}
.panel .panel-tools > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  list-style: none;
}
.panel .panel-tools .btn-icon {
  margin-top: -2px;
  color: #555;
  font-size: 16px;
}
.panel .panel-tools .btn-icon:hover {
  text-decoration: none;
  background-color: #fff;
}
.panel .panel-tools .btn-icon .caret {
  margin-top: -3px;
}
.panel .panel-tools .dropdown-menu {
  left: auto;
  right: 0;
}
.panel .panel-tools .btn.btn-sm {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.panel .panel-tools .btn-group-sm .btn {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.panel .panel-tools .form-control .input-sm {
  display: inline-block;
  width: 125px;
  height: 26px;
}
.panel .panel-tools .progress {
  margin-top: 0;
  margin-bottom: 0;
  width: 125px;
}
.panel .panel-tools .nav-tabs,
.panel .panel-tools .nav-pills {
  margin-bottom: 0;
}
.panel .panel-tools .nav-pills > li > a {
  padding: 2px 9px;
  font-size: 12px;
  font-weight: 600;
}
.panel .panel-tools .nav-pills > li.active > a,
.panel .panel-tools .nav-pills > li.active > a:hover,
.panel .panel-tools .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #555;
}
.panel .table-responsive {
  border-top: 1px solid #e0e0e0;
  margin-bottom: 0;
}
.panel > .table-bordered {
  border-width: 0;
}
.panel > .table-bordered tr th:first-child,
.panel > .table-bordered tr td:first-child {
  border-left-width: 0;
}
.panel > .table-bordered tr th:last-child,
.panel > .table-bordered tr td:last-child {
  border-right-width: 0;
}
.panel > .table-bordered tr:last-child th,
.panel > .table-bordered tr:last-child td {
  border-bottom-width: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td {
  border-bottom-width: 1px;
}
.panel .panel-collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.panel .panel-collapse .row [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.panel .panel-collapse .row.padding {
  margin-left: -8px;
  margin-right: -8px;
}
.panel .panel-collapse .row.padding [class^="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}
.panel > .table > thead > tr:first-child > th,
.panel > .table > thead > tr:first-child > td {
  border-bottom: 1px solid #e0e0e0;
}
.panel > .table > tbody > tr:first-child > th,
.panel > .table > tbody > tr:first-child > td {
  border-top-width: 0;
}
.panel > .table ~ .panel-body,
.panel > .table ~ .table {
  border-top: 1px solid #e0e0e0;
}
.panel .panel-body + .panel-body {
  border-top: 1px solid #ddd;
}
.dt_wrap .table-responsive {
  border-top: 0;
}
.table.dataTable {
  margin: 0;
}
.table.dataTable thead tr:first-child {
  background-color: #f5f5f5;
}
.table.dataTable thead tr:first-child th {
  border-bottom: 0;
}
.table.dataTable th {
  white-space: nowrap;
  cursor: pointer;
}
.table.dataTable th:after {
  margin-left: 0.5em;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  text-align: right;
}
.table.dataTable th.sorting:after {
  content: " ";
}
.table.dataTable th.sorting_asc:after {
  content: "\f0dd";
}
.table.dataTable th.sorting_desc:after {
  content: "\f0de";
}
.table.dataTable td {
  white-space: nowrap;
}
.dt_top {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
}
.dt_top > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-body + .dt_wrap .dt_top,
.table + .dt_wrap .dt_top {
  border-top: 1px solid #ddd;
}
.dt_top .data-count {
  display: inline-block;
  float: left;
  height: 35px;
  line-height: 1.5;
  padding: 6px 10px;
  vertical-align: middle;
}
.dt_bottom {
  padding: 10px 15px;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #f5f5f5;
}
.dataTables_length {
  float: left;
}
.dataTables_length label {
  display: block;
  margin-bottom: 0;
  font-weight: normal;
}
.dataTables_length select {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin: 0;
}
.dataTables_length select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.dataTables_length select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.dataTables_length select:-ms-input-placeholder {
  color: #999999;
}
.dataTables_length select::-webkit-input-placeholder {
  color: #999999;
}
.dataTables_length select[disabled],
.dataTables_length select[readonly],
fieldset[disabled] .dataTables_length select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.dataTables_length select {
  height: auto;
}
.dataTables_length select.xs {
  display: inline-block;
  width: 62px;
}
.dataTables_length select.sm {
  display: inline-block;
  width: 104px;
}
.dataTables_length select.md {
  display: inline-block;
  width: 580px;
}
.dataTables_length select.lg {
  display: block;
  width: 100%;
}
.dataTables_length select:valid ~ .form-control-feedback:before,
.dataTables_length select[readonly]:valid ~ .form-control-feedback:before {
  content: "\e013";
}
.dataTables_filter {
  float: right;
}
.dataTables_filter label {
  display: block;
  margin-bottom: 0;
  font-weight: normal;
}
.dataTables_filter input {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin: 0;
}
.dataTables_filter input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.dataTables_filter input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.dataTables_filter input:-ms-input-placeholder {
  color: #999999;
}
.dataTables_filter input::-webkit-input-placeholder {
  color: #999999;
}
.dataTables_filter input[disabled],
.dataTables_filter input[readonly],
fieldset[disabled] .dataTables_filter input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.dataTables_filter input {
  height: auto;
}
.dataTables_filter input.xs {
  display: inline-block;
  width: 62px;
}
.dataTables_filter input.sm {
  display: inline-block;
  width: 104px;
}
.dataTables_filter input.md {
  display: inline-block;
  width: 580px;
}
.dataTables_filter input.lg {
  display: block;
  width: 100%;
}
.dataTables_filter input:valid ~ .form-control-feedback:before,
.dataTables_filter input[readonly]:valid ~ .form-control-feedback:before {
  content: "\e013";
}
.dataTables_filter + .dataTables_paginate {
  display: none !important;
}
.dataTables_info {
  padding: 6px 0;
  float: left;
  width: auto;
}
.dataTables_paginate {
  float: right;
}
.dataTables_paginate .pagination {
  display: block;
  margin: 0;
}
.dataTables_paginate .pagination:before,
.dataTables_paginate .pagination:after {
  content: " ";
  display: table;
}
.dataTables_paginate .pagination:after {
  clear: both;
}
.dataTables_paginate .pagination:before,
.dataTables_paginate .pagination:after {
  content: " ";
  display: table;
}
.dataTables_paginate .pagination:after {
  clear: both;
}
.dataTables_processing {
  display: inline-block;
  float: left;
  padding: 6px 10px;
}
.dataTables_processing:before {
  content: "\f021";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  margin-right: 0.3em;
}
.tree:before,
.tree:after {
  content: " ";
  display: table;
}
.tree:after {
  clear: both;
}
.tree:before,
.tree:after {
  content: " ";
  display: table;
}
.tree:after {
  clear: both;
}
.tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 10px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.tree ul ul::before,
.tree ul ol::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 10px;
}
.tree ul ol::before {
  top: auto;
  bottom: 100%;
  height: 16px;
}
.tree li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 10px 5px 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.tree li > a,
.tree li > span {
  border: 1px solid #ccc;
  padding: 6px 10px;
  text-decoration: none;
  color: #666;
  font-family: arial, verdana, tahoma;
  font-size: 12px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.tree li > a.success,
.tree li > span.success {
  background-color: #3c763d;
  color: #fff;
  border-color: #336534;
  font-weight: bold;
}
.tree li > a.danger,
.tree li > span.danger {
  background-color: #cc6666;
  color: #fff;
  border-color: #c65353;
  font-weight: bold;
}
.tree li > a.warning,
.tree li > span.warning {
  background-color: #ff9900;
  color: #fff;
  border-color: #e68a00;
  font-weight: bold;
}
.tree li > a.info,
.tree li > span.info {
  background-color: #6699cc;
  color: #fff;
  border-color: #538cc6;
  font-weight: bold;
}
.tree li > a.default,
.tree li > span.default {
  background-color: #fff;
  color: #333;
  border-color: #ccc;
  font-weight: bold;
}
.tree li > a.inverse,
.tree li > span.inverse {
  background-color: #2e3f51;
  color: #fff;
  border-color: #253241;
  font-weight: bold;
}
.tree li > a.primary,
.tree li > span.primary {
  background-color: #3cc;
  color: #fff;
  border-color: #2eb8b8;
  font-weight: bold;
}
.tree li > a.lg,
.tree li > span.lg {
  font-size: 18px;
  padding: 10px 13px;
}
.tree li::before,
.tree li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #ccc;
  width: 50%;
  height: 10px;
}
.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc;
}
.tree li:only-child::after,
.tree li:only-child::before {
  display: none;
}
.tree li:only-child {
  padding-top: 0;
}
.tree li:first-child::before,
.tree li:last-child::after {
  border: 0 none;
}
.tree li:last-child::before {
  border-right: 1px solid #ccc;
  border-radius: 0 4px 0 0;
}
.tree li:first-child::after {
  border-radius: 4px 0 0 0;
}
.tree ol {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  list-style: none;
}
.tree ol > li {
  float: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tree ol > li::before,
.tree ol > li::after {
  border-top: 0;
  top: -5px;
  height: 10px;
}
.tree ol > li:before {
  border-top: 0;
}
.tree ol > li:first-child::after,
.tree ol > li:last-child::before {
  border-radius: 0;
}
/* Alternate style sheet for jQuery Keypad v2.0.0. */
.keypad-with-btn.input-lg + .input-group-btn > .keypad-trigger {
  padding: 10px 13px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  height: 46px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.keypad-group {
  /*
	.form-inline &{
		display:inline-block;
		vertical-align: middle;
		.keypad-with-btn{
			width:220px;
		}
	}
*/
}
img.keypad-trigger {
  margin: 0;
  vertical-align: middle;
}
.keypad-popup,
.keypad-inline,
.keypad-key,
.keypad-special {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'Meiryo UI', 'MS UI Gothic', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
}
.keypad-popup {
  display: none;
  z-index: 100999;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
  border: 1px solid #888;
  border-radius: 0.25em;
  overflow: hidden;
}
.keypad-keyentry {
  display: none;
}
.keypad-inline {
  background-color: #fff;
  border: 1px solid #888;
  border-radius: 0.25em;
}
.keypad-disabled {
  position: absolute;
  z-index: 100999;
  background-color: rgba(255, 255, 255, 0.1);
}
.keypad-rtl {
  direction: rtl;
}
.keypad-prompt {
  clear: both;
  text-align: center;
}
.keypad-prompt.ui-widget-header {
  margin: 0px;
}
.keypad-row {
  width: 100%;
  margin-left: -1px;
  white-space: nowrap;
}
.keypad-key,
.keypad-special {
  width: 65px;
  height: 80px;
  margin: 0px;
  padding: 0;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 0;
  border-right: 0;
  border-bottom: 0;
}
.keypad-key:focus,
.keypad-special:focus,
.keypad-key:active:focus,
.keypad-special:active:focus,
.keypad-key.active:focus,
.keypad-special.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.keypad-key:hover,
.keypad-special:hover,
.keypad-key:focus,
.keypad-special:focus {
  color: #333;
  text-decoration: none;
}
.keypad-key:active,
.keypad-special:active,
.keypad-key.active,
.keypad-special.active,
.keypad-key[selected],
.keypad-special[selected] {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 0px rgba(0,0,0,0.125) , inset 0 3px 4px rgba(0,0,0,0.1);
  box-shadow: inset 0 3px 0px rgba(0,0,0,0.125) , inset 0 3px 4px rgba(0,0,0,0.1);
}
.keypad-key.disabled,
.keypad-special.disabled,
.keypad-key[disabled],
.keypad-special[disabled],
fieldset[disabled] .keypad-key,
fieldset[disabled] .keypad-special {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.keypad-key:hover,
.keypad-special:hover,
.keypad-key:focus,
.keypad-special:focus,
.keypad-key:active,
.keypad-special:active,
.keypad-key.active,
.keypad-special.active,
.keypad-key[selected],
.keypad-special[selected],
.open .dropdown-toggle.keypad-key,
.open .dropdown-toggle.keypad-special {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.keypad-key:active,
.keypad-special:active,
.keypad-key.active,
.keypad-special.active,
.keypad-key[selected],
.keypad-special[selected],
.open .dropdown-toggle.keypad-key,
.open .dropdown-toggle.keypad-special {
  background-image: none;
}
.keypad-key.disabled,
.keypad-special.disabled,
.keypad-key[disabled],
.keypad-special[disabled],
fieldset[disabled] .keypad-key,
fieldset[disabled] .keypad-special,
.keypad-key.disabled:hover,
.keypad-special.disabled:hover,
.keypad-key[disabled]:hover,
.keypad-special[disabled]:hover,
fieldset[disabled] .keypad-key:hover,
fieldset[disabled] .keypad-special:hover,
.keypad-key.disabled:focus,
.keypad-special.disabled:focus,
.keypad-key[disabled]:focus,
.keypad-special[disabled]:focus,
fieldset[disabled] .keypad-key:focus,
fieldset[disabled] .keypad-special:focus,
.keypad-key.disabled:active,
.keypad-special.disabled:active,
.keypad-key[disabled]:active,
.keypad-special[disabled]:active,
fieldset[disabled] .keypad-key:active,
fieldset[disabled] .keypad-special:active,
.keypad-key.disabled.active,
.keypad-special.disabled.active,
.keypad-key[disabled].active,
.keypad-special[disabled].active,
fieldset[disabled] .keypad-key.active,
fieldset[disabled] .keypad-special.active,
.keypad-key.disabled[selected],
.keypad-special.disabled[selected],
.keypad-key[disabled][selected],
.keypad-special[disabled][selected],
fieldset[disabled] .keypad-key[selected],
fieldset[disabled] .keypad-special[selected] {
  background-color: #fff;
  border-color: #ccc;
}
.keypad-key .badge,
.keypad-special .badge {
  color: #fff;
  background-color: #333;
}
.keypad-row .keypad-key:first-child,
.keypad-row .keypad-special:first-child {
  border-left: 0;
}
.keypad-special {
  width: 65px;
}
.keypad-spacebar {
  width: 65px;
}
.keypad-tab {
  width: 65px;
}
.keypad-space {
  display: inline-block;
  margin: 0px;
  width: 65px;
}
.keypad-half-space {
  display: inline-block;
  margin: 0px 0px;
  width: 32.5px;
}
.keypad-close,
.keypad-enter {
  height: 160px;
  margin-top: -80px;
}
.keypad-close {
  width: 130px;
}
.keypad-clear,
.keypad-back,
.keypad-close,
.keypad-shift {
  font-weight: bold;
}
.is-keypad.form-control,
.is-keypad.form-control[readonly] {
  cursor: pointer;
  background-color: #fff;
}
.is-keypad.form-control[disabled],
.is-keypad.form-control[readonly][disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
.numpad[readonly] {
  background-color: #fff;
  cursor: pointer;
}
.numpad-popup .keypad-clear {
  width: 195px;
}
.numpad-popup .keypad-cancel,
.numpad-popup .keypad-back {
  width: 130px;
  font-weight: normal;
}
.numpad-popup .keypad-W0 {
  width: 130px;
}
.numpad-popup .keypad-close {
  width: 130px;
  height: 240px;
  margin-top: -160px;
}
.kanapad[readonly] {
  background-color: #fff;
  cursor: pointer;
}
.kanapad-popup .keypad-clear,
.kanapad-popup .keypad-back,
.kanapad-popup .keypad-close,
.kanapad-popup .keypad-cancel {
  width: 130px;
}
.list-group-hidden-menu {
  overflow-x: hidden;
}
.list-group-item {
  position: relative;
}
.list-group-item > .list-group-item-body {
  padding-right: 36px;
}
.list-group-item > .list-group-show-menu {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 36px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid transparent;
  background-color: transparent;
}
.list-group-item > .list-group-show-menu:focus,
.list-group-item > .list-group-show-menu:active:focus,
.list-group-item > .list-group-show-menu.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.list-group-item > .list-group-show-menu:hover,
.list-group-item > .list-group-show-menu:focus {
  color: #333;
  text-decoration: none;
}
.list-group-item > .list-group-show-menu:active,
.list-group-item > .list-group-show-menu.active,
.list-group-item > .list-group-show-menu[selected] {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 0px rgba(0,0,0,0.125) , inset 0 3px 4px rgba(0,0,0,0.1);
  box-shadow: inset 0 3px 0px rgba(0,0,0,0.125) , inset 0 3px 4px rgba(0,0,0,0.1);
}
.list-group-item > .list-group-show-menu.disabled,
.list-group-item > .list-group-show-menu[disabled],
fieldset[disabled] .list-group-item > .list-group-show-menu {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list-group-item.open > .list-group-show-menu {
  border-right-color: #e0e0e0;
}
.list-group-item > .list-group-submenu {
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -100%;
  padding: 10px 15px;
  white-space: nowrap;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-width: 1px 0;
  z-index: 2;
}
.list-group-item > .list-group-submenu > li {
  padding-left: 0;
  float: right;
  display: block;
  list-style: none;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  height: 100%;
  vertical-align: middle;
}
.list-group-item > .list-group-submenu > li > .btn {
  height: 100%;
}
.list-group-item.open > .list-group-submenu {
  display: block;
}
/*
.list-group {
	overflow: hidden;
	border-left: 1px solid rgb(221, 221, 221);
	border-right: 1px solid rgb(221, 221, 221);
}
.list-group-item:first-child, .list-group-item:last-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	overflow: hidden;
}
.list-group-item {
	border-left: 0px solid rgb(221, 221, 221);
	border-right: 0px solid rgb(221, 221, 221);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.list-group-item > .show-menu {
	position: absolute;
	height: 100%; width:24px;
	top: 0px; right: 0px;
	background-color: rgba(51, 51, 51, 0.2);
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.list-group-item > .show-menu > span {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	padding: 0px 5px;
}
.list-group-submenu {
	position: absolute;
	top: 0px;
	right: -88px;
	white-space: nowrap;
	list-style: none;
	padding-left: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.list-group-submenu .list-group-submenu-item {
	float: right;
	white-space: nowrap;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: rgb(51, 51, 51);
	color: rgb(235, 235, 235);
}
.list-group-item.open {
	margin-left: -88px;
}
.list-group-item.open > .show-menu {
	right: 88px;
}
.list-group-item.open .list-group-submenu{
	right: 0px;
}
.list-group-submenu .list-group-submenu-item.primary {
	color: rgb(255, 255, 255);
	background-color: rgb(50, 118, 177);
}
.list-group-submenu .list-group-submenu-item.success {
	color: rgb(255, 255, 255);
	background-color: rgb(92, 184, 92);
}
.list-group-submenu .list-group-submenu-item.info {
	color: rgb(255, 255, 255);
	background-color: rgb(57, 179, 215);
}
.list-group-submenu .list-group-submenu-item.warning {
	color: rgb(255, 255, 255);
	background-color: rgb(240, 173, 78);
}
.list-group-submenu .list-group-submenu-item.danger {
	color: rgb(255, 255, 255);
	background-color: rgb(217, 83, 79);
}
*/
/*
/* plot.less
/* -------------------------------------------------- */
/*rules for the plot target div.  These will be cascaded down to all plot elements according to css rules*/
.jqplot-target {
  position: relative;
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'Meiryo UI', 'MS UI Gothic', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1em;
  /*    height: 300px;
    width: 400px;*/
}
/*rules applied to all axes*/
.jqplot-axis {
  font-size: 0.75em;
}
.jqplot-xaxis {
  margin-top: 10px;
}
.jqplot-x2axis {
  margin-bottom: 10px;
}
.jqplot-yaxis {
  margin-right: 10px;
}
.jqplot-y2axis,
.jqplot-y3axis,
.jqplot-y4axis,
.jqplot-y5axis,
.jqplot-y6axis,
.jqplot-y7axis,
.jqplot-y8axis,
.jqplot-y9axis,
.jqplot-yMidAxis {
  margin-left: 10px;
  margin-right: 10px;
}
/*rules applied to all axis tick divs*/
.jqplot-axis-tick,
.jqplot-xaxis-tick,
.jqplot-yaxis-tick,
.jqplot-x2axis-tick,
.jqplot-y2axis-tick,
.jqplot-y3axis-tick,
.jqplot-y4axis-tick,
.jqplot-y5axis-tick,
.jqplot-y6axis-tick,
.jqplot-y7axis-tick,
.jqplot-y8axis-tick,
.jqplot-y9axis-tick,
.jqplot-yMidAxis-tick {
  position: absolute;
  white-space: pre;
}
.jqplot-xaxis-tick {
  top: 0px;
  /* initial position untill tick is drawn in proper place */
  left: 15px;
  /*    padding-top: 10px;*/
  vertical-align: top;
}
.jqplot-x2axis-tick {
  bottom: 0px;
  /* initial position untill tick is drawn in proper place */
  left: 15px;
  /*    padding-bottom: 10px;*/
  vertical-align: bottom;
}
.jqplot-yaxis-tick {
  right: 0px;
  /* initial position untill tick is drawn in proper place */
  top: 15px;
  /*    padding-right: 10px;*/
  text-align: right;
}
.jqplot-yaxis-tick.jqplot-breakTick {
  right: -20px;
  margin-right: 0px;
  padding: 1px 5px 1px 5px;
  /*background-color: white;*/
  z-index: 2;
  font-size: 1.5em;
}
.jqplot-y2axis-tick,
.jqplot-y3axis-tick,
.jqplot-y4axis-tick,
.jqplot-y5axis-tick,
.jqplot-y6axis-tick,
.jqplot-y7axis-tick,
.jqplot-y8axis-tick,
.jqplot-y9axis-tick {
  left: 0px;
  /* initial position untill tick is drawn in proper place */
  top: 15px;
  /*    padding-left: 10px;*/
  /*    padding-right: 15px;*/
  text-align: left;
}
.jqplot-yMidAxis-tick {
  text-align: center;
  white-space: nowrap;
}
.jqplot-xaxis-label {
  margin-top: 10px;
  font-size: 11pt;
  position: absolute;
}
.jqplot-x2axis-label {
  margin-bottom: 10px;
  font-size: 11pt;
  position: absolute;
}
.jqplot-yaxis-label {
  margin-right: 10px;
  /*    text-align: center;*/
  font-size: 11pt;
  position: absolute;
}
.jqplot-yMidAxis-label {
  font-size: 11pt;
  position: absolute;
}
.jqplot-y2axis-label,
.jqplot-y3axis-label,
.jqplot-y4axis-label,
.jqplot-y5axis-label,
.jqplot-y6axis-label,
.jqplot-y7axis-label,
.jqplot-y8axis-label,
.jqplot-y9axis-label {
  /*    text-align: center;*/
  font-size: 11pt;
  margin-left: 10px;
  position: absolute;
}
.jqplot-meterGauge-tick {
  font-size: 0.75em;
  color: #999999;
}
.jqplot-meterGauge-label {
  font-size: 1em;
  color: #999999;
}
table.jqplot-table-legend {
  border-collapse: separate;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
}
table.jqplot-table-legend,
table.jqplot-cursor-legend {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #cccccc;
  position: absolute;
  font-size: 0.75em;
}
td.jqplot-table-legend {
  padding: 3px;
  vertical-align: middle;
}
/*
These rules could be used instead of assigning
element styles and relying on js object properties.
*/
/*
td.jqplot-table-legend-swatch {
    padding-top: 0.5em;
    text-align: center;
}

tr.jqplot-table-legend:first td.jqplot-table-legend-swatch {
    padding-top: 0px;
}
*/
td.jqplot-seriesToggle:hover,
td.jqplot-seriesToggle:active {
  cursor: pointer;
}
.jqplot-table-legend .jqplot-series-hidden {
  text-decoration: line-through;
}
div.jqplot-table-legend-swatch-outline {
  border: 1px solid #cccccc;
  padding: 1px;
}
div.jqplot-table-legend-swatch {
  width: 0px;
  height: 0px;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
}
.jqplot-title {
  top: 0px;
  left: 0px;
  padding-bottom: 0.5em;
  font-size: 1.2em;
}
table.jqplot-cursor-tooltip {
  border: 1px solid #cccccc;
  font-size: 0.75em;
}
.jqplot-cursor-tooltip {
  border: 1px solid #cccccc;
  font-size: 0.75em;
  white-space: nowrap;
  background: rgba(208, 208, 208, 0.5);
  padding: 1px;
}
.jqplot-highlighter-tooltip,
.jqplot-canvasOverlay-tooltip {
  border: 1px solid #cccccc;
  font-size: 12px;
  white-space: nowrap;
  background: #ffffff;
  padding: 0.5em;
}
.jqplot-point-label {
  font-size: 0.75em;
  z-index: 2;
}
td.jqplot-cursor-legend-swatch {
  vertical-align: middle;
  text-align: center;
}
div.jqplot-cursor-legend-swatch {
  width: 1.2em;
  height: 0.7em;
}
.jqplot-error {
  /*   Styles added to the plot target container when there is an error go here.*/
  text-align: center;
}
.jqplot-error-message {
  /*    Styling of the custom error message div goes here.*/
  position: relative;
  top: 46%;
  display: inline-block;
}
div.jqplot-bubble-label {
  font-size: 0.8em;
  /*    background: rgba(90%, 90%, 90%, 0.15);*/
  padding-left: 2px;
  padding-right: 2px;
  color: #333333;
}
div.jqplot-bubble-label.jqplot-bubble-label-highlight {
  background: rgba(230, 230, 230, 0.7);
}
div.jqplot-noData-container {
  text-align: center;
  background-color: rgba(245, 245, 245, 0.3);
}
/*!
 * Datetimepicker for Bootstrap v3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px;
}
.bootstrap-datetimepicker-widget.bottom:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.bottom:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.top:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.top:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  position: absolute;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%;
}
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #999999;
}
.bootstrap-datetimepicker-widget td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3cc;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #3cc;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #3cc;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td span.old {
  color: #999999;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget th.switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}
@media screen and (max-width: 767px) {
  .bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 283px;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -ms-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    -ms-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
/*
/* Utility.less
/* -------------------------------------------------- */
.inline-block {
  display: inline-block;
}
.hide {
  display: none !important;
}
.clear {
  clear: both;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-overflow.block {
  display: block;
}
.text-overflow.item_name {
  display: block;
  max-width: 30em;
  min-width: 10em;
}
.text-overflow.color {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.text-overflow.size {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.wrap-normal {
  white-space: normal!important;
  word-wrap: break-word !important;
  word-break: break-all !important;
}
@media all {
  .page-break {
    display: none;
  }
}
@media print {
  .page-break {
    display: block;
    page-break-before: always;
    min-height: 10px;
  }
}
.vam {
  vertical-align: middle;
}
table.vam > thead > tr th,
.table.vam > thead > tr th,
table.vam > tbody > tr th,
.table.vam > tbody > tr th,
table.vam > thead > tr td,
.table.vam > thead > tr td,
table.vam > tbody > tr td,
.table.vam > tbody > tr td {
  vertical-align: middle;
}
.table-input-height > thead > tr > th,
.table-input-height > tbody > tr > th,
.table-input-height > thead > tr > td,
.table-input-height > tbody > tr > td {
  min-height: 35px;
  line-height: 35px;
}
.table-input-height > thead > tr > th table,
.table-input-height > tbody > tr > th table,
.table-input-height > thead > tr > td table,
.table-input-height > tbody > tr > td table {
  line-height: 1.5;
}
.table-input-height-lg > thead > tr > th,
.table-input-height-lg > tbody > tr > th,
.table-input-height-lg > thead > tr > td,
.table-input-height-lg > tbody > tr > td {
  min-height: 46px;
  line-height: 46px;
}
.table-input-height-lg > thead > tr > th table,
.table-input-height-lg > tbody > tr > th table,
.table-input-height-lg > thead > tr > td table,
.table-input-height-lg > tbody > tr > td table {
  line-height: 1.33;
}
.input-height {
  min-height: 35px;
  line-height: 35px;
  vertical-align: middle;
}
.input-height .checkbox input[type="checkbox"],
.input-height .radio input[type="radio"],
.input-height .checkbox-inline input[type="checkbox"],
.input-height .radio-inline input[type="radio"] {
  float: none;
  line-height: inherit;
}
/* Pagination
=================================================================== */
.pagination > li {
  display: none;
}
.pagination > li:first-child,
.pagination > li:first-child + li,
.pagination > li:last-child {
  display: inline;
}
.pagination > li.active,
.pagination > li.active + li,
.pagination > li.active + li + li,
.pagination > li.active + li + li + li,
.pagination > li.active + li + li + li + li {
  display: inline;
}
/* Background
=================================================================== */
.bg-white {
  background-color: #fff;
}
/* Barcode Font
=================================================================== */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 1, 2014 */
@font-face {
  font-family: 'code39regular';
  src: url('../fonts/code39-webfont.eot');
  src: url('../fonts/code39-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/code39-webfont.woff') format('woff'), url('../fonts/code39-webfont.ttf') format('truetype'), url('../fonts/code39-webfont.svg#code39regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Margin
=================================================================== */
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb13 {
  margin-bottom: 13px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt13 {
  margin-top: 13px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml13 {
  margin-left: 13px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr13 {
  margin-right: 13px !important;
}
/* Width
=================================================================== */
.em1 {
  width: 1em !important;
}
.em2 {
  width: 2em !important;
}
.em3 {
  width: 3em !important;
}
.em4 {
  width: 4em !important;
}
.em5 {
  width: 5em !important;
}
.em6 {
  width: 6em !important;
}
.em7 {
  width: 7em !important;
}
.em8 {
  width: 8em !important;
}
.em9 {
  width: 9em !important;
}
.em10 {
  width: 10em !important;
}
.em11 {
  width: 11em !important;
}
.em12 {
  width: 12em !important;
}
.em13 {
  width: 13em !important;
}
.em14 {
  width: 14em !important;
}
.em15 {
  width: 15em !important;
}
.em16 {
  width: 16em !important;
}
.em17 {
  width: 17em !important;
}
.em18 {
  width: 18em !important;
}
.em19 {
  width: 19em !important;
}
.em20 {
  width: 20em !important;
}
.em21 {
  width: 21em !important;
}
.em22 {
  width: 22em !important;
}
.em23 {
  width: 23em !important;
}
.em24 {
  width: 24em !important;
}
.em25 {
  width: 25em !important;
}
.em26 {
  width: 26em !important;
}
.em27 {
  width: 27em !important;
}
.em28 {
  width: 28em !important;
}
.em29 {
  width: 29em !important;
}
.em30 {
  width: 30em !important;
}
.em31 {
  width: 31em !important;
}
.em32 {
  width: 32em !important;
}
.em33 {
  width: 33em !important;
}
.em34 {
  width: 34em !important;
}
.em35 {
  width: 35em !important;
}
.em36 {
  width: 36em !important;
}
.em37 {
  width: 37em !important;
}
.em38 {
  width: 38em !important;
}
.em39 {
  width: 39em !important;
}
.em40 {
  width: 40em !important;
}
.em41 {
  width: 41em !important;
}
.em42 {
  width: 42em !important;
}
.em43 {
  width: 43em !important;
}
.em44 {
  width: 44em !important;
}
.em45 {
  width: 45em !important;
}
.em46 {
  width: 46em !important;
}
.em47 {
  width: 47em !important;
}
.em48 {
  width: 48em !important;
}
.em49 {
  width: 49em !important;
}
.em50 {
  width: 50em !important;
}
.w100 {
  width: 100% !important;
}
.w90 {
  width: 90% !important;
}
.w80 {
  width: 80% !important;
}
.w70 {
  width: 70% !important;
}
.w60 {
  width: 60% !important;
}
.w50 {
  width: 50% !important;
}
.w45 {
  width: 45% !important;
}
.w40 {
  width: 40% !important;
}
.w33 {
  width: 33.333% !important;
}
.w30 {
  width: 30% !important;
}
.w25 {
  width: 25% !important;
}
.w20 {
  width: 20% !important;
}
.w10 {
  width: 10% !important;
}
.form-control.xs {
  display: inline-block;
  width: 62px;
}
.form-control.sm {
  display: inline-block;
  width: 104px;
}
.form-control.md {
  display: inline-block;
  width: 580px;
}
.form-control.lg {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .form-inline .form-control.xs {
    display: inline-block;
    width: 62px;
  }
  .form-inline .form-control.sm {
    display: inline-block;
    width: 104px;
  }
  .form-inline .form-control.md {
    display: inline-block;
    width: 300px;
  }
  .form-inline .form-control.lg {
    display: inline-block;
    width: 580px;
  }
}
.fz8 {
  font-size: 8px !important;
}
.fz9 {
  font-size: 9px !important;
}
.fz10 {
  font-size: 10px !important;
}
.fz11 {
  font-size: 11px !important;
}
.fz12 {
  font-size: 12px !important;
}
.fz13 {
  font-size: 13px !important;
}
.fz14 {
  font-size: 14px !important;
}
.fz15 {
  font-size: 15px !important;
}
.fz16 {
  font-size: 16px !important;
}
.fz17 {
  font-size: 17px !important;
}
.fz18 {
  font-size: 18px !important;
}
.fz19 {
  font-size: 19px !important;
}
.fz20 {
  font-size: 20px !important;
}
.fz21 {
  font-size: 21px !important;
}
.fz22 {
  font-size: 22px !important;
}
.fz23 {
  font-size: 23px !important;
}
.fz24 {
  font-size: 24px !important;
}
.fz25 {
  font-size: 25px !important;
}
.fz26 {
  font-size: 26px !important;
}
.fz27 {
  font-size: 27px !important;
}
.fz28 {
  font-size: 28px !important;
}
.fz29 {
  font-size: 29px !important;
}
.fz30 {
  font-size: 30px !important;
}
.bold {
  font-weight: bold !important;
}
.clear {
  clear: both;
}
.error {
  color: #cc6666;
  font-weight: bold;
}
p.error {
  margin: 5px 0 0;
}
.underline {
  text-decoration: underline;
}
hr.no-border {
  border-top: 0;
}
/*
/* layout.less
/* -------------------------------------------------- */
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}
/* 大枠
=================================================================== */
#wrap {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #eeedec;
  background-image: none;
}
#wrap.test_mode {
  background-color: orange;
}
#gnav {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  width: 150px;
  height: 100%;
  background: #121920 none 0 0 repeat;
  z-index: 900;
}
#gnav h1 {
  display: block;
  width: 150px;
  height: 143px;
  margin: 0;
  padding: 0;
  background-color: #3cc;
  background-image: url("/img/1/logo.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
#gnav h1 img {
  display: block;
  width: 150px;
  height: 143px;
  visibility: hidden;
}
#gnav > ul {
  padding-left: 0;
  list-style: none;
  display: block;
  width: 150px;
  padding-top: 40px;
}
#gnav > ul > li {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  text-align: center;
}
#gnav > ul > li.active a {
  color: #3cc;
}
#gnav > ul > li.active a:hover {
  color: #3cc;
}
#gnav > ul > li > a {
  color: #292f35;
}
#gnav > ul > li > a:hover {
  color: #55626f;
}
#gnav > ul.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
#tnav {
  height: 45px;
  padding-left: 150px;
  border-bottom: 1px solid #dddfdf;
  background: #f5f5f5 none 0 0 repeat;
  z-index: 9997;
  box-shadow: none;
}
#tnav:before,
#tnav:after {
  content: " ";
  display: table;
}
#tnav:after {
  clear: both;
}
#tnav:before,
#tnav:after {
  content: " ";
  display: table;
}
#tnav:after {
  clear: both;
}
#tnav > ul {
  display: block;
  width: auto;
  height: 45px;
  margin: 0;
  padding: 0;
  padding-left: 0;
  list-style: none;
  color: #666;
  font-size: 12px;
}
#tnav > ul:before,
#tnav > ul:after {
  content: " ";
  display: table;
}
#tnav > ul:after {
  clear: both;
}
#tnav > ul:before,
#tnav > ul:after {
  content: " ";
  display: table;
}
#tnav > ul:after {
  clear: both;
}
#tnav > ul > li {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #dddfdf;
  box-shadow: inset 1px 0 1px #fff, inset 0 0 3px #fff;
}
#tnav > ul > li > .item {
  padding: 5px 7px 4px;
  line-height: 31px;
}
#tnav > ul > li > .item .form-control {
  margin: 0;
}
#tnav > ul > li > a,
#tnav > ul > li > .btn-group > a {
  display: block;
  float: left;
  height: 44px;
  padding: 7px 7px 6px;
  line-height: 31px;
  vertical-align: middle;
  color: #888;
}
#tnav > ul > li > a:hover,
#tnav > ul > li > .btn-group > a:hover {
  background-color: #3cc;
  color: #fff;
}
#tnav > ul > li > a:focus,
#tnav > ul > li > .btn-group > a:focus {
  outline: none;
}
#tnav > ul > li .fa {
  font-size: 14px;
}
#tnav > ul.left {
  float: left;
}
#tnav > ul.right {
  border-left: 1px solid #dddfdf;
}
#tnav #choose-color-li {
  padding-left: 6px;
  padding-right: 6px;
}
#tnav #choose-color-li .simplecolorpicker.icon {
  width: 24px;
  border: 0;
}
#tnav .dropdown-toggle {
  color: #888;
}
#tnav .dropdown-menu-large {
  top: 45px;
  left: 150px;
  z-index: 9999;
}
#tnav #tnav_staff_name {
  width: 10em;
}
@media (max-width: 991px) {
  #tnav {
    height: auto;
  }
  #tnav > ul {
    clear: both;
    float: none!important;
  }
  #tnav > ul.collapse {
    display: none;
  }
  #tnav > ul.collapse.in {
    display: block;
  }
  #tnav > ul > li {
    display: block;
    border: 1px solid #dddfdf;
    border-width: 1px 0 0 0;
  }
  #tnav > ul.right .dropdown-toggle {
    display: none;
  }
  #tnav > ul.right .dropdown-menu {
    display: block;
    position: static;
    float: none !important;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
  }
  #tnav > ul.right .dropdown-menu > li > a,
  #tnav > ul.right .dropdown-menu .dropdown-header {
    padding: 6px 10px;
  }
  #tnav > ul.right .dropdown-menu > li > a {
    line-height: 21px;
  }
  #tnav > ul.right .dropdown-menu > li > a:hover,
  #tnav > ul.right .dropdown-menu > li > a:focus {
    background-image: none;
  }
  #tnav > ul.right .dropdown-menu > li {
    border-top: 1px solid #dddfdf;
  }
  #tnav #tnav-toggle {
    margin: 1px;
  }
  #tnav #tnav_staff_name {
    width: 100%;
  }
  #tnav #choose-color-li {
    padding: 5px 7px;
  }
  #tnav .dropdown-menu.pull-right {
    right: auto;
    left: 0;
  }
}
#main {
  padding-left: 190px;
  padding-top: 35px;
  padding-bottom: 40px;
  padding-right: 40px;
}
#main:before,
#main:after {
  content: " ";
  display: table;
}
#main:after {
  clear: both;
}
#main:before,
#main:after {
  content: " ";
  display: table;
}
#main:after {
  clear: both;
}
#main .container-fluid.p0 {
  padding-left: 0;
  padding-right: 0;
}
#left {
  width: 960px;
  float: left;
  margin-right: 30px;
}
#left:before,
#left:after {
  content: " ";
  display: table;
}
#left:after {
  clear: both;
}
#left:before,
#left:after {
  content: " ";
  display: table;
}
#left:after {
  clear: both;
}
#right {
  width: -webkit-calc(100% -  960px  -  30px );
  width: calc(100% -  960px  -  30px );
  float: right;
}
#right:before,
#right:after {
  content: " ";
  display: table;
}
#right:after {
  clear: both;
}
#right:before,
#right:after {
  content: " ";
  display: table;
}
#right:after {
  clear: both;
}
#right > .row {
  margin-left: 0;
  margin-right: 0;
}
#right-main {
  float: left;
  width: -webkit-calc(100% -  30%  -  30px );
  width: calc(100% -  30%  -  30px );
}
#right-sub {
  float: right;
  width: 30%;
}
#panel-lock {
  position: fixed;
  top: 200px;
  bottom: auto;
  left: 50%;
  right: auto;
  width: 640px;
  margin-left: -320px;
  z-index: -2;
  display: none;
}
body.locked #panel-lock {
  display: block;
  z-index: 109999;
  border-color: transparent;
}
#panel-lock figure {
  text-align: center;
  margin-top: 30px;
}
#panel-lock figure .fa {
  font-size: 300px;
  color: #66b3b3;
}
#panel-lock fieldset {
  width: 320px;
  margin: -20px auto 14px;
}
#panel-lock .info {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
}
#overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: -1;
}
body.locked #overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #3cc;
  opacity: 0.9;
}
.slide-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 150px;
  width: 320px;
  height: 100%;
  background-color: #34b2b2;
  border-left: 1px solid #121920;
  color: #FFF;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: visibility 0s linear 0.2s;
  -ms-transition: visibility 0s linear 0.2s;
  transition: visibility 0s linear 0.2s;
}
.slide-menu.show {
  visibility: visible;
  z-index: 9998;
  -webkit-transition: z-index 0s linear 0.2s;
  -ms-transition: z-index 0s linear 0.2s;
  transition: z-index 0s linear 0.2s;
}
.slide-menu .slidemenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slide-menu .slidemenu-list li {
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: 1px solid #288a8a;
  box-shadow: inset 0 1px 0 #55cece;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slide-menu .slidemenu-list li:last-child {
  border-bottom: 0;
}
.slide-menu .slidemenu-list a {
  display: block;
  padding: 10px;
  color: #fff;
  line-height: 29px;
}
.slide-menu .slidemenu-list a:hover {
  text-decoration: none;
}
.slide-menu .slidemenu-list a .icon {
  min-width: 40px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 3px;
}
#content {
  background-color: #eeedec;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 1;
}
#content:before,
#content:after {
  content: " ";
  display: table;
}
#content:after {
  clear: both;
}
#content:before,
#content:after {
  content: " ";
  display: table;
}
#content:after {
  clear: both;
}
#content.show {
  -webkit-transform: translate(320px, 0);
  -ms-transform: translate(320px, 0);
  transform: translate(320px, 0);
}
#content.test_mode {
  background-color: orange;
}
body.menu-closed #gnav {
  width: 45px;
  overflow: hidden;
}
body.menu-closed #gnav > ul {
  width: 45px;
  padding-top: 10px;
}
body.menu-closed #gnav > ul > li {
  height: 45px;
  line-height: 45px;
  font-size: 20px;
}
body.menu-closed #gnav > ul > li > a {
  display: block;
  width: 45px;
  height: 45px;
}
body.menu-closed #gnav > ul > li .fa,
body.menu-closed #gnav > ul > li .fa-stack {
  font-size: 20px !important;
}
body.menu-closed #gnav > ul > li .fa-stack-2x {
  line-height: 45px;
}
body.menu-closed #gnav > ul > li .fa-stack-1x {
  line-height: 45px;
  font-size: 10px !important;
}
body.menu-closed #logo {
  width: 45px;
  height: auto;
  background-image: none;
}
body.menu-closed #logo img {
  width: 100%;
  height: auto;
  visibility: visible;
}
body.menu-closed #tnav {
  padding-left: 45px;
}
body.menu-closed #main {
  padding-left: 85px;
}
body.menu-closed .slide-menu {
  left: 45px;
}
@media (max-width: 1199px) {
  body #gnav {
    width: 45px;
    overflow: hidden;
  }
  body #gnav > ul {
    width: 45px;
    padding-top: 10px;
  }
  body #gnav > ul > li {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
  body #gnav > ul > li > a {
    display: block;
    width: 45px;
    height: 45px;
  }
  body #gnav > ul > li .fa,
  body #gnav > ul > li .fa-stack {
    font-size: 20px !important;
  }
  body #gnav > ul > li .fa-stack-2x {
    line-height: 45px;
  }
  body #gnav > ul > li .fa-stack-1x {
    line-height: 45px;
    font-size: 10px !important;
  }
  body #logo {
    width: 45px;
    height: auto;
    background-image: none;
  }
  body #logo img {
    width: 100%;
    height: auto;
    visibility: visible;
  }
  body #tnav {
    padding-left: 45px;
  }
  body #main {
    padding-left: 85px;
  }
  body .slide-menu {
    left: 45px;
  }
  body .hide-gnav-btn {
    display: none;
  }
}
body.menu-hide #gnav {
  display: none  !important;
  visibility: hidden  !important;
}
body.menu-hide #tnav {
  padding-left: 0 !important;
}
body.menu-hide #main {
  padding-left: 25px !important;
  padding-top: 15px !important;
}
body.main_xga #main {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
/*
/* element.less
/* -------------------------------------------------- */
#main .page-header:first-child {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'Meiryo UI', 'MS UI Gothic', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  color: #666;
  margin-top: 21px;
  margin-bottom: 10px;
  font-size: 36px;
}
#main .page-header:first-child small,
#main .page-header:first-child .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
#main .page-header:first-child small,
#main .page-header:first-child .small {
  font-size: 65%;
}
.num {
  -webkit-font-smoothing: antialiased;
}
.en:before {
  content: "\5186";
  display: inline-block;
  font-size: 0.7em;
}
.list-group > .list-group-item:before,
.list-group > .list-group-item:after {
  content: " ";
  display: table;
}
.list-group > .list-group-item:after {
  clear: both;
}
.list-group > .list-group-item:before,
.list-group > .list-group-item:after {
  content: " ";
  display: table;
}
.list-group > .list-group-item:after {
  clear: both;
}
.list-group > .list-group-item label {
  display: block;
  margin-bottom: 0;
}
.tab-content.panel {
  border-radius: 0 0 4px 4px;
}
.form-control:valid ~ .form-control-feedback:before,
.form-control[readonly]:valid ~ .form-control-feedback:before {
  content: "\e013";
}
.btn.loading .fa:before {
  content: "\f110";
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.modal-center-wrapper {
  position: relative;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ds-btn {
  padding: 0;
  margin: 0 -10px 20px;
}
.panel .ds-btn {
  padding-left: 10px;
  padding-right: 10px;
}
.ds-btn:before,
.ds-btn:after {
  content: " ";
  display: table;
}
.ds-btn:after {
  clear: both;
}
.ds-btn:before,
.ds-btn:after {
  content: " ";
  display: table;
}
.ds-btn:after {
  clear: both;
}
.ds-btn.col6 .item {
  width: 16.66666667%;
}
.ds-btn.col5 .item {
  width: 20%;
}
.ds-btn.col4 .item {
  width: 25%;
}
.ds-btn.col3 .item {
  width: 33.33333333%;
}
.ds-btn.col2 .item {
  width: 50%;
}
.ds-btn.col1 .item {
  width: 100%;
  float: none;
}
@media (max-width: 992px) {
  .ds-btn.col6 .item,
  .ds-btn.col5 .item,
  .ds-btn.col4 .item,
  .ds-btn.col3 .item,
  .ds-btn.col2 .item {
    width: 100%;
    float: none;
  }
}
.ds-btn .item {
  list-style: none;
  float: left;
  padding: 10px;
}
.ds-btn .item .btn {
  display: block;
  width: 100%;
  overflow: hidden;
}
.ds-btn .item .btn > .fa,
.ds-btn .item .btn > .fa-stack > .fa {
  float: left;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin: 0;
  font-size: 28px;
  vertical-align: middle;
}
.ds-btn .item .btn > .fa-stack > .fa-stack-1x {
  font-size: 14px;
}
.ds-btn .item .btn > .text {
  display: block;
  float: right;
  width: -webkit-calc(100% -  49px );
  width: calc(100% -  49px );
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ds-btn .item .btn > .text small {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ds-btn.ds-btn-2x .item .btn {
  padding: 10px 13px;
}
.ds-btn.ds-btn-2x .item .btn > .fa,
.ds-btn.ds-btn-2x .item .btn > .fa-stack > .fa {
  float: left;
  width: 84px;
  height: 84px;
  line-height: 84px;
  margin: 0;
  font-size: 56px;
  vertical-align: middle;
}
.ds-btn.ds-btn-2x .item .btn > .fa-stack > .fa-stack-1x {
  font-size: 14px;
}
.ds-btn.ds-btn-2x .item .btn > .text {
  display: block;
  float: right;
  width: -webkit-calc(100% -  98px );
  width: calc(100% -  98px );
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 28px;
}
.ds-btn.ds-btn-2x .item .btn > .text small {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btns {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.btns > ul {
  padding-left: 0;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  display: table-row;
  border-top: 1px solid #e0e0e0;
}
.btns > ul:first-child > li {
  border-top: 0;
}
.btns > ul > li {
  display: table-cell;
  width: 1%;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
.btns > ul > li:first-child {
  border-left: 0;
}
.btns > ul > li button {
  display: block;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  padding-bottom: 3px;
  text-align: center;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-size: 14px;
  line-height: 0;
  vertical-align: middle;
  color: #666;
  border-color: #ccc;
  border: 0;
  -webkit-box-shadow: inset 0 -7px rgba(0,0,0,.08), inset 0 1px 1px  rgba(255,255,255,.3);
  box-shadow: inset 0 -7px rgba(0,0,0,.08), inset 0 1px 1px  rgba(255,255,255,.3);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
	&,
	&.btn-info,
	&.btn-success,
	&.btn-warning,
	&.btn-danger,
	&.btn-inverse,
	&.btn-primary{
		&.disabled,
		&[disabled]{
			cursor: not-allowed;
			pointer-events: none; // Future-proof disabling of clicks
			.opacity(.65);
			.box-shadow(inset 0 7px 0px #d5d5d5);
			&,
			&:hover,
			&:focus,
			&:active,
			&.active {
				background-color: #e5e5e5;
				border-color: @btn-default-border;
			}
		}
	}
	*/
  background-color: transparent;
  color: #777;
}
.btns > ul > li button:hover,
.btns > ul > li button:focus,
.btns > ul > li button:active,
.btns > ul > li button.active,
.btns > ul > li button[selected],
.open .dropdown-toggle.btns > ul > li button {
  color: #666;
  background-color: rgba(0, 0, 0, 0);
  border-color: #adadad;
}
.btns > ul > li button:active,
.btns > ul > li button.active,
.btns > ul > li button[selected],
.open .dropdown-toggle.btns > ul > li button {
  background-image: none;
}
.btns > ul > li button.disabled,
.btns > ul > li button[disabled],
fieldset[disabled] .btns > ul > li button,
.btns > ul > li button.disabled:hover,
.btns > ul > li button[disabled]:hover,
fieldset[disabled] .btns > ul > li button:hover,
.btns > ul > li button.disabled:focus,
.btns > ul > li button[disabled]:focus,
fieldset[disabled] .btns > ul > li button:focus,
.btns > ul > li button.disabled:active,
.btns > ul > li button[disabled]:active,
fieldset[disabled] .btns > ul > li button:active,
.btns > ul > li button.disabled.active,
.btns > ul > li button[disabled].active,
fieldset[disabled] .btns > ul > li button.active,
.btns > ul > li button.disabled[selected],
.btns > ul > li button[disabled][selected],
fieldset[disabled] .btns > ul > li button[selected] {
  background-color: transparent;
  border-color: #ccc;
}
.btns > ul > li button .badge {
  color: transparent;
  background-color: #666;
}
.btns > ul > li button.btn-info {
  color: #fff;
  background-color: #6699cc;
  border-color: #538cc6;
}
.btns > ul > li button.btn-info:hover,
.btns > ul > li button.btn-info:focus,
.btns > ul > li button.btn-info:active,
.btns > ul > li button.btn-info.active,
.btns > ul > li button.btn-info[selected],
.open .dropdown-toggle.btns > ul > li button.btn-info {
  color: #fff;
  background-color: #4785c2;
  border-color: #376ea4;
}
.btns > ul > li button.btn-info:active,
.btns > ul > li button.btn-info.active,
.btns > ul > li button.btn-info[selected],
.open .dropdown-toggle.btns > ul > li button.btn-info {
  background-image: none;
}
.btns > ul > li button.btn-info.disabled,
.btns > ul > li button.btn-info[disabled],
fieldset[disabled] .btns > ul > li button.btn-info,
.btns > ul > li button.btn-info.disabled:hover,
.btns > ul > li button.btn-info[disabled]:hover,
fieldset[disabled] .btns > ul > li button.btn-info:hover,
.btns > ul > li button.btn-info.disabled:focus,
.btns > ul > li button.btn-info[disabled]:focus,
fieldset[disabled] .btns > ul > li button.btn-info:focus,
.btns > ul > li button.btn-info.disabled:active,
.btns > ul > li button.btn-info[disabled]:active,
fieldset[disabled] .btns > ul > li button.btn-info:active,
.btns > ul > li button.btn-info.disabled.active,
.btns > ul > li button.btn-info[disabled].active,
fieldset[disabled] .btns > ul > li button.btn-info.active,
.btns > ul > li button.btn-info.disabled[selected],
.btns > ul > li button.btn-info[disabled][selected],
fieldset[disabled] .btns > ul > li button.btn-info[selected] {
  background-color: #6699cc;
  border-color: #538cc6;
}
.btns > ul > li button.btn-info .badge {
  color: #6699cc;
  background-color: #fff;
}
.btns > ul > li button.btn-success {
  color: #fff;
  background-color: #3c763d;
  border-color: #336534;
}
.btns > ul > li button.btn-success:hover,
.btns > ul > li button.btn-success:focus,
.btns > ul > li button.btn-success:active,
.btns > ul > li button.btn-success.active,
.btns > ul > li button.btn-success[selected],
.open .dropdown-toggle.btns > ul > li button.btn-success {
  color: #fff;
  background-color: #2e5b2f;
  border-color: #1f3d1f;
}
.btns > ul > li button.btn-success:active,
.btns > ul > li button.btn-success.active,
.btns > ul > li button.btn-success[selected],
.open .dropdown-toggle.btns > ul > li button.btn-success {
  background-image: none;
}
.btns > ul > li button.btn-success.disabled,
.btns > ul > li button.btn-success[disabled],
fieldset[disabled] .btns > ul > li button.btn-success,
.btns > ul > li button.btn-success.disabled:hover,
.btns > ul > li button.btn-success[disabled]:hover,
fieldset[disabled] .btns > ul > li button.btn-success:hover,
.btns > ul > li button.btn-success.disabled:focus,
.btns > ul > li button.btn-success[disabled]:focus,
fieldset[disabled] .btns > ul > li button.btn-success:focus,
.btns > ul > li button.btn-success.disabled:active,
.btns > ul > li button.btn-success[disabled]:active,
fieldset[disabled] .btns > ul > li button.btn-success:active,
.btns > ul > li button.btn-success.disabled.active,
.btns > ul > li button.btn-success[disabled].active,
fieldset[disabled] .btns > ul > li button.btn-success.active,
.btns > ul > li button.btn-success.disabled[selected],
.btns > ul > li button.btn-success[disabled][selected],
fieldset[disabled] .btns > ul > li button.btn-success[selected] {
  background-color: #3c763d;
  border-color: #336534;
}
.btns > ul > li button.btn-success .badge {
  color: #3c763d;
  background-color: #fff;
}
.btns > ul > li button.btn-warning {
  color: #fff;
  background-color: #ff9900;
  border-color: #e68a00;
}
.btns > ul > li button.btn-warning:hover,
.btns > ul > li button.btn-warning:focus,
.btns > ul > li button.btn-warning:active,
.btns > ul > li button.btn-warning.active,
.btns > ul > li button.btn-warning[selected],
.open .dropdown-toggle.btns > ul > li button.btn-warning {
  color: #fff;
  background-color: #d68100;
  border-color: #a86500;
}
.btns > ul > li button.btn-warning:active,
.btns > ul > li button.btn-warning.active,
.btns > ul > li button.btn-warning[selected],
.open .dropdown-toggle.btns > ul > li button.btn-warning {
  background-image: none;
}
.btns > ul > li button.btn-warning.disabled,
.btns > ul > li button.btn-warning[disabled],
fieldset[disabled] .btns > ul > li button.btn-warning,
.btns > ul > li button.btn-warning.disabled:hover,
.btns > ul > li button.btn-warning[disabled]:hover,
fieldset[disabled] .btns > ul > li button.btn-warning:hover,
.btns > ul > li button.btn-warning.disabled:focus,
.btns > ul > li button.btn-warning[disabled]:focus,
fieldset[disabled] .btns > ul > li button.btn-warning:focus,
.btns > ul > li button.btn-warning.disabled:active,
.btns > ul > li button.btn-warning[disabled]:active,
fieldset[disabled] .btns > ul > li button.btn-warning:active,
.btns > ul > li button.btn-warning.disabled.active,
.btns > ul > li button.btn-warning[disabled].active,
fieldset[disabled] .btns > ul > li button.btn-warning.active,
.btns > ul > li button.btn-warning.disabled[selected],
.btns > ul > li button.btn-warning[disabled][selected],
fieldset[disabled] .btns > ul > li button.btn-warning[selected] {
  background-color: #ff9900;
  border-color: #e68a00;
}
.btns > ul > li button.btn-warning .badge {
  color: #ff9900;
  background-color: #fff;
}
.btns > ul > li button.btn-danger {
  color: #fff;
  background-color: #cc6666;
  border-color: #c65353;
}
.btns > ul > li button.btn-danger:hover,
.btns > ul > li button.btn-danger:focus,
.btns > ul > li button.btn-danger:active,
.btns > ul > li button.btn-danger.active,
.btns > ul > li button.btn-danger[selected],
.open .dropdown-toggle.btns > ul > li button.btn-danger {
  color: #fff;
  background-color: #c24747;
  border-color: #a43737;
}
.btns > ul > li button.btn-danger:active,
.btns > ul > li button.btn-danger.active,
.btns > ul > li button.btn-danger[selected],
.open .dropdown-toggle.btns > ul > li button.btn-danger {
  background-image: none;
}
.btns > ul > li button.btn-danger.disabled,
.btns > ul > li button.btn-danger[disabled],
fieldset[disabled] .btns > ul > li button.btn-danger,
.btns > ul > li button.btn-danger.disabled:hover,
.btns > ul > li button.btn-danger[disabled]:hover,
fieldset[disabled] .btns > ul > li button.btn-danger:hover,
.btns > ul > li button.btn-danger.disabled:focus,
.btns > ul > li button.btn-danger[disabled]:focus,
fieldset[disabled] .btns > ul > li button.btn-danger:focus,
.btns > ul > li button.btn-danger.disabled:active,
.btns > ul > li button.btn-danger[disabled]:active,
fieldset[disabled] .btns > ul > li button.btn-danger:active,
.btns > ul > li button.btn-danger.disabled.active,
.btns > ul > li button.btn-danger[disabled].active,
fieldset[disabled] .btns > ul > li button.btn-danger.active,
.btns > ul > li button.btn-danger.disabled[selected],
.btns > ul > li button.btn-danger[disabled][selected],
fieldset[disabled] .btns > ul > li button.btn-danger[selected] {
  background-color: #cc6666;
  border-color: #c65353;
}
.btns > ul > li button.btn-danger .badge {
  color: #cc6666;
  background-color: #fff;
}
.btns > ul > li button.btn-inverse {
  color: #fff;
  background-color: #2e3f51;
  border-color: #253241;
}
.btns > ul > li button.btn-inverse:hover,
.btns > ul > li button.btn-inverse:focus,
.btns > ul > li button.btn-inverse:active,
.btns > ul > li button.btn-inverse.active,
.btns > ul > li button.btn-inverse[selected],
.open .dropdown-toggle.btns > ul > li button.btn-inverse {
  color: #fff;
  background-color: #1f2b37;
  border-color: #0f141a;
}
.btns > ul > li button.btn-inverse:active,
.btns > ul > li button.btn-inverse.active,
.btns > ul > li button.btn-inverse[selected],
.open .dropdown-toggle.btns > ul > li button.btn-inverse {
  background-image: none;
}
.btns > ul > li button.btn-inverse.disabled,
.btns > ul > li button.btn-inverse[disabled],
fieldset[disabled] .btns > ul > li button.btn-inverse,
.btns > ul > li button.btn-inverse.disabled:hover,
.btns > ul > li button.btn-inverse[disabled]:hover,
fieldset[disabled] .btns > ul > li button.btn-inverse:hover,
.btns > ul > li button.btn-inverse.disabled:focus,
.btns > ul > li button.btn-inverse[disabled]:focus,
fieldset[disabled] .btns > ul > li button.btn-inverse:focus,
.btns > ul > li button.btn-inverse.disabled:active,
.btns > ul > li button.btn-inverse[disabled]:active,
fieldset[disabled] .btns > ul > li button.btn-inverse:active,
.btns > ul > li button.btn-inverse.disabled.active,
.btns > ul > li button.btn-inverse[disabled].active,
fieldset[disabled] .btns > ul > li button.btn-inverse.active,
.btns > ul > li button.btn-inverse.disabled[selected],
.btns > ul > li button.btn-inverse[disabled][selected],
fieldset[disabled] .btns > ul > li button.btn-inverse[selected] {
  background-color: #2e3f51;
  border-color: #253241;
}
.btns > ul > li button.btn-inverse .badge {
  color: #2e3f51;
  background-color: #fff;
}
.btns > ul > li button.btn-primary {
  color: #fff;
  background-color: #3cc;
  border-color: #2eb8b8;
}
.btns > ul > li button.btn-primary:hover,
.btns > ul > li button.btn-primary:focus,
.btns > ul > li button.btn-primary:active,
.btns > ul > li button.btn-primary.active,
.btns > ul > li button.btn-primary[selected],
.open .dropdown-toggle.btns > ul > li button.btn-primary {
  color: #fff;
  background-color: #2babab;
  border-color: #228787;
}
.btns > ul > li button.btn-primary:active,
.btns > ul > li button.btn-primary.active,
.btns > ul > li button.btn-primary[selected],
.open .dropdown-toggle.btns > ul > li button.btn-primary {
  background-image: none;
}
.btns > ul > li button.btn-primary.disabled,
.btns > ul > li button.btn-primary[disabled],
fieldset[disabled] .btns > ul > li button.btn-primary,
.btns > ul > li button.btn-primary.disabled:hover,
.btns > ul > li button.btn-primary[disabled]:hover,
fieldset[disabled] .btns > ul > li button.btn-primary:hover,
.btns > ul > li button.btn-primary.disabled:focus,
.btns > ul > li button.btn-primary[disabled]:focus,
fieldset[disabled] .btns > ul > li button.btn-primary:focus,
.btns > ul > li button.btn-primary.disabled:active,
.btns > ul > li button.btn-primary[disabled]:active,
fieldset[disabled] .btns > ul > li button.btn-primary:active,
.btns > ul > li button.btn-primary.disabled.active,
.btns > ul > li button.btn-primary[disabled].active,
fieldset[disabled] .btns > ul > li button.btn-primary.active,
.btns > ul > li button.btn-primary.disabled[selected],
.btns > ul > li button.btn-primary[disabled][selected],
fieldset[disabled] .btns > ul > li button.btn-primary[selected] {
  background-color: #3cc;
  border-color: #2eb8b8;
}
.btns > ul > li button.btn-primary .badge {
  color: #3cc;
  background-color: #fff;
}
.btns > ul > li button.btn-info,
.btns > ul > li button.btn-success,
.btns > ul > li button.btn-warning,
.btns > ul > li button.btn-danger,
.btns > ul > li button.btn-inverse,
.btns > ul > li button.btn-primary {
  -webkit-box-shadow: inset 0 -7px rgba(0,0,0,.15), inset 0 1px 1px  rgba(255,255,255,.3);
  box-shadow: inset 0 -7px rgba(0,0,0,.15), inset 0 1px 1px  rgba(255,255,255,.3);
}
.btns > ul > li button.btn-info:hover,
.btns > ul > li button.btn-success:hover,
.btns > ul > li button.btn-warning:hover,
.btns > ul > li button.btn-danger:hover,
.btns > ul > li button.btn-inverse:hover,
.btns > ul > li button.btn-primary:hover,
.btns > ul > li button.btn-info:focus,
.btns > ul > li button.btn-success:focus,
.btns > ul > li button.btn-warning:focus,
.btns > ul > li button.btn-danger:focus,
.btns > ul > li button.btn-inverse:focus,
.btns > ul > li button.btn-primary:focus {
  outline: none;
}
.btns > ul > li button:active,
.btns > ul > li button.active,
.btns > ul > li button[selected] {
  outline: none;
  -webkit-box-shadow: inset 0 3px 0px rgba(0,0,0,0.125) , inset 0 3px 4px rgba(0,0,0,0.1);
  box-shadow: inset 0 3px 0px rgba(0,0,0,0.125) , inset 0 3px 4px rgba(0,0,0,0.1);
  padding-top: 3px;
  padding-bottom: 0;
}
.btns > ul > li button[selected] {
  position: relative;
}
.btns > ul > li button[selected]::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
}
.btns > ul > li button[selected]::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent rgba(255, 255, 255, 0.5) transparent;
}
.btns > ul > li button.disabled,
.btns > ul > li button[disabled],
fieldset[disabled] .btns > ul > li button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btns > ul > li button.disabled,
.btns > ul > li button[disabled],
fieldset[disabled] .btns > ul > li button,
.btns > ul > li button.disabled:hover,
.btns > ul > li button[disabled]:hover,
fieldset[disabled] .btns > ul > li button:hover,
.btns > ul > li button.disabled:focus,
.btns > ul > li button[disabled]:focus,
fieldset[disabled] .btns > ul > li button:focus,
.btns > ul > li button.disabled:active,
.btns > ul > li button[disabled]:active,
fieldset[disabled] .btns > ul > li button:active,
.btns > ul > li button.disabled.active,
.btns > ul > li button[disabled].active,
fieldset[disabled] .btns > ul > li button.active {
  background-color: #e5e5e5;
  border-color: #ccc;
}
.btns > ul > li button:hover,
.btns > ul > li button:focus {
  color: #333;
  text-decoration: none;
  outline: none;
}
.btns > ul:first-child > li:first-child button {
  border-top-left-radius: 4px;
}
.btns > ul:first-child > li:last-child button {
  border-top-right-radius: 4px;
}
.btns > ul:last-child > li:first-child button {
  border-bottom-left-radius: 4px;
}
.btns > ul:last-child > li:last-child button {
  border-bottom-right-radius: 4px;
}
.panel-btns.panel {
  border-radius: 6px;
}
.panel-btns table {
  table-layout: fixed;
  /*
		>tbody{
			>tr{
				&:first-child{
					td{
						&:first-child{
							button{
							}
						}
						&:last-child{
							button{
								border-top-right-radius: @tenkey-border-radius;
							}
						}
					}
				}
				&:last-child{
					td{
						&:first-child{
							button{
								border-bottom-left-radius: @tenkey-border-radius;
							}
						}
						&:last-child{
							button{
								//border-bottom-right-radius: @tenkey-border-radius;
							}
						}
					}
				}
			}
		}
		*/
}
.panel-btns table td {
  padding: 0 !important;
  height: 83px;
}
.panel-btns table td[rowspan="2"] button {
  height: 167px;
}
.panel-btns table td[rowspan="2"].no-border button {
  height: 168px;
}
.panel-btns table td[rowspan="3"] button {
  height: 251px;
}
.panel-btns table td[rowspan="3"].no-border button {
  height: 252px;
}
.panel-btns table td[rowspan="4"] button {
  height: 335px;
}
.panel-btns table td[rowspan="4"].no-border button {
  height: 336px;
}
.panel-btns table td.tl button {
  border-top-left-radius: 6px;
}
.panel-btns table td.tr button {
  border-top-right-radius: 6px;
}
.panel-btns table td.bl button {
  border-bottom-left-radius: 6px;
}
.panel-btns table td.br {
  border-bottom: 0;
}
.panel-btns table td.br button {
  border-bottom-right-radius: 6px;
}
.panel-btns table td.no-border {
  border-top-width: 0;
}
.panel-btns button {
  display: block;
  width: 100%;
  height: 83px;
  margin: 0;
  padding: 0;
  padding-bottom: 3px;
  text-align: center;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-size: 14px;
  line-height: 0;
  vertical-align: middle;
  color: #666;
  background-color: transparent;
  border-color: #ccc;
  border: 0;
  -webkit-box-shadow: inset 0 -7px rgba(0,0,0,.08), inset 0 1px 1px  rgba(255,255,255,.3);
  box-shadow: inset 0 -7px rgba(0,0,0,.08), inset 0 1px 1px  rgba(255,255,255,.3);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
	&,
	&.btn-info,
	&.btn-success,
	&.btn-warning,
	&.btn-danger,
	&.btn-inverse,
	&.btn-primary{
		&.disabled,
		&[disabled]{
			cursor: not-allowed;
			pointer-events: none; // Future-proof disabling of clicks
			.opacity(.65);
			.box-shadow(inset 0 7px 0px #d5d5d5);
			&,
			&:hover,
			&:focus,
			&:active,
			&.active {
				background-color: #e5e5e5;
				border-color: @btn-default-border;
			}
		}
	}
	*/
  outline: none;
  /*
		&.disabled,
		&[disabled]{
			cursor: not-allowed;
			pointer-events: none; // Future-proof disabling of clicks
			.opacity(.65);
			.box-shadow(inset 0 7px 0px #d5d5d5);
			&,
			&:hover,
			&:focus,
			&:active,
			&.active {
				background-color: #e5e5e5;
				border-color: @btn-default-border;
			}
		}
		*/
}
.panel-btns button:hover,
.panel-btns button:focus,
.panel-btns button:active,
.panel-btns button.active,
.panel-btns button[selected],
.open .dropdown-toggle.panel-btns button {
  color: #666;
  background-color: rgba(0, 0, 0, 0);
  border-color: #adadad;
}
.panel-btns button:active,
.panel-btns button.active,
.panel-btns button[selected],
.open .dropdown-toggle.panel-btns button {
  background-image: none;
}
.panel-btns button.disabled,
.panel-btns button[disabled],
fieldset[disabled] .panel-btns button,
.panel-btns button.disabled:hover,
.panel-btns button[disabled]:hover,
fieldset[disabled] .panel-btns button:hover,
.panel-btns button.disabled:focus,
.panel-btns button[disabled]:focus,
fieldset[disabled] .panel-btns button:focus,
.panel-btns button.disabled:active,
.panel-btns button[disabled]:active,
fieldset[disabled] .panel-btns button:active,
.panel-btns button.disabled.active,
.panel-btns button[disabled].active,
fieldset[disabled] .panel-btns button.active,
.panel-btns button.disabled[selected],
.panel-btns button[disabled][selected],
fieldset[disabled] .panel-btns button[selected] {
  background-color: transparent;
  border-color: #ccc;
}
.panel-btns button .badge {
  color: transparent;
  background-color: #666;
}
.panel-btns button.btn-info {
  color: #fff;
  background-color: #6699cc;
  border-color: #538cc6;
}
.panel-btns button.btn-info:hover,
.panel-btns button.btn-info:focus,
.panel-btns button.btn-info:active,
.panel-btns button.btn-info.active,
.panel-btns button.btn-info[selected],
.open .dropdown-toggle.panel-btns button.btn-info {
  color: #fff;
  background-color: #4785c2;
  border-color: #376ea4;
}
.panel-btns button.btn-info:active,
.panel-btns button.btn-info.active,
.panel-btns button.btn-info[selected],
.open .dropdown-toggle.panel-btns button.btn-info {
  background-image: none;
}
.panel-btns button.btn-info.disabled,
.panel-btns button.btn-info[disabled],
fieldset[disabled] .panel-btns button.btn-info,
.panel-btns button.btn-info.disabled:hover,
.panel-btns button.btn-info[disabled]:hover,
fieldset[disabled] .panel-btns button.btn-info:hover,
.panel-btns button.btn-info.disabled:focus,
.panel-btns button.btn-info[disabled]:focus,
fieldset[disabled] .panel-btns button.btn-info:focus,
.panel-btns button.btn-info.disabled:active,
.panel-btns button.btn-info[disabled]:active,
fieldset[disabled] .panel-btns button.btn-info:active,
.panel-btns button.btn-info.disabled.active,
.panel-btns button.btn-info[disabled].active,
fieldset[disabled] .panel-btns button.btn-info.active,
.panel-btns button.btn-info.disabled[selected],
.panel-btns button.btn-info[disabled][selected],
fieldset[disabled] .panel-btns button.btn-info[selected] {
  background-color: #6699cc;
  border-color: #538cc6;
}
.panel-btns button.btn-info .badge {
  color: #6699cc;
  background-color: #fff;
}
.panel-btns button.btn-success {
  color: #fff;
  background-color: #3c763d;
  border-color: #336534;
}
.panel-btns button.btn-success:hover,
.panel-btns button.btn-success:focus,
.panel-btns button.btn-success:active,
.panel-btns button.btn-success.active,
.panel-btns button.btn-success[selected],
.open .dropdown-toggle.panel-btns button.btn-success {
  color: #fff;
  background-color: #2e5b2f;
  border-color: #1f3d1f;
}
.panel-btns button.btn-success:active,
.panel-btns button.btn-success.active,
.panel-btns button.btn-success[selected],
.open .dropdown-toggle.panel-btns button.btn-success {
  background-image: none;
}
.panel-btns button.btn-success.disabled,
.panel-btns button.btn-success[disabled],
fieldset[disabled] .panel-btns button.btn-success,
.panel-btns button.btn-success.disabled:hover,
.panel-btns button.btn-success[disabled]:hover,
fieldset[disabled] .panel-btns button.btn-success:hover,
.panel-btns button.btn-success.disabled:focus,
.panel-btns button.btn-success[disabled]:focus,
fieldset[disabled] .panel-btns button.btn-success:focus,
.panel-btns button.btn-success.disabled:active,
.panel-btns button.btn-success[disabled]:active,
fieldset[disabled] .panel-btns button.btn-success:active,
.panel-btns button.btn-success.disabled.active,
.panel-btns button.btn-success[disabled].active,
fieldset[disabled] .panel-btns button.btn-success.active,
.panel-btns button.btn-success.disabled[selected],
.panel-btns button.btn-success[disabled][selected],
fieldset[disabled] .panel-btns button.btn-success[selected] {
  background-color: #3c763d;
  border-color: #336534;
}
.panel-btns button.btn-success .badge {
  color: #3c763d;
  background-color: #fff;
}
.panel-btns button.btn-warning {
  color: #fff;
  background-color: #ff9900;
  border-color: #e68a00;
}
.panel-btns button.btn-warning:hover,
.panel-btns button.btn-warning:focus,
.panel-btns button.btn-warning:active,
.panel-btns button.btn-warning.active,
.panel-btns button.btn-warning[selected],
.open .dropdown-toggle.panel-btns button.btn-warning {
  color: #fff;
  background-color: #d68100;
  border-color: #a86500;
}
.panel-btns button.btn-warning:active,
.panel-btns button.btn-warning.active,
.panel-btns button.btn-warning[selected],
.open .dropdown-toggle.panel-btns button.btn-warning {
  background-image: none;
}
.panel-btns button.btn-warning.disabled,
.panel-btns button.btn-warning[disabled],
fieldset[disabled] .panel-btns button.btn-warning,
.panel-btns button.btn-warning.disabled:hover,
.panel-btns button.btn-warning[disabled]:hover,
fieldset[disabled] .panel-btns button.btn-warning:hover,
.panel-btns button.btn-warning.disabled:focus,
.panel-btns button.btn-warning[disabled]:focus,
fieldset[disabled] .panel-btns button.btn-warning:focus,
.panel-btns button.btn-warning.disabled:active,
.panel-btns button.btn-warning[disabled]:active,
fieldset[disabled] .panel-btns button.btn-warning:active,
.panel-btns button.btn-warning.disabled.active,
.panel-btns button.btn-warning[disabled].active,
fieldset[disabled] .panel-btns button.btn-warning.active,
.panel-btns button.btn-warning.disabled[selected],
.panel-btns button.btn-warning[disabled][selected],
fieldset[disabled] .panel-btns button.btn-warning[selected] {
  background-color: #ff9900;
  border-color: #e68a00;
}
.panel-btns button.btn-warning .badge {
  color: #ff9900;
  background-color: #fff;
}
.panel-btns button.btn-danger {
  color: #fff;
  background-color: #cc6666;
  border-color: #c65353;
}
.panel-btns button.btn-danger:hover,
.panel-btns button.btn-danger:focus,
.panel-btns button.btn-danger:active,
.panel-btns button.btn-danger.active,
.panel-btns button.btn-danger[selected],
.open .dropdown-toggle.panel-btns button.btn-danger {
  color: #fff;
  background-color: #c24747;
  border-color: #a43737;
}
.panel-btns button.btn-danger:active,
.panel-btns button.btn-danger.active,
.panel-btns button.btn-danger[selected],
.open .dropdown-toggle.panel-btns button.btn-danger {
  background-image: none;
}
.panel-btns button.btn-danger.disabled,
.panel-btns button.btn-danger[disabled],
fieldset[disabled] .panel-btns button.btn-danger,
.panel-btns button.btn-danger.disabled:hover,
.panel-btns button.btn-danger[disabled]:hover,
fieldset[disabled] .panel-btns button.btn-danger:hover,
.panel-btns button.btn-danger.disabled:focus,
.panel-btns button.btn-danger[disabled]:focus,
fieldset[disabled] .panel-btns button.btn-danger:focus,
.panel-btns button.btn-danger.disabled:active,
.panel-btns button.btn-danger[disabled]:active,
fieldset[disabled] .panel-btns button.btn-danger:active,
.panel-btns button.btn-danger.disabled.active,
.panel-btns button.btn-danger[disabled].active,
fieldset[disabled] .panel-btns button.btn-danger.active,
.panel-btns button.btn-danger.disabled[selected],
.panel-btns button.btn-danger[disabled][selected],
fieldset[disabled] .panel-btns button.btn-danger[selected] {
  background-color: #cc6666;
  border-color: #c65353;
}
.panel-btns button.btn-danger .badge {
  color: #cc6666;
  background-color: #fff;
}
.panel-btns button.btn-inverse {
  color: #fff;
  background-color: #2e3f51;
  border-color: #253241;
}
.panel-btns button.btn-inverse:hover,
.panel-btns button.btn-inverse:focus,
.panel-btns button.btn-inverse:active,
.panel-btns button.btn-inverse.active,
.panel-btns button.btn-inverse[selected],
.open .dropdown-toggle.panel-btns button.btn-inverse {
  color: #fff;
  background-color: #1f2b37;
  border-color: #0f141a;
}
.panel-btns button.btn-inverse:active,
.panel-btns button.btn-inverse.active,
.panel-btns button.btn-inverse[selected],
.open .dropdown-toggle.panel-btns button.btn-inverse {
  background-image: none;
}
.panel-btns button.btn-inverse.disabled,
.panel-btns button.btn-inverse[disabled],
fieldset[disabled] .panel-btns button.btn-inverse,
.panel-btns button.btn-inverse.disabled:hover,
.panel-btns button.btn-inverse[disabled]:hover,
fieldset[disabled] .panel-btns button.btn-inverse:hover,
.panel-btns button.btn-inverse.disabled:focus,
.panel-btns button.btn-inverse[disabled]:focus,
fieldset[disabled] .panel-btns button.btn-inverse:focus,
.panel-btns button.btn-inverse.disabled:active,
.panel-btns button.btn-inverse[disabled]:active,
fieldset[disabled] .panel-btns button.btn-inverse:active,
.panel-btns button.btn-inverse.disabled.active,
.panel-btns button.btn-inverse[disabled].active,
fieldset[disabled] .panel-btns button.btn-inverse.active,
.panel-btns button.btn-inverse.disabled[selected],
.panel-btns button.btn-inverse[disabled][selected],
fieldset[disabled] .panel-btns button.btn-inverse[selected] {
  background-color: #2e3f51;
  border-color: #253241;
}
.panel-btns button.btn-inverse .badge {
  color: #2e3f51;
  background-color: #fff;
}
.panel-btns button.btn-primary {
  color: #fff;
  background-color: #3cc;
  border-color: #2eb8b8;
}
.panel-btns button.btn-primary:hover,
.panel-btns button.btn-primary:focus,
.panel-btns button.btn-primary:active,
.panel-btns button.btn-primary.active,
.panel-btns button.btn-primary[selected],
.open .dropdown-toggle.panel-btns button.btn-primary {
  color: #fff;
  background-color: #2babab;
  border-color: #228787;
}
.panel-btns button.btn-primary:active,
.panel-btns button.btn-primary.active,
.panel-btns button.btn-primary[selected],
.open .dropdown-toggle.panel-btns button.btn-primary {
  background-image: none;
}
.panel-btns button.btn-primary.disabled,
.panel-btns button.btn-primary[disabled],
fieldset[disabled] .panel-btns button.btn-primary,
.panel-btns button.btn-primary.disabled:hover,
.panel-btns button.btn-primary[disabled]:hover,
fieldset[disabled] .panel-btns button.btn-primary:hover,
.panel-btns button.btn-primary.disabled:focus,
.panel-btns button.btn-primary[disabled]:focus,
fieldset[disabled] .panel-btns button.btn-primary:focus,
.panel-btns button.btn-primary.disabled:active,
.panel-btns button.btn-primary[disabled]:active,
fieldset[disabled] .panel-btns button.btn-primary:active,
.panel-btns button.btn-primary.disabled.active,
.panel-btns button.btn-primary[disabled].active,
fieldset[disabled] .panel-btns button.btn-primary.active,
.panel-btns button.btn-primary.disabled[selected],
.panel-btns button.btn-primary[disabled][selected],
fieldset[disabled] .panel-btns button.btn-primary[selected] {
  background-color: #3cc;
  border-color: #2eb8b8;
}
.panel-btns button.btn-primary .badge {
  color: #3cc;
  background-color: #fff;
}
.panel-btns button.btn-info,
.panel-btns button.btn-success,
.panel-btns button.btn-warning,
.panel-btns button.btn-danger,
.panel-btns button.btn-inverse,
.panel-btns button.btn-primary {
  -webkit-box-shadow: inset 0 -7px rgba(0,0,0,.15), inset 0 1px 1px  rgba(255,255,255,.3);
  box-shadow: inset 0 -7px rgba(0,0,0,.15), inset 0 1px 1px  rgba(255,255,255,.3);
}
.panel-btns button.btn-info:hover,
.panel-btns button.btn-success:hover,
.panel-btns button.btn-warning:hover,
.panel-btns button.btn-danger:hover,
.panel-btns button.btn-inverse:hover,
.panel-btns button.btn-primary:hover,
.panel-btns button.btn-info:focus,
.panel-btns button.btn-success:focus,
.panel-btns button.btn-warning:focus,
.panel-btns button.btn-danger:focus,
.panel-btns button.btn-inverse:focus,
.panel-btns button.btn-primary:focus {
  outline: none;
}
.panel-btns button:active,
.panel-btns button.active,
.panel-btns button[selected] {
  outline: none;
  -webkit-box-shadow: inset 0 3px 0px rgba(0,0,0,0.125) , inset 0 3px 4px rgba(0,0,0,0.1);
  box-shadow: inset 0 3px 0px rgba(0,0,0,0.125) , inset 0 3px 4px rgba(0,0,0,0.1);
  padding-top: 3px;
  padding-bottom: 0;
}
.panel-btns button[selected] {
  position: relative;
}
.panel-btns button[selected]::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
}
.panel-btns button[selected]::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent rgba(255, 255, 255, 0.5) transparent;
}
.panel-btns button.disabled,
.panel-btns button[disabled],
fieldset[disabled] .panel-btns button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-btns button.disabled,
.panel-btns button[disabled],
fieldset[disabled] .panel-btns button,
.panel-btns button.disabled:hover,
.panel-btns button[disabled]:hover,
fieldset[disabled] .panel-btns button:hover,
.panel-btns button.disabled:focus,
.panel-btns button[disabled]:focus,
fieldset[disabled] .panel-btns button:focus,
.panel-btns button.disabled:active,
.panel-btns button[disabled]:active,
fieldset[disabled] .panel-btns button:active,
.panel-btns button.disabled.active,
.panel-btns button[disabled].active,
fieldset[disabled] .panel-btns button.active {
  background-color: #e5e5e5;
  border-color: #ccc;
}
.panel-btns button:hover,
.panel-btns button:focus {
  color: #333;
  text-decoration: none;
  outline: none;
}
.panel-btns button.btn-info[disabled],
.panel-btns button.btn-success[disabled],
.panel-btns button.btn-warning[disabled],
.panel-btns button.btn-danger[disabled],
.panel-btns button.btn-inverse[disabled],
.panel-btns button.btn-primary[disabled] {
  color: #555555;
  background-color: #e5e5e5;
  border-color: #ccc;
}
.panel-btns button.num {
  font-size: 24px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #777;
}
.table-scroll > thead {
  display: table;
  float: left;
}
.table-scroll > thead > tr {
  display: table-row;
  width: 100%;
}
.table-scroll > thead > tr th {
  border-bottom-width: 1px;
}
.table-scroll > tbody {
  display: block;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  float: left;
}
.panel .table-scroll > tbody {
  border-radius: 4px;
}
.table-scroll > tbody > tr {
  display: table;
  width: 100%;
  height: auto;
}
.table-scroll > tbody > tr:first-child th,
.table-scroll > tbody > tr:first-child td {
  border-top: 0;
}
.item-search .filter td {
  padding: 3px;
}
.item-search .result-info:before,
.item-search .result-info:after {
  content: " ";
  display: table;
}
.item-search .result-info:after {
  clear: both;
}
.item-search .result-info:before,
.item-search .result-info:after {
  content: " ";
  display: table;
}
.item-search .result-info:after {
  clear: both;
}
.item-search .result-info .left {
  float: left;
  width: 50%;
}
.item-search .result-info .right {
  float: right;
  width: 50%;
  text-align: right;
}
.item-search .result-info .pagination {
  margin: 0;
}
.item-search .result-info .item-amount,
.item-search .result-info .item-view-page {
  display: inline-block;
  line-height: 35px;
  vertical-align: top;
}
.item-search .subnav {
  font-size: 12px;
  margin-left: 10px;
}
.item-search .subnav .nav-list > li > a {
  padding: 4px 0;
  color: #999;
}
.item-search .subnav .nav-list > li.active > a {
  color: #262626;
}
.item-search.item-search-grid .item {
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 25px;
  border-right: 1px solid #e0e0e0;
}
@media (min-width: 1500px) {
  .item-search.item-search-grid .item:nth-child(5n) {
    border-right-color: transparent;
  }
  .item-search.item-search-grid .item:nth-child(5n) + .item {
    clear: both;
  }
}
@media (max-width: 991px) {
  .item-search.item-search-grid .item {
    width: 50%;
  }
  .item-search.item-search-grid .item:nth-child(2n) {
    border-right-color: transparent;
  }
  .item-search.item-search-grid .item:nth-child(2n) + .item {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-search.item-search-grid .item {
    width: 33.33333333%;
  }
  .item-search.item-search-grid .item:nth-child(3n) {
    border-right-color: transparent;
  }
  .item-search.item-search-grid .item:nth-child(3n) + .item {
    clear: both;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .item-search.item-search-grid .item {
    width: 25%;
  }
  .item-search.item-search-grid .item:nth-child(4n) {
    border-right-color: transparent;
  }
  .item-search.item-search-grid .item:nth-child(4n) + .item {
    clear: both;
  }
}
.item-search.item-search-grid .item figure {
  width: 100%;
  height: 240px;
  margin: 25px 0 14px;
  display: table;
  table-layout: fixed;
}
.item-search.item-search-grid .item figure a {
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.item-search.item-search-grid .item figure a img {
  display: inline-block;
  max-width: 100%;
}
.item-search.item-search-grid .item .list-item-text {
  border-bottom: 1px solid #e0e0e0;
  min-height: 180px;
  height: auto;
  padding-bottom: 24px;
  word-break: break-all;
}
.item-search.item-search-grid .item .list-item-text .item-ttl {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-search.item-search-grid .item .list-item-text .item-ttl.block {
  display: block;
}
.item-search.item-search-grid .item .list-item-text .item-ttl.item_name {
  display: block;
  max-width: 30em;
  min-width: 10em;
}
.item-search.item-search-grid .item .list-item-text .item-ttl.color {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.item-search.item-search-grid .item .list-item-text .item-ttl.size {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.item-search.item-search-grid .item .list-item-text .item-ttl a {
  color: #262626;
  font-size: 14px;
}
.item-search.item-search-grid .item .list-item-text .item-price {
  color: #262626;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 14px;
}
.item-search.item-search-grid .item .list-item-text .item-labels {
  min-height: 24px;
  margin-bottom: 4px;
}
.item-search.item-search-grid .item .list-item-text .label {
  display: inline-block;
  background-color: #e0e0e0;
  color: #888;
  font-size: 11px;
}
.item-search.item-search-grid .item .list-item-text .item-maker {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 1.63;
  color: #999;
}
.item-search.item-search-grid .item .list-item-text .item-maker.block {
  display: block;
}
.item-search.item-search-grid .item .list-item-text .item-maker.item_name {
  display: block;
  max-width: 30em;
  min-width: 10em;
}
.item-search.item-search-grid .item .list-item-text .item-maker.color {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.item-search.item-search-grid .item .list-item-text .item-maker.size {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.item-search.item-search-grid .item .list-item-text .item-number {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 1.63;
  color: #999;
}
.item-search.item-search-grid .item .list-item-text .item-number.block {
  display: block;
}
.item-search.item-search-grid .item .list-item-text .item-number.item_name {
  display: block;
  max-width: 30em;
  min-width: 10em;
}
.item-search.item-search-grid .item .list-item-text .item-number.color {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.item-search.item-search-grid .item .list-item-text .item-number.size {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.item-search.item-search-grid .item .list-item-text .item-subtxt {
  color: #999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 1.63;
}
.item-search.item-search-grid .item .list-item-text .item-subtxt.block {
  display: block;
}
.item-search.item-search-grid .item .list-item-text .item-subtxt.item_name {
  display: block;
  max-width: 30em;
  min-width: 10em;
}
.item-search.item-search-grid .item .list-item-text .item-subtxt.color {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.item-search.item-search-grid .item .list-item-text .item-subtxt.size {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.item-search.item-search-grid .item .list-item-text .item-subtxt .spec {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
}
.item-search.item-search-grid .item .list-item-text .item-subtxt .spec.block {
  display: block;
}
.item-search.item-search-grid .item .list-item-text .item-subtxt .spec.item_name {
  display: block;
  max-width: 30em;
  min-width: 10em;
}
.item-search.item-search-grid .item .list-item-text .item-subtxt .spec.color {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.item-search.item-search-grid .item .list-item-text .item-subtxt .spec.size {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.item-search.item-search-grid .item-search-grid-items.text .item {
  border-bottom: 1px solid #e0e0e0;
}
.item-search.item-search-grid .item-search-grid-items.text .item .list-item-text {
  display: none;
}
.item-search.item-search-grid .item-search-grid-items.picture .item figure {
  display: none;
}
.item-search.item-search-grid .item-search-grid-items.picture .list-item-text {
  padding-top: 25px;
  padding-bottom: 0;
}
.item-search #items-pagenation {
  text-align: right;
}
.item-search.item-detail-grid .item-detail-grid-left {
  width: 400px;
  float: left;
  margin-right: 10px;
}
.item-search.item-detail-grid .item-detail-grid-left:before,
.item-search.item-detail-grid .item-detail-grid-left:after {
  content: " ";
  display: table;
}
.item-search.item-detail-grid .item-detail-grid-left:after {
  clear: both;
}
.item-search.item-detail-grid .item-detail-grid-left:before,
.item-search.item-detail-grid .item-detail-grid-left:after {
  content: " ";
  display: table;
}
.item-search.item-detail-grid .item-detail-grid-left:after {
  clear: both;
}
.item-search.item-detail-grid .item-detail-grid-right {
  width: auto;
  overflow: hidden;
}
.item-search.item-detail-grid .img-container {
  display: table;
  table-layout: fixed;
  width: 400px;
  height: 400px;
  position: relative;
  text-align: center;
}
.item-search.item-detail-grid .img-container .img-wrapper {
  display: table-cell;
  width: 400px;
  height: 400px;
  vertical-align: middle;
}
.item-search.item-detail-grid .img-container .img-wrapper img {
  display: inline-block;
  max-width: 400px;
  max-height: 400px;
}
.item-search.item-detail-grid .img-container .img-wrapper .loading {
  font-size: 30px;
  color: #ccc;
}
.item-search.item-detail-grid .thumbnails {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 30px 0;
}
.item-search.item-detail-grid .thumbnails > ul {
  display: table-row;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.item-search.item-detail-grid .thumbnails > ul:before,
.item-search.item-detail-grid .thumbnails > ul:after {
  content: " ";
  display: table;
}
.item-search.item-detail-grid .thumbnails > ul:after {
  clear: both;
}
.item-search.item-detail-grid .thumbnails > ul:before,
.item-search.item-detail-grid .thumbnails > ul:after {
  content: " ";
  display: table;
}
.item-search.item-detail-grid .thumbnails > ul:after {
  clear: both;
}
.item-search.item-detail-grid .thumbnails > ul > li {
  display: table-cell;
  width: 88px;
  height: 88px;
  padding: 8px;
  vertical-align: middle;
  border-collapse: separate;
}
.item-search.item-detail-grid .thumbnails > ul > li.active {
  outline: 1px solid #e8eeee;
}
.item-search.item-detail-grid .thumbnails > ul > li > a {
  display: block;
  text-align: center;
  opacity: 1;
}
.item-search.item-detail-grid .thumbnails > ul > li > a:hover > img {
  opacity: 0.7;
}
.item-search.item-detail-grid .thumbnails > ul > li > a > img {
  display: inline-block;
  max-width: 72px;
  max-height: 72px;
}
.item-search.item-detail-grid .detail {
  padding-left: 20px;
}
.item-search.item-detail-grid .detail header .item-name {
  margin: 0 0 14px 0;
  font-size: 30px;
  font-weight: bold;
  padding: 0 0 0 0;
  border: 0 none;
  letter-spacing: 0;
  line-height: 1.2;
  color: #262626;
}
.item-search.item-detail-grid .detail header .price {
  color: #262626;
}
.item-search.item-detail-grid .detail header .price strong {
  font-size: 22px;
}
.item-search.item-detail-grid .detail .item-description {
  line-height: 1.8;
  margin-bottom: 28px;
  font-family: "Helvetica Neue", Helvetica, "tahoma", Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.item-search.item-detail-grid .detail .table-responsive {
  border-color: transparent;
  overflow-y: hidden;
  overflow-x: scroll;
}
@media (min-width: 992px) {
  .item-search.item-detail-grid .detail .table-responsive {
    border-color: transparent;
    overflow-y: inherit;
    overflow-x: inherit;
  }
}
.item-search.item-detail-grid .detail #stock-table,
.item-search.item-detail-grid .detail #price-detail {
  font-size: 12px;
}
.item-search.item-detail-grid .detail #stock-table > tbody > tr > th,
.item-search.item-detail-grid .detail #price-detail > tbody > tr > th,
.item-search.item-detail-grid .detail #stock-table > tbody > tr > td,
.item-search.item-detail-grid .detail #price-detail > tbody > tr > td {
  height: 42px;
  vertical-align: middle;
}
.item-search.item-detail-grid .detail #stock-table > tbody > tr.stock > td strong,
.item-search.item-detail-grid .detail #price-detail > tbody > tr.stock > td strong {
  font-size: 16px;
}
.item-search.item-detail-grid .detail .spec-table {
  font-size: 12px;
  margin-bottom: 36px;
}
.item-search.item-detail-grid .detail .spec-table th {
  width: 7em;
}
.item-search.item-detail-grid .detail .jan_cd_bar {
  display: block;
  line-height: 1;
  font-family: code39regular;
}
.item-search .fa.noimg {
  font-size: 56px;
  color: #e0e0e0;
}
.noimage {
  background: url(../img/common/noimage.png);
}
.graph {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
.alert-figure {
  text-align: center;
  color: #666;
  margin-bottom: 7px;
}
.alert-figure > .fa {
  font-size: 76px;
}
.alert-figure > .fa-stack {
  font-size: 76px;
}
.alert-figure.success {
  color: #3c763d;
}
.alert-figure.danger {
  color: #a94442;
}
.alert-figure.warning {
  color: #8a6d3b;
}
.alert-figure.info {
  color: #31708f;
}
.alert-figure.primary {
  color: #3cc;
}
.sign-table {
  width: 12em;
  margin-bottom: 0;
  float: right;
}
.sign-table th {
  text-align: center;
}
.sign-table td {
  height: 5em;
}
/*
/* register_main.less
/* -------------------------------------------------- */
input[type="number"]::-webkit-inner-spin-button {
  display: none;
}
body.register.main #main .btn:active,
body.register.main #main .btn.active,
.open .dropdown-togglebody.register.main #main .btn {
  color: #fff;
  background-color: #2babab;
  border-color: #228787;
}
body.register.main #menu-btn-area {
  margin-bottom: 28px;
}
body.register.main #menu-btn-area .btn {
  min-width: 6em;
}
body.register.main #menu-btn-area .btn.input-cancel-btn {
  color: #fff;
  background-color: #f00;
  border-color: #cc0000;
}
body.register.main #menu-btn-area .btn.input-cancel-btn:hover,
body.register.main #menu-btn-area .btn.input-cancel-btn:focus,
body.register.main #menu-btn-area .btn.input-cancel-btn:active,
body.register.main #menu-btn-area .btn.input-cancel-btn.active,
body.register.main #menu-btn-area .btn.input-cancel-btn[selected],
.open .dropdown-togglebody.register.main #menu-btn-area .btn.input-cancel-btn {
  color: #fff;
  background-color: #d60000;
  border-color: #8f0000;
}
body.register.main #menu-btn-area .btn.input-cancel-btn:active,
body.register.main #menu-btn-area .btn.input-cancel-btn.active,
body.register.main #menu-btn-area .btn.input-cancel-btn[selected],
.open .dropdown-togglebody.register.main #menu-btn-area .btn.input-cancel-btn {
  background-image: none;
}
body.register.main #menu-btn-area .btn.input-cancel-btn.disabled,
body.register.main #menu-btn-area .btn.input-cancel-btn[disabled],
fieldset[disabled] body.register.main #menu-btn-area .btn.input-cancel-btn,
body.register.main #menu-btn-area .btn.input-cancel-btn.disabled:hover,
body.register.main #menu-btn-area .btn.input-cancel-btn[disabled]:hover,
fieldset[disabled] body.register.main #menu-btn-area .btn.input-cancel-btn:hover,
body.register.main #menu-btn-area .btn.input-cancel-btn.disabled:focus,
body.register.main #menu-btn-area .btn.input-cancel-btn[disabled]:focus,
fieldset[disabled] body.register.main #menu-btn-area .btn.input-cancel-btn:focus,
body.register.main #menu-btn-area .btn.input-cancel-btn.disabled:active,
body.register.main #menu-btn-area .btn.input-cancel-btn[disabled]:active,
fieldset[disabled] body.register.main #menu-btn-area .btn.input-cancel-btn:active,
body.register.main #menu-btn-area .btn.input-cancel-btn.disabled.active,
body.register.main #menu-btn-area .btn.input-cancel-btn[disabled].active,
fieldset[disabled] body.register.main #menu-btn-area .btn.input-cancel-btn.active,
body.register.main #menu-btn-area .btn.input-cancel-btn.disabled[selected],
body.register.main #menu-btn-area .btn.input-cancel-btn[disabled][selected],
fieldset[disabled] body.register.main #menu-btn-area .btn.input-cancel-btn[selected] {
  background-color: #f00;
  border-color: #cc0000;
}
body.register.main #menu-btn-area .btn.input-cancel-btn .badge {
  color: #f00;
  background-color: #fff;
}
body.register.main #menu-btn-area:before,
body.register.main #menu-btn-area:after {
  content: " ";
  display: table;
}
body.register.main #menu-btn-area:after {
  clear: both;
}
body.register.main #menu-btn-area:before,
body.register.main #menu-btn-area:after {
  content: " ";
  display: table;
}
body.register.main #menu-btn-area:after {
  clear: both;
}
body.register.main #order-input-panel {
  margin-bottom: 28px;
  background-color: #fff;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0;
}
body.register.main #order-input-panel .panel-footer {
  padding: 9px 13px;
}
body.register.main .order-input-table {
  color: #383f47;
}
body.register.main .order-input-table input,
body.register.main .order-input-table .numpad[readonly] {
  display: block;
  width: 100%;
  text-align: right;
  border-color: transparent;
  outline: 0;
  padding: 1px;
  color: #383f47;
  background-color: transparent;
  font-size: 23px;
  line-height: 1;
}
body.register.main .order-input-table .numpad[readonly] {
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(46, 63, 81, 0.5);
  padding-right: 0.3em;
  border-radius: 3px;
}
body.register.main .order-input-table .numpad[readonly][disabled] {
  border-color: transparent;
  box-shadow: none;
}
body.register.main .order-input-table > thead {
  background-color: #383f47;
}
body.register.main .order-input-table > thead > tr > td {
  vertical-align: middle;
  border-color: transparent !important;
}
body.register.main .order-input-table > thead > tr > td,
body.register.main .order-input-table > thead > tr > td input {
  color: #fff;
}
body.register.main .order-input-table > thead > tr > td.item_name .label {
  vertical-align: top;
  margin-top: 8px;
}
body.register.main .order-input-table > thead > tr > td.sub {
  padding-top: 16px;
  padding-bottom: 0;
  vertical-align: middle;
}
body.register.main .order-input-table > thead > tr > td.sub input {
  padding: 2px 4px;
  line-height: 1;
  height: 28px;
}
body.register.main .order-input-table > thead .label {
  min-width: 4.5em;
  display: inline-block;
  padding: 9px 9px 8px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  vertical-align: middle;
}
body.register.main .order-input-table tbody > tr > td {
  padding: 5px;
}
body.register.main .order-input-table tbody > tr > td input[type="text"] {
  padding-left: 5px;
  padding-right: 5px;
}
body.register.main .order-input-table td.order-input-error {
  vertical-align: middle;
}
body.register.main .order-input-table td.title {
  vertical-align: bottom;
}
body.register.main .order-input-table .input-group.border .form-control {
  border-color: #ccc;
}
body.register.main .order-input-table .input-group.no-border .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.register.main .order-input-table .input-group.no-border .input-group-addon {
  border-color: transparent;
  background-color: transparent;
}
body.register.main .order-input-table #item_name {
  display: inline-block;
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  padding-left: 0;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.register.main .order-input-table #item_name.block {
  display: block;
}
body.register.main .order-input-table #item_name.item_name {
  display: block;
  max-width: 30em;
  min-width: 10em;
}
body.register.main .order-input-table #item_name.color {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
body.register.main .order-input-table #item_name.size {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
body.register.main .order-input-table #cate_big_cd {
  display: inline-block;
  width: 60px;
  font-size: 16px;
  text-align: left;
}
body.register.main .order-input-table #in_store_cd {
  display: inline-block;
  width: 8em;
  font-size: 16px;
  text-align: left;
}
body.register.main .order-input-table #order-input-error {
  width: 100%;
  padding-left: 0.4em;
  padding-right: 0.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 21px;
  color: #a94442;
  text-align: right;
}
body.register.main .order-input-table #order-input-error.block {
  display: block;
}
body.register.main .order-input-table #order-input-error.item_name {
  display: block;
  max-width: 30em;
  min-width: 10em;
}
body.register.main .order-input-table #order-input-error.color {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
body.register.main .order-input-table #order-input-error.size {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
body.register.main .order-input-table #order-input-error::before {
  content: "\f071";
  display: inline-block;
  margin-right: 0.4em;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.register.main .order-input-table #order-input-error:empty::before {
  display: none;
}
body.register.main #scan_barcode {
  width: -webkit-calc(100% - 35px);
  width: calc(100% - 35px);
  float: right;
  height: 35px;
  line-height: 21px;
  padding: 6px 8px;
  border-width: 1px;
  border-radius: 0 4px 4px 0;
  border-color: #c65353;
  background-color: #e6b3b3;
  box-shadow: none;
  text-align: left;
  font-size: 14px;
  color: #c65353;
  z-index: 2;
}
body.register.main #scan_barcode:focus {
  box-shadow: none;
  background-color: transparent;
  border-color: #ccc;
  color: #666;
}
body.register.main #scan_barcode:focus:-ms-input-placeholder,
body.register.main #scan_barcode:focus::-webkit-input-placeholder {
  color: #666;
}
body.register.main #scan_barcode:focus + .input-group-btn .btn {
  border-color: #ccc;
  background-color: transparent;
  color: #555555;
}
body.register.main #scan_barcode:invalid {
  background-color: #fcf8e3;
  border-color: #8a6d3b;
  color: #8a6d3b;
}
body.register.main #scan_barcode:invalid:-ms-input-placeholder,
body.register.main #scan_barcode:invalid::-webkit-input-placeholder {
  font-size: 12px;
  color: #8a6d3b;
}
body.register.main #scan_barcode:invalid + .input-group-btn .btn {
  background-color: #fcf8e3;
  border-color: #8a6d3b;
  color: #8a6d3b;
}
body.register.main #scan_barcode:invalid:focus + .input-group-btn .btn {
  background-color: #fcf8e3;
  border-color: #8a6d3b;
  color: #8a6d3b;
}
body.register.main #scan_barcode:-ms-input-placeholder,
body.register.main #scan_barcode::-webkit-input-placeholder {
  font-size: 12px;
  color: #a94442;
}
body.register.main #scan_barcode + .input-group-btn {
  float: left;
  width: 35px;
  height: 35px;
}
body.register.main #scan_barcode + .input-group-btn .btn {
  width: 36px;
  height: 35px;
  margin-left: 0;
  background-color: #e6b3b3;
  border-width: 1px;
  border-radius: 4px 0 0 4px;
  border-color: #c65353;
  color: #c65353;
}
body.register.main #scan_barcode + .input-group-btn .btn:active {
  background-color: #eeeeee;
}
body.register.main #order-list .list-group-item-body,
body.register.main .list-panel .list-group-item-body {
  display: table;
  width: 100%;
}
body.register.main #order-list .list-group-item-body > .item,
body.register.main .list-panel .list-group-item-body > .item {
  padding-left: 0;
  list-style: none;
  position: relative;
  display: table-row;
  width: 100%;
  font-size: 16px;
}
body.register.main #order-list .list-group-item-body > .item:before,
body.register.main .list-panel .list-group-item-body > .item:before,
body.register.main #order-list .list-group-item-body > .item:after,
body.register.main .list-panel .list-group-item-body > .item:after {
  content: " ";
  display: table;
}
body.register.main #order-list .list-group-item-body > .item:after,
body.register.main .list-panel .list-group-item-body > .item:after {
  clear: both;
}
body.register.main #order-list .list-group-item-body > .item:before,
body.register.main .list-panel .list-group-item-body > .item:before,
body.register.main #order-list .list-group-item-body > .item:after,
body.register.main .list-panel .list-group-item-body > .item:after {
  content: " ";
  display: table;
}
body.register.main #order-list .list-group-item-body > .item:after,
body.register.main .list-panel .list-group-item-body > .item:after {
  clear: both;
}
body.register.main #order-list .list-group-item-body > .item li,
body.register.main .list-panel .list-group-item-body > .item li {
  display: table-cell;
  padding: 0 0.5em;
}
body.register.main #order-list .list-group-item-body > .item li:nth-child(1),
body.register.main .list-panel .list-group-item-body > .item li:nth-child(1) {
  width: 2%;
  text-align: left;
  padding: 0;
}
body.register.main #order-list .list-group-item-body > .item li:nth-child(2),
body.register.main .list-panel .list-group-item-body > .item li:nth-child(2) {
  width: 6%;
  text-align: right;
}
body.register.main #order-list .list-group-item-body > .item li:nth-child(3),
body.register.main .list-panel .list-group-item-body > .item li:nth-child(3) {
  width: 42%;
}
body.register.main #order-list .list-group-item-body > .item li:nth-child(4),
body.register.main .list-panel .list-group-item-body > .item li:nth-child(4) {
  width: 10%;
  text-align: right;
  vertical-align: bottom;
}
body.register.main #order-list .list-group-item-body > .item li:nth-child(5),
body.register.main .list-panel .list-group-item-body > .item li:nth-child(5) {
  width: 10%;
  text-align: right;
  vertical-align: bottom;
}
body.register.main #order-list .list-group-item-body > .item li:nth-child(6),
body.register.main .list-panel .list-group-item-body > .item li:nth-child(6) {
  width: 10%;
  text-align: right;
  vertical-align: bottom;
}
body.register.main #order-list .list-group-item-body > .item li:nth-child(7),
body.register.main .list-panel .list-group-item-body > .item li:nth-child(7) {
  width: 8%;
  text-align: right;
  vertical-align: bottom;
}
body.register.main #order-list .list-group-item-body > .item li:nth-child(8),
body.register.main .list-panel .list-group-item-body > .item li:nth-child(8) {
  width: 12%;
  text-align: right;
  vertical-align: bottom;
}
body.register.main #order-list-heading .item > li,
body.register.main .list-panel-heading .item > li {
  font-weight: bold;
}
body.register.main #order-list-body,
body.register.main .list-panel-items {
  height: 582px;
  margin: 0;
}
body.register.main #order-list-body .list-group-item,
body.register.main .list-panel-items .list-group-item {
  counter-increment: orderIndex;
  margin: 0;
  border-radius: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
body.register.main #order-list-body .list-group-item:last-child,
body.register.main .list-panel-items .list-group-item:last-child {
  border-bottom: 1px solid #e0e0e0;
}
body.register.main #order-list-body .list-group-item-body,
body.register.main .list-panel-items .list-group-item-body {
  min-height: 41px;
}
body.register.main .list-group-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
body.register.main .list-group-scroll .list-group {
  margin-bottom: 0;
}
body.register.main .list-group-scroll .list-group + .list-group > .list-group-item:first-child {
  border-top-width: 0;
}
body.register.main #order-list-items .list-group-item {
  counter-increment: orderIndex;
}
body.register.main #order-list-items .list-group-item.bundle_discount {
  font-weight: bold;
}
body.register.main #order-list-items .item > li:nth-child(1):before {
  display: block;
  content: counter(orderIndex);
}
body.register.main #order-list-items .item > li:nth-child(8) {
  font-size: 20px;
}
body.register.main #order-list-items .in_store_cd {
  font-size: 12px;
}
body.register.main #tenkey-area {
  position: relative;
}
body.register.main #tenkey .icon {
  font-size: 30px;
  color: #999999;
}
body.register.main #tenkey-input-body {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 124.5px;
  background-color: #2e3f51;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
body.register.main #tenkey-input-body .form-control {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  text-align: right;
  font-size: 45px;
  height: 104.5px;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
}
body.register.main #tenkey-table {
  border-top: 0;
}
body.register.main #sales-ranking-area .list-group {
  height: 258px;
  border-radius: 0 0 4px 4px;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
body.register.main #sales-ranking-area .register-sales-ranking {
  display: table;
  width: 100%;
}
body.register.main #sales-ranking-area .register-sales-ranking.total .price > span:after {
  content: "\5186";
  display: inline-block;
  font-size: 0.7em;
}
body.register.main #sales-ranking-area .register-sales-ranking.current {
  background-color: #f9f9f9;
}
body.register.main #sales-ranking-area .register-sales-ranking .name {
  display: table-cell;
  word-wrap: break-word;
}
body.register.main #sales-ranking-area .register-sales-ranking .price {
  display: table-cell;
  text-align: right;
  white-space: nowrap;
}
body.register.main #right-footer {
  clear: both;
}
body.register.main #right-footer:before,
body.register.main #right-footer:after {
  content: " ";
  display: table;
}
body.register.main #right-footer:after {
  clear: both;
}
body.register.main #right-footer:before,
body.register.main #right-footer:after {
  content: " ";
  display: table;
}
body.register.main #right-footer:after {
  clear: both;
}
body.register.main #price-area > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
body.register.main #price-area th {
  width: 6em;
  background-color: #fcfcfc;
  text-align: center;
}
body.register.main #price-area td {
  text-align: right;
}
body.register.main #price-area-detail th,
body.register.main #price-area-sub th,
body.register.main #price-area-detail td,
body.register.main #price-area-sub td {
  border-style: dashed;
}
body.register.main #price-area-detail tfoot th,
body.register.main #price-area-sub tfoot th,
body.register.main #price-area-detail tfoot td,
body.register.main #price-area-sub tfoot td {
  border-top-style: double;
  border-top-width: 3px;
}
body.register.main #price-area-detail th,
body.register.main #price-area-sub th {
  vertical-align: middle;
  font-size: 11px;
  padding-left: 6px;
  text-align: right;
}
body.register.main #price-area-detail td,
body.register.main #price-area-sub td {
  vertical-align: middle;
}
body.register.main #price-area-detail td.unit,
body.register.main #price-area-sub td.unit {
  font-size: 0.7em;
  vertical-align: bottom;
  text-align: left;
}
body.register.main #price-area-detail .form-control,
body.register.main #price-area-sub .form-control {
  height: auto;
  padding: 0;
  border-radius: 0;
  border-width: 0;
  box-shadow: none;
  text-align: right;
}
body.register.main #price-area-detail .form-control:focus,
body.register.main #price-area-sub .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #ccc;
}
body.register.main #price-area-detail .form-control[readonly],
body.register.main #price-area-sub .form-control[readonly] {
  background-color: transparent;
}
body.register.main #price-main-table {
  font-size: 18px;
}
body.register.main #price-main-table th {
  height: 54px;
  background-color: #2e3f51;
  color: #fff;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body.register.main #price-main-table th,
body.register.main #price-main-table td {
  vertical-align: middle;
}
body.register.main #price-main-table th .num,
body.register.main #price-main-table td .num {
  font-size: 25px;
  font-weight: 600;
  color: #333;
}
body.register.main #price-main-table th.unit,
body.register.main #price-main-table td.unit {
  border-right-color: transparent;
  line-height: 0;
  padding-bottom: 0;
}
body.register.main #price-main-table th.unit .num,
body.register.main #price-main-table td.unit .num {
  font-size: 18px;
}
body.register.main #price-main-table th.unit .unit,
body.register.main #price-main-table td.unit .unit {
  font-size: 0.7em;
  display: inline-block;
}
body.register.main #price-main-table tr.sub {
  font-size: 11px;
}
body.register.main #price-main-table tr.sub .num {
  font-size: 11px;
}
body.register.main #price-main-table tr.sub input[type="text"] {
  display: inline-block;
  width: 65px;
  font-size: 14px;
  font-weight: normal;
}
body.register.main #price-main-table input {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  display: inline-block;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  text-align: right;
  font-size: 25px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
			-webkit-font-smoothing: antialiased;
			-ms-font-smoothing: antialiased;
			font-smoothing: antialiased;
			*/
}
body.register.main #price-main-table #total_buy_price_tax_2 {
  font-size: 36px;
  font-weight: 600;
}
body.register.main .register-footer {
  margin-top: -10px;
}
body.register.main .register-footer .list-group {
  margin-bottom: 0;
}
body.register.main #sales_summry_info_ul {
  margin-bottom: 0;
}
body.register.main #sales_summry_info_ul .list-group-item {
  border-radius: 0;
  border-width: 1px 0;
}
body.register.main #sales_summry_info_ul .list-group-item:first-child {
  border-top-width: 0;
}
body.register.main.modal-start-open .modal-backdrop.in {
  background-color: #3cc;
  opacity: 0.95;
  filter: alpha(opacity=95);
}
body.register.main #modal-start .modal-dialog {
  margin: 0 !important;
  position: fixed;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
}
body.register.main #modal-start .modal-content {
  border-color: transparent;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.register.main #modal-start .modal-footer {
  border-top-color: transparent;
}
body.register.main #modal-start .modal-footer .btn {
  min-width: 8em;
}
body.register.main #modal-start.in figure {
  opacity: 1;
}
body.register.main #modal-start figure {
  display: block;
  text-align: center;
  position: relative;
  height: 300px;
  line-height: 300px;
  vertical-align: top;
}
body.register.main #modal-start figure.active {
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
body.register.main #modal-start figure .fa {
  font-size: 300px;
  color: #3cc;
}
body.register.main #modal-start figure .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 250px;
  height: 250px;
  margin-top: -125px;
  margin-left: -125px;
  background-color: #fff;
  z-index: -1;
  border-radius: 50%;
  box-shadow: 0 -2px 0 10px rgba(255, 255, 255, 0.8);
}
body.register.main #modal-start .msg {
  text-align: center;
  font-size: 56px;
  color: #fff;
}
body.register.main #modal-start #modal-start-input-table th,
body.register.main #modal-start #modal-start-input-table td {
  color: rgba(255, 255, 255, 0.8);
  padding: 1em;
}
body.register.main #modal-start #modal-start-input-table th .btn,
body.register.main #modal-start #modal-start-input-table td .btn {
  min-width: 80px;
}
body.register.main #modal-start #modal-start-input-table th .btn.btn-primary,
body.register.main #modal-start #modal-start-input-table td .btn.btn-primary {
  border-color: #289f9f;
}
body.register.main #modal-discount {
  -ms-touch-action: none;
  touch-action: none;
}
body.register.main #modal-discount td.discount-type {
  padding: 14px 20px 24px;
}
body.register.main #modal-discount td.discount-type .input-group label {
  font-weight: bold;
  cursor: pointer;
}
body.register.main #modal-discount td.discount-type input[type="text"] {
  text-align: right;
}
body.register.main #modal-discount .arrow {
  display: inline-block;
  float: right;
  font-size: 18px;
}
body.register.main #modal-discount #modal-discount-item_name {
  display: block;
  width: 680px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.register.main #modal-discount #modal-discount-item_name.block {
  display: block;
}
body.register.main #modal-discount #modal-discount-item_name.item_name {
  display: block;
  max-width: 30em;
  min-width: 10em;
}
body.register.main #modal-discount #modal-discount-item_name.color {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
body.register.main #modal-discount #modal-discount-item_name.size {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
body.register.main.test_mode {
  background-color: orange;
}
body.register.main_xga #order-list-body,
body.register.main_xga .list-panel-items {
  height: 468px !important;
}
body.register.main_xga #modal-start figure {
  display: block;
  text-align: center;
  position: relative;
  height: 220px;
  line-height: 220px;
  vertical-align: top;
}
body.register.main_xga #modal-start figure.active {
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
body.register.main_xga #modal-start figure .fa {
  font-size: 220px;
  color: #3cc;
}
body.register.main_xga #modal-start figure .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 180px;
  height: 180px;
  margin-top: -90px;
  margin-left: -90px;
  background-color: #fff;
  z-index: -1;
  border-radius: 50%;
  box-shadow: 0 -2px 0 10px rgba(255, 255, 255, 0.8);
}
body.register.main_xga #modal-start .msg {
  font-size: 24px;
}
body.register.main_xga #tnav_staff_name {
  box-shadow: none;
}
body.register.main_xga .sales_type-btns {
  padding: 0 4px;
  white-space: nowrap;
}
body.register.main_xga #left {
  width: 50%;
  padding-right: 2px;
  margin-right: 0;
}
body.register.main_xga #right {
  width: 50%;
  padding-left: 2px;
  margin-left: 0;
}
body.register.main_xga #order-input-panel,
body.register.main_xga #select-cate-big-panel,
body.register.main_xga #select-customer-order-panel {
  border-radius: 0 0 4px 4px;
}
body.register.main_xga .keypad-key,
body.register.main_xga .keypad-special {
  width: 60px;
  height: 60px;
}
body.register.main_xga .numpad-popup .keypad-cancel,
body.register.main_xga .numpad-popup .keypad-back {
  width: 120px;
}
body.register.main_xga .numpad-popup .keypad-W0 {
  width: 120px;
}
body.register.main_xga .numpad-popup .keypad-clear {
  width: 180px;
}
body.register.main_xga .numpad-popup .keypad-close {
  width: 120px;
  height: 180px;
  margin-top: -120px;
}
body.register.main_xga #order-area-tabs {
  border-bottom-width: 0;
}
body.register.main_xga #order-area-tabs li > a {
  padding: 12px 16px;
  min-width: 5em;
  text-align: center;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ccc;
  background-color: #f7f6f6;
}
body.register.main_xga #order-area-tabs li.active > a {
  border-bottom-color: transparent;
  background-color: #fff;
}
body.register.main_xga #scan_barcode {
  width: -webkit-calc(100% - 46px);
  width: calc(100% - 46px);
  height: 46px;
  line-height: 1.33;
  padding: 10px 13px;
  border-left-width: 0;
}
body.register.main_xga #scan_barcode::-webkit-input-placeholder {
  color: #c65353;
}
body.register.main_xga #scan_barcode::-ms-input-placeholder {
  color: #c65353;
}
body.register.main_xga #scan_barcode::-moz-input-placeholder {
  color: #c65353;
}
body.register.main_xga #scan_barcode:focus::-webkit-input-placeholder {
  color: #666;
}
body.register.main_xga #scan_barcode:focus::-ms-input-placeholder {
  color: #666;
}
body.register.main_xga #scan_barcode:focus::-moz-input-placeholder {
  color: #666;
}
body.register.main_xga #scan_barcode + .input-group-btn .btn {
  width: 46px;
  height: 46px;
}
body.register.main_xga #order-input-error {
  height: 29px;
  line-height: 29px;
  overflow: hidden;
}
body.register.main_xga #order-item-panel {
  margin-bottom: 2px;
}
body.register.main_xga #order-item-panel .panel-body {
  padding: 0;
}
body.register.main_xga #order-item-panel .order-input-table > thead > tr:first-child > td,
body.register.main_xga #order-item-panel .order-input-table > thead > tr:first-child > th {
  border-radius: 4px 4px 0 0;
}
body.register.main_xga #order-item-panel .order-input-table > thead > tr > td,
body.register.main_xga #order-item-panel .order-input-table > thead > tr > th {
  padding: 2px 6px;
}
body.register.main_xga #order-item-panel .order-input-table.table > thead > tr > td.sub {
  padding-top: 2px;
  padding-bottom: 0;
}
body.register.main_xga #order-item-panel #in_store_cd {
  width: 9em;
}
body.register.main_xga .order-input-table > thead .label {
  padding: 4px;
  vertical-align: text-top;
}
body.register.main_xga .order-input-table > thead > tr > td.item_name {
  padding-top: 0;
}
body.register.main_xga .order-input-table > thead > tr > td.item_name .label {
  vertical-align: top;
  margin-top: 5px;
}
body.register.main_xga .order-input-table #item_name {
  font-size: 16px;
}
body.register.main_xga .order-input-table .buy_item_num .input-group-addon {
  background-color: transparent;
  border-radius: 3px;
}
body.register.main_xga .order-input-table .buy_item_num .input-group-addon:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
body.register.main_xga .order-input-table .buy_item_num .input-group-addon:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
body.register.main_xga #calc-subtotal-entry-btn-area:before,
body.register.main_xga #calc-subtotal-entry-btn-area:after {
  content: " ";
  display: table;
}
body.register.main_xga #calc-subtotal-entry-btn-area:after {
  clear: both;
}
body.register.main_xga #calc-subtotal-entry-btn-area:before,
body.register.main_xga #calc-subtotal-entry-btn-area:after {
  content: " ";
  display: table;
}
body.register.main_xga #calc-subtotal-entry-btn-area:after {
  clear: both;
}
body.register.main_xga #order-start-btn,
body.register.main_xga #calc-subtotal-entry-btn {
  height: 160px;
  line-height: 158px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
}
body.register.main_xga #price-main-table > thead > tr > th,
body.register.main_xga #price-main-table > tbody > tr > th,
body.register.main_xga #price-main-table > tfoot > tr > th,
body.register.main_xga #price-main-table > thead > tr > td,
body.register.main_xga #price-main-table > tbody > tr > td,
body.register.main_xga #price-main-table > tfoot > tr > td {
  padding: 0 4px;
}
body.register.main_xga #price-main-table .bdb0 {
  border-bottom-width: 0;
}
body.register.main_xga #price-main-table #total_buy_price_tax_2 {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  font-size: 30px;
}
body.register.main_xga #price-main-table th {
  font-size: 12px;
}
body.register.main_xga #price-main-table tr.sub input[type="text"] {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}
body.register.main_xga #price-area .panel {
  margin-bottom: 0;
  border-bottom-width: 0;
}
body.register.main_xga #order-list-body .list-group-item-body,
body.register.main_xga .list-panel-items .list-group-item-body {
  min-height: 40px;
}
body.register.main_xga #order-list .list-group-item-body > .item,
body.register.main_xga .list-panel .list-group-item-body > .item {
  font-size: 12px;
}
body.register.main_xga #order-list .list-group-item-body > .item li,
body.register.main_xga .list-panel .list-group-item-body > .item li {
  padding: 0 0.2em;
  line-height: 18px;
}
body.register.main_xga #order-list .list-group-item-body > .item li:nth-child(1),
body.register.main_xga .list-panel .list-group-item-body > .item li:nth-child(1) {
  width: 7%;
}
body.register.main_xga #order-list .list-group-item-body > .item li:nth-child(2),
body.register.main_xga .list-panel .list-group-item-body > .item li:nth-child(2) {
  width: 7%;
}
body.register.main_xga #order-list .list-group-item-body > .item li:nth-child(3),
body.register.main_xga .list-panel .list-group-item-body > .item li:nth-child(3) {
  width: 55%;
}
body.register.main_xga #order-list .list-group-item-body > .item li:nth-child(4),
body.register.main_xga .list-panel .list-group-item-body > .item li:nth-child(4) {
  width: 10%;
}
body.register.main_xga #order-list .list-group-item-body > .item li:nth-child(5),
body.register.main_xga .list-panel .list-group-item-body > .item li:nth-child(5) {
  width: 10%;
}
body.register.main_xga #order-list .list-group-item-body > .item li:nth-child(6),
body.register.main_xga .list-panel .list-group-item-body > .item li:nth-child(6) {
  width: 10%;
}
body.register.main_xga #order-list .list-group-item-body > .item li:nth-child(7),
body.register.main_xga .list-panel .list-group-item-body > .item li:nth-child(7) {
  width: 9%;
}
body.register.main_xga #order-list .list-group-item-body > .item li:nth-child(8),
body.register.main_xga .list-panel .list-group-item-body > .item li:nth-child(8) {
  width: 22%;
}
body.register.main_xga #order-list .list-group-item-body > .item li .item_name,
body.register.main_xga .list-panel .list-group-item-body > .item li .item_name {
  margin-top: 4px;
}
body.register.main_xga #order-list .list-group-item {
  padding: 2px;
}
body.register.main_xga #order-list .list-group-item > .list-group-submenu {
  padding: 0;
}
body.register.main_xga #order-list .list-group-item > .list-group-submenu .btn {
  width: 80px;
  border-radius: 0;
}
body.register.main_xga #right-base .panel-heading,
body.register.main_xga #right-entry .panel-heading {
  padding: 4px 4px;
}
body.register.main_xga #right-base .panel-title,
body.register.main_xga #right-entry .panel-title {
  font-size: 12px;
}
body.register.main_xga #right-entry .panel-body {
  padding: 4px;
}
body.register.main_xga #payment-method-area .panel-body {
  padding: 2px;
}
body.register.main_xga #payment-method-area .row {
  margin: 0;
}
body.register.main_xga #payment-method-area .btn-height-2 {
  height: 64px;
}
body.register.main_xga #order-entry-btn {
  height: 240px;
  font-size: 18px;
}
body.register.main_xga .customer-info {
  font-size: 12px;
}
body.register.main_xga .customer-info th {
  width: 40px;
}
body.register.main_xga .customer-info td {
  width: 114px;
}
body.register.main_xga .customer-info th,
body.register.main_xga .customer-info td {
  padding: 2px 4px;
}
body.register.main_xga .customer-info th .cus_name,
body.register.main_xga .customer-info td .cus_name,
body.register.main_xga .customer-info th .point_class_name,
body.register.main_xga .customer-info td .point_class_name,
body.register.main_xga .customer-info th .total_point,
body.register.main_xga .customer-info td .total_point {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.register.main_xga .customer-info th .total_point:after,
body.register.main_xga .customer-info td .total_point:after {
  content: 'Ｐ';
}
body.register.main_xga #order-subtotal-customer-info-area {
  margin-bottom: 4px;
}
/*
/* section.less
/* -------------------------------------------------- */
.print-board {
  width: 940px;
  height: 640px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}
@media print {
  .print-board {
    min-height: 680px;
  }
}
.print-board.print-board-vertical {
  width: 620px;
  height: 940px;
  font-size: 8px;
}
@media print {
  .print-board.print-board-vertical {
    min-height: 980px;
  }
}
.print-board .print-title {
  font-size: 24px;
}
.print-board .print-title.print-title-inline-border {
  display: inline-block;
  border: 2px solid #000;
  padding: 3px 16px;
}
.print-board-toolbar {
  width: 940px;
  margin: 21px auto;
  margin-bottom: 10px;
}
.print-board-toolbar.vertical {
  width: 640px;
}
.print-board-wrap {
  width: 980px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #555555;
}
.print-board-wrap.vertical {
  width: 660px;
}
@media print {
  .print-board-wrap {
    width: auto;
    margin: auto;
    padding: 0;
    border: none;
  }
  .print-board-toolbar {
    display: none;
  }
}
.maker-order-page-lg {
  font-size: 14px;
  line-height: 30px;
}
.maker-order-page-lg .page-num {
  font-size: 8px;
  line-height: 20px;
}
.maker-order-page-lg .table th,
.maker-order-page-lg .table td {
  white-space: normal;
  word-break: break-all;
}
.maker-order-page-lg .maker-order-page-header {
  width: 100%;
  overflow: hidden;
}
.maker-order-page-lg .maker-order-page-header:before,
.maker-order-page-lg .maker-order-page-header:after {
  content: " ";
  display: table;
}
.maker-order-page-lg .maker-order-page-header:after {
  clear: both;
}
.maker-order-page-lg .maker-order-page-header:before,
.maker-order-page-lg .maker-order-page-header:after {
  content: " ";
  display: table;
}
.maker-order-page-lg .maker-order-page-header:after {
  clear: both;
}
.maker-order-page-lg .maker-order-page-header .left {
  float: left;
  width: 25%;
  text-align: left;
}
.maker-order-page-lg .maker-order-page-header .left .logo_for_maker_order {
  max-width: 80%;
  max-height: 80px;
}
.maker-order-page-lg .maker-order-page-header .left .vender_name,
.maker-order-page-lg .maker-order-page-header .left .vender_tel,
.maker-order-page-lg .maker-order-page-header .left .vender_fax {
  line-height: 1.333;
}
.maker-order-page-lg .maker-order-page-header .right {
  float: left;
  width: 25%;
  text-align: right;
}
.maker-order-page-lg .maker-order-page-header .right dl {
  width: 100%;
  display: block;
  margin: 0;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.maker-order-page-lg .maker-order-page-header .right dl.block {
  display: block;
}
.maker-order-page-lg .maker-order-page-header .right dl.item_name {
  display: block;
  max-width: 30em;
  min-width: 10em;
}
.maker-order-page-lg .maker-order-page-header .right dl.color {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.maker-order-page-lg .maker-order-page-header .right dl.size {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.maker-order-page-lg .maker-order-page-header .right dl dt,
.maker-order-page-lg .maker-order-page-header .right dl dd {
  display: inline;
}
.maker-order-page-lg .maker-order-page-header .right dl.maker_order_type {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.maker-order-page-lg .maker-order-page-header .right dl.maker_order_type.block {
  display: block;
}
.maker-order-page-lg .maker-order-page-header .right dl.maker_order_type.item_name {
  display: block;
  max-width: 30em;
  min-width: 10em;
}
.maker-order-page-lg .maker-order-page-header .right dl.maker_order_type.color {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.maker-order-page-lg .maker-order-page-header .right dl.maker_order_type.size {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.maker-order-page-lg .maker-order-page-header .right dl.maker_order_type dt {
  display: none;
}
.maker-order-page-lg .maker-order-page-header .right dl.maker_order_type dd {
  line-height: inherit;
}
.maker-order-page-lg .maker-order-page-header .right #ul-maker_order_type {
  float: right;
}
.maker-order-page-lg .maker-order-page-header .center {
  float: left;
  width: 50%;
  text-align: center;
}
.maker-order-page-lg .maker-order-page-header .center .title {
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  font-size: 42px;
  margin: 14px 0;
}
@media print {
  .maker-order-page-lg .maker-order-page-header .center .title {
    color: #fff !important;
    background-color: #000 !important;
  }
}
.maker-order-page-lg #ul-maker_order_type {
  padding-left: 0;
  list-style: none;
  display: table;
  margin: 0;
  border: 1px solid #000;
  border-left: 0;
}
.maker-order-page-lg #ul-maker_order_type > li {
  display: table-cell;
  min-width: 6em;
  padding: 0.5em 0.7em;
  line-height: 1.5;
  border-left: 1px solid #000;
  text-align: center;
}
.maker-order-page-lg #ul-maker_order_type > li.active {
  font-weight: bold;
  background-color: #000;
  color: #fff;
}
@media print {
  .maker-order-page-lg #ul-maker_order_type > li.active {
    color: #fff !important;
    background-color: #000 !important;
  }
}
.maker-order-page-lg .maker-order-info-lv1 {
  width: 100%;
  border-bottom: 1px solid #000;
  line-height: 0;
  margin-top: 0;
}
.maker-order-page-lg .maker-order-info-lv1:before,
.maker-order-page-lg .maker-order-info-lv1:after {
  content: " ";
  display: table;
}
.maker-order-page-lg .maker-order-info-lv1:after {
  clear: both;
}
.maker-order-page-lg .maker-order-info-lv1:before,
.maker-order-page-lg .maker-order-info-lv1:after {
  content: " ";
  display: table;
}
.maker-order-page-lg .maker-order-info-lv1:after {
  clear: both;
}
.maker-order-page-lg .maker-order-info-lv1 section {
  clear: both;
  margin-bottom: 15px;
  height: 30px;
}
.maker-order-page-lg .maker-order-info-lv1 section:last-child {
  margin-bottom: 0;
}
.maker-order-page-lg .maker-order-info-lv1 section .left {
  float: left;
  width: 40%;
}
.maker-order-page-lg .maker-order-info-lv1 section .center {
  float: left;
  width: 20%;
}
.maker-order-page-lg .maker-order-info-lv1 section .right {
  float: right;
  width: 40%;
  text-align: right;
}
.maker-order-page-lg .maker-order-info-lv1 section dl {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.maker-order-page-lg .maker-order-info-lv1 section dl.block {
  display: block;
}
.maker-order-page-lg .maker-order-info-lv1 section dl.item_name {
  display: block;
  max-width: 30em;
  min-width: 10em;
}
.maker-order-page-lg .maker-order-info-lv1 section dl.color {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.maker-order-page-lg .maker-order-info-lv1 section dl.size {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.maker-order-page-lg .maker-order-info-lv1 section dl dt {
  display: inline-block;
}
.maker-order-page-lg .maker-order-info-lv1 section dl dt > span {
  display: inline-block;
  padding: 0.5em 0.7em;
  background-color: #000;
  color: #fff;
}
@media print {
  .maker-order-page-lg .maker-order-info-lv1 section dl dt > span {
    color: #fff !important;
    background-color: #000 !important;
  }
}
.maker-order-page-lg .maker-order-info-lv1 section dl dd {
  display: inline;
  line-height: 1;
  padding: 0 0.25em;
}
.maker-order-page-lg .maker-order-info-lv1 section dl.maker_order_type dt {
  display: none;
}
.maker-order-page-lg .maker-order-info-lv1 section dl.maker_order_type dd {
  line-height: inherit;
}
.maker-order-page-lg .maker-order-info-lv1 section dl.slip_date,
.maker-order-page-lg .maker-order-info-lv1 section dl.dl-staff_name {
  border: 1px solid #000;
}
.maker-order-page-lg .maker-order-info-lv1 section dl.slip_date dd,
.maker-order-page-lg .maker-order-info-lv1 section dl.dl-staff_name dd {
  padding-right: 0.5em;
}
.maker-order-page-lg .maker-order-info-lv1 section dl.shop_name {
  width: 65%;
  float: left;
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
}
.maker-order-page-lg .maker-order-info-lv1 section dl.shop_cd {
  width: 35%;
  float: right;
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
}
.maker-order-page-lg .maker-order-info-lv1 section dl.shop_name,
.maker-order-page-lg .maker-order-info-lv1 section dl.shop_cd,
.maker-order-page-lg .maker-order-info-lv1 section dl.project_no {
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
}
.maker-order-page-lg .maker-order-info-lv1 section dl.shop_cd {
  border-width: 1px 0 0 0;
}
.maker-order-page-lg .maker-order-info-lv1 section dl.project_no {
  width: 100%;
  text-align: center;
  background-color: #000;
  color: #fff;
}
@media print {
  .maker-order-page-lg .maker-order-info-lv1 section dl.project_no {
    color: #fff !important;
    background-color: #000 !important;
  }
}
.maker-order-page-lg .maker-order-info-lv1 section dl.maker_order_date,
.maker-order-page-lg .maker-order-info-lv1 section dl.deliver_plan_date {
  display: inline-block;
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
}
.maker-order-page-lg .maker-order-info-lv1 section #span-maker_order_date,
.maker-order-page-lg .maker-order-info-lv1 section #span-deliver_plan_date {
  display: inline-block;
  min-width: 6em;
  text-align: center;
}
.maker-order-page-lg .no-copying {
  text-align: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 2;
}
.maker-order-page-lg .maker-order-info-lv2 {
  width: 100%;
  display: table;
  height: 40px;
  margin-top: -21px;
  margin-bottom: 9px;
}
.maker-order-page-lg .maker-order-info-lv2 dl {
  display: table-cell;
  margin: 0;
}
.maker-order-page-lg .maker-order-info-lv2 dl > dt {
  font-weight: normal;
  border-bottom: 1px solid #000;
}
.maker-order-page-lg .maker-order-info-lv2 dl > dd {
  line-height: 2;
}
.maker-order-page-lg .maker-order-info-lv2 dl.maker_order_type > dd {
  line-height: 1.5;
}
.maker-order-page-lg .maker-order-info-lv2 dl.maker_order_type > dd > span {
  display: inline-block;
  padding: 0.5em 0.7em;
  min-width: 6em;
  text-align: center;
  background-color: #000;
  color: #fff;
}
@media print {
  .maker-order-page-lg .maker-order-info-lv2 dl.maker_order_type > dd > span {
    color: #fff !important;
    background-color: #000 !important;
  }
}
.maker-order-page-lg .maker-order-info-lv2 dl #span-cate_big_name {
  display: inline-block;
  min-width: 4em;
}
.maker-order-page-lg .maker-order-footer {
  line-height: 1.333;
}
.maker-order-page-lg .maker-order-footer:before,
.maker-order-page-lg .maker-order-footer:after {
  content: " ";
  display: table;
}
.maker-order-page-lg .maker-order-footer:after {
  clear: both;
}
.maker-order-page-lg .maker-order-footer:before,
.maker-order-page-lg .maker-order-footer:after {
  content: " ";
  display: table;
}
.maker-order-page-lg .maker-order-footer:after {
  clear: both;
}
.maker-order-page-lg .maker-order-footer .left {
  float: left;
  width: 59%;
}
.maker-order-page-lg .maker-order-footer .right {
  float: right;
  width: 41%;
}
.maker-order-page-lg .maker-order-footer .attention {
  font-size: 21px;
}
.maker-order-page-lg .maker-order-footer dl {
  margin: 0;
}
.maker-order-page-lg .maker-order-footer dl.note {
  padding-right: 20px;
  word-wrap: break-word;
  word-break: break-all;
}
.maker-order-page-lg .maker-order-footer dl.note > dt {
  display: inline;
  padding-right: 0.5em;
}
.maker-order-page-lg .maker-order-footer dl.note > dd {
  display: inline;
}
.maker-order-page-lg .maker-order-footer dl.customer-address {
  margin-top: 1em;
  word-wrap: break-word;
  word-break: break-all;
}
.maker-order-page-lg .maker-order-footer dl.customer-address dl {
  display: inline-block;
  margin-right: 1em;
}
.maker-order-page-lg .maker-order-footer dl.customer-address dl > dt {
  display: inline;
}
.maker-order-page-lg .maker-order-footer dl.customer-address dl > dd {
  display: inline;
}
.maker-order-page-lg .maker-order-table {
  width: 100%;
  margin-bottom: 14px;
}
.maker-order-page-lg .maker-order-table > thead > tr > th {
  line-height: 1;
  vertical-align: bottom;
  text-align: center;
  border: 1px solid #000;
}
.maker-order-page-lg .maker-order-table > tbody > tr > td {
  padding: 8px 4px;
  line-height: 1;
  border: 1px solid #000;
}
.maker-order-page-lg .maker-order-table > tbody > tr > td span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}
.maker-order-page-lg .maker-order-table > tbody > tr > td span.block {
  display: block;
}
.maker-order-page-lg .maker-order-table > tbody > tr > td span.item_name {
  display: block;
  max-width: 30em;
  min-width: 10em;
}
.maker-order-page-lg .maker-order-table > tbody > tr > td span.color {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.maker-order-page-lg .maker-order-table > tbody > tr > td span.size {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.maker-order-page-lg .maker-order-table > tbody > tr > td.jan_cd .code {
  height: 42px;
  line-height: 1;
  font-family: code39regular;
  font-size: 21px;
}
.maker-order-page-lg .maker-order-table > tbody > tr > td.jan_cd .code > span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: scale(1, 2) translateY(-25%);
  -ms-transform: scale(1, 2) translateY(-25%);
  transform: scale(1, 2) translateY(-25%);
}
.maker-order-page-lg .maker-order-table > tfoot > tr > td {
  padding: 8px 4px;
  line-height: 1;
}
.maker-order-page-lg .maker-order-table > tfoot > tr > td.total-key {
  border: 1px solid #000;
}
.maker-order-page-lg .maker-order-table > tfoot > tr > td.total-value {
  border: 1px solid #000;
}
.maker-order-page-lg textarea {
  border-width: 0;
}
.maker-order-page-lg #scan_barcode:invalid {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ce8483;
}
.maker-order-page-lg #scan_barcode:invalid:focus {
  border-color: #a94442;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, 0.6);
}
.maker-order-page-lg #order-list-items tr.animated td {
  border-color: transparent;
}
.maker-order-page-lg #order-list-items td {
  vertical-align: middle;
}
.maker-order-page-lg #order-list-items td div.item_name {
  white-space: normal;
}
.maker-order-page-lg #order-list-items div.order_unit,
.maker-order-page-lg #order-list-items div.cost_notax_item,
.maker-order-page-lg #order-list-items div.cost_notax_item_total,
.maker-order-page-lg #order-list-items div.price_one_total {
  display: inline-block;
}
.maker-order-page-lg input.maker_order_num:invalid {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ce8483;
}
.maker-order-page-lg input.maker_order_num:invalid:focus {
  border-color: #a94442;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, 0.6);
}
.maker-order-page-lg #note + .originalTextareaInfo {
  padding: 5px 10px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.maker-order-page-lg #note + .originalTextareaInfo.warningTextareaInfo {
  color: #a94442;
  font-weight: bold;
}
.maker-order-page-lg #panel-order-step3-toolbar {
  margin-bottom: 14px;
}
.maker-order-page-sm {
  font-size: 9px;
  line-height: 20px;
}
.maker-order-page-sm .page-num {
  font-size: 8px;
  line-height: 20px;
}
.maker-order-page-sm .table th,
.maker-order-page-sm .table td {
  white-space: normal;
  word-break: break-all;
}
.maker-order-page-sm .maker-order-page-header {
  width: 100%;
  overflow: hidden;
}
.maker-order-page-sm .maker-order-page-header:before,
.maker-order-page-sm .maker-order-page-header:after {
  content: " ";
  display: table;
}
.maker-order-page-sm .maker-order-page-header:after {
  clear: both;
}
.maker-order-page-sm .maker-order-page-header:before,
.maker-order-page-sm .maker-order-page-header:after {
  content: " ";
  display: table;
}
.maker-order-page-sm .maker-order-page-header:after {
  clear: both;
}
.maker-order-page-sm .maker-order-page-header .left {
  float: left;
  width: 25%;
  text-align: left;
}
.maker-order-page-sm .maker-order-page-header .left .logo_for_maker_order {
  max-width: 80%;
  max-height: 80px;
}
.maker-order-page-sm .maker-order-page-header .left .vender_name,
.maker-order-page-sm .maker-order-page-header .left .vender_tel,
.maker-order-page-sm .maker-order-page-header .left .vender_fax {
  line-height: 1.333;
}
.maker-order-page-sm .maker-order-page-header .right {
  float: left;
  width: 25%;
  text-align: right;
}
.maker-order-page-sm .maker-order-page-header .right dl {
  width: 100%;
  display: block;
  margin: 0;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.maker-order-page-sm .maker-order-page-header .right dl.block {
  display: block;
}
.maker-order-page-sm .maker-order-page-header .right dl.item_name {
  display: block;
  max-width: 30em;
  min-width: 10em;
}
.maker-order-page-sm .maker-order-page-header .right dl.color {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.maker-order-page-sm .maker-order-page-header .right dl.size {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.maker-order-page-sm .maker-order-page-header .right dl dt,
.maker-order-page-sm .maker-order-page-header .right dl dd {
  display: inline;
}
.maker-order-page-sm .maker-order-page-header .right dl.maker_order_type {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.maker-order-page-sm .maker-order-page-header .right dl.maker_order_type.block {
  display: block;
}
.maker-order-page-sm .maker-order-page-header .right dl.maker_order_type.item_name {
  display: block;
  max-width: 30em;
  min-width: 10em;
}
.maker-order-page-sm .maker-order-page-header .right dl.maker_order_type.color {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.maker-order-page-sm .maker-order-page-header .right dl.maker_order_type.size {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.maker-order-page-sm .maker-order-page-header .right dl.maker_order_type dt {
  display: none;
}
.maker-order-page-sm .maker-order-page-header .right dl.maker_order_type dd {
  line-height: inherit;
}
.maker-order-page-sm .maker-order-page-header .right #ul-maker_order_type {
  float: right;
}
.maker-order-page-sm .maker-order-page-header .center {
  float: left;
  width: 50%;
  text-align: center;
}
.maker-order-page-sm .maker-order-page-header .center .title {
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  font-size: 27px;
  margin: 9px 0;
}
@media print {
  .maker-order-page-sm .maker-order-page-header .center .title {
    color: #fff !important;
    background-color: #000 !important;
  }
}
.maker-order-page-sm #ul-maker_order_type {
  padding-left: 0;
  list-style: none;
  display: table;
  margin: 0;
  border: 1px solid #000;
  border-left: 0;
}
.maker-order-page-sm #ul-maker_order_type > li {
  display: table-cell;
  min-width: 6em;
  padding: 0.5em 0.7em;
  line-height: 1.5;
  border-left: 1px solid #000;
  text-align: center;
}
.maker-order-page-sm #ul-maker_order_type > li.active {
  font-weight: bold;
  background-color: #000;
  color: #fff;
}
@media print {
  .maker-order-page-sm #ul-maker_order_type > li.active {
    color: #fff !important;
    background-color: #000 !important;
  }
}
.maker-order-page-sm .maker-order-info-lv1 {
  width: 100%;
  border-bottom: 1px solid #000;
  line-height: 0;
  margin-top: 0;
}
.maker-order-page-sm .maker-order-info-lv1:before,
.maker-order-page-sm .maker-order-info-lv1:after {
  content: " ";
  display: table;
}
.maker-order-page-sm .maker-order-info-lv1:after {
  clear: both;
}
.maker-order-page-sm .maker-order-info-lv1:before,
.maker-order-page-sm .maker-order-info-lv1:after {
  content: " ";
  display: table;
}
.maker-order-page-sm .maker-order-info-lv1:after {
  clear: both;
}
.maker-order-page-sm .maker-order-info-lv1 section {
  clear: both;
  margin-bottom: 10px;
  height: 20px;
}
.maker-order-page-sm .maker-order-info-lv1 section:last-child {
  margin-bottom: 0;
}
.maker-order-page-sm .maker-order-info-lv1 section .left {
  float: left;
  width: 40%;
}
.maker-order-page-sm .maker-order-info-lv1 section .center {
  float: left;
  width: 20%;
}
.maker-order-page-sm .maker-order-info-lv1 section .right {
  float: right;
  width: 40%;
  text-align: right;
}
.maker-order-page-sm .maker-order-info-lv1 section dl {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.maker-order-page-sm .maker-order-info-lv1 section dl.block {
  display: block;
}
.maker-order-page-sm .maker-order-info-lv1 section dl.item_name {
  display: block;
  max-width: 30em;
  min-width: 10em;
}
.maker-order-page-sm .maker-order-info-lv1 section dl.color {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.maker-order-page-sm .maker-order-info-lv1 section dl.size {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.maker-order-page-sm .maker-order-info-lv1 section dl dt {
  display: inline-block;
}
.maker-order-page-sm .maker-order-info-lv1 section dl dt > span {
  display: inline-block;
  padding: 0.5em 0.7em;
  background-color: #000;
  color: #fff;
}
@media print {
  .maker-order-page-sm .maker-order-info-lv1 section dl dt > span {
    color: #fff !important;
    background-color: #000 !important;
  }
}
.maker-order-page-sm .maker-order-info-lv1 section dl dd {
  display: inline;
  line-height: 1;
  padding: 0 0.25em;
}
.maker-order-page-sm .maker-order-info-lv1 section dl.maker_order_type dt {
  display: none;
}
.maker-order-page-sm .maker-order-info-lv1 section dl.maker_order_type dd {
  line-height: inherit;
}
.maker-order-page-sm .maker-order-info-lv1 section dl.slip_date,
.maker-order-page-sm .maker-order-info-lv1 section dl.dl-staff_name {
  border: 1px solid #000;
}
.maker-order-page-sm .maker-order-info-lv1 section dl.slip_date dd,
.maker-order-page-sm .maker-order-info-lv1 section dl.dl-staff_name dd {
  padding-right: 0.5em;
}
.maker-order-page-sm .maker-order-info-lv1 section dl.shop_name {
  width: 65%;
  float: left;
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
}
.maker-order-page-sm .maker-order-info-lv1 section dl.shop_cd {
  width: 35%;
  float: right;
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
}
.maker-order-page-sm .maker-order-info-lv1 section dl.shop_name,
.maker-order-page-sm .maker-order-info-lv1 section dl.shop_cd,
.maker-order-page-sm .maker-order-info-lv1 section dl.project_no {
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
}
.maker-order-page-sm .maker-order-info-lv1 section dl.shop_cd {
  border-width: 1px 0 0 0;
}
.maker-order-page-sm .maker-order-info-lv1 section dl.project_no {
  width: 100%;
  text-align: center;
  background-color: #000;
  color: #fff;
}
@media print {
  .maker-order-page-sm .maker-order-info-lv1 section dl.project_no {
    color: #fff !important;
    background-color: #000 !important;
  }
}
.maker-order-page-sm .maker-order-info-lv1 section dl.maker_order_date,
.maker-order-page-sm .maker-order-info-lv1 section dl.deliver_plan_date {
  display: inline-block;
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
}
.maker-order-page-sm .maker-order-info-lv1 section #span-maker_order_date,
.maker-order-page-sm .maker-order-info-lv1 section #span-deliver_plan_date {
  display: inline-block;
  min-width: 6em;
  text-align: center;
}
.maker-order-page-sm .no-copying {
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
}
.maker-order-page-sm .maker-order-info-lv2 {
  width: 100%;
  display: table;
  height: 40px;
  margin-top: -14px;
  margin-bottom: 6px;
}
.maker-order-page-sm .maker-order-info-lv2 dl {
  display: table-cell;
  margin: 0;
}
.maker-order-page-sm .maker-order-info-lv2 dl > dt {
  font-weight: normal;
  border-bottom: 1px solid #000;
}
.maker-order-page-sm .maker-order-info-lv2 dl > dd {
  line-height: 2;
}
.maker-order-page-sm .maker-order-info-lv2 dl.maker_order_type > dd {
  line-height: 1.5;
}
.maker-order-page-sm .maker-order-info-lv2 dl.maker_order_type > dd > span {
  display: inline-block;
  padding: 0.5em 0.7em;
  min-width: 6em;
  text-align: center;
  background-color: #000;
  color: #fff;
}
@media print {
  .maker-order-page-sm .maker-order-info-lv2 dl.maker_order_type > dd > span {
    color: #fff !important;
    background-color: #000 !important;
  }
}
.maker-order-page-sm .maker-order-info-lv2 dl #span-cate_big_name {
  display: inline-block;
  min-width: 4em;
}
.maker-order-page-sm .maker-order-footer {
  line-height: 1.333;
}
.maker-order-page-sm .maker-order-footer:before,
.maker-order-page-sm .maker-order-footer:after {
  content: " ";
  display: table;
}
.maker-order-page-sm .maker-order-footer:after {
  clear: both;
}
.maker-order-page-sm .maker-order-footer:before,
.maker-order-page-sm .maker-order-footer:after {
  content: " ";
  display: table;
}
.maker-order-page-sm .maker-order-footer:after {
  clear: both;
}
.maker-order-page-sm .maker-order-footer .left {
  float: left;
  width: 59%;
}
.maker-order-page-sm .maker-order-footer .right {
  float: right;
  width: 41%;
}
.maker-order-page-sm .maker-order-footer .attention {
  font-size: 13.5px;
}
.maker-order-page-sm .maker-order-footer dl {
  margin: 0;
}
.maker-order-page-sm .maker-order-footer dl.note {
  padding-right: 20px;
  word-wrap: break-word;
  word-break: break-all;
}
.maker-order-page-sm .maker-order-footer dl.note > dt {
  display: inline;
  padding-right: 0.5em;
}
.maker-order-page-sm .maker-order-footer dl.note > dd {
  display: inline;
}
.maker-order-page-sm .maker-order-footer dl.customer-address {
  margin-top: 1em;
  word-wrap: break-word;
  word-break: break-all;
}
.maker-order-page-sm .maker-order-footer dl.customer-address dl {
  display: inline-block;
  margin-right: 1em;
}
.maker-order-page-sm .maker-order-footer dl.customer-address dl > dt {
  display: inline;
}
.maker-order-page-sm .maker-order-footer dl.customer-address dl > dd {
  display: inline;
}
.maker-order-page-sm .maker-order-table {
  width: 100%;
  margin-bottom: 14px;
}
.maker-order-page-sm .maker-order-table > thead > tr > th {
  line-height: 1;
  vertical-align: bottom;
  text-align: center;
  border: 1px solid #000;
}
.maker-order-page-sm .maker-order-table > tbody > tr > td {
  padding: 5px 2px;
  line-height: 1;
  border: 1px solid #000;
}
.maker-order-page-sm .maker-order-table > tbody > tr > td span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}
.maker-order-page-sm .maker-order-table > tbody > tr > td span.block {
  display: block;
}
.maker-order-page-sm .maker-order-table > tbody > tr > td span.item_name {
  display: block;
  max-width: 30em;
  min-width: 10em;
}
.maker-order-page-sm .maker-order-table > tbody > tr > td span.color {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.maker-order-page-sm .maker-order-table > tbody > tr > td span.size {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
.maker-order-page-sm .maker-order-table > tbody > tr > td.jan_cd .code {
  height: 28px;
  line-height: 1;
  font-family: code39regular;
  font-size: 14px;
}
.maker-order-page-sm .maker-order-table > tbody > tr > td.jan_cd .code > span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: scale(1, 2) translateY(-25%);
  -ms-transform: scale(1, 2) translateY(-25%);
  transform: scale(1, 2) translateY(-25%);
}
.maker-order-page-sm .maker-order-table > tfoot > tr > td {
  padding: 5px 2px;
  line-height: 1;
}
.maker-order-page-sm .maker-order-table > tfoot > tr > td.total-key {
  border: 1px solid #000;
}
.maker-order-page-sm .maker-order-table > tfoot > tr > td.total-value {
  border: 1px solid #000;
}
.maker-order-page-sm textarea {
  border-width: 0;
}
.maker-order-page-sm #scan_barcode:invalid {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ce8483;
}
.maker-order-page-sm #scan_barcode:invalid:focus {
  border-color: #a94442;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, 0.6);
}
body.login {
  padding-top: 80px;
  background-image: none;
  background-color: #f8f8f8;
}
.login-container {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.login-container .row > div {
  margin-bottom: 1em;
}
.login-container .row > div:last-child {
  margin-bottom: 0;
}
.login-panel {
  position: relative;
  padding: 30px 25px 50px;
  margin-bottom: 1em;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}
.login-panel h1 {
  font-size: 21px;
  font-weight: normal;
}
.login-panel .sub-title {
  font-size: 14px;
}
.login-panel .login-form {
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: left;
}
.login-panel .login-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}
.login-panel .error {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #d5a3a3;
  color: #a94442;
  padding: 10px 13px;
  font-size: 12px;
}
.login-panel .error h4 {
  margin-top: 0;
  color: inherit;
}
.login-panel .error .alert-link {
  font-weight: bold;
}
.login-panel .error > p,
.login-panel .error > ul {
  margin-bottom: 0;
}
.login-panel .error > p + p {
  margin-top: 5px;
}
.login-panel .error hr {
  border-top-color: #ce9192;
}
.login-panel .error .alert-link {
  color: #843534;
}
#forget-password-container,
#create-user-container {
  display: none;
}
@media (min-width: 768px) {
  .login-container {
    width: 450px;
  }
  .login-container .row > div {
    margin-bottom: 0;
  }
  .login-container .login-form {
    padding: 0 25px;
    text-align: left;
  }
}
@media print {
  body {
    background-color: #fff;
  }
  #wrap,
  #content {
    background-color: transparent;
  }
  #gnav,
  #tnav {
    display: none;
  }
  #main {
    padding: 0 !important;
    background-color: transparent;
  }
  .badge,
  .label {
    background-color: #eee;
    border: 1px solid #ccc;
  }
  #menu-cat {
    display: none;
  }
  #overlay {
    display: none;
  }
}
body.print {
  background: transparent url('../img/common/20x20.png') 0 0 repeat;
}
body.print #wrap,
body.print #content {
  background-color: transparent;
}
body.print #gnav,
body.print #tnav {
  display: none;
}
body.print #main {
  padding: 0 !important;
  background-color: transparent;
}
body.print .badge,
body.print .label {
  background-color: #eee;
  border: 1px solid #ccc;
}
body.print #menu-cat {
  display: none;
}
body.print #overlay {
  display: none;
}
body.staff_index #main .panel-body .ds-btn,
body.admin_index #main .panel-body .ds-btn {
  margin-bottom: 0;
}
#panel-select-register {
  margin-top: 200px;
}
@media (max-width: 1199px) {
  body.operation_price td.item_name span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 10em;
  }
  body.operation_price td.item_name span.block {
    display: block;
  }
  body.operation_price td.item_name span.item_name {
    display: block;
    max-width: 30em;
    min-width: 10em;
  }
  body.operation_price td.item_name span.color {
    display: block;
    max-width: 20em;
    min-width: 6em;
  }
  body.operation_price td.item_name span.size {
    display: block;
    max-width: 20em;
    min-width: 6em;
  }
  body.operation_price td.color span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 4em;
  }
  body.operation_price td.color span.block {
    display: block;
  }
  body.operation_price td.color span.item_name {
    display: block;
    max-width: 30em;
    min-width: 10em;
  }
  body.operation_price td.color span.color {
    display: block;
    max-width: 20em;
    min-width: 6em;
  }
  body.operation_price td.color span.size {
    display: block;
    max-width: 20em;
    min-width: 6em;
  }
}
body.register.drawer #panel-drawer th {
  padding-left: 13px;
  padding-right: 13px;
}
body.register.drawer #panel-drawer input[type="text"] {
  text-align: right;
}
body.register.drawer #panel-drawer .cash_total.lg {
  font-size: 23px;
}
body.register.drawer #panel-drawer .is-keypad,
body.register.drawer #panel-drawer .is-keypad[readonly],
body.register.drawer #panel-drawer .is-keypad[disabled] {
  background-color: #fff;
}
body.register.drawer .numpad-popup {
  margin-top: -46px;
  margin-left: 134px;
}
body.register.drawer.finish #panel-drawer td {
  text-align: right;
}
body.register.drawer.finish #panel-drawer td .num {
  font-size: 18px;
}
body.register.drawer.finish #panel-drawer td.note {
  min-height: 35px;
  text-align: left;
}
body.merchandise #main {
  background-color: #fff;
  padding-bottom: 100px;
}
body.merchandise_detail .graph [data-toggle="tooltip"] {
  cursor: pointer;
}
body.merchandise_detail .graph [data-toggle="tooltip"]:hover {
  position: relative;
}
body.merchandise_detail .graph [data-toggle="tooltip"]:hover::before {
  content: attr(title);
  position: absolute;
  top: -25px;
  left: 0;
  display: block;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.8);
}
body.merchandise_detail .graph .jqplot-point-label.jqplot-series-0 {
  background-color: rgba(255, 255, 255, 0.5);
}
body.merchandise_detail.print .subnav {
  display: none;
}
@media print {
  body.merchandise_detail .page-header {
    display: none;
  }
  body.merchandise_detail #loading-main-img {
    display: none;
  }
  body.merchandise_detail #main-img {
    display: inline-block;
  }
  body.merchandise_detail #main nav {
    display: none;
  }
}
body.register_customer_add #order-list-items td {
  vertical-align: bottom;
}
body.register_customer_add #order-list-items td.item_name .input-group-addon {
  min-width: 4em;
}
body.register_customer_add #order-list-items td.item_name > .input-group:not(:first-child),
body.register_customer_add #order-list-items td.item_name > input:not(:first-child),
body.register_customer_add #order-list-items td.item_name > .input-group:not(:last-child),
body.register_customer_add #order-list-items td.item_name > input:not(:last-child) {
  border-radius: 0;
}
body.register_customer_add #order-list-items td.item_name > .input-group:first-child,
body.register_customer_add #order-list-items td.item_name > input:first-child {
  border-radius: 4px 4px 0 0;
}
body.register_customer_add #order-list-items td.item_name > .input-group:last-child,
body.register_customer_add #order-list-items td.item_name > input:last-child {
  border-radius: 0 0 4px 4px;
}
body.register_customer_add #order-list-items td.select {
  vertical-align: top;
}
body.register_customer_add .cus_address > .input-group > .input-group-addon {
  min-width: 5.6em;
}
@media (min-width: 1500px) {
  body.register_customer_add_finish .table-responsive #order-list-table td {
    word-break: break-all;
    white-space: normal;
  }
}
@media (max-width: 1499px) {
  body.register_customer_add_finish .table-responsive #order-list-table td.item_name {
    max-width: 20em;
  }
  body.register_customer_add_finish .table-responsive #order-list-table td.item_name div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.register_customer_add_finish .table-responsive #order-list-table td.item_name div.block {
    display: block;
  }
  body.register_customer_add_finish .table-responsive #order-list-table td.item_name div.item_name {
    display: block;
    max-width: 30em;
    min-width: 10em;
  }
  body.register_customer_add_finish .table-responsive #order-list-table td.item_name div.color {
    display: block;
    max-width: 20em;
    min-width: 6em;
  }
  body.register_customer_add_finish .table-responsive #order-list-table td.item_name div.size {
    display: block;
    max-width: 20em;
    min-width: 6em;
  }
  body.register_customer_add_finish .table-responsive #order-list-table td.department {
    min-width: 8em;
    word-break: break-all;
    white-space: normal;
  }
}
body.register_customer_add_print .print-board {
  overflow: inherit !important;
  height: auto !important;
  page-break-inside: avoid;
}
body.register_customer_add_print .print-board .customer-info,
body.register_customer_add_print .print-board .customer-info td,
body.register_customer_add_print .print-board .customer-info div {
  page-break-inside: avoid;
}
body.register_customer_add_print .print-board .welcome-msg {
  font-size: 18px;
  margin-top: -27px;
  margin-bottom: 14px;
}
body.register_customer_add_print .print-board .sign-table,
body.register_customer_add_print .print-board .page-header-info {
  margin-bottom: 10px;
}
body.register_customer_add_print .print-board .checkbox-inline {
  line-height: 1;
}
body.register_customer_add_print .print-board .checkbox-inline input[type="checkbox"] {
  margin: 0;
  margin-left: -20px;
}
body.register_customer_add_print tr.order_base_cd > th,
body.register_customer_add_print tr.order_base_cd > td {
  font-size: 18px;
}
body.register_customer_add_print tr td.item_name .wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 30em;
  display: block;
}
body.register_customer_add_print tr td.item_name .wrap.block {
  display: block;
}
body.register_customer_add_print tr td.item_name .wrap.item_name {
  display: block;
  max-width: 30em;
  min-width: 10em;
}
body.register_customer_add_print tr td.item_name .wrap.color {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
body.register_customer_add_print tr td.item_name .wrap.size {
  display: block;
  max-width: 20em;
  min-width: 6em;
}
body.register_customer_add_print tr td.item_name .in_store_cd {
  float: left;
  display: inline-block;
}
body.register_customer_add_print tr td.item_name .item_cd {
  float: right;
  display: inline-block;
}
body.register_customer_add_print tr td.department {
  vertical-align: middle;
}
body.register_customer_add_print tr td.item_num,
body.register_customer_add_print tr td.assemble_fee,
body.register_customer_add_print tr td.shipping_fee,
body.register_customer_add_print tr td.item_price,
body.register_customer_add_print tr td.item_subtotal {
  text-align: right;
  vertical-align: bottom;
}
body.register_customer_add_print tr td .in_store_cd {
  display: block;
}
body.register_customer_add_print tr.total > th,
body.register_customer_add_print tr.total > td {
  font-size: 18px;
}
body.register_customer_add_print tr.total > th small {
  font-size: 9px;
}
body.register_customer_add_print tr.total > td {
  text-align: right;
  font-weight: bold;
}
body.register_customer_add_print .customer-info .note {
  border: 1px solid #e0e0e0;
  padding: 1em;
  min-height: 50px;
}
body.admin.master_product_price #list-items .table {
  background-color: #fff;
}
body.admin.order_list #panel-result .table > tbody > tr.base-heading > th,
body.admin.order_list #panel-result .table > tbody > tr.base > td {
  vertical-align: middle;
}
body.admin.order_list #panel-result .table > tbody > tr.detail-heading > th,
body.admin.order_list #panel-result .table > tbody > tr.detail > td {
  background-color: #f9f9f9;
}
body.admin.order_list #panel-result .table > tbody > tr.base > td:first-child {
  border-bottom-color: transparent;
}
body.admin.order_list #panel-result .table > tbody > tr.detail-heading > th:first-child {
  background-color: transparent;
  border-top-color: transparent;
}
body.admin.order_list #panel-result .table > tbody > tr.detail-heading > th {
  font-size: 11px;
  color: #aaa;
  font-weight: normal;
  background-color: #f2f2f2;
}
body.admin.order_list #panel-result .table > tbody > tr.detail > td {
  font-size: 13px;
  vertical-align: middle;
}
body.admin.order_list #panel-result .table > tbody > tr:hover > td {
  background-color: #c3e8ec !important;
  border-bottom-color: #9cbbc3 !important;
}
body.admin.order_list #panel-result .table > tbody > tr > th,
body.admin.order_list #panel-result .table > tbody > tr > td {
  border-bottom-color: #cccccc;
}
/*# sourceMappingURL=style.css.map */