@charset "UTF-8";
/*!
 *  Agent 
 *  License -
 */
body {
  height: 100%;
  margin: 0 auto;
  font-family: "Meiryo", "メイリオ", "YuGothic", "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ", sans-serif;
  color: #2F2F2F;
  background-color: #F4F4F4;
}

aside {
  position: fixed;
  font-size: 12px;
  width: 190px;
  height: 100%;
  color: #FFF;
  background-color: #2C3234;
  z-index: 10;
  overflow: auto;
}
@media (max-width: 768px) {
  aside {
    display: block;
    width: 70%;
    height: 100%;
    position: fixed;
    right: -71%;
    z-index: 140;
  }
}

header img {
  width: 85px;
  margin: 0 auto;
  display: block;
  padding: 60px 0 32px;
}
@media (max-width: 768px) {
  header img {
    width: 85px;
    margin: 0 auto;
    display: block;
    padding: 30px 0 20px;
  }
}

@media (min-width: 769px) {
  section {
    position: absolute;
    left: 200px;
    width: calc(100% - 200px);
    min-width: 750px;
  }
}
@media (max-width: 768px) {
  section {
    width: 100%;
  }
}

h1 {
  font-weight: 400;
  line-height: 2.6;
  margin: 0 auto;
  font-size: 26px;
}
@media (max-width: 400px) {
  h1 {
    font-size: 24px;
  }
}

h3 {
  font-weight: 100;
  line-height: 2.8;
  margin: 0 auto;
  font-size: 13px;
}

h5 {
  font-weight: 100;
  line-height: 2;
  margin: 0 auto;
  font-size: 13px;
}

blockquote {
  margin: 0 0 0 25px;
}

a {
  text-decoration: none;
  color: inherit;
}

table {
  width: 100%;
  border: 1px solid #C7C7C7;
  text-align: center;
  border-collapse: collapse;
}
table .bg_gray td {
  background-color: #F4F4F4;
}

tr {
  height: 35px;
}

th {
  color: #FFF;
  background-color: #505B67;
  font-weight: 400;
  border: 1px solid #C7C7C7;
  cursor: default;
  font-size: 13px;
}
@media (max-width: 400px) {
  th {
    font-size: 12px;
  }
}

td {
  color: #2F2F2F;
  background-color: #FFF;
  font-weight: 100;
  border: 1px solid #C7C7C7;
  word-break: break-all;
  font-size: 12px;
}
td p {
  line-height: 1.2;
  width: 95%;
  margin: 0 auto;
  font-size: 10px;
}

select {
  height: 26px;
  background-color: #FFF;
  border: 1px solid #C7C7C7;
}

input:disabled {
  background-color: #ededed;
}

input[type=text] {
  width: 90%;
  height: 22px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #C7C7C7;
  letter-spacing: 2px;
  font-size: 14px;
  text-indent: 10px;
}
@media (max-width: 400px) {
  input[type=text] {
    font-size: 12px;
  }
}

input[type=email] {
  width: 100%;
  height: 30px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #C7C7C7;
  letter-spacing: 2px;
  font-size: 14px;
  text-indent: 10px;
  padding: 1px 0;
}
@media (max-width: 400px) {
  input[type=email] {
    font-size: 12px;
  }
}

input[type=number] {
  width: 100%;
  height: 30px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #C7C7C7;
  letter-spacing: 2px;
  font-size: 14px;
  text-indent: 10px;
}
@media (max-width: 400px) {
  input[type=number] {
    font-size: 12px;
  }
}

input[type=password] {
  width: 100%;
  height: 30px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #C7C7C7;
  letter-spacing: 2px;
  font-size: 14px;
  text-indent: 10px;
}
@media (max-width: 400px) {
  input[type=password] {
    font-size: 12px;
  }
}

textarea {
  width: 90%;
  line-height: 1.6;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #C7C7C7;
  letter-spacing: 2px;
  font-size: 14px;
  padding-left: 8px;
}
@media (max-width: 400px) {
  textarea {
    font-size: 12px;
  }
}

::-webkit-scrollbar {
  display: none;
}

input[type=button], input[type=submit] {
  -webkit-appearance: none;
}

.important_text {
  color: #EF3F3F;
}

footer {
  width: 190px;
  height: 45px;
  border-top: 1px solid #020303;
  position: fixed;
  bottom: 0;
  z-index: 20;
  margin-top: 70px;
  box-shadow: 0 -1px 17px #171717;
}
footer .manual {
  position: absolute;
  bottom: 32px;
  left: 80px;
  color: #cccccc;
  background-color: #2C3234;
  text-decoration: underline;
}
footer .footer {
  margin: 0 auto;
  color: #cccccc;
  background-color: #2C3234;
  border-top: 1px solid #3E4C52;
  text-align: center;
  line-height: 3.7;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  footer {
    width: 100%;
  }
}

section .wrap {
  padding: 30px 30px;
}
@media (max-width: 400px) {
  section .wrap {
    padding: 20px 15px;
  }
}
section .ttl {
  margin: 0 auto;
  padding-bottom: 13px;
}
section .ttl span {
  font-size: 20px;
}
section .ttl span.square_main {
  color: #2C3234;
  position: relative;
  top: -2px;
}
section .ttl span.square_ag {
  color: #47CBFF;
  position: relative;
  top: 2px;
  right: 12px;
  padding-right: 13px;
}
section .ttl_info {
  margin: -10px 0 0 22px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
section .ttl_info span {
  color: #EF3F3F;
  font-weight: 600;
  font-family: "YuGothic", "游ゴシック";
}
section .ttl_info span:first-child {
  position: relative;
  top: 2px;
  font-size: 17px;
}
section .srch {
  padding: 20px 0;
}
section .srch table {
  margin: 10px 0;
}
section .data {
  padding: 10px 0;
}
section .page {
  float: right;
  position: relative;
  right: 3px;
}
section .page i {
  font-weight: 600;
  position: relative;
  padding: 3px 5px;
  position: relative;
  top: 1px;
}
section .page span {
  font-family: sans-serif, "Meiryo";
  color: #2F2F2F;
  background-color: #FFF;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  letter-spacing: 1px;
  font-size: 11px;
  padding: 3px;
}
section .page .page_first {
  text-decoration: underline;
  letter-spacing: 1px;
  padding-left: 3px;
}
section .page .page_count {
  position: relative;
  top: -1px;
  left: 2px;
  background-color: transparent;
  letter-spacing: 1px;
  font-size: 11px;
}
section .contents {
  padding-top: 10px;
}
section .contents tr {
  height: 35px;
  cursor: pointer;
}
section .contents tr:hover td {
  background-color: #e0e4e5;
}
section .breadcrumbs {
  width: 70%;
  max-width: 750px;
  min-width: 650px;
  font-size: 8pt;
}
@media (max-width: 768px) {
  section .breadcrumbs {
    width: 100%;
    min-width: 400px;
    font-size: 7pt;
  }
}
section .breadcrumbs span {
  background-color: #e7e7e7;
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-clip: padding-box;
  border-bottom: 1px solid #dbdbdb;
  white-space: nowrap;
  padding: 1px 10px 0 10px;
}
section .breadcrumbs i {
  padding: 0 10px;
  margin-bottom: 10px;
}
section .empty_area {
  height: 30px;
}
@media (max-width: 400px) {
  section .empty_area {
    height: 10px;
  }
}

#srch_no_data {
  cursor: default;
}
#srch_no_data:hover {
  cursor: default;
}
#srch_no_data:hover td {
  background-color: #FFF;
}

.gNav ul {
  list-style-type: none;
  border-top: 1px solid #020303;
  border-bottom: 1px solid #3E4C52;
}
.gNav li {
  border-top: 1px solid #3E4C52;
  border-bottom: 1px solid #020303;
  margin-left: -40px;
  border-left: 4px solid #2C3234;
}
.gNav li i {
  float: right;
  position: relative;
  top: 12px;
  right: 10px;
}
.gNav h3 {
  font-size: 12px;
}
.gNav blockquote {
  margin: 0 0 0 23px;
}

.sNav {
  width: 100%;
  height: 45px;
  color: #FFF;
  background-color: #2C3234;
  text-align: center;
}
@media (min-width: 769px) {
  .sNav {
    display: none;
  }
}
.sNav img {
  width: 110px;
  position: relative;
  top: 8px;
}
.sNav .fa.fa-angle-left {
  float: left;
  position: relative;
  top: 3px;
  left: 14px;
  font-size: 35px;
}
.sNav .fa.fa-bars {
  float: right;
  position: relative;
  top: 9px;
  right: 15px;
  font-size: 26px;
}

@media (min-width: 769px) {
  .gNav_toggle_bg {
    display: none;
  }
}
@media (max-width: 768px) {
  .gNav_toggle_bg {
    display: block;
    position: fixed;
    top: -2px;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.66);
    z-index: 130;
  }
}

@media (min-width: 769px) {
  .gNav_toggle_close {
    display: none;
  }
}
@media (max-width: 768px) {
  .gNav_toggle_close {
    text-align: left;
    position: relative;
    top: 10px;
    left: 15px;
    font-weight: 400;
  }
  .gNav_toggle_close i {
    position: relative;
    top: 2px;
    font-size: 17px;
  }
}

.list_menu {
  margin-bottom: 100px;
}
.list_menu ul {
  display: none;
}
.list_menu input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.list_menu input[type=checkbox]:checked + label + ul {
  display: block;
}
.list_menu label {
  display: block;
  position: relative;
  cursor: pointer;
}
.list_menu label:hover {
  background-color: #383f42;
}
.list_menu .checkbox_on {
  color: #2C3234;
  background-color: #F4F4F4;
}
.list_menu .checkbox_on:hover {
  color: #2C3234;
  background-color: #F4F4F4;
}
.list_menu a {
  display: block;
  position: relative;
  color: #f2f2f2;
  text-decoration: none;
}
.list_menu a:hover {
  background-color: #383f42;
}
.list_menu_children ul {
  border: none;
}
.list_menu_children li {
  border: none;
  padding: 6px;
  font-size: 10px;
  color: #f2f2f2;
  background-color: #383f42;
  border-left: 1px solid #2C3234;
}
.list_menu_children li a {
  color: #b3b3b3;
  text-decoration: none;
}
.list_menu_children li a:hover {
  color: #f7f7f7;
}
.list_menu_children li.active a {
  color: #FFF;
}
.list_menu_children li blockquote {
  margin-left: 32px;
}
.list_menu_children li:first-child {
  padding-top: 14px;
}
.list_menu_children li:last-child {
  padding-bottom: 10px;
}

.btn_style {
  cursor: pointer;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-clip: padding-box;
  min-width: 73px;
  padding: 5px 14px 4px 16px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Meiryo", "メイリオ";
}
.btn_style2 {
  position: relative;
  top: 2px;
  padding: 5px 23px 4px 24px;
}
.btn_style3 {
  width: 100%;
  height: 35px;
  font-weight: 600;
}

.btn_white {
  border: 1px solid #728287;
  color: #2F2F2F;
  background-color: #FFF;
}
.btn_white:hover {
  color: #FFF;
  background-color: #2F2F2F;
  font-weight: 400;
}
.btn_blue {
  color: #FFF;
  background-color: #505B67;
  font-weight: 400;
  border: 1px solid #505B67;
}
.btn_blue:hover {
  color: #FFF;
  background-color: #667484;
  border: 1px solid #505B67;
}
.btn_ag {
  color: #FFF;
  background-color: #47CBFF;
  font-weight: 400;
  border: 1px solid #47CBFF;
}
.btn_ag:hover {
  color: #FFF;
  background-color: #7ad9ff;
  border: 1px solid #47CBFF;
}
.btn_red {
  color: #ec1e1e;
  background-color: #FFF;
  font-weight: 400;
  border: 1px solid #ed2727;
}
.btn_red:hover {
  color: #FFF;
  background-color: #e81313;
  border: 1px solid #ed2727;
}
.btn_gray {
  border: 1px solid #959595;
  color: #626262;
  background-color: #FFF;
  font-weight: 400;
}
.btn_gray:hover {
  color: #FFF;
  background-color: #626262;
  font-weight: 400;
}
.btn_login {
  color: #FFF;
  background-color: #47CBFF;
  font-weight: 400;
  border: 1px solid #47CBFF;
  margin: 10px 0 12px 0;
}
.btn_login:hover {
  color: #00b3fa;
  background-color: #FFF;
  border: 1px solid #47CBFF;
}
.btn_inline {
  display: inline-block;
  float: right;
}

.btn_left {
  text-align: left;
  display: inline;
  padding-left: 5px;
}
.btn_center {
  text-align: center;
}
.btn_right {
  text-align: right;
}
.btn_checkbox {
  color: #FFF;
  background-color: #5b676b;
  border: 1px solid #FFF;
  border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 2px #cecece;
  -moz-box-shadow: 0 2px 2px #cecece;
  box-shadow: 0 2px 2px #cecece;
  padding: 2px 6px 1px 6px;
  font-size: 11px;
}

.radio_set {
  float: left;
  padding-left: 4%;
}
.radio_set input[type=radio], .radio_set input[type=checkbox] {
  width: 22px;
  height: 22px;
  background-color: #FFF;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #C7C7C7;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  display: inline-block;
  position: relative;
  top: 2px;
}
.radio_set input[type=radio]:after, .radio_set input[type=checkbox]:after {
  content: "";
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
  left: 2px;
  display: block;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
}
.radio_set input[type=radio]:checked:after, .radio_set input[type=checkbox]:checked:after {
  background-color: #2C3234;
  border: 2px solid #FFF;
}
.radio_set label {
  position: relative;
  top: -7px;
  left: 2px;
  padding-right: 35px;
}
.radio_set .check_label {
  position: relative;
  top: -7px;
  left: 2px;
  padding-right: 15px;
}
.radio_set.picker {
  float: none;
}

.srch_block {
  width: 35%;
}
.srch_block select {
  width: 91.3%;
}
.srch_block_list {
  width: 100px;
}
@media (max-width: 400px) {
  .srch_block_list {
    font-size: 11px;
  }
}
.srch_block_point {
  font-weight: 600;
}
.srch_block100 {
  padding: 0 6% 0 0;
}
@media (max-width: 400px) {
  .srch_blockinput {
    font-size: 11px;
  }
}

.block_deco {
  text-decoration: underline;
  color: lingten(#2F2F2F, 20%);
}
.block_deco a:hover {
  cursor: cell;
}

.block5 {
  width: 2.75%;
}
.block10 {
  width: 5.5%;
}
.block15 {
  width: 8.3%;
}
.block20 {
  width: 11%;
}
.block25 {
  width: 13.7%;
}
.block25 p {
  position: relative;
  left: 4px;
}
.block30 {
  width: 16.5%;
}
.block40 {
  width: 22%;
}
.block45 {
  width: 24.7%;
}
.block45 p {
  position: relative;
  left: 7px;
}
.block50 {
  width: 27.5%;
}
.block60 {
  width: 33%;
}
.block70 {
  width: 38.5%;
}
.block80 {
  width: 44%;
}
.block90 {
  width: 49.5%;
}
.block100 {
  width: 55.5%;
}
.block_attendance {
  min-width: 32px;
  word-break: break-word;
}
.block_attendance.check {
  width: 28px;
}
.block20_attendance {
  min-width: 90px;
  word-break: break-word;
}
.block30_attendance {
  min-width: 130px;
  max-width: 180px;
  word-break: break-word;
}

.fa.fa-minus, .fa.fa-plus {
  color: #FFF;
  background-color: #47CBFF;
  border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 2px solid #FFF;
  padding: 4.5px 6px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #47CBFF;
}
.tooltip:hover span {
  visibility: visible;
}
.tooltip span {
  min-width: 100px;
  color: #FFF;
  background-color: #2C3234;
  position: absolute;
  bottom: 100%;
  border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-clip: padding-box;
  z-index: 10;
  visibility: hidden;
  margin-left: -55px;
}
.tooltip.top {
  position: relative;
  top: -1px;
  border-bottom: 0 dotted #EF3F3F;
  font-size: 8px;
  margin-right: 1px;
}
.tooltip.top i {
  color: #EF3F3F;
}
.tooltip.top span {
  position: absolute;
  bottom: 22px;
  left: 10px;
}
.tooltip.right span {
  position: absolute;
  right: -45px;
  bottom: 100%;
}
.tooltip.name span {
  min-width: 70px;
  position: absolute;
  right: -23px;
  bottom: 19px;
  border: none;
}
.tooltip.name p {
  width: 100%;
  overflow: none;
}
.tooltip.day span {
  min-width: 75px;
  border: none;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 60;
  overflow: auto;
}

#popup_dispatch, #popup_condolence, #popup_final_check, #popup_dispatch2, #popup_statement, #popup_monthly, #popup_deduction, #popup_manual, #popup_paid_holiday, #popup_expense, #popup_comment,
#popup_advance_expenses {
  display: none;
}

.popup {
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-clip: padding-box;
  text-align: center;
  background-color: #FFF;
  font-size: 14px;
  margin: 0 auto;
}
.popup.small {
  width: 350px;
  position: relative;
  top: 200px;
}
.popup.medium {
  width: 450px;
  position: relative;
  top: 130px;
}
.popup.medium select {
  width: 120px;
  height: 150px;
  border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background-clip: padding-box;
  font-size: 12px;
}
.popup.medium select option {
  letter-spacing: 2px;
  padding: 0 10px;
}
.popup.medium select option:first-child {
  padding-top: 5px;
}
.popup.medium select option:last-child {
  padding-bottom: 5px;
}
.popup.medium p {
  position: relative;
  top: -15px;
  font-weight: 400;
  font-size: 12px;
}
.popup.medium .popup_multiple {
  display: inline-block;
  position: relative;
  top: -50px;
  text-decoration: underline;
  font-size: 13px;
  padding: 0 10px;
}
.popup.medium .popup_multiple i {
  position: relative;
  top: 3px;
  font-size: 20px;
  padding: 0 10px;
}
.popup.large {
  width: 750px;
  position: relative;
  top: 30px;
  margin-bottom: 50px;
}
.popup.large th {
  background-color: #FFF;
}
.popup.large td {
  background-color: #FFF;
  padding-right: 5%;
}
.popup .work td span {
  position: relative;
  top: 4px;
  font-weight: 600;
}
.popup.manual {
  width: 860px;
  position: relative;
  top: 100px;
  text-align: left;
}
.popup.manual img {
  width: 100%;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-clip: padding-box;
}
.popup.manual p.center {
  text-align: center;
  font-weight: 600;
  margin: 32px 0 17px 0;
}
.popup.manual ol p.center {
  font-weight: 400;
  margin: 10px 0 17px 0;
}
.popup.manual span.red {
  color: #EF3F3F;
  font-weight: 600;
}
.popup.manual span.black {
  color: #2F2F2F;
  font-weight: 600;
}
.popup .close {
  font-weight: 600;
  position: absolute;
  top: 20px;
  right: 30px;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  -ms-transition: all 100ms;
  transition: all 100ms;
}
.popup_content {
  color: #2F2F2F;
  padding: 50px 50px 30px;
}
.popup_content p.title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto;
}
.popup_content .red {
  color: #EF3F3F;
}
.popup_content .btn.btn_center {
  margin-top: 30px;
}
.popup_content .form {
  margin: 20px 0;
}
.popup_content input[type=number] {
  margin-top: 6px;
}
.popup_content input[type=number].birthday1 {
  width: calc(50% - 6px);
}
.popup_content input[type=number].birthday2 {
  width: calc(25% - 7px);
  margin-left: 4px;
}
.popup_red {
  color: #ec1e1e;
}
.popup_ag {
  color: #14bdff;
}
.popup .btn_white {
  font-weight: 400;
}
.popup .ttl {
  padding: 0;
}
.popup .ttl span {
  font-size: 20px;
}
.popup .ttl span.square_main {
  color: #2C3234;
  position: relative;
  top: -2px;
}
.popup .ttl span.square_ag {
  color: #47CBFF;
  position: relative;
  top: 2px;
  right: 12px;
  padding-right: 13px;
}
.popup .ttl_info {
  text-align: right;
  position: relative;
  top: -10px;
  right: 50px;
  font-size: 12px;
}
.popup .ttl_info strong {
  font-weight: 400;
  position: relative;
  left: 20px;
  letter-spacing: -0.4px;
}
.popup h2 {
  margin: 0 0 20px;
}
.popup .btn_style {
  min-width: 80px;
  display: inline-block;
}

@media (max-width: 768px) {
  aside {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}

@media (max-width: 768px) {
  aside.active {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@media (max-width: 768px) {
  .gNav_toggle_bg.active {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

.tb_layout {
  width: 70%;
  min-width: 600px;
  border: none;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .tb_layout {
    width: 100%;
    min-width: 400px;
  }
}
.tb_layout input[type=text] {
  height: 27px;
}
.tb_layout input[type=password] {
  width: 90%;
  height: 27px;
}
.tb_layout select {
  height: 31px;
  background-color: #FFF;
  border: 1px solid #C7C7C7;
  letter-spacing: 2px;
  font-size: 13px;
  padding-left: 8px;
}
.tb_layout th {
  width: 22%;
  height: 45px;
  text-align: right;
  position: relative;
  top: 3px;
  color: #2F2F2F;
  background-color: #F4F4F4;
  vertical-align: top;
  border: none;
}
.tb_layout th span {
  color: #EF3F3F;
  font-weight: 600;
  position: relative;
  top: 2px;
  font-family: "YuGothic", "游ゴシック";
  font-size: 17px;
}
.tb_layout td {
  width: 78%;
  height: 45px;
  text-align: left;
  position: relative;
  top: 3px;
  left: 30px;
  color: #2F2F2F;
  background-color: #F4F4F4;
  vertical-align: top;
  font-size: 14px;
  padding-right: 15%;
  border: none;
}
@media (max-width: 768px) {
  .tb_layout td {
    width: 100%;
    padding-right: 3%;
  }
}
.tb_layout td div {
  font-size: 10px;
  margin: 3px 3px 3px 3px;
}
.tb_layout td div span {
  color: #EF3F3F;
}
.tb_layout .radio_set {
  padding: 0;
}
.tb_layout .register10 {
  width: 12%;
}
.tb_layout .register15 {
  width: 15%;
}
.tb_layout .register20 {
  width: 20%;
}
.tb_layout .register25 {
  width: 25%;
}
.tb_layout .register30 {
  width: 30%;
}
.tb_layout .register40 {
  width: 40%;
}
.tb_layout .register50 {
  width: 50%;
}
.tb_layout .register60 {
  width: 60%;
}
.tb_layout .register70 {
  width: 70%;
}
.tb_layout .register80 {
  width: 80%;
}
.tb_layout .register90 {
  width: 90%;
}
.tb_layout .register100 {
  width: 92.5%;
}

.pay_image img {
  width: 200px;
}
.pay_image input {
  position: relative;
  top: -8px;
  margin-left: 10px;
}

.contents_main {
  display: inline-block;
  width: 49.5%;
  height: 200px;
  color: #FFF;
  background-color: #2C3234;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-clip: padding-box;
  margin: 0 auto;
}
.contents_main.blue {
  color: #FFF;
  background-color: #47CBFF;
}

.ttl {
  padding-left: 25px;
}

.top_btn {
  margin-top: -62px;
}

.id_and_name {
  font-size: 15px;
  padding-left: 50px;
}

.float_left {
  float: left;
}

.margin_left10 {
  margin-left: 10px;
}

.margin_left20 {
  margin-left: 20px;
}

.pop_content {
  padding-left: 40px;
  padding-bottom: 10px;
}

.talent table {
  margin-bottom: 10px;
}
.talent .srch_block .register20 {
  width: 23%;
}
.talent .srch_block .register30 {
  width: 28%;
}
.talent .srch_block .register40 {
  width: 43.6%;
}
.talent .block20 {
  width: 10%;
}
.talent p {
  font-size: 12px;
  margin: 2px 0;
}
.talent p select {
  height: 22px;
  margin-bottom: 3px;
}
.talent img {
  width: 75px;
  border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-clip: padding-box;
}
.talent .btn_checkbox {
  box-shadow: 0 1px 2px #e8e8e8;
}
.talent .withdraw td {
  color: #000;
  background-color: #3a424a;
}
.talent .withdraw:hover td {
  color: #000;
  background-color: #3a424a;
}
.talent .ng td {
  color: #000;
  background-color: #f3e634;
}
.talent .ng:hover td {
  color: #000;
  background-color: #f3e634;
}
.talent .alert_5year td {
  color: #000;
  background-color: #9999ff;
}
.talent .alert_5year:hover td {
  color: #000;
  background-color: #9999ff;
}
.talent .alert_5year_limit td {
  color: #000;
  background-color: #ff9999;
}
.talent .alert_5year_limit:hover td {
  color: #000;
  background-color: #ff9999;
}
.talent .contract_detail_status p {
  color: #ff0000;
}
.talent .text_alert {
  color: #ff0000;
  font-weight: bold;
}

.select-multiple {
  text-align: right;
}
.select-multiple span {
  text-align: left;
}
.select-multiple label {
  text-align: left;
}

.talent_schedule {
  width: 80%;
  max-width: 700px;
  background-color: #FFF;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #d7d7d7;
  font-size: 12px;
  padding-bottom: 10px;
  margin: 0 auto;
}
.talent_schedule .days {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5px 0 0;
}
.talent_schedule .datepicker--nav-title:hover {
  cursor: default;
  background-color: transparent;
}
.talent_schedule .block_day {
  width: 12.4%;
  height: 55px;
  color: #626262;
  text-align: center;
  padding-top: 8px;
  margin: 7px 7px 0 auto;
  cursor: pointer;
}
@media (max-width: 768px) {
  .talent_schedule .block_day {
    margin: 7px 2px 0 auto;
  }
}
.talent_schedule .block_day.another {
  color: #c8c8c8;
  cursor: default;
}
.talent_schedule .block_day.name {
  width: 12.4%;
  height: 17px;
  color: #737373;
  background-color: #f2f2f2;
  border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-clip: padding-box;
  margin: 5px auto;
  padding: 7px 0;
}
.talent_schedule .block_day.current {
  color: #2ec4ff;
}
.talent_schedule .block_day.weekend.blue {
  color: #2ec4ff;
  font-weight: 600;
  cursor: default;
}
.talent_schedule .block_day.weekend.red {
  color: #EF3F3F;
  font-weight: 600;
  cursor: default;
}
.talent_schedule .block_day.active {
  background-color: #e0f6ff;
  border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-clip: padding-box;
}
.talent_schedule .block_day.-disabled- {
  color: #c8c8c8;
  cursor: default;
}
.talent_schedule .block_day p {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 8px;
  margin: 0 auto;
  margin-top: 3px;
}
.talent_schedule .block_day .yes {
  width: 65%;
  height: 15px;
  border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-clip: padding-box;
  color: #FFF;
  background-color: #35AA00;
  font-size: 10px;
}
.talent_schedule .block_day .hold {
  width: 65%;
  height: 15px;
  border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-clip: padding-box;
  color: #FFF;
  background-color: #FFA81C;
  font-size: 10px;
}
.talent_schedule .block_day .no {
  width: 65%;
  height: 15px;
  border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-clip: padding-box;
  color: #FFF;
  background-color: #EF3F3F;
  font-size: 10px;
}

.calendar-btn {
  width: 80%;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
.calendar-btn .calendar-switch {
  font-weight: 600;
  margin-top: 5px;
  font-size: 12px;
  height: 100%;
}
.calendar-btn .calendar-switch input[type=radio] {
  display: none;
}
.calendar-btn .calendar-switch input[type=radio]:checked + .schedule-green {
  color: #FFF;
  background-color: #35AA00;
  border: 1px solid #2d9100;
  box-shadow: none;
}
.calendar-btn .calendar-switch input[type=radio]:checked + .schedule-red {
  color: #FFF;
  background-color: #EF3F3F;
  border: 1px solid #ed2727;
  box-shadow: none;
}
.calendar-btn .calendar-switch label {
  width: 20%;
  height: 30px;
  border: 1px solid #dbdbdb;
  background-color: #FFF;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-box-shadow: 0 1px 3px #e5edf1 inset;
  -moz-box-shadow: 0 1px 3px #e5edf1 inset;
  box-shadow: 0 1px 3px #e5edf1 inset;
}
.calendar-btn .calendar-switch label:hover {
  cursor: pointer;
}
.calendar-btn .calendar-switch label:first-of-type {
  border-radius: 4px 0 0 4px;
}
.calendar-btn .calendar-switch label:last-of-type {
  border-radius: 0 4px 4px 0;
}
.calendar-btn .calendar-switch label span {
  position: relative;
  top: 20%;
}
.calendar-btn .blue {
  width: 50%;
  height: 32px;
  position: relative;
  top: 7px;
  color: #47CBFF;
  background-color: white;
  border: 1px solid #47CBFF;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 14px;
  margin-top: 15px;
}
.calendar-btn .blue[type=submit]:hover {
  color: white;
  background-color: #47CBFF;
}
@media (max-width: 400px) {
  .calendar-btn .blue {
    width: 80%;
    height: 30px;
  }
  .calendar-btn .blue[type=submit]:hover {
    width: 80%;
    height: 30px;
  }
}
.calendar-btn .schedule-green {
  color: #35AA00;
}
.calendar-btn .schedule-red {
  color: #EF3F3F;
}
.calendar-btn p.error {
  color: #FFF;
  background-color: #EF3F3F;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 0;
  margin: 0;
}

.box_area {
  margin: 20px 0;
}

.box_update {
  width: 440px;
  line-height: 1.9;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #C7C7C7;
  background-color: #FFF;
  margin: 0 auto;
  padding-bottom: 4px;
}
.box_update .box_ttl {
  display: inline;
  padding: 0 18px 0 21px;
  font-weight: 600;
  font-size: 13px;
}
.box_update select {
  width: 45%;
  margin-right: 13px;
}

.register_datepicker {
  display: flex;
}
.register_datepicker .datepicker_info_box {
  font-size: 12px;
  height: 40px;
  position: relative;
  top: 200px;
  margin-top: -40px;
}
.register_datepicker .datepicker_info_box .select {
  color: #47CBFF;
  font-size: 20px;
  padding: 5px 10px 5px 0;
}
.register_datepicker .datepicker_info_box .select_no {
  color: #FFF;
  font-size: 20px;
  padding: 5px 10px 5px 0;
}
.register_datepicker .datepicker_info_box .select_range {
  color: #ffa500;
  font-size: 20px;
  padding: 5px 10px 5px 0;
}
.register_datepicker .datepicker_info_box .select_appro {
  color: #888888;
  font-size: 20px;
  padding: 5px 10px 5px 0;
}
.register_datepicker .datepicker_info_box .select_remove_range {
  color: #A757A8;
  font-size: 20px;
  padding: 5px 10px 5px 0;
}

.datepicker_info {
  padding: 0 0 20px 20px;
}

.contents.attendance {
  font-size: 9px;
  line-height: 1.3;
}
.contents.attendance th {
  font-size: 11px;
  padding: 4px 0 2px 0;
}
.contents.attendance th.block20 {
  width: 80px;
}
.contents.attendance th.block30 {
  width: 14%;
}
.contents.attendance th .sort_asc_outsite {
  margin-top: -5px;
}
.contents.attendance th .sort_asc {
  width: 0px;
  height: 0px;
  margin-top: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
}
.contents.attendance th .sort_desc_outsite {
  margin-top: 20px;
  margin-bottom: -15px;
}
.contents.attendance th .sort_desc {
  width: 5px;
  height: 5px;
  margin-top: 5px;
  margin: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
}
.contents.attendance th .sort_asc_now {
  border-bottom: 5px solid #ff0;
}
.contents.attendance th .sort_desc_now {
  border-top: 5px solid #ff0;
}
.contents.attendance td {
  font-size: 10px;
  max-width: 90px;
}
.contents.attendance td p.time_red {
  width: 100%;
  color: #e50202;
}
.contents.attendance td span {
  color: #FFF;
  background-color: #5b676b;
  border: 1px solid #FFF;
  border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 2px #c1c1c1;
  -moz-box-shadow: 0 2px 2px #c1c1c1;
  box-shadow: 0 2px 2px #c1c1c1;
  padding: 2px 3px 1px 4px;
  font-size: 9px;
}
.contents.attendance td.ellipsis p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contents.attendance td.no_popup {
  cursor: default;
}
.contents.attendance .block_id {
  font-size: 10px;
  width: 35px;
}
.contents.attendance .block_money p::after {
  content: "円";
}
.contents.attendance .list_check_not_contract td {
  background-color: #FF0000;
}
.contents.attendance .list_check_pay_holiday td {
  background-color: #CCD98F;
}
.contents.attendance .list_check_leave_payment td {
  background-color: #00B2B5;
}
.contents.attendance .list_check_rest td {
  background-color: #009295;
}
.contents.attendance .list_check_no td {
  background-color: #FFF;
}
.contents.attendance .list_check_v1 td {
  background-color: #ffffdb;
}
.contents.attendance .list_check_v2 td {
  background-color: #E2FFE2;
}
.contents.attendance .list_check_v3 td {
  background-color: #DDFDFF;
}
.contents.attendance .list_check_v4 td {
  background-color: #F3EBFF;
}
.contents.attendance .list_check_all td {
  background-color: #F3EBFF;
}
.contents.attendance .fa.fa-sticky-note {
  color: #ffc139;
  font-size: 15px;
}
.contents.attendance .fa.fa-tags {
  color: #14bdff;
  font-size: 15px;
}
.contents.attendance .no-smt {
  display: none;
}

.detail th {
  width: 25%;
  height: 20px;
  position: relative;
  top: -6px;
  vertical-align: inherit;
  letter-spacing: 1px;
  font-size: 13px;
}
.detail td {
  width: 60%;
  height: 20px;
  color: #3c3c3c;
  position: relative;
  top: 6px;
  letter-spacing: 2px;
  font-size: 12px;
  padding: 0 0 20px 10px;
}
.detail td select {
  margin-top: -6px;
}
.detail td input {
  margin-top: -6px;
}

.icon_loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#fadeLayer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 3000px;
  height: 3000px;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  display: none;
  z-index: 1;
}

span.attendance_part_clicked {
  background-color: #CCC !important;
}

.labor_alert {
  color: #EF3F3F;
  font-weight: bold;
}

.admin_insurance .move_screen {
  text-decoration: underline;
}

.login {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  background-color: #2C3234;
}
.login header img {
  width: 130px;
}
.login article {
  width: 380px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-clip: padding-box;
  color: #2F2F2F;
  background-color: #F4F4F4;
  margin: 0 auto;
  padding: 20px 30px;
}
@media (max-width: 400px) {
  .login article {
    width: 90%;
    padding: 10px 0;
  }
}
.login article div {
  width: 340px;
  margin: 0 auto;
}
@media (max-width: 400px) {
  .login article div {
    width: 85%;
  }
}
.login article div input {
  margin-top: 15px;
}
.login article div span {
  color: #EF3F3F;
  font-size: 10px;
}
.login article p.error {
  color: #EF3F3F;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0;
}
.login_fales {
  text-align: center;
  position: relative;
  top: 50px;
  font-size: 12px;
}
.login_fales a {
  color: #47CBFF;
  text-decoration: underline;
}
.login .login_fin {
  color: #000;
  margin: -50px 0 0 -160px;
}

.change_shift_table_cell th {
  background-color: #FFFFFF;
  color: #000000;
}

.shift_edit_mode {
  margin-top: 18px;
}
.shift_edit_mode.fixed {
  position: fixed;
  top: 0;
  z-index: 1;
  margin-top: 0;
}

.attendance_sample a {
  font-size: 11px;
  display: inline-block;
}
.attendance_sample .talent_blank {
  width: 71px;
  height: 15px;
  text-align: center;
  border: 1px solid #434d50;
  margin-left: 3px;
  margin-right: 10px;
}
.attendance_sample .talent_blank.v1 {
  color: #FFF;
  background-color: #ff7e53;
}
.attendance_sample .talent_blank.v2 {
  color: #f4f4f4;
  background-color: #0eafee;
}
.attendance_sample .talent_blank.v3 {
  color: #f4f4f4;
  background-color: #888888;
}
.attendance_sample .talent_blank.v4 {
  color: #f4f4f4;
  background-color: #ff0000;
}
.attendance_sample .talent_blank.v5 {
  color: #f4f4f4;
  background-color: #00AA00;
}
.attendance_sample .talent_blank.transferred {
  color: #008000;
}
.attendance_sample .talent_blank.transfer_request_from {
  color: #ff7e53;
}

.shift_team {
  width: 100%;
  height: 540px;
  text-align: center;
  color: #FFF;
  background-color: #2C3234;
}
.shift_team .shift_ttl {
  width: 100%;
  height: 35px;
  color: #FFF;
  background-color: #2C3234;
  border-bottom: 1px solid #434d50;
}
.shift_team .shift_ttl.fixed {
  position: fixed;
  top: 0;
  z-index: 1;
}
.shift_team .shift_ttl .shift_cell {
  float: left;
  width: 120px;
  height: 18px;
  border-right: 1px solid #434d50;
  line-height: 1;
  padding: 7px 0 9px;
}
.shift_team .shift_ttl .shift_cell span {
  line-height: 1;
  position: relative;
  top: 1px;
  font-size: 12px;
}
.shift_team .shift_ttl .shift_cell_people {
  height: 12px;
}
.shift_team .shift_ttl .shift_cell_people span {
  color: #a8a8a8;
  position: relative;
  top: -3px;
  font-size: 10px;
}
.shift_team .shift_ttl .shift_day {
  float: left;
  width: calc(100% - 122px);
  height: 35px;
  position: relative;
  overflow: hidden;
}
.shift_team .shift_ttl .shift_day .scroll {
  width: 1113px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
.shift_team .shift_ttl .shift_day .scroll .time_day {
  float: left;
  width: 71px;
  height: 18px;
  border-right: 1px solid #434d50;
  font-size: 13px;
  padding: 7px 0 9px;
  line-height: 18px;
}
.shift_team .shift_ttl .shift_day .scroll .time_day_sat {
  color: #3A9AFA;
  font-weight: 600;
}
.shift_team .shift_ttl .shift_day .scroll .time_day_sun {
  color: #EF3F3F;
  font-weight: 600;
}
.shift_team .shift_ttl .shift_day .scroll .time_people {
  width: 71px;
  height: 12px;
  color: #a8a8a8;
  font-size: 11px;
  padding: 7px 0 9px;
  line-height: 13px;
}
.shift_team .shift_ttl .people {
  height: 28px;
}
.shift_team .shift_wrap .shift_menu {
  float: left;
  width: 121px;
  height: 500px;
  position: relative;
  background-color: #2C3234;
  font-size: 14px;
  overflow: hidden;
}
.shift_team .shift_wrap .shift_menu .scroll {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}
.shift_team .shift_wrap .shift_menu .scroll .shift_project {
  float: left;
  width: 120px;
  height: 213px;
  position: relative;
  left: 0;
  border-right: 1px solid #434d50;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #434d50;
  border-top: 1px solid #434d50;
}
.shift_team .shift_wrap .shift_menu .scroll .rest_project {
  background-color: cornflowerblue;
}
.shift_team .shift_wrap .shift_menu .scroll span {
  @icclude display (block);
  font-size: 11px;
  letter-spacing: 0;
}
.shift_team .shift_wrap .shift_menu .scroll span.shift_field {
  font-size: 10px;
}
.shift_team .shift_wrap .shift_menu .scroll .shift_main .shift_info .shift_info_block {
  position: relative;
  top: 7px;
  margin: 0;
  font-size: 10px;
}
.shift_team .shift_wrap .shift_main_area {
  float: left;
  width: calc(100% - 122px);
  height: 500px;
  position: relative;
  background-color: #505B67;
  overflow: scroll;
  font-size: 11px;
}
.shift_team .shift_wrap .shift_main_area .scroll {
  width: 1113px;
}
.shift_team .shift_wrap .shift_main_area .scroll .shift_main {
  position: relative;
}
.shift_team .shift_wrap .shift_main_area .scroll .shift_main .shift_info {
  position: relative;
}
.shift_team .shift_wrap .shift_main_area .scroll .shift_main .shift_info .shift_info_block {
  float: left;
  text-align: center;
  line-height: 1;
  width: 71px;
  height: 19px;
  border-right: 1px solid #434d50;
  border-bottom: 1px solid #434d50;
  border-top: 1px solid #434d50;
}
.shift_team .shift_wrap .shift_main_area .scroll .shift_main .shift_info .shift_info_block span {
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #FFF;
  margin: 0 4px 0 8px;
  padding: 0 2px;
  font-size: 9px;
}
.shift_team .shift_wrap .shift_main_area .scroll .shift_main .shift_info .shift_info_block p {
  font-size: 10px;
  margin: 5px 0;
}
.shift_team .shift_wrap .shift_main_area .scroll .shift_main .shift_talent .shift_talent_block {
  float: left;
  position: relative;
  width: 71px;
  height: 15px;
  border-right: 1px solid #434d50;
  border-bottom: 1px solid #434d50;
}
.shift_team .shift_wrap .shift_main_area .scroll .shift_main .shift_talent .shift_talent_block p {
  display: inline-block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  vertical-align: middle;
  margin: 0;
}
.shift_team .shift_wrap .shift_main_area .scroll .shift_main .shift_talent .shift_talent_block.talent_fixed {
  color: #2F2F2F;
  background-color: #F4F4F4;
}
.shift_team .shift_wrap .shift_main_area .scroll .shift_main .shift_talent .shift_talent_block.talent_blank {
  color: #2F2F2F;
  background-color: #F4F4F4;
}
.shift_team .shift_wrap .shift_main_area .scroll .shift_main .shift_talent .shift_talent_block.talent_blank i {
  position: relative;
  top: -1px;
}
.shift_team .shift_wrap .shift_main_area .scroll .shift_main .shift_talent .shift_talent_block.v1 {
  color: #FFF;
  background-color: #ff7e53;
}
.shift_team .shift_wrap .shift_main_area .scroll .shift_main .shift_talent .shift_talent_block.v2 {
  color: #f4f4f4;
  background-color: #0eafee;
}
.shift_team .shift_wrap .shift_main_area .scroll .shift_main .shift_talent .shift_talent_block.v3 {
  color: #f4f4f4;
  background-color: #888888;
}
.shift_team .shift_wrap .shift_main_area .scroll .shift_main .shift_talent .shift_talent_block.v4 {
  color: #f4f4f4;
  background-color: #ff0000;
}
.shift_team .shift_wrap .shift_main_area .scroll .shift_main .shift_talent .shift_talent_block.v5 {
  color: #f4f4f4;
  background-color: #00AA00;
}
.shift_team .shift_wrap .shift_main_area .scroll .shift_main .shift_talent .shift_talent_block.transferred a {
  color: #008000;
}
.shift_team .shift_wrap .shift_main_area .scroll .shift_main .shift_talent .shift_talent_block.transfer_request_from a {
  color: #ff7e53;
}
.shift_team .shift_wrap .shift_main_area .scroll .shift_main .shift_talent .shift_talent_block .fa.fa-plus {
  font-size: 9px;
  padding: 1px 2px;
}
.shift_team .shift_wrap .shift_main_area .scroll .shift_main .shift_talent .shift_talent_block.target_move_cast {
  color: black;
  font-weight: bold;
}
.shift_team .special_edit {
  background-color: #ecb721;
}

.shift_start {
  color: #2F2F2F;
  background-color: #11f1ff;
  text-align: left;
}

.shift_end {
  color: #2F2F2F;
  background-color: #b685ff;
}

.shift_money {
  color: #2F2F2F;
  background-color: #FFDA10;
}

.shift {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-clip: padding-box;
  color: #FFF;
  background-color: #2C3234;
  padding: 4px 0;
}

.register_fin {
  width: 320px;
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  background-color: #e7e7e7;
  border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 2px 2px #dbdbdb;
  -moz-box-shadow: 1px 2px 2px #dbdbdb;
  box-shadow: 1px 2px 2px #dbdbdb;
  font-size: 14px;
  padding: 35px 0 38px;
  margin: -50px 0 0 -50px;
}
.register_fin_info {
  margin-bottom: 25px;
}

#less_subtotal {
  color: red;
  background-color: yellow;
}

#more_subtotal {
  color: blue;
  background-color: yellow;
}

.contract .user_list .in_progress {
  color: #0eafee;
  font-weight: bold;
}
.contract .user_list .valid {
  color: #0eafee;
}
.contract .user_list .pending {
  color: #008000;
}
.contract .user_list .invalid {
  color: #ff6666;
}

.password_reissue {
  background-color: #D8F2FB;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  text-align: center;
  width: 100%;
  min-height: 90%;
  margin: 0 auto;
  background-color: #2C3234;
  color: #EEEEEE;
}

.join-title {
  padding: 50px 0 20px;
}

.join-title h1 {
  font-size: 24px;
  font-weight: 600;
}

.join-title h3 {
  font-size: 12px;
  line-height: 1;
  color: #ea0707;
}

.input-area, .input-area-check strong {
  max-width: 240px;
  margin: 0 auto;
  text-align: right;
  position: relative;
  top: -2px;
}

.input-element {
  width: 100%;
  position: relative;
  text-align: center;
  padding-bottom: 12px;
}

.input-area strong, .input-area-check strong strong {
  text-align: left;
  position: absolute;
  margin: 10px 0 0;
  left: -140px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  max-width: 270px;
  min-width: 270px;
  text-align: left;
}

.text30 {
  width: 27%;
}

.text20 {
  width: 22%;
}

.sel {
  height: 34px;
}

.btn-join {
  color: #2C3234;
  background-color: #fff;
  width: 250px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #2C3234;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-clip: padding-box;
}

#modal-main {
  display: none;
}

.btn-j {
  padding-bottom: 30px;
}

.schedule {
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-clip: padding-box;
  background-color: #2C3234;
  border: 1px solid #dbdbdb;
  padding: 3px 0;
}

#schedule {
  color: #FFF;
  background-color: #505B67;
  font-size: 12px;
}

#schedule .clear {
  clear: both;
  height: 0;
  line-height: 0;
}

#schedule .sc_menu {
  width: 100%;
  height: 35px;
}

#schedule .sc_menu .sc_header_cell {
  float: left;
}

#schedule .sc_menu .sc_header {
  float: left;
  height: 35px;
  position: relative;
  overflow: hidden;
}

#schedule .sc_menu .sc_header .sc_time {
  text-align: center;
  border-left: 1px solid #434d50;
  background-color: #2C3234;
}

#schedule .sc_menu .sc_header_cell,
#schedule .sc_data {
  float: left;
  font-weight: bold;
  color: #FFFFFF;
  background: #333;
  position: relative;
}

#schedule .sc_menu .sc_header_scroll,
#schedule .sc_data .sc_data_scroll {
  position: absolute;
  left: 0;
  top: 0;
}

#schedule .sc_menu .sc_header_cell,
#schedule .sc_header .sc_time,
#schedule .sc_main_scroll .sc_time {
  color: #FFFFFF;
  padding: 7px 0 9px;
  line-height: 18px;
  height: 18px;
  display: block;
}

#schedule .sc_header .sc_time,
#schedule .sc_main_scroll .sc_time {
  float: left;
}

#schedule .sc_main_box,
#schedule .sc_data {
  max-height: 500px;
  overflow: hidden;
}

#schedule .sc_main_box {
  float: left;
  overflow-x: auto;
  overflow-y: auto;
}

#schedule .sc_main {
  position: relative;
}

#schedule .timeline {
  position: relative;
}

#schedule .sc_Bar {
  position: absolute;
  color: #2F2F2F;
  background-color: #FFF;
  border: 1px solid #2C3234;
  text-align: center;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  z-index: 10;
}

#schedule .ui-draggable-dragging,
#schedule .ui-resizeable {
  z-index: 20;
}

#schedule .sc_Bar .head {
  font-family: sans-serif, "Meiryo";
  text-align: center;
  display: block;
  padding: 8px 0 0;
  font-size: 10px;
  height: 16px;
  overflow: hidden;
}

#schedule .sc_Bar .text {
  font-family: "Meiryo", "メイリオ", "YuGothic", "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
  padding: 3px 7px;
  height: 27px;
  overflow: hidden;
}

#schedule .timeline,
#schedule .sc_main .tb {
  border-bottom: 2px solid #434d50;
}

#schedule .sc_data .timeline {
  overflow: hidden;
}

#schedule .sc_data .timeline span {
  padding: 0 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

#schedule .sc_data .timeline span.photo {
  float: left;
  width: 36px;
  height: 36px;
  padding: 10px 0 10px 10px;
}

#schedule .sc_data .timeline span.title {
  float: left;
  padding: 10px 0 10px 10px;
  width: 92px;
}

#schedule .sc_main_scroll .sc_main .tl {
  float: left;
  height: 100%;
  border-left: 1px solid #5b6875;
}

#schedule .sc_main_scroll .sc_main .tl:hover {
  background: #F4F4F4;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 24px;
  z-index: 100;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4EB5E6;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #47CBFF;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #47CBFF;
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.datepicker--cell.datepicker--cell-day.-selected-.-approval- {
  color: #fff;
  border: none;
  background: #888888;
  pointer-events: none;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.datepicker--cell-day {
  width: 11.6%;
  margin: 3px;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 10px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 110;
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: 50;
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px;
}

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px;
}

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 5px);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 5px);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action:hover {
  background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
  outline: none;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #47CBFF;
  border-color: #47CBFF;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #47CBFF;
  border-color: #47CBFF;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #47CBFF;
  border-color: #47CBFF;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  margin-top: -6px;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: transparent;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #69D5FF;
}

.-selected-.-approval-.datepicker--cell-day.-other-month- {
  color: #fff;
  background: #888888;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

.datepicker_layout input {
  letter-spacing: 0;
}

.datepicker-here.register30 {
  width: 30%;
}

.SumoSelect p {
  margin: 0;
  width: auto;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
  visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  font-size: 12px;
}

.SumoSelect {
  display: block;
  position: relative;
  outline: none;
  width: 96%;
  margin: auto;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #C7C7C7;
  min-height: 14px;
  background-color: #fff;
  border-radius: 4px;
  margin: 0 auto;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: -2px;
  right: 5px;
  bottom: 0;
  width: 15px;
}

.SumoSelect > .CaptionCont > label > i {
  background-position: center center;
  width: 12px;
  height: 10px;
  font-size: 12px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 26px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.options li.group.disabled > label {
  opacity: 0.5;
}

.options li ul li.opt {
  padding-left: 22px;
}

.options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}

.options li.opt {
  padding: 6px 26px 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.options li.opt:hover {
  background-color: #E4E4E4;
}

.options li.opt.sel {
  background-color: #a1c0e4;
  border-bottom: 1px solid #a1c0e4;
}

.options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.options li span {
  display: none;
}

.options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/
.options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
  filter: alpha(opacity=50); /* Netscape */
  -moz-opacity: 0.5; /* Safari 1.x */
  -khtml-opacity: 0.5; /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/
.options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 35px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  background-color: #fff;
}

.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.options li.opt {
  padding-left: 35px;
}

.optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.options li.opt.selected span i,
.SumoSelect .select-all.selected > span i {
  background-color: #505B67;
  box-shadow: none;
  border-color: #000000;
}

.SumoSelect .select-all.partial > span i {
  background-color: #505B67;
  box-shadow: none;
  border-color: #47CBFF;
}

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label {
  position: absolute;
  left: 35px;
}

.SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #fff;
}

/*styling for optgroups*/
.options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

.MultiControls {
  display: none;
}

select:disabled {
  background-color: #ededed;
}

.tb_layout div#user_ids_block {
  margin: inherit;
  height: 20px;
}
.tb_layout div.SumoSelect {
  margin: inherit;
  height: 20px;
}
.tb_layout div.SumoSelect p {
  margin: inherit;
  height: 20px;
}
.tb_layout div.SumoSelect .CaptionCont {
  margin: inherit;
  height: 20px;
  border: 1px solid #C7C7C7;
  width: 90%;
}
.tb_layout div.SumoSelect .CaptionCont span {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 2px;
}
.tb_layout div.SumoSelect .optWrapper {
  width: 93%;
}
.tb_layout div.SumoSelect .optWrapper .options li.opt {
  padding-left: 38px;
}

.ms-container {
  width: 300px;
  margin: 0 auto;
}

.ms-container:after {
  content: "⇆";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  min-height: 0;
  position: relative;
  top: -105px;
}

.ms-container .ms-selectable, .ms-container .ms-selection {
  background: #fff;
  color: #555555;
  float: left;
  width: 45%;
}

.ms-container .ms-selection {
  float: right;
}

.ms-container .ms-list {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 200px;
  padding: 0;
  overflow-y: auto;
}

.ms-container .ms-list.ms-focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9 ;
}

.ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.ms-container .ms-optgroup-container {
  width: 100%;
}

.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 1px #eee solid;
  padding: 4px 10px;
  color: #555;
  font-size: 12px;
  overflow: scroll;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #08c;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
  cursor: text;
}

.file_upload_containers {
  height: 150px;
  position: relative;
  top: -8px;
  width: 150px;
  margin: auto;
}
.file_upload_containers .imageWrapper {
  outline: 1px dashed #000;
  background-color: #FFF;
  width: 100%;
  padding-bottom: 70%;
  border-radius: 2px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.file_upload_containers .imageWrapper img {
  height: 105%;
  width: initial;
  max-height: 100%;
  max-width: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.file_upload_containers .imageWrapper i {
  position: relative;
  top: 55px;
  font-size: 20px;
}
.file_upload_containers label {
  cursor: pointer;
}
.file_upload_containers .hidden {
  visibility: hidden;
}

.file-upload {
  position: relative;
  overflow: hidden;
  color: #2F2F2F;
  background-color: #FFF;
}

.file-upload {
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-clip: padding-box;
  width: 160px;
  height: 31px;
  border: 1px solid #728287;
  color: #FFF;
  background-color: #2F2F2F;
  position: relative;
  overflow: hidden;
  display: inline;
  -ms-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.file-upload input.file-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
}

/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Segoe%20UI%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=333333&bgTextureHeader=gloss_wave&bgImgOpacityHeader=25&borderColorHeader=333333&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=000000&bgTextureContent=inset_soft&bgImgOpacityContent=25&borderColorContent=666666&fcContent=ffffff&iconColorContent=cccccc&bgColorDefault=555555&bgTextureDefault=glass&bgImgOpacityDefault=20&borderColorDefault=666666&fcDefault=eeeeee&iconColorDefault=cccccc&bgColorHover=0078a3&bgTextureHover=glass&bgImgOpacityHover=40&borderColorHover=59b4d4&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=f58400&bgTextureActive=inset_soft&bgImgOpacityActive=30&borderColorActive=ffaf0f&fcActive=ffffff&iconColorActive=222222&bgColorHighlight=eeeeee&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=80&borderColorHighlight=cccccc&fcHighlight=2e7db2&iconColorHighlight=4b8e0b&bgColorError=ffc73d&bgTextureError=glass&bgImgOpacityError=40&borderColorError=ffb73d&fcError=111111&iconColorError=a83300&bgColorOverlay=5c5c5c&bgTextureOverlay=flat&bgImgOpacityOverlay=50&opacityOverlay=80&bgColorShadow=cccccc&bgTextureShadow=flat&bgImgOpacityShadow=30&opacityShadow=60&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-reset {
  margin: 0;
  padding: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}

/* TR overrides */
.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 12px 12px 8px;
  text-decoration: none;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-radius: 8px;
  border-width: 0;
  background: none;
}

/* Component containers
----------------------------------*/
.ui-widget-content {
  border-radius: 8px;
  color: #000;
  background-color: #fff;
}

.ui-widget-content a {
  color: #ffffff;
}

.ui-widget-header a {
  color: #ffffff;
}

/**VERTICAL TAB STYLING**/
.ui-tabs-vertical {
  width: 100%;
  height: 500px;
}

.ui-tabs-vertical .ui-tabs-nav {
  background-color: #2B3234;
  float: left;
  border-radius: 8px 0 0 8px;
  width: 200px;
  height: 500px;
}

.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 95%;
}

.ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
  width: 100%;
  outline: 0;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  margin: 0 -1px 0 0;
  padding-right: 0.1em;
  border-right-width: 1px;
}

.tabintab_menu {
  width: 95%;
  position: absolute;
  top: -36px;
  left: 30px;
}

.tabintab_menu li {
  border-radius: 8px 8px 0 0;
  margin-right: 8px;
  background-color: #2B3234;
  text-align: center;
}

.tabintab_menu li a {
  border-radius: 8px 8px 0 0;
  color: #ffffff;
  background-color: #2B3234;
  width: 70px;
}

.tabintab_menu .tabintab_long a {
  width: 105px;
}

.tabintab_menu li:hover a,
.tabintab_menu li:hover a:hover,
.tabintab_menu li:hover a:link,
.tabintab_menu li:hover a:visited,
.tabintab_menu li:focus a,
.tabintab_menu li:focus a:hover,
.tabintab_menu li:focus a:link,
.tabintab_menu li:focus a:visited {
  color: #2B3234;
  background-color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.ui-corner-top.ui-tabs-active.ui-state-active a {
  color: #2B3234;
  background-color: #fff;
  font-weight: 600;
}

.ui-state-default.ui-corner-left.ui-tabs-active.ui-state-active a {
  color: #47CBFF;
  font-weight: 600;
}

#parent {
  height: 504px;
}

#home_tab a {
  width: 30px;
}

#close_tab {
  width: 30px;
  float: right;
  position: absolute;
  right: 30px;
}

#close_tab a {
  width: 30px;
}

#child {
  border: 2px solid white;
  background-color: white;
  display: inline-flex;
}

#child li {
  font-size: 13px;
  position: relative;
  left: 7px;
}

#child li a {
  width: 150px;
  border-bottom: 1px dotted white;
}

#child li:fist-child {
  border-radius: 8px 0 0 0;
}

#child li:last-child {
  border-radius: 0 0 0 8px;
  border: none;
}

#child li a:hover {
  color: #47CBFF;
  font-weight: 600;
}

#parent-close {
  width: 50px;
  position: relative;
  top: -60px;
  left: 47px;
  cursor: pointer;
}

.tabintab_text {
  width: 620px;
  padding: 15px 30px;
  overflow: scroll;
  position: relative;
}
.tabintab_text h2 {
  font-size: 20px;
  margin-top: 10px;
}
.tabintab_text blockquote {
  margin: 0 20px;
}
.tabintab_text .fa.fa-tags {
  color: #14bdff;
  font-size: 15px;
  border-bottom: 1px dotted #47CBFF;
}
.tabintab_text span.layout_tooltip {
  color: #FFF;
  background-color: #5b676b;
  border: 1px solid #FFF;
  border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 4px #728287;
  -moz-box-shadow: 0 3px 4px #728287;
  box-shadow: 0 3px 4px #728287;
  font-size: 10px;
  padding: 3px 20px;
}

.side_menu.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
  width: 180px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  width: 91%;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 31px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 10px;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: sans-serif;
  font-size: 15px;
  color: #717171;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  height: 32px;
  font-size: 12px;
  text-indent: 4px;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  width: 100%;
  background-color: white;
  border: 1px solid #C7C7C7;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  /*    color: #444;  */
  line-height: 31px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 31px;
  position: absolute;
  top: 0px;
  right: 5px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  font-size: 14px;
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  text-indent: 10px;
  line-height: 31px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@-moz-document url-prefix() {
  section .ttl span {
    font-size: 26px;
  }
  section .ttl span.square_main {
    top: -6px;
  }
  section .ttl span.square_ag {
    top: -2px;
    right: 11px;
  }
  .popup .ttl span {
    font-size: 26px;
  }
  .popup .ttl span.square_main {
    top: -6px;
  }
  .popup .ttl span.square_ag {
    top: -2px;
    right: 12px;
  }
}
.manual {
  font-size: 13px;
}
.manual .btn_flow {
  width: 200px;
  display: block;
  margin: 5px 0;
}
.manual ol {
  line-height: 1.8;
  padding: 0 30px 10px;
}
.manual ol li {
  width: 100%;
  padding: 5px 0;
}
.manual ol li .btn_style {
  font-weight: 600;
}
.manual .tabintab_text_inside {
  line-height: 1.8;
  padding: 0 30px;
}
.manual .fa.fa-caret-right {
  padding: 0 4px 0 6px;
}
.manual .btn_flat_gray {
  color: #FFF;
  background-color: #5b676b;
  border: 1px solid #FFF;
  border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 4px #728287;
  -moz-box-shadow: 0 3px 4px #728287;
  box-shadow: 0 3px 4px #728287;
  font-size: 10px;
  padding: 2px 3px 1px 4px;
}
.manual blockquote li a {
  color: #2F2F2F;
  text-decoration: underline;
  font-size: 13px;
}
.manual h3 {
  font-size: 14px;
  font-weight: 600;
}

.alert-main {
  height: auto;
  top: 10px;
  position: fixed;
  width: 100%;
}

.alert-sub {
  width: 350px;
  height: auto;
  padding: 5px 20px;
  margin: 0 auto;
}

.alert-error {
  background-color: #f44336;
  color: #ffffff;
}

.alert-close {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.alert-close:hover {
  color: black;
}

.alert-color {
  color: #ff0000;
}

.alert-success {
  background-color: #04AA6D;
  color: #ffffff;
}

/*# sourceMappingURL=style.css.map */
