body {
    background-color: #fff;
}

@media only screen and (min-width: 769px) {
    body {
        min-width: 960px;
    }
}

label {
    margin-bottom: 0;
}

.button,
.input,
.taginput .taginput-container.is-focusable,
.textarea,
.select,
.select select,
.file-cta,
.file-name,
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
    min-height: 40px;
}

div {
    color: #181818;
}

.tag:not(body).is-dark {
    background-color: #181818;
}

.button.is-dark {
    background-color: #181818;
}

.notices .toast>div {
    color: #fff;
}


/* aタグ標準スタイル */

a {
    color: #181818;
}

a:hover {
    color: #181818;
}

.field:not(:last-child) {
    margin-bottom: 0;
}

.field:last-child {
    margin-right: 0px;
}

.button.is-success {
    background-color: #02a197;
    color: #fff;
}

.button.is-success:hover {
    background-color: #02a197;
    color: #fff;
}

.button {
    min-width: 40px;
}

.button.is-small {
    min-width: 30px;
    min-height: 30px;
}

.contentTitle {
    padding: 17px;
    border-bottom: 2px solid #bbb;
    background-color: #eee;
}

.contentTitle label {
    font-size: 20px;
}

.field.is-grouped .field+.field {
    margin-left: 0;
}

div.field div.field {
    margin-bottom: 10px;
}

div.control {
    min-height: 40px;
    margin-bottom: 10px;
}

div.control .control {
    margin-bottom: 5px;
}

#holidayControlDetailForm div.control .control {
    margin-bottom: 0;
}

.table {
    line-height: 1em;
}

.dropdown-menu {
    padding: 0px;
}

.control.is-clearfix.active {
    z-index: 8;
}

.autocomplete .dropdown-menu {
    z-index: 39;
}

.pull-down {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999;
    cursor: pointer;
}

.pull-down-options {
    width: 100%;
    position: absolute;
    top: 20px;
    right: 0;
    text-align: left;
}

.arrow-down {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 40px;
}

.arrow-down::before {
    border: 3px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.625em;
    margin-top: -0.4375em;
    pointer-events: none;
    position: absolute;
    top: 22px;
    transform: rotate( -45deg);
    transform-origin: center;
    width: 0.625em;
    border-color: #7957d5;
    left: 7px;
}

.arrowsubcontractor {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999999;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 40px;
}

.arrowsubcontractor::before {
    border: 3px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.625em;
    margin-top: -0.4375em;
    pointer-events: none;
    position: absolute;
    top: 22px;
    transform: rotate( -45deg);
    transform-origin: center;
    width: 0.625em;
    border-color: #7957d5;
    left: 7px;
}

.dropdown-content {
    padding: 0px;
}

.dropdown-content .dropdown-item:hover {
    background-color: white;
}

.datepicker-header .control {
    margin-bottom: 0px !important;
    width: 100% !important;
}

.datepicker-header .field {
    margin-bottom: 0px !important;
}

.datepicker-header .pagination-list {
    padding-top: 2px;
}

.datepicker-header .field.has-addons {
    margin-bottom: 0px !important;
}

.dropdown-content .dropdown-item {
    padding-top: 0.875rem !important;
}

.fullwidth-button {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#all-content {
    font-size: 14px;
}

#header .navbar-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: auto;
    color: #fff;
    font-size: 90%;
}

#header .field-label {
    flex-basis: 0;
    flex-grow: 1;
}

#header .navbar,
#header .navbar-menu,
#header .navbar-start,
#header .navbar-end {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header .navbar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header .navbar-item.has-dropdown {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#header .navbar-item,
#header .navbar-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 0;
}

#header .navbar-item,
#header .navbar-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header .navbar-item.is-active .navbar-dropdown,
#header .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
}

#header .navbar-dropdown a.navbar-item {
    padding-right: 1rem !important;
}

#header .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
}

#header .navbar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header .navbar-item,
#header .navbar-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header .navbar-laravel {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

#header-menu {
    padding: 0;
    margin-bottom: 34px;
}

#header-menu.navbar {
    z-index: 0;
}

#header-menu .menu {
    background-color: #181818;
    width: 100%;
    min-width: 960px;
    height: 52px;
    margin: 0 auto;
    padding: 0;
}

#header-menu .navbar-item.is-mega {
    position: static;
}

#header-menu .navbar-item.is-active .navbar-dropdown {
    z-index: 0;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.header-submenu {
    display: table;
    width: 100%;
    background: #ddd;
}

.header-submenu-item {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.header-submenu-item+.header-submenu-item {
    border-left: 1px solid #fff;
}

.header-submenu-item a {
    display: block;
    padding: 15px 0;
    color: #181818;
    text-decoration: none;
}

.header-submenu-item a::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #181818;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.header-submenu-item a:hover::after {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.menu-item a:hover::after {
    background-color: #181818;
}

#header-menu .navbar-link {
    color: #fff;
    background-color: #181818;
}

#header-menu .is-active .navbar-link {
    color: #fff;
    background-color: #555;
}

#header-menu .navbar-link:hover {
    color: #fff;
    background-color: #555;
}

#header-menu .navbar-dropdown {
    background-color: #eee;
    padding: 0;
    margin: 0;
}

#header-menu .header-submenu-item {
    background-color: #ddd;
}

li.header-submenu-item>li {
    float: left;
    width: 32%;
    border: none;
}

#header-menu .navbar {
    padding: 0;
}

#header {
    z-index: 5;
    position: fixed;
    left: 0;
    right: 0;
    margin-bottom: 50px;
}

#header-search {
    width: 460px;
}

#header-search-detail {
    width: 461px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 5px;
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 4;
}

#header-search-detail .detail-row {
    padding-left: 10px;
    padding-right: 5px;
}

#header-search-detail .detail-row div {
    width: 100%;
    min-width: auto;
}

#header-search-detail #director-list .checkbox {
    margin: 5px;
}

#header-search-detail-switch {
    height: 42px;
    position: absolute;
    right: 65px;
    top: 11px;
    vertical-align: middle;
    z-index: 3;
    line-height: 2.7;
}

#header-search-detail-switch span {
    font-weight: bold;
    display: inline-block;
    height: 100%;
}

#header-search-detail-close {
    /* height: 36px;
  margin-top: 3px;
  margin-right: 10px;
  margin-bottom: 10px; */
    line-height: 3em;
}

#header-search-detail-close .label {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    /* line-height: 1.8em; */
}

#header-search-detail label.label {
    font-size: 12px;
    line-height: 2.7em;
}

#header-search-detail div.field {
    padding-right: 10px;
}

#main {
    padding-top: 154px;
    min-width: 960px;
}

#header_top {
    box-sizing: border-box;
    width: 100%;
    min-width: 960px;
    padding: 5px;
}

#submenu {
    height: 100vh;
    border-right: 0px;
    width: 400px;
    justify-content: center;
}

.submenu-title {
    font-size: 14px;
}

.submenu-content {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

button>span {
    font-size: 0.875rem;
}

#submenu-icon {
    position: relative;
    margin: 0px;
}

.submenu-search-form {
    border: solid 1px #ddd;
    padding: 0 0 5px;
}

.submenu-search-form.has-tabs {
    padding: 0;
    border-radius: 5px 5px 0px 0px;
}

.submenu-search-form span {
    font-size: 0.875rem;
}

.submenu-li {
    font-size: 0.75rem;
    height: 220px;
    overflow-y: scroll;
}

[id^="del-list-"].submenu-li,
#job-list.submenu-li,
.submenu-li.project-list {
    height: 220px;
}

.submenu-li li {
    line-height: 40px;
    padding-left: 11px;
}

.submenu-li li.active {
    background: #ddd;
}

.submenu-li li:hover {
    background-color: #ddd;
}

.submenu-li a {
    line-height: 28px;
    font-size: 11px;
}

#sidemenu .input {
    font-size: 11px;
}

#maincontent {
    box-sizing: border-box;
    padding: 10px 20px 0px;
    height: calc(100vh - 155px);
    overflow-y: scroll;
    overflow-x: hidden;
}

#maincontent.is-12 {
    min-width: 960px;
}

#maincontent.is-9 {
    min-width: 690px;
}

#maincontent {
    width: calc(100% - 270px);
}

#maincontent button[span] {
    font-size: 0.875rem;
}

.button-style {
    width: 900px;
    margin-top: 20px;
    text-align: center;
}

.button-save {
    background-color: #02a197;
    color: white;
    width: 150px;
    min-height: 50px;
    margin: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.button-save:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
  }

.button-cancel {
    background-color: #444;
    width: 150px;
    min-height: 50px;
    margin: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.button-delete {
    background-color: #d22;
    color: #fff;
    width: 50px;
    min-height: 50px;
    margin: 10px;
}

.button-search {
    background-color: rgb(34, 115, 221);
    color: #fff;
    width: 150px;
    min-height: 50px;
    margin: 10px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fff;
    /* border-left: solid 1px #ececec; */
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #fff;
}

.submenu-content {
    width: 100%;
}

.submenu-title-content {
    min-height: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 3;
}

.submenu-title-content .buttons {
    height: 100%;
}

.submenu-title-content .button {
    min-height: 30px;
    height: 100%;
}

.submenu-li {
    font-size: 0.75rem;
    height: 500px;
    width: 100%;
    overflow-y: scroll;
}

.invoice-list-li {
    height: 810px;
}

.submenu-li-company {
    height: 190px;
}

.submenu-li-payment {
    height: 810px;
}

.submenu-li-1 {
    height: 190px;
}

.submenu-li-2 {
    height: 810px;
}

.submenu-li li {
    line-height: 40px;
    padding-left: 11px;
}

.submenu-li li.active {
    background: #ddd;
}

.submenu-li li:hover,
.submenu-li li.hover {
    background-color: rgb(205, 235, 255);
}

.submenu-li a {
    line-height: 28px;
}

#sidemenu {
    box-sizing: border-box;
    width: 270px;
    border-right: solid 1px #ddd;
}

body {
    height: 100vh;
}

.loading-overlay {
    z-index: 1;
}

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

div#app .tabs.is-toggle li.is-active a,
div#app .tabs.is-toggle li a {
    z-index: 0;
}

div#app .select:not(.is-multiple):not(.is-loading)::after {
    z-index: 0;
}

#topbar {
    padding: 0.8rem 1.5rem 0px 0px;
}

aside#sidemenu {
    height: calc(100vh - 155px);
    overflow-y: scroll;
    padding: 1.5rem 0.75rem 0px;
}

div#app .control.has-icons-left .icon,
.control.has-icons-right .icon {
    padding-top: 10px;
    z-index: 3;
}

.back-dark-color {
    padding: 0px;
}

div#app .contact-row {
    padding: 10px;
}

div#app .back-light-color {
    background-color: #eee;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 0px;
    line-height: 2.25em;
}

.width-middle {
    width: 140px;
}

.leftTopSction {
    min-width: 400px;
}

div#app .datepicker .dropdown-menu,
div#app .timepicker .dropdown-menu {
    padding: 0px;
}


/* 幅指定（px） */

.w45 {
    width: 45px;
}

.w75 {
    width: 75px;
}

.w100 {
    width: 100px;
}

.w110 {
    width: 110px;
}

.w120 {
    width: 120px;
}
.w140 {
    width: 140px;
}

.w135 {
    width: 135px;
}

.w150 {
    width: 150px;
}

.w160 {
    width: 160px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w260 {
    width: 260px;
}

.w300 {
    width: 300px;
}

.w350 {
    width: 350px;
}

.w390 {
    width: 390px;
}

.w400 {
    width: 400px;
}

.w500 {
    width: 500px;
}

.w600 {
    width: 600px;
}


/* 幅指定（パーセント） */

.w3p {
    width: 3%;
}

.w7p {
    width: 7%;
}

.w10p {
    width: 10%;
}

.w15p {
    width: 15%;
}

.w20p {
    width: 20%;
}

.w25p {
    width: 25%;
}

.w30p {
    width: 30%;
}

.w35p {
    width: 35%;
}

.w40p {
    width: 40%;
}

.w45p {
    width: 45%;
}

.w44p {
    width: 44%;
}

.w50p {
    width: 50%;
}

.w60p {
    width: 60%;
}

.w70p {
    width: 70%;
}

.w80p {
    width: 80%;
}

.w86p {
    width: 86%;
}

.w90p {
    width: 90%;
}

.w93p {
    width: 93%;
}

.w95p {
    width: 95%;
}

.w100p {
    width: 100%;
}


/* 幅指定（最小値） */

.min-w200 {
    min-width: 200px;
}

.min-w200 {
    min-width: 200px;
}

div.datepicker.control div.is-disabled {
    opacity: 1;
}

.input,
.taginput .taginput-container.is-focusable,
.textarea {
    background-color: #f3f3f3;
    color: #363636;
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    max-width: 100%;
    width: 100%;
}

#app .add-label {
    color: #fff;
    background-color: #d22;
    width: 100%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 15px;
}

span.icon.typcn {
    font-size: 28px;
    line-height: 1;
    margin: auto;
}


/* 必ずモーダル表示になるデイトピッカーのクラス設定 */

.modal-datepicker .dropdown .background {
    display: block;
}

.modal-datepicker .dropdown.is-mobile-modal .dropdown-menu .dropdown-item,
.modal-datepicker .dropdown.is-mobile-modal .dropdown-menu .has-link a {
    padding: 1rem 1.5rem;
}

.modal-datepicker .dropdown.is-mobile-modal .dropdown-menu {
    position: fixed;
    width: calc(100vw - 40px);
    max-width: 460px;
    max-height: calc(100vh - 120px);
    top: 25% !important;
    left: 50% !important;
    bottom: auto !important;
    right: auto !important;
    -webkit-transform: translate3d(-50%, -25%, 0);
    transform: translate3d(-50%, -25%, 0);
    white-space: normal;
    overflow-y: auto;
    z-index: 40;
}

.rpad10 {
    padding-right: 10px;
}

.rpad35 {
    padding-right: 35px;
}

.lpad10 {
    padding-left: 10px;
}

.lpad30 {
    padding-left: 30px;
}

.none-display {
    display: none;
}


/* 左マージン設定クラス */

.ml5 {
    margin-left: 5px;
}


/* 右マージン設定クラス */

.mr5 {
    margin-right: 5px;
}

.mr40 {
    margin-right: 40px;
}


/* リストの行の高さを変更 */

li div.field {
    line-height: 2;
}


/* 幅超えた時に「...」を付けるスタイル */

.over-text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 2.4;
}

.tag {
    margin-top: auto;
    margin-bottom: auto;
}


/* typiconsのスタイル */

.typcn {
    font-size: 24px;
}

.typcn:before {
    height: 100%;
}

.icon,
.button .icon:first-child:last-child {
    margin: 3px;
}


/* b-fieldのスタイル上書き */

div.field {
    line-height: 3em;
}

div.field-label {
    padding-top: 0;
}

div.control.is-expanded {
    width: 100%;
}


/* デイトピッカーがヘッダー・フッターを超えてしまっている件の対応 */

.field.has-addons .control .button:not([disabled]):focus:hover,
.field.has-addons .control .button:not([disabled]).is-focused:hover,
.field.has-addons .control .button:not([disabled]):active:hover,
.field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]):focus:hover,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]).is-focused:hover,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]):active:hover,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]).is-active:hover,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
    z-index: 3;
}

.dropdown-menu {
    z-index: 4;
}

.submenu-text {
    font-size: 12px;
}

.submenu-list {
    margin: 2px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.submenu-list-border {
    margin: 0px 10px;
}

.submenu-list-border:not(:last-child) {
    border-bottom: solid 1px #ddd;
}

.config-textarea {
    height: 400px;
}

.width-max {
    width: 100%;
}

.footer-save {
    position: -webkit-sticky;
    position: sticky;
    border-top: dotted 2px #ddd;
    background: #fff;
    margin-top: 10px;
    margin-left: -20px !important;
    margin-right: -30px !important;
    bottom: 0px;
    padding: 1rem;
    z-index: 4;
}

.footer-save-pop {
    position: -webkit-sticky;
    position: sticky;
    border-top: dotted 2px #ddd;
    background: #fff;
    margin-right: -157px !important;
    margin-left: -20px !important;
    bottom: 0px;
    padding: 1rem;
    z-index: 5;
}

.footer-save-project {
    position: -webkit-sticky;
    position: sticky;
    border-top: dotted 2px #ddd;
    background: #fff;
    margin-right: 0 !important;
    margin-left: 0 !important;
    bottom: 0px;
    padding: 1rem;
    z-index: 30;
}

.footer-save>*:first-child {
    padding-left: 0px;
}

.footer-save>*:last-child {
    padding-right: 20px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.footer-save-pop>*:first-child {
    padding-left: 0px !important;
}

.footer-save-pop>*:last-child {
    padding-right: 144px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.footer-save-project>*:first-child {
    padding-left: 0px !important;
}

.footer-save-project>*:last-child {
    padding-right: 0 !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.add-holiday-button {
    font-size: 12px;
    padding: 5px;
    height: 30px !important;
    margin: 3px 0px;
    margin-right: 0px !important;
}

.class-button-delete {
    background-color: #d22;
    color: #fff;
    width: 100px;
    min-height: 40px;
    margin: 10px 0px 10px 10px;
}

.margin-button-delete {
    background-color: #d22;
    color: #fff;
    width: 75px;
    min-height: 40px;
    margin: 0px 0px 10px 10px;
}

.button-delete-icon i {
    font-size: 24px;
}

.search-form-radius {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.directorDelete .help {
    line-height: 1.25;
}

.header-img {
    max-height: 50px !important;
}

.menu-size {
    width: 1200px;
    margin: 0px auto;
}

.client-company-name-class {
    font-size: 12px;
}

.client-typcn-business-card {
    line-height: 0px;
    font-size: 20px;
    vertical-align: baseline;
}

.client-typcn-business-card::before {
    transform: translateY(1px);
}

.client-user-name-class {
    font-size: 14px;
}

.position-select-error {
    position: relative;
    display: block !important;
}

.position-select-error input {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.position-select-error select {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.position-select-error .select-error-icon {
    position: absolute;
    right: 26px;
    top: 9px;
    z-index: 3;
}

.error-select-size select {
    width: 75px;
}

.position-select-error .error-icon {
    position: absolute;
    right: 2px;
    top: 9px;
    z-index: 3;
}

.position-select-error .error-icon-web {
    position: absolute;
    right: 36px;
    top: 9px;
    z-index: 3;
}

.position-select-error .error-icon-text-area {
    position: absolute;
    right: 10px;
    top: 9px;
    z-index: 3;
}

.position-select-error .error-icon-tool {
    position: absolute;
    right: 2px;
    top: 22px;
    z-index: 3;
}

.position-select-error .error-icon-finance {
    position: absolute;
    right: 12px;
    top: 9px;
    z-index: 3;
}

.position-select-error .error-icon-content-name {
    position: absolute;
    left: 30px;
    top: -32px;
    z-index: 3;
}

.position-select-error .error-icon-content-url {
    position: absolute;
    right: 134px;
    top: -32px;
    z-index: 3;
}

.position-select-error .error-icon-result-url {
    position: absolute;
    right: 158px;
    top: -32px;
    z-index: 3;
}

.position-select-error .error-icon-schedule {
    position: absolute;
    left: 2px;
    top: 50px;
    z-index: 3;
}

.position-select-error .error-icon-min {
    position: absolute;
    right: 2px;
    top: 6px;
    z-index: 3;
}

.position-select-error>div.control .icon.is-right.has-text-danger {
    display: none;
}

.position-select-error .icon-none>div .icon.is-right.has-text-danger {
    display: none;
}

.calendar-display>div>.dropdown-menu {
    z-index: 5;
}

.mrgnb5 {
    margin-bottom: 5px;
}

.pddngl0 {
    padding-left: 0px;
}

.b-tooltip::after {
    line-height: 24px;
}

.icon-size-18 {
    font-size: 18px;
}

.icon-size-16 {
    font-size: 16px;
}

#target-date-picker {
    margin-left: 10px !important;
}

#header-menu .navbar-item:first-child {
    margin-left: 0 !important;
}

html {
    overflow-x: inherit !important;
}

.columns {
    margin: 0 !important;
}

.b-tabs .tab-content {
    padding: 1rem 0.5rem !important;
}

.submenu-search-form.has-tabs .tag:not(body).is-dark,
.submenu-search-form.has-tabs .tag:not(body).is-success {
    display: none;
}

#clientDetailForm .field.is-grouped,
#contractDetailForm .field.is-grouped,
#employeeDetailForm .field.is-grouped,
#holidayControlDetailForm .field.is-grouped,
#clientNoticeForm .field.is-grouped {
    -ms-align-items: center;
    align-items: center;
}

.field.is-horizontal .field-label.is-normal {
    display: none;
}

.field.is-grouped>.control:not(:last-child) {
    margin-bottom: 10px;
}

.is-grouped .w170 {
    width: 170px;
}

@media screen and (max-width: 1400px) {
    .is-grouped .w170 {
        width: 130px;
    }
    .is-grouped .w200 {
        width: 130px;
    }
    .is-grouped .button-middle {
        width: 50px;
    }
}

@media screen and (max-width: 1023px) {
    .navbar-menu {
        box-shadow: 0 0 0;
        padding: 0;
    }
}

@media screen and (min-width: 960px) {
    #project-detail-top .b-checkbox.checkbox {
        margin-top: 9px;
    }
}

@media screen and (max-width: 768px) {
    .columns {
        display: flex;
    }
    #sidemenu.section {
        width: 270px;
    }
}

#header-menu .navbar-item:first-child {
    margin-left: 10px;
}

.is-fixed {
    position: fixed;
    top: 160px;
    z-index: 2;
    width: 100%;
}

.tag.add-label.is-red.is-large {
    margin-top: 10px;
}

.b-tooltip.is-left:before,
.b-tooltip.is-left:after {
    top: -21px;
    right: auto;
    left: 0;
}

.b-tooltip.is-right:before,
.b-tooltip.is-right:after {
    top: -21px;
    right: 0;
    left: auto;
}

.b-tooltip.is-left.is-black:before,
.b-tooltip.is-right.is-black:before {
    border-top: 5px solid #0a0a0a;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    top: 0;
    right: auto;
    left: 10px;
}

.dropdown-item {
    font-size: 11px;
}

#header_search_button {
    height: 40px;
}

.icon.baseline {
    vertical-align: baseline;
}

.icon.f-20 {
    font-size: 20px !important;
}

.h-40 {
    height: 40px;
}

div.toast {
    flex-basis: auto;
}


/* MDI拡張スタイル */

.mdi-20px.mdi-set,
.mdi-20px.mdi:before {
    font-size: 20px;
}


/* マージンスタイル */

.mrg-auto {
    margin: auto;
}

.discount-percents .discount-percent-item {
    margin-bottom: -40px!important;
}
