/*@import "../bootstrap.less"; */
/*@import "font-awesome/font-awesome.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;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .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: 768px) and (max-width: 991px) {
  .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: 992px) and (max-width: 1199px) {
  .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: 1200px) {
  .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: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
  text-rendering: auto;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
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,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 42px;
}
h2,
.h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 15px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .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-muted {
  color: #999999;
}
.text-primary {
  color: #1269b7;
}
a.text-primary:hover {
  color: #0d4e89;
}
.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: #fc6e26;
}
a.text-danger:hover {
  color: #ec5103;
}
.bg-primary {
  color: #fff;
  background-color: #1269b7;
}
a.bg-primary:hover {
  background-color: #0d4e89;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #ffe9bc;
}
a.bg-danger:hover {
  background-color: #ffd889;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  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.428571429;
  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: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
/*added by Kozuma
this file is made by copying sticky-footer.css 
set the value of footer height in kozuma.less*/
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */

  margin-bottom: 60px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */

  height: 60px;
  background-color: #f5f5f5;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. 

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}*/
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.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: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #1269b7;
  border-color: #1269b7;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #9fcdf6;
}
.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: #d9edf7;
}
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: #c4e3f3;
}
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: #fc6e26;
  background-color: #ffe9bc;
}
a.list-group-item-danger {
  color: #fc6e26;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #fc6e26;
  background-color: #ffe0a3;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #fc6e26;
  border-color: #fc6e26;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
@charset "UTF-8";
/* remove after test is done*/
/*view test*/
.lg {
  display: none !important;
}
@media (max-width: 767px) {
  .lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .lg {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lg {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lg {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lg {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .lg {
    display: block !important;
  }
  table.lg {
    display: table;
  }
  tr.lg {
    display: table-row !important;
  }
  th.lg,
  td.lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .lg {
    display: block !important;
  }
  table.lg {
    display: table;
  }
  tr.lg {
    display: table-row !important;
  }
  th.lg,
  td.lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .lg {
    display: block !important;
  }
  table.lg {
    display: table;
  }
  tr.lg {
    display: table-row !important;
  }
  th.lg,
  td.lg {
    display: table-cell !important;
  }
}
.md {
  display: none !important;
}
@media (max-width: 767px) {
  .md {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .md {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .md {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .md {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md {
    display: block !important;
  }
  table.md {
    display: table;
  }
  tr.md {
    display: table-row !important;
  }
  th.md,
  td.md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md {
    display: block !important;
  }
  table.md {
    display: table;
  }
  tr.md {
    display: table-row !important;
  }
  th.md,
  td.md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md {
    display: block !important;
  }
  table.md {
    display: table;
  }
  tr.md {
    display: table-row !important;
  }
  th.md,
  td.md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .md {
    display: none !important;
  }
}
.sm {
  display: none !important;
}
@media (max-width: 767px) {
  .sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm {
    display: block !important;
  }
  table.sm {
    display: table;
  }
  tr.sm {
    display: table-row !important;
  }
  th.sm,
  td.sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm {
    display: block !important;
  }
  table.sm {
    display: table;
  }
  tr.sm {
    display: table-row !important;
  }
  th.sm,
  td.sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sm {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .sm {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .sm {
    display: none !important;
  }
}
.xs {
  display: none !important;
}
@media (max-width: 767px) {
  .xs {
    display: block !important;
  }
  table.xs {
    display: table;
  }
  tr.xs {
    display: table-row !important;
  }
  th.xs,
  td.xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .xs {
    display: block !important;
  }
  table.xs {
    display: table;
  }
  tr.xs {
    display: table-row !important;
  }
  th.xs,
  td.xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .xs {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .xs {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .xs {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .xs {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .xs {
    display: none !important;
  }
}
/* CSS Document 
@import "../kozuma.less"; */
@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";
}
.btn {
  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 12px;
  font-size: 14px;
  line-height: 1.428571429;
  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: #000000;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #000000;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #000000;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {

  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #000000;
}
.btn-primary {
  color: #ffffff;
  background-color: #1269b7;
  border-color: #105ca0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #0e5492;
  border-color: #0a3c68;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1269b7;
  border-color: #105ca0;
}
.btn-primary .badge {
  color: #1269b7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #1b67c4;
  border-color: #185bae;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #1654a0;
  border-color: #113f78;
}
.btn-success:active,
.btn-success.active,
.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 {
  background-color: #1b67c4;
  border-color: #185bae;
}
.btn-success .badge {
  color: #1b67c4;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #f30082;
  border-color: #da0074;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #ca006c;
  border-color: #9c0054;
}
.btn-info:active,
.btn-info.active,
.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 {
  background-color: #f30082;
  border-color: #da0074;
}
.btn-info .badge {
  color: #f30082;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #e60000;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #d60000;
  border-color: #a80000;
}
.btn-warning:active,
.btn-warning.active,
.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 {
  background-color: #ff0000;
  border-color: #e60000;
}
.btn-warning .badge {
  color: #ff0000;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #002ccc;
  border-color: #0026b3;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #0023a3;
  border-color: #001975;
}
.btn-danger:active,
.btn-danger.active,
.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 {
  background-color: #002ccc;
  border-color: #0026b3;
}
.btn-danger .badge {
  color: #002ccc;
  background-color: #ffffff;
}
.btn-link {
  color: #1269b7;
  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: #0b4171;
  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 {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 3px;
  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%;
}
.navbar {
  position: relative;
  min-height: 38px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .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: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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: 9px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 38px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 4.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .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: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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: 2px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .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 .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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .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: -15px;
  }
}
.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: 2px;
  margin-bottom: 2px;
}
.navbar-btn.btn-sm {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-btn.btn-xs {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.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: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  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: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #ffffff;
}
@media (max-width: 767px) {
  .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: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.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: #eeeeee;
}
.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: #eeeeee;
  border-color: #1269b7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: 768px) {
  .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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.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: #ffffff;
  background-color: #1269b7;
}
.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: 768px) {
  .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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.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;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
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.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  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;
  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: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  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 10px;
  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 16px;
  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: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  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: #fc6e26;
}
.has-error .form-control {
  border-color: #fc6e26;
  -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: #ec5103;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fdb18b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fdb18b;
}
.has-error .input-group-addon {
  color: #fc6e26;
  border-color: #fc6e26;
  background-color: #ffe9bc;
}
.has-error .form-control-feedback {
  color: #fc6e26;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8c8c8c;
}
@media (min-width: 768px) {
  .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 .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: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .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: 768px) and (max-width: 991px) {
  .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: 992px) and (max-width: 1199px) {
  .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: 1200px) {
  .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: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.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: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.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 #dddddd;
}
.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: #d9edf7;
}
.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: #c4e3f3;
}
.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: #ffe9bc;
}
.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: #ffe0a3;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .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;
  }
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.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: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #1269b7;
  border-color: #1269b7;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #9fcdf6;
}
.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: #d9edf7;
}
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: #c4e3f3;
}
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: #fc6e26;
  background-color: #ffe9bc;
}
a.list-group-item-danger {
  color: #fc6e26;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #fc6e26;
  background-color: #ffe0a3;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #fc6e26;
  border-color: #fc6e26;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  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: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #ffe9bc;
  border-color: #ffd1a3;
  color: #fc6e26;
}
.alert-danger hr {
  border-top-color: #ffc489;
}
.alert-danger .alert-link {
  color: #ec5103;
}
/* custom variables  */
/*green*/
/*blue*/
/*magenta*/
/*red*/
/*violet*/
/*alert orangered*/
/*gray*/
/*components*/
/*typography*/
/*header gray back*/
/* common styles*/
/*switch show or hide*/
.show_xs_sm {
  display: none !important;
}
@media (max-width: 767px) {
  .show_xs_sm {
    display: block !important;
  }
  table.show_xs_sm {
    display: table;
  }
  tr.show_xs_sm {
    display: table-row !important;
  }
  th.show_xs_sm,
  td.show_xs_sm {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .show_xs_sm {
    display: block !important;
  }
  table.show_xs_sm {
    display: table;
  }
  tr.show_xs_sm {
    display: table-row !important;
  }
  th.show_xs_sm,
  td.show_xs_sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .show_xs_sm {
    display: block !important;
  }
  table.show_xs_sm {
    display: table;
  }
  tr.show_xs_sm {
    display: table-row !important;
  }
  th.show_xs_sm,
  td.show_xs_sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .show_xs_sm {
    display: block !important;
  }
  table.show_xs_sm {
    display: table;
  }
  tr.show_xs_sm {
    display: table-row !important;
  }
  th.show_xs_sm,
  td.show_xs_sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .show_xs_sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .show_xs_sm {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .show_xs_sm {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .show_xs_sm {
    display: none !important;
  }
}
.show_md_lg {
  display: none !important;
}
@media (max-width: 767px) {
  .show_md_lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .show_md_lg {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .show_md_lg {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .show_md_lg {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .show_md_lg {
    display: block !important;
  }
  table.show_md_lg {
    display: table;
  }
  tr.show_md_lg {
    display: table-row !important;
  }
  th.show_md_lg,
  td.show_md_lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .show_md_lg {
    display: block !important;
  }
  table.show_md_lg {
    display: table;
  }
  tr.show_md_lg {
    display: table-row !important;
  }
  th.show_md_lg,
  td.show_md_lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .show_md_lg {
    display: block !important;
  }
  table.show_md_lg {
    display: table;
  }
  tr.show_md_lg {
    display: table-row !important;
  }
  th.show_md_lg,
  td.show_md_lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .show_md_lg {
    display: block !important;
  }
  table.show_md_lg {
    display: table;
  }
  tr.show_md_lg {
    display: table-row !important;
  }
  th.show_md_lg,
  td.show_md_lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .show_md_lg {
    display: block !important;
  }
  table.show_md_lg {
    display: table;
  }
  tr.show_md_lg {
    display: table-row !important;
  }
  th.show_md_lg,
  td.show_md_lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .show_md_lg {
    display: block !important;
  }
  table.show_md_lg {
    display: table;
  }
  tr.show_md_lg {
    display: table-row !important;
  }
  th.show_md_lg,
  td.show_md_lg {
    display: table-cell !important;
  }
}
.show_sm_md_lg {
  /*hide from smartphone*/

  display: none !important;
}
@media (max-width: 767px) {
  .show_sm_md_lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .show_sm_md_lg {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .show_sm_md_lg {
    display: block !important;
  }
  table.show_sm_md_lg {
    display: table;
  }
  tr.show_sm_md_lg {
    display: table-row !important;
  }
  th.show_sm_md_lg,
  td.show_sm_md_lg {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .show_sm_md_lg {
    display: block !important;
  }
  table.show_sm_md_lg {
    display: table;
  }
  tr.show_sm_md_lg {
    display: table-row !important;
  }
  th.show_sm_md_lg,
  td.show_sm_md_lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .show_sm_md_lg {
    display: block !important;
  }
  table.show_sm_md_lg {
    display: table;
  }
  tr.show_sm_md_lg {
    display: table-row !important;
  }
  th.show_sm_md_lg,
  td.show_sm_md_lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .show_sm_md_lg {
    display: block !important;
  }
  table.show_sm_md_lg {
    display: table;
  }
  tr.show_sm_md_lg {
    display: table-row !important;
  }
  th.show_sm_md_lg,
  td.show_sm_md_lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .show_sm_md_lg {
    display: block !important;
  }
  table.show_sm_md_lg {
    display: table;
  }
  tr.show_sm_md_lg {
    display: table-row !important;
  }
  th.show_sm_md_lg,
  td.show_sm_md_lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .show_sm_md_lg {
    display: block !important;
  }
  table.show_sm_md_lg {
    display: table;
  }
  tr.show_sm_md_lg {
    display: table-row !important;
  }
  th.show_sm_md_lg,
  td.show_sm_md_lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .show_sm_md_lg {
    display: block !important;
  }
  table.show_sm_md_lg {
    display: table;
  }
  tr.show_sm_md_lg {
    display: table-row !important;
  }
  th.show_sm_md_lg,
  td.show_sm_md_lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .show_sm_md_lg {
    display: block !important;
  }
  table.show_sm_md_lg {
    display: table;
  }
  tr.show_sm_md_lg {
    display: table-row !important;
  }
  th.show_sm_md_lg,
  td.show_sm_md_lg {
    display: table-cell !important;
  }
}
.show_xs {
  /*show only for smartphone*/

  display: none !important;
}
@media (max-width: 767px) {
  .show_xs {
    display: block !important;
  }
  table.show_xs {
    display: table;
  }
  tr.show_xs {
    display: table-row !important;
  }
  th.show_xs,
  td.show_xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .show_xs {
    display: block !important;
  }
  table.show_xs {
    display: table;
  }
  tr.show_xs {
    display: table-row !important;
  }
  th.show_xs,
  td.show_xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .show_xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .show_xs {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .show_xs {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .show_xs {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .show_xs {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .show_xs {
    display: none !important;
  }
}
.link-alternative {
  color: #1b67c4;
}
.link-alternative:hover {
  color: #002199;
}
.emphasized_e {
  font-family: "Arial Black", Arial, Gadget, sans-serif !important;
  color: #e98119;
}
.btn-xs {
  font-size: 0.7em !important;
  padding: 1px 3px;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 3px;
}
/*.mobile{
	display:none
}*//* common titles */
.title_with_line {
  color: #1269b7;
  border-top: 3px solid #1269b7;
  border-bottom: 2px dotted #b3b3b3;
  padding: 0.25em 0.5em;
}
.title_with_line span {
  font-size: 80%;
  margin-left: 0.8em;
}
.half-round_title {
  background: #fcfeff;
  color: #1269b7;
  font-size: 18px;
  padding: 5px;
  border-radius: 4px 4px 0 0;
}
/*buttons*/
.btn-default {
  color: #666666;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcccccc', GradientType=0);
}
/*pink and red buttons don't have functions
	.btn-info,.btn-warning{
		cursor:auto !important
	}*/
table {
  counter-reset: section;
}
/*auto numbering*/
.numbered:before {
  counter-increment: section;
  content: counter(section, lower-alpha) ") ";
}
/*Q&A*/
.QA_main {
  counter-reset: section;
  /*auto numbering(Q&A)*/

}
.QA_main dl {
  counter-increment: section;
  margin-left: 2em;
}
.QA_main dl dt:before {
  content: "Q" counter(section, desimal) "：";
  margin-left: -2em;
}
.QA_main dl dd {
  margin-top: 0.5m;
}
.QA_main dl dd:before {
  content: "A" counter(section, desimal) "：";
  margin-left: -2em;
}
.QA_main table td:first-child {
  width: 15em;
}
/* link style customize */
.pdf {
  cursor: pointer;
}
.pdf:after {
  content: url(../images/icon_pdf.png);
}
.mail {
  cursor: pointer;
}
.mail:after {
  content: url(../images/mail.gif);
}
/*note with「※」mark */
.note {
  margin-left: 1em;
}
.note:before {
  content: "※";
  margin-left: -1em;
}
.link_outer:after {
  content: url(../images/icon_outerlink.png);
  margin-right: 0.5em;
}
em {
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
}
.text_red {
  color: red !important;
}
html,
body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
h2 {
  font-size: 16px;
}
.h2_gray {
  min-height: 20px;
  padding: 0.8em 1em;
  margin-bottom: 20px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #e6e6e6 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#fff2f2f2', GradientType=0);
  border-color: black !important;
  -webkit-box-shadow: inset 0 1px 3px #cccccc, 0 1px 0 #cccccc;
  box-shadow: inset 0 1px 3px #cccccc, 0 1px 0 #cccccc;
}
/*h3*/
body:not(.index) h3:not(.alert-danger) {
  color: #1269b7;
  border-top: 3px solid #1269b7;
  border-bottom: 2px dotted #b3b3b3;
  padding: 0.25em 0.5em;
  margin-top: 2em;
  margin-bottom: 0;
}
body:not(.index) h3:not(.alert-danger) span {
  font-size: 80%;
  margin-left: 0.8em;
}
h3.alert-danger {
  font-size: 2em;
}
h5 a:before {
  content: "・";
}
h5 span {
  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;
  color: #1269b7;
  font-size: 90%;
  margin-right: 0.3em;
}
h5 span:before {
  content: "\e131";
}
p,
ul,
ol {
  line-height: 1.7;
}
/*nav header*/.navbar-brand {
  color: white !important;
}
.navbar-brand span {
  font-weight: bold;
}
@media (max-width: 480px) {
  .navbar-brand {
    font-size: 0.8em;
  }
}
.navbar-header img {
  float: left !important;
  margin-top: 5px !important;
  margin-right: 5px !important;
}
@media (max-width: 480px) {
  .navbar-header img {
    display: none;
  }
}
/*language icons*/
.navbar-right .language a {
  float: right;
}
.navbar-right .language a img {
  width: 27px;
}
.navbar-right li:last-child a {
  padding-left: 0 !important;
}
/*link_outer icon for table*/
table .link_outer:after {
  content: url(../images/icon_outerlink_table.png);
}
table th {
  border-top: none !important;
}
/*disable link enphasize*/
a.disabled {
  color: inherit;
}
a.disabled:hover {
  text-decoration: none;
  cursor: default;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
/*
.title{
	font-size:1.1em;
	font-weight:bold;
	padding:3px;
	background:@gray;
	.container{
		color:white;
		padding-left:3em;
	}
}*/
@media (min-width: 992px) and (max-width: 1199px) {
  .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: 1200px) {
  .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;
  }
}
.show_md_lg {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .show_md_lg {
    display: block !important;
  }
  table.show_md_lg {
    display: table;
  }
  tr.show_md_lg {
    display: table-row !important;
  }
  th.show_md_lg,
  td.show_md_lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .show_md_lg {
    display: block !important;
  }
  table.show_md_lg {
    display: table;
  }
  tr.show_md_lg {
    display: table-row !important;
  }
  th.show_md_lg,
  td.show_md_lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .show_md_lg {
    display: block !important;
  }
  table.show_md_lg {
    display: table;
  }
  tr.show_md_lg {
    display: table-row !important;
  }
  th.show_md_lg,
  td.show_md_lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .show_md_lg {
    display: block !important;
  }
  table.show_md_lg {
    display: table;
  }
  tr.show_md_lg {
    display: table-row !important;
  }
  th.show_md_lg,
  td.show_md_lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .show_md_lg {
    display: block !important;
  }
  table.show_md_lg {
    display: table;
  }
  tr.show_md_lg {
    display: table-row !important;
  }
  th.show_md_lg,
  td.show_md_lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .show_md_lg {
    display: block !important;
  }
  table.show_md_lg {
    display: table;
  }
  tr.show_md_lg {
    display: table-row !important;
  }
  th.show_md_lg,
  td.show_md_lg {
    display: table-cell !important;
  }
}
/* top page 
.top_main {
	.make-sm-column(12);
	.make-md-column(9);
	.make-lg-column(9);
}
.top_event,.top_recommend{
	.make-sm-column(4);
	.make-md-column(4);
	.make-lg-column(4);
}*/
/*
* Off Canvas Theme
* --------------------------------------------------
*/
/*
* Style tweaks
* --------------------------------------------------
*/
html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */

}
body {
  padding-top: 70px;
}
footer {
  padding: 30px 0;
}
/*
* Bootstrap component Off Canvas
* --------------------------------------------------
*/
.offcanvas-main {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .offcanvas-main {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .offcanvas-main {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .offcanvas-main {
    float: left;
    width: 75%;
  }
}
@media screen and (max-width: 480px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  /*.row-offcanvas-right {
  		right: 0;
  	}*/
  .row-offcanvas-left {
    left: 0;
  }
  /*.row-offcanvas-right
  	.sidebar-offcanvas {
  		right: -50%;  6 columns 
  	}*/
  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
    /* 6 columns */
  
  }
  /*	.row-offcanvas-right.active {
  		right: 50%;  6 columns 
  	}*/
  .row-offcanvas-left.active {
    left: 50%;
    /* 6 columns */
  
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
    /* 6 columns */
  
  }
}
/*	.sidebar-offcanvas {
		background:red;
		.make-xs-column(6);
		.make-sm-column(3);
		.make-lg-column(3);
}*/
.list-group {
  position: relative !important;
  min-height: 1px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 1200px) {
  .list-group {
    float: left;
    width: 100%;
  }
}
/*
* Jumbotron
* --------------------------------------------------
*/
.jumbotron {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding: 0.5em 1.5em !important;
  background: url(../images/main.png);
  text-shadow: #1b67c4 0px 0px 10px;
}
@media (min-width: 480px) {
  .jumbotron br {
    display: none;
  }
}
.jumbotron h1 {
  letter-spacing: 0.01em;
  color: #1b67c4;
  text-shadow: #e0e0e0 1px 1px 0px;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .jumbotron h1 {
    font-size: 25.2px !important;
  }
}
.jumbotron h1 span {
  display: block;
  font-size: 0.7em;
}
.jumbotron h2,
.jumbotron p {
  font-size: 18px;
  color: white;
}
.jumbotron h2 {
  margin-top: 1em;
  margin-bottom: 0.3em;
}
.jumbotron p {
  line-height: 0.8;
}
.jumbotron p.society_eng {
  font-size: 1em;
  font-weight: bold;
  text-align: right;
  color: white;
  font-family: Arial, Geneva, sans-serif;
  text-shadow: #1b67c4 0px 0px 10px;
}
.jumbotron td {
  padding: 0.1em 0;
}
/*show navigation button*/
.pull-right.visible-xs {
  float: left !important;
}
/*simpler jumbtron for sub pages*/
body:not(.index) .jumbotron h1 {
  font-size: 2em;
  margin-top: 0.3em !important;
  margin-bottom: 0.3em;
}
body:not(.index) .jumbotron h1 span {
  display: inline;
  font-size: 0.85em;
  margin-right: 0.6em;
}
body:not(.index) .jumbotron h2,
body:not(.index) .jumbotron p {
  display: none;
}
/* Jumbotron end */
/*sidebar navigation*/
#sidebar a {
  border-right: none;
  border-left: none;
}
#sidebar .list-group {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  top: 0;
  position: fixed ;
}
@media (min-width: 768px) {
  #sidebar .list-group {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  #sidebar .list-group {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #sidebar .list-group {
    float: left;
    width: 25%;
  }
}
#sidebar .to_home {
  padding: 0;
  border: 1px solid #ccc;
  margin-top: 3em;
}
#sidebar .to_home p {
  line-height: 1.5;
  margin: 30px 10px;
  padding: 10px 10px 10px 70px;
  background: url(../images/logo/jsrae_top.gif) no-repeat left center;
}
#sidebar .to_home p em {
  font-size: 1.3em;
}
#sidebar .to_home p span {
  line-height: 2;
  color: #1b67c4;
}
/*index*//*information*/
.information {
  margin-bottom: 4em;
  height: 500px !important;
  /*for mobile*/

  overflow-y: scroll !important;
}
@media (max-width: 480px) {
  .information {
    height: 200px !important;
  }
}
.information td {
  padding: 0.5em 0.5em 0.2em 0.5em;
  border-bottom: #555555 dotted 1px;
  line-height: 1.6;
}
.information td:nth-child(1) {
  font-family: "Arial Black", Arial, Gadget, sans-serif !important;
  color: #e98119;
  width: 10%;
  vertical-align: top;
}
@media (max-width: 480px) {
  .information td:nth-child(1) {
    display: none !important;
  }
}
.information td h3 {
  color: #002ccc;
  font-weight: bold;
  margin: 0.2em 0 !important;
}
.information td h3 a {
  margin-bottom: 0.5em;
  vertical-align: top;
  color: #1b67c4;
  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;
  font-size: 0.9em;
  color: #5c9be9;
}
.information td h3 a:hover {
  color: #002199;
}
.information td h3 a:before {
  content: "\e131";
}
.information td h3 a em {
  color: #1b67c4;
  font-size: 1.1em;
  padding-left: 0.3em !important;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700 !important;
}
.information td p {
  margin-left: 1.2em;
}
.information td .btn-sm {
  color: #333333;
  background: #f2f2f2;
  margin-top: 0.4em;
  padding: 0.2em 1em;
}
.information td .btn-sm:hover {
  background: #e6e6e6;
}
.information .btn-xs {
  padding: 0 0.3em;
}
/* - - - - - 
sub pages
- - - - - */
.alert-danger p {
  color: #4d4d4d;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: bold;
}
.alert-danger ul {
  color: #4d4d4d;
  margin-left: 0!important;
  padding-left: 1em !important;
  margin-top: 1em;
}
/*inquiry*/
.alert-warning {
  color: #4d4d4d;
}
.alert-warning dt,
.alert-warning dd {
  display: inline;
}
.alert-warning dd {
  margin-left: 1em;
  font-size: 1.1em;
  letter-spacing: 0.1em;
}
/* - - - - - 
sticky footer
- - - - - */
/*   */
body {
  /* sticky footer default is this setting but..
Margin bottom by footer height 
margin-bottom:@footer-height;*/

  margin-bottom: 0;
  overflow-x: hidden !important;
}
/* - - - - - 
footer
- - - - - */
/*.footer_topmargin{
margin-bottom:10em
}*/
.main_container {
  padding-bottom: 600px !important;
}
@media (min-width: 767px) and (max-width: 991px) {
  .main_container {
    /*go down when the black border becomes 2 lines */
  
    margin-top: 2em;
  }
  .main_container .jumbotron h1 {
    font-size: 2.5em;
  }
  .main_container .jumbotron h2,
  .main_container .jumbotron p {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  /*hide "JSRAE" for the smallest screen */
  .navbar-header a span {
    display: none;
  }
  .jumbotron h1 {
    font-size: 2.5em;
  }
  .jumbotron h2,
  .jumbotron p {
    line-height: 1.2;
    font-size: 1em;
  }
}
#footer {
  margin-left: -15px;
  margin-right: -15px;
  background: #154f97 !important;
  height: 200px;
  left: 0;
  width: 100%;
  margin: 0 !important;
}
#footer:before,
#footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}
#footer:before,
#footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}
#footer .footer_block {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 1em;
}
@media (max-width: 767px) {
  #footer .footer_block {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #footer .footer_block {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer_block {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer_block {
    display: none !important;
  }
}
@media (min-width: 992px) {
  #footer .footer_block {
    float: left;
    width: 16.666666666666664%;
  }
}
@media (min-width: 1200px) {
  #footer .footer_block {
    float: left;
    width: 16.666666666666664%;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  #footer {
    height: 200px;
    overflow: hidden;
  }
}
#footer ul,
#footer li {
  line-height: 1.5;
  font-size: 18px;
  list-style: none;
  padding: 0 !important;
}
#footer ul *,
#footer li * {
  color: #eeeeee;
}
#footer ul li li,
#footer li li li {
  font-size: 12px;
}
.copyright {
  font-weight: normal;
  margin-top: 1em;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
  color: #eeeeee;
}
.copyright a {
  color: #ffffff !important;
}
.copyright:before,
.copyright:after {
  content: " ";
  display: table;
}
.copyright:after {
  clear: both;
}
.copyright:before,
.copyright:after {
  content: " ";
  display: table;
}
.copyright:after {
  clear: both;
}
.copyright p {
  font-size: 12px;
  line-height: 2;
}
.copyright p em {
  line-height: 1.8;
  font-size: 18px !important;
}
@media (max-width: 480px) and (max-width: 1199px) {
  .copyright {
    font-size: 70%;
  }
}
@media (max-width: 480px) {
  .copyright {
    margin-top: 2em;
  }
}
.organizations {
  font-size: 0.7em !important;
  font-weight: normal;
  line-height: 1.5 !important;
  text-align: left;
  color: #b6d2f5;
}
/*footer telephone link icon
.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-earphone               { &:before { content: "\e182"; } }

a[href^=tel]{
	color:inherit;
	text-decoration:none;
	.glyphicon;
	.glyphicon-earphone
}
*/
/*keep image ratio*/
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
/* - - - - - 
Sponsors
- - - - - */
.sponsorsLogo div {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px 40px !important;
}
@media (min-width: 768px) {
  .sponsorsLogo div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .sponsorsLogo div {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .sponsorsLogo div {
    float: left;
    width: 25%;
  }
}
.sponsorsLogo div h2 {
  margin: 0 !important;
  border: none;
}
/* - - - - - 
Sponsor page
- - - - - */
.sponsor-introduction {
  font-size: 0.85em;
}
.sponsor-introduction .logo {
  clear:both;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sponsor-introduction .logo {
    float: left;
    width: 41.66666666666667%;
  }
}
@media (min-width: 992px) {
  .sponsor-introduction .logo {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 1200px) {
  .sponsor-introduction .logo {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 768px) {
  .sponsor-introduction .logo {
    border: 0px solid #ddd;
    margin-left: 15px !important;
    margin-right: -15px !important;
    height: 150px;
    text-align: center;
    position: relative;
  }
}
.sponsor-introduction .description {
  margin-bottom: 4em !important;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /*@media  (min-width: @screen-md-min) {
		margin-left:15px !important;
		 }*/

}
@media (min-width: 768px) {
  .sponsor-introduction .description {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 992px) {
  .sponsor-introduction .description {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 1200px) {
  .sponsor-introduction .description {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 768px) {
  .sponsor-introduction .description {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .sponsor-introduction .description {
    float: left;
    width: 58.333333333333336%;
  }
}
@media (min-width: 1200px) {
  .sponsor-introduction .description {
    float: left;
    width: 58.333333333333336%;
  }
}
@media (max-width: 768px) {
  .sponsor-introduction .description {
    margin-top: 6em !important;
  }
}
.sponsor-introduction img {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 160px;
  height: auto;
}
@media (max-width: 768px) {
  .sponsor-introduction img {
    top: 1em;
    left: 1em;
    width: 140px;
  }
}
.sponsor-introduction h3 {
  margin-bottom: 1em !important;
}
.sponsor-introduction h4 {
  font-size: 1.2em;
}
.sponsor-introduction .gold {
  color: #c3ba67 !important;
  border-color: #c3ba67 !important;
}
.sponsor-introduction .silver {
  color: #999999 !important;
  border-color: #cccccc !important;
}
.sponsor-introduction .bronze {
  color: #9c7f63 !important;
  border-color: #9c7f63 !important;
}
/* transparent to_top button*/
/* Pill style */
#scrollUp {
  bottom: 250px;
  right: 20px;
  background: lightblue;
  color: #333;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  padding: 10px 20px;
  border-radius: 16px;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  transition: background 200ms linear;
}
#scrollUp:hover {
  background: lightblue;
  opacity: 1;
  filter: alpha(opacity=100);
}
/*apply only when body has "en" class */
/*additional styles for english pages
override "styles.css" when the body has "en" class */
.en {
  /*tables in scope.html,abstruct_submission*/

  /*tables in dates.html*/

  /*tables in registration.html*/

}
.en .information {
  height: 200px !important;
}
.en .information td:nth-child(1) {
  width: 20%;
}
.en .information td h3 {
  color: #002ccc;
  font-weight: bold;
  margin: 0.2em 0 !important;
}
.en .information td h3 a {
  margin-bottom: 0.5em;
  vertical-align: top;
  color: #1b67c4;
  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;
  font-size: 0.9em;
  color: #5c9be9;
}
.en .information td h3 a:hover {
  color: #002199;
}
.en .information td h3 a:before {
  content: "\e131";
}
.en .information td h3 a em {
  color: #1b67c4;
  font-size: 1.1em;
  padding-left: 0.3em !important;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700 !important;
}
.en table.session th {
  color: #1b67c4;
}
.en table.session td:nth-child(1) {
  font-weight: bold;
  width: 10%;
}
.en table.dates td:nth-child(1) {
  font-weight: bold;
  width: 30%;
}
.en table.fee {
  margin-top: 3em;
  width: 70%;
}
.en table.fee th {
  color: #1b67c4;
}
.en table.fee td:nth-child(2) {
  font-weight: bold;
  width: 30%;
  text-align: right;
}
.en .to_home {
  padding: 0;
  border: 1px solid #ccc;
  margin-top: 3em;
}
.en .to_home p {
  font-size: 0.7em;
  font-weight: normal;
  line-height: 1.5;
  margin: 5px !important;
  padding: 80px 10px 10px 0!important;
  background: url(../images/logo/jsrae_top.gif) no-repeat left top !important;
}
.en .to_home p em {
  font-size: 1em;
}
.en .to_home p span {
  line-height: 2;
  color: #1b67c4;
}
.en #footer {
  height: 220px;
}
.en #footer h2 {
  font-size: 1.1em;
  color: white ;
  text-align: center;
  margin-bottom: 1.5em;
}
.en #footer .organizations {
  line-height: 1.2 !important;
  font-size: 0.7em !important;
  margin-bottom: 0.5em !important;
}
.en #footer .organizations em {
  font-size: 0.8em !important;
  margin-right: 1em;
}
@media (max-width: 1200px) {
  .en #footer {
    height: 280px;
  }
}
@media (max-width: 768px) {
  .en #footer {
    height: 450px;
  }
  .en #footer h2 {
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .en #footer .organizations {
    margin-bottom: 0em !important;
  }
  .en #footer .organizations em {
    font-size: 0.8em !important;
    margin-right: 1em;
  }
  .en #footer .copyright {
    margin-top: .5em;
  }
}
/*20150209 sponsors on the left nav*/
.row-offcanvas-left .list-group h2 {
  background-image: -webkit-linear-gradient(top, #cfeda8 0%, #fefefd 100%);
  background-image: linear-gradient(to bottom, #cfeda8 0%, #fefefd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcfeda8', endColorstr='#fffefefd', GradientType=0);
  border-radius: 0.2em;
  /*strong{
				color:green;
				font-size:1.4em;
				padding-right:0.5em;
				padding-top:0.1em;
				}*/

}
.row-offcanvas-left .list-group h2 span {
  display: block;
  font-size: 1em;
  letter-spacing: 0.3em;
  color: #4d4960;
  font-weight: normal;
  background: url(../images/eco.png) 120% 10% no-repeat;
  width: 100%;
  padding: 1.2em 1em;
  margin: 4em 0 1em;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .row-offcanvas-left .list-group h2 span br {
    display: none !important;
  }
}
.row-offcanvas-left .list-group h3 {
  font-size: 0.9em;
  border: none !important;
  clear: both;
  border-radius: 0.2em !important;
  color: white !important;
  padding: 0.2em 1em;
}
.row-offcanvas-left .list-group .gold {
  background-image: -webkit-linear-gradient(top, #b1a746 0%, #c3ba67 100%) !important;
  background-image: linear-gradient(to bottom, #b1a746 0%, #c3ba67 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1a746', endColorstr='#ffc3ba67', GradientType=0) !important;
}
.row-offcanvas-left .list-group .silver {
  background-image: -webkit-linear-gradient(top, #999999 0%, #cccccc 100%) !important;
  background-image: linear-gradient(to bottom, #999999 0%, #cccccc 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ffcccccc', GradientType=0) !important;
}
.row-offcanvas-left .list-group .bronze {
  background-image: -webkit-linear-gradient(top, #5e4c3b 0%, #9c7f63 100%) !important;
  background-image: linear-gradient(to bottom, #5e4c3b 0%, #9c7f63 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5e4c3b', endColorstr='#ff9c7f63', GradientType=0) !important;
}
.row-offcanvas-left .list-group .bronze_sponsors {
  margin: 0  !important;
  padding: 0  !important;
}
.row-offcanvas-left .list-group .bronze_sponsors div {
  margin-top: 3em;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .row-offcanvas-left .list-group .bronze_sponsors div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .row-offcanvas-left .list-group .bronze_sponsors div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .row-offcanvas-left .list-group .bronze_sponsors div {
    float: left;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .row-offcanvas-left .list-group .bronze_sponsors div img {
    margin: 0 50px  !important;
  }
}
@media (max-width: 480px) {
  .row-offcanvas-left .list-group .bronze_sponsors div img {
    margin: 0 20px  !important;
  }
}
.row-offcanvas-left .list-group ul {
  /*margin:0.5em 0;	*/
  padding-left: 0 !important;
}
.row-offcanvas-left .list-group ul li {
  margin: 5em 0;
  list-style: none;
  text-align: center;
}
.row-offcanvas-left .list-group ul li:nth-child(1) {
  margin-top: 1em;
}
.row-offcanvas-left .list-group ul li img {
  display: inline;
  /*width:130px;  
						height:auto;*/

}
