@charset "UTF-8";

/* CSS Document */

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?iln6xg');
  src: url('fonts/icomoon.eot?iln6xg#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?iln6xg') format('truetype'), url('fonts/icomoon.woff?iln6xg') format('woff'), url('fonts/icomoon.svg?iln6xg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-refresh:before {
  content: "\e90e";
}

.icon-analysis:before {
  content: "\e900";
}

.icon-delete:before {
  content: "\e901";
}

.icon-download:before {
  content: "\e902";
}

.icon-issues:before {
  content: "\e903";
}

.icon-next:before {
  content: "\e904";
}

.icon-prev:before {
  content: "\e905";
}

.icon-progress:before {
  content: "\e906";
}

.icon-qa:before {
  content: "\e907";
}

.icon-rules_master:before {
  content: "\e908";
}

.icon-rules:before {
  content: "\e909";
}

.icon-search:before {
  content: "\e90a";
}

.icon-under:before {
  content: "\e90b";
}

.icon-up:before {
  content: "\e90c";
}

.icon-user:before {
  content: "\e90d";
}

.icon-book-solid:before {
  content: "\e90f";
}

body {
  min-width: 1000px;
  margin: 0;
  r font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

html,
body {
  font-family: "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', 'Osaka', Helvetica, Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #201e15;
  font-size: 16px;
  line-height: 1.8em;
}


/*html, body {font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;margin: 0;padding: 0;height: 100%;color:#201e15;font-size:16px;line-height:1.8em;}*/


/*html {overflow-y: scroll;}*/


/* 　　Reset BS Style　*/

p {
  margin: 0px;
}

a:focus,
a:hover {
  color: auto;
  text-decoration: none;
}

a:focus {
  outline: none;
}

[tabindex="-1"]:focus {
  outline: 0!important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}

address {
  font-style: normal;
  line-height: inherit
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

dfn {
  font-style: italic
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub {
  bottom: -.25em
}

a {
  color: #273E84;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

a.disabled:not([href]):not([tabindex]):hover {
	  color: #868e96;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit
}

.h1,
h1 {
  font-size: 2.5rem
}

.h2,
h2 {
  font-size: 2rem
}

.h3,
h3 {
  font-size: 1.75rem
}

.h4,
h4 {
  font-size: 1.5rem
}

.h5,
h5 {
  font-size: 1.25rem
}

.h6,
h6 {
  font-size: 1rem
}

.lead {
  font-size: 1.25rem;
  font-weight: 300
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
  font-size: 80%;
  font-weight: 400
}

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  list-style: none
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: 5px
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96
}

.blockquote-footer::before {
  content: "\2014 \00A0"
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  transition: all .2s ease-in-out;
  max-width: 100%;
  height: auto
}

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}

.figure-caption {
  font-size: 90%;
  color: #868e96
}

code,
kbd,
pre,
samp {
  font-family: "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', 'Osaka', Helvetica, Verdana, Arial, sans-serif;
}

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: .25rem
}

a>code {
  padding: 0;
  color: inherit;
  background-color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 100%;
  color: #212529
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit
}

.h1,
h1 {
  font-size: 2.5rem
}

.h2,
h2 {
  font-size: 2rem
}

.h3,
h3 {
  font-size: 1.75rem
}

.h4,
h4 {
  font-size: 1.5rem
}

.h5,
h5 {
  font-size: 1.25rem
}

.h6,
h6 {
  font-size: 1rem
}

@media (min-width:768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.333333%
  }
  .offset-sm-2 {
    margin-left: 16.666667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.333333%
  }
  .offset-sm-5 {
    margin-left: 41.666667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.333333%
  }
  .offset-sm-8 {
    margin-left: 66.666667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.333333%
  }
  .offset-sm-11 {
    margin-left: 91.666667%
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #4D4B44;
}

.table tr:last-child td {
  border-bottom: 1px solid #4D4B44;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef
}

.table tbody+tbody {
  border-top: 2px solid #e9ecef
}

.table .table {
  background-color: #fff
}

.table-sm td,
.table-sm th {
  padding: .3rem
}

.table-bordered {
  border: 1px solid #e9ecef
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #e9ecef
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .075)!important;
}

.table-primary,
.table-primary>td,
.table-primary>th {
  background-color: #b8daff
}

.table-hover .table-primary:hover {
  background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
  background-color: #dddfe2
}

.table-hover .table-secondary:hover {
  background-color: #cfd2d6
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #cfd2d6
}

.table-success,
.table-success>td,
.table-success>th {
  background-color: #c3e6cb
}

.table-hover .table-success:hover {
  background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
  background-color: #bee5eb
}

.table-hover .table-info:hover {
  background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
  background-color: #ffeeba
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
  background-color: #f5c6cb
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
  background-color: #fdfdfe
}

.table-hover .table-light:hover {
  background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
  background-color: #c6c8ca
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
  background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e
}

.table .thead-light th {
  color: #495057;
  background-color: #DEDDDC;
  border-color: #fff
}

.table-dark {
  color: #fff;
  background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, .075)
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #797873;
  border-radius: .25rem;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: auto;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-group {
  margin-bottom: 1rem
}

.form-control-custom-ph {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #797873;
  border-radius: .25rem;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: auto;
}
.form-control-custom-ph:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.form-control-custom-ph::-moz-placeholder {
  color: #f00;
  opacity: 1;
}
.form-control-custom-ph:-ms-input-placeholder {
  color: #f00;
}
.form-control-custom-ph::-webkit-input-placeholder {
  color: #f00;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: .275rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover {
  text-decoration: none
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn.disabled,
.btn:disabled {
  opacity: .65
}

.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
  background-image: none
}

.btn-primary {
  color: #fff;
  background-color: #CC0022;
  border-color: #CC0022;
  cursor: pointer;
  min-width: 120px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #DE596F;
  border-color: #CC0022;
}

.btn-primary.focus,
.btn-primary:focus {}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #7b7b7b;
  border-color: #7b7b7b;
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #8D2D00;
  border-color: #8D2D00;
}

.btn-secondary {
  color: #201E15;
  background-color: #FFF;
  border-color: #CC0022;
  cursor: pointer;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #DE596F;
  border-color: #CC0022;
}

.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #eee;
  border-color: #7b7b7b;
}

.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #8D2D00;
  border-color: #8D2D00;
}

.btn-toggle {
  color: #201E15;
  background-color: #FFF;
  border-right: #CC0022 solid 1px;
  cursor: pointer;
}

.btn-toggle:last-child {
  none
}

.btn-toggle:hover {
  color: #fff;
  background-color: #DE5C72;
}

.btn-toggle.focus,
.btn-toggle:focus {
  box-shadow: none;
  border: 2px solid #CC0022;
  color: #FFF;
  background: #DE596F;
}

.btn-toggle.disabled,
.btn-toggle:disabled {
  background-color: #868e96;
  border-color: #868e96
}

.btn-toggle:not([disabled]):not(.disabled).active,
.btn-toggle:not([disabled]):not(.disabled):active,
.show>.btn-toggle.dropdown-toggle {
  color: #fff;
  background-color: #CC0022;
  border-color: #CC0022;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:hover {
  color: #fff;
  background-color: #DE5C72;
  border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
  cursor: pointer;
  color: #fff;
  background-color: #009EB7;
  border-color: #009EB7;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #009EB7;
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #009EB7;
}

.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #009EB7;
}

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
  color: #111;
  background-color: #d39e00;
  border-color: #c69500;
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-preview {
  color: #000;
  background-color: #fff;
  border-color: #0068B4;
  cursor: pointer;
}

.btn-preview:hover {
  color: #fff;
  background-color: #4C95CA;
  border-color: #0068B4;
}

.btn-danger {
  color: #fff;
  background-color: #0068B4;
  border-color: #0068B4;
  cursor: pointer;
}

.btn-danger:hover {
  color: #fff;
  background-color: #4C95CA;
  border-color: #0068B4;
}

.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #004499;
  border-color: #0068B4;
}

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:not([disabled]):not(.disabled).active,
.btn-light:not([disabled]):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: #111;
  background-color: #dae0e5;
  border-color: #d3d9df;
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent
}

.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent
}

.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent
}

.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent
}

.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent
}

.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent
}

.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}

.btn-outline-light:not([disabled]):not(.disabled).active,
.btn-outline-light:not([disabled]):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent
}

.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
  border-color: transparent;
  box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
  color: #868e96
}

.btn-group-lg>.btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .775rem;
  line-height: 1.2;
  border-radius: .2rem;
  height: 2.5em;
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: .5rem
}

.btn-external {
  width: 120px; 
  color: #FFF !important; 
  background-color: #009eb2; 
  border-color: #009eb2;
}

.feedback-btn-choice {
    color: #fff;
    background-color: #CC0022;
    border-color: #CC0022;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
  margin-left: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 3
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap
}

.input-group-addon {
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child)>.btn-group>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group-addon:not(:last-child) {
  border-right: 0
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
  border-left: 0
}

.input-group-btn {
  position: relative;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 0;
  white-space: nowrap
}

.input-group-btn>.btn {
  position: relative
}

.input-group-btn>.btn+.btn {
  margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
  z-index: 3
}

.input-group-btn:first-child>.btn+.btn {
  margin-left: 0
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
  margin-right: -1px
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
  z-index: 2;
  margin-left: 0
}

.input-group-btn:not(:first-child)>.btn-group:first-child,
.input-group-btn:not(:first-child)>.btn:first-child {
  margin-left: -1px
}

.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:hover,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:hover {
  z-index: 3
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #FFF!important;
  background-color: #CC0022!important;
  border-color: #CC0022!important;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd
}

.page-link:focus,
.page-link:hover {
  text-decoration: none;
  border-color: #ddd;
  background: #DE596F;
  color: #FFF!important;
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 30px auto;
  pointer-events: none
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  background: #CC0022;
}

.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
  color: #FFF;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: #FFF;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px
}

.modal2-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0px 15px 15px 15px;
}

.modal-footer>:not(:first-child) {
  margin-left: .25rem
}

.modal-footer>:not(:last-child) {
  margin-right: .25rem
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #201E15;
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
  text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #868e96;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085
}

a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e
}

a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb
}

a.list-group-item-success,
button.list-group-item-success {
  color: #155724
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb
}

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe
}

a.list-group-item-light,
button.list-group-item-light {
  color: #818182
}

a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6
}

a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21
}

a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21
}

.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)
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  cursor: pointer;
}

.close:focus,
.close:hover {
  color: #fff;
  text-decoration: none;
  opacity: .75
}

button.close {
  padding: 0;
  background: 0 0;
  border: 0;
  -webkit-appearance: none
}

@media (max-width:575px) {
  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .navbar-expand-md .navbar-toggler {
    display: none
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
  }
}

@media (max-width:991px) {
  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media (max-width:1199px) {
  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .navbar-expand-xl .navbar-toggler {
    display: none
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none
}

.nav-link.disabled {
  color: #868e96
}

.nav-tabs {
  border-bottom: 2px solid #CC0022;
}

.nav-tabs .nav-item {
  margin-bottom: -2px
}

.nav-tabs .nav-link {
  border: 2px solid #CC0022;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #201E15;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: 2px solid #CC0022;
  color: #FFF;
  background: #DE596F;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: #868e96;
  border-bottom-color: #CC0022;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #FFF;
  background-color: #CC0022;
  border-color: #CC0022;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-pills .nav-link {
  border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}

.dropdown-toggle a:focus,
.dropdown-toggle a:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #868e96;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #868e96;
  white-space: nowrap
}

.w-25 {
  width: 25%!important
}

.w-50 {
  width: 50%!important
}

.w-75 {
  width: 75%!important
}

.w-100 {
  width: 100%!important
}

.w-4em {
  width: 4em!important
}

.h-25 {
  height: 25%!important
}

.h-50 {
  height: 50%!important
}

.h-75 {
  height: 75%!important
}

.h-100 {
  height: 100%!important
}

.mw-100 {
  max-width: 100%!important
}

.mh-100 {
  max-height: 100%!important
}

.m-0 {
  margin: 0!important
}

.mt-0,
.my-0 {
  margin-top: 0!important
}

.mr-0,
.mx-0 {
  margin-right: 0!important
}

.mb-0,
.my-0 {
  margin-bottom: 0!important
}

.ml-0,
.mx-0 {
  margin-left: 0!important
}

.m-1 {
  margin: .25rem!important
}

.mt-1,
.my-1 {
  margin-top: .25rem!important
}

.mr-1,
.mx-1 {
  margin-right: .25rem!important
}

.mb-1,
.my-1 {
  margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
  margin-left: .25rem!important
}

.m-2 {
  margin: .5rem!important
}

.mt-2,
.my-2 {
  margin-top: .5rem!important
}

.mr-2,
.mx-2 {
  margin-right: .5rem!important
}

.mb-2,
.my-2 {
  margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
  margin-left: .5rem!important
}

.m-3 {
  margin: 1rem!important
}

.mt-3,
.my-3 {
  margin-top: 1rem!important
}

.mr-3,
.mx-3 {
  margin-right: 1rem!important
}

.mb-3,
.my-3 {
  margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
  margin-left: 1rem!important
}

.m-4 {
  margin: 1.5rem!important
}

.mt-4,
.my-4 {
  margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem!important
}

.m-5 {
  margin: 3rem!important
}

.mt-5,
.my-5 {
  margin-top: 3rem!important
}

.mr-5,
.mx-5 {
  margin-right: 3rem!important
}

.mb-5,
.my-5 {
  margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
  margin-left: 3rem!important
}

.p-0 {
  padding: 0!important
}

.pt-0,
.py-0 {
  padding-top: 0!important
}

.pr-0,
.px-0 {
  padding-right: 0!important
}

.pb-0,
.py-0 {
  padding-bottom: 0!important
}

.pl-0,
.px-0 {
  padding-left: 0!important
}

.p-1 {
  padding: .25rem!important
}

.pt-1,
.py-1 {
  padding-top: .25rem!important
}

.pr-1,
.px-1 {
  padding-right: .25rem!important
}

.pb-1,
.py-1 {
  padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
  padding-left: .25rem!important
}

.p-2 {
  padding: .5rem!important
}

.pt-2,
.py-2 {
  padding-top: .5rem!important
}

.pr-2,
.px-2 {
  padding-right: .5rem!important
}

.pb-2,
.py-2 {
  padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
  padding-left: .5rem!important
}

.p-3 {
  padding: 1rem!important
}

.pt-3,
.py-3 {
  padding-top: 1rem!important
}

.pr-3,
.px-3 {
  padding-right: 1rem!important
}

.pb-3,
.py-3 {
  padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
  padding-left: 1rem!important
}

.p-4 {
  padding: 1.5rem!important
}

.pt-4,
.py-4 {
  padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
  padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
  padding-left: 1.5rem!important
}

.p-5 {
  padding: 3rem!important
}

.pt-5,
.py-5 {
  padding-top: 3rem!important
}

.pr-5,
.px-5 {
  padding-right: 3rem!important
}

.pb-5,
.py-5 {
  padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
  padding-left: 3rem!important
}

.m-auto {
  margin: auto!important
}

.mt-auto,
.my-auto {
  margin-top: auto!important
}

.mr-auto,
.mx-auto {
  margin-right: auto!important
}

.mb-auto,
.my-auto {
  margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
  margin-left: auto!important
}

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0!important
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0!important
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0!important
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0!important
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0!important
  }
  .m-sm-1 {
    margin: .25rem!important
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem!important
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem!important
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem!important
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem!important
  }
  .m-sm-2 {
    margin: .5rem!important
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem!important
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem!important
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem!important
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem!important
  }
  .m-sm-3 {
    margin: 1rem!important
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem!important
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem!important
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem!important
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem!important
  }
  .m-sm-4 {
    margin: 1.5rem!important
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem!important
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem!important
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem!important
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem!important
  }
  .m-sm-5 {
    margin: 3rem!important
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem!important
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem!important
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem!important
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem!important
  }
  .p-sm-0 {
    padding: 0!important
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0!important
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0!important
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0!important
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0!important
  }
  .p-sm-1 {
    padding: .25rem!important
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem!important
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem!important
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem!important
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem!important
  }
  .p-sm-2 {
    padding: .5rem!important
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem!important
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem!important
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem!important
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem!important
  }
  .p-sm-3 {
    padding: 1rem!important
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem!important
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem!important
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem!important
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem!important
  }
  .p-sm-4 {
    padding: 1.5rem!important
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem!important
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem!important
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem!important
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem!important
  }
  .p-sm-5 {
    padding: 3rem!important
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem!important
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem!important
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem!important
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem!important
  }
  .m-sm-auto {
    margin: auto!important
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto!important
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto!important
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto!important
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto!important
  }
}

@media (min-width:768px) {
  .m-md-0 {
    margin: 0!important
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0!important
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0!important
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0!important
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0!important
  }
  .m-md-1 {
    margin: .25rem!important
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem!important
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem!important
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem!important
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem!important
  }
  .m-md-2 {
    margin: .5rem!important
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem!important
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem!important
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem!important
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem!important
  }
  .m-md-3 {
    margin: 1rem!important
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem!important
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem!important
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem!important
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem!important
  }
  .m-md-4 {
    margin: 1.5rem!important
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem!important
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem!important
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem!important
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem!important
  }
  .m-md-5 {
    margin: 3rem!important
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem!important
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem!important
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem!important
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem!important
  }
  .p-md-0 {
    padding: 0!important
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0!important
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0!important
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0!important
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0!important
  }
  .p-md-1 {
    padding: .25rem!important
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem!important
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem!important
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem!important
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem!important
  }
  .p-md-2 {
    padding: .5rem!important
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem!important
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem!important
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem!important
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem!important
  }
  .p-md-3 {
    padding: 1rem!important
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem!important
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem!important
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem!important
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem!important
  }
  .p-md-4 {
    padding: 1.5rem!important
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem!important
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem!important
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem!important
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem!important
  }
  .p-md-5 {
    padding: 3rem!important
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem!important
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem!important
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem!important
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem!important
  }
  .m-md-auto {
    margin: auto!important
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto!important
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto!important
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto!important
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto!important
  }
}

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0!important
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0!important
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0!important
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0!important
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0!important
  }
  .m-lg-1 {
    margin: .25rem!important
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem!important
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem!important
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem!important
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem!important
  }
  .m-lg-2 {
    margin: .5rem!important
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem!important
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem!important
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem!important
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem!important
  }
  .m-lg-3 {
    margin: 1rem!important
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem!important
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem!important
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem!important
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem!important
  }
  .m-lg-4 {
    margin: 1.5rem!important
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem!important
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem!important
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem!important
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem!important
  }
  .m-lg-5 {
    margin: 3rem!important
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem!important
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem!important
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem!important
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem!important
  }
  .p-lg-0 {
    padding: 0!important
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0!important
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0!important
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0!important
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0!important
  }
  .p-lg-1 {
    padding: .25rem!important
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem!important
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem!important
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem!important
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem!important
  }
  .p-lg-2 {
    padding: .5rem!important
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem!important
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem!important
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem!important
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem!important
  }
  .p-lg-3 {
    padding: 1rem!important
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem!important
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem!important
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem!important
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem!important
  }
  .p-lg-4 {
    padding: 1.5rem!important
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem!important
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem!important
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem!important
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem!important
  }
  .p-lg-5 {
    padding: 3rem!important
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem!important
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem!important
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem!important
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem!important
  }
  .m-lg-auto {
    margin: auto!important
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto!important
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto!important
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto!important
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto!important
  }
}

@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0!important
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0!important
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0!important
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0!important
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0!important
  }
  .m-xl-1 {
    margin: .25rem!important
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem!important
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem!important
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem!important
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem!important
  }
  .m-xl-2 {
    margin: .5rem!important
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem!important
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem!important
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem!important
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem!important
  }
  .m-xl-3 {
    margin: 1rem!important
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem!important
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem!important
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem!important
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem!important
  }
  .m-xl-4 {
    margin: 1.5rem!important
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem!important
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem!important
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem!important
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem!important
  }
  .m-xl-5 {
    margin: 3rem!important
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem!important
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem!important
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem!important
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem!important
  }
  .p-xl-0 {
    padding: 0!important
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0!important
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0!important
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0!important
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0!important
  }
  .p-xl-1 {
    padding: .25rem!important
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem!important
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem!important
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem!important
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem!important
  }
  .p-xl-2 {
    padding: .5rem!important
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem!important
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem!important
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem!important
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem!important
  }
  .p-xl-3 {
    padding: 1rem!important
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem!important
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem!important
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem!important
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem!important
  }
  .p-xl-4 {
    padding: 1.5rem!important
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem!important
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem!important
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem!important
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem!important
  }
  .p-xl-5 {
    padding: 3rem!important
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem!important
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem!important
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem!important
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem!important
  }
  .m-xl-auto {
    margin: auto!important
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto!important
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto!important
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto!important
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto!important
  }
}

.text-justify {
  text-align: justify!important
}

.text-nowrap {
  white-space: nowrap!important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left!important
}

.text-right {
  text-align: right!important
}

.text-center {
  text-align: center!important
}

@media (min-width:576px) {
  .text-sm-left {
    text-align: left!important
  }
  .text-sm-right {
    text-align: right!important
  }
  .text-sm-center {
    text-align: center!important
  }
}

@media (min-width:768px) {
  .text-md-left {
    text-align: left!important
  }
  .text-md-right {
    text-align: right!important
  }
  .text-md-center {
    text-align: center!important
  }
}

@media (min-width:992px) {
  .text-lg-left {
    text-align: left!important
  }
  .text-lg-right {
    text-align: right!important
  }
  .text-lg-center {
    text-align: center!important
  }
}

@media (min-width:1200px) {
  .text-xl-left {
    text-align: left!important
  }
  .text-xl-right {
    text-align: right!important
  }
  .text-xl-center {
    text-align: center!important
  }
}

.text-lowercase {
  text-transform: lowercase!important
}

.text-uppercase {
  text-transform: uppercase!important
}

.text-capitalize {
  text-transform: capitalize!important
}

.font-weight-light {
  font-weight: 300!important
}

.font-weight-normal {
  font-weight: 400!important
}

.font-weight-bold {
  font-weight: 700!important
}

.font-italic {
  font-style: italic!important
}

.text-white {
  color: #fff!important
}

.text-primary {
  color: #007bff!important
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc!important
}

.text-secondary {
  color: #868e96!important
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #6c757d!important
}

.text-success {
  color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
  color: #1e7e34!important
}

.text-info {
  color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
  color: #117a8b!important
}

.text-warning {
  color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00!important
}

.text-danger {
  color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130!important
}

.text-light {
  color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
  color: #dae0e5!important
}

.text-dark {
  color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124!important
}

.text-muted {
  color: #868e96!important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.visible {
  visibility: visible!important
}

.invisible {
  visibility: hidden!important
}

.alert-light {
  background-color: #FFF0B1;
  font-size: 14px;
  line-height: 1.6;
}

.alert-light hr {
  border-top-color: #ececf6
}

.alert-light strong {
  color: #CC0022;
  font-size: 16px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.row-height {
    height: 65px;
}

.form-inline .input-group {
  width: auto
}

.d-none {
  display: none!important
}

.d-inline {
  display: inline!important
}

.d-inline-block {
  display: inline-block!important
}

.d-block {
  display: block!important
}

.d-table {
  display: table!important
}

.d-table-row {
  display: table-row!important
}

.d-table-cell {
  display: table-cell!important
}

.d-flex {
  display: -ms-flexbox!important;
  display: flex!important
}

.d-inline-flex {
  display: -ms-inline-flexbox!important;
  display: inline-flex!important
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5
}

.col-form-legend {
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  font-size: 1rem
}

.form-control-plaintext {
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
  color: #868e96
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0
}

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
  left: 620px;
}

.form-check-inline {
  display: inline-block;
  margin-right: .75rem
}

.form-check-inline .form-check-label {
  vertical-align: middle
}

.valid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #28a745
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, .8);
  border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
  display: block
}

.form-check-input.is-valid+.form-check-label,
.was-validated .form-check-input:valid+.form-check-label {
  color: #28a745
}

.custom-control-input.is-valid~.custom-control-indicator,
.was-validated .custom-control-input:valid~.custom-control-indicator {
  background-color: rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid~.custom-control-description,
.was-validated .custom-control-input:valid~.custom-control-description {
  color: #28a745
}

.custom-file-input.is-valid~.custom-file-control,
.was-validated .custom-file-input:valid~.custom-file-control {
  border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-control::before,
.was-validated .custom-file-input:valid~.custom-file-control::before {
  border-color: inherit
}

.custom-file-input.is-valid:focus,
.was-validated .custom-file-input:valid:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, .8);
  border-radius: .2rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
  display: block
}

.form-check-input.is-invalid+.form-check-label,
.was-validated .form-check-input:invalid+.form-check-label {
  color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-indicator,
.was-validated .custom-control-input:invalid~.custom-control-indicator {
  background-color: rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid~.custom-control-description,
.was-validated .custom-control-input:invalid~.custom-control-description {
  color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-control,
.was-validated .custom-file-input:invalid~.custom-file-control {
  border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-control::before,
.was-validated .custom-file-input:invalid~.custom-file-control::before {
  border-color: inherit
}

.custom-file-input.is-invalid:focus,
.was-validated .custom-file-input:invalid:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

.flex-sm-row {
  -ms-flex-direction: row!important;
  flex-direction: row!important
}

.flex-sm-column {
  -ms-flex-direction: column!important;
  flex-direction: column!important
}

.flex-sm-row-reverse {
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important
}

.flex-sm-column-reverse {
  -ms-flex-direction: column-reverse!important;
  flex-direction: column-reverse!important
}

.flex-sm-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important
}

.flex-sm-nowrap {
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap!important
}

.flex-sm-wrap-reverse {
  -ms-flex-wrap: wrap-reverse!important;
  flex-wrap: wrap-reverse!important
}

.justify-content-sm-start {
  -ms-flex-pack: start!important;
  justify-content: flex-start!important
}

.justify-content-sm-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end!important
}

.justify-content-sm-center {
  -ms-flex-pack: center!important;
  justify-content: center!important
}

.justify-content-sm-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important
}

.justify-content-sm-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important
}

.align-items-sm-start {
  -ms-flex-align: start!important;
  align-items: flex-start!important
}

.align-items-sm-end {
  -ms-flex-align: end!important;
  align-items: flex-end!important
}

.align-items-sm-center {
  -ms-flex-align: center!important;
  align-items: center!important
}

.align-items-sm-baseline {
  -ms-flex-align: baseline!important;
  align-items: baseline!important
}

.align-items-sm-stretch {
  -ms-flex-align: stretch!important;
  align-items: stretch!important
}

.align-content-sm-start {
  -ms-flex-line-pack: start!important;
  align-content: flex-start!important
}

.align-content-sm-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end!important
}

.align-content-sm-center {
  -ms-flex-line-pack: center!important;
  align-content: center!important
}

.align-content-sm-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between!important
}

.align-content-sm-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around!important
}

.align-content-sm-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch!important
}

.align-self-sm-auto {
  -ms-flex-item-align: auto!important;
  align-self: auto!important
}

.align-self-sm-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start!important
}

.align-self-sm-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end!important
}

.align-self-sm-center {
  -ms-flex-item-align: center!important;
  align-self: center!important
}

.align-self-sm-baseline {
  -ms-flex-item-align: baseline!important;
  align-self: baseline!important
}

.align-self-sm-stretch {
  -ms-flex-item-align: stretch!important;
  align-self: stretch!important
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive::before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%
}

.embed-responsive-16by9::before {
  padding-top: 56.25%
}

.embed-responsive-4by3::before {
  padding-top: 75%
}

.embed-responsive-1by1::before {
  padding-top: 100%
}

.flex-row {
  -ms-flex-direction: row!important;
  flex-direction: row!important
}

.flex-column {
  -ms-flex-direction: column!important;
  flex-direction: column!important
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse!important;
  flex-direction: column-reverse!important
}

.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important
}

.flex-nowrap {
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap!important
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse!important;
  flex-wrap: wrap-reverse!important
}

.justify-content-start {
  -ms-flex-pack: start!important;
  justify-content: flex-start!important
}

.justify-content-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end!important
}

.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important
}

.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important
}

.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important
}

.align-items-start {
  -ms-flex-align: start!important;
  align-items: flex-start!important
}

.align-items-end {
  -ms-flex-align: end!important;
  align-items: flex-end!important
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important
}

.align-items-baseline {
  -ms-flex-align: baseline!important;
  align-items: baseline!important
}

.align-items-stretch {
  -ms-flex-align: stretch!important;
  align-items: stretch!important
}

.align-content-start {
  -ms-flex-line-pack: start!important;
  align-content: flex-start!important
}

.align-content-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end!important
}

.align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center!important
}

.align-content-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between!important
}

.align-content-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around!important
}

.align-content-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch!important
}

.align-self-auto {
  -ms-flex-item-align: auto!important;
  align-self: auto!important
}

.align-self-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start!important
}

.align-self-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end!important
}

.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center!important
}

.align-self-baseline {
  -ms-flex-item-align: baseline!important;
  align-self: baseline!important
}

.align-self-stretch {
  -ms-flex-item-align: stretch!important;
  align-self: stretch!important
}

.table .thead-light th {
  color: #495057;
  background-color: #DEDDDC!important;
  border-color: #fff
}

.float-left {
  float: left!important
}

.float-right {
  float: right!important
}

.float-none {
  float: none!important
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0
}

.card-text:last-child {
  margin-bottom: 0
}

.card-link:hover {
  text-decoration: none
}

.card-link+.card-link {
  margin-left: 1.25rem
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0
}

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem
}

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px)
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.card-deck .card {
  margin-bottom: 15px
}

@media (min-width:576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.card-group .card {
  margin-bottom: 15px
}

@media (min-width:576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }
  .card-group .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0
  }
  .card-group .card+.card {
    margin-left: 0;
    border-left: 0
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0
  }
  .card-group .card:only-child {
    border-radius: .25rem
  }
  .card-group .card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
  }
  .card-group .card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
  }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0
  }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0
  }
}

.card-columns .card {
  margin-bottom: .75rem
}

@media (min-width:576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem
  }
  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}

.d-sm-inline-flex {
  display: -ms-inline-flexbox!important;
  display: inline-flex!important
}
.d-sm-inline-flex>input{
  font-size: 0.8em;
}
address {
  margin-bottom: 0px;
}

.navbar-nav>li>a {
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1.8rem!important;
}

.panel-body {
  padding: 0px;
  margin-bottom: 15px;
}

.nav-tabs>li {
  margin-bottom: -2px;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0;
}

.nav-tabs>li>a {
  padding: .5rem 1rem;
}

.alert {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
}

.input-group-btn {
  width: auto;
}

.btn-default:hover,
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default,
.btn-default.focus,
.btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  color: auto;
  background-color: #FFF;
  border-color: #797873;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  margin-left: 0px;
}

label {
  font-weight: normal;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 0px;
}

.datepicker-days {
  padding-left: 6px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 10px 5px;
  line-height: 1.4;
  vertical-align: middle;
  border-top: 1px solid #4D4B44;
  border-bottom: none;
}

.sj-list-table thead th,
.sj-list-table tbody td {
  padding: 10px 5px;
  vertical-align: middle;
}

.border-bottom1px {
  border-bottom: 1px solid #4D4B44;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #FFF !important;
  background-color: #DE596F;
  border-color: auto;
  border-right-color: #CC0022;
}

.modal-footer {
  border: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #797873;
}


/* 　　共通スタイル　*/

a.sj-link {
  color: #273E84;
  text-decoration: underline;
}

a:hover.sj-link {
  color: #0068B4;
  text-decoration: none;
}

th.sj-baseline-top,
td.sj-baseline-top,
tr.sj-baseline-top th,
tr.sj-baseline-top td {
  vertical-align: top!important;
}


/*  Site Commons   */

header {
  border-top: 3px #cc0022 solid;
  height: 65px;
  background: #FFF;
  position: relative;
  min-width: 1060px;
}

.sj-page-header {
  width: 1060px;
  margin: 0 auto;
  position: relative;
}

.sj-logo {
  line-height: 65px;
}

.sj-logo img {
  width: 170px;
}

.sj-page-header>h1 {
  font-size: 26px;
  line-height: 65px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  position: absolute;
  top: 0;
}

.sj-header-menu {
  line-height: 16px;
  position: absolute;
  top: 7px;
  right: 0;
}

.sj-header-menu>div {
  display: inline-block;
  margin-right: 20px;
}

.sj-header-menu>div:last-child {
  margin-right: 0px;
}

.sj-account {
  font-size: 14px;
  padding-left: 35px;
  text-align: right;
}

.sj-account-setting {
  font-size: small;
  font-weight: bold;
  text-decoration: underline;
}

.sj-account .dropdown-toggle:after {
  content: none;
}

.sj-account .dropdown-menu {
  line-height: 2em;
  font-size: 14px;
  position: absolute;
  transform: translate3d(-45px, 41px, 0px);
  top: 0px;
  left: 0px;
  will-change: transform;
}

.sj-account .dropdown-menu a:hover {
  background: #DE596F;
  color: #FFF;
}

.sj-header-menu a span {
  color: #cc0022;
  font-size: 15px;
  padding-right: 5px;
}

.sj-header-menu a:hover {
  text-decoration: none;
  color: #cc0022;
}

.sj-header-menu span {
  color: #cc0022;
  font-size: 15px;
  padding-right: 5px;
}

.sj-header-menu .sj-sales-nav {
  margin-right: 0;
}

.sj-header-menu .sj-sales-nav a {
  color: #201E15;
  border-radius: 5px;
  box-sizing: border-box;
  border: 2px solid #CC0022;
  background: #FFF;
  padding: 4px 10px 4px 35px;
  font-size: 13px;
  position: relative;
}

.sj-header-menu .sj-sales-nav a:first-child {
  margin-right: 10px;
}

.sj-header-menu .sj-sales-nav a span {
  font-size: 18px;
  line-height: 1.8em!important;
  display: inline-block!important;
  position: absolute;
  top: -3px;
  left: 10px;
}

.sj-header-menu .sj-sales-nav a:hover {
  color: #FFF!important;
  background: #DE596F;
}

.sj-header-menu .sj-sales-nav a:hover span,
.sj-header-menu .sj-sales-nav a.active span {
  color: #FFF!important;
}

.sj-header-menu .sj-sales-nav a.active {
  color: #FFF!important;
  background: #CC0022;
}

.sj-main-container {
  width: 100%;
  position: relative;
  background: #eeeeee;
  float: none;
  min-width: 1060px;
}

.sj-sales-container {
  padding-top: 17px;
}

.container {
  width: 1060px;
  padding: 30px;
  margin: 0 auto;
  margin-top: -1px;
  background: #FFF;
  border: 1px solid #dedddc;
  border-radius: 5px;
  position: relative;
}

.navbar {
  border: none;
  height: 86px;
  width: 1060px;
  padding: 12px 30px;
  margin: 0 auto;
  position: relative;
}

.navbar .nav-item {
  margin-right: 8px;
}

.navbar .nav-item a {
  width: 118px;
  height: 66px;
  font-size: 14px;
  display: block;
  text-align: center;
  color: #201E15;
  border-radius: 5px;
  box-sizing: border-box;
  border: 2px solid #CC0022;
  background: #FFF;
}

.navbar .nav-item a.active,
.navbar .nav-item a.active:hover {
  background: #CC0022;
  border-radius: 5px;
  color: #fff;
  height: 100px;
}

.navbar .nav-item a:hover {
  background: #DE596F;
  color: #FFF!important;
}

.navbar .nav-item a.active,
.navbar .nav-item a.active:focus {
  background: #DE596F;
  color: #FFF!important;
}

.navbar .nav-item:last-child {
  margin-right: 0px;
}

.navbar .nav-item a.sj-navbar-rulesFile-create,
.navbar .nav-item a.sj-navbar-rulesFile-create.active {
  font-size: 76%;
}

.navbar .nav-item a.sj-navbar-analysisDownload,
.navbar .nav-item a.sj-navbar-analysisDownload.active {
  font-size: 76%;
}

.navbar .nav-item a>span {
  display: block;
  font-size: 25px;
  line-height: 27px;
  color: #CC0022;
}

.navbar .nav-item a:hover>span {
  color: #FFF;
}

.navbar .nav-item a.active>span {
  color: #fff;
}

footer {
  width: 100%;
  background: #cc0022;
  display: block;
  margin-top: 13px;
}

footer>address {
  text-align: center;
  color: #FFF;
  font-size: 13px;
  line-height: 2rem;
}

h1.sj-page-title {
  font-size: 26px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCC;
}

div.sj-page-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCC;
}

.sj-page-title h1 {
  font-size: 26px;
  margin: 0 1em 0 0;
}
.sj-page-title p {
  margin: 0;
}
.sj-page-title .right-col {
  margin-left: auto;
}

.sj-form-files-no {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 550px;
}

.col-100 {
  width: 100px;
}

.col-160 {
  width: 160px;
}

.sj-checkbox {
  margin: 0!important;
}

.sj-imputform-max {
  flex: 1;
}

.dropdown-menu {
  box-shadow: 0 0 1em rgba(0, 0, 0, .2);
}

.js-selectable-row {
  cursor: pointer;
}

/*  検索のトグルボタン（部門カテゴリ）  */

.sj-biz-btngroup {
  padding: 0;
  margin: 0 0 -5px;
  height: 55px;
  display: flex;
}

.sj-biz-btngroup label {
  margin: 0 10px 0 0;
  padding: 0;
  cursor: pointer;
}

.sj-biz-btngroup .btn+.btn {
  margin-left: 0;
}

.sj-biz-btngroup .btn {
  width: calc(100% / 2);
  height: 100%;
  padding: 0 1em 0 0;
  margin: 0;
  font-size: 15px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
}

.sj-biz-btngroup input[type=checkbox],
.sj-biz-btngroup input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.sj-biz-btngroup .sj-biz-btn-label {
  line-height: 40px;
  box-sizing: border-box;
  font-size: 15px;
  width: 140px;
  height: 42px;
  border: 2px solid #CC0022;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
}
.sj-biz-btngroup label:hover .sj-biz-btn-label {
  background-color: #DE596F;
}


.sj-biz-btngroup input[type=checkbox]:checked+.sj-biz-btn-label,
.sj-biz-btngroup input[type=radio]:checked+.sj-biz-btn-label {
  background-color: #CC0022;
  color: #fff;
  height: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.sj-biz-btngroup input[type=checkbox]:checked+.sj-biz-btn-label:focus,
.sj-biz-btngroup input[type=radio]:checked+.sj-biz-btn-label:focus {
  border: 2px solid #CC0022;
  color: #FFF;
  background: #DE596F;
}

.sj-biz-btngroup .btn:not(:first-child) input+.sj-biz-btn-label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #CC0022;
}

.sj-biz-btngroup .btn:not(:first-child) input[type=checkbox]:checked+.sj-biz-btn-label:before,
.sj-biz-btngroup .btn:not(:first-child) input[type=radio]:checked+.sj-biz-btn-label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #CC0022;
  border-left: #FFF solid 1px;
}

.sj-biz-btngroup .btn input[type=checkbox]:checked+.sj-biz-btn-label:before,
.sj-biz-btngroup .btn input[type=radio]:checked+.sj-biz-btn-label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #CC0022;
}

.sj-biz-btn-label:focus {
  border: 2px solid #CC0022;
  color: #FFF;
  background: #DE596F;
}

/*  検索のトグルボタン（検索カテゴリ）  */

.sj-reply-btngroup,
.sj-search-btngroup {
  width: 100%;
  border: #CC0022 solid 2px;
  border-radius: .4rem;
  margin-left: 0;
  align-items: center;
  height: 55px;
  margin-bottom: 10px;
  overflow: hidden;
}

.sj-search-btngroup.-col2 {
  width: auto;
}

.sj-search-btngroup.-col4 {
  width: calc((100% / 7) * 4 + 2px);
}

.sj-search-btngroup.hidden {
  display: none;
}

.sj-reply-btngroup .btn+.btn,
.sj-search-btngroup .btn+.btn {
  margin-left: 0;
}

.sj-search-btngroup .btn {
  width: calc(100% / 7);
  height: 100%;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 15px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
}

.sj-reply-btngroup .btn {
  width: calc(100% / 8);
  height: 100%;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 15px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
}

.sj-search-btngroup.-col2 .btn{
  width: 140px;
}

.sj-search-btngroup.-col4 .btn{
  width: calc(100% / 4);
}

.sj-search-btngroup input[type=checkbox],
.sj-search-btngroup input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.sj-reply-btngroup input[type=checkbox],
.sj-reply-btngroup input[type=radio],
.sj-search-btngroup input[type=checkbox],
.sj-search-btngroup input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.sj-reply-btngroup input[type=checkbox]:checked+.sj-search-btn-label,
.sj-reply-btngroup input[type=radio]:checked+.sj-search-btn-label,
.sj-search-btngroup input[type=checkbox]:checked+.sj-search-btn-label,
.sj-search-btngroup input[type=radio]:checked+.sj-search-btn-label {
  color: #fff;
}

.sj-reply-btngroup .btn:not(:first-child) input+.sj-search-btn-label:not(.jidosha-label):before,
.sj-search-btngroup .btn:not(:first-child) input+.sj-search-btn-label:not(.jidosha-label):before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #CC0022;
}

.sj-search-btngroup .btn input[type=checkbox]:checked+.sj-search-btn-label:before,
.sj-search-btngroup .btn input[type=radio]:checked+.sj-search-btn-label:before {
  background-color: #DE596F;
}

.sj-reply-btngroup .btn:not(:first-child) input[type=checkbox]:checked+.sj-search-btn-label:not(.jidosha-label):before,
.sj-reply-btngroup .btn:not(:first-child) input[type=radio]:checked+.sj-search-btn-label:not(.jidosha-label):before,
.sj-search-btngroup .btn:not(:first-child) input[type=checkbox]:checked+.sj-search-btn-label:not(.jidosha-label):before,
.sj-search-btngroup .btn:not(:first-child) input[type=radio]:checked+.sj-search-btn-label:not(.jidosha-label):before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #CC0022;
  border-left: #FFF solid 1px;
}

.sj-reply-btngroup .btn input[type=checkbox]:checked+.sj-search-btn-label:before,
.sj-reply-btngroup .btn input[type=radio]:checked+.sj-search-btn-label:before,
.sj-search-btngroup .btn input[type=checkbox]:checked+.sj-search-btn-label:before,
.sj-search-btngroup .btn input[type=radio]:checked+.sj-search-btn-label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #CC0022;
}

.sj-search-btn-label:focus {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8et;
}

/*  検索の警告ボックス  */

.sj-search-asset {
  position: relative;
}

.sj-search-notice {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 130px;
  z-index: 999;
  text-align: center;
  width: 60%;
  padding: 5px 10px;
  color: #555;
  font-size: 16px;
  background: #009EB7;
  border-radius: 6px;
  color: #FFF;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s;
}

.sj-search-notice:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 6px solid #009EB7;
}

.sj-search-notice.active {
  visibility: visible;
  opacity: 0.9;
}

.sj-biz-btngroup .sj-biz-btn-text {
  position: relative;
}

.sj-reply-btngroup .sj-search-btn-text,
.sj-search-btngroup .sj-search-btn-text {
  position: relative;
}

.sj-search-btngroup .sj-search-btn-text1 {
  font-size: 100%;
  position: relative;
}

.sj-search-btngroup .sj-search-btn-text2 {
  font-size: 9px;
  position: relative;
}

/*  ボタンの設定  */

.sj-button-asset {
  text-align: center;
  clear: both;
  position: relative;
  float: none;
}

.sj-button-asset:after {
  content: "";
  display: block;
  clear: both;
  float: none;
}

.sj-button-asset .btn-primary {
  float: right;
  margin-left: 20px;
}

.sj-button-asset .btn-secondary {
  float: right;
  margin-left: 10px;
}

.sj-button-asset .btn-danger {
  float: left;
}

.sj-button-asset .btn-help {
  float: right;
  margin-left: 10px;
  box-sizing: border-box;
  width: 32px;
  min-width: inherit;
  height: 32px;
  line-height: 30px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #8f8e8a;
  color: #8f8e8a;
  outline: none;
}
.sj-button-asset .btn-help:hover {
  background-color: #8f8e8a;
  color: #fff;
}

/* ID検索ヘルプ */
.sj-img-help {
	width:32px;
	height:32px;
	float: right;
}
.sj-button-asset a:hover img {
	opacity: 0.5;
	cursor: help;
}

/* 掲載内容ヘルプ */
.sj-biz-category-help a img {
	margin-top:2px;
	width:32px;
	height:32px;
	float: right;
}
.sj-biz-category-help a:hover img {
	margin-top:2px;
	opacity: 0.5;
	cursor: help;
}
.sj-biz-category-help-disabled {
  filter: grayscale(100%);
}
.sj-biz-category-help a:hover img.sj-biz-category-help-disabled {
  cursor: default;
}

/*  タブの設定  */

.sj-tab-asset {
  margin-bottom: 20px;
  display: flex;
}

.sj-tab-asset>nav {
  margin-bottom: 20px;
}

.sj-tab-asset a.nav-item {
  margin-right: 5px;
  padding: .5em .75em;
  line-height: 1.1rem!important;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
}

.sj-tab-asset a.nav-item.disabled {
  margin-right: 5px;
  cursor: not-allowed;
}

.sj-tab-asset a.nav-item>span.badge {
  display: inline-block;
  margin-left: 5px;
  border-radius: 10px;
  font-weight: bold!important;
  color: #FFF;
  background: #CC0022;
  font-size: 12px;
  padding: 0.3em 0.5em;
  min-width: 28px;
}

.sj-tab-asset a.nav-item>span.badge40 {
  display: inline-block;
  margin-left: 5px;
  border-radius: 10px;
  font-weight: bold!important;
  color: #FFF;
  background: #CC0022;
  font-size: 12px;
  padding: 0.3em 0.5em;
  min-width: 40px;
  text-align: center;
}

.sj-tab-asset a.nav-item.active>span.badge {
  background: #FFF;
  color: #201E15;
}
.sj-tab-asset a.nav-item.active>span.badge40 {
  background: #FFF;
  color: #201E15;
}

.sj-tab-asset a.nav-item.disabled>span.badge {
  background: #868e96;
}
.sj-tab-asset a.nav-item.disabled>span.badge40 {
  background: #868e96;
}

.sj-tab-asset .list-group .list-group-item {
  border: 1px solid #201E15;
}

.sj-tab-asset li.active a {
  color: #FFF;
  background-color: #CC0022;
  border-color: #CC0022;
}

.sj-tab-asset li.active a:hover {
  color: #FFF;
  background-color: #CC0022;
  border-color: #CC0022;
}

.sj-tab-asset li.active a>span.badge {
  display: inline-block;
  margin-left: 5px;
  border-radius: 10px;
  font-weight: bold!important;
  color: #FFF;
  background: #CC0022;
  font-size: 12px;
  padding: 0.3em 0.5em;
  min-width: 28px;
}
.sj-tab-asset li.active a>span.badge40 {
  display: inline-block;
  margin-left: 5px;
  border-radius: 10px;
  font-weight: bold!important;
  color: #FFF;
  background: #CC0022;
  font-size: 12px;
  padding: 0.3em 0.5em;
  min-width: 40px;
  text-align: center;
}

.sj-tab-asset li.active a:hover>span.badge,
.sj-tab-asset li.active a>span.badge {
  background: #FFF;
  color: #201E15;
}

.sj-tab-asset li.active a:hover>span.badge40,
.sj-tab-asset li.active a>span.badge40 {
  background: #FFF;
  color: #201E15;
}

.sj-tab-asset li.active a {
  color: #FFF!important;
  background-color: #CC0022!important;
  border-color: #CC0022!important;
}
.sj-tab-asset li a[disabled] {
  background-color: #EEEEEE !important;
  color: #7b7b7b !important;
  border-color: #7b7b7b !important;
}
.sj-tab-asset li.active a:focus {
  color: #FFF!important;
  background-color: #DE596F!important;
  border-color: #CC0022!important;
}

.sj-tab-asset li a.sj-tab-blue {
  border-color: #0068B4!important;
}

.sj-tab-asset li a.sj-tab-blue:hover {
  background-color: #4C95CA!important;
}

.sj-tab-asset li a.sj-tab-blue:hover.disabled {
  background-color: transparent!important;
}

.sj-tab-asset li.active a.sj-tab-blue {
  color: #FFF;
  background-color: #0068B4!important;
  border-color: #0068B4!important;
}

.sj-tab-asset li a.sj-tab-blue.disabled{
  color: #868e96;
  border-color: #868e96!important;
  border-bottom-color: #CC0022!important;
  cursor: not-allowed;
}

.sj-tab-asset li a.sj-tab-blue>span.badge {
  background: #0068B4!important;
}

.sj-tab-asset li.active a.sj-tab-blue>span.badge {
  background: #FFF!important;
  color: #201E15!important;
}
.sj-tab-asset li a.sj-tab-blue>span.badge40 {
  background: #0068B4!important;
}

.sj-tab-asset li a.sj-tab-blue>span.badge40.disabled {
  background-color: #868e96!important;
}
.sj-tab-asset li.active a.sj-tab-blue>span.badge40 {
  background: #FFF!important;
  color: #201E15!important;
}

/*  検索結果  */

div.sj-search-index a:nth-child(even) {
  background: #EDEDEC;
}

div.sj-search-index a:hover {
  background: #FAE5E9;
}

div.sj-search-index a h5 {
  text-decoration: underline;
  color: #273E84;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

div.sj-search-index a p {
  color: #58564F;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0px;
}

div.sj-search-index a div span.label {
  display: inline;
  padding: .2em .5em 0 .5em;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  border: 1px solid #aaa;
  margin-right: 1em;
}

div.sj-search-index a div span:nth-child(n+2) {
	margin-left: 1em;
}

div.result-list :focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

/*  フォームの設定  */

.sj-form-container {
  width: 860px;
  margin: 0 auto;
}

.sj-form-container .form-group>label {
  margin: 0 35px 0 0;
  width: 14em;
  text-align: right;
}

.sj-form-container .form-group>div {
  min-width: 280px;
}

.sj-form-container .form-group {
  margin-bottom: 8px;
}

.sj-form-container .form-group .sj-form-inputset {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sj-form-container .form-group .sj-form-inputset button {
  margin-left: 10px;
}


/*  バツ機能付きのselect  */

.sj-form-selectset {
  position: relative;
  width: 25em;
  min-width: 25em!important;
}

.sj-form-selectset select {
  position: relative;
  z-index: 1;
  width: 25em;
  min-width: 25em!important;
}

.sj-form-selectset a.sj-select-clear-btn {
  position: absolute;
  top: 10px;
  right: 32px;
  z-index: 2;
  cursor: pointer;
  border: none;
  padding: 0px;
  margin: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #0068B4;
  background: #FFF;
}

.sj-form-selectset a.sj-select-clear-btn:hover {
  color: #CC0022;
}

.sj-form-selectset a.sj-select-clear-btn:before {
  font-size: 14px;
}

.sj-input-btn {
  height: calc(2.25rem + 2px)!important;
  color: #495057;
  vertical-align: middle;
  background: #fff;
  border: 2px solid #797873;
  border-radius: .25rem!important;
  -webkit-appearance: none;
  font-size: 16px!important;
  width: 25em;
  min-width: 25em!important;
  text-align: left;
}

.sj-selectinput .dropdown-toggle {}

.sj-selectinput .dropdown-toggle::after {
  position: absolute;
  display: block;
  top: 16px;
  right: 10px;
}

.sj-selectinput .input-group-lg>.input-group-btn>.btn {
  padding: 0.3em 3em 0.3em 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.sj-input-dd {
  min-width: calc(100% + 2px);
  margin-left: -1px;
}

ul.sj-input-dd>li a {
  display: block;
  width: 100%;
  color: #201e15;
  padding: 0.2em 0.7em;
}

ul.sj-input-dd>li a:hover {
  text-decoration: none;
  background: #DE596F;
  color: #FFF;
}

.sj-selectinput a.sj-select-clear-btn {
  position: absolute;
  top: 12px;
  right: 25px;
  z-index: 50;
  cursor: pointer;
  border: none;
  padding: 0px;
  margin: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #0068B4;
  background: #FFF;
}

.sj-selectinput a.sj-select-clear-btn:hover {
  color: #CC0022;
}

.sj-selectinput a.sj-select-clear-btn:before {
  font-size: 14px;
}


/*  datepicker  */

input.sj-input-date {
  background: #FFF url(../images/calender.png) no-repeat 10px 50%;
  padding-left: 35px;
  width: 13em;
}

input.sj-input-date:first-child {
  margin-right: 10px;
}

input.sj-input-date:nth-child(2) {
  margin-left: 10px;
}

.sj-datepicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


/*  選択用select  */

.sj-form-container .form-group div.sj-analysis-category {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sj-analysis-categoryselect {}

.sj-analysis-categoryselect select {
  display: block;
  width: 256px;
  border: 2px solid #797873;
  border-radius: .25rem;
  min-height: 10em;
}

.sj-analysis-categoryselectbtn {
  width: 60px;
  margin: 0 15px;
  padding-top: 25px;
}

.sj-analysis-categoryselectbtn button {
  width: 60px;
  min-width: 60px;
  padding: 5px;
  font-size: 12px;
}

.sj-analysis-categoryselectbtn button:first-child {
  margin-bottom: 15px;
}

.sj-analysis-categoryselectbtn .icon-next:before,
.sj-analysis-categoryselectbtn .icon-delete:before {
  display: none;
}

.sj-analysis-categoryselectbtn .icon-next:after {
  content: "\e904";
  font-size: 10px;
  padding-left: 5px;
}

.sj-analysis-categoryselectbtn .icon-delete:after {
  content: "\e901";
  font-size: 10px;
  padding-left: 5px;
}


/*   テーブル  */

.table-sm thead th {
  vertical-align: middle!important;
  font-size: 14px;
  border-bottom: 1px solid #201E15;
  border-top: none;
  padding: 10px 5px;
  line-height: 1.2!important;
}

.table-sm tbody td {
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 5px;
}

.sj-table-download tr th.sj-table-download-check {
  width: 50px;
}

.sj-table-download tr th.sj-table-download-no {
  width: 60px;
}

.sj-table-download tr th.sj-table-download-name {
  width: auto;
}

.sj-table-download tr th.sj-table-download-date {
  width: 135px;
}

.sj-table-download tr th.sj-table-download-button {
  width: 100px;
}

/*   モーダルウインドウ  */

.modal-dialog {
  max-width: 900px;
}

.modal-dialog .modal-header {}

.modal-dialog .form-check-input {
  margin: 0!important;
}

.sj-modal-checkboxtable tr td:first-child {
  padding: 0;
  vertical-align: middle!important;
  padding: 10px;
}

.sj-modal-checkboxtable tr td:first-child input {
  position: static;
  text-align: center;
}


/*  照会一覧の検索エリア  */

.sj-search-box {
  background: #FAE5E9;
  border: 1px solid #F0B2BD;
  padding: 10px 20px;
  border-radius: .25rem;
  margin-bottom: 20px;
}

.sj-search-box .sj-form-container {
  width: calc(100% - 40px);
}

.sj-search-box .sj-form-container .form-group>label {
  margin: 0 5px 0 0;
  width: 5.5em;
  text-align: left;
  font-weight: bold;
}

.sj-search-box .sj-form-container .form-group {
  /*border-bottom: 1px solid #FFF; padding-bottom:8px;*/
}

.sj-search-box .sj-form-container .form-group .sj-form-subarea {
  padding-left: 9em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sj-search-box .sj-form-container .form-group .sj-form-subarea label {
  font-size: 13px;
  width: 9.5em;
  line-height: 1;
  margin-right: 0px;
}

.sj-search-box .sj-form-container .form-group .sj-form-subarea .form-group {
  border-bottom: none;
  margin: 8px 0 0;
  padding: 0;
  align-items: center;
}

.sj-search-box .sj-form-container .form-group .sj-form-subarea .form-group .sj-form-selectset {
  width: 15em!important;
  align-items: flex-start;
}

.sj-search-box .sj-form-container .form-group .sj-form-subarea .form-group .sj-form-selectset>select {
  position: static;
}

.sj-search-box .sj-form-container .form-group .sj-form-subarea .form-group .sj-datepicker-selectasset {
  padding: 0px 5px;
  margin-bottom: 0px;
}

.sj-unit-team-group-namelabel {
  font-size: 12px;
  line-height: 1;
  margin-right: 10px;
  font-weight: bold;
}

.sj-unit-team-group-namelabel2 {
  line-height: 1;
  margin: 0 10px 0 30px;
  font-weight: bold;
}

.sj-answer-label {
  margin: 0 10px 0 30px;
  font-weight: bold;
}


/*
.sj-datepicker-selectasset {display: flex!important; flex-wrap: wrap; align-items:flex-start; width:600px!important;}
.sj-flex-center{display: flex!important; flex-wrap: wrap; align-items:flex-start;}
*/


/*  一覧スタイル  */

.sj-list-table thead th,
.sj-list-table tbody td {
  padding: 10px 5px;
  vertical-align: middle;
}

.sj-list-table thead th {
  background: #DEDDDC;
  font-size: 13px;
  line-height: 1.4;
  color: #373A3C;
  border-bottom: 2px solid #ddd!important;
}

.sj-list-table thead th.sj-sort-th {
  cursor: pointer;
}

.sj-list-table thead th.sj-sort-th .sj-sort-label {
  color: #373A3C;
  display: flex;
  white-space: nowrap;
  align-items: center;
}

.sj-list-table thead th.sj-sort-th .sj-sort-text {
  line-height: 1.2;
}

.sj-list-table thead th.sj-sort-th:hover .sj-sort-text {
  text-decoration: underline;
}

.sj-list-table thead th.sj-sort-th [class*="icon-"] {
  font-size: 1em;
  transform: scale(0.5);
  display: inline-block;
}

.sj-list-table tbody td {
  font-size: 14px;
  line-height: 1.4;
}

.sj-list-table tbody td a {
  text-decoration: underline;
}

.sj-list-table tbody td a:hover {
  text-decoration: none;
}


/*  照会一覧  */

.sj-issues-list {}

.sj-issues-list-total {
  text-align: right;
  font-size: 14px;
  margin-bottom: 5px;
}

th.sj-issues-id {
  width: 70px!important;
  text-align: left;
  padding-right: 15px;
}

td.sj-issues-id {
  padding: 10px 7px 7px 10px!important;
  word-break: break-all;
  width: 70px!important;
  text-align: left;
  padding-right: 0;
}

td.sj-issues-answer-department,
th.sj-issues-answer-department {
  width: 172px!important;
}

td.sj-issues-unit,
th.sj-issues-unit {
  width: 172px!important;
}

td.sj-issues-reply-unit-team-id,
th.sj-issues-reply-unit-team-id {
  width: 125px!important;
  padding: 10px 0px 10px 2px!important;
}

th.sj-issues-unit3 {
  width: 100px;
}

th.sj-issues-ontents {
  width: 75px!important;
  padding: 0px 0px 0px 5px!important;
  font-weight: bold;
}

td.sj-issues-ontents {
  font-weight: bold;
  text-align:left;
  word-break: break-all;
  padding: 0px 0px 5px 0px!important;
}

td.sj-issues-date,
th.sj-issues-date {
  width: 87px!important;
  padding-left: 2px!important;
  padding-right:0px!important;
}

td.sj-issues-situation,
th.sj-issues-situation {
  width: 78px!important;
  text-align: left;
  padding-left: 2px;
}

th.sj-reply-inquiry-date {
  width: 83px;
  padding-left: 5px;
}

td.sj-reply-inquiry-date-value {
  width: 83px;
  padding: 10px 0px!important;
}

td.sj-reply-assignment-date,
th.sj-reply-assignment-date {
  width: 99px!important;
  padding-right: 0px!important;
  padding-left: 2px!important;
}

td.sj-reply-reply-date,
th.sj-reply-reply-date {
  width: 83px!important;
  padding-right: 0px!important;
  padding-left: 5px!important;
}

td.sj-issues-target,
th.sj-issues-target {
  width: 80px!important;
}

td.sj-issues-charge-change,
th.sj-issues-charge-change {
  width: 50px!important;
  padding: 10px 0px!important;
}

td.sj-issues-charge-change,
th.sj-issues-charge-change {
  width: 50px!important;
}

th.sj-issues-change {
  width: 55px;
}

td.sj-issues-inquiry-department,
th.sj-issues-inquiry-department {
  width: 172px!important;
}

td.sj-reply-issues-inquiry-department,
th.sj-reply-issues-inquiry-department {
  width: 125px!important;
}

th.sj-issues-inquiry-department-long {
  width: 100px;
}

td.sj-issues-questioner,
th.sj-issues-questioner {
  width: 80px!important;
}

th.sj-issues-times {
  width: 65px;
}

td.sj-issues-times {
  text-align: center;
}

th.sj-issues-answer {
  width: 170px;
}

td.sj-issues-answer {
  width: 170px;
}

.sj-list-table tbody td.sj-issues-answer ul li a {
  text-decoration: none!important;
}

.sj-readmore {
  padding: .275rem 3rem;
  margin-left: 7.5em;
}


/*  規定集一覧  */

.sj-rulesfile-list {}

th.sj-rulesfile-no {
  width: 40px;
}

th.sj-rulesfile-targetfile-no {
  width: 105px;
}

th.sj-rulesfile-target-name {
  width: auto;
}

th.sj-rulesfile-start-date {
  width: 75px;
}

th.sj-rulesfile-end-date {
  width: 75px;
}

th.sj-rulesfile-revision-date {
  width: 75px;
}

th.sj-rulesfile-department {
  width: 170px;
}

th.sj-rulesfile-unit {
  width: 125px;
}

th.sj-rulesfile-category {
  width: 95px;
}

th.sj-rulesfile-restriction {
  width: 70px;
}

td.sj-rulesfile-no {
  text-align: right;
  padding-right: 15px;
}


/*  ファイルアップロード  */

.custom-file-input {
  width: 25rem;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.custom-file {
  position: relative;
  display: inline-block;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 4px);
  padding: .375rem 4.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 2px solid #797873;
  border-radius: .25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-file-control::before {
  content: "参照";
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 4px);
  padding: .375rem 1.25rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 2px solid #797873;
  border-radius: 0 .25rem .25rem 0;
  font-weight: normal;
}

.custom-file-control::after {
  color: #A9A9A9;
  content: "ファイルが選択されていません。";
  font-size: 13px;
}

.has-file .custom-file-control::after {
  content: '';
}

.sj-files-upload-set {
  margin-bottom: 8px;
}

.sj-files-upload-set:last-child {
  margin-bottom: 0px;
}

.sj-page-navigation a.page-link {
  color: #201E15;
  border: 2px solid #CC0022;
  border-right: 1px solid #CC0022;
}

.sj-page-navigation .page-item:last-child a.page-link {
  border-right: 2px solid #CC0022;
}

.sj-page-navigation .page-item.active .page-link {
  background-color: #CC0022;
  border-color: #CC0022;
}


/*  本社照会  */

.sj-issue-result a {
  position: relative;
}

.sj-issue-result a .card-header {
  background-color: #FAE5E9;
  border-bottom: 1px #F0B2BD solid;
  color: #CC0022;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none!important;
}

.sj-issue-result a.collapsed .card-header {
  border-bottom: none;
  text-decoration: none!important;
}

.sj-issue-result a:hover {
  text-decoration: none!important;
}

.sj-issue-result a .icon-prev,
.sj-issue-result a .icon-next {
  color: #CC0022;
  font-size: 25px;
  position: absolute;
  top: 16px;
  right: 30px;
}

.sj-issue-result .card {
  border: 1px solid #F0B2BD;
  margin-bottom: 20px;
}

.sj-issue-result-table {
  width: 100%;
}

.sj-issue-result-table>tbody>tr>th {
  width: 190px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #F0B2BD;
  padding: 10px;
  line-height: 1.2;
  vertical-align: middle;
}

.sj-issue-result-table>tbody>tr>td {
  border-bottom: 1px solid #F0B2BD;
  width: calc(100% - 180px);
  padding: 10px;
  vertical-align: middle;
}

.sj-issue-result-table.-pastinfo>tbody>tr>th {
  vertical-align: top;
  font-weight: bold;
  font-size: 16px;
  text-align: right;
}

.sj-issue-result-table.-pastinfo>tbody>tr>th > div {
  display: inline-flex;
  align-items: center;
}
.sj-issue-result-table.-pastinfo>tbody>tr>th .sj-help {
  margin-left: 10px;
}

.sj-issue-result-table>tbody>tr>td .sj-issue-result-subtable {
  width: 100%;
}

.sj-issue-result-table>tbody>tr>td .sj-issue-result-subtable>tbody>tr>th {
  vertical-align: top;
  padding: 5px 10px 5px 0px;
  width: 140px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}

.sj-issue-result-table>tbody>tr>td .sj-issue-result-subtable>tbody>tr>td {
  vertical-align: top;
  padding: 5px 10px;
  width: calc(100% - 140px)!important;
  font-size: 15px;
  border-bottom: 1px solid #CCC;
}

.sj-issue-result-table>tbody>tr>td .sj-issue-result-subtable>tbody>tr:last-child th,
.sj-issue-result-table>tbody>tr>td .sj-issue-result-subtable>tbody>tr:last-child td {
  border-bottom: none;
}

.sj-issue-result-table>tbody>tr>td .sj-issue-result-subtable>tbody>tr.sj-noborder th,
.sj-issue-result-table>tbody>tr>td .sj-issue-result-subtable>tbody>tr.sj-noborder td {
  border-bottom: none;
}

.sj-issue-result-table>tbody>tr>td .sj-issue-result-subtable-red {
  width: 100%;
}

.sj-issue-result-table>tbody>tr>td .sj-issue-result-subtable-red>tbody>tr>th {
  vertical-align: top;
  padding: 5px 10px;
  width: 140px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #F5CCD3;
}

.sj-issue-result-table>tbody>tr>td .sj-issue-result-subtable-red>tbody>tr>td {
  vertical-align: top;
  padding: 5px 10px;
  width: calc(100% - 140px)!important;
  font-size: 15px;
  border-bottom: 1px solid #F5CCD3;
}

.sj-issue-result-table>tbody>tr>td .sj-issue-result-subtable-red>tbody>tr:last-child th,
.sj-issue-result-table>tbody>tr>td .sj-issue-result-subtable-red>tbody>tr:last-child td {
  border-bottom: none;
}

.sj-issue-result-table>tbody>tr>td .sj-accordion-supplementinfo-input .sj-issue-result-subtable-red>tbody>tr>th {
  vertical-align: top;
  padding: 10px 0px;
  width: 100px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
}

.sj-issue-result-table>tbody>tr>td .sj-accordion-supplementinfo-input .sj-issue-result-subtable-red>tbody>tr>td {
  vertical-align: top;
  padding: 10px 0px;
  width: 100%;
  font-size: 15px;
  border-bottom: 1px solid #CCCCCC;
}

.sj-issue-result-table>tbody>tr:last-child>th,
.sj-issue-result-table>tbody>tr:last-child>td,
.sj-issue-result-table>tbody>tr>td .sj-accordion-supplementinfo-input .sj-issue-result-subtable-red>tbody>tr:last-child>th,
.sj-issue-result-table>tbody>tr>td .sj-accordion-supplementinfo-input .sj-issue-result-subtable-red>tbody>tr:last-child>td {
  border-bottom: none;
}

.sj-issue-result-categorylist {
  margin-bottom: 0!important;
}

.sj-issue-result-table .form-check-label {
  padding-left: 0!important;
}

.sj-issue-result-subtable-inquiryarea {
  color: #CC0022;
  font-size: 20px!important;
}

ul.sj-issue-result-categorylist-input>li {
  margin-bottom: 10px;
}

.sj-issue-accordion {
  text-align: right;
}

.sj-accordion-supplementinfo {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 1.25rem;
  border-radius: .25rem;
  background: #FCF2F4!important;
  border: none;
  border-radius: .25rem;
  text-align: left;
}

.sj-accordion-supplementinfo-input {
  margin-top: 10px;
  text-align: left;
}

.sj-issue-accordion a {
  position: relative;
  padding-right: 35px;
  font-size: 14px;
}

.sj-issue-accordion span.icon-next {
  color: #FFF!important;
  position: absolute!important;
  top: 7px!important;
  right: 10px!important;
  font-size: 13px!important;
}

.sj-issue-result-supplementinfo {
  font-size: 14px;
}

.sj-issue-result-supplementinfo-input {
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}

.sj-issue-result-supplementinfo-input li {
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
  width: 100%;
}

.sj-issue-result-supplementinfo-input li>span {
  display: inline-block;
  width: 16em;
  text-align: right;
  margin-right: 10px;
}

.sj-issue-result-supplementinfo-input li>input {
  width: 100%;
}

.sj-issue-result-supplementinfo-input2 {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  margin-bottom: 0!important;
  padding-bottom: 0!important;
  width: 100%;
}

.sj-issue-result-supplementinfo-input2 li {
  margin-bottom: 5px;
  width: calc(50% - 7.5em);
  font-weight: normal;
  line-height: 1.4;
  min-height: 1.6em;
  text-indent: -7.2em;
  margin-left: 7.5em;
}

.sj-issue-result-supplementinfo-input2 li>span {
  display: inline-block;
  width: 7em!important;
  text-align: right;
  margin-right: 3px;
}

.sj-issue-result-supplementinfo-input2 li>input {
  display: inline-block;
  width: 10em;
}

.sj-issue-result-supplementinfo-input3 {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  margin-bottom: 0!important;
  padding-bottom: 0!important;
  width: 100%;
}

.sj-issue-result-supplementinfo-input3 li {
  margin-bottom: 5px;
  width: 49%;
  font-weight: normal;
  line-height: 1.4;
  min-height: 1.6em;
}

.sj-issue-result-supplementinfo-input3 li:nth-child(even) {
  margin-left: 1%;
}

.sj-issue-result-supplementinfo-input3 li>span {
  display: inline;
  text-align: left;
  margin-right: 3px;
}


/*
.sj-issue-result-supplementinfo-input2 { margin-bottom:0!important;padding-bottom:0!important; width:100%;}
.sj-issue-result-supplementinfo-input2 li{ display:block;align-items: center; margin-bottom:5px; width: calc(50%); font-weight: normal; float: left; line-height: 1.4; padding-left:6em!important; text-indent: -6.2em;min-height: 1.6em;}
.sj-issue-result-supplementinfo-input2 li>span {display: inline-block; width:6em; text-align: right; margin-right:3px;}
.sj-issue-result-supplementinfo-input2 li>input {display: inline-block; width:10em;}
*/

.sj-issue-result-table>tbody>tr>td .sj-issue-result-subtable-red>tbody>tr>td.sj-issue-result-inquirerinfo {
  font-size: 14px!important;
  display: flex;
  width: 100%!important;
}

.sj-issue-result-table>tbody>tr>td .sj-issue-result-subtable-red>tbody>tr>td.sj-issue-result-inquirerinfo ul {
  padding: 0 15px 0 0;
  list-style: none;
}

.sj-issue-result-table>tbody>tr>td .sj-issue-result-subtable-red>tbody>tr>td.sj-issue-result-inquirerinfo ul li:last-child {
  padding: 0;
}

.sj-issue-accordion .btn-info {
  font-size: 12px!important;
}

.sj-issue-accordion .btn-secondary {
  font-size: 11px!important;
  width: 95px;
}

.sj-issue-input-respondent {
  display: -ms-inline-flexbox!important;
  display: inline-flex!important;
  align-items: center;
}

.sj-issue-input-respondent .btn-info {
  font-size: 11px!important;
  height: 2.6em!important;
  padding: 0 10px;
}

.sj-issue-subarea {
  padding: 0!important;
}

.sj-issue-subarea .sj-issue-subarea-headoffice {
  margin: 10px 0;
  padding: 1.25rem;
  border-radius: .25rem;
  background: #FCF2F4!important;
  border: none;
  border-radius: .25rem;
  text-align: left;
}

.sj-issue-subarea .sj-issue-subarea-headoffice table tr:last-child th,
.sj-issue-subarea .sj-issue-subarea-headoffice table tr:last-child td {
  border-bottom: none;
}

.sj-issue-subarea .sj-issue-subarea-headoffice>h3 {
  font-size: 18px;
  font-weight: bold;
}

.sj-issue-subarea-form {
  display: -ms-inline-flexbox!important;
  display: inline-flex!important;
  align-items: center;
  margin-bottom: 10px;
}

.sj-issue-subarea-form input {
  width: 23.3%;
  margin-right: 20px;
}

.sj-issue-subarea-form input:last-child {
  margin-right: 0px;
}

.sj-issue-subarea .sj-issue-subarea-headoffice .sj-checkbox {
  font-size: 15px;
}

.sj-issue-subarea-headoffice table {
  width: 100%;
}

.sj-issue-subarea-headoffice table th {
  width: 160px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #F0B2BD;
  padding: 10px 0;
  line-height: 1.2;
  vertical-align: middle;
}

.sj-issue-subarea-headoffice table td {
  width: calc(100% - 140px);
  font-size: 16px;
  border-bottom: 1px solid #F0B2BD;
  padding: 10px 0;
  vertical-align: middle;
}

.sj-selectinput-respondent {
  display: inline-flex!important;
  align-items: center;
}

.sj-selectinput-respondent-btn {
  font-size: 11px!important;
  height: 2.6em!important;
  padding: 0 10px;
  margin-left: 10px;
}

.sj-sj-selectinput-categorylabel {
  margin-right: 10px;
}

.sj-issue-input-button {
  padding: 10px 0 0 0!important;
}

.sj-issue-input-button .btn-danger {
  margin-right: 20px;
  width: 100px;
}

.sj-issue-categoryies {
  margin-top: 20px;
}

.sj-issue-categoryies ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.sj-issue-categoryies li {
  list-style: none;
  margin: 0 4% 15px 0;
  width: 42%;
}

/*  Q&A  */

.sj-qa-feedbackarea {
  padding: 15px;
  font-size: 18px;
  border-radius: .25rem;
  background: #E9E8E8;
}

.sj-qa-feedbackarea>.sj-button-asset {
  float: right;
}

.sj-qa-feedbackarea>.sj-button-asset>.btn {
  width: 5em;
  padding: 5px 10px;
  font-size: 11px;
  margin-left: 10px;
}

.sj-qa-meta {
  display: flex;
  font-size: 15px;
}
.sj-qa-meta dl {
  display: inline-flex;
  margin: 0 3em 0 0;
}
.sj-qa-meta dt {
  flex-shrink: 0;
}
.sj-qa-meta dd {
  margin-bottom: 0;
}

.sj-qa-mainarea {
  line-height: 1.6;
}

.sj-qa-mainarea h2 {
  font-weight: bold;
  font-size: 24px;
}

.sj-qa-categories {
  font-weight: normal;
  font-size: 12px;
  color: black;
}

.sj-badge-employee {
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  color: #FFF;
  background: #9E003A;
}

.sj-badge-employee-unique {
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  color: #FFF;
  background: #ED8B00;
}

.sj-badge-employee-common {
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  color: #FFF;
  background: #0068B4;
}

.sj-qa-answer-area {
  padding: 15px;
  border-radius: .25rem;
  margin-bottom: 30px;
  background: #FAE5E9;
  width: 998px;
  line-height: 1.8em;
  word-wrap: break-word;
}

.ck-content table td,
.ck-content table th,
.sj-qa-answer-area table td,
.sj-qa-answer-area table th {
  border: 1px solid #d9d9d9;
}

.sj-qa-answer-area p {
  margin-bottom: 0;
}

.sj-qa-answer-area-edit {
  background: #FAE5E9;
  width: 812px;
}

.sj-qa-answer-area-edit p {
  font-size: 16px;
  margin-bottom: 0;
}


.sj-qa-help-area {
  padding: 15px;
  border-radius: .25rem;
  margin-bottom: 10px;
  background: #FAE5E9;
}

.sj-qa-help-area p {
  margin-bottom: 0;
}

.sj-qa-help-area strong {
  color: #CC0022;
}

.sj-qa-mainarea .card-header {
  padding: .5rem 1.25rem;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #4D4B44;
  background: #E9E8E8;
}

.sj-qa-mainarea .card {
  border: 1px solid #4D4B44;
  margin-bottom: 20px;
}

.sj-qa-mainarea .card ul {
  margin: 0;
  padding-left: 20px;
}

.sj-qa-mainarea .card ul li {
  margin-bottom: 5px;
}

.sj-qa-mainarea .card .card-body {
  padding: 0.5rem 1.25rem;
}

.sj-qa-mainarea .card .card-body a {
  display: block;
  margin-bottom: 5px;
}

.sj-employee-card .card-header {
  padding: .5rem 1.25rem;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #E06378;
  background: #FAE5E9;
}

.sj-employee-card.card {
  border: 1px solid #E06378;
  margin-bottom: 20px;
}

.sj-qa-enployee-only {
  padding: 10px 15px;
  font-size: 18px;
  border-radius: .25rem;
  background: #FCC800;
  margin-bottom: 20px;
}

.sj-qa-enployee-only p {
  padding: 0 3px;
  margin-bottom: 0;
  display: block;
  font-size: 15px;
  background: #FDDF6B;
}

.sj-qa-feedbackarea-under {
  padding: 15px;
  border-radius: .25rem;
  border: 2px #4D4B44 solid;
}

.sj-qa-feedbackarea-under h3 {
  color: #201E15;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
}


/*  進捗状況管理  */

.sj-progress-search-area {
  margin-bottom: 20px;
  padding: 1.25rem;
  border-radius: .25rem;
  background: #FAE5E9!important;
  border: solid 1px #F0B2BD;
  border-radius: .25rem;
}

.sj-subtitle {
  font-size: 26px;
  margin-bottom: 10px;
  padding-top: 0px;
}

th.sj-progress-issues-id {
  width: 83px!important;
  text-align: left;
}

td.sj-progress-issues-id {
  width: 83px!important;
  word-break: break-all;
  text-align: left;
}

th.sj-progress-issues-ontents {
  width: auto;
}

th.sj-progress-issues-answer-department {
  width: 185px;
}
th.sj-progress-issues-unit {
  width: 185px;
}
th.sj-progress-issues-date {
  width: 95px!important;
  padding: 10px 0px 10px 0px!important;
}
th.sj-progress-issues-inquiry-department {
  width: 185px;
}
th.sj-progress-issues-questioner {
  width: 100px;
}

th.sj-progress-issues-times {
  width: 50px;
}
th.sj-progress-issues-answer {
  width: 165px;
}

.sj-progress-table {
  width: 100%;
}

.sj-progress-table tr th,
.sj-progress-table tr td {
  border: 1px solid #FFF;
  text-align: center;
}

.sj-progress-table .sj-progress-table-today {
  background: #F5CCD3;
  padding: 10px 8px;
  font-size: 18px;
}

.sj-progress-table .sj-progress-table-today-sub {
  background: #F5CCD3;
  padding: 7px 8px;
  font-size: 14px;
}

.sj-progress-table .sj-progress-table-yesterday {
  background: #BFD9EC;
  color: #00626F;
  padding: 10px 8px;
  font-size: 18px;
}

.sj-progress-table .sj-progress-table-yesterday-sub {
  background: #BFD9EC;
  color: #00626F;
  padding: 7px 8px;
  font-size: 14px;
}

.sj-progress-table thead>tr:first-child>th:first-child,
.sj-progress-table tr>td:first-child {
  background: #FAE5E9;
  color: #201E15;
  padding: 5px 8px;
  font-size: 14px;
  width: 120px;
  font-weight: bold;
  text-align: left;
}

.sj-progress-table tr td {
  background: #FBEDF0;
  color: #373A3C;
  font-size: 14px;
}

.sj-progress-table tr>td:nth-child(n+6) {
  background: #E5F0F7;
}

.sj-page-refresh-btn {
  font-size: 12px;
  line-height: 17px;
}

.sj-page-refresh-btn .icon-refresh {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
}

/* ui-select-bootstrap */
.ui-select-bootstrap>.ui-select-match>.btn-default {
  border: 2px solid #797873;
}
.ui-select-bootstrap .ui-select-match-text {
  padding-right: 1.5em;
}
.ui-select-bootstrap .ui-select-match-text span {
  text-overflow: ellipsis;
  height: auto;
  vertical-align: top;
}
.ui-select-bootstrap .form-control {
  height: 40px;
  line-height: 30px;
}
.ui-select-bootstrap .ui-select-toggle>a.btn {
  color: #0068B4;
  border: 0;
  height: auto;
  padding: 2px;
  top: 50%;
  margin-top: -12px;
}
.ui-select-bootstrap .ui-select-toggle>a.btn:hover {
  color: #cc0022;
}
.ui-select-bootstrap>.ui-select-choices,
.ui-select-bootstrap>.ui-select-no-choice {
  min-width: 100%;
  width: auto;
}

/*  サイズ設定  */

.w-37em {
  width: 37em!important;
  min-width: 37em!important;
}

.w-29em {
  width: 29em!important;
  min-width: 29em!important;
}

.w-25em {
  width: 25em!important;
  min-width: 25em!important;
}

.w-23em {
  width: 23em!important;
  min-width: 23em!important;
}

.w-20em {
  width: 20em!important;
  min-width: 20em!important;
}

.w-17em {
  width: 17em!important;
  min-width: 17em!important;
}

.w-15em {
  width: 15em!important;
  min-width: 15em!important;
}

.w-14em {
  width: 14em!important;
  min-width: 14em!important;
}

.w-13em {
  width: 13em!important;
  min-width: 13em!important;
}

.w-12em {
  width: 12em!important;
  min-width: 12em!important;
}

.w-10rem {
  width: 10rem!important;
  min-width: 10rem!important;
}

.w-8em {
  width: 8em!important;
  min-width: 8em!important;
}

.w-7em {
  width: 7em!important;
  min-width: 7em!important;
}

.w-140 {
  width: 140px;
}

.sj-input-date.w-10rem {
  font-size: 14px;
  line-height: 1.4rem;
  padding-right: .375rem;
}


/*  Q&A  */

.sj-qa-feedbackarea {
  padding: 15px;
  font-size: 18px;
  border-radius: .25rem;
  background: #E9E8E8;
}

.sj-qa-feedbackarea>.sj-button-asset {
  float: right;
}

.sj-qa-feedbackarea>.sj-button-asset>.btn {
  width: 5em;
  padding: 5px 10px;
  font-size: 11px;
  margin-left: 10px;
}

.sj-qa-mainarea {
  line-height: 1.6;
}

.sj-qa-mainarea h2 {
  font-weight: bold;
  font-size: 24px;
}

.sj-qa-question-area {

}
.sj-qa-question-area p {
  font-size: 18px;
}

.sj-qa-question-title {
  display: flex;
  align-items: center;
}

.sj-qa-question-title .question-meta {
  margin-left: auto;
  display: flex;
  font-size: 15px;
}
.sj-qa-question-title .question-meta dl {
  display: inline-flex;
  margin: 0 0 0 3em;
}
.sj-qa-question-title .question-meta dt {
  flex-shrink: 0;
}
.sj-qa-question-title .question-meta dd {
  margin-bottom: 0;
}

.sj-qa-question-area h2 span {
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  color: #FFF;
}

.sj-badge-employee {
  background: #9E003A;
}

.sj-badge-employee-unique {
  background: #ED8B00;
}

.sj-badge-employee-common {
  background: #0068B4;
}

.sj-badge-specified {
  background: #273e84;
}

.sj-badge-unspecified {
  background: #6878a9;
}

/*  QA詳細のQのメタ情報  */
.sj-qa-question-meta {
  padding-bottom: 20px;
  font-size: 15px;
}
.sj-qa-answer-area + .sj-qa-question-meta {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.sj-qa-question-meta th,
.sj-qa-question-meta td {
  padding: 0;
}


/*  カテゴリツリー  */
.sj-qa-category-tree {
  margin: 0;
  padding: 0;
  letter-spacing: -.4em;
}
.sj-qa-category-tree li {
  letter-spacing: normal;
  display: inline-block;
  list-style: none;
  margin-right: .5em;
}

.sj-qa-mainarea .card-header {
  padding: .5rem 1.25rem;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #4D4B44;
  background: #E9E8E8;
}

.sj-qa-mainarea .card {
  border: 1px solid #4D4B44;
  margin-bottom: 20px;
}

.sj-qa-mainarea .card ul {
  margin: 0;
  padding-left: 20px;
}

.sj-qa-mainarea .card ul li {
  margin-bottom: 5px;
}

.sj-qa-mainarea .card .card-body {
  padding: 0.5rem 1.25rem;
}

.sj-qa-mainarea .card .card-body a {
  display: block;
  margin-bottom: 5px;
}

.sj-employee-card .card-header {
  padding: .5rem 1.25rem;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #E06378;
  background: #FAE5E9;
}

.sj-employee-card.card {
  border: 1px solid #E06378;
  margin-bottom: 20px;
}

.sj-qa-enployee-only {
  padding: 10px 15px;
  font-size: 18px;
  border-radius: .25rem;
  background: #FCC800;
  margin-bottom: 20px;
}

.sj-qa-enployee-only p {
  padding: 0 3px;
  margin-bottom: 0;
  display: block;
  font-size: 15px;
  background: #FDDF6B;
}

.sj-qa-feedbackarea-under {
  padding: 15px;
  border-radius: .25rem;
  border: 2px #4D4B44 solid;
}

.sj-qa-feedbackarea-under h3 {
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
}


/*  グローバルナビ  */
.sj-gnav {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  width: 1060px;
  margin: 0 auto;
  padding: 12px 26px 0;
}
.sj-gnav-list {
  margin: 0 0 0 -2px;
  padding: 0;
  display: flex;
  overflow: visible;
}
.sj-gnav-list > li {
  position: relative;
  list-style: none;
  height: 86px;
  margin: 0 6px;
}
.sj-gnav-list > li > a {
  display: block;
  box-sizing: border-box;
  width: 89px;
  height: 74px;
  border: 2px solid #CC0022;
  padding: 8px 0 0;
  font-size: 13px;
  text-align: center;
  color: #201E15;
  line-height: 1;
  background-color: #fff;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}
.sj-gnav-list > li > a > span {
  display: block;
  font-size: 22px;
  color: #CC0022;
  margin-bottom: 5px;
}
.sj-gnav-list > li > a > p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 15px;
  height: 30px;
}
.sj-gnav-list > li > a:hover {
  background-color: #DE596F;
  color: #fff;
}
.sj-gnav-list > li > a:hover > span,
.sj-gnav-list > li > a:hover > p {
  color: #fff;
}
.sj-gnav-list > li > a.active {
  background-color: #CC0022;
  color: #fff;
  height: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.sj-gnav-list > li > a.active > span,
.sj-gnav-list > li > a.active > p {
  color: #fff;
}
.sj-gnav-list-blue > li > a {
  border-color: #0068B4;
}
.sj-gnav-list-blue > li > a > span {
  color: #0068B4;
}
.sj-gnav-list-blue > li > a:hover {
  background-color: #4C95CA;
}
.sj-gnav-list-blue > li > a.active {
  background-color: #0068B4;
}
.sj-gnav-submenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 77px;
  left: 0;
}
.sj-gnav-list > li:hover .sj-gnav-submenu {
  opacity: 1;
  visibility: visible;
  display: block;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.3);
}
.sj-gnav-submenu ul {
  padding: .5em;
}
.sj-gnav-submenu li {
  list-style: none;
}
.sj-gnav-submenu a {
  display: block;
  padding: .25em;
  text-decoration: none;
  color: #201E15;
  white-space: nowrap;
}
.sj-gnav-submenu a:hover {
  color: #273E84;
  text-decoration: underline;
}
.sj-gnav-list-blue .sj-gnav-submenu {
  left: inherit;
  right: 0;
}


/*  検索カテゴリータブ  */
.sj-search-tab {
  padding: 0;
  margin: 0 0 -5px;
  height: 55px;
  display: flex;
}
.sj-search-tab > li {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 40px;
  box-sizing: border-box;
  width: 140px;
  height: 42px;
  border: 2px solid #CC0022;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.sj-search-tab > li:hover {
  background-color: #DE596F;
  color: #fff;
}
.sj-search-tab > li.active {
  background-color: #CC0022;
  color: #fff;
  height: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}


/*  QA詳細のQのメタ情報  */
.sj-qa-question-meta {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.sj-qa-question-meta th,
.sj-qa-question-meta td {
  padding: 0;
}

/*  カテゴリツリー  */
.sj-qa-category-tree {
  margin: 0;
  padding: 0;
  letter-spacing: -.4em;
}
.sj-qa-category-tree li {
  letter-spacing: normal;
  display: inline-block;
  list-style: none;
  margin-right: .5em;
}

/* ヘルプ */
.sj-help {
  position: relative;
  display: inline-block;
  overflow: visible;
}

.sj-help-btn {
  box-sizing: border-box;
  width: 32px;
  min-width: inherit;
  height: 32px;
  line-height: 30px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #8f8e8a;
  background-color: #fff;
  color: #8f8e8a;
  outline: none;
  cursor: pointer;
}

.sj-help-btn:hover {
  background-color: #8f8e8a;
  color: #fff;
}

.sj-help-content {
  position: absolute;
  right: 0;
  top: 100%;
  padding: 1em;
  line-height: 1.4;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.3);
  visibility: hidden;
  opacity: 0;
}

.sj-help-btn:hover + .sj-help-content {
  visibility: visible;
  opacity: 1;
}

/* 営業店照会一覧 */
.sj-salesIssue-unsolved {
  background-color: #FCC800;
  line-height: 1;
  vertical-align: middle;
  padding: .25em .75em .25em 1em;
  border-radius: 3px;
  font-size: 15px;
}
.sj-salesIssue-unsolved span {
  display: inline-block;
  padding: .3em .75em;
  border-radius: 2px;
  background-color: #FDDF6B;
  margin: 0 .25em;
  font-weight: bold;
}
.sj-salesIssue-condition .statuses th {
  min-width: 128px;
}
.sj-salesIssue-condition .toggle-conditions {
  width: 155px;
}
.sj-salesIssue-search input.agency-code {
  width: 85px;
}
.sj-salesIssue-search input.agency-sub-code {
  width: 65px;
}
.sj-salesIssue-search select {
  min-width:180px;
}
.sj-salesIssue-search input.buten-tantouten-code {
  width:50px;
}
.sj-salesIssue-search .ui-select-container {
  width: 210px;
}
.sj-salesIssue-search .ui-select-container .ui-select-toggle,
.sj-salesIssue-search .ui-select-container input {
  width: 100%;
}
.sj-salesIssue-list .item {
  border: 1px solid #222222;
  padding: 20px;
  margin-bottom: -1px;
  font-size: 16px;
}
.sj-salesIssue-list .item:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.sj-salesIssue-list .item:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.sj-salesIssue-list .item dl,
.sj-salesIssue-list .item dt,
.sj-salesIssue-list .item dd {
  margin: 0;
}
.sj-salesIssue-list .item dl {
  display: inline-flex;
}
.sj-salesIssue-list .item dl + dl {
  margin-left: 3em;
}
.sj-salesIssue-list .item dt {
  flex-shrink: 0;
}
.sj-salesIssue-list .item-meta {
  font-size: 14px;
}
.sj-salesIssue-list .item-answer {
  padding: 12px 16px;
  background-color: #efefef;
  border-radius: 5px;
  margin-bottom: 10px;
}
.sj-salesIssue-list .item-answer th,
.sj-salesIssue-list .item-answer td {
  vertical-align: top;
}
.sj-salesIssue-list .item-answer th {
  white-space: nowrap;
}
.sj-salesIssue-list .item-header div {
  margin: 2px 0;
}
.sj-salesIssue-list .item-title,
.sj-salesIssue-list .item-answer .reply-content {
  margin: 10px 0 !important;
}

/* 営業店照会回答詳細 */
.sj-salesIssueDetail-state {
  margin: -5px 2em;
  padding: .3em 1em;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
  color: #222222;
}
.sj-salesIssueDetail-state span {
  font-weight: bold;
}
.sj-salesIssueDetail-table {
  font-size: 16px;
  width: 100%;
}
.sj-salesIssueDetail-table>tbody>tr>th,
.sj-salesIssueDetail-table>tbody>tr>td {
  padding: 10px 0;
  border-bottom: 1px solid #f5ccd3;
  vertical-align: top;
}
.sj-salesIssueDetail-table>tbody>tr>th {
  font-size: 16px;
  min-width: 180px;
  width: 180px;
}
.sj-salesIssueDetail-table>tbody>tr>td.issue-title {
  font-size: 16px;
  font-weight: bold;
}
.sj-salesIssueDetail-table .issue-meta {
  font-size: 14px;
}
.sj-salesIssueDetail-table .issue-meta dl,
.sj-salesIssueDetail-table .issue-meta dt,
.sj-salesIssueDetail-table .issue-meta dd {
  margin: 0;
}
.sj-salesIssueDetail-table .issue-meta dl {
  display: inline-flex;
}
.sj-salesIssueDetail-table .issue-meta dl + dl {
  margin-left: 3em;
}
.sj-salesIssueDetail-table .issue-meta dt {
  flex-shrink: 0;
}
.sj-salesIssueDetail-answer {
  background-color: #fcf2f4;
  padding: 20px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
}
.sj-salesIssueDetail-answer .answer-title {
  background-color: #c02;
  color: #fff;
  margin: -20px -20px 10px;
  font-size: 18px;
  font-weight: bold;
  padding: .5em 20px;
}
.sj-salesIssueDetail-answer .sj-salesIssueDetail-table th {
  min-width: 160px;
  width: 160px;
}
.sj-salesIssueDetail-history {
  font-size: 14px;
}
.sj-salesIssueDetail-history th,
.sj-salesIssueDetail-history td {
  text-align: left;
  white-space: nowrap;
  padding-right: 3em;
  padding-bottom: 5px;
}

/* 営業店照会履歴詳細 */
.sj-salesIssueHistory-title {
  font-size: 24px;
  font-weight: bold;
}
.sj-salesIssueHistory-detail th,
.sj-salesIssueHistory-detail td {
  box-sizing: border-box;
  vertical-align: top;
  border-bottom: 1px solid #f0b2bd;
  padding: 10px 0;
  font-size: 16px;
}
.sj-salesIssueHistory-detail tr:last-child > th,
.sj-salesIssueHistory-detail tr:last-child > td {
  border-bottom: 0;
}
.sj-salesIssueHistory-detail th {
  font-weight: bold;
  font-size: 18px;
  min-width: 180px;
  padding-right: 2em;
}
.sj-salesIssueHistory-detail .issue-title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.sj-salesIssueHistory-detail .issue-meta {
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}
.sj-salesIssueHistory-detail .issue-meta dl {
  display: inline-flex;
  margin: 0 3em 5px 0;
}
.sj-salesIssueHistory-detail .issue-meta dt {
  flex-shrink: 0;
}
.sj-salesIssueHistory-detail .issue-meta dd {
  margin: 0;
}
.sj-salesIssueHistory-answer {
  background-color: #fcf2f4;
  padding: 20px;
  border-radius: 5px;
}
.sj-salesIssueHistory-answer .sj-salesIssueHistory-detail th {
  min-width: 160px;
}

/* 営業店管理 */
.sj-salesSetting-table .cell-btn {
  width: 1px;
}
.sj-salesSetting-table .btn-danger {
  min-width: inherit;
}
.sj-salesSetting-table .form-control {
  width: auto;
}
.sj-salesSetting-table .collapse-item {
  cursor: pointer;
  position: relative;
  padding-right: 1.1em;
  color: inherit;
  text-decoration: none;
}
.sj-salesSetting-table .collapse-item .icon-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.5em;
}

/* 営業店FAQ */
.sj-faq-condition .toggle-conditions {
  width: 155px;
}
.sj-faq-condition .statuses {
  height: 70px;
}
.sj-faq-condition .statuses th {
  min-width: 128px;
}
.sj-faq-search input.buten-code,
.sj-faq-search input.tantouten-code {
  width: 50px;
}
.sj-faq-condition .ui-select-container {
  width: 200px;
}
.sj-faq-condition .ui-select-container .ui-select-toggle,
.sj-faq-condition .ui-select-container input {
  width: 100%;
}
.sj-salesFaq-list .item {
  border: 1px solid #222222;
  padding: 20px;
  margin-bottom: -1px;
  font-size: 16px;
}
.sj-salesFaq-list .item:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.sj-salesFaq-list .item:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.sj-salesFaq-list .item dl,
.sj-salesFaq-list .item dt,
.sj-salesFaq-list .item dd {
  margin: 0;
}
.sj-salesFaq-list .item dl {
  display: inline-flex;
}
.sj-salesFaq-list .item dl + dl {
  margin-left: 3em;
}
.sj-salesFaq-list .item dt {
  flex-shrink: 0;
}
.sj-salesFaq-list .item-meta {
  font-size: 14px;
}
.sj-salesFaq-list .item-header div {
  margin: 2px 0;
}
.sj-salesFaq-list .item-title {
  margin: 12px 0;
  clear: both;
}
.sj-salesFaq-list .item-title h3 {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  }
.sj-salesFaq-list .item-answer {
  font-size: 18px;
  margin: 12px 0;
}
.sj-salesFaq-list .item-meta {
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}

.sj-salesFaq-table {
  width: 100%;
}
.sj-salesFaq-table th,
.sj-salesFaq-table td {
  padding: 10px 0;
  border-bottom: 1px solid #f5ccd3;
}
.sj-salesFaq-table tr.td-border th {
  border-bottom: 0;
}
.sj-salesFaq-table tr.td-border td {
  border-bottom-color: #d5d5d5;
}
.sj-salesFaq-table th {
  width: 8em;
  min-width: 8em;
  padding: 18px 0;
  font-size: 16px;
  vertical-align: top;
  white-space: nowrap;
}
.sj-salesFaq-table th:not(:first-child) {
  width: 1px;
  min-width: inherit;
  padding-left: 2em;
  padding-right: .5em;
}
.sj-salesFaq-table .subtable,
.sj-salesFaq-table .subtable dt,
.sj-salesFaq-table .subtable dd {
  margin: 0;
}
.sj-salesFaq-table .subtable + .subtable {
  margin-top: 10px;
}
.sj-salesFaq-table .subtable {
  display: flex;
  align-items: center;
}
.sj-salesFaq-table .subtable dt {
  width: 6em;
  padding-right: 1em;
  text-align: right;
  white-space: nowrap;
}
.sj-salesFaq-table .subtable dd {
  flex-grow: 1;
}
.sj-salesFaq-staffonly {
  background-color: #fcf2f4;
  padding: 20px;
  border-radius: 5px;
}

/* 折りたたみ制御用ボタン */
[data-toggle="collapse"] > .icon-next {
  margin-left: 5px;
  display: inline-block;
  transform: rotate(-90deg);
}
[data-toggle="collapse"].collapsed > .icon-next {
  transform: rotate(90deg);
}


/* ページネーション */
.sj-pagination {
  margin: 0;
  font-size: 16px;
}
.sj-pagination>li>a,
.sj-pagination>li>span {
  border: 2px solid #c02 !important;
  margin-left: -2px;
  padding: 3px 10px;
  color: #000;
}
.sj-pagination>li.active>a,
.sj-pagination>li.active>span {
  background-color: #c02 !important;
   color: #fff;
}


/* 一般的なテーブル */
.sj-table-default {
  width: 100%;
  font-size: 16px;
}
.sj-table-default>tbody>tr>th,
.sj-table-default>tbody>tr>td {
  vertical-align: top;
  padding: 10px 0;
}
.sj-table-default>tbody>tr>th {
  padding-right: 2em;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}
.sj-table-default>tbody>tr>td {
  width: 100%;
}

/* 検索条件用テーブル */
.sj-search-table {
  font-size: 16px;
  width: 100%;
}
.sj-search-table th,
.sj-search-table td {
  padding: 10px 0;
  border-bottom: 1px solid #f0b2bd;
}
.sj-search-table tr.noborder th,
.sj-search-table tr.noborder td,
.sj-search-table tr:last-child th,
.sj-search-table tr:last-child td {
  border-bottom: 0;
}
.sj-search-table tr th:not(:first-child) {
  padding-left: 2em;
}
.sj-search-table th {
  width: 1px;
  white-space: nowrap;
  text-align: left;
  line-height: 1.2;
}
.sj-search-table td {
  padding-left: .5em;
}
.sj-search-table .form-control {
  display: inline-block;
  width: auto;
}
.sj-search-table .state-list {
  display: flex;
  border-radius: 5px;
  border: 2px solid #c02;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.sj-search-table .state-list li {
  flex: 1;
  margin: 0;
  list-style: none;
}
.sj-search-table .state-list label {
  width: 100%;
  cursor: pointer;
  position: relative;
  display: block;
  margin: 0;
}
.sj-search-table .state-list input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.sj-search-table .state-list .sj-label {
  position: relative;
  border-left: 1px solid #c02;
  background-color: #fff;
  border-radius: 0;
  padding: .5em;
  font-weight: bold;
  text-align: center;
}
.sj-search-table .state-list .sj-label:hover {
  color: #fff;
  background-color: #DE596F;
}
.sj-search-table .state-list li:first-child .sj-label {
  border-left: 0;
}
.sj-search-table .state-list input:checked + .sj-label {
  color: #fff;
  background-color: #c02;
  border-left-color: #fff;
}
.sj-search-table tbody[aria-expanded="false"] {
  display: none;
}
.sj-search-table tbody[aria-expanded="true"] {
  display: table-row-group;
}

/* 更新履歴用テーブル */
.sj-table-history {
}
.sj-table-history th,
.sj-table-history td {
  text-align: left;
  vertical-align: top;
  padding: .25em .75em;
  border: 1px solid #666;
}
.sj-table-history th {
  background-color: #e9ecef;
}

/* 入力フォームテーブル */
.sj-table-form {
  width: 100%;
}
.sj-table-form>tbody>tr>th,
.sj-table-form>tbody>tr>td {
  vertical-align: top;
  padding: .5em .75em;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-size: 16px;
}
.sj-table-form>tbody>tr>th {
  background-color: #e9ecef;
  text-align: right;
  width: 1px;
  white-space: nowrap;
}

/* 入力フォームテーブル */
.sj-table-form-inner {
  width: 100%;
}
.sj-table-form-inner>tbody>tr>th,
.sj-table-form-inner>tbody>tr>td {
  vertical-align: top;
  padding: 4px .75em;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-size: 13px;
  font-weight: normal;
}
.sj-table-form-inner>tbody>tr>th {
  background-color: #fff;
  text-align: right;
  padding: .75em;
  width: 1px;
  white-space: nowrap;
}

/* 入力項目増減 */
.sj-input-group {
  position: relative;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: .5em 45px .5em .75em;
}
.sj-input-group.-noborder {
  border: 0;
  padding: 0 35px 0 0;
}
.sj-input-group + .sj-input-group {
  margin-top: 10px;
}
.sj-input-group .sj-input-group-del {
  position: absolute;
  min-width: inherit;
  right: 10px;
  top: 10px;
  color: #0068B4;
  outline: none;
  opacity: 1;
  z-index: 1;
}
.sj-input-group .sj-input-group-del:hover {
  color: #c02;
  opacity: 1;
}
.sj-input-group:first-of-type .sj-input-group-del {
  /* display: none; */
}
.sj-input-group .sj-input-group-item+.sj-input-group-item {
  margin-top: 10px;
}
.sj-input-group .sj-input-group-item>label {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 1.2;
}
.sj-input-group table {
  width: 100%;
}
.sj-input-group table>tbody>tr>th,
.sj-input-group table>tbody>tr>td {
  vertical-align: middle;
  padding: .25em 0;
}
.sj-input-group table>tbody>tr>th {
  font-size: 13px;
  font-weight: normal;
  text-align: right;
  padding-right: .5em;
  width: 1px;
  white-space: nowrap;
}
.sj-input-group .sj-input-group-qa-status {
  position: absolute;
  min-width: 80px;
  top: 10px;
  left: 115px;
  z-index: 0;
}
.sj-input-group-qa-status-2chars {
  margin-right: 3.5rem!important;
 }
.sj-input-group-qa-status-4chars {
  margin-right: 5.5rem!important;
}

/* フォントサイズ */
.fs-10 { font-size: 10px; }
.fs-11 { font-size: 11px; }
.fs-12 { font-size: 12px; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.fs-15 { font-size: 15px; }
.fs-16 { font-size: 16px; }
.fs-17 { font-size: 17px; }
.fs-18 { font-size: 18px; }
.fs-19 { font-size: 19px; }
.fs-20 { font-size: 20px; }
.fs-24 { font-size: 24px; }

.sj-category{
	color: #093;
}

a.sj-category:hover{
	color: #ED8B00;
}


table.sj-faq-detail{
	width: 100%;
}

.sj-faq-detail th{
  box-sizing: border-box;
  vertical-align: top;
  border-bottom: 1px solid #f0b2bd;
  padding: 10px 0px 10px 15px;
  font-size: 16px;
}
.sj-faq-detail td {
  box-sizing: border-box;
  vertical-align: top;
  border-bottom: 1px solid #f0b2bd;
  padding: 10px 15px 10px 0px;
  font-size: 16px;
  max-width: 908px;
  word-break: break-all;
}
.sj-faq-detail tr:last-child > th,
.sj-faq-detail tr:last-child > td {
  border-bottom: 0;
}
.sj-faq-detail th {
  font-weight: bold;
  font-size: 14px;
  font-weight: bold;
  padding-right: 2em;
  max-width: 140px;
}
.sj-faq-detail .faq-title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.sj-faq-detail .faq-meta {
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}
.sj-faq-detail .faq-meta dl {
  display: inline-flex;
  margin: 0 3em 5px 0;
}
.sj-faq-detail .faq-meta dt {
  flex-shrink: 0;
}
.sj-faq-detail .faq-meta dd {
  margin: 0;
}

.answer th {
  width: 140px;
}

.sj-faq-enployee-only {
  padding: 10px 15px;
  font-size: 18px;
  border-radius: .25rem;
  background: #FCC800;
  margin-bottom: 20px;
}

.sj-faq-enployee-only p {
  padding: 0 3px;
  margin-bottom: 0;
  display: block;
  font-size: 15px;
  background: #FDDF6B;
}

.card-header p {
  padding: 0 3px;
  margin-bottom: 0;
  display: block;
  font-size: 15px;
  background: #FFF;
}

/* 営業店照会回答詳細 */
.sj-salesIssueDetail-state {
  margin: -5px 2em;
  padding: .3em 1em;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
  color: #222222;
}
.sj-salesIssueDetail-state span {
  font-weight: bold;
}
.sj-salesIssueDetail-table {
  font-size: 16px;
  width: 100%;
}
.sj-salesIssueDetail-table>tbody>tr>th,
.sj-salesIssueDetail-table>tbody>tr>td {
  padding: 10px 0;
  border-bottom: 1px solid #f5ccd3;
  vertical-align: top;
}
.sj-salesIssueDetail-table>tbody>tr>th {
  font-size: 16px;
  min-width: 180px;
  width: 180px;
}
.sj-salesIssueDetail-table>tbody>tr>td.issue-title {
  font-size: 16px;
  font-weight: bold;
}
.sj-salesIssueDetail-table .issue-meta {
  font-size: 14px;
}
.sj-salesIssueDetail-table .issue-meta dl,
.sj-salesIssueDetail-table .issue-meta dt,
.sj-salesIssueDetail-table .issue-meta dd {
  margin: 0;
}
.sj-salesIssueDetail-table .issue-meta dl {
  display: inline-flex;
}
.sj-salesIssueDetail-table .issue-meta dl + dl {
  margin-left: 3em;
}
.sj-salesIssueDetail-table .issue-meta dt {
  flex-shrink: 0;
}
.sj-salesIssueDetail-answer {
  background-color: #fcf2f4;
  padding: 20px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
}
.sj-salesIssueDetail-answer .answer-title {
  background-color: #c02;
  color: #fff;
  margin: -20px -20px 10px;
  font-size: 18px;
  font-weight: bold;
  padding: .5em 20px;
}
.sj-salesIssueDetail-answer .sj-salesIssueDetail-table th {
  min-width: 160px;
  width: 160px;
}
.sj-salesIssueDetail-history {
  font-size: 14px;
}
.sj-salesIssueDetail-history th,
.sj-salesIssueDetail-history td {
  text-align: left;
  white-space: nowrap;
  padding-right: 3em;
  padding-bottom: 5px;
}

.sj-reply-btngroup input[type=checkbox],
.sj-reply-btngroup input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/** 代理店照会設定 */
.sj-iaagency-setting .copy-parent-setting {
  height:40px;
  min-width:210px;
}

/* 役割管理登録 */
.sj-roles-table {
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #999;
}
.sj-roles-table>thead>tr>th {
  line-height: 1.2;
  vertical-align: bottom;
  padding: .25em .5em;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #e9ecef;
  border: 1px solid #999;
  font-size: 12px;
}
.sj-roles-table>thead>tr>th:not(:first-child) {
  width: 6.5em;
}
.sj-roles-table>tbody>tr>th,
.sj-roles-table>tbody>tr>td {
  padding: .5em;
  border-top: 1px solid #999;
  font-weight: normal;
  vertical-align: middle;
}
.sj-roles-table>tbody>tr>td {
  font-size: 150%;
  text-align: center;
}
.sj-roles-table>tbody>tr.is-edit>th,
.sj-roles-table>tbody>tr.is-edit>td {
  background-color: #fcf2f4;
}
.sj-roles-table>tbody>tr.sj-roles-table-control>th,
.sj-roles-table>tbody>tr.sj-roles-table-control>td {
  border-top: 0;
}

.sj-roles-icon-minus {
  color: #999;
}
.sj-roles-icon-ok {
  color: #c00;
}
.sj-roles-list input:checked ~ div > .sj-roles-icon-minus,
.sj-roles-list input ~ div > .sj-roles-icon-ok {
  display: none;
}
.sj-roles-list input:checked ~ div > .sj-roles-icon-ok {
  display: inline-block;
}
.sj-roles-btn-edit {
  min-width: inherit;
  padding: .3em;
  line-height: 1;
}
.is-edit .sj-roles-btn-edit {
  display: none;
}
.sj-roles-cb {
  display: none;
  cursor: pointer;
}
tr.is-edit .sj-roles-cb {
  display: inline-block;
}
tr.is-edit .sj-roles-icon {
  display: none;
}
.sj-roles-edit {
  border: 1px solid #F0B2BD;
  padding: 20px;
  border-radius: 6px;
}
.sj-roles-edit .sj-roles-edit-ttl {
  color: #c00;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.sj-roles-select {
  width: 100%;
  padding: .5em;
  border-radius: 3px;
}
/* 入力フォームテーブル（役割管理登録） */
.sj-roles-table-form {
  width: 100%;
}
.sj-roles-table-form>tbody>tr>th,
.sj-roles-table-form>tbody>tr>td {
  vertical-align: top;
  padding: .5em .75em;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-size: 16px;
}
.sj-roles-table-form>tbody>tr>th {
  background-color: #e9ecef;
  text-align: right;
  width: 1px;
  white-space: nowrap;
}

/* 折りたたみ制御用ボタン */
[data-toggle="collapse"] > .collapse-text:before{
  content: "閉じる";
}
[data-toggle="collapse"].collapsed > .collapse-text:before {
  content: "開く";
}

/* 入力フォームテーブル(Q&Aカテゴリ新規作成、削除、名称変更、階層移動) */
.sj-table-form {
  width: 100%;
}
.sj-table-form>tbody>tr>th,
.sj-table-form>tbody>tr>td {
  vertical-align: top;
  padding: .5em .75em;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-size: 16px;
}
.sj-table-form>tbody>tr>th {
  background-color: #e9ecef;
  text-align: right;
  padding: .75em;
  width: 1px;
  white-space: nowrap;
}
.sj-table-form>tbody>tr>th h2 {
  font-weight: bold;
  font-size: 24px;
}
.sj-table-form>tbody>tr>th.confidential {
  background-color: #FAE5E9;
}
.sj-table-form>tbody>tr>th.answer-area {
  background-color: #FCC800;
  text-align: left;
}

/* カテゴリー選択 */
.sj-category2 {
}
.sj-category2 .sj-category-tree,
.sj-category2 .sj-category-select {
  border: 1px solid #c02;
  padding: 15px;
  height: 200px;
  overflow: auto;
}
.sj-category2 .sj-category-select-btn .icon-next {
  display: inline-block;
  margin-left: 5px;
  transform: rotate(90deg);
}
.sj-category2 treenode .selected {
  background-color: #f0b2bd;
}
.sj-category2 .tree-node-ico:empty {
  vertical-align: middle;
}
/** コンテンツ管理 */
.sj-contents-table {
  font-size: 16px;
  width: 100%;
}
.sj-contents-table th,
.sj-contents-table td {
  padding: 10px 0;
  border-bottom: 1px solid #f0b2bd;
}
.sj-contents-table tr.noborder th,
.sj-contents-table tr.noborder td,
.sj-contents-table tr:last-child th,
.sj-contents-table tr:last-child td {
  border-bottom: 0;
}
.sj-contents-table tr th:not(:first-child) {
  padding-left: 2em;
}
.sj-contents-table th {
  width: 1px;
  white-space: nowrap;
  text-align: left;
  line-height: 1.2;
}
.sj-contents-table td {
  padding-left: .5em;
}
.sj-contents-table .form-control {
  display: inline-block;
  width: ;
}
.sj-contents-table .state-list {
  display: flex;
  border-radius: 5px;
  border: 2px solid #c02;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.sj-contents-table .state-list li {
  flex: 1;
  margin: 0;
  list-style: none;
}
.sj-contents-table .state-list label {
  width: 100%;
  cursor: pointer;
  position: relative;
  display: block;
  margin: 0;
}
.sj-contents-table .state-list input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.sj-contents-table .state-list .sj-label {
  position: relative;
  border-left: 1px solid #c02;
  background-color: #fff;
  border-radius: 0;
  padding: .5em;
  font-weight: bold;
  text-align: center;
}
.sj-contents-table .state-list .sj-label:hover {
  color: #fff;
  background-color: #DE596F;
}
.sj-contents-table .state-list li:first-child .sj-label {
  border-left: 0;
}
.sj-contents-table .state-list input:checked + .sj-label {
  color: #fff;
  background-color: #c02;
  border-left-color: #fff;
}
.sj-contents-table tbody[aria-expanded="false"] {
  display: none;
}
.sj-contents-table tbody[aria-expanded="true"] {
  display: table-row-group;
}
.sj-contents-table input[type="checkbox"],
input[type="radio"] {
  margin-top: 4px;
}
.sj-contents-list-table thead th,
.sj-contents-list-table tbody td {
  padding: 10px 5px;
  vertical-align: middle;
  table-layout: fixed;
}
.sj-qa-meta {
  display: flex;
  font-size: 15px;
}
.sj-qa-meta dl {
  display: inline-flex;
  margin: 0 3em 0 0;
}
.sj-qa-meta dt {
  flex-shrink: 0;
}
.sj-qa-meta dd {
  margin-bottom: 0;
}
/* 更新履歴用テーブル */
.sj-table-history {
}
.sj-table-history th,
.sj-table-history td {
  text-align: left;
  vertical-align: top;
  padding: .25em .75em;
  border: 1px solid #666;
}
.sj-table-history th {
  background-color: #e9ecef;
}

/* リンク無効化 */
span.disable-links {
    pointer-events: none;
}

/* 過去照会ダウンロード */
.sj-pastIssueDownload1-table {
  font-size: 16px;
  width: 100%;
}
.sj-pastIssueDownload1-table th,
.sj-pastIssueDownload1-table td {
  padding: 10px 0;
  border-bottom: 1px solid #f0b2bd;
}
.sj-pastIssueDownload1-table tr.noborder th,
.sj-pastIssueDownload1-table tr.noborder td,
.sj-pastIssueDownload1-table tr:last-child th,
.sj-pastIssueDownload1-table tr:last-child td {
  border-bottom: 0;
}
.sj-pastIssueDownload1-table tr th:not(:first-child) {
  padding-left: 2em;
}
.sj-pastIssueDownload1-table th {
  width: 1px;
  white-space: nowrap;
  text-align: right;
  line-height: 1.2;
}
.sj-pastIssueDownload1-table td {
  padding-left: .5em;
}
.sj-pastIssueDownload1-table .form-control {
  display: inline-block;
  width: 418px;
}
.sj-pastIssueDownload1-table .state-list {
  display: flex;
  border-radius: 5px;
  border: 2px solid #c02;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.sj-pastIssueDownload1-table .state-list li {
  flex: 1;
  margin: 0;
  list-style: none;
}
.sj-pastIssueDownload1-table .state-list label {
  width: 100%;
  cursor: pointer;
  position: relative;
  display: block;
  margin: 0;
}
.sj-pastIssueDownload1-table .state-list input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.sj-pastIssueDownload1-table .state-list .sj-label {
  position: relative;
  border-left: 1px solid #c02;
  background-color: #fff;
  border-radius: 0;
  padding: .5em;
  font-weight: bold;
  text-align: center;
}
.sj-pastIssueDownload1-table .state-list .sj-label:hover {
  color: #fff;
  background-color: #DE596F;
}
.sj-pastIssueDownload1-table .state-list li:first-child .sj-label {
  border-left: 0;
}
.sj-pastIssueDownload1-table .state-list input:checked + .sj-label {
  color: #fff;
  background-color: #c02;
  border-left-color: #fff;
}
.sj-pastIssueDownload1-table tbody[aria-expanded="false"] {
  display: none;
}
.sj-pastIssueDownload1-table tbody[aria-expanded="true"] {
  display: table-row-group;
}
.sj-pastIssueDownload1-table .ui-select-bootstrap>.ui-select-choices,
.sj-pastIssueDownload1-table .ui-select-bootstrap>.ui-select-no-choice,
.sj-pastIssueDownload1-table .ui-select-bootstrap>.ui-select-match,
.sj-pastIssueDownload1-table .ui-select-bootstrap>.ui-select-no-match,
.sj-pastIssueDownload1-table .ui-select-bootstrap>.ui-select-search{
    min-width: 418px!important;
    width: 418px!important;
}
.sj-pastIssueDownload1-table .ui-select-bootstrap>.ui-select-match>.btn {
    text-align: center;
}
.sj-pastIssueDownload1-table .ui-select-bootstrap .ui-select-match-text,  .ui-select-match-text span{
    height: 28px;
}
.sj-pastIssueDownload2-table {
  font-size: 16px;
  width: 100%;
}
.sj-pastIssueDownload2-table th,
.sj-pastIssueDownload2-table td {
  padding: 10px 0;
  border-bottom: 1px solid #f0b2bd;
}
.sj-pastIssueDownload2-table tr.noborder th,
.sj-pastIssueDownload2-table tr.noborder td,
.sj-pastIssueDownload2-table tr:last-child th,
.sj-pastIssueDownload2-table tr:last-child td {
  border-bottom: 0;
}
.sj-pastIssueDownload2-table tr th:not(:first-child) {
  padding-left: 2em;
}
.sj-pastIssueDownload2-table th {
  width: 112px;
  white-space: nowrap;
  text-align: right;
  line-height: 1.2;
}
.sj-pastIssueDownload2-table td {
  padding-left: .5em;
}

/* 過去照会データ更新 */
.table th.pastIssueUpdate1,
.table td.pastIssueUpdate1 {
  min-width: 128px;
  width: 128px;
}

.table th.pastIssueUpdate2,
.table td.pastIssueUpdate2 {
  min-width: 138px;
  width: 138px;
}

.table th.pastIssueUpdate3,
.table td.pastIssueUpdate3 {
  min-width: 104px;
  width: 104px;
}

.table th.pastIssueUpdate4,
.table td.pastIssueUpdate4 {
  min-width: 74px;
  width: 74px;
}

.table th.pastIssueUpdate5,
.table td.pastIssueUpdate5 {
  min-width: 210px;
  width: 210px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.table th.pastIssueUpdate6,
.table td.pastIssueUpdate6 {
  min-width: 40px;
  width: 40px;
}

.table th.pastIssueUpdate7,
.table td.pastIssueUpdate7 {
  min-width: 70px;
  width: 70px;
}

.table th.pastIssueUpdate8,
.table td.pastIssueUpdate8 {
  min-width: 85px;
  width: 85px;
}

.table th.pastIssueUpdate9,
.table td.pastIssueUpdate9 {
  min-width: 149px;
  width: 149px;
}

.tablePastIssueUpdate {
  table-layout: fixed;
}

/* CKEditor */
.ck-editor__editable {
  min-height: 216px;
}

.ck-read-only {
  background-color: #eee !important;
}

.sj-salesSetting-users .ui-select-container {
  width: 140px;
}
.sj-salesSetting-users .ui-select-container .ui-select-toggle,
.sj-salesSetting-users .ui-select-container input {
  width: 140px;
}

.sj-faq-answer-area {
  padding: 15px;
  border-radius: .25rem;
  margin-bottom: 30px;
  background: #FAE5E9;
}

/*
.sj-faq-answer-area p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 1rem
}

.sj-faq-answer-area strong {
  color: #CC0022;
}
*/

.sj-qa-answer-area-outborder {
    background: #FAE5E9;
    border-radius: 14px;
    padding: 20px;
    margin-top: 6px;
    width: 100%;
}

.sj-qa-answer-area-inborder {
    overflow: auto;
    padding: 20px;
    width: 100%;
    background: #fff;
    border-radius: 14px;
    margin: 0;
    word-break: break-all;
}

.sj-qa-answer-area-inborder p{
  margin-bottom: 0;
}

.sj-qa-answer-area-employee-outborder {
    background: #FCC800;
    border-radius: 14px;
    padding: 20px;
    margin-top: 6px;
    width: 100%;
    margin-bottom: 30px;
}

.ck-content .image>figcaption {
	display: none;
}

.nd-clear {
	display: table-cell;
	vertical-align: middle;
	font-weight: 900;
	font-size: 20px;
	padding-left: 10px;
	color: #0068B4;
	cursor: pointer;
}

.nd-clear:hover {
	color: #CC0022;
}
.sj-search-btngroup .btn input[type=radio]:disabled+.sj-search-btn-label:before,
.sj-biz-btngroup input[type=radio]:disabled+.sj-biz-btn-label {
  background-color: #EEEEEE !important;
  color: #7b7b7b !important;
  border-color: #7b7b7b !important;
  cursor: not-allowed;
}

.sj-search-btngroup .btn input[type=radio]:checked:disabled+.sj-search-btn-label:before,
.sj-biz-btngroup input[type=radio]:disabled:checked+.sj-biz-btn-label {
  background-color: #7b7b7b !important;
  color: #FFFFFF !important;
  cursor: not-allowed;
}

.sj-search-btngroup .btn[disabled]{
  opacity: 1 !important;
}

.sj-search-btngroup.disabled {
  border-color: #7b7b7b !important;
  cursor: not-allowed;
}

.sj-search-btngroup.disabled .btn-toggle,
.sj-search-btngroup.disabled .btn-toggle:hover{
  color: #7b7b7b !important;
  background-color: #EEEEEE;
  cursor: not-allowed;
}
.msg_searching{
	height:400px;
    font-weight: 700;
    font-size: 20px;
}

.table-rules-file>tbody>tr>td,
.table-rules-file>tbody>tr>th,
.table-rules-file>tfoot>tr>td,
.table-rules-file>tfoot>tr>th,
.table-rules-file>thead>tr>td,
.table-rules-file>thead>tr>th {
  padding: 10px 5px;
  line-height: 1.4;
  vertical-align: middle;
  table-layout: fixed;
}

.table-rules-file>tbody>tr>th,
.table-rules-file>tfoot>tr>th,
.table-rules-file>thead>tr>th {
  border-top: 1px solid #DEDDDC;
  border-left: 1px solid #DEDDDC;
  border-bottom: 1px solid #DEDDDC;
  color: #495057;
  background-color: #DEDDDC;
}

.table .thead-rules-file th {
  color: #495057;
  background-color: #DEDDDC;
  
}

.table .thead-rules-file th:last-child {
  border-right: 1px solid #DEDDDC;
}

.table .thead-rules-file th:not(:last-child) {
  border-right: 1px solid #fff;
}

.table-rules-file>tbody>tr>td,
.table-rules-file>tfoot>tr>td,
.table-rules-file>thead>tr>td {
  border-top: none;
  border-right: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}

.table-rules-file>tbody>tr>td>a {
  text-decoration:underline;
}

.table-rules-file>tbody>tr>td.product {
  white-space: pre-line;
}

.table-rules-file thead .rules-file-tr th:nth-of-type(1) {
  width:17%;
}

.table-rules-file thead .rules-file-tr th:nth-of-type(2) {
  width:20%;
}

.table-rules-file thead .rules-file-tr th:nth-of-type(3) {
  width:10%;
}

.table-rules-file thead .rules-file-tr th:nth-of-type(4) {
  width:15%;
}

.table-rules-file thead .rules-file-tr th:nth-of-type(5) {
  width:28%;
}

.table-rules-file thead .office-manual-tr th:nth-of-type(1) {
  width:20%;
}

.table-rules-file thead .office-manual-tr th:nth-of-type(2) {
  width:30%;
}

.table-rules-file thead .office-manual-tr th:nth-of-type(3) {
  width:50%;
}

.table-rules-file tr:last-child td {
  border-bottom: 1px solid #c0c0c0;
}

.break-all {
  word-break: break-all;
}

#rules-file-link,#notes-manual-link {
  text-decoration: underline #273E84;
  color: #273E84;
  cursor: pointer;
}

.shako-help-container{
  width: 905px;
}

.shako-help-main{
  font-size: 24px;
  font-weight: bolder;
  margin-right:5px;
}

.shako-help-footer{
  padding: 0px 15px 15px 15px;
}

.sj-ngissue-text{
  float: right;
  color: #CC0022 !important;
}

/** 【社固】マニュアル・ツール一覧 */
.js-shako-selectable-row {
  width: 110px;
}

.shako-ui-select {
  max-height: 136px !important;
}

.sj-shako-list-message {
  text-align: center;
}

.shako-page-margin-left {
  margin-left: 380px;
}