html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
footer,
nav {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
strong {
  font-weight: bold;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
small {
  font-size: 80%;
}
img {
  border: 0;
}
button,
input,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table_bordered th,
  .table_bordered td {
    border: 1px solid #ddd !important;
  }
}
@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.woff2') format('woff2'), 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');
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
}
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.carousel_inner > .item > img,
.carousel_inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: inherit;
  font-weight: 500;  
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
p {
  margin: 0 0 10px;
}
small {
  font-size: 85%;
}
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.text_warning {
  color: #8a6d3b;
}
.text_danger {
  color: #a94442;
}
.bg_info {
  background-color: #d9edf7;
}
.page_header {
  padding: 0; 
  font-size: 24px;
  font-weight: bold;
  color: #555;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 601px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container_fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col_xs_1, .col_md_1, .col_sm_2, .col_md_2, .col_lg_2, .col_xs_3, .col_sm_3, .col_md_3, .col_xs_4, .col_sm_4, .col_md_4, .col_xs_6, .col_sm_6, .col_md_6, .col_xs_7, .col_md_7, .col_xs_8, .col_sm_8, .col_md_8, .col_lg_8, .col_sm_9, .col_md_9, .col_md_10, .col_xs_12, .col_sm_12, .col_md_12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col_xs_1, .col_xs_3, .col_xs_4, .col_xs_6, .col_xs_7, .col_xs_8, .col_xs_12 {
  float: left;
}
.col_xs_12 {
  width: 100%;
}
.col_xs_8 {
  width: 66.66666667%;
}
.col_xs_7 {
  width: 58.33333333%;
}
.col_xs_6 {
  width: 50%;
}
.col_xs_4 {
  width: 33.33333333%;
}
.col_xs_3 {
  width: 25%;
}
.col_xs_1 {
  width: 8.33333333%;
}
.col_xs_offset_3 {
  margin-left: 25%;
}
.col_xs_offset_2 {
  margin-left: 16.66666667%;
}
@media (min-width: 601px) {
  .col_sm_2, .col_sm_3, .col_sm_4, .col_sm_6, .col_sm_8, .col_sm_9, .col_sm_12 {
    float: left;
  }
  .col_sm_12 {
    width: 100%;
  }
  .col_sm_9 {
    width: 75%;
  }
  .col_sm_8 {
    width: 66.66666667%;
  }
  .col_sm_6 {
    width: 50%;
  }
  .col_sm_4 {
    width: 33.33333333%;
  }
  .col_sm_3 {
    width: 25%;
  }
  .col_sm_2 {
    width: 16.66666667%;
  }
  .col_sm_offset_0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col_md_1, .col_md_2, .col_md_3, .col_md_4, .col_md_6, .col_md_7, .col_md_8, .col_md_9, .col_md_10, .col_md_12 {
    float: left;
  }
  .col_md_12 {
    width: 100%;
  }
  .col_md_10 {
    width: 83.33333333%;
  }
  .col_md_9 {
    width: 75%;
  }
  .col_md_8 {
    width: 66.66666667%;
  }
  .col_md_7 {
    width: 58.33333333%;
  }
  .col_md_6 {
    width: 50%;
  }
  .col_md_4 {
    width: 33.33333333%;
  }
  .col_md_3 {
    width: 25%;
  }
  .col_md_2 {
    width: 16.66666667%;
  }
  .col_md_1 {
    width: 8.33333333%;
  }
  .col_md_offset_4 {
    margin-left: 33.33333333%;
  }
  .col_md_offset_1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col_lg_2, .col_lg_8 {
    float: left;
  }
  .col_lg_8 {
    width: 66.66666667%;
  }
  .col_lg_2 {
    width: 16.66666667%;
  }
  .col_lg_offset_5 {
    margin-left: 41.66666667%;
  }
  .col_lg_offset_2 {
    margin-left: 16.66666667%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  /*vertical-align: top;*/
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table_bordered {
  border: 1px solid #ddd;
}
.table_bordered > thead > tr > th,
.table_bordered > tbody > tr > th,
.table_bordered > thead > tr > td,
.table_bordered > tbody > tr > td {
  border: 1px solid #ddd;
}
.table_bordered > thead > tr > th,
.table_bordered > thead > tr > td {
  border-bottom-width: 2px;
}
table td[class*="col_"],
table th[class*="col_"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > tbody > tr > td.active,
.table > tbody > tr > th.active {
  /*background-color: #f5f5f5;*/
  background-color: rgba(150, 122, 220, 0.1);
}
.table_responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 600px) {
  .table_responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table_responsive > .table {
    margin-bottom: 0;
  }
  .table_responsive > .table > tbody > tr > th,
  .table_responsive > .table > tbody > tr > td {
    white-space: nowrap;
  }
  .table_responsive > .table_bordered {
    border: 0;
  }
  .table_responsive > .table_bordered > tbody > tr > th:first-child {
    border-left: 0;
  }
  .table_responsive > .table_bordered > tbody > tr > td:last-child {
    border-right: 0;
  }
  .table_responsive > .table_bordered > tbody > tr:last-child > th,
  .table_responsive > .table_bordered > tbody > tr:last-child > td {
    border-bottom: 0;
  }
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form_control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-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, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form_control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form_control:-ms-input-placeholder {
  color: #999;
}
.form_control::-webkit-input-placeholder {
  color: #999;
}
.form_control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form_group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.form_horizontal .radio,
.form_horizontal .checkbox {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form_horizontal .radio,
.form_horizontal .checkbox {
  min-height: 27px;
}
.form_horizontal .form_group {
  margin-right: -15px;
  margin-left: -15px;
}
.btn_menu {
  padding: 12px 10px;
  margin: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn_menu:focus,
.btn_menu:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn_menu:hover,
.btn_menu:focus {
  color: #333;
  text-decoration: none;
}
.btn_menu:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled {
  pointer-events: none;
}
.btn_default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn_default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn_default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn_default:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn_default:active:hover,
.btn_default:active:focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn_default:active {
  background-image: none;
}
.btn_default.disabled:hover,
.btn_default.disabled:focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn_success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn_success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn_success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn_success:active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn_success:active:hover,
.btn_success:active:focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn_success:active {
  background-image: none;
}
.btn_info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn_info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn_info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn_info:active {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn_info:active:hover,
.btn_info:active:focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn_info:active {
  background-image: none;
}
.btn_info.disabled:hover,
.btn_info.disabled:focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn_block {
  display: block;
  width: 100%;
}
input[type="submit"].btn_block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.input_group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input_group .form_control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input_group .form_control:focus {
  z-index: 3;
}
.input_group_addon,
.input_group .form_control {
  display: table-cell;
}
.input_group_addon {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input_group_addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input_group_addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input_group_addon:first-child {
  border-right: 0;
}
.input_group .form_control:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 601px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 601px) {
  .navbar_header {
    float: left;
  }
}
.container_fluid > .navbar_header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 601px) {
  .container_fluid > .navbar_header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar_fixed_top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 601px) {
  .navbar_fixed_top {
    border-radius: 0;
  }
}
.navbar_fixed_top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar_brand {
  float: left;
  height: 60px;
  padding: 10px 15px;
  font-size: 18px;  
}
.navbar_brand:hover,
.navbar_brand:focus {
  text-decoration: none;
}
@media (min-width: 601px) {
  .navbar > .container_fluid .navbar_brand {
    margin-left: -15px;
  }
}
.navbar_toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  /*margin-top: 8px;*/
  margin-top: 13px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar_toggle:focus {
  outline: 0;
}
.navbar_toggle .icon_bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}
.navbar_toggle .icon_bar + .icon_bar {
  margin-top: 4px;
}
@media (min-width: 601px) {
  .navbar_toggle {
    display: none;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert_dismissible {
  padding-right: 35px;
}
.alert_danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  /*border-radius: 4px;*/
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel_body {
  padding: 15px;
}
.panel_default {
  border-color: #ddd;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal_open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal_dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal_dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal_open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal_dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal_content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal_backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal_backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal_backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal_header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal_header .close {
  margin-top: -2px;
}
.modal_title {
  margin: 0;
  line-height: 1.42857143;
}
.modal_body {
  position: relative;
  padding: 15px;
}
@media (min-width: 601px) {
  .modal_dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal_content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
}
.modal_scrollbar_measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.carousel {
  position: relative;
}
.carousel_inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel_inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel_inner > .item > img,
.carousel_inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel_inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel_inner > .item.next ,
  .carousel_inner > .item.active.right{
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel_inner > .item.prev,
  .carousel_inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel_inner > .item.next.left,
  .carousel_inner > .item.prev.right,
  .carousel_inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel_inner > .active,
.carousel_inner > .next,
.carousel_inner > .prev {
  display: block;
}
.carousel_inner > .active {
  left: 0;
}
.carousel_inner > .next,
.carousel_inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel_inner > .next {
  left: 100%;
}
.carousel_inner > .prev {
  left: -100%;
}
.carousel_inner > .next.left,
.carousel_inner > .prev.right {
  left: 0;
}
.carousel_inner > .active.left {
  left: -100%;
}
.carousel_inner > .active.right {
  left: 100%;
}
.carousel_indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel_indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel_indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
@media screen and (min-width: 601px) {
  .carousel_indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container_fluid:before,
.container_fluid:after,
.row:before,
.row:after,
.form_horizontal .form_group:before,
.form_horizontal .form_group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar_header:before,
.navbar_header:after,
.panel_body:before,
.panel_body:after,
.modal_header:before,
.modal_header:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container_fluid:after,
.row:after,
.form_horizontal .form_group:after,
.nav:after,
.navbar:after,
.navbar_header:after,
.panel_body:after,
.modal_header:after {
  clear: both;
}
.pull_right {
  float: right !important;
}
.pull_left {
  float: left !important;
}
@-ms-viewport {
  width: device-width;
}
.visible_xs,
.visible_sm {
  display: none !important;
}
@media (max-width: 600px) {
  .visible_xs {
    display: block !important;
  }
}
@media (min-width: 601px) and (max-width: 991px) {
  .visible_sm {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .hidden_xs {
    display: none !important;
  }
}
/*
 * Base structure
 */
html {
	font-size:62.5%;
}

body {
    padding-top: 61px;
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: 500;
	overflow-y: scroll;
	font-size:14px;
	font-size:1.4rem;
}

.msg_wrapper span {
    font-size: 20px;
	font-size: 2.0rem;
    color: #555;
    vertical-align: middle;
    margin-left: 5px;
    color: red;
    font-weight: bold;
}

.content_preperation{
	font-size: 18px !important;
	font-size: 1.8rem !important;
}

.modal_title {
    font-weight: bold;
}

/*
 * Global add-ons
 */
.mb_15 {
    margin-bottom: 15px !important;
}

.none_ml {
    margin-left: 0 !important;
}

.mb_30 {
    margin-bottom: 30px !important;
}

.mt_35 {
    margin-top: 35px !important;
}

.mt_15 {
    margin-top: 15px !important;
}

.mb_20 {
    margin-bottom: 20px !important;
}

.mt_30 {
    margin-top: 30px !important;
}

.ml_15 {
    margin-left: 15px !important;
}

.ml_22 {
    margin-left: 22px !important;
}

.ml_30 {
    margin-left: 30px !important;
}

.pl_15 {
    padding-left: 15px !important;
}

.mb_10 {
	margin-bottom:10px !important;
}

.none_padding {
	padding: 0 !important;
}
/*
 * Top navigation
 * Hide default border to remove 1px line.
 */

.navbar_fixed_top {
    border: 0;
}

.navbar_brand,
.navbar_brand:hover,
.navbar_brand:active,
.navbar_brand:focus {
    color: #fff;
}

.navbar_brand h1 {
	margin: 0;
	font-size: 22px;
	font-size: 2.2rem;
}

.navbar_brand .small_text {
    font-size: 10px;
	font-size: 1.0rem;
}

@media (max-width: 600px) {
    .navbar_brand {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .navbar_brand h1 {
        font-size: inherit;
        line-height: 60px;
    }
	.mt_xs_8 {
		margin-top: 8px;
	}
	.btn {
		height: 45px;
		padding: 12px 12px;
	}
}

/*
 * Sidebar
 */

.gray_layout_cover {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1031;
    background-color: rgba(0, 0, 0, .6);
}

.sidebar_menu {
    position: fixed;
    left: 0;
    z-index: 999;
    padding: 0;
    background-color: #eee;
}

.sidebar_menu {
    width: 180px;
}

@media (min-width: 601px) {
    .sidebar_menu {
        top: 60px;
        display: block;
        padding: 0 20px;
        width: 180px;
    }
}

@media (max-width: 600px) {
    .sidebar_menu {
        top: 0;
        bottom: 0;
        z-index: 1032;
        display: none;
    }
    .sidebar_menu .nav_sidebar {
        margin: 0;
    }
    .sidebar_menu .nav_sidebar li {
        border-top: none;
        border-bottom: 1px dotted #eee;
    }
    .sidebar_menu .nav_sidebar li:last-child {
        border-bottom: none;
    }
    .sidebar_menu .nav_sidebar li a {
        border-left: 5px solid transparent;
        padding-right: 25px;
    }
}

/* Sidebar navigation */

.nav_sidebar {
	margin: 0 -21px 20px -20px;
}

.nav_sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}

.nav_sidebar > li {
    border-top: 1px dotted #eee;
}

.nav_sidebar > .active > a,
.nav_sidebar > .active > a:hover,
.nav_sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}


/*
 * Main content
 */

.main {
    padding: 15px;
    background-color: #fff;
}

.main .page_header {
    margin-top: 0;
}

.navbar_custom {
    background: linear-gradient(135deg, #02c385 0%, #55bbeb 100%);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}
/* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
.navbar_custom {
	background-image: -webkit-linear-gradient(left, #02c385, #55bbeb);
}
/* Firefox 3.6 - 15 */
.navbar_custom {
	background-image: -moz-linear-gradient(left, #02c385, #55bbeb);
}

.nav_sidebar li a {
    color: #555;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}

.nav_sidebar li a.a_primary {
    background-color: rgba(150, 122, 220, 0.2);
}

.nav_sidebar li a.a_primary:hover,
.nav_sidebar li a.a_primary:focus,
.nav_sidebar li a.a_primary:active,
.nav_sidebar li a.a_primary.active {
    transition: all .2s ease;
    background-color: rgba(150, 122, 220, 0.8);
    color: #fff;
    border-left: 5px solid #8362d6;
}

.nav_sidebar li a.a_secondary {
    background-color: rgba(48, 181, 225, 0.2);
}

.nav_sidebar li a.a_secondary:hover,
.nav_sidebar li a.a_secondary:focus,
.nav_sidebar li a.a_secondary:active,
.nav_sidebar li a.a_secondary.active {
    transition: all .2s ease;
    background-color: rgba(48, 181, 225, 0.8);
    color: #fff;
    border-left: 5px solid #0091ea;
}

.nav_sidebar li a p {
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}

.sub_page_header {
    margin-top: 15px;
    padding: 10px;
    border-left: 5px solid #ff5722;
    background-color: rgba(255, 87, 34, 0.2);
    color: #555;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
	font-size: 18px;
	font-size:1.8rem;
}

.block_content_header {
    position: relative;
}

.block_content_header h4, .block_content_header h5, .block_content_header h3 {
    margin-left: 22px;
    font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}

.modal_body .block_content_header h4, .modal_body .block_content_header h5 {
    font-weight: normal;
}

.block_content_header i {
    color: #ff5722;
    position: absolute;
    font-size: 18px;
	font-size: 1.8rem;
    top: 0;
    margin-top: 1px;
}

.block_divider {
    margin: 15px 0;
    border-top: 1px dotted #f4d4cd;
}

.section_divider {
    margin: 15px 0;
    border-top: 1px dotted #ddd;
}

.section_divider_full {
    margin: 15px 0;
    border-top: 1px dotted #ddd;
}

@media (min-width: 601px) {
    .section_divider {
        margin: 15px;
        border-top: 1px dotted #ddd;
    }
    .section_divider_full {
        margin: 15px 0;
        border-top: 1px dotted #ddd;
    }
	 ml_sm_15 {
        margin-left: 15px;
    }
	.custom_width_table_checkup_menu{
	width:7.6% !important;
	}
	.custom_width_table_reservation_time{
	width:2.3%!important;
	}
	.custom_width_table_reservation_time_col_1,.custom_width_table_apply_forinet_col_1,.custom_width_table_confirm_forinet_col_1{
		width:6%!important;
	}
	.pd_lr_0{
		padding-left:0px!important;
		padding-right:0px!important;
	}
	.custom_width_table_apply_forinet_col_3,.custom_width_table_confirm_forinet_col_3,.custom_width_table_reservation_time_col_price{
		width:9% !important;
	}
}

.block_content_header.success h4 {
    margin-left: 30px;
}

.block_content_header.success i {
    color: #02c385;
    font-size: 24px;
	font-size: 2.4rem;
    margin-top: -12px;
}

h5.info_require {
    font-size: 12px;
	font-size: 1.2rem;
    margin-left: 15px;
}


th.require:after {
    content: "※";
    color: #ff5722;
    margin-left: 5px;
}
.btn_bottom {
    min-width: 120px;
	margin-top: 11px;
}

.main_wrapper {
    margin-bottom: 33px;
}

footer {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #fff;
}

footer .footer_decor_below {
    height: 5px;
    background: linear-gradient(135deg, #02c385 0%, #55bbeb 100%);
	/* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
	background-image: -webkit-linear-gradient(left, #02c385, #55bbeb);
	/* Firefox 3.6 - 15 */
	background-image: -moz-linear-gradient(left, #02c385, #55bbeb);
}

footer .footer_content {
    height: 28px;
    padding: 7px;
    background: linear-gradient(135deg, #02c385 0%, #55bbeb 100%);
	/* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
	background-image: -webkit-linear-gradient(left, #02c385, #55bbeb);
	/* Firefox 3.6 - 15 */
	background-image: -moz-linear-gradient(left, #02c385, #55bbeb);
    opacity: 0.3;
}

footer .copyright {
    font-size: 10px;
	font-size: 1.0rem;
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -9px;
    color: #333;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}

.brand_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.brand_wrapper ul li {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 15px;
    margin-top: 10px;
}

.brand_wrapper ul li:last-child {
    padding-right: 0;
}

.brand_wrapper ul li a {
    display: block;
}

#brand_secure_seal {
    width: 94px;
    height: 54px;
}

.a_brand:hover {
    opacity: 0.7;
}

@media (max-width: 600px) {
	.brand_wrapper {
		width: 100%;
		text-align: center;
	}
	.brand_wrapper ul li {
        display: inline-block;
        vertical-align: bottom;
        padding: 0;
    }
    #brand_secure_seal {
        width: 56px;
        height: 32px;
    }
	.intro_wrapper img {
        width: 100%;
        height: auto;
    }
    .block_content_header i {
        top: 0;
        margin-top: 1px !important;
    }
    footer .copyright {
        font-size: 10px;
		font-size: 1.0rem;
    }
	.mt_xs_45 {
        margin-top: 45px;
    }
    .mb_xs_45 {
        margin-bottom: 45px;
    }
    .mt_xs_90 {
        margin-top: 90px;
    }
    .th_xs {
        white-space: nowrap;
    }
    .mt_xs_30 {
        margin-top: 30px;
    }
    .mt_xs_15 {
        margin-top: 15px;
    }
	.btn_wrapper_xs {
        text-align: center;
    }
	.brand_wrapper ul {
		width: 167px;
		margin-left: 25%;
	}
	.custom_width_table_checkup_menu{
		width:19% !important;
	}
}
.modal_break_decor {
    width: 100%;
    height: 5px;
    background: linear-gradient(135deg, #02c385 0%, #55bbeb 100%);
	/* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
	background-image: -webkit-linear-gradient(left, #02c385, #55bbeb);
	/* Firefox 3.6 - 15 */
	background-image: -moz-linear-gradient(left, #02c385, #55bbeb);
}

@media (min-width: 601px) {
    .block_content_body {
        margin-left: 15px;
		margin-bottom: 0px !important;
    }
	
}

.navbar_toggle {
    position: absolute;
    float: left;
    padding: 9px 10px;
	margin: 13px 0 8px 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

td.date_explanation {
    background: #eee;
}

table caption {
    border: 1px solid #ddd;
    font-size: 18px;
	font-size: 1.8rem;
    font-weight: bold;
    color: #555;
    border-bottom: none;
    padding: 8px;
}

#btn_menu_mobile {
	display: none;
}

.td_hidden {
    border-color: transparent !important;
}

.text_normal {
    font-weight: normal !important;
}

.msg_wrapper .warning_text {
    color: #f0ad4e !important;
}

.intro_wrapper {
    text-align: center;
}
.none_bg {
    background: none !important;
}

.none_border_top {
    border-top: none !important;
}

@media screen and ( min-width:601px ) and ( max-width: 991px ) {
	.container {
		width: auto;
	}
	.birthday_selection {
		margin-bottom: 8px;
	}
	.birthday_selection_end {
		margin-bottom: 0;
	}
	.btn_get_address {
		margin-bottom: 8px;
	}
	.brand_wrapper ul {
		width: 200px;
		margin-left: 35%;
	}
	.custom_width_table_checkup_menu,.custom_width_table_reservation_time_col_price{
	width:10% !important;
	}
	.custom_width_table_apply_forinet_col_3,.custom_width_table_confirm_forinet_col_3,.custom_width_table_reservation_time_col_price{
		width:17% !important;
	}
	.custom_width_table_reservation_time_col_1,.custom_width_table_apply_forinet_col_1,.custom_width_table_confirm_forinet_col_1{
		width:11%!important;
	}
	.pd_lr{
		padding-left:4px !important;
		padding-right:4px !important;
	}
}
.red {
	color: #f00;
}
