img[src$=".svg"] {
    width: 100%
}
html body {
    -webkit-font-smoothing: antialiased;
    font-family:'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
    font-size: .875rem;
    line-height: 1;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    position: relative;
    background: #fff;
    color: #676a6c;
    opacity: 0;
    -webkit-animation: fadeIn 1s linear;
    animation: fadeIn 1s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

html body:not(.login) {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

input[type="button"], input[type="text"], input[type="tel"], input[type="number"], input[type="email"], input[type="password"], input[type="submit"], input[type="image"], textarea {
    -webkit-appearance: none
}

input, textarea {
    -webkit-appearance: none;
    outline: none
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

input {
    opacity: 1
}

textarea {
    resize: vertical;
    overflow: auto
}

textarea.selector::-webkit-scrollbar {
    display: none
}

textarea.selector {
    -ms-overflow-style: none;
    scrollbar-width: none
}

input, textarea {
    font-weight: 400
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #aaa !important;
    font-weight: 400
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #aaa !important;
    font-weight: 400
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #aaa !important;
    font-weight: 400
}

input::placeholder, textarea::placeholder {
    color: #aaa !important;
    font-weight: 400
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #aaa !important
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #aaa !important
}

input, textarea, select, button {
    width: 100%
}

a {
    color: #676a6c;
    text-decoration: none
}

a:hover, a:focus, a.focus, a:active {
    color: #676a6c
}

a[href^="tel:"] {
    text-decoration: none;
    color: #676a6c;
    cursor: default
}


button:hover {
    cursor: pointer
}

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

img[src$=".svg"] {
    width: 100%
}

.img img {
    width: 100% !important
}

iframe {
    border: 0
}

a {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

.btn {
    padding: 0 .625rem;
    padding-top: 1px;
    text-decoration: none !important;
    line-height: 1.2;
    font-weight: 400;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    font-size: .875rem;
    border-radius: .25rem;
    height: 2.375rem;
    white-space: nowrap;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.btn[href^="tel:"] {
    cursor: pointer
}

.btn.smalls {
    height: 2.1875rem
}

.btn.lages {
    height: 2.6875rem
}

.btn.wrap {
    white-space: normal
}

.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group .full {
    width: 100%
}

.btn-group .btn {
    position: relative;
    z-index: 0
}

.btn-group .sizeSSS {
    width: 100%;
    max-width: 8.75rem
}

.btn-group .sizeSS {
    width: 100%;
    max-width: 10.625rem
}

.btn-group .sizeM {
    width: 100%;
    max-width: 15rem
}

.btn-group .sizeL {
    width: 100%;
    max-width: 20rem
}

.btn-group .right {
    margin-left: auto
}

.btn-group .icons i {
    margin-right: 0.5em
}

.btn-group.blocks_btns {
    display: block
}

.btn-group.blocks_btns > * {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .625rem
}

.btn-group.blocks_btns > *:last-child {
    margin-bottom: 0
}

.btn-group.colset_btns {
    margin-left: -1%;
    margin-right: -1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.btn-group.colset_btns > * {
    width: 50%;
    padding-left: 1%;
    padding-right: 1%;
    margin-bottom: 0
}

.btn-group.colset_btns > *.auto {
    width: auto
}

@media (min-width: 966px) {
    .btn-group.md_colset_btns {
        margin-left: -1%;
        margin-right: -1%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .btn-group.md_colset_btns > * {
        width: 49%;
        padding-left: 1%;
        padding-right: 1%;
        margin-bottom: 0
    }

    .btn-group .md_sizeF {
        max-width: none
    }
}

.btn-normal {
    background: #71bf44;
    color: #fff;
    border: 1px solid #71bf44
}

.btn-normal:hover {
    opacity: 0.7
}

.btn-normal:hover, .btn-normal:focus, .btn-normal.focus, .btn-normal:active, .btn-normal.active {
    color: #fff;
    background: #71bf44
}

.btn-normal-2 {
    background: #fff;
    color: #71bf44;
    border: 1px solid #71bf44
}

.btn-normal-2:hover, .btn-normal-2:focus, .btn-normal-2.focus, .btn-normal-2:active, .btn-normal-2.active {
    color: #71bf44;
    background: #eff8ea
}

.btn-normal-3 {
    background: #ed5565;
    color: #fff;
    border: 1px solid #ed5565
}

.btn-normal-3:hover {
    opacity: 0.7
}

.btn-normal-3:hover, .btn-normal-3:focus, .btn-normal-3.focus, .btn-normal-3:active, .btn-normal-3.active {
    color: #fff;
    background: #ed5565
}

.btn-normal-4 {
    background: #ddd;
    color: #676a6c;
    border: 1px solid #ddd
}

.btn-normal-4:hover {
    opacity: 0.7
}

.btn-normal-4:hover, .btn-normal-4:focus, .btn-normal-4.focus, .btn-normal-4:active, .btn-normal-4.active {
    color: #676a6c;
    background: #ddd
}

.btn-normal-5 {
    background: transparent;
    color: #ed5565;
    border: 1px solid #ed5565
}

.btn-normal-5:hover {
    opacity: 0.7
}

.btn-normal-5:hover, .btn-normal-5:focus, .btn-normal-5.focus, .btn-normal-5:active, .btn-normal-5.active {
    color: #ed5565;
    background: transparent
}

.btn-success {
    background: #1c84c6;
    color: #fff;
    border: 1px solid #1c84c6
}

.btn-success:hover {
    opacity: 0.7
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background: #1c84c6
}

.btn-success i.icon-plus {
    font-weight: 700
}

.btn-back {
    background: #999;
    color: #fff;
    border: 1px solid #999
}

.btn-back:hover {
    opacity: 0.7
}

.btn-back:hover, .btn-back:focus, .btn-back.focus, .btn-back:active, .btn-back.active {
    color: #fff;
    background: #999
}

.mb05 {
    margin-bottom: .3125rem !important
}

.mb10 {
    margin-bottom: .625rem !important
}

.mb15 {
    margin-bottom: .9375rem !important
}

.mb20 {
    margin-bottom: 1.25rem !important
}

.mb30 {
    margin-bottom: 1.875rem !important
}

.mb40 {
    margin-bottom: 2.5rem !important
}

.mb50 {
    margin-bottom: 3.125rem !important
}

.mb60 {
    margin-bottom: 3.75rem !important
}

.mt10 {
    margin-top: .625rem !important
}

.mt20 {
    margin-top: 1.25rem !important
}

.mt30 {
    margin-top: 1.875rem !important
}

.mt40 {
    margin-top: 2.5rem !important
}

.mt50 {
    margin-top: 3.125rem !important
}

.mt60 {
    margin-top: 3.75rem !important
}

@media (min-width: 966px) {
    .md_mt20 {
        margin-top: 1.25rem
    }
}

.pb60 {
    padding-bottom: 3.75rem !important
}

.pb100 {
    padding-bottom: 6.25rem !important
}

main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

.sidebar {
    height: 100vh;
    width: 3.75rem;
    min-width: 3.75rem;
    background: #8ccb68;
    position: relative;
    z-index: 5;
    overflow: scroll;
    -webkit-overflow-scrolling: touch
}

.sidebar::-webkit-scrollbar {
    display: none
}

.sidebar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.sidebar .logo {
    background: #71bf44;
    height: 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sidebar .logo div {
    width: 100%;
    max-width: 3.75rem
}

.sidebar .logo div .bg-clip {
    padding-bottom: 100%
}

.sidebar .logo div .bg {
    background-image: url("/img/design/logo_rakuzen_mark.svg");
    background-size: contain;
    background-color: transparent
}

.sidebar .item_set {
    padding: .9375rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #fff;
    min-height: 4.375rem
}

.sidebar .item_set a {
    color: #fff
}

.sidebar .item_set::after {
    font-family: "icons";
    content: "\e917";
    display: none;
    position: absolute;
    top: 50%;
    right: .9375rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.sidebar .item_set:hover {
    cursor: pointer
}

.sidebar .item_set .icons {
    font-size: 280%;
    width: 3.125rem;
    text-align: center
}

.sidebar .item_set .list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: none
}

.sidebar .item_set .item_title {
    font-weight: 700;
    font-size: .9375rem
}

.sidebar .item_set .item_title + .item {
    margin-top: .9375rem
}

.sidebar .item_set .item {
    margin: .9375rem 0;
    margin-right: 1.25rem;
    margin-left: .875rem;
    font-size: .9375rem;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

.sidebar .item_set .item a {
    pointer-events: none
}

.sidebar .item_set .item:last-child {
    margin-bottom: 0
}

.sidebar .item_set .item:hover {
    opacity: 1;
    font-weight: 700
}

.sidebar .item_set .item.active {
    opacity: 1;
    font-weight: 700
}

.sidebar .item_set.active {
    background: #71bf44
}

.sidebar .item_set.active::after {
    content: "\e91a"
}

.sidebar .item_set.active .item_link {
    display: block
}

.sidebar.toggle_opens_sidebar {
    min-width: 14.75rem
}

.sidebar.toggle_opens_sidebar .logo {
    height: 11.875rem;
    padding: 0 1.125rem
}

.sidebar.toggle_opens_sidebar .logo div {
    max-width: none
}

.sidebar.toggle_opens_sidebar .logo div .bg {
    background-image: url("/img/design/logo_rakuzen.svg");
    background-size: contain;
}

.sidebar.toggle_opens_sidebar .item_set {
    padding: 1.25rem
}

.sidebar.toggle_opens_sidebar .item_set::after {
    display: block
}

.sidebar.toggle_opens_sidebar .item_set .icons {
    padding-right: .625rem
}

.sidebar.toggle_opens_sidebar .item_set .list {
    display: block
}

@media (max-width: 1023px) {
    .sidebar {
        height: auto;
        min-width: 13.75rem;
        position: fixed;
        left: -17.5rem;
        top: 0;
        bottom: 0;
        z-index: 5;
        -webkit-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s
    }

    .sidebar .logo {
        height: 11.875rem;
        padding: 0 1.125rem
    }

    .sidebar .logo div {
        max-width: none
    }

    .sidebar .logo div .bg {
        background-image: url("/img/design/logo_rakuzen.svg");
        background-size: contain;
    }

    .sidebar .item_set {
        padding: .625rem
    }

    .sidebar .item_set::after {
        display: block
    }

    .sidebar .item_set .icons {
        padding-right: .625rem
    }

    .sidebar .item_set .list {
        display: block
    }

    .sidebar.toggle_opens_sidebar {
        left: 0
    }
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

@media (max-width: 1023px) {
    .main .open_sidebar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 2
    }
}

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #ddd;
    position: relative;
    padding-left: 3.75rem;
    min-height: 30px
}

header .toggle_hamburger_menu {
    width: 2.5rem;
    height: 1.875rem;
    background: #fff;
    border-radius: .1875rem;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    position: absolute;
    left: 1.25rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

header .toggle_hamburger_menu:hover {
    cursor: pointer;
    opacity: 0.7
}

header .toggle_hamburger_menu .hamburger_icon {
    height: .125rem;
    width: 65%;
    background: #bbb;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

header .toggle_hamburger_menu .hamburger_icon:before, header .toggle_hamburger_menu .hamburger_icon::after {
    content: "";
    position: absolute;
    top: .375rem;
    height: .125rem;
    left: 0;
    right: 0;
    background: #bbb
}

header .toggle_hamburger_menu .hamburger_icon::after {
    top: -.375rem
}

header .set_login_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

header .id, header .names {
    padding: .4375rem 1.25rem;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .id i {
    font-size: 180%
}

@media (max-width: 767px) {
    header .set_login_date {
        display: none
    }

    header, header .id, header .names {
        min-height: 50px
    }
}

.container_frame_box {
    position: relative
}

@media (min-width: 376px) {
    .container_frame_box {
        min-width: 275px
    }
}

.container_frame_box iframe {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: pik
}

.bg-clip {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden
}

.bg-clip .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.bg-clip.interview {
    padding-bottom: 133.3%
}

.bg-clip.square {
    padding-bottom: 100%
}

.bg-clip.hivision {
    padding-bottom: 56.3%
}

.bg-clip.half {
    padding-bottom: 50%
}

.bg-clip.smalls {
    padding-bottom: 30%
}

.bg-clip.inps {
    padding-bottom: 40px
}

.color_green {
    color: #71bf44
}

.color_red {
    color: red
}

.page_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ddd
}

.page_control .page_control_close {
    margin-left: auto
}

.page_control .page_control_close, .page_control .page_control_logout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 .625rem
}

.page_control .page_control_close i, .page_control .page_control_logout i {
    padding-left: .3125rem;
    font-size: 140%
}

.page_control .page_control_close:hover, .page_control .page_control_logout:hover {
    cursor: pointer
}

.page_control .page_control_logout {
    border-left: 1px solid #ddd
}

.page_control .page_control_logout i {
    padding-left: 0;
    padding-right: .3125rem
}

.page_control .page_control_close {
    position: relative
}

.page_control .page_control_close .page_toggle_open {
    border: 1px solid #eee;
    padding: 1.25rem;
    background: #fff;
    position: absolute;
    right: 0;
    right: 0;
    top: 2.5625rem;
    display: block;
    z-index: 3;
    text-align: center;
    -webkit-box-shadow: 0px 0px 11px -7px #777777;
    box-shadow: 0px 0px 11px -7px #777777;
    border-radius: .1875rem;
    width: 11.25rem;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

.page_control .page_control_close .page_toggle_open .item a {
    font-weight: 400
}

.page_control .page_control_close .page_toggle_open .item + .item {
    margin-top: 1.25rem
}

.page_control .page_control_close.open {
    background: #eee
}

@media (max-width: 1023px) {
    .page_control {
        display: none
    }
}

.swiper-panel-container {
    position: relative
}

#carousel_tab_menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
    z-index: 1
}

#carousel_tab_menu .swiper-container {
    margin-left: 3.75rem;
    margin-right: 3.75rem
}

#carousel_tab_menu .swiper-slide {
    width: auto
}

#carousel_tab_menu .swiper-slide .item {
    height: 2.5rem;
    padding: 0 .9375rem 0 1.25rem;
    background: #fafafa;
    border-right: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

#carousel_tab_menu .swiper-slide .item .close {
    width: .875rem;
    height: .875rem;
    border-radius: 50%;
    background: #ddd;
    position: relative;
    margin-left: .3125rem
}

#carousel_tab_menu .swiper-slide .item .close i {
    font-size: .6875rem;
    color: #676a6c;
    position: absolute;
    left: .09375rem;
    top: .1125rem;
    display: block;
    z-index: 1
}

#carousel_tab_menu .swiper-slide .item .close:hover {
    background: #c00
}

#carousel_tab_menu .swiper-slide .item .close:hover i {
    color: #fff
}

#carousel_tab_menu .swiper-slide.active .item, #carousel_tab_menu .swiper-slide:hover .item {
    background: #ccc;
    color: #fff;
    cursor: pointer
}

#carousel_tab_menu .swiper-button-prev, #carousel_tab_menu .swiper-button-next {
    width: 3.75rem;
    background: #fff;
    font-size: 140%;
    color: #676a6c
}

#carousel_tab_menu .swiper-button-prev {
    left: 0;
    border-right: 1px solid #ddd
}

#carousel_tab_menu .swiper-button-prev::after {
    display: none
}

#carousel_tab_menu .swiper-button-next {
    right: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

#carousel_tab_menu .swiper-button-next::after {
    display: none
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1
}

.swiper-button-next.swiper-button-disabled i, .swiper-button-prev.swiper-button-disabled i {
    opacity: 0.3
}

p {
    margin-bottom: 0;
    line-height: 1.4
}

body.bg-grey {
    background: #ddd
}

.font-light {
    font-weight: 400
}

.font-small {
    font-size: .75rem
}

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

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

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

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

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

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

@media (min-width: 966px) {
    .md-h6 {
        font-size: .875rem
    }

    .md-h5 {
        font-size: 1rem
    }

    .md-h4 {
        font-size: 1.0625rem
    }

    .md-h3 {
        font-size: 1.25rem
    }

    .md-h2 {
        font-size: 1.4375rem
    }

    .md-h1 {
        font-size: 1.625rem
    }
}

.nowrap {
    white-space: nowrap
}

@media (min-width: 966px) {
    .md-nowrap {
        white-space: nowrap
    }
}

.title_group {
    margin-bottom: .625rem;
    text-align: center
}

.title_group.text_left {
    text-align: left
}

.title_group.text_left .title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.title_group .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 1.4
}

.title_group .title i {
    font-size: 160%;
    color: #ccc;
    margin-right: 0.1em
}

.title_group .title.spase_0 {
    letter-spacing: 0
}

@media (min-width: 966px) {
    .title_group {
        margin-bottom: 1.25rem
    }

    .title_group i {
        font-size: 240%
    }
}

.table-responsive {
    overflow-y: visible
}

table thead.bg_grey th {
    background: #eee
}

table th.left > div, table td.left > div {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

table th.right > div, table td.right > div {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

table th.center > div, table td.center > div {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

table tbody.td_left td > div, table tbody.td_left th > div {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.table_layout {
    font-size: .8125rem;
    border-collapse: collapse;
    width: 100%
}

.table_layout thead {
    border-bottom: 1px solid #bbb
}

.table_layout caption {
    caption-side: top
}

.table_layout tbody tr:hover {
    background: #f7f7f7
}

.table_layout th, .table_layout td {
    padding: .3125rem 0;
    padding-right: .9375rem;
    line-height: 1.2
}

.table_layout td {
    border-bottom: 1px solid #ddd
}

.table_layout .block {
    display: block
}

.table_layout .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.table_layout .control a {
    display: block;
    color: #71bf44;
    margin-left: .625rem;
    margin-right: .625rem
}

.table_layout .control a i {
    font-size: 260%
}

.table_layout tr th:first-child > div, .table_layout tr td:first-child > div {
    padding-left: .625rem
}

.table_layout.table_normal td > div, .table_layout.table_normal th > div {
    min-height: auto;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 6.25rem
}

.table_layout.table_normal tbody {
    border-top: 1px solid #ddd
}

.table_layout.table_normal .num div {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.table_layout.table_normal .star span {
    width: 1.875rem;
    margin-right: 0.5em;
    text-align: right
}

.table_layout.table_normal .icon-star_outline {
    color: #bbb
}

.table_layout.table_normal .icon-star, .table_layout.table_normal .icon-star_half {
    color: #fc0
}

.table_layout.table_normal .data_disabled {
    color: #999
}

.table_layout.table_normal .data_disabled i {
    color: #999 !important
}

.table_layout.easy_sticky th, .table_layout.easy_sticky td {
    position: relative;
    z-index: 1;
    padding-top: .625rem;
    padding-bottom: .625rem
}

.table_layout.easy_sticky th:first-child div, .table_layout.easy_sticky td:first-child div {
    width: 7.8125rem
}

.table_layout.easy_sticky tr:hover td:first-child {
    background: #f7f7f7
}

@media (max-width: 965px) {
    .table_layout.easy_sticky th:first-child, .table_layout.easy_sticky td:first-child {
        z-index: 2;
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        background: #fff
    }
}

@media (min-width: 966px) {
    .table_layout.easy_sticky th, .table_layout.easy_sticky td {
        padding-top: 0;
        padding-bottom: 0
    }

    .table_layout.easy_sticky th:first-child, .table_layout.easy_sticky td:first-child {
        width: 30%
    }

    .table_layout.easy_sticky th:first-child div, .table_layout.easy_sticky td:first-child div {
        width: auto
    }

    .table_layout.easy_sticky th:first-child div .ellipsis, .table_layout.easy_sticky td:first-child div .ellipsis {
        max-width: none;
        overflow: auto;
        text-overflow: clip;
        white-space: normal;
        cursor: default
    }
}

.table_layout.boxs tr th:first-child > div, .table_layout.boxs tr td:first-child > div {
    padding-left: 0
}

.table_layout.boxs tr th > div, .table_layout.boxs tr td > div {
    min-height: auto
}

.table_layout.boxs {
    min-width: auto
}

.table_layout.boxs thead {
    display: none
}

.table_layout.boxs tr, .table_layout.boxs td {
    padding: 0
}

.table_layout.boxs td {
    display: block;
    text-align: right !important;
    border-bottom: 0 !important;
    padding-bottom: .625rem;
    margin-bottom: 0 !important
}

.table_layout.boxs td::before {
    content: attr(data-label) " ";
    font-weight: bold;
    display: block !important;
    text-align: left;
    margin-bottom: .3125rem;
    float: none !important
}

.table_layout.boxs td::after {
    content: "";
    display: block;
    clear: both
}

.table_layout.boxs tr {
    border: 3px solid #eee;
    padding: 1.25rem .625rem 0;
    display: block;
    margin-bottom: 1.25rem
}

.table_layout.boxs tr > td:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.table_layout.boxs .selectize-control {
    text-align: left
}

.table_layout.boxs .control {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .table_layout.boxs .sm_layout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -1%;
        margin-right: -1%
    }

    .table_layout.boxs .sm_layout tr {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%
    }
}

@media (min-width: 1140px) {
    .table_layout.boxs .sm_layout {
        margin-left: -0.5%;
        margin-right: -0.5%
    }

    .table_layout.boxs .sm_layout tr {
        width: 32.333333%;
        margin-left: 0.5%;
        margin-right: 0.5%
    }
}

@media (min-width: 1620px) {
    .table_layout.boxs .sm_layout tr {
        width: 24%
    }
}

@media (min-width: 2500px) {
    .table_layout.boxs .sm_layout tr {
        width: 19%
    }
}

@media (min-width: 966px) {
    .table_layout .control {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .table_layout .control a {
        margin-left: 0;
        margin-right: 0
    }

    .table_layout .control a i {
        font-size: 240%
    }

    .table_layout th > div, .table_layout td > div {
        min-height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .table_layout th > div {
        min-height: 40px
    }

    .table_layout tr:hover {
        background: none
    }

    .table_layout tr:hover td {
        background: #f7f7f7
    }
}

@media (max-width: 965px) {
    .table_layout:not(.only) {
        min-width: auto
    }

    .table_layout:not(.only) thead {
        display: none
    }

    .table_layout:not(.only) tr, .table_layout:not(.only) td {
        padding: 0
    }

    .table_layout:not(.only) td {
        display: block;
        text-align: right !important;
        border-bottom: 1px solid #ddd;
        padding-bottom: .625rem;
        margin-bottom: .625rem
    }

    .table_layout:not(.only) td::before {
        content: attr(data-label) " ";
        float: left;
        font-weight: bold
    }

    .table_layout:not(.only) td::after {
        content: "";
        display: block;
        clear: both
    }

    .table_layout:not(.only) tr {
        border: 3px solid #eee;
        padding: 1.25rem .625rem 0;
        display: block;
        margin-bottom: 1.25rem
    }

    .table_layout:not(.only) tr > td:last-child {
        border-bottom: 0;
        margin-bottom: 0
    }

    .table_layout:not(.only) tbody.sm_layout_2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .table_layout:not(.only) tbody.sm_layout_2 tr {
        width: 49%;
        margin-right: 1%
    }

    .table_layout:not(.only) tbody.sm_layout_2 tr:nth-child(2n) {
        margin-right: 0;
        margin-left: 1%
    }
}

@media (max-width: 575px) {
    .table_layout:not(.only) tbody.sm_layout_2 {
        display: block
    }

    .table_layout:not(.only) tbody.sm_layout_2 tr {
        width: 100%;
        margin-right: 0
    }

    .table_layout:not(.only) tbody.sm_layout_2 tr:nth-child(2n) {
        margin-left: 0
    }
}

@media (max-width: 375px) {
    .table_layout:not(.only) td::before {
        display: block;
        float: none;
        text-align: left;
        margin-bottom: .3125rem
    }
}

@media (min-width: 1400px) {
    .table_layout {
        font-size: .875rem
    }
}

@media (min-width: 966px) {
    .frame_body_container #workplan {
        padding-bottom: 0
    }

    .frame_body_container #workplan .table-responsive {
        overflow-y: auto;
        height: calc(100vh - 107px)
    }
}

.table-responsive {
    overflow: hidden;
    overflow-x: auto
}

.ellipsis {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    cursor: pointer;
    line-height: 1.2
}

.ellipsis.clip {
    max-width: none;
    overflow: auto;
    text-overflow: clip;
    white-space: normal
}

.sticky_table, .sticky_first_table, .calendar_table {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    min-width: 100%
}

.sticky_table caption, .sticky_first_table caption, .calendar_table caption {
    caption-side: top;
    position: relative;
    padding: 0
}

.sticky_table caption .btn-group, .sticky_first_table caption .btn-group, .calendar_table caption .btn-group {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.sticky_table caption .btn-group > div, .sticky_first_table caption .btn-group > div, .calendar_table caption .btn-group > div {
    margin-right: .3125rem
}

.sticky_table caption .btn-group > div:last-child, .sticky_first_table caption .btn-group > div:last-child, .calendar_table caption .btn-group > div:last-child {
    margin-right: 1.25rem
}

.sticky_table caption .btn-group .btn, .sticky_first_table caption .btn-group .btn, .calendar_table caption .btn-group .btn {
    height: 2.1875rem
}

.sticky_table caption .btn-group .btn-check:focus + .btn, .sticky_table caption .btn-group .btn:focus, .sticky_first_table caption .btn-group .btn-check:focus + .btn, .sticky_first_table caption .btn-group .btn:focus, .calendar_table caption .btn-group .btn-check:focus + .btn, .calendar_table caption .btn-group .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.sticky_table caption .btn-group .right, .sticky_first_table caption .btn-group .right, .calendar_table caption .btn-group .right {
    margin-left: auto
}

.sticky_table .sticky_table_control, .sticky_first_table .sticky_table_control, .calendar_table .sticky_table_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    position: relative
}

.sticky_table .sticky_table_control .days .set, .sticky_first_table .sticky_table_control .days .set, .calendar_table .sticky_table_control .days .set {
    display: inline-block;
    padding: .625rem .625rem .5625rem;
    border-radius: .25rem .25rem 0 0;
    background: #eee;
    margin-left: 1.3125rem;
    margin-right: 1.25rem;
    border: 1px solid #ccc;
    border-bottom: 0
}

.sticky_table .sticky_table_control .days .set span, .sticky_first_table .sticky_table_control .days .set span, .calendar_table .sticky_table_control .days .set span {
    font-size: 120%;
    padding-left: 0.1em;
    padding-right: 0.1em
}

.sticky_table .sticky_table_control .prev a, .sticky_table .sticky_table_control .next a, .sticky_first_table .sticky_table_control .prev a, .sticky_first_table .sticky_table_control .next a, .calendar_table .sticky_table_control .prev a, .calendar_table .sticky_table_control .next a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sticky_table .sticky_table_control .prev a i, .sticky_table .sticky_table_control .next a i, .sticky_first_table .sticky_table_control .prev a i, .sticky_first_table .sticky_table_control .next a i, .calendar_table .sticky_table_control .prev a i, .calendar_table .sticky_table_control .next a i {
    padding-bottom: 0.03em;
    font-size: 150%
}

.sticky_table .sticky_table_control .prev a:hover, .sticky_table .sticky_table_control .next a:hover, .sticky_first_table .sticky_table_control .prev a:hover, .sticky_first_table .sticky_table_control .next a:hover, .calendar_table .sticky_table_control .prev a:hover, .calendar_table .sticky_table_control .next a:hover {
    color: #71bf44
}

@media (min-width: 966px) {
    .sticky_table thead > :first-child th:first-child > div, .sticky_first_table thead > :first-child th:first-child > div, .calendar_table thead > :first-child th:first-child > div {
        background: #fff;
        position: absolute;
        bottom: 0;
        top: -36px;
        left: 0;
        right: 0
    }
}

.sticky_table thead th, .sticky_first_table thead th, .calendar_table thead th {
    background: #eee
}

.sticky_table thead th:first-child, .sticky_table thead th:nth-child(2), .sticky_table thead th:nth-child(3), .sticky_table thead th:nth-child(4), .sticky_first_table thead th:first-child, .sticky_first_table thead th:nth-child(2), .sticky_first_table thead th:nth-child(3), .sticky_first_table thead th:nth-child(4), .calendar_table thead th:first-child, .calendar_table thead th:nth-child(2), .calendar_table thead th:nth-child(3), .calendar_table thead th:nth-child(4) {
    background: #fff
}

.sticky_table thead th:first-child > div, .sticky_table thead th:nth-child(2) > div, .sticky_table thead th:nth-child(3) > div, .sticky_table thead th:nth-child(4) > div, .sticky_first_table thead th:first-child > div, .sticky_first_table thead th:nth-child(2) > div, .sticky_first_table thead th:nth-child(3) > div, .sticky_first_table thead th:nth-child(4) > div, .calendar_table thead th:first-child > div, .calendar_table thead th:nth-child(2) > div, .calendar_table thead th:nth-child(3) > div, .calendar_table thead th:nth-child(4) > div {
    padding: 0 10px
}

.sticky_table thead th > div, .sticky_first_table thead th > div, .calendar_table thead th > div {
    height: 2.25rem;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 7px
}

.sticky_table thead th:first-child > div, .sticky_first_table thead th:first-child > div, .calendar_table thead th:first-child > div {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.sticky_table thead th:last-child > div, .sticky_first_table thead th:last-child > div, .calendar_table thead th:last-child > div {
    border-right: 1px solid #ccc
}

.sticky_table thead > :first-child th:first-child > div, .sticky_table thead > :first-child th:nth-child(2) > div, .sticky_table thead > :first-child th:nth-child(3) > div, .sticky_table thead > :first-child th:nth-child(4) > div, .sticky_first_table thead > :first-child th:first-child > div, .sticky_first_table thead > :first-child th:nth-child(2) > div, .sticky_first_table thead > :first-child th:nth-child(3) > div, .sticky_first_table thead > :first-child th:nth-child(4) > div, .calendar_table thead > :first-child th:first-child > div, .calendar_table thead > :first-child th:nth-child(2) > div, .calendar_table thead > :first-child th:nth-child(3) > div, .calendar_table thead > :first-child th:nth-child(4) > div {
    border: 1px solid transparent
}

.sticky_table thead > :nth-child(2n) th, .sticky_first_table thead > :nth-child(2n) th, .calendar_table thead > :nth-child(2n) th {
    top: 2.25rem;
    background: #eee
}

.sticky_table thead > :nth-child(2n) th > div, .sticky_first_table thead > :nth-child(2n) th > div, .calendar_table thead > :nth-child(2n) th > div {
    border-bottom: 1px solid #ccc
}

.sticky_table th, .sticky_first_table th, .calendar_table th {
    text-align: left
}

.sticky_table td, .sticky_first_table td, .calendar_table td {
    text-align: center
}

.sticky_table th, .sticky_table td, .sticky_first_table th, .sticky_first_table td, .calendar_table th, .calendar_table td {
    text-align: left;
    font-weight: normal;
    padding: 0;
    border: 0
}

.sticky_table thead th, .sticky_first_table thead th, .calendar_table thead th {
    color: #676a6c
}

.sticky_table .saturday, .sticky_first_table .saturday, .calendar_table .saturday {
    color: #1f4b70
}

.sticky_table .holiday, .sticky_first_table .holiday, .calendar_table .holiday {
    color: #c00
}

.sticky_table .buildname, .sticky_first_table .buildname, .calendar_table .buildname {
    background: none !important
}

.sticky_table .buildname > .bg_color, .sticky_first_table .buildname > .bg_color, .calendar_table .buildname > .bg_color {
    background: #e5f1ea !important
}

.sticky_table .buildname::after, .sticky_first_table .buildname::after, .calendar_table .buildname::after {
    border-left: 0;
    border-right: 0
}

.sticky_table tbody > :first-child td, .sticky_first_table tbody > :first-child td, .calendar_table tbody > :first-child td {
    border-top: 0
}

.sticky_table tbody tr th, .sticky_table tbody tr td, .sticky_first_table tbody tr th, .sticky_first_table tbody tr td, .calendar_table tbody tr th, .calendar_table tbody tr td {
    line-height: 1.2;
    position: relative
}

.sticky_table tbody tr .bg_color, .sticky_first_table tbody tr .bg_color, .calendar_table tbody tr .bg_color {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1
}

.sticky_table tbody tr .liner, .sticky_first_table tbody tr .liner, .calendar_table tbody tr .liner {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1
}

.sticky_table tbody tr .liner::after, .sticky_first_table tbody tr .liner::after, .calendar_table tbody tr .liner::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 6px;
    background: #8ccb68
}

.sticky_table tbody tr th, .sticky_first_table tbody tr th, .calendar_table tbody tr th {
    padding: 10px 10px;
    position: relative
}

.sticky_table tbody tr th::after, .sticky_first_table tbody tr th::after, .calendar_table tbody tr th::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-bottom: 1px solid #ccc;
    z-index: 0
}

.sticky_table tbody tr th:first-child::before, .sticky_first_table tbody tr th:first-child::before, .calendar_table tbody tr th:first-child::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    border-left: 1px solid #ccc;
    z-index: 0
}

.sticky_table tbody tr td, .sticky_first_table tbody tr td, .calendar_table tbody tr td {
    padding: 10px 7px
}

.sticky_table tbody tr td::after, .sticky_first_table tbody tr td::after, .calendar_table tbody tr td::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 1px solid #ccc;
    border-right: 0;
    border-top: 0;
    z-index: -1;
    text-align: center
}

.sticky_table tbody tr td:last-child::after, .sticky_first_table tbody tr td:last-child::after, .calendar_table tbody tr td:last-child::after {
    border-right: 1px solid #ccc
}

.sticky_table tbody tr td > div, .sticky_first_table tbody tr td > div, .calendar_table tbody tr td > div {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.sticky_table tbody tr td .tate, .sticky_first_table tbody tr td .tate, .calendar_table tbody tr td .tate {
    padding-left: 0.1em;
    width: 1em;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.sticky_table tbody tr:nth-child(even) th, .sticky_first_table tbody tr:nth-child(even) th, .calendar_table tbody tr:nth-child(even) th {
    background: #ededed
}

.sticky_table tbody tr:nth-child(odd) th, .sticky_first_table tbody tr:nth-child(odd) th, .calendar_table tbody tr:nth-child(odd) th {
    background: #f7f7f7
}

.sticky_table tbody tr .num, .sticky_first_table tbody tr .num, .calendar_table tbody tr .num {
    text-align: right;
    word-break: break-all
}

.sticky_table tbody .set_menu, .sticky_first_table tbody .set_menu, .calendar_table tbody .set_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sticky_table tbody .set_menu .nowrap, .sticky_first_table tbody .set_menu .nowrap, .calendar_table tbody .set_menu .nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sticky_table tbody .set_menu .text, .sticky_first_table tbody .set_menu .text, .calendar_table tbody .set_menu .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 965px) {
    .sticky_table thead th:first-child, .sticky_first_table thead th:first-child, .calendar_table thead th:first-child {
        width: 9.375rem
    }

    .sticky_table thead th:first-child > div, .sticky_first_table thead th:first-child > div, .calendar_table thead th:first-child > div {
        width: 9.375rem
    }

    .sticky_table thead th:nth-child(2), .sticky_first_table thead th:nth-child(2), .calendar_table thead th:nth-child(2) {
        width: 11.25rem
    }

    .sticky_table thead th:nth-child(2) > div, .sticky_first_table thead th:nth-child(2) > div, .calendar_table thead th:nth-child(2) > div {
        width: 11.25rem
    }

    .sticky_table thead th:nth-child(3), .sticky_first_table thead th:nth-child(3), .calendar_table thead th:nth-child(3) {
        width: 7.5rem
    }

    .sticky_table thead th:nth-child(3) > div, .sticky_first_table thead th:nth-child(3) > div, .calendar_table thead th:nth-child(3) > div {
        width: 7.5rem
    }

    .sticky_table thead th:nth-child(4), .sticky_first_table thead th:nth-child(4), .calendar_table thead th:nth-child(4) {
        width: 3.125rem
    }

    .sticky_table thead th:nth-child(4) > div, .sticky_first_table thead th:nth-child(4) > div, .calendar_table thead th:nth-child(4) > div {
        width: 3.125rem
    }
}

@media (min-width: 966px) {
    .sticky_table thead th, .sticky_first_table thead th, .calendar_table thead th {
        z-index: 2;
        position: -webkit-sticky;
        position: sticky;
        top: 0
    }

    .sticky_table thead th:first-child, .sticky_first_table thead th:first-child, .calendar_table thead th:first-child {
        left: 0;
        z-index: 4
    }

    .sticky_table thead th:first-child > div, .sticky_first_table thead th:first-child > div, .calendar_table thead th:first-child > div {
        min-width: 9.375rem
    }

    .sticky_table thead th:nth-child(2) > div, .sticky_first_table thead th:nth-child(2) > div, .calendar_table thead th:nth-child(2) > div {
        min-width: 11.25rem
    }

    .sticky_table thead th:nth-child(3) > div, .sticky_first_table thead th:nth-child(3) > div, .calendar_table thead th:nth-child(3) > div {
        min-width: 7.5rem
    }

    .sticky_table thead th:nth-child(4) > div, .sticky_first_table thead th:nth-child(4) > div, .calendar_table thead th:nth-child(4) > div {
        min-width: 3.125rem
    }

    .sticky_table th:first-child, .sticky_first_table th:first-child, .calendar_table th:first-child {
        left: 0
    }

    .sticky_table tbody th, .sticky_first_table tbody th, .calendar_table tbody th {
        position: relative
    }

    .sticky_table tbody th:first-child, .sticky_first_table tbody th:first-child, .calendar_table tbody th:first-child {
        position: -webkit-sticky;
        position: sticky;
        z-index: 3
    }
}

.sticky_first_table th:first-child > div {
    width: 9.375rem
}

.sticky_first_table thead.h_lage th > div {
    height: 3.125rem
}

.sticky_first_table thead th:first-child {
    width: 11.25rem
}

.sticky_first_table thead th:first-child > div {
    width: 11.25rem
}

.sticky_first_table thead th:nth-child(2), .sticky_first_table thead th:nth-child(3), .sticky_first_table thead th:nth-child(4) {
    width: auto;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto
}

.sticky_first_table thead th:nth-child(2) > div, .sticky_first_table thead th:nth-child(3) > div, .sticky_first_table thead th:nth-child(4) > div {
    width: auto;
    background: transparent;
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: auto !important;
    padding: 0 7px;
    background: #fff
}

.sticky_first_table thead > tr:first-child th > div {
    border-color: #ccc !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    background: #fff
}

.sticky_first_table thead > tr:first-child th:first-child > div {
    top: 0;
    border-left: 0 !important
}

.sticky_first_table thead.bg_grey > tr:first-child th > div {
    background: #eee
}

.sticky_first_table thead.bg_grey > tr:first-child th:first-child > div {
    background: #eee
}

.sticky_first_table tbody tr th {
    background: #fff !important
}

.sticky_first_table tbody tr th:first-child::before {
    border-left: 0
}

.sticky_first_table tbody tr td:last-child::after {
    border-right: 0 !important
}

@media (min-width: 966px) {
    .sticky_first_table thead th:nth-child(2) > div, .sticky_first_table thead th:nth-child(3) > div, .sticky_first_table thead th:nth-child(4) > div {
        min-width: auto !important
    }
}

.sticky_first_table.noborder thead > tr:first-child th > div {
    border-color: #ccc !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important
}

.sticky_first_table.noborder thead > tr:first-child th:first-child > div {
    top: 0;
    border-left: 0 !important
}

.sticky_first_table.noborder tbody tr td::after {
    border-left: 0 !important
}

@media (min-width: 966px) {
    .sticky_first_table.md_fist_long th:first-child > div {
        width: 15rem
    }

    .sticky_first_table.md_fist_long thead th:first-child {
        width: 16.25rem
    }

    .sticky_first_table.md_fist_long thead th:first-child > div {
        width: 16.25rem
    }
}

.calendar_table thead th:first-child, .calendar_table thead th:nth-child(2), .calendar_table thead th:nth-child(3), .calendar_table thead th:nth-child(4) {
    width: auto;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    background: #eee
}

.calendar_table thead th:first-child > div, .calendar_table thead th:nth-child(2) > div, .calendar_table thead th:nth-child(3) > div, .calendar_table thead th:nth-child(4) > div {
    width: auto;
    background: transparent;
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: auto !important;
    padding: 0 7px
}

.calendar_table thead > tr:first-child th > div {
    border-color: #ccc !important;
    border-bottom: 0 !important;
    border-right: 0 !important
}

.calendar_table thead > tr:first-child th:last-child {
    border-right: 1px solid #ccc
}

@media (min-width: 966px) {
    .calendar_table thead > :first-child th:first-child > div {
        background: transparent;
        position: static;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        min-width: auto
    }

    .calendar_table thead th:first-child > div, .calendar_table thead th:nth-child(2) > div, .calendar_table thead th:nth-child(3) > div, .calendar_table thead th:nth-child(4) > div {
        min-width: auto !important
    }

    .calendar_table tbody th {
        position: relative
    }

    .calendar_table tbody th:first-child {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto
    }
}

.sticky_table caption .btn-group {
    left: auto;
    right: 0
}

.sticky_table caption .btn-group > div {
    margin-right: 0;
    margin-left: 5px
}

.sticky_table caption .btn-group > div:last-child {
    margin-right: 0
}

.sticky_table thead th > div {
    padding-left: 2px;
    padding-right: 2px
}

.sticky_table thead tr.tr_header_1 th:first-child, .sticky_table thead tr.tr_header_1 th:nth-child(2), .sticky_table thead tr.tr_header_1 th:nth-child(3), .sticky_table thead tr.tr_header_1 th:nth-child(4) {
    background: #eee
}

.sticky_table thead tr.tr_header_1 th:first-child > div, .sticky_table thead tr.tr_header_1 th:nth-child(2) > div, .sticky_table thead tr.tr_header_1 th:nth-child(3) > div, .sticky_table thead tr.tr_header_1 th:nth-child(4) > div {
    width: auto;
    min-width: auto;
    background: #eee;
    padding-left: 2px;
    padding-right: 2px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.sticky_table thead tr.tr_header_1 th:first-child {
    max-width: 200px
}

.sticky_table tbody tr th {
    padding-left: 5px;
    padding-right: 5px
}

.sticky_table tbody tr th.btn_add_type {
    padding-left: 0;
    padding-right: 0
}

.sticky_table tbody tr td {
    padding-left: 2px;
    padding-right: 2px
}

.sticky_table .ellipsis {
    width: 98px
}

.sticky_table .ellipsis.clip {
    width: 100%
}

.sticky_table .build_list .ellipsis {
    width: 240px;
    padding-left: 8px
}

.sticky_table th.class_master.hide {
    width: 0 !important;
    font-size: 0 !important;
    padding: 0 !important
}

.sticky_table th.class_master.hide > div {
    padding: 0 !important;
    width: 5px !important;
    min-width: 0 !important;
    border-left: 0
}

.sticky_table th.class_master.hide .menu_include {
    display: none
}

.sticky_table th.btn_add_type {
    padding: 0
}

.sticky_table tr.day_sum_data th.class_master + th > div {
    position: absolute;
    left: -50px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: right
}

.sticky_table .build_list > .buildname:last-child > div {
    border-right: 1px solid #ccc
}

@media (max-width: 965px) {
    .sticky_table thead tr.tr_header_1 th {
        width: auto
    }

    .sticky_table thead tr.tr_header_1 th:first-child, .sticky_table thead tr.tr_header_1 th:nth-child(2), .sticky_table thead tr.tr_header_1 th:nth-child(3), .sticky_table thead tr.tr_header_1 th:nth-child(4) {
        position: relative
    }

    .sticky_table thead tr.tr_header_2 th:first-child {
        width: 170px
    }

    .sticky_table thead tr.tr_header_2 th:first-child > div {
        width: 100%
    }

    .sticky_table thead tr.tr_header_2 th:nth-child(2) {
        width: 100%
    }

    .sticky_table thead tr.tr_header_2 th:nth-child(2) > div {
        width: 160px
    }

    .sticky_table thead tr.tr_header_2 th:nth-child(3) {
        width: 100%
    }

    .sticky_table thead tr.tr_header_2 th:nth-child(3) > div {
        width: 100px
    }

    .sticky_table thead tr.tr_header_2 th:nth-child(4) {
        width: 50px
    }

    .sticky_table thead tr.tr_header_2 th:nth-child(4) > div {
        width: 50px
    }

    .sticky_table tbody th.btn_add_type {
        min-width: 20px
    }
}

@media (min-width: 966px) {
    .sticky_table thead > :first-child th:first-child > div {
        position: static
    }
}

@media (min-width: 966px) {
    .sticky_table thead tr.tr_header_1 th:first-child {
        z-index: 8
    }

    .sticky_table thead tr.tr_header_2 th:first-child, .sticky_table thead tr.tr_header_2 th:nth-child(2), .sticky_table thead tr.tr_header_2 th:nth-child(3), .sticky_table thead tr.tr_header_2 th:nth-child(4) {
        z-index: 8;
        position: -webkit-sticky;
        position: sticky
    }

    .sticky_table thead tr.tr_header_2 th:first-child {
        left: 0
    }

    .sticky_table thead tr.tr_header_2 th:nth-child(2) {
        left: 130px
    }

    .sticky_table thead tr.tr_header_2 th.class_master + th {
        left: 270px
    }

    .sticky_table thead tr.tr_header_2 th.class_master + th + th {
        left: 345px
    }

    .sticky_table thead tr.tr_header_2 th.class_master.hide + th {
        left: 135px
    }

    .sticky_table thead tr.tr_header_2 th.class_master.hide + th + th {
        left: 210px
    }

    .sticky_table thead tr.tr_header_2 th:first-child > div, .sticky_table tbody th:first-child > div {
        min-width: 130px
    }

    .sticky_table thead tr.tr_header_2 th:nth-child(2) > div, .sticky_table tbody th:nth-child(2) > div {
        min-width: 130px
    }

    .sticky_table thead tr.tr_header_2 th:nth-child(3) > div, .sticky_table tbody th:nth-child(3) > div {
        min-width: 65px
    }

    .sticky_table tbody th:first-child {
        position: relative
    }

    .sticky_table tbody tr.record_type th:first-child, .sticky_table tbody tr.record_type th:nth-child(2), .sticky_table tbody tr.record_type th:nth-child(3), .sticky_table tbody tr.record_type th:nth-child(4), .sticky_table tbody tr.record_type th:nth-child(5), .sticky_table tbody tr.day_sum_data th:first-child, .sticky_table tbody tr.day_sum_data th:nth-child(2), .sticky_table tbody tr.day_sum_data th:nth-child(3), .sticky_table tbody tr.day_sum_data th:nth-child(4), .sticky_table tbody tr.day_sum_data th:nth-child(5) {
        position: -webkit-sticky;
        position: sticky;
        z-index: 3
    }

    .sticky_table tbody tr.record_type th.num, .sticky_table tbody tr.day_sum_data th.num {
        z-index: 2
    }

    .sticky_table tbody tr.record_type th.build_type, .sticky_table tbody tr.day_sum_data th.build_type {
        left: 20px
    }

    .sticky_table tbody tr.record_type th.btn_add_type, .sticky_table tbody tr.day_sum_data th.btn_add_type {
        min-width: 20px;
        left: 0
    }

    .sticky_table tbody tr.record_type th.btn_add_type + .build_type, .sticky_table tbody tr.day_sum_data th.btn_add_type + .build_type {
        left: 20px
    }

    .sticky_table tbody tr.record_type th.class_master, .sticky_table tbody tr.day_sum_data th.class_master {
        left: 130px;
        max-width: 160px
    }

    .sticky_table tbody tr.record_type th.class_master + th, .sticky_table tbody tr.day_sum_data th.class_master + th {
        left: 270px
    }

    .sticky_table tbody tr.record_type th.class_master + th + th, .sticky_table tbody tr.day_sum_data th.class_master + th + th {
        left: 345px
    }

    .sticky_table tbody tr.record_type th.class_master.hide + th, .sticky_table tbody tr.day_sum_data th.class_master.hide + th {
        left: 135px
    }

    .sticky_table tbody tr.record_type th.class_master.hide + th + th, .sticky_table tbody tr.day_sum_data th.class_master.hide + th + th {
        left: 210px
    }

    .sticky_table tbody tr.build_list th:first-child {
        position: -webkit-sticky;
        position: sticky;
        z-index: 4;
        left: 0
    }

    .sticky_table tbody tr.day_sum_data th:first-child {
        left: 0;
        min-width: 20px
    }

    .sticky_table tbody tr.day_sum_data th:nth-child(2) {
        left: 20px
    }
}

.menu_include {
    position: relative;
    z-index: 1
}

.menu_include.class_edit.hide {
    display: none
}

.menu_include .menu {
    margin-left: 0.5em;
    width: 1.25rem;
    height: 1.25rem;
    background: #8ccb68;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu_include .menu:hover {
    cursor: pointer
}

.menu_include .menu .toggle_menu_btn {
    width: 60%;
    height: 2px;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

.menu_include .menu .toggle_menu_btn::before, .menu_include .menu .toggle_menu_btn::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    height: 2px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

.menu_include .menu .toggle_menu_btn::before {
    top: -.25rem
}

.menu_include .menu .toggle_menu_btn::after {
    top: .25rem
}

.menu_include .menu.open .toggle_menu_btn {
    background: transparent
}

.menu_include .menu.open .toggle_menu_btn::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu_include .menu.open .toggle_menu_btn::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu_include .menu.disabled {
    opacity: 0.3;
    pointer-events: none
}

.menu_include .menu_box {
    display: block;
    display: none;
    position: absolute;
    left: 1.875rem;
    top: 0;
    color: #fff;
    min-width: 8.75rem;
    text-align: left;
    -webkit-box-shadow: 0px 0px 11px -7px #777777;
    box-shadow: 0px 0px 11px -7px #777777;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

.menu_include .menu_box .item:first-child a {
    border-radius: .125rem .125rem 0 0
}

.menu_include .menu_box .item:last-child a {
    border-radius: 0 0 .125rem .125rem
}

.menu_include .menu_box .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #fff;
    padding: .625rem .9375rem;
    background: #71bf44
}

.menu_include .menu_box .item a:hover, .menu_include .menu_box .item a:active {
    background: #8ccb68
}

.menu_include .menu_box .item i {
    font-size: 140%;
    margin-left: 0.2em;
    font-weight: 400
}

.sticky_table tbody > :last-child .menu_include .menu_box, .sticky_table tbody > :nth-last-child(2) .menu_include .menu_box {
    top: auto;
    bottom: 0
}

.sticky_table tbody td:last-child .tooltips .tooltips_box, .sticky_table tbody td:nth-last-child(2) .tooltips .tooltips_box, .sticky_table tbody td:nth-last-child(3) .tooltips .tooltips_box, .sticky_table tbody td:nth-last-child(4) .tooltips .tooltips_box {
    left: auto;
    right: -0.5em
}

.sticky_table tbody td:last-child .tooltips .tooltips_box::before, .sticky_table tbody td:nth-last-child(2) .tooltips .tooltips_box::before, .sticky_table tbody td:nth-last-child(3) .tooltips .tooltips_box::before, .sticky_table tbody td:nth-last-child(4) .tooltips .tooltips_box::before {
    left: auto;
    right: 0.7em
}

.sticky_table tbody > tr:nth-child(2) .menu_include .menu_box {
    top: 0;
    bottom: auto
}

.tooltips {
    position: relative;
    display: inline-block;
    color: #337ab7;
    text-decoration: underline
}

.tooltips:hover {
    cursor: pointer;
    text-decoration: none
}

.tooltips.open {
    text-decoration: none
}

.tooltips .tooltips_box {
    display: block;
    display: none;
    position: absolute;
    left: -1.2em;
    bottom: 1.8em;
    background: rgba(0, 0, 0, 0.6);
    border-radius: .125rem;
    color: #fff;
    min-width: 8.75rem;
    padding: .3125rem;
    z-index: 2
}

.tooltips .tooltips_box::before {
    content: "";
    display: block;
    position: absolute;
    left: 1.4em;
    bottom: -1em;
    border: 5px solid transparent;
    border-top: 9px solid rgba(0, 0, 0, 0.6)
}

.frame_body_container {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.frame_body_container::-webkit-scrollbar {
    display: none
}

.frame_body_container {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.frame_body_container.bg_grey {
    background: #ddd
}

.frame_body_container .container-fluid {
    padding-top: .9375rem;
    padding-bottom: 3.125rem
}

.frame_body_container .container-fluid.bg_white {
    background: #fff
}

@media (min-width: 966px) {
    .frame_body_container {
        left: 1.25rem;
        right: 1.25rem;
        top: 1.25rem
    }

    .frame_body_container .container-fluid {
        padding: 1.25rem;
        padding-bottom: 3.125rem
    }
}

.error .input-text, .error .input-select, .error .input-textarea, .error .selectize-control.single .selectize-input {
    border-color: #c00;
    background: #fcf7f7
}

.error .input-text:disabled, .error .input-select:disabled, .error .input-textarea:disabled, .error .selectize-control.single .selectize-input:disabled {
    border-color: #c00;
    background: #fcf7f7
}

.bg-clip .bg.error_img {
    background-color: #eecccc
}

.error_msg {
    color: #c00;
    font-weight: bold;
    margin-top: .3125rem
}

.inputs {
    position: relative
}

.inputs.calendar::after {
    font-family: "icons";
    content: "\e926";
    color: #71bf44;
    font-size: 140%;
    position: absolute;
    top: 50%;
    right: .625rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.inputs.calendar .input-text {
    padding-right: 2.1875rem
}

.inputs.edit .input-text, .inputs.qr .input-text {
    padding-right: 3em
}

.inputs.edit .edit_link {
    position: absolute;
    right: .625rem;
    top: 55%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #71bf44
}

.inputs.edit .edit_link i {
    font-size: 180%
}

.inputs.qr a {
    display: block;
    position: absolute;
    right: .625rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.inputs.qr .bg-clip {
    width: 1.875rem;
    height: 1.875rem;
    padding-bottom: 0
}

.inputs.qr .bg-clip .bg {
    background-size: contain
}

.inputs.delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.inputs.delete .delete_btn {
    padding-left: .625rem
}

.inputs.delete .delete_btn i {
    font-size: 240%;
    color: #71bf44
}

.inputs.delete .control_group, .inputs.delete .input-text, .inputs.delete .input-select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.input-text, .input-select {
    height: 2.5rem;
    color: #676a6c;
    padding-left: .75rem;
    padding-right: .75rem;
    border: 1px solid #ccc;
    line-height: 1.2;
    background: #fff;
    border-radius: .3125rem
}

.input-text option, .input-select option {
    color: #000
}

.input-text.disabled:disabled, .input-select.disabled:disabled {
    background: #fff;
    border: 1px solid #ccc
}

.input-text:disabled, .input-select:disabled {
    background: #f7f7f7;
    border: 1px solid #ccc
}

.input-text.radius, .input-select.radius {
    border-radius: 2.5rem
}

.input-text.small, .input-select.small {
    height: 2.1875rem
}

.input-text.small.radius, .input-select.small.radius {
    border-radius: 2.1875rem
}

.input-text.calendar, .input-select.calendar {
    background: #fff url("/img/design/calendar_edit.svg") no-repeat 98% center/20px auto;
    padding-right: 2.1875rem
}

.input-text.calendar:disabled, .input-select.calendar:disabled {
    background-color: #f7f7f7;
    background-image: url("/img/design/calendar_edit_g.svg");
}

.input-text {
    padding-top: 0.3em;
    padding-bottom: 0.2em
}

.input-textarea {
    padding: .75rem;
    border-radius: .3125rem;
    border: 1px solid #ccc;
    line-height: 1.4;
    background: #fff
}

.search_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.search_set .input-text, .search_set .btn {
    height: 1.5625rem
}

.search_set .inputs {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.search_set .inputs::after {
    font-family: "icons";
    content: "\e90e";
    color: #71bf44;
    font-size: 120%;
    position: absolute;
    top: 50%;
    left: 0.3em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.search_set .inputs .input-text {
    border: 1px solid #71bf44;
    position: relative;
    padding-left: 2em;
    border-radius: 1.5625rem
}

.search_set .btns {
    display: none;
    width: 3.125rem;
    border-radius: 0 1.5625rem 1.5625rem 0;
    -webkit-transition: none;
    transition: none
}

@media (min-width: 966px) {
    .search_set .input-text, .search_set .btn {
        height: 2.1875rem
    }

    .search_set .inputs::after {
        font-size: 180%
    }

    .search_set .inputs .input-text {
        padding-left: 3em;
        border-radius: 2.1875rem 0 0 2.1875rem
    }

    .search_set .btn {
        border-radius: 0 2.1875rem 2.1875rem 0
    }

    .search_set .btns {
        display: block;
        width: 5rem
    }

    .search_set .btns .btn-group .btn {
        height: 2.1875rem
    }
}

.search_set_long {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.search_set_long .inputs {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search_set_long .inputs label {
    display: block;
    background: #ccc;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.75rem;
    border-radius: .3125rem 0 0 .3125rem
}

.search_set_long .inputs .input-text {
    border: 1px solid #ccc;
    position: relative;
    padding-left: 4.0625rem;
    padding-right: 5.625rem
}

.search_set_long .inputs .btn {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    width: 5rem;
    height: auto;
    border-radius: .3125rem;
    -webkit-transition: none;
    transition: none;
    z-index: 1
}

@media (min-width: 576px) {
    .search_set_long .inputs label {
        width: 6.25rem
    }

    .search_set_long .inputs .input-text {
        padding-left: 6.875rem;
        padding-right: 6.875rem
    }

    .search_set_long .inputs .btn {
        width: 6.25rem
    }
}

div.lines {
    height: 1px;
    background: #ddd;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.toggle_buttons_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -.9375rem
}

.toggle_buttons_list > * {
    min-width: 50%;
    padding-right: 1.25rem;
    margin-bottom: .9375rem
}

.toggle_buttons_list .allcheck {
    width: 100%;
    position: relative;
    padding-bottom: 1.1875rem;
    margin-bottom: 1.25rem
}

.toggle_buttons_list .allcheck::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #bbb
}

.toggle_buttons_list + .lines {
    margin-top: 1.4375rem;
    margin-bottom: 1.5rem
}

.toggle_buttons_list.lage .toggle_buttons .button {
    font-size: 1rem
}

.toggle_buttons_list.lage .toggle_buttons .button::before {
    top: -0.2em
}

.toggle_buttons_inline .toggle_buttons {
    margin-right: .625rem;
    display: inline-block
}

.toggle_buttons {
    position: relative
}

.toggle_buttons.lage .button {
    font-size: 1rem
}

.toggle_buttons.lage .button::before {
    top: -0.2em
}

.toggle_buttons label {
    display: inline-block
}

.toggle_buttons [type="radio"], .toggle_buttons [type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    outline: none;
    cursor: pointer
}

.toggle_buttons .button {
    z-index: 1;
    position: relative;
    display: inline-block;
    color: #000;
    background-color: transparent;
    border: none;
    height: 100%;
    text-align: left;
    font-size: .875rem;
    line-height: 1.4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer
}

.toggle_buttons .button::before {
    display: inline;
    font-family: "icons";
    font-size: 140%;
    color: #71bf44;
    position: absolute;
    left: 0;
    top: -0.24em
}

.toggle_buttons :disabled + .button {
    color: #999
}

.toggle_buttons [type="radio"] + .button {
    padding-left: 1.5625rem
}

.toggle_buttons [type="radio"] + .button::before {
    content: "\e91f";
    color: #bbb
}

.toggle_buttons [type="radio"]:checked + .button::before {
    content: "\e91e";
    color: #71bf44
}

.toggle_buttons [type="checkbox"] + .button {
    padding-left: 1.5625rem
}

.toggle_buttons [type="checkbox"] + .button::before {
    content: "\e921";
    color: #bbb
}

.toggle_buttons [type="checkbox"]:checked + .button::before {
    content: "\e920";
    color: #71bf44
}

.toggle_check_list .set_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    padding-bottom: .625rem;
    margin-bottom: .625rem;
    border-bottom: 1px dotted #bbb
}

.toggle_check_list .set_item > * {
    margin-right: .625rem
}

.toggle_check_list .set_item .toggle_buttons .button {
    min-height: 1.375rem
}

.toggle_check_list .set_item .input-text {
    width: 4em
}

.toggle_check_list .set_item .name, .toggle_check_list .set_item .standard {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.btn_add_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn_add_set.left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn_add_set a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #71bf44;
    font-weight: 700
}

.btn_add_set a i {
    font-size: 240%;
    display: block;
    position: relative
}

.btn_add_set a i::after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: .3125rem;
    left: .3125rem;
    right: .3125rem;
    bottom: .3125rem;
    border-radius: 50%;
    z-index: -1
}

.btn_add_set a i i + * {
    margin-left: 0.1em
}

@media (min-width: 966px) {
    .btn_add_set .a {
        font-size: 1rem
    }
}

.header_content {
    margin-bottom: .9375rem;
    position: relative
}

.header_content .btn_add {
    position: absolute;
    left: 0;
    top: 0;
    color: #71bf44
}

.header_content .btn_add i {
    font-size: 180%;
    margin-right: 0.05em
}

.header_content .btn_add a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #71bf44;
    font-weight: 700
}

.header_content .btn_add + .btn_add {
    left: auto;
    right: 0
}

@media (min-width: 414px) {
    .header_content .btn_add + .btn_add {
        left: 4.375rem;
        right: auto
    }
}

.header_content .btn_add.long + .btn_add {
    left: auto;
    right: 0
}

@media (min-width: 576px) {
    .header_content .btn_add.long + .btn_add {
        left: 8.125rem;
        right: auto
    }
}

.header_content .right .btn-group {
    position: absolute;
    top: 0;
    right: 0
}

.header_content .right .btn-group .btn {
    height: 1.5625rem;
    width: 100%
}

@media (max-width: 319px) {
    .header_content .search_set {
        max-width: none;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 320px) {
    .header_content .search_set {
        width: 4.375rem;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transition: all 0.2s;
        transition: all 0.2s
    }

    .header_content .search_set.focus {
        width: 100%
    }
}

@media (min-width: 414px) {
    .header_content .search_set {
        width: 30%
    }

    .header_content .search_set.focus {
        width: 30%
    }

    .header_content .search_set.focus_long.focus {
        width: 80%
    }
}

@media (min-width: 576px) {
    .header_content .search_set.focus_long.focus {
        width: 40%
    }
}

@media (min-width: 966px) {
    .header_content .header_input_form {
        position: absolute;
        right: 0;
        top: 0;
        width: 40%
    }

    .header_content .btn_add i {
        font-size: 260%;
        margin-right: 0.1em
    }

    .header_content .btn_add a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #71bf44;
        font-weight: 700
    }

    .header_content .btn_add + .btn_add {
        left: 5rem;
        right: auto
    }

    .header_content .btn_add.long + .btn_add {
        left: 8.75rem;
        right: auto
    }

    .header_content .search_set {
        width: 15rem
    }

    .header_content .search_set.focus_long {
        width: 21.25rem
    }

    .header_content .search_set.focus_long.focus {
        width: 21.25rem
    }
}

.header_input_form {
    background: #ddd;
    padding: .9375rem;
    margin-left: -.625rem;
    margin-right: -0.75rem;
    margin-left: -0.75rem
}

.header_input_form .data_set_list .set_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .625rem
}

.header_input_form .data_set_list .set_group .to {
    width: 4.375rem;
    margin-bottom: 0
}

.header_input_form .data_set_list .set_group .do {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header_input_form .data_set_list .set_group .inputs {
    display: table;
    table-layout: fixed;
    width: 100%
}

.header_input_form .data_set_list .set_group .text_set {
    background: #fff;
    height: 2.1875rem;
    padding: .3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header_input_form .data_set_list .set_group .text_set div {
    text-overflow: ellipsis;
    white-space: nowrap;
    white-space: nowrap;
    overflow: hidden;
    width: 100%
}

@media (min-width: 576px) {
    .header_input_form .data_set_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: -1%;
        margin-right: -1%
    }

    .header_input_form .data_set_list .set_group {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
        padding-right: 1%;
        padding-left: 1%
    }

    .header_input_form .data_set_list .set_group.set_ppt {
        max-width: 8.75rem
    }

    .header_input_form .data_set_list .set_group.set_ppt .to {
        width: 3.75rem
    }

    .header_input_form .data_set_list.label_mini .set_group .to {
        width: auto;
        padding-right: .9375rem
    }

    .header_input_form .data_set_list.label_mini .set_group .to + .do {
        max-width: none
    }

    .header_input_form .data_set_list .btn {
        height: 2.1875rem
    }
}

@media (min-width: 966px) {
    .header_input_form {
        margin-right: 0;
        margin-left: 0
    }

    .header_input_form .data_set_list .set_group.set_ppt {
        max-width: 11.25rem
    }

    .header_input_form .data_set_list .set_group.md_flex_1h {
        -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5
    }

    .header_input_form .data_set_list .btn-group {
        margin-right: 1%
    }

    .header_input_form .data_set_list .btn {
        min-width: 7.5rem
    }
}

.inputs_colset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.inputs_colset.colset_type {
    margin-left: -1%;
    margin-right: -1%;
    margin-bottom: -.625rem
}

.inputs_colset.colset_type > * {
    padding-left: 1%;
    padding-right: 1%;
    margin-bottom: .625rem
}

.inputs_colset.colset_type .full {
    width: 100%
}

.inputs_colset.colset_type .w_50 {
    width: 50%
}

.inputs_colset.colset_type .flex_h {
    -webkit-box-flex: 0.5;
    -ms-flex: 0.5;
    flex: 0.5
}

.inputs_colset.colset_type .flex_1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.inputs_colset.colset_type .flex_2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.inputs_colset.colset_type .stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.inputs_colset.colset_type .year {
    width: 100%
}

.inputs_colset.colset_type .day, .inputs_colset.colset_type .month {
    width: 50%
}

.inputs_colset.colset_type.colset_day_option .thumbs {
    width: 100%
}

.inputs_colset.colset_type.colset_day_option2 .txt {
    width: 100%;
    margin-bottom: .125rem
}

.inputs_colset.colset_img .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.inputs_colset.colset_img .thumbs {
    width: 5.625rem;
    padding-left: .625rem
}

.inputs_colset.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (min-width: 414px) {
    .inputs_colset.colset_type .year {
        width: 50%
    }

    .inputs_colset.colset_type .day, .inputs_colset.colset_type .month {
        width: 25%
    }

    .inputs_colset.colset_type.colset_day_option2 .txt {
        width: 2em;
        margin-bottom: .625rem
    }

    .inputs_colset.colset_type.colset_day_option2 .year {
        width: calc(50% - 2em)
    }
}

@media (min-width: 576px) {
    .inputs_colset.colset_type .sm_w50 {
        width: 50%
    }

    .inputs_colset.colset_type .sm_w70 {
        width: 70%
    }

    .inputs_colset.colset_type .sm_w30 {
        width: 30%
    }

    .inputs_colset.colset_type .sm_flex_2 {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2
    }

    .inputs_colset.colset_type .sm_flex_1 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .inputs_colset.colset_type .sm_mb0 {
        margin-bottom: 0
    }

    .inputs_colset.colset_type .year {
        width: 50%
    }

    .inputs_colset.colset_type .month {
        width: 25%
    }

    .inputs_colset.colset_type.colset_day_option {
        margin-left: -0.5%;
        margin-right: -0.5%
    }

    .inputs_colset.colset_type.colset_day_option > * {
        padding-left: 0.5%;
        padding-right: 0.5%
    }

    .inputs_colset.colset_type.colset_day_option .year {
        width: 25%
    }

    .inputs_colset.colset_type.colset_day_option .day, .inputs_colset.colset_type.colset_day_option .month {
        width: 12.5%
    }

    .inputs_colset.colset_type.colset_day_option .thumbs {
        width: auto
    }
}

@media (min-width: 966px) {
    .inputs_colset.colset_type.colset_day_option {
        margin-left: -1%;
        margin-right: -1%
    }

    .inputs_colset.colset_type.colset_day_option > * {
        padding-left: 1%;
        padding-right: 1%
    }

    .inputs_colset.colset_type.colset_day_option .year {
        width: 50%
    }

    .inputs_colset.colset_type.colset_day_option .day, .inputs_colset.colset_type.colset_day_option .month {
        width: 16%
    }

    .inputs_colset.colset_type.colset_day_option .thumbs {
        width: auto
    }
}

.data_set_list + .data_set_list {
    margin-top: 1.25rem
}

.data_set_list > .set_group {
    margin-bottom: 1.25rem;
    line-height: 1.4
}

.data_set_list > .set_group:last-child {
    margin-bottom: 0
}

.data_set_list .to {
    font-weight: bold;
    margin-bottom: .3125rem
}

.data_set_list .to .flex_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.data_set_list .to .flex_title .toggle_buttons {
    margin-left: auto;
    font-weight: 400
}

.data_set_list .input_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.data_set_list .input_flex .thumb + .input-link {
    padding-left: .9375rem
}

.data_set_list .input_flex .input-link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.data_set_list .req {
    color: #c00;
    margin-left: .3125rem
}

.data_set_list .inputs.postcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.data_set_list .inputs.postcode .input-text {
    max-width: 8.75rem
}

.data_set_list .inputs.postcode .btn {
    margin-left: .625rem;
    max-width: 5rem
}

.data_set_list .inputs.thumb {
    width: 6.25rem;
    border: 1px solid #ccc;
    border-radius: .3125rem
}

.data_set_list .inputs.thumb .swipe, .data_set_list .inputs.thumb .noimg {
    width: 70%
}

.data_set_list .inputs.thumb.smalls {
    width: 4.5rem;
    padding: .3125rem;
    padding-right: 1.5625rem
}

.data_set_list .inputs.thumb.smalls .files, .data_set_list .inputs.thumb.smalls .edit_link {
    right: .25rem
}

.data_set_list .inputs.thumb.noborder {
    border: 0;
    border-radius: 0
}

.data_set_list .inputs.thumb.noborder .swipe, .data_set_list .inputs.thumb.noborder .noimg {
    padding: 0
}

.data_set_list .inputs.thumb.noborder.smalls {
    width: 4.6875rem;
    padding: 0;
    padding-right: 1.5625rem
}

.data_set_list .inputs.thumb .bg-clip .bg {
    background-size: contain
}

.data_set_list .inputs.thumb .edit_link {
    position: absolute;
    right: .625rem;
    top: 55%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #71bf44
}

.data_set_list .inputs.thumb .edit_link i {
    font-size: 180%
}

.data_set_list .inputs.thumb .files {
    position: absolute;
    right: .625rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #71bf44
}

.data_set_list .inputs.long {
    width: 100%
}

@media (max-width: 965px) {
    .data_set_list.sm_layout_2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -1%;
        margin-right: -1%
    }

    .data_set_list.sm_layout_2 > .set_group {
        width: 50%;
        padding-left: 1%;
        padding-right: 1%
    }

    .data_set_list.sm_layout_2 > .set_group.long {
        width: 100%
    }

    .data_set_list.sm_layout_2 > .set_group.sm_long {
        width: 100%
    }
}

@media (max-width: 575px) {
    .data_set_list.sm_layout_2 {
        display: block
    }

    .data_set_list.sm_layout_2 .set_group {
        width: 100%
    }
}

@media (min-width: 966px) {
    .data_set_list.md_layout_2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -1%;
        margin-right: -1%
    }

    .data_set_list.md_layout_2 > .set_group {
        width: 50%;
        padding-left: 1%;
        padding-right: 1%
    }

    .data_set_list.md_layout_2 > .set_group.long {
        width: 100%
    }

    .data_set_list + .data_set_list {
        margin-top: .9375rem
    }

    .data_set_list > .set_group {
        margin-bottom: .9375rem
    }

    .data_set_list > .set_group:last-child {
        margin-bottom: 0
    }

    .data_set_list .set_group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .data_set_list .set_group.start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .data_set_list .set_group .to {
        width: 14.375rem;
        margin-bottom: 0rem
    }

    .data_set_list .set_group .to.down {
        margin-top: 0.8em
    }

    .data_set_list .set_group .to.self {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .data_set_list .set_group .do {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .data_set_list .set_group .to + .do {
        max-width: calc(100% - 230px)
    }

    .data_set_list .d_md_block {
        display: block !important
    }

    .data_set_list.label_smallup .set_group .to {
        width: 11.25rem
    }

    .data_set_list.label_smallup .set_group .to + .do {
        max-width: calc(100% - 180px)
    }

    .data_set_list.label_small .set_group .to {
        width: 9.375rem
    }

    .data_set_list.label_small .set_group .to + .do {
        max-width: calc(100% - 150px)
    }

    .data_set_list.label_mini .set_group .to {
        width: 5rem
    }

    .data_set_list.label_mini .set_group .to + .do {
        max-width: calc(100% - 80px)
    }

    .data_set_list.blocks .set_group {
        display: block
    }

    .data_set_list.blocks .set_group .to, .data_set_list.blocks .set_group .do {
        display: block;
        max-width: none !important;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%
    }

    .data_set_list.blocks .set_group .to {
        margin-bottom: .3125rem
    }
}

@media (min-width: 966px) {
    .md_container_small {
        max-width: 37.5rem;
        margin-left: auto;
        margin-right: auto
    }

    .md_container_medium {
        max-width: 966px;
        margin-left: auto;
        margin-right: auto
    }

    .md_container_lage {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto
    }
}

.control_group {
    position: relative;
    width: 100%
}

.control_group .icon-close {
    display: block;
    position: absolute;
    right: .75rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2
}

.control_group .icon-close:hover {
    cursor: pointer
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    -webkit-box-shadow: none;
    box-shadow: none
}

.selectize-input {
    width: 99.8%;
    border: 1px solid #ccc;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: .3125rem;
    line-height: 1.2;
    overflow: auto
}

.selectize-input::-webkit-scrollbar {
    display: none
}

.selectize-input {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.selectize-input.focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.selectize-input.dropdown-active {
    border-radius: .3125rem
}

.selectize-dropdown, .selectize-input, .selectize-input input {
    font-size: 100%;
    line-height: 1
}

.selectize-control.multi .selectize-input {
    background: green;
    height: 2.5rem;
    padding: 0 0.8em
}

.selectize-control.multi .selectize-input > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: #1da7ee;
    color: #676a6c;
    border: none
}

.selectize-control.multi .selectize-input > div.active {
    background: #92c836;
    color: #676a6c;
    border: 1px solid #ccc
}

.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
    color: #676a6c;
    background: #d2d2d2;
    border: 1px solid #ccc
}

.selectize-control.multi .selectize-input.has-items {
    padding: 0
}

.selectize-input.has-items > input {
    margin: 0
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
    border: 1px solid #ccc
}

.selectize-control.single .selectize-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    height: 2.5rem;
    padding: 0 0.8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.selectize-control.single .selectize-input::after {
    border: none;
    font-family: "icons";
    content: "\e91b";
    margin: 0;
    font-size: 120%;
    right: 1.5625rem;
    top: calc(50% - 0.4em);
    color: #71bf44
}

.selectize-control.single .selectize-input.dropdown-active::after {
    content: "\e91c";
    top: calc(50% - 0.5em)
}

.selectize-control.single .selectize-input.has-items::after {
    display: none
}

.selectize-control.single.required .has-items::after {
    display: block !important
}

#select_category_link + .selectize-control.single .selectize-input.has-items::after {
    display: block
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.selectize-control.single .selectize-input.input-active {
    border-radius: .3125rem .3125rem 0 0
}

.selectize-input .item {
    color: #676a6c
}

.selectize-input.dropdown-active {
    border-radius: 0
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: 0;
    border-width: 0;
    border-color: none
}

.selectize-control.single .selectize-input .item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2
}

.selectize-control.multi .selectize-input [data-value] {
    text-shadow: none;
    border-radius: 0;
    background: #8ccb68;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0.6em 0.3em;
    padding: 0 1.2em 0.2em 0.5em;
    border-radius: .125rem;
    white-space: nowrap
}

.selectize-control.multi .selectize-input [data-value]:first-child {
    margin-left: 0.5em
}

.selectize-control.multi .selectize-input [data-value].active {
    background: rgba(0, 0, 0, 0.3);
    border: 0
}

.selectize-control.plugin-remove_button .item .remove {
    padding: 0;
    border: 0;
    padding-right: 0.3em;
    color: red
}

.selectize-input.dropdown-active::before {
    content: " ";
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -2px 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0 0 .3125rem .3125rem
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: #fcfade;
    color: #71bf44
}

.selectize-dropdown .option, .selectize-dropdown .optgroup-header, .selectize-dropdown .no-results, .selectize-dropdown .create {
    padding: 1em 0.5em
}

.selectize-dropdown .active {
    background: #fcfade;
    color: #71bf44;
    font-weight: 700
}

.selectize-control.plugin-remove_button .remove-single {
    font-size: 160%;
    right: .9375rem;
    top: calc(50% - 0.55em)
}

.break_all {
    word-break: break-all
}

.links_tel[href^="tel:"] {
    color: red;
    font-size: 1.25rem
}

.links {
    color: #337ab7;
    position: relative
}

.links:hover, .links:focus, .links.focus, .links:active {
    color: #337ab7;
    text-decoration: underline
}

.links.white {
    color: #fff
}

.links.white:hover, .links.white:focus, .links.white.focus, .links.white:active {
    color: #fff
}

.links strong {
    font-weight: 700
}

@-webkit-keyframes modalwinshow {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes modalwinshow {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes modalwinclose {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes modalwinclose {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes modalboxopen {
    from {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0, 0);
        transform: translate(-50%, -50%) scale(0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1)
    }
}

@keyframes modalboxopen {
    from {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0, 0);
        transform: translate(-50%, -50%) scale(0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1)
    }
}

@-webkit-keyframes modalboxclose {
    from {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1)
    }
    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0, 0);
        transform: translate(-50%, -50%) scale(0, 0)
    }
}

@keyframes modalboxclose {
    from {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1)
    }
    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0, 0);
        transform: translate(-50%, -50%) scale(0, 0)
    }
}

.modal_window {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -999999;
    display: none
}

.modal_window .modal_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4)
}

.modal_window .modal_wallpaper {
    background: #fff;
    width: 100%;
    height: 100%;
    max-width: calc(100% - 50px);
    max-height: 80%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    top: 50%;
    left: 50%
}

.modal_window .modal_wallpaper.add_fllscreen {
    max-width: 100% !important;
    max-height: 100% !important
}

.modal_window .modal_wallpaper .modal_contents {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.modal_window .modal_wallpaper .modal_contents::-webkit-scrollbar {
    display: none
}

.modal_window .modal_wallpaper .modal_contents {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.modal_window .modal_header {
    background: #e9e9e9;
    border-bottom: 1px solid #ddd;
    color: #676a6c;
    padding: .9375rem .9375rem;
    position: fixed;
    left: 0;
    top: -1px;
    right: 0;
    z-index: 20;
    font-weight: 700
}

.modal_window .modal_header .btn-group.pos_right {
    position: absolute;
    right: 10px;
    top: 7px
}

.modal_window .modal_inner {
    background: #fff;
    padding: .625rem;
    margin-bottom: 3.125rem;
    min-height: 6.25rem;
    position: relative
}

.modal_window .modal_footer {
    border-top: 1px solid #ddd;
    background: #e9e9e9;
    color: #676a6c;
    height: 3.125rem;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1
}

.modal_window .modal_footer .btn-group .set {
    margin-right: .3125rem;
    margin-left: .3125rem
}

.modal_window .modal_footer .btn-group .btn {
    min-width: 5rem
}

.modal_window .selectize-dropdown-content {
    max-height: 8.75rem !important
}

.modal_window .btn-group .right {
    margin-left: auto
}

.modal_window .btn-group > * {
    margin-right: .3125rem
}

.modal_window .btn-group > *:last-child {
    margin-right: 0
}

.modal_window.modal_fullscreen .modal_wallpaper {
    max-width: 100% !important;
    max-height: 100% !important
}

.modal_window.modal_scrollbar .modal_inner {
    padding-bottom: 100px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.modal_window.modal_height_lage .modal_wallpaper {
    min-height: 80%;
    max-height: none
}

.modal_window.modal_lage .modal_wallpaper {
    max-width: 100%
}

@media (min-width: 576px) {
    .modal_window.modal_small .modal_wallpaper {
        max-width: 28.125rem
    }

    .modal_window.modal_medium .modal_wallpaper {
        max-width: 40.625rem
    }

    .modal_window.modal_lage .modal_wallpaper {
        max-width: 53.125rem
    }

    .modal_window.sm_modal_medium .modal_wallpaper {
        max-width: 40.625rem !important
    }
}

@media (min-width: 966px) {
    .modal_window .modal_inner {
        padding: 1.25rem
    }
}

.modal_window.open {
    z-index: 5;
    display: block;
    -webkit-animation: modalwinshow 0.3s linear 0s;
    animation: modalwinshow 0.3s linear 0s
}

.modal_window.open .modal_wallpaper {
    display: block;
    -webkit-animation: modalboxopen 0.3s linear 0s;
    animation: modalboxopen 0.3s linear 0s
}

.swipe {
    position: relative;
    display: block
}

.swipe .hidden {
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.swipe .hidden img {
    width: 100%;
    opacity: 0
}

.table-scroll .table_layout .control_group {
    text-align: left
}

.table-scroll .table_layout .selectize-dropdown-content {
    max-height: 5rem !important
}

.table-scroll .table_layout .inputs_colset {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.table-scroll .table_layout .inputs_colset > * {
    margin-right: .3125rem
}

.table-scroll .table_layout .inputs_colset > *:last-child {
    margin-right: 0
}

.table-scroll .table_layout .inputs_colset .flex1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.btn_change {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #71bf44;
    border: 0;
    position: relative
}

.btn_change i {
    font-size: 18px;
    color: #fff;
    display: block
}

.btn_change:hover {
    cursor: pointer
}

.image_thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2%;
    margin-right: -2%;
    margin-bottom: -1.25rem
}

.image_thumb.item_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.image_thumb .set_group_img {
    width: 50%;
    padding-right: 2%;
    padding-left: 2%;
    margin-bottom: 1.25rem
}

.image_thumb.max .set_group_img {
    width: 100%
}

.image_thumb .bg-clip {
    background-color: #ddd
}

.image_thumb .bg-clip .bg {
    background-size: contain
}

.image_thumb .title {
    font-size: .75rem;
    margin-top: .3125rem
}

.image_thumb .title_upper {
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: .625rem
}

.image_thumb .set_image {
    position: relative
}

.image_thumb .set_image .files {
    position: absolute;
    right: 2%;
    top: 2%;
    z-index: 1
}

.image_thumb a {
    display: block
}

.image_thumb.input_thumb {
    margin-bottom: -.625rem
}

.image_thumb.input_thumb .set_group_img {
    margin-bottom: .625rem
}

.image_thumb.input_thumb .bg-clip {
    padding-bottom: 40px
}

@media (min-width: 414px) {
    .image_thumb.max5 .set_group_img {
        width: 33.333333%
    }
}

@media (min-width: 576px) {
    .image_thumb {
        margin-left: -1%;
        margin-right: -1%
    }

    .image_thumb .set_group_img {
        width: 25%;
        padding-left: 1%;
        padding-right: 1%
    }

    .image_thumb.max5 .set_group_img {
        width: 20%
    }

    .image_thumb.sm-max2 .set_group_img {
        width: 50%
    }
}

@media (min-width: 966px) {
    .image_thumb.md-max3 .set_group_img {
        width: 33.333333%
    }
}

.text_group {
    line-height: 1.4
}

.notes {
    font-size: .75rem;
    line-height: 1.3
}

.offer_detail {
    border: 2px solid #ddd;
    padding: 1.25rem
}

@media (max-width: 965px) {
    .offer_detail br {
        display: none
    }
}

.alertmsg {
    border-radius: 3px;
    padding: 10px;
    background: rgba(140, 203, 104, 0.1);
    border: 1px solid rgba(140, 203, 104, 0.3);
    position: relative
}

.alertmsg.red {
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid rgba(255, 0, 0, 0.1)
}

.alertmsg.yellow {
    background: rgba(255, 200, 0, 0.1);
    border: 1px solid rgba(255, 200, 0, 0.4);
    color: #664d03
}

.toggle_menu_title, .set_menu_title {
    background: #8ccb68;
    color: #fff;
    padding: .625rem .9375rem .5625rem;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    position: relative
}

.toggle_menu_title::after, .set_menu_title::after {
    font-family: "icons";
    content: "\e917";
    position: absolute;
    top: calc(50% + 2px);
    right: .75rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 80%;
    color: #fff;
    font-weight: 700;
    display: block;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

.toggle_menu_title.active::after, .set_menu_title.active::after {
    top: 50%;
    content: "\e91a"
}

.set_menu_title::after {
    display: none
}

.toggle_menu_box {
    background: #f5f5f5;
    padding: .9375rem .9375rem 1.25rem
}

.to-open {
    display: none
}

.from-open {
    pointer-events: all
}

.from-open:hover {
    cursor: pointer
}

.mainvisual {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mainvisual .logovisual {
    max-width: 18.75rem;
    padding: 1.25rem
}

.mainvisual .logovisual img {
    width: 100%
}

@media (min-width: 576px) {
    .mainvisual .logovisual {
        max-width: 25rem
    }
}

.login_section {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.login_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%
}

.loginbox {
    width: 100%;
    padding: 1.25rem
}

.loginbox .loginbox_set {
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto
}

.loginbox .logovisual {
    max-width: 5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.875rem;
    position: relative
}

.loginbox .logovisual .marks img {
    width: 100%
}

.loginbox .logovisual .title_group {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center
}

.loginbox .logovisual .title_group .title {
    margin: 0;
    padding: 0;
    padding-left: .3125rem
}

@media (min-width: 966px) {
    .loginbox .loginbox_set {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 31.25rem
    }

    .loginbox .loginbox_set .logovisual {
        width: 6.25rem
    }

    .loginbox .loginbox_set .data_set_list {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 4.375rem
    }
}

.record_photo_list .set_record {
    position: relative;
    padding-top: .625rem;
    padding-bottom: 1.25rem;
    background: #fff;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem
}

.record_photo_list .set_record::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .625rem;
    background: #ddd
}

@media (min-width: 966px) {
    .record_photo_list .set_record {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.record_photo_list .header_input_form {
    background: none
}

.record_photo_list .btn-group > * {
    margin-left: .3125rem;
    margin-right: .3125rem
}

.record_photo_list .btn-group .icon-delete {
    color: #71bf44;
    font-size: 2.8125rem
}

.record_photo_list .swiper-slide {
    width: 6.25rem
}

.record_photo_list .swiper-button-prev, .record_photo_list .swiper-button-next {
    color: #676a6c;
    top: 0;
    bottom: 0;
    height: auto;
    margin: 0
}

.record_photo_list .swiper-button-prev::after, .record_photo_list .swiper-button-next::after {
    display: none
}

.record_photo_list .swiper-button-prev i, .record_photo_list .swiper-button-next i {
    opacity: 1;
    font-size: 1.875rem;
    font-weight: 700
}

.record_photo_list .swiper-button-prev {
    left: 0
}

.record_photo_list .swiper-button-next {
    right: 0
}

.record_photo_list .swiper-button-next.swiper-button-disabled, .record_photo_list .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

.record_photo_list .swiper-button-next.swiper-button-disabled i, .record_photo_list .swiper-button-prev.swiper-button-disabled i {
    opacity: 1
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination a, .pagination span {
    color: #676a6c;
    text-decoration: none;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-left: 0.4em;
    margin-right: 0.4em;
    font-size: .9375rem
}

.pagination a:hover {
    color: #71bf44
}

.pagination .on {
    font-weight: 700;
    color: #71bf44
}

.pagination .ten {
    padding-top: 0.15em
}

.pagination .ten::after {
    display: none
}

.pagination .previous, .pagination .next {
    padding-top: 0.15em;
    background: #71bf44;
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 50%
}

.pagination .previous i, .pagination .next i {
    font-weight: bold;
    color: #fff;
    padding-bottom: .125rem
}

.pagination .previous i {
    padding-right: .125rem
}

.pagination .next i {
    padding-left: .125rem
}

@media (max-width: 374px) {
    .pagination {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 576px) {
    .pagination a, .pagination span {
        margin-left: 0.8em;
        margin-right: 0.8em
    }
}

@media (min-width: 768px) {
    .pagination a, .pagination span {
        margin-left: 1em;
        margin-right: 1em
    }
}

.tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #71bf44;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap
}

.tab::-webkit-scrollbar {
    display: none
}

.tab {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.tab a {
    display: block;
    background: #ddd;
    padding: .625rem 1.25rem
}

.tab a.active {
    color: #fff;
    background: #71bf44
}

.tab_area {
    display: none;
    opacity: 0
}

.tab_area.is-active {
    display: block;
    -webkit-animation-name: displayAnime;
    animation-name: displayAnime;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes displayAnime {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes displayAnime {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.workplan_name_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.workplan_name_box .to {
    width: 60px;
    text-align: center
}

.workplan_name_box .do {
    background: #fff;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 115px)
}

.workplan_name_box .do .text_set {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.workplan_name_box .btn {
    margin-left: 5px;
    width: 50px;
    height: 30px;
    font-size: 11px;
    padding: 0 5px
}
