@charset "UTF-8";
/*---------------------*/
/*  _variables.scss
/*---------------------*/
/*
	This is the Global CSS file for every page in this site use,which contains
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
fieldset, form, label, legend, input, button, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

legend, hr {
  display: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

div.lower_field .search_txt:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

/* Bug Fixers */
button {
  position: relative;
  padding: 0;
  border: 0 none;
  cursor: pointer;
  overflow: visible;
}

button span {
  position: relative;
  display: block;
  white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  button span {
    margin-top: -1px;
    margin-left: -3px;
  }
}
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  padding: 0;
  border: 0 none;
}

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

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need cellspacing in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Change objects highlight colour */
::-moz-selection {
  background-color: #605756;
  color: #ffffff;
}
::selection {
  background-color: #605756;
  color: #ffffff;
}

::-moz-selection {
  background-color: #605756;
  color: #ffffff;
}

/* Body */
html {
  font-size: 16px;
}
@media screen and (max-width: 1399.98px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 12px;
  }
}

body {
  background-color: #f5f5f5;
  color: #333;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1rem;
  min-width: 320px;
}

::-moz-selection {
  background-color: #7395c6;
}

::selection {
  background-color: #7395c6;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 991.98px) {
  h1 {
    line-height: 1.36;
  }
}

h2 {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.46;
}
@media screen and (max-width: 991.98px) {
  h2 {
    font-size: 1.75rem;
    line-height: 1.32;
  }
}

h3 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 991.98px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  h4 {
    font-size: 1.125rem;
  }
}

h5 {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.428;
}

dl {
  margin: 0;
}
dl + dl {
  margin-top: 1.875rem;
}
dl dt {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #a0a0a0;
}
dl dd {
  font-size: 1.125rem;
  line-height: 1.44;
  margin: 0.625rem 0 0;
  word-break: break-all;
  min-height: 1.125rem;
}
dl.smaller dt {
  font-size: 0.9375rem;
  line-height: 1.4;
}
dl.smaller dd {
  font-size: 1.0625rem;
  line-height: 1.47;
  min-height: 1.0625rem;
}

a:hover {
  text-decoration: none;
}

button {
  background-color: transparent;
}
button:focus {
  outline: 0;
}

.small, small {
  font-size: 90%;
}

hr {
  display: block;
  border-top: 1px solid #cccccc;
}

/* placeholder font color setup */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #947110;
  opacity: 0.6;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #947110;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #947110;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #947110;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #947110;
}

/* ElegantIcons */
@font-face {
  font-family: "ElegantIcons";
  src: url("../fonts/ElegantIcons.eot");
  src: url("../fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("../fonts/ElegantIcons.woff") format("woff"), url("../fonts/ElegantIcons.ttf") format("truetype"), url("../fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon] {
  position: relative;
  top: 1px;
  font-style: normal;
}
[data-icon]:before {
  font-family: "ElegantIcons";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Material */
i.material-icons {
  font-size: inherit;
  position: relative;
  top: 2px;
}

/* Misc */
.radius_bd {
  border-radius: 4px;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
}

/* To hide any not in use element*/
.vanisher {
  display: none !important;
}

.hide {
  visibility: hidden !important;
}

/* To clear the floats */
.clearman {
  clear: both;
  height: 1px;
  text-align: left;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
}

hr.clearman {
  visibility: hidden;
}

/* To make any element clear the floats */
.clearmen {
  clear: both;
  display: block;
}

/* :after method */
.fillup:after {
  clear: both;
  content: "";
  display: block;
}

/* Put the texts away in a specified element */
.overcooked {
  text-align: left;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
}

/* Level */
.slvl {
  margin-bottom: 0;
}

.lvl {
  margin-bottom: 0;
}

/* Misc */
#gradient {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

/* Badage */
.circle {
  top: -5px;
  right: -5px;
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 100%;
  font-size: 14px;
  color: white;
  line-height: 20px;
  text-align: center;
  background: red;
}
@media (min-width: 992px) {
  .circle {
    top: 16px;
    right: 24px;
  }
}

.circle2 {
  width: 24px;
  height: 24px;
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 5px;
  border-radius: 100%;
  font-size: 13px;
  color: white;
  line-height: 23px;
  text-align: center;
  background: red;
}

/* Buttons */
.formbtn {
  display: inline-block;
  height: 2.375em;
  padding: 0.375rem 0.75em;
  font-size: 16px;
  border-radius: 3px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

.formbtn2 {
  color: gray;
}

.btnsubmit {
  min-width: 140px;
  background-color: transparent;
  border: 1px solid rgb(112, 191, 65);
  border-radius: 20px;
}
@media (min-width: 400px) {
  .btnsubmit {
    min-width: 160px;
  }
}
.btnsubmit:hover {
  color: white !important;
  background-color: rgb(112, 191, 65);
}

.btnsubmit2 {
  min-width: 90px;
  background-color: transparent;
  border: 1px solid rgb(255, 102, 102);
  border-radius: 20px;
}
.btnsubmit2:hover {
  color: white !important;
  background-color: rgb(255, 102, 102);
}

.btndelet {
  background-color: transparent;
  border: 1px solid rgb(249, 31, 67);
  border-radius: 20px;
  width: 4em;
}
.btndelet:hover {
  color: white !important;
  background-color: rgb(249, 31, 67);
}

.btncancel {
  padding: 0;
}

.button {
  display: inline-block;
  height: auto;
  vertical-align: unset;
  text-align: center;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 4px;
  min-width: 6.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 991.98px) {
  .button {
    min-width: 5.1875rem;
  }
}
.button:hover {
  text-decoration: none;
}
.button.size-regular {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.45;
  padding: 5px 10px;
}
@media screen and (max-width: 991.98px) {
  .button.size-regular {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
.button.size-small {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.44;
  padding: 6px 10px;
}
.button.style-primary {
  background-color: #0f2d84;
  color: #FFF;
}
.button.style-primary:hover, .button.style-primary:active {
  background-color: rgba(15, 45, 132, 0.8);
}
.button.style-secondary {
  background-color: #2b3652;
  color: #FFF;
}
.button.style-secondary:hover, .button.style-secondary:active {
  background-color: rgba(43, 54, 82, 0.8);
}
.button.style-primary-reverse {
  background-color: #FFF;
  color: #0f2d84;
  border: 2px solid #0f2d84;
}
.button.style-primary-reverse:hover, .button.style-primary-reverse:active {
  color: rgba(15, 45, 132, 0.8);
}
.button.style-form-add {
  border: 2px dashed #707070;
  border-radius: 4px;
  color: #333 !important;
  font-weight: 500;
  line-height: 1.36;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button.style-form-add:hover, .button.style-form-add:active {
  border: 2px solid #707070;
  background-color: #707070;
  color: #FFF !important;
  text-decoration: none !important;
}
.button.style-form-add::before {
  font-family: "icomoon" !important;
  content: "\e911";
  display: block;
  font-size: 0.9375rem;
  line-height: 1;
}

#export-btn-wrap .dt-button {
  overflow: unset;
  background-image: unset;
  margin: 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  min-width: 6.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
  color: #0f2d84;
  border: 2px solid #0f2d84;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.45;
  padding: 5px 10px;
}
@media screen and (max-width: 991.98px) {
  #export-btn-wrap .dt-button {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
#export-btn-wrap .dt-button:hover, #export-btn-wrap .dt-button:active {
  color: rgba(15, 45, 132, 0.8);
  background-color: #FFF;
}

.link-back {
  text-decoration: none;
  color: #333;
  font-size: 1.375rem;
  font-weight: 500;
}
.link-back:hover, .link-back:active {
  color: #0f2d84;
  text-decoration: none;
}
.link-back::before {
  font-family: "icomoon" !important;
  content: "\e909";
  font-size: 1.875rem;
  margin-right: 5px;
  vertical-align: sub;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: block;
  width: 60px;
  height: 34px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media (min-width: 576px) {
  .switch {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 991.98px) {
  .slider:before {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
}

input:checked + .slider {
  background-color: #0f2d84;
}

input:focus + .slider {
  background-color: #0f2d84;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}
@media screen and (max-width: 991.98px) {
  input:checked + .slider:before {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.blink_me {
  -webkit-animation: blinker 3s linear infinite;
          animation: blinker 3s linear infinite;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
#queryByDate {
  color: gray;
}

.workDetectHoverClass {
  display: inline-block;
}

.workDetectHoverClass:hover {
  color: red;
}

/* Form */
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #707070;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
  color: #707070;
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #707070;
}
input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #707070;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  color: #707070;
}
input[type=text].only-show,
input[type=password].only-show,
textarea.only-show {
  border: unset;
}
@media screen and (max-width: 575.98px) {
  input[type=text].only-show,
  input[type=password].only-show,
  textarea.only-show {
    padding-left: 0;
  }
}

.biggersep {
  margin-right: 56px !important;
}

.ext_upper_nav a.on,
.ext_upper_nav a:hover {
  border-bottom: 2px solid white;
}

.filterbox {
  float: left;
  padding-top: 19px;
}

.filters input[type=text] {
  background: none;
  width: 100px;
  font-size: 16px;
  padding: 6px 0;
}
.filters button {
  background: none;
  font-size: 16px;
}
.filters input[type=text],
.filters button {
  margin: 0 12px;
}
.filters input::-webkit-input-placeholder {
  font-size: 16px;
  text-align: center;
}

/* Forms */
.form_sec_box {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.375em;
}
@media (min-width: 768px) {
  .form_sec_box {
    margin-bottom: 2em;
    padding-bottom: 0;
  }
}
.form_sec_box.header {
  padding-top: 0.2em;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .form_sec_box.header {
    padding-top: 0;
  }
}
.form_sec_box.header.active {
  border-bottom: 0;
}
.form_sec_box > .row,
.form_sec_box > div > .row {
  max-width: 800px;
}
.form_sec_box .buttonbox {
  margin-bottom: 0;
  padding-top: 0.375em;
}
@media (min-width: 768px) {
  .form_sec_box .buttonbox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0;
  }
}
.form_sec_box .buttonbox button {
  border-radius: 20px;
  margin: 0 0.5em;
}
.form_sec_box hr {
  margin-top: 0.375em;
  margin-bottom: 0.575em;
}
@media (min-width: 768px) {
  .form_sec_box hr {
    margin-top: 0;
    margin-bottom: 2em;
  }
}

.sec_head {
  font-size: 28px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sec_head {
    margin-bottom: 30px;
  }
}

.end_box {
  padding-bottom: 30px;
}

.withbtbd {
  border-bottom: 1px solid #cccccc;
}

.row_expandable {
  cursor: pointer;
}
.row_expandable:hover h2 {
  opacity: 0.6;
}
.row_expandable .doit {
  position: relative;
  top: -5px;
  font-size: 16px;
}

.row_expanded {
  cursor: default;
}
.row_expanded:hover h2 {
  opacity: 0.6;
}
.row_expanded h2 {
  cursor: pointer;
}

.rowflexheight {
  height: auto;
}

.formrow {
  position: relative;
  margin-bottom: 2em;
  clear: both;
}
.formrow:after {
  content: "";
  display: table;
  clear: both;
}

.form-group {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .form-group {
    margin-bottom: 2em;
  }
}

.form-inline.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.form-inline.nowrap input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.col-form-label {
  white-space: nowrap;
}
.col-form-label.des {
  white-space: normal;
}

.input_txt,
.select {
  display: block;
  width: 100%;
  height: 2.375em;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.input_txt,
.combo_input_txt,
.select select {
  color: #515151;
  font-size: 1em;
}

.input_txt {
  padding: 6px 12px;
}

textarea.input_txt {
  min-height: 4em;
}

.combo_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.combo_input_txt {
  background-color: white;
  position: relative;
  width: 100%;
  height: 2.375em;
  text-align: center;
  border-radius: 0;
  margin-right: 0;
  border-radius: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.combo_input_txt:first-child {
  border-left: 1px solid #cccccc;
  border-radius: 3px 0 0 3px;
}

.combo_input .first,
.combo_input .second,
.combo_input .third,
.combo_input_txt:nth-child(1),
.combo_input_txt:nth-child(2),
.combo_input_txt:nth-child(3) {
  border-right: 1px solid #cccccc;
}

.combo_input_txt:last-child {
  border-right: 1px solid #cccccc;
  border-radius: 0 3px 3px 0;
}

.select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.select:before {
  content: "▼";
  position: absolute;
  top: 9px;
  right: 12px;
  color: #82888a;
  font-size: 12px;
}
@media (min-width: 768px) {
  .select:before {
    top: 10px;
  }
}
.select select {
  width: 100%;
  margin: 0;
  padding: 6px 36px 6px 12px;
  background: none;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

select[multiple] {
  height: auto;
}

.tight {
  margin-right: 2px !important;
}

.checkbox {
  background: none;
  background-color: white;
  position: relative;
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 7px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-appearance: none;
}
.checkbox:checked {
  background-color: #ff3366;
  width: 24px;
  height: 24px;
  border-color: #ff3366;
}
.checkbox:checked:before {
  content: "✓";
  position: absolute;
  top: -4px;
  left: 3px;
  color: white;
  font-size: 20px;
}
.checkbox + .checkbox {
  margin-left: 5px;
}

input[type=radio] {
  width: 16px;
  height: 16px;
}

.expd_option {
  display: block;
  color: #dd5d52 !important;
}
.expd_option:hover {
  text-decoration: underline !important;
}

textarea {
  background-color: white;
  position: relative;
  width: 630px;
  height: 5.375em;
  color: #515151;
  font-size: 1em;
  padding: 6px 12px;
  border: 1px solid #cccccc;
  border-radius: 0;
  margin-right: 30px;
  margin-bottom: 20px;
  border-radius: 3px;
}

#editor_swap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

/* My CSS style */
.myinput {
  width: 100%;
  height: 2.375em;
  padding: 0.5em;
  background-color: #ffffe5;
  text-align: center;
  font-size: 1em;
  border: 1px solid transparent;
  border-radius: 5px;
}

.myinput:focus {
  border: solid 1px #cdd9ea;
  /*animation: blinker 3s linear infinite;*/
}

.mySelect {
  width: 16em;
  height: 3em;
  padding: 0.5em;
  text-align: center;
  background-color: #ffffe5;
  -moz-text-align-last: center;
       text-align-last: center;
  font-size: 1em;
  border-radius: 5px;
  border: 0;
}

.myTable {
  width: 70%;
  margin: 0 auto 0 auto;
}

.myTable thead td:hover {
  background-color: #f2f2f2;
  cursor: auto;
}

.myTable tbody tr:hover td {
  cursor: auto;
}

.unselectable {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

jsuites-tags.jtags {
  padding: 4px 10px 4px 20px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
jsuites-tags.jtags::before, jsuites-tags.jtags.jtags-empty:not(.jtags-focus):before {
  font-family: "icomoon" !important;
  content: "\e904";
  font-size: 1rem;
  color: #a0a0a0;
}
jsuites-tags.jtags.jtags-empty:not(.jtags-focus)::before {
  position: unset;
  margin: 0;
}
jsuites-tags.jtags > div:not(.jtags_label) {
  padding-top: 0;
  padding-bottom: 0;
}
jsuites-tags.jtags .jtags_label {
  background-color: #9ba4b1 !important;
  color: #FFF;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285;
  margin: 0;
  padding: 0.0625rem 1.75rem 0.0625rem 0.3125rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
jsuites-tags.jtags .jtags_label::after {
  font-family: "icomoon" !important;
  content: "\e90b";
  font-size: 0.6875rem;
  line-height: 1;
  top: 50%;
  right: 0.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: unset;
  height: unset;
}

.filter-group input,
.filter-group select,
.filter-group .jtags {
  font-size: 0.875rem;
  line-height: 1.4285;
  width: 100%;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #333;
  background-color: #FFF;
}
.filter-group input::-webkit-input-placeholder, .filter-group select::-webkit-input-placeholder, .filter-group .jtags::-webkit-input-placeholder {
  color: #707070;
}
.filter-group input::-moz-placeholder, .filter-group select::-moz-placeholder, .filter-group .jtags::-moz-placeholder {
  color: #707070;
}
.filter-group input:-ms-input-placeholder, .filter-group select:-ms-input-placeholder, .filter-group .jtags:-ms-input-placeholder {
  color: #707070;
}
.filter-group input::-ms-input-placeholder, .filter-group select::-ms-input-placeholder, .filter-group .jtags::-ms-input-placeholder {
  color: #707070;
}
.filter-group input::placeholder,
.filter-group select::placeholder,
.filter-group .jtags::placeholder {
  color: #707070;
}
.filter-group .jtags {
  padding: 4px 10px;
}
.filter-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../media/images/triangle-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 0.75rem;
  background-size: 0.6rem;
  padding-right: 30px;
  cursor: pointer;
}
.filter-group .hasDatepicker {
  background-image: url("../media/images/calendar.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 8px);
  background-size: 1rem;
  padding-right: 30px;
}
@media screen and (max-width: 991.98px) {
  .filter-group .switch .slider::before {
    -webkit-transform: translate(1px, -1.5px);
            transform: translate(1px, -1.5px);
  }
}
@media screen and (max-width: 991.98px) {
  .filter-group .switch input:checked + .slider::before {
    -webkit-transform: translate(25px, -2px);
            transform: translate(25px, -2px);
  }
}
.filter-group label:not(.switch-label) {
  display: block;
  font-size: 0.875rem;
  color: #3e3e3e;
  line-height: 1.4285;
  margin-bottom: 4px;
}

.filter-group.mutiple-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 0.75rem 0.5rem 1fr;
  grid-template-columns: 1fr 0.75rem 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.filter-group.mutiple-col span {
  font-size: 0.7rem;
  line-height: 2.5;
  display: inline-block;
}
.filter-group.mutiple-col label {
  white-space: nowrap;
}

/* Messages */
.messages ol {
  list-style: decimal;
  margin-left: 13px;
  padding-left: 10px;
  margin-bottom: 1em;
}

.messages ol ol {
  list-style: lower-latin;
}

.messages ol li {
  margin-bottom: 4px;
}

/* Table */
.table {
  width: 100%;
  font-size: 13px;
  text-align: center;
  margin: 0 auto;
  color: #3a3a3a;
}
.table.details tbody tr[role=row] td, .table.nextpage tbody tr[role=row] td {
  cursor: pointer;
}
.table th, .table td {
  border-top: 0;
}
.table thead td {
  color: white;
  background-color: #3a3a3a;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
}
.table thead td:hover {
  background-color: #515151;
}
.table tbody tr[role=row]:hover td {
  background-color: #cccccc;
  color: black;
}
.table tbody td {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
}
.table tbody td.action {
  padding-top: 0;
  padding-bottom: 0;
}
.table tbody td.action button {
  width: 100%;
  padding: 0.5em;
  background-color: transparent;
}
@media (min-width: 992px) {
  .table tbody td.action button:hover {
    color: #fff;
  }
}
.table tbody td.action button i.material-icons {
  font-size: 1.3em;
}

.table tbody tr:hover td.caution,
.table tbody td.caution {
  background-color: #ffb500 !important;
  color: white;
}

.tr_extended td {
  background-color: #3a3a3a !important;
  text-align: center;
  min-height: 4.2666em;
  padding: 10px 0;
}

td .formrow {
  margin: 0;
}

#example_wrapper .word-break {
  word-break: break-all;
}
#example_wrapper .dataTables_scroll .dataTables_scrollHead {
  background-color: #2b3652;
  color: #FFF;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#example_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dataTable tr th, #example_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dataTable tr td {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.44;
  height: 4.1875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: unset;
}
@media screen and (max-width: 1399.98px) {
  #example_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dataTable tr th, #example_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dataTable tr td {
    height: 3.25rem;
    font-size: 1rem;
  }
}
#example_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dataTable tr .dtr-control {
  padding: 0;
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody {
  border: 1px solid #d9d9d9;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #FFF;
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable tr th, #example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable tr td {
  height: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.8125rem 0.625rem 0.6875rem;
  border: unset;
  border-bottom: 1px solid #d9d9d9;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 991.98px) {
  #example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable tr th, #example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable tr td {
    height: 3rem;
    font-size: 0.875rem;
  }
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable tr td:not(.action):not(.dtr-control):not(.none)::after {
  content: "";
  display: block;
  margin: 0 18px;
  font-size: 1.125rem;
  height: 0;
  width: 0;
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable tr.parent + tr:not(.parent) td {
  line-height: 2.2;
  color: #707070;
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable tr.parent + tr:not(.parent) td .sub_msg {
  padding: 0.8125rem 1.25rem 0.6875rem 1.5rem;
}
@media screen and (max-width: 991.98px) {
  #example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable tr.parent + tr:not(.parent) td .sub_msg {
    padding: 0.5rem 0.8rem;
  }
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable tr.parent + tr:not(.parent) td .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 991.98px) {
  #example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable tr.parent + tr:not(.parent) td .btn-wrap .button {
    font-size: 0.875rem;
  }
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable tr .action {
  white-space: nowrap;
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable tr .action .icon-button + .icon-button {
  margin-left: 0.75rem;
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable tr .icon-button {
  border: unset;
  background-color: unset;
  width: auto;
  display: inline-block;
  font-size: 1.25rem;
  padding: 0.3125rem;
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable tr .icon-button:hover {
  opacity: 0.8;
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable tr .icon-button::before {
  font-family: "icomoon" !important;
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable tr .icon-button.btn-delete::before {
  content: "\e90d";
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable tr .icon-button.btn-edit::before {
  content: "\e90a";
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable tr .icon-button.btn-copy i {
  font-size: 1.24rem;
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable tr .icon-button.btn-score span {
  font-size: 1.24rem;
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable tr .icon-button.btn-collapse::before {
  content: "\e90f";
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable:not(.collapsed) .dtr-control {
  padding: 0;
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable.collapsed tbody tr.parent .dtr-control::before {
  content: "\e90f";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.4;
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable.collapsed tbody tr.child {
  padding: 0;
  /*ul*/
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable.collapsed tbody tr.child td {
  text-align: left;
  padding: 0;
  background-color: rgba(217, 217, 217, 0.3);
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable.collapsed tbody tr.child .dtr-details {
  width: 100%;
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable.collapsed tbody tr.child .dtr-details li {
  min-height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  border: unset;
  border-top: 1px solid #d9d9d9;
  padding: 0.8125rem 1.25rem 0.6875rem 1.5rem;
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable.collapsed tbody tr.child .dtr-details li:nth-child(1) {
  border-top: unset;
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable.collapsed tbody tr.child .dtr-details li .dtr-title {
  min-width: 6.25rem;
  font-weight: normal;
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable.collapsed tbody tr.child .dtr-details li .dtr-data {
  white-space: normal;
  width: 100%;
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable.collapsed tbody tr.child .dtr-details li .dtr-data button {
  width: auto;
  font-size: 1.25rem;
  float: right;
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable.collapsed tbody tr.child .dtr-details li .dtr-data button + button {
  margin-right: 1.275rem;
}
#example_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable.collapsed tbody tr .dtr-control::before {
  font-family: "icomoon" !important;
  content: "\e90f";
  font-size: 1.25rem;
  color: #333;
  display: block;
  width: 1.25rem;
  margin: 0 auto;
  cursor: pointer;
}
#example_wrapper .dataTables_info {
  float: unset;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #333 !important;
  white-space: nowrap;
}
#example_wrapper .dataTables_length {
  float: unset;
  color: #333 !important;
  padding: 0;
  white-space: nowrap;
}
#example_wrapper .dataTables_length label {
  font-size: 1.125rem;
  line-height: 1.4;
}
#example_wrapper .dataTables_length select {
  margin: 0 0.625rem;
  padding: 3px 30px 3px 12px;
  font-size: 1rem;
  border-radius: 6px;
  border: 1px solid #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../media/images/triangle-down.svg");
  background-repeat: no-repeat;
  background-size: 0.6rem;
  background-position: calc(100% - 9px) 0.7rem;
  cursor: pointer;
}
#example_wrapper .dataTables_paginate {
  float: unset;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  color: #3e3e3e !important;
}
#example_wrapper .dataTables_paginate .paginate_button {
  border: unset;
  border-radius: 4px;
}
#example_wrapper .dataTables_paginate .paginate_button:hover, #example_wrapper .dataTables_paginate .paginate_button:active {
  border: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background: unset;
  background-color: rgba(115, 149, 198, 0.5);
  color: #FFF !important;
}
#example_wrapper .dataTables_paginate span > .paginate_button {
  height: 1.875rem;
  min-width: 1.875rem;
  padding: 0 0.625rem;
  line-height: 1.4;
  color: #333 !important;
}
#example_wrapper .dataTables_paginate span > .paginate_button.current, #example_wrapper .dataTables_paginate span > .paginate_button.current:hover, #example_wrapper .dataTables_paginate span > .paginate_button.current:active {
  border: unset;
  background: unset;
  background-color: #7395c6;
  color: #FFF !important;
  cursor: default;
}
#example_wrapper .dataTables_paginate span .ellipsis {
  padding: 0 0.5rem;
}
#example_wrapper .dataTables_paginate > .paginate_button {
  font-size: 1.8125rem;
  padding: 0;
  line-height: 1;
  min-width: auto;
}
#example_wrapper .dataTables_paginate > .paginate_button.previous {
  margin: 0 5.4px 0 0;
}
#example_wrapper .dataTables_paginate > .paginate_button.next {
  margin: 0 0 0 5.4px;
}
#example_wrapper .dataTables_paginate > .paginate_button.disabled, #example_wrapper .dataTables_paginate > .paginate_button.disabled:hover, #example_wrapper .dataTables_paginate > .paginate_button.disabled:active {
  border: unset;
  color: #dbdbdb !important;
  cursor: default;
}
#example_wrapper .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.5rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 991.98px) {
  #example_wrapper .bottom {
    padding: 0 10px;
  }
}
#example_wrapper .bottom .bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  #example_wrapper .bottom .bottom-left .dataTables_info {
    display: none;
  }
}
#example_wrapper .bottom .bottom-right .dataTables_paginate {
  margin-top: 0;
}

.management-table {
  margin-top: 1.875rem;
  font-size: 1rem;
}
.management-table thead {
  border: 1px solid #d9d9d9;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #2b3652;
  color: #FFF;
}
.management-table tbody {
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 1699.98px) {
  .management-table.access-style tbody td {
    padding-left: 1rem !important;
  }
}
@media screen and (max-width: 1399.98px) {
  .management-table.access-style tbody td {
    padding: 0.5rem !important;
  }
}
@media screen and (max-width: 1199.98px) {
  .management-table.access-style thead {
    display: none;
  }
  .management-table.access-style tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .management-table.access-style tbody tr td {
    padding: 0.5rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .management-table.access-style tbody tr td:nth-child(1) {
    background-color: #2b3652;
    color: #FFF;
  }
  .management-table.access-style tbody tr td:nth-child(1) a {
    color: #9ba4b1;
  }
  .management-table.access-style tbody tr td::before {
    content: attr(data-title);
    width: 30%;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .management-table.parameter-style thead {
    display: none;
  }
  .management-table.parameter-style tbody {
    border: unset;
    line-height: 2;
  }
  .management-table.parameter-style tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .management-table.parameter-style tbody tr + tr {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dashed #d9d9d9;
  }
  .management-table.parameter-style tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    border: unset;
    padding: 0.5rem;
  }
  .management-table.parameter-style tbody tr td::before {
    content: attr(data-title);
    min-width: 30%;
    margin-right: 1.5rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1199.98px) {
  .management-table.parameter-style.factor tbody tr td::before {
    min-width: 50%;
  }
}
@media screen and (max-width: 991.98px) {
  .management-table.parameter-style.factor tbody tr td::before {
    min-width: 60%;
  }
}
@media screen and (max-width: 575.98px) {
  .management-table.parameter-style.factor tbody tr td::before {
    min-width: 75%;
  }
}

.alert-table {
  margin-top: 0.5rem;
  font-size: 1rem;
}
.alert-table thead {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #2b3652 !important;
  color: #FFF;
}
.alert-table thead:only-child {
  display: none !important;
}
.alert-table thead td, .alert-table thead th {
  padding: 1.125rem 0.625rem !important;
  background-color: transparent;
  cursor: default;
  white-space: nowrap;
}
.alert-table thead td:hover, .alert-table thead th:hover {
  background-color: transparent;
}
.alert-table tbody {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid #d9d9d9;
  height: auto !important;
}
.alert-table tbody tr td {
  vertical-align: middle;
  padding: 1rem 0.625rem !important;
}
@media screen and (max-width: 991.98px) {
  .alert-table thead {
    display: none !important;
  }
  .alert-table tbody {
    border: unset;
  }
  .alert-table tbody tr {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .alert-table tbody tr + tr {
    margin-top: 1.5rem;
  }
  .alert-table tbody tr td {
    padding: 0.5rem 0.625rem !important;
    width: 100%;
    text-align: left;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 6rem 1rem 1fr;
    grid-template-columns: 6rem 1fr;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .alert-table tbody tr td:nth-child(1) {
    background-color: #2b3652;
    color: #FFF;
  }
  .alert-table tbody tr td::before {
    content: attr(data-title);
  }
}

/* _dropdown.scss */
.dropdown-menu {
  -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 5px 0;
}
.dropdown-menu .dropdown-item {
  color: #3e3e3e;
  padding: 5px 1rem;
  font-size: 0.875rem;
  line-height: 1.428;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active {
  background-color: #eff0f2;
}

.dropup .dropdown-toggle, .dropdown .dropdown-toggle {
  cursor: pointer;
}
.dropup .dropdown-toggle:focus, .dropup .dropdown-toggle:active, .dropdown .dropdown-toggle:focus, .dropdown .dropdown-toggle:active {
  outline: unset;
}

.account-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.account-dropdown .user-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5625rem;
     -moz-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
  padding-top: 10px;
}
.account-dropdown .user-wrap i {
  font-size: 1.125rem;
}
.account-dropdown .user-wrap .user-name {
  color: #0f2d84;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
}
.account-dropdown .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: unset;
  background-color: transparent;
  padding: 0;
  padding-top: 10px;
}
.account-dropdown .dropdown-toggle i {
  font-size: 1.5rem;
}
.account-dropdown .dropdown-toggle::after {
  content: unset;
}
.export-dropdown .dropdown-toggle {
  border: 2px solid #0f2d84;
  background-color: #FFF;
  border-radius: 4px;
  color: #0f2d84;
  min-width: 7.9375rem;
  padding: 6px 10px 7px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 991.98px) {
  .export-dropdown .dropdown-toggle {
    font-size: 1.125rem;
    line-height: 1.33;
    min-width: 5.1875rem;
    padding: 6px 10px 5px 10px;
  }
}
.export-dropdown .dropdown-toggle::after {
  font-family: "icomoon" !important;
  content: "\e908";
  border: unset;
  font-size: 0.6875rem;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  width: auto;
  height: auto;
}
.export-dropdown .dropdown-menu {
  border: unset;
  min-width: 7.9375rem;
}
@media screen and (max-width: 991.98px) {
  .export-dropdown .dropdown-menu {
    min-width: 5.1875rem;
  }
}
.export-dropdown .dropdown-menu .dropdown-item {
  text-align: center;
}

/* Global Head */
.ghead .gheadsqz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ghead .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-left: 15px;
}
@media (min-width: 992px) {
  .ghead .logo {
    display: none;
  }
}
.ghead .logo img {
  height: 35px;
  margin-right: 10px;
}
.ghead .user_func_list {
  position: relative;
  z-index: 999;
  display: inline-block;
  text-align: right;
}
@media (min-width: 992px) {
  .ghead .user_func_list {
    top: 0;
    right: 13px;
    position: absolute;
  }
  .ghead .user_func_list:hover span {
    background-color: black;
  }
}
.ghead .user_func_list .dropdown.open span {
  background-color: black;
}
.ghead .user_func_list .dropdown.open span:after {
  content: "2";
}
.ghead .user_func_list .dropdown.open ul {
  display: block;
}
.ghead .user_func_list .dropdown span {
  display: inline-block;
  height: 50px;
  padding: 0 12px;
  line-height: 50px;
  cursor: pointer;
}
.ghead .user_func_list .dropdown span:after {
  position: relative;
  top: 1px;
  content: "3";
  font-family: "ElegantIcons";
  margin-left: 2px;
}
.ghead .user_func_list .dropdown ul {
  line-height: 2em;
  background-color: black;
  position: absolute;
  top: 3.125em;
  right: 0;
  display: none;
  width: 100%;
  -webkit-box-shadow: 0 0 3px #2e2e2e;
          box-shadow: 0 0 3px #2e2e2e;
}
.ghead .user_func_list .dropdown a {
  display: block;
  padding: 6px 12px;
  color: white;
}
.ghead .user_func_list .dropdown a:hover {
  background-color: #2e2e2e;
}

/* Global Nav */
.gnav {
  overflow-x: auto;
}
.gnav ul {
  white-space: nowrap;
}
.gnav ul li {
  display: inline-block;
}
.gnav ul li.on a {
  background-color: #ffb500;
}
.gnav ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  height: 3.125em;
  line-height: 3.125em;
  padding: 0 15px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .gnav ul li a {
    padding: 0 25px;
  }
}

/* Global Head Ext */
.gheadext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffb500;
}
.gheadext .gheadextsqz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: 4em;
  padding: 15px;
}
@media (min-width: 992px) {
  .gheadext .gheadextsqz {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 4.375em;
    padding: 15px 25px;
  }
}
.gheadext h1 b {
  font-size: 22px;
  line-height: 1em;
  font-weight: normal;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .gheadext h1 b {
    font-size: 26px;
  }
}
.gheadext .count {
  font-size: 16px;
  line-height: 1em;
  padding-top: 7px;
}
.gheadext .count i {
  font-style: normal;
  padding: 0 6px;
}

.page_func {
  position: relative;
  z-index: 998;
  margin-left: auto;
}
.page_func a:hover {
  color: white !important;
}
.page_func a.inactive {
  color: #947110;
  font-weight: 500;
  font-size: 22px;
}
@media (min-width: 992px) {
  .page_func a.inactive {
    font-size: 26px;
  }
}

/* Global Head Nav */
.gheadextnav {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .gheadextnav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.gheadextsqz + .gheadextnav {
  border-bottom: 1px solid #947110;
}
@media (min-width: 992px) {
  .gheadextsqz + .gheadextnav {
    border-bottom: 0;
  }
}

.form_inner_nav {
  padding: 0 15px;
  white-space: nowrap;
  overflow-x: auto;
}
@media (min-width: 992px) {
  .form_inner_nav {
    margin-top: -70px;
    margin-left: 22%;
    text-align: center;
  }
}
@media (min-width: 1300px) {
  .form_inner_nav {
    margin-left: 0;
  }
}
.form_inner_nav li {
  display: inline-block;
  margin-right: 25px;
  font-size: 16px;
  line-height: 52px;
}
@media (min-width: 992px) {
  .form_inner_nav li {
    font-size: 22px;
    line-height: 70px;
  }
}
@media (min-width: 1300px) {
  .form_inner_nav li {
    margin-right: 45px;
  }
}
.form_inner_nav a {
  width: 100%;
  height: 100%;
  display: block;
  color: rgba(255, 255, 255, 0.6);
}
.form_inner_nav a.on, .form_inner_nav a:hover {
  color: rgb(255, 255, 255);
}

.form_inner_subnav {
  width: 100%;
  line-height: 3.125em;
  background: #815b17 url(../media/images/inner_nav_bg.png) top left repeat-x;
  white-space: nowrap;
  overflow-x: auto;
}
@media (min-width: 992px) {
  .form_inner_subnav {
    text-align: center;
  }
}
.form_inner_subnav li {
  display: inline-block;
}
.form_inner_subnav li.on, .form_inner_subnav li:hover {
  background-color: rgba(255, 181, 0, 0.4);
  color: white;
}
@media (min-width: 992px) {
  .form_inner_subnav li.on, .form_inner_subnav li:hover {
    background-color: rgb(255, 181, 0);
  }
}
.form_inner_subnav a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 16px;
}

/* Adjusthead */
.adjusthead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
}
@media (min-width: 992px) {
  .adjusthead {
    padding-bottom: 0;
    overflow: hidden;
  }
}
.adjusthead .adjust {
  display: inline-block;
  margin: 0 0.5em;
  cursor: pointer;
  color: gray;
}
.adjusthead .adjust:hover {
  color: white;
}

/* Body wrapper */
.wrapper {
  position: relative;
  z-index: 2;
  padding-left: 16.25rem;
}
@media screen and (max-width: 991.98px) {
  .wrapper {
    padding-left: 0;
    padding-top: 3.75rem;
  }
}
.wrapper .sqzer {
  width: 100%;
}

.contentbody {
  padding: 15px;
}
@media (min-width: 992px) {
  .contentbody {
    padding: 25px;
  }
}

/* Table Content */
.tablecontent {
  padding: 0;
}

.tablebox {
  position: relative;
}

/* Filter */
.table_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 6px 15px;
}
@media (min-width: 576px) {
  .table_filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 50px;
    padding: 0 25px;
  }
}
.table_filter input,
.table_filter button {
  -webkit-appearance: none;
  background: none;
  font-size: 1.2em;
}
@media (min-width: 576px) {
  .table_filter input,
  .table_filter button {
    font-size: 1.375em;
  }
}
.table_filter input {
  width: 110px;
  text-align: center;
}
@media (min-width: 576px) {
  .table_filter input {
    width: 140px;
  }
}
.table_filter span {
  margin: 0 0.1em;
  font-size: 1.5em;
  color: #515151;
  line-height: 1.2;
}
.table_filter button {
  margin: 0 0.5em;
}
.table_filter .date_range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.table_filter .date_input {
  font-weight: 500;
  cursor: pointer;
}
.table_filter .date_input:hover::-webkit-input-placeholder {
  color: #ffb500;
}

/* placeholder font color setup */
.date_input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  font-weight: 700;
}

.date_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-weight: 700;
}

.date_input::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-weight: 700;
}

.date_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: 700;
}

.date_input::-ms-input-placeholder { /* Microsoft Edge */
  font-weight: 700;
}

.list-wrap {
  list-style-type: disc;
  padding-left: 1.875rem;
}

.page-wrap {
  background-color: #FFF;
  border-radius: 6px;
  margin: 20px;
  padding: 30px;
}
@media screen and (max-width: 991.98px) {
  .page-wrap {
    margin: 20px 10px 15px;
    padding: 20px 10px 30px;
  }
}
.page-wrap.detail-page {
  padding: 30px 20px 40px;
}
@media screen and (max-width: 991.98px) {
  .page-wrap.detail-page {
    padding: 20px 10px 30px;
  }
}
.page-wrap.detail-page .page-nav {
  padding-left: 15px;
}
.page-wrap.detail-page .page-header {
  padding-left: 10px;
}
.page-wrap.detail-page .page-body > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.page-wrap.detail-page .page-body > .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.page-wrap.detail-page .page-body > .row > [class*=col-] + [class*=col-] {
  margin-top: 30px;
}
.page-wrap.form-page {
  padding: 30px 30px 60px;
}
@media screen and (max-width: 991.98px) {
  .page-wrap.form-page {
    padding: 20px 10px 30px;
  }
}
.page-wrap .page-nav {
  margin-bottom: 20px;
}
.page-wrap .page-header > .row {
  -webkit-column-gap: 1.625rem;
     -moz-column-gap: 1.625rem;
          column-gap: 1.625rem;
  row-gap: 1.375rem;
}
@media screen and (max-width: 1199.98px) {
  .page-wrap .page-header > .row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 414px) {
  .page-wrap .page-header > .row {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
    row-gap: 1rem;
  }
}
.page-wrap .page-header .section-title {
  word-break: keep-all;
}
.page-wrap .page-header .header-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
@media screen and (max-width: 1399.98px) {
  .page-wrap .page-header .header-btn-wrap {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
.page-wrap .page-body {
  margin-top: 1.875rem;
}
@media screen and (max-width: 1199.98px) {
  .page-wrap .page-body {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 393px) {
  .page-wrap .page-body {
    margin-top: 1.125rem;
  }
}

.section-nav {
  overflow-x: auto;
}
.section-nav .nav-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.375rem;
     -moz-column-gap: 2.375rem;
          column-gap: 2.375rem;
}
@media screen and (max-width: 1199.98px) {
  .section-nav .nav-list {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
.section-nav .nav-list .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  word-break: keep-all;
}
.section-nav .nav-list .nav-item.active a {
  color: #0f2d84;
}
.section-nav .nav-list .nav-item.active::after {
  background-color: #0f2d84;
}
.section-nav .nav-list .nav-item::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  background-color: transparent;
}
.section-nav .nav-list .nav-item a {
  text-decoration: none;
  color: #333;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  margin: 0.5625rem 0 0.375rem;
}

.info-section .section-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #2b3652;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 1.75rem 1.5rem 1.875rem;
}
@media screen and (max-width: 991.98px) {
  .info-section .section-header {
    padding: 1rem 1.25rem 1rem 1.25rem;
  }
}
.info-section .section-header .header-title {
  color: #FFF;
}
.info-section .section-header .header-btn-wrap .header-btn {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  color: #FFF;
  font-size: 1.75rem;
  margin-left: 1.875rem;
}
@media screen and (max-width: 991.98px) {
  .info-section .section-header .header-btn-wrap .header-btn {
    font-size: 1.5rem;
  }
}
.info-section .section-body {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 1.875rem 2.5rem;
  background-color: #FFF;
  border: 1px solid #dbdbdb;
}
@media screen and (max-width: 991.98px) {
  .info-section .section-body {
    padding: 1.5rem 1.25rem;
  }
}
.info-section .section-body > .row {
  row-gap: 1.875rem;
}
.info-section .section-body .sub-section {
  min-height: 8.5rem;
}
.info-section .section-body .sub-section + .sub-section {
  margin-top: 44px;
}
.info-section .section-body .sub-section > .row {
  row-gap: 1.5rem;
}

.form-section {
  padding: 2.125rem 0 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
}
.form-section + .form-section {
  border-top: 2px solid #c2c2c2;
  padding: 3.875rem 0 3.75rem;
}
.form-section .section-body .section-title {
  color: #707070;
  margin-bottom: 1.375rem;
}
.form-section .section-body .section-content {
  padding: 0 10px;
}
.form-section .section-footer {
  padding: 0 10px;
}

.form-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}

/*---------------------*/
/*  filter
/*---------------------*/
.filter-header {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
@media screen and (max-width: 991.98px) {
  .filter-header {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
.filter-header .header-inner-pc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1399.98px) {
  .filter-header .header-inner-pc {
    display: none;
  }
}
.filter-header .header-inner-mobile {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: none;
}
@media screen and (max-width: 1399.98px) {
  .filter-header .header-inner-mobile {
    display: block;
  }
}
.filter-header .switch-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.filter-header .switch-wrap label:not(.switch) {
  min-height: 1.2485rem;
}
@media screen and (max-width: 991.98px) {
  .filter-header .switch-wrap .switch .slider::before {
    -webkit-transform: translate(1px, 0px);
            transform: translate(1px, 0px);
  }
}
@media screen and (max-width: 991.98px) {
  .filter-header .switch-wrap .switch input:checked + .slider::before {
    -webkit-transform: translate(25px, 0px);
            transform: translate(25px, 0px);
  }
}
.filter-header .filter-group {
  margin-bottom: 4px;
}
@media screen and (max-width: 1399.98px) {
  .filter-header .filter-group {
    margin-bottom: 0;
  }
}
.filter-header .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.filter-header .grid-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 1.9%;
     -moz-column-gap: 1.9%;
          column-gap: 1.9%;
}
@media screen and (max-width: 1599.98px) {
  .filter-header .grid-layout {
    -webkit-column-gap: 1.5%;
       -moz-column-gap: 1.5%;
            column-gap: 1.5%;
  }
}
@media screen and (max-width: 1399.98px) {
  .filter-header .grid-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.filter-header .grid-layout .grid-layout-inner {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1.3%;
     -moz-column-gap: 1.3%;
          column-gap: 1.3%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 1599.98px) {
  .filter-header .grid-layout .grid-layout-inner {
    -webkit-column-gap: 0.9%;
       -moz-column-gap: 0.9%;
            column-gap: 0.9%;
  }
}
@media screen and (max-width: 1399.98px) {
  .filter-header .grid-layout .grid-layout-inner {
    -ms-grid-columns: 1fr 30px 1fr !important;
    grid-template-columns: 1fr 1fr !important;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 1399.98px) {
  .filter-header .grid-layout .grid-layout-inner .mobile-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media screen and (min-width: 1400px) {
  .filter-header .grid-layout .grid-layout-container .grid-layout-row + .grid-layout-row {
    margin-top: 1.25rem;
  }
}

.filter-modal .modal-dialog {
  margin: 1.25rem;
}
@media screen and (min-width: 576px) {
  .filter-modal .modal-dialog {
    margin: 1.25rem auto;
  }
}
.filter-modal .modal-dialog .modal-content .modal-header {
  border: unset;
  padding: 1.25rem 1.25rem 0.3125rem;
}
.filter-modal .modal-dialog .modal-content .modal-header .btn-close {
  border: unset;
  background: unset;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.1875rem;
  margin: 0;
  cursor: pointer;
}
.filter-modal .modal-dialog .modal-content .modal-header .btn-close::before {
  font-family: "icomoon" !important;
  content: "\e90b";
  font-size: 1.1255rem;
  line-height: 1;
}
.filter-modal .modal-dialog .modal-content .modal-body {
  padding: 0 1.875rem 2.5rem;
}
.filter-modal .modal-dialog .modal-content .modal-body .filter-group {
  margin-top: 0.9375rem;
}
.filter-modal .modal-dialog .modal-content .modal-body .button {
  width: 100%;
  margin-top: 2.1875rem;
}

.ui-widget-overlay {
  z-index: 1010 !important;
}

.ui-dialog.ui-widget.ui-widget-content {
  z-index: 1020 !important;
  padding: 0;
  min-width: 300px;
  max-width: 50vw;
}
@media screen and (max-width: 1199.98px) {
  .ui-dialog.ui-widget.ui-widget-content {
    max-width: 80vw;
  }
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar {
  background: unset;
  border: unset;
  background-color: #2b3652;
  color: #FFF;
  border-radius: unset;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane {
  border: unset;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  background: unset;
  background-color: #2b3652;
  color: #FFF;
}

.temp-wrap > span {
  display: block;
}
.temp-wrap > span + span {
  margin-top: 1rem;
}

.msg-condition-wrap {
  background-color: #eff0f2;
  padding: 1.25rem;
}
@media screen and (max-width: 991.98px) {
  .msg-condition-wrap {
    padding: 0.75rem;
  }
}
.msg-condition-wrap .list-group .list-group-item {
  background-color: unset;
  border: unset;
}

.airport_form + .airport_form {
  margin-top: 1.875rem;
  padding-top: 2.5rem;
  border-top: 1px solid #d9d9d9;
}

/* Side menu */
.sidemenu {
  background-color: #515151;
}
@media (min-width: 992px) {
  .sidemenu {
    top: 0;
    left: 0;
    position: absolute;
    width: 150px;
    padding: 17px 0;
  }
}
.sidemenu .logo {
  display: none;
  color: white;
  font-size: 26px;
  line-height: 1em;
  text-align: center;
  z-index: 999;
}
@media (min-width: 992px) {
  .sidemenu .logo {
    display: block;
  }
}
.sidemenu .logo img {
  margin: 0 auto;
}
.sidemenu .logo span {
  display: block;
  font-size: 16px;
}
.sidemenu #timeee {
  display: none;
  margin: 1rem 0;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 992px) {
  .sidemenu #timeee {
    display: block;
  }
}
.sidemenu #countdown {
  display: none;
  margin-bottom: 1rem;
  color: gray;
  text-align: center;
}
@media (min-width: 992px) {
  .sidemenu #countdown {
    display: block;
  }
}
.sidemenu .sidemenu-list {
  bottom: 0;
  left: 0;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  background-color: #515151;
}
@media (min-width: 992px) {
  .sidemenu .sidemenu-list {
    position: static;
    display: block;
    padding: 0 25px;
  }
}
.sidemenu .sidemenu-list li {
  width: 50px;
}
@media (min-width: 992px) {
  .sidemenu .sidemenu-list li {
    width: 100%;
  }
}
.sidemenu .sidemenu-list li a {
  position: relative;
  display: block;
  padding: 7px 5px 4px;
  color: white;
  font-size: 13px;
  text-align: center;
  border-radius: 6px;
}
@media (min-width: 992px) {
  .sidemenu .sidemenu-list li a {
    height: 6.25em;
    padding-top: 23px;
    font-size: 16px;
  }
}
.sidemenu .sidemenu-list li a img {
  display: block;
  height: 18px;
  margin: 0 auto 4px;
}
@media (min-width: 992px) {
  .sidemenu .sidemenu-list li a img {
    height: 24px;
    margin: 0 auto 8px;
  }
}

/* Hover */
#investation .gnav_inv,
#works .gnav_wrk,
#dogs .gnav_dog,
#messages .gnav_msg, #adminpage .gnav_admin,
.sidemenu li:hover a,
.sidemenu li.on a,
.sidemenu li.on:hover a {
  background-color: rgba(255, 255, 255, 0.14);
}

/*---------------------*/
/*  nav.scss
/*---------------------*/
.notify-tag {
  background-color: #eb6c6c;
  color: #FFF;
  display: inline-block;
  min-width: 2.75rem;
  padding: 2px 0;
  border-radius: 100px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.357;
}

.category-wrap .category-title {
  color: #3e3e3e;
  margin-bottom: 10px;
}
.category-wrap .category-menu-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
.category-wrap .category-menu-list .category-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}
.category-wrap .category-menu-list .category-menu-item:hover a, .category-wrap .category-menu-list .category-menu-item.active a {
  color: #0f2d84;
}
.category-wrap .category-menu-list .category-menu-item a {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.category-wrap .category-accordion .accordion-item {
  border: unset;
}
.category-wrap .category-accordion .accordion-item .accordion-header {
  background-color: unset;
  border: unset;
  padding: 0;
}
.category-wrap .category-accordion .accordion-item .accordion-header .accordion-button {
  border: unset;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  color: #3e3e3e;
  background-color: #FFF;
  border-radius: 6px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  padding: 12px 17px 12px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.category-wrap .category-accordion .accordion-item .accordion-header .accordion-button .accordion-button-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
.category-wrap .category-accordion .accordion-item .accordion-header .accordion-button:focus, .category-wrap .category-accordion .accordion-item .accordion-header .accordion-button:active {
  outline: unset;
}
.category-wrap .category-accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #0f2d84;
  background-color: #f1f7ff;
}
.category-wrap .category-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #0f2d84;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #f1f7ff;
}
.category-wrap .category-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.category-wrap .category-accordion .accordion-item .accordion-header .accordion-button::after {
  width: 1.5rem;
  height: 1.5rem;
  background-image: unset;
  font-family: "icomoon" !important;
  content: "\e907";
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.category-wrap .category-accordion .accordion-item .accordion-header .accordion-button i {
  font-size: 1.125rem;
  position: relative;
}
.category-wrap .category-accordion .accordion-item .accordion-header .accordion-button i .new-mark {
  position: absolute;
  top: -0.575rem;
  right: -0.375rem;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #FFF;
  background-color: #eb6c6c;
  color: #FFF;
}
.category-wrap .category-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 5px 10px 10px 10px;
}
@media screen and (max-width: 991.98px) {
  .category-wrap .category-accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 5px 10px 10px 20px;
  }
}

.sidebar-nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #FFF;
  width: 16.25rem;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-y: auto;
}
@media screen and (max-width: 991.98px) {
  .sidebar-nav {
    width: 100%;
    height: auto;
    overflow-y: hidden;
  }
}
.sidebar-nav .nav-main .main-header {
  padding: 30px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 24px;
}
@media screen and (max-width: 991.98px) {
  .sidebar-nav .nav-main .main-header {
    position: fixed;
    z-index: 1010;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #FFF;
    -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.16);
  }
}
.sidebar-nav .nav-main .main-header .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
}
@media screen and (max-width: 991.98px) {
  .sidebar-nav .nav-main .main-header .title-wrap {
    -webkit-column-gap: 0.7375rem;
       -moz-column-gap: 0.7375rem;
            column-gap: 0.7375rem;
  }
}
.sidebar-nav .nav-main .main-header .title-wrap .logo-wrap {
  width: 3.75rem;
  height: 3.75rem;
}
@media screen and (max-width: 991.98px) {
  .sidebar-nav .nav-main .main-header .title-wrap .logo-wrap {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.sidebar-nav .nav-main .main-header .title-wrap .logo-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sidebar-nav .nav-main .main-header .title-wrap .page-title {
  color: #3e3e3e;
  text-align: center;
}
.sidebar-nav .nav-main .main-header .datetime-wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3px;
}
.sidebar-nav .nav-main .main-header .datetime-wrap .time {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}
.sidebar-nav .nav-main .main-header .datetime-wrap .date {
  line-height: 1.5;
  font-size: 1rem;
}
.sidebar-nav .nav-main .main-header .mobile-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.sidebar-nav .nav-main .main-header .mobile-btn-wrap .user-btn {
  text-decoration: none;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  line-height: 1;
  color: #3e3e3e;
}
.sidebar-nav .nav-main .main-header .mobile-btn-wrap .menu-btn {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}
.sidebar-nav .nav-main .main-header .mobile-btn-wrap .menu-btn:not(.collapsed) span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.sidebar-nav .nav-main .main-header .mobile-btn-wrap .menu-btn:not(.collapsed) span:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.sidebar-nav .nav-main .main-header .mobile-btn-wrap .menu-btn:not(.collapsed) span:nth-child(3) {
  display: none;
}
.sidebar-nav .nav-main .main-header .mobile-btn-wrap .menu-btn span {
  display: inline-block;
  width: 100%;
  height: 12.5%;
  background-color: #3e3e3e;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar-nav .nav-main .main-header .mobile-btn-wrap .menu-btn span:nth-child(1) {
  top: 15%;
}
.sidebar-nav .nav-main .main-header .mobile-btn-wrap .menu-btn span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sidebar-nav .nav-main .main-header .mobile-btn-wrap .menu-btn span:nth-child(3) {
  bottom: 15%;
}
.sidebar-nav .nav-main .main-body {
  padding: 0 10px;
}
@media screen and (max-width: 991.98px) {
  .sidebar-nav .nav-main .main-body {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .sidebar-nav .nav-main .main-body.collapse:not(.show) {
    display: block;
  }
}
@media screen and (max-width: 991.98px) {
  .sidebar-nav .nav-main .main-body .category-outter-wrap {
    padding-top: 60px;
    padding-bottom: 52px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    height: 100vh;
    overflow-y: auto;
  }
}
.sidebar-nav .nav-main .main-body .category-outter-wrap .category-wrap {
  margin-top: 22px;
}
@media screen and (max-width: 991.98px) {
  .sidebar-nav .nav-main .main-body .category-outter-wrap .category-wrap {
    margin-top: 20px;
  }
}
.sidebar-nav .nav-main .main-body .category-outter-wrap .category-wrap .category-title {
  margin-left: 10px;
}
@media screen and (max-width: 991.98px) {
  .sidebar-nav .nav-main .main-body .category-outter-wrap .category-wrap .category-title {
    margin-left: 0;
  }
}
.sidebar-nav .nav-main .main-body .category-outter-wrap .category-wrap .category-menu-list {
  padding: 10px 10px 10px 20px;
}
@media screen and (max-width: 991.98px) {
  .sidebar-nav .nav-main .main-body .category-outter-wrap .category-wrap .category-menu-list {
    padding: 10px 10px 10px 10px;
  }
}
.sidebar-nav .nav-footer {
  padding: 30px 20px 16px;
}

/* Add work */
.container {
  width: 100%;
  border: 1px solid #d3d3d3;
}

.container div {
  width: 100%;
}

.container .header {
  background-color: #d3d3d3;
  padding: 2px;
  cursor: pointer;
  font-weight: bold;
}

.header:hover {
  color: silver;
  cursor: pointer;
}

.container .content {
  display: none;
  padding: 5px;
}

.content2 {
  display: none;
  padding-top: 1px;
}

.doit {
  font-size: 16px;
}

.col-md-4 + .col-md-4,
.col-md-4 + .col-md-6,
.col-md-4 + .col-md-8 {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .col-md-4 + .col-md-4,
  .col-md-4 + .col-md-6,
  .col-md-4 + .col-md-8 {
    margin-top: 0;
  }
}

.hide-checkbox + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(33.33% - 0.5em);
  height: 38px;
  text-align: center;
  background-color: silver;
  color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  border-radius: 10px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  padding: 1px 10px;
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .hide-checkbox + label {
    width: 80px;
    margin-right: 5px;
    margin-bottom: 0;
  }
}

.hide-checkbox:checked + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0f2d84;
}

.temp {
  width: 4em;
  height: 2.375em;
}

.select2 {
  height: auto;
}

.dogs {
  cursor: pointer;
  margin-left: 1em;
}

/* Dog profile */
.dog_card .boxer {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background: transparent url(../media/images/dog_card_spline.png) 50% 35% no-repeat;
  background-size: 100% auto;
}
@media (min-width: 576px) {
  .dog_card .boxer {
    background-position: 50% 180px;
  }
}
.dog_card h1 {
  font-size: 26px;
}
@media (min-width: 576px) {
  .dog_card h1 {
    font-size: 30px;
  }
}
.dog_card h3 {
  font-size: 26px;
}
@media (min-width: 576px) {
  .dog_card h3 {
    font-size: 30px;
  }
}
.dog_card h3 span {
  display: block;
  font-size: 15px;
}
@media (min-width: 576px) {
  .dog_card h3 span {
    font-size: 16px;
  }
}
.dog_card b, .dog_card i {
  font-style: normal;
  font-weight: normal;
}
.dog_card .basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 576px) {
  .dog_card .basic {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.dog_card .image {
  text-align: center;
}
.dog_card .image img {
  max-width: 100%;
  border-radius: 100%;
}
@media (min-width: 576px) {
  .dog_card .extras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.dog_card .place {
  line-height: 1.25em;
  margin-top: 4px;
}
.dog_card .time {
  margin-bottom: 1em;
}

/* Export */
body#export {
  height: auto;
  padding-bottom: 1.5rem;
  color: #3a3a3a;
}
body#export .h3, body#export .h4, body#export .h5 {
  font-weight: 400;
}

.list-export {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  background-color: #fff;
}
.list-export .list-group-item {
  min-height: 45px;
  white-space: nowrap;
}
.list-export .list-head {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.list-export .list-head .list-group-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.list-export .table-responsive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-export .list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.list-export .list-body .list-group {
  width: 100%;
}
.list-export .list-body .list-group-border .list-group-item {
  text-align: center;
}

.table-shift td {
  white-space: pre;
}

/* Login */
#login .wrapper {
  padding: 0;
}

#login .sqzer,
#login .content,
#login .contsqz {
  min-height: 100vh;
}

#login .contsqz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#login .ghead {
  background: none;
}

#login .logo {
  opacity: 0.5;
}

#login .ghead time {
  margin-right: 0;
}

.loginbox a {
  opacity: 0.6;
  -webkit-transition: opacity ease 0.3s;
}

.loginbox a.on,
.loginbox a:hover {
  opacity: 1;
  -webkit-transition: opacity ease 0.3s;
}

.loginbox header a {
  float: left;
  width: 33%;
  line-height: 2em;
  margin-bottom: 50px;
  text-align: center;
}

.loginbox {
  position: relative;
  width: 480px;
  min-height: 500px;
  margin: 0 auto;
  padding: 2.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 575.98px) {
  .loginbox {
    width: 80vw;
    padding: 1.5rem 0 4rem;
  }
}

#login figure {
  display: block;
  width: 72px;
  margin: 0 auto 24px;
}

#login figure img {
  display: block;
  margin-bottom: 4px;
}

#login figure figcaption {
  margin: 0;
  text-align: center;
}

#login figure figcaption i,
#login figure figcaption span {
  display: block;
}

#login figure figcaption i {
  font-size: 26px;
  font-style: normal;
  line-height: 1em;
  margin-bottom: 2px;
}

#login figure figcaption span {
  font-size: 16px;
  line-height: 16px;
}

.loginbox input {
  background: none;
  display: block;
  width: 274px;
  height: 2.375em;
  font-size: 16px;
  padding: 0 6px;
  /*margin: 0 auto 12px;*/
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
}

.loginbox hr {
  border-top: 1px solid #0f2d84;
}

.loginbox .accinput {
  /*margin-bottom: 45px;*/
}

.loginbox input::-webkit-input-placeholder,
.loginbox textarea::-webkit-input-placeholder {
  -webkit-transition: opacity ease 0.2s;
}

.loginbox input:focus::-webkit-input-placeholder,
.loginbox textarea:focus::-webkit-input-placeholder {
  opacity: 0.3;
  -webkit-transition: opacity ease 0.2s;
}

.loginbox .logingin {
  background-color: transparent;
  display: block;
  width: 274px;
  height: 2.375em;
  font-size: 16px;
  /*margin: 28px auto 0;*/
  border-radius: 24px;
  border: 1px solid #0f2d84;
  background-color: #0f2d84;
  color: #FFF;
}

.loginbox .logingin:hover {
  color: #0f2d84;
  background-color: #FFF;
}

.loginbox .extras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.loginbox .extras a {
  opacity: 0.5;
  color: #2b3652;
}

.loginbox .extras a:hover {
  opacity: 1;
}

/* Punch */
.punch figure {
  float: left;
  width: 274px;
}

.punch .location {
  float: right;
  width: 160px;
  margin-top: 36px;
}

.punch .location i {
  font-size: 16px;
  font-style: normal;
}

.punch .location span {
  display: block;
  font-size: 36px;
  line-height: 1em;
  font-family: "Helvetica";
  letter-spacing: -1px;
  font-weight: lighter;
}

.onduty,
.offduty {
  background-color: transparent;
  display: block;
  width: 45%;
  height: 2.375em;
  font-size: 16px;
  border-radius: 24px;
}

.onduty {
  border: 1px solid rgb(112, 191, 65);
  float: left;
}

.onduty:hover {
  background-color: rgb(112, 191, 65);
}

.offduty:hover {
  background-color: rgb(245, 211, 40);
}

.offduty {
  border: 1px solid rgb(245, 211, 40);
  float: right;
}

/* Message board */
.loginbox textarea {
  background: none;
  display: block;
  width: 274px;
  font-size: 16px;
  padding: 0 6px;
  margin: 0 auto 12px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
}

.loginbox .row {
  margin-right: -10px;
  margin-left: -10px;
}
.loginbox .row > [class^=col] {
  padding-right: 10px;
  padding-left: 10px;
}

.login-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.login-header img {
  width: 3.4375rem;
  height: 3.4375rem;
}
.login-header .header-title {
  font-size: 1.5rem;
  margin-top: 0.75rem;
  margin-bottom: 2rem;
}
.login-header .header-subtitle {
  font-size: 1.375rem;
}
.login-header .location {
  float: unset;
  width: auto;
  margin-top: 1.2rem;
  font-weight: 500;
}
.login-header .location span {
  display: inline;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
}

.login-body .form-group > .row > .col-6 a {
  float: right;
}
.login-body .form-group label {
  margin-bottom: 0.5rem;
}
.login-body .form-group input {
  border: 2px solid #333;
  background-color: #FFF;
  width: 100%;
  height: 2.75rem;
  font-size: 1.125rem;
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
}
.login-body .form-group input::-webkit-input-placeholder {
  color: #707070;
}
.login-body .form-group input::-moz-placeholder {
  color: #707070;
}
.login-body .form-group input:-ms-input-placeholder {
  color: #707070;
}
.login-body .form-group input::-ms-input-placeholder {
  color: #707070;
}
.login-body .form-group input::placeholder {
  color: #707070;
}
.login-body .recaptcha-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.login-body .recaptcha-wrap a {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.login-body .recaptcha-wrap img {
  width: 100%;
  height: 2.5rem;
}
.login-body .form-btn-wrap {
  padding-top: 1.625rem;
}

.login-footer {
  margin-top: 1.75rem;
}
.login-footer .footer-title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6rem 1fr;
  grid-template-columns: 1fr 6rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.9375rem;
}
.login-footer .footer-title span {
  font-size: 1rem;
  line-height: 1.45;
  color: #333;
  display: block;
  text-align: center;
}
.login-footer .footer-title::before, .login-footer .footer-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #c2c2c2;
}

.loginbox .form-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.loginbox .log-button {
  display: block;
  width: 100%;
  height: 2.75rem;
  line-height: 1.2;
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  padding: 0.625rem;
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.loginbox .log-button:hover, .loginbox .log-button:active {
  opacity: 0.8;
}
.loginbox .log-button.style-primary-fill {
  border: 2px solid #1F4D93;
  background-color: #1F4D93;
  color: #FFF;
}
.loginbox .log-button.style-third-fill {
  border: 2px solid #0baf3e;
  background-color: #0baf3e;
  color: #FFF;
}
.loginbox .log-button.style-primary-outline {
  color: #1F4D93;
  border: 2px solid #1F4D93;
}
.loginbox .log-button.style-primary-outline:hover, .loginbox .log-button.style-primary-outline:active {
  color: #1F4D93;
}
.loginbox .log-button.style-secondary-outline {
  color: #333;
  border: 2px solid #333;
}
.loginbox .log-button.style-secondary-outline:hover, .loginbox .log-button.style-secondary-outline:active {
  color: #333;
}

.password-wrap {
  position: relative;
}
.password-wrap .pass-visibi-btn {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.password-wrap input.passinput {
  padding-right: 3.2rem;
}

.pass-visibi-btn {
  padding: 0.2rem 0.7rem 0.05rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.6;
}
.pass-visibi-btn:hover {
  opacity: 0.8;
}
.pass-visibi-btn .material-icons {
  font-size: 1.5rem;
}
.pass-visibi-btn .visibi-on {
  display: none;
}
.pass-visibi-btn.active .visibi-off {
  display: none;
}
.pass-visibi-btn.active .visibi-on {
  display: inline-block;
}

/* Pending */
.reject_reason {
  height: 30px;
  width: 80%;
  max-width: 70em;
  border-radius: 3px;
  border: solid 1px #cccccc;
  margin-left: 1em;
  padding-left: 1em;
}

/* Data tables */
.dataTables_filter,
.dataTables_info,
.dataTables_length,
.dataTables_paginate {
  font-size: 14px;
  margin-top: 0 !important;
  padding: 15px;
  color: #cccccc !important;
}
@media (min-width: 576px) {
  .dataTables_filter,
  .dataTables_info,
  .dataTables_length,
  .dataTables_paginate {
    width: 50%;
    padding: 15px 25px;
    font-size: 15px;
  }
}

.dataTables_length {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: right !important;
}

.dataTables_filter {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .dataTables_filter {
    text-align: left !important;
  }
}
.dataTables_filter label {
  width: 100%;
}
@media (min-width: 576px) {
  .dataTables_filter label {
    width: 20em;
  }
}
.dataTables_filter input {
  width: calc(100% - 3em);
  height: 1.5em;
  padding: 0.5em;
  background-color: #ffffe5;
  text-align: center;
  font-size: 1em;
  border-radius: 10px;
  margin: 5px 0 5px 0;
}

.dataTables_scrollHead {
  background-color: #3a3a3a;
}

.dataTables_scrollBody {
  max-height: none;
}
@media (min-width: 992px) {
  .dataTables_scrollBody {
    max-height: calc(100vh - 364px);
  }
}

.dataTables_paginate {
  width: 100%;
  padding: 14px 0 77px;
}
@media (min-width: 576px) {
  .dataTables_paginate {
    padding: 12px 0 10px;
    border-bottom: none;
  }
}

#example_paginate .paginate_button {
  color: #cccccc !important;
}

#example_paginate .paginate_button.current {
  color: #3a3a3a !important;
}

#example_paginate .paginate_button.disabled {
  color: #666 !important;
}

/* Buttons */
.dbleft {
  float: left;
  width: 50%;
}

.dbright {
  float: right;
  width: 50%;
}

.dbdownleft {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  background-color: #3a3a3a;
}
@media (min-width: 576px) {
  .dbdownleft {
    width: auto;
    bottom: 11px;
    padding: 0;
    border-top: 0;
    background-color: transparent;
  }
}
.dbdownleft:empty {
  padding: 0;
}
.dbdownleft .dt-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Responsive */
table.dataTable td {
  text-align: left;
  white-space: nowrap;
}
@media (min-width: 576px) {
  table.dataTable td {
    text-align: center;
    white-space: normal;
  }
}
table.dataTable td.child ul {
  width: 100%;
}
table.dataTable td.child ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
table.dataTable > thead tr:last-child td {
  display: none;
}
@media (min-width: 576px) {
  table.dataTable > thead tr:last-child td {
    display: table-cell;
  }
}
table.dataTable > thead tr:first-child td {
  display: table-cell;
}
table.dataTable > thead tr td {
  white-space: nowrap;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  padding-bottom: 0;
}
table.dataTable > tbody > tr.child span.dtr-data {
  padding-left: 1em;
  white-space: normal;
}
table.dataTable > tbody > tr.child span.dtr-data button {
  width: 300%;
  text-align: left;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  top: auto !important;
}

/* Details */
.sub_msg {
  padding: 1em 2em;
  text-align: left;
  width: 100%;
}
.sub_msg > div:not(.sub_msg2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.1em 0;
}
.sub_msg > div:not(.sub_msg2) img {
  position: relative;
  top: -1px;
}

.sub_msg2 {
  margin-left: 1em;
  display: inline-block;
  white-space: normal;
}

/* Editor */
.dropdown-toggle::after {
  display: none;
}

/* Mobiscroll */
.mbsc-mobiscroll .mbsc-fr-w {
  background: #fff !important;
  color: #515151 !important;
}

.mbsc-mobiscroll .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #fff transparent transparent transparent !important;
}

.mbsc-mobiscroll .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #fff transparent !important;
}

.mbsc-mobiscroll .mbsc-sc-whl-l {
  border-top: 1px solid #ffb500 !important;
  border-bottom: 1px solid #ffb500 !important;
}

.mbsc-mobiscroll .mbsc-fr-btn-a {
  background: rgba(255, 181, 0, 0.3) !important;
}

.mbsc-mobiscroll .mbsc-sc-itm.mbsc-btn-a {
  background: rgba(255, 181, 0, 0.3) !important;
}

.mbsc-mobiscroll .mbsc-fr-btn {
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1em;
  color: #ffb500 !important;
  text-transform: uppercase;
}
/*# sourceMappingURL=style.css.map */