@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent; }

html {
  height: 100% !important;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-overflow-scrolling: touch; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-family: 'M PLUS 1p', sans-serif, Lato, Meiryo, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  word-wrap: break-word;
  min-height: 100%;
  padding-top: 32px;
  padding-bottom: 74px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500; }

.clearfix:after {
  clear: both;
  display: block;
  content: ""; }

video {
  width: 100%;
  height: 100%; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

a {
  color: #077CF8;
  text-decoration: none; }

img {
  max-width: 100%;
  vertical-align: middle; }

ul {
  margin: 0;
  list-style: none; }

ul:after {
  clear: both;
  display: block;
  content: ""; }

/*** table ***/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

/*
  table.table-striped tr:nth-of-type(2n+1) {
    background-color: #F9F9F9; }*/
table.table-box th {
  background-color: #445466;
  color: #fff; }

table th,
table td {
  padding: 4px;
  border: 1px solid #DDD;
  vertical-align: middle; }

table tr.active-box td {
  background: #E4F3EF; }

/*
table tr.active-box td {
  position: relative;
}
table tr.active-box td:after {
  position: absolute;
  left: -1px;
  top: -1px;
  height: 100%;
  width: 100%;
  content: "";
  border-top: 1px #1ABC9C solid;
  border-left: 1px #1ABC9C solid;
  border-bottom: 1px #1ABC9C solid;
  display: block;
}
table tr.active-box td:last-child:after {
  border-right: 1px #1ABC9C solid;
}
*/
.fixed-table-container {
  height: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #ccc solid; }

.fixed-table-container tr:last-child td {
  border-top: none; }

.fixed-table-container tr td,
.fixed-table-container tr th {
  border-top: none;
  border-left: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  white-space: nowrap; }

.wrap {
  min-width: 1016px;
  margin: 0 auto; }

.container-fluid {
  margin: 0 auto;
  /*
  max-width: 1024px;
  */
  padding: 0 16px; }

.container-wrap {
  margin: 0 auto;
  max-width: 1170px; }

/** margin **/
.mt-8 {
  margin-top: 8px; }

.mt-16 {
  margin-top: 16px; }

.mt-24 {
  margin-top: 24px; }

.mt-40 {
  margin-top: 40px; }

.mt-64 {
  margin-top: 64px; }

.mt-80 {
  margin-top: 80px; }

.mb-8 {
  margin-bottom: 8px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-16 {
  margin-bottom: 16px; }

.mb-24 {
  margin-bottom: 24px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-64 {
  margin-bottom: 64px; }

.mb-80 {
  margin-bottom: 80px; }

.ml-8 {
  margin-left: 8px; }

.mr-8 {
  margin-right: 8px; }

.ml-16 {
  margin-left: 16px; }

.mr-16 {
  margin-right: 16px; }

/** padding **/
.pt-8 {
  padding-top: 8px; }

.pt-16 {
  padding-top: 16px; }

.pt-24 {
  padding-top: 24px; }

.pt-40 {
  padding-top: 40px; }

.pt-64 {
  padding-top: 64px; }

.pt-80 {
  padding-top: 80px; }

.pb-8 {
  padding-bottom: 8px; }

.pb-16 {
  padding-bottom: 16px; }

.pb-24 {
  padding-bottom: 24px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-64 {
  padding-bottom: 64px; }

.pb-80 {
  padding-bottom: 80px; }

.color-danger {
  color: #ff3b30;
  font-size: 12px; }

.color-blue {
  color: #738BA2; }

/** label-span **/
.label-span {
  border-radius: 15px;
  color: #fff;
  padding: 0 12px 0;
  text-align: center;
  font-size: 12px; }

.label-span.label-red {
  color: #fff;
  background-color: #E27DA0; }

/** page **/
.page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.page ul li:last-child a {
  border-radius: 0 4px 4px 0;
  color: #077CF8; }

.page ul li:first-of-type a {
  border-radius: 4px 0 0 4px;
  color: #777; }

.page ul li span,
.page ul li a {
  background: #DDD;
  display: block;
  padding: 4px 16px;
  color: #73879C;
  text-decoration: none; }

.page ul li span {
  color: #fff; }

.wrapper .main {
  width: calc(100% - 230px);
  float: right; }

.title {
  border-bottom: solid 1px #707070; }

.tlt-fs28 {
  color: #73879C;
  font-size: 28px;
  font-weight: 600; }

.tlt-fs24 {
  color: #73879C;
  font-size: 24px;
  font-weight: 600; }

.tlt-fs18 {
  color: #73879C;
  font-size: 18px;
  font-weight: 600; }

.tablefixedhead {
  border-bottom: 1px solid #ddd; }
  .tablefixedhead .box-tbodytable .table tbody tr:last-child td {
    /* border-bottom: 0;  */
  }

.tablefixedhead .box-theadtable {
  overflow: hidden; }

.tablefixedhead .box-tbodytable {
  max-height: 500px;
  overflow: auto;
  position: relative; }

.box-tbodytable tr:nth-of-type(2n+2) {
  background-color: #f9f9f9; }

.tablefixedhead .table-codelist thead tr th {
  padding: 4px 3px; }

.tablefixedhead .table-codelist thead tr th:nth-child(1) {
  min-width: 60px;
  max-width: 60px; }

.tablefixedhead .table-codelist thead tr th:nth-child(2) {
  min-width: 150px;
  max-width: 150px; }

.tablefixedhead .table-codelist thead tr th:nth-child(3) {
  min-width: 200px;
  max-width: 200px; }

.tablefixedhead .table-codelist thead tr th:nth-child(4) {
  min-width: 250px;
  max-width: 250px; }

.tablefixedhead .table-codelist thead tr th:nth-child(5) {
  min-width: 100px;
  max-width: 100px; }

.tablefixedhead .table-codelist thead tr th:nth-child(6) {
  min-width: 100px;
  max-width: 100px; }

.tablefixedhead .table-codelist thead tr th:nth-child(7) {
  min-width: 70px;
  max-width: 70px; }

.tablefixedhead .table-codelist tbody tr td {
  padding: 4px 3px; }

.tablefixedhead .table-codelist tbody tr td:nth-child(1) {
  min-width: 60px;
  max-width: 60px; }

.tablefixedhead .table-codelist tbody tr td:nth-child(2) {
  min-width: 150px;
  max-width: 150px; }

.tablefixedhead .table-codelist tbody tr td:nth-child(3) {
  min-width: 200px;
  max-width: 200px; }

.tablefixedhead .table-codelist tbody tr td:nth-child(4) {
  min-width: 250px;
  max-width: 250px; }

.tablefixedhead .table-codelist tbody tr td:nth-child(5) {
  min-width: 100px;
  max-width: 100px; }

.tablefixedhead .table-codelist tbody tr td:nth-child(6) {
  min-width: 100px;
  max-width: 100px; }

.tablefixedhead .table-codelist tbody tr td:nth-child(7) {
  min-width: 70px;
  max-width: 70px; }

/*** base ***/
.datepicker {
  padding-bottom: 1px !important; }
  .datepicker .table-condensed thead tr th.dow {
    font-size: 14px;
    color: #26B99A; }
    .datepicker .table-condensed thead tr th.dow:first-child {
      color: #ff0000; }
    .datepicker .table-condensed thead tr th.dow:last-child {
      color: #000AFF; }
  .datepicker .table-condensed tbody tr td {
    font-size: 14px;
    height: 28px;
    width: 28px;
    padding: 2px; }
    .datepicker .table-condensed tbody tr td:first-child {
      color: #ff0000; }
    .datepicker .table-condensed tbody tr td:last-child {
      color: #000AFF; }
  .datepicker .table-condensed tfoot tr {
    border-top: 1px solid #ccc; }
    .datepicker .table-condensed tfoot tr th {
      cursor: default; }
      .datepicker .table-condensed tfoot tr th:hover {
        background: transparent; }
      .datepicker .table-condensed tfoot tr th .groupfooter:after {
        content: "";
        display: block;
        clear: both; }
      .datepicker .table-condensed tfoot tr th .groupfooter .textleft {
        float: left;
        font-size: 12px;
        color: #000AFF;
        font-weight: normal;
        line-height: 24px;
        cursor: pointer; }
      .datepicker .table-condensed tfoot tr th .groupfooter .button-calendar {
        float: right; }
        .datepicker .table-condensed tfoot tr th .groupfooter .button-calendar .btn-green-small {
          font-size: 12px;
          padding: 2px 8px;
          height: auto; }

/*** modules ***/
/***/
.iris_toggle-container {
  -moz-user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  position: relative; }
  .iris_toggle-container label {
    cursor: pointer;
    margin: 0; }
  .iris_toggle-container .iris_toggle-checkbox {
    opacity: 0;
    position: absolute; }
  .iris_toggle-container .iris_toggle-checkbox:checked + .iris_toggle:before {
    left: 55%;
    background: #fff; }
  .iris_toggle-container .iris_toggle-checkbox:checked + .iris_toggle {
    background: #1ABC9C; }
  .iris_toggle-container .iris_toggle {
    border-radius: 16px;
    display: inline-block;
    padding: 12px 0;
    vertical-align: middle;
    background: #999;
    width: 66px;
    height: 32px;
    position: relative;
    -moz-appearance: none;
    outline: 0 none;
    overflow: hidden; }
    .iris_toggle-container .iris_toggle:before {
      background: #fff;
      border-radius: 50%;
      content: "";
      display: block;
      left: 2px;
      width: 28px;
      height: 28px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.53, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.53, 1) 0s;
      transition: all 0.3s cubic-bezier(0.17, 0.67, 0.53, 1) 0s; }

.btn {
  -moz-user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  -webkit-transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  -o-transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 15px;
  padding: 0 16px;
  height: 30px;
  -webkit-transition: 200ms all;
  -o-transition: 200ms all;
  transition: 200ms all; }

.btn:hover,
.btn:focus {
  text-decoration: none;
  box-shadow: none !important; }
.btn:hover {
  opacity: 0.7;
}
.btn:focus,
.btn.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
  outline: 0 none; 
  opacity: 0.7;
}

.btn.disabled, .btn:disabled {
  opacity: 1; 
  background: #c3c3c3;
  border-color: #c3c3c3;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.btn-primary {
  background-color: #187cc2;
  border: 1px #187cc2 solid;
  color: #fff; }

.btn-green {
  background-color: #26B99A;
  border: 1px #26B99A solid;
  color: #fff; }

.btn-gray {
  background-color: #F5F5F5;
  border: 1px #169F85 solid;
  color: #000; }

.btn-red {
  background-color: #FF9999;
  border: 1px #707070 solid;
  color: #000; }

.btn-red-fl {
  background-color: #DE8282;
  border: 1px #DE8282 solid;
  color: #fff; }

.btn-yellow {
  background-color: #CC9F07;
  border: 1px #707070 solid;
  color: #000; }

.btn-purple {
  background-color: #A2A2CE;
  border: 1px #A2A2CE solid;
  color: #fff; }

.btn-redfl {
  background-color: #F5F5F5;
  border: 1px #FF9999 solid; }

/**** update file ***/
.custom-file {
  position: relative;
  padding: 0; }
  .custom-file .btn {
    height: auto; }
    .custom-file .btn.btn-txt {
      color: #187cc2;
      font-size: 10px;
      margin-top: 4px; }

.custom-file-input {
  opacity: 0;
  display: none; }

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

.form-control {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 1.6;
  -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 30px;
  border-radius: 3px;
  padding: 0 8px; }
  .form-control.form-control-search {
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    padding-right: 24px; }
  .form-control.form-control-date {
    background-image: url(../images/icon-date.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    padding-right: 24px; }
  .form-control.form-control.form-control-time {
    background-image: url(../images/icon-time.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    padding-right: 24px; }
  .form-control.form-controlbox-yellow {
    background: #FFFDCB; }
  .form-control:focus {
    background-color: #fff;
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    color: #495057;
    outline: 0 none; }
  .form-control.form-control-danger {
    border: 1px #ff3b30 solid;
    background: #ffeae8; }

textarea {
  overflow: auto; }
  textarea.form-control {
    height: auto; }

select::-ms-expand {
  display: none; }

select.form-control {
  background: url(../images/select.png) no-repeat scroll right 6px center #fff;
  padding-right: 20px; }

select.form-controlbox-yellow {
  background: url(../images/select.png) no-repeat scroll right 6px center #FFFDCB; }

select.form-controlbox-yellow:focus::-ms-value {
  background: url(../images/select.png) no-repeat scroll right 6px center #FFFDCB; }

select.form-control-danger {
  background: url(../images/select.png) no-repeat scroll right 6px center #ffeae8 !important; }

select.form-control-danger:focus::-ms-value {
  background: url(../images/select.png) no-repeat scroll right 6px center #ffeae8; }

select.form-control-blue {
  background: url(../images/select-blue.png) no-repeat scroll right 6px center #fff;
  padding-right: 20px; }
  select.form-control-blue.form-controlbox-blue-yellow {
    background: url(../images/select-blue.png) no-repeat scroll right 6px center #FFFDCB; }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

/**** radio checkbox ****/
.custom-control {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 18px;
  padding-left: 24px;
  position: relative; }

.custom-control-input {
  opacity: 0;
  position: absolute;
  z-index: -1; }

.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #1ABC9C;
  border: 1px #1ABC9C solid;
  color: #fff; }

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(26, 188, 156, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(26, 188, 156, 0.25); }

.custom-control-input:active ~ .custom-control-indicator {
  background-color: #1ABC9C;
  border: 1px #1ABC9C solid;
  color: #fff; }

.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #eee;
  border: 1px #ccc solid;
  cursor: not-allowed; }

.custom-control-input:disabled ~ .custom-control-description {
  color: #636c72;
  cursor: not-allowed; }

.custom-control-indicator {
  background-color: #fff;
  border: 1px #ccc solid;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  display: block;
  height: 18px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 10px);
  width: 18px; }

.custom-checkbox {
  min-height: 20px; cursor: context-menu !important;}

.custom-checkbox .custom-control-indicator {
  width: 20px;
  height: 20px; }

.custom-checkbox .custom-control-indicator {
  border-radius: 4px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
  background-color: #1ABC9C; }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background: url(../images/icon-radio.png) no-repeat 50%;
  border: 1px #1abc9c solid; }

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

.close:not(:disabled):not(.disabled) {
  cursor: pointer; }

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75; }

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

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

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

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%); }

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: ""; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  margin: 0 16px;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: 0.5; }

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

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

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

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }

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

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

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.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: 0.5rem 0;
  margin: 0.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, 0.15);
  border-radius: 0.25rem; }

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

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

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

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

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

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

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

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

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

.dropdown-item:hover, .dropdown-item:focus {
  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: #6c757d;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: -webkit-transform 0.6s ease;
  -webkit-transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5); }

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

.carousel-indicators .active {
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }
.notification-success .ant-notification-notice-icon-success {
  bottom: 12px;
}
.notification-success .ant-notification-notice-message {
  display: none;
}