@charset "utf-8";

/*==================================
	Common clasess
==================================*/
/* Clearfix */
.cf::before,
.cf::after {
    content: "";
    display: table;
}
.cf::after {
    clear: both;
}
.cf {
    zoom:1;
}
.flex-basis-none {
    flex-basis: auto !important;
}
.div-flex {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.div-flex.flex-direction-column {
    flex-direction: column;
    align-items: flex-start;
}
.align-items-flex-start {
    align-items: flex-start;
}
.ml-auto {
    margin-left: auto !important;
}

/*==================================
	Font
==================================*/
.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
html {
    font-size: 16px;
}
body {
    font-size: 1rem;
}
.logo {
    font-weight: 700;
}
* {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 400;
    font-feature-settings: "palt";
}
.text-success {
    color: #009C51 !important;
}
.text-danger {
    color: #be1e00 !important;
}
.text-lg {
    font-size: 1.25rem;
}
.text-sm {
    font-size: .75rem !important;
}

/*==================================
	Effect
==================================*/
a,
.btn,
.form-control{
    transition-property: all;
    transition: 0.2s linear;
}

/*==================================
	HTML & BODY & Container
==================================*/
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.mrb-container {
    min-height: 100%;
    height: auto !important;
    position: relative;
}
.mrb-screen {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 100px;
}

/*==================================
	Login
==================================*/
.div-login {
    width: 100%;
    min-height: 100%;
}
.div-login .logo {
    padding: 100px 0 39px 0;
    margin-bottom: 30px;
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    background-image: url(../images/header/pc/header_top.jpg);
    color: #fff;
}
.div-login .logo .div-logo-img {
    width: 458px;
    height: 39px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-image: url(../images/header/sp/logo_sp.png);
    margin: 0 auto;
}
.div-login-body {
    padding: 0 15px;
    margin: 0 auto;
}
.div-login-body .form-control {
    padding: 1.375rem .75rem;
    margin-bottom: 15px;
}
.div-login-body .div-form-bottom {
    display: flex;
    align-items: center;
}
.div-login-body .div-form-bottom .div-links{
    flex: 1;
    padding-left: 20px;
    font-size: .875rem;
    display: flex;
    flex-direction: column;
}
.div-login-body .div-form-bottom .div-links .fas {
    font-size: .625rem;
}
.div-login-body .div-form-bottom .btn {
    flex-basis: 20%;
    padding: .75rem;
    max-height: 50px;
}
.div-login-body .div-newses .card-body {
    max-height: 260px;
    overflow-y: auto;
    padding: 0;
}
@media (min-width: 768px){
    .div-login-body {
        padding: 0;
        flex-basis: 450px;
        width: 800px;
    }
}
@media (max-width: 767px){
    .div-login .logo {
        font-size: 26px;
        padding: 70px 0 36px 0;
        background-image: url(../images/header/sp/header_sp.jpg);
    }
    .div-login .logo .div-logo-img {
        width: 280px;
        height: 24px;
        background-image: url(../images/header/sp/logo_sp.png);
    }
    .div-login-body .div-form-bottom .btn {
        flex-basis: 20%;
    }
}

/*==================================
	Header
==================================*/
header {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    /*background-color: #0993c4;*/
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    background-image: url(../images/header/pc/header.jpg);
    position: relative;
    z-index: 4;
}
header .logo {
    color: #fff;
    font-weight: 700;
    padding: 20px;
    font-size: 24px;
    margin: 0;
}
header .logo .div-logo-img {
    width: 330px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-image: url(../images/header/pc/logo.png);
}
header .div-right {
    margin-left: auto;
}
header .div-right .dropdown {
    height: 100%;
    background-color: rgba(0, 45, 74, 0.2);
    display: flex;
    align-items: center;
}
header .div-right .dropdown-toggle {
    width: 64.5px;
    font-size: 28px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
    cursor: pointer;
    line-height: 1;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    height: 20px;
    position: relative;
}
header .div-right .dropdown-toggle::after {
    display: none;
}
header .div-right .dropdown-toggle > span {
    display: block;
    background: #fff;
    width: 24px;
    height: 2px;
    position: absolute;
    z-index: 1;
    left: 20px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
header .div-right .dropdown-toggle > span:first-child {
    top: calc(50% - 10px);
}
header .div-right .dropdown-toggle > span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
header .div-right .dropdown-toggle > span:last-child {
    bottom: calc(50% - 10px);
}
header .div-right .dropdown.show .dropdown-toggle > span:first-child {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}
header .div-right .dropdown.show .dropdown-toggle > span:nth-child(2) {
    opacity: 0;
}
header .div-right .dropdown.show .dropdown-toggle > span:last-child {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}
header .div-right .dropdown-menu.show {
    top: 76px !important;
    right: 10px;
    left: auto !important;
    transform: none !important;
}
header .dropdown-header {
    font-size: 18px;
    font-weight: 700;
}
header .div-right .dropdown-menu hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
header .div-right .dropdown-item:active {
    color: #fff;
    background-color: #0993c4;
}
.h-page-title{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    display: flex;
    width: 100%;
    position: relative;
    z-index: 2;
    background: #0993c4;
    background: -webkit-linear-gradient(to top, #0993c4, #39b3de);
    background: linear-gradient(to top, #0993c4, #39b3de);
}
.h-page-title .title {
    font-weight: 700;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}
.h-page-title .div-info{
    margin-left: auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}
.h-page-title-sub .div-info {
    color: #fff;
    background: #388596;
    background: -webkit-linear-gradient(to bottom, #388596, #0f728a);
    background: linear-gradient(to bottom, #388596, #0f728a);
}
.h-page-title .div-info .div-info-title {
    padding-right: 15px;
}
.h-page-title .div-info .div-info-title .i-list-toggle{
    font-size: 1.25rem;
    position: relative;
    top: 1px;
}
.h-page-title .div-info ul,
.h-page-title .div-info ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.h-page-title .div-info ul li {
    margin: 5px 0;
    display: none;
}
.h-page-title .div-info ul.ul-list li:first-child {
    display: block;
}
.h-page-title .show-target ul.ul-list li{
    display: block;
}
.h-page-title .show-target .i-list-toggle::before {
    content: "\f146";
}

.h-page-title .button-sp-side-menu-toggle {
    display: none;
    border-radius: 2px;
    font-size: .875rem;
    font-weight: 700;
    color: #002d4a;
    position: absolute;
    z-index: 5;
    top: 7px;
    right: 7px;
}
@media (max-width: 767px) {
    header .logo .div-logo-img {
        width: 215px;
        height: 18px;
    }
    .h-page-title.h-page-title-sub .title{
        padding-right: 130px;
    }
    .h-page-title .button-sp-side-menu-toggle {
        display: block;
    }
}

/*==================================
	Footer
==================================*/
footer {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    border-top: 1px solid #e2e2e2;
    height: 120px;
}
footer .div-footer-body {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
}
.side footer {
    width: calc(100% - 1px);
}

/*==================================
	Main
==================================*/
.main{
    padding: 20px;
}
.div-page-title {
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #8d9ea9;
    color: #002d4a;
}
.div-page-ctrl-btns {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.div-page-ctrl-btns > a:not(.btn) {
    margin-right: 20px;
    text-decoration: underline;
    font-size: 1rem;
}
.div-page-ctrl-btns > a:not(.btn):hover {
    text-decoration: none;
}
.div-page-ctrl-btns a .fas,
.div-page-ctrl-btns a .fab,
.div-page-ctrl-btns a .far {
    margin-right: 5px;
}
.div-page-ctrl-btns .div-right {
    margin-left: auto;
}
.div-page-ctrl-btns .btn {
    padding: .375rem 1rem;
}

/*==================================
	Main > column container & side menu
==================================*/
.div-row-container {
    display: flex;
    width: 100%;
}
.div-row-container .side,
.div-row-container .side .side-bg {
    width: 300px;
    min-width: 300px;
}
.div-row-container .main {
    flex: 1;
    width: 100%;
}
.div-row-container .side .side-body {
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
    height: 100%;
}
.div-row-container .side .side-bg {
    background-color: #f9f9f9;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid rgba(0,0,0,.125);
}
.div-row-container .side .list-group {
    position: relative;
    z-index: 2;
}
.div-row-container .side .list-group .list-group-item {
    border-radius: 0;
    background-color: transparent;
    font-weight: 700;
    border-left: none;
    border-right: none;
    color: #212529;
}
.div-row-container .side .list-group .list-group-item.active,
.div-row-container .side .list-group .list-group-item.active:hover,
.div-row-container .side .list-group .list-group-item.active:active,
.div-row-container .side .list-group .list-group-item.active:focus {
    color: #fff;
    border-color: #0f728a;
    background: #388596;
    background: -webkit-linear-gradient(to bottom, #388596, #0f728a);
    background: linear-gradient(to bottom, #388596, #0f728a);
}
.div-row-container .side .list-group .list-group-item:first-child {
    border-top: none;
}

@media (max-width: 767px) {
    .h-page-title-sub {
        flex-direction: column;
    }
    .h-page-title-sub.h-page-title .div-info {
        width: 100%;
    }
    .div-row-container .side {
        margin-left: -300px;
    }
    .div-row-container .side .side-bg {
        left: -300px;
    }
}
@media (min-width: 768px) {
    body {
        overflow-x: visible !important;
    }
    .div-row-container .side {
        margin-left: 0 !important;
    }
    .div-row-container .side .side-bg {
        left: 0 !important;
    }
}

/*==================================
	Parts search forms
==================================*/
.div-search-row {
    display: flex;
    flex-direction: column;
}
.div-search-row .div-search-forms .card {
    background-color: #f9f9f9;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.div-search-row .div-search-forms .card .card-header {
    font-weight: 700;
}
.div-search-forms .div-row-form {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 15px;
    align-items: center;
}
.div-search-forms .div-row-form > label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    color: #696969;
    font-weight: 700;
    justify-content: flex-end;
    padding-right: 10px;
    white-space: wrap;
    font-size: .875rem;
    min-width: 130px;
    text-align: right;
}
.div-search-forms .div-row-form-inline {
    flex-wrap: nowrap;
}
.div-search-forms .custom-control-label {
    font-size: .875rem;
}
.div-search-forms .div-row-form .form-control,
.div-search-forms .div-row-form .div-right {
    display: flex;
}
.div-search-forms .div-row-form .div-right {
    align-items: center;
}
.div-search-forms .div-row-form .div-right .form-group {
    display: flex;
    width: 100%;
}
.div-search-forms .div-row-form .div-right .form-group .btn {
    margin-left: 5px;
}
.div-search-forms .div-row-form .div-right .form-group .form-control {
    flex: 1;
}
.div-search-forms .div-row-form .separator {
    line-height: 1.8;
    margin: 0 5px;
}
.div-search-forms .div-row-forms-inline {
    flex-wrap: wrap;
}
.div-search-forms .div-row-forms-inline.flex-direction-column {
    flex-direction: column;
}
.div-search-forms .div-row-forms-inline fieldset {
    margin-bottom: 15px;
    border-bottom: 1px dotted #929292;
}
.div-search-forms .div-row-forms-inline fieldset:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .div-search-forms .div-row-form > label.head.head-short {
        flex-basis: auto;
    }
    .div-search-forms .div-row-forms-inline {
        display: flex;
    }
    .div-search-forms .div-row-forms-inline .div-row-form{
        margin-right: 20px;
    }
    .div-search-forms .div-row-forms-inline fieldset:last-child {
        border-right: none;
        margin-right: 0;
        flex-basis: auto;
        flex: 1;
    }
    .div-search-forms input.form-control:not(.datepicker) {
        min-width: auto;
    }
    .div-search-forms .div-row-form-inline > label {
        min-width: 0;
        flex-basis: auto !important;
        white-space: nowrap;
        margin-left: 10px;
    }
}
@media (max-width: 767px) {
    .div-search-forms .div-row-form > label {
        flex-basis: 120px;
    }
}

/*==================================
	Alert
==================================*/
.alert{
    border-color: transparent;
}
.alert-danger {
    color: #be1e00;
    background-color: #ffe1e4;
}
.alert-warning {
    color: #1f1b06;
    background-color: #FFE499;
}
.alert-error,
.alert-error .msg {
    font-weight: 700;
    font-size: .875rem;
}
.alert-error .msg {
    padding-left: 1rem;
    position: relative;
}
.alert-error .msg::before {
    content: '・';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

/*==================================
	Anker link
==================================*/
a:not(.btn):not(.dropdown-item):not(.list-group-item) {
    color: #0a516b;
    text-decoration: underline;
}
a:not(.btn):not(.dropdown-item):not(.list-group-item):hover {
    color: #212529;
    text-decoration: none;
}
.ui-datepicker-calendar a {
    text-decoration: none !important;
    color: #212529;
}
.ui-datepicker-calendar a.ui-state-active {
    color: #fff !important;
}


/*==================================
	BG color
==================================*/
.bg-light-secondary {
    background-color: #e9ecef !important;
}
.bg-light-danger {
    background-color: #ffe1e4 !important;
}
.bg-light-warning {
    background-color: #ffe499 !important;
}

/*==================================
	Button
==================================*/
.btn-justify {
    min-width: 8rem;
    min-height: 45px;
}
.btn {
    border: none;
    white-space: nowrap;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #0993c4;
    background: -webkit-linear-gradient(to top, #0993c4, #39b3de);
    background: linear-gradient(to top, #0993c4, #39b3de);
    box-shadow: 0 2px 0 rgba(20, 96, 123, 0.87);
}
.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
    background: #be1e00;
    background: -webkit-linear-gradient(to top, #be1e00, #dc2d0c);
    background: linear-gradient(to top, #be1e00, #dc2d0c);
    box-shadow: 0 2px 0 rgba(117, 21, 3, 0.87);
}
.btn-light,
.btn-light:hover,
.btn-light:active,
.btn-light:focus {
    background: #f1f1f1;
    background: -webkit-linear-gradient(to top, #f1f1f1, #f8f9fa);
    background: linear-gradient(to top, #f1f1f1, #f8f9fa);
    box-shadow: 0 2px 0 rgba(208, 208, 208, 0.87);
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background: #7293b1;
    background: -webkit-linear-gradient(to top, #7293b1, #91afca);
    background: linear-gradient(to top, #7293b1, #91afca);
    box-shadow: 0 2px 0 rgba(56, 88, 115, 0.87);
}

.btn-primary:hover,
.btn-danger:hover,
.btn-light:hover,
.btn-secondary:hover,
header .div-right .dropdown-toggle:hover {
    opacity: .85;
}
.btn.disabled,
.btn:disabled {
    opacity: .35;
    color: #ccc !important;
}
.pager .btn-light:not(:disabled):not(.disabled).active,
.pager .show>.btn-light.dropdown-toggle {
    color: #fff;
    border-color: #0993c4;
    background: #0993c4;
    background: -webkit-linear-gradient(to top, #0993c4, #39b3de);
    background: linear-gradient(to top, #0993c4, #39b3de);
}
.pager .btn.disabled,
.pager .btn:disabled {
    background-color: #7b7b7b;
    color: #000 !important;
}

/*==================================
	Card
==================================*/
.card .card-header {
    background: #eaeaea;
    background: -webkit-linear-gradient(to top, #eaeaea, #f7f7f7);
    background: linear-gradient(to top, #eaeaea, #f7f7f7);
}
.card .card-header,
.card .div-news-list-item {
    border-bottom: 1px solid #c2c2c2;
}

/*==================================
	Copyright
==================================*/
.copyright {
    font-size: .75rem;
    color: #51656f;
}
.copyright img {
    width: 147px;
    height: auto;
    display: inline-block;
}
.div-login .copyright {
    margin-top: 20px;
    margin-bottom: 15px;
}

/*==================================
	Form
==================================*/
.form-control {
    border-color: #999;
}
select.form-control {
    width: auto;
    display: inline-block;
}
.div-row-form select.form-control {
    flex: none !important;
}
.form-control:disabled {
    background-color: #c8c8c8;
}
.form-control[readonly] {
    background-color: #f0f0f0;
}
.datepicker + .separator {
    margin: 0 5px;
}
.custom-control-label::before {
    border: #999 solid 1px;
}
.custom-control.custom-control-single {
    padding-left: 1rem;
    display: inline-block;
}
.custom-control.custom-control-single .custom-control-label::before,
.custom-control.custom-control-single .custom-control-label::after {
    left: -1rem;
}
fieldset {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    border: none;
    background-clip: border-box;
}
fieldset legend {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #8d9ea9;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    border-bottom: 1px solid #c2c2c2;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
fieldset .fieldset-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

/*==================================
	Icons
==================================*/
.a-x-lock {
    font-size: 1.25rem;
    min-width: 1.5rem;
}

/*==================================
	List style
==================================*/

/* ol-decimal-circle */
/*
.ol-decimal-circle {
    counter-reset: decimal-circle-counter;
    list-style: none;
    padding: 0;
}
.ol-decimal-circle li {
    margin-bottom: 7px;
    padding-left: 30px;
    position: relative;
}
.ol-decimal-circle li::before {
    content: counter(decimal-circle-counter);
    counter-increment: decimal-circle-counter;
    background-color: transparent;
    color: #212529;
    border: 1px solid #212529;
    display: block;
    line-height: 1.25rem;
    text-align: center;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 50%;
    font-size: .875rem;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 2px;
}
*/
.ol-decimal-circle li {
	margin-bottom: 7px;
}

/* ul-square-dark */
.ul-square-dark {
    list-style: none;
    padding: 0;
}
.ul-square-dark li {
    margin-bottom: 7px;
    padding-left: 30px;
    position: relative;
}
.ul-square-dark li::before {
    content: '■';
    position: absolute;
    left: 0;
    top: 0;
}

/* ul-caution */
.ul-caution {
    list-style: none;
    padding: 0;
}
.ul-caution li {
    margin-bottom: 7px;
    padding-left: 30px;
    position: relative;
}
.ul-caution li::before {
    content: '※';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

/*==================================
	Modal
==================================*/
.modal {
    background-color: rgba(0, 0, 0, 0.58);
}
.modal-content {
    overflow: hidden;
}
.modal-header {
    padding: .75rem 1.25rem;
    border-radius: 0;
    background: #7293b1;
    background: -webkit-linear-gradient(to top, #7293b1, #91afca);
    background: linear-gradient(to top, #7293b1, #91afca);
}
.modal-header .modal-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}
.modal-header .close {
    padding: 0;
    margin: 0;
    text-shadow: none;
    color: #fff;
    outline: none !important;
    opacity: 1;
}
.modal-footer .btn {
    min-width: 6rem;
}
.modal-footer .switch-btns {
    text-align: right;
}

/*bs modal bug fix*/
.modal-open,
.modal {
    padding-right: 0px !important;
}

/*==================================
	Placeholder
==================================*/
.form-control::placeholder {
    color: #ccc;
}
/* IE */
.form-control:-ms-input-placeholder {
    color: #ccc;
}
/* Edge */
.form-control::-ms-input-placeholder {
    color: #ccc;
}

/*==================================
	Progress
==================================*/
.progress-bar {
    background-color: #0993c4;
}

/*==================================
	Table
==================================*/
.table .thead-light th {
    border-color: #c2c2c2;
    background-color: #f7f7f7;
    font-weight: 700;
    vertical-align: top;
}
.table th,
.table td {
    font-size: .875rem;
    text-align: left;
    vertical-align: middle;
    border-color: #c2c2c2;
}
.table th *:not(.fa):not(.fas):not(strong) {
    font-weight: inherit;
}
.table .thead-light th a {
    color: #212529 !important;
}
.table .thead-light th a:hover {
    text-decoration: none;
}
.table tr.active th,
.table tr.active td {
    background-color: #B1DAF5;
}
.table tr.disabled th,
.table tr.disabled td,
.table th.disabled,
.table td.disabled {
    background-color: #C7D2DE;
}
.table-th-nowrap tbody th,
.table-td-nowrap tbody td {
    white-space: nowrap;
    width: 1%;
}
.td-btns-parent {
    white-space: nowrap;
    width: 1%;
}
.td-btns-parent .div-btns {
    display: flex;
    justify-content: flex-start;
}
.td-btns-parent .div-btns .btn {
    margin-left: .5rem;
}
.td-btns-parent .div-btns .btn:first-child {
    margin-left: 0;
}
.td-btns-parent .div-btns > a > .fas.fa-edit {
    font-size: 1.5rem;
}
.td-btns-parent .div-btns > a > .fas.fa-times {
    font-size: 1.75rem;
}
.table tr.disabled,
.table tr.disabled th,
.table tr.disabled td {
    background-color: #ccc;
}
.table .td-data-separate > .div-flex {
    border-bottom: 1px dotted #c2c2c2;
}
.table .td-data-separate > .div-flex:last-child {
    border-bottom: none;
}
.table .td-files .div-flex {
    margin-bottom: .55rem;
}
.table .td-files .div-flex:last-child {
    margin-bottom: 0;
}
.table .vertical-align-top {
    vertical-align: top !important;
}
.table .vertical-align-middle {
    vertical-align: middle !important;
}

/* table-bordered */
.table-bordered tbody td {
    background-color: #fff;
}

/* table-width-auto */
.table.table-width-auto {
    width: auto;
}

/* table-in-table */
.table-in-table {
    width: auto;
    border: none;
    margin-bottom: 0;
}

/* table-horizontal */
.table-horizontal > tbody > tr > th,
.table-horizontal > tbody > tr > td {
    border-top: none;
    border-bottom: 1px solid #dee2e6;
}
.table-horizontal tbody th.th {
    width: 1%;
    white-space: nowrap;
    font-weight: 700;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d4d4d4;
    border-right: 2px solid #d4d4d4;
}
.table-horizontal > tbody > tr:last-child > th,
.table-horizontal > tbody > tr:last-child > td {
    border-bottom: none;
}
.table .th-light,
.table .td-light {
    background-color: #e9ecef;
}

/* table-account-forms */
.table-account-forms th {
    font-weight: 700;
}

/* table-disabled */
.table-disabled tbody th,
.table-disabled tbody td,
.table-disabled tfoot th,
.table-disabled tfoot td{
    background-color: #e9ecef;
}

@media (max-width: 575.98px) {
    .table-responsive-sm .table th,
    .table-responsive-sm .table td {
        white-space: nowrap;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md .table th,
    .table-responsive-md .table td {
        white-space: nowrap;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg .table th,
    .table-responsive-lg .table td {
        white-space: nowrap;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl .table th,
    .table-responsive-xl .table td {
        white-space: nowrap;
    }
}

/*==================================
	Tooltip
==================================*/
[data-toggle="uitooltip"] {
    cursor: pointer;
}
.i-hint{
    font-size: 1.25rem;
    margin-left: 6px;
    color: #FF4100;
    background: -webkit-linear-gradient(80deg, #FF4100, #FFBC00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*==================================
	Newses
==================================*/
.div-news-list-item {
    padding: 14px 20px;
}
.div-news-list-item:last-child {
    border-bottom: none;
}
.div-news-list-item .date {
    font-size: .75rem;
    color: #999;
}
.div-news-list-item .title,
.div-news-list-item .text {
    font-size: .875rem;
}
.div-news-list-item .title {
    font-weight: 700;
}

/*==================================
	Pager
==================================*/
.pager.btn-toolbar{
    width: 100%;
}
.pager.btn-toolbar .data-count {
    margin-right: auto;
    display: flex;
    align-items: center;
}

/*==================================
	User labels
==================================*/
.div-user-labels {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;*/
}
.div-user-labels .div-label {
    color: #58768a;
    display: block;
    padding: 3px 10px 3px 15px;
}
.div-user-labels .div-label span {
    font-weight: 700;
}
.div-user-labels .div-label .btn {
    outline: none !important;
    padding: 0;
    color: #be1e00 !important;
    margin-left: 2px;
    min-width: 17px;
    position: relative;
    top: -2px;
}

/*==================================
	Flows
==================================*/
.div-flows {
    margin-bottom: 30px;
}
.div-flows section .x-step {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 10px;
    color: #aaa;
    text-decoration: none !important;
}
.div-flows section.active .x-step {
    color: #212529;
}
.div-flows section.section-link .x-step .div-step-text {
    text-decoration: underline;
}
.div-flows section.section-link .x-step:hover .div-step-text{
    text-decoration: none;
}
.div-flows section .x-step .div-step-label .div-step-label-allow {
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin-right: 20px;
    min-height: 70px;
    color: #fff;
    position: relative;
    width: 180px;
    justify-content: center;
    filter: drop-shadow(1px 4px 4px #ccc);
}
.div-flows section:not(.last-child) .x-step .div-step-label .div-step-label-allow::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-width: 20px;
    border-left-width: 90px;
    border-right-width: 90px;
}
.div-flows section .x-step .div-step-label .div-step-label-allow {
    background: #a5a5a5;
    background: -webkit-linear-gradient(to top, #a5a5a5, #b7b7b7);
    background: linear-gradient(to top, #a5a5a5, #b7b7b7);
}
.div-flows section:not(.last-child) .x-step .div-step-label .div-step-label-allow::after {
    border-top-color: #a5a5a5;
}
.div-flows section.active-primary .x-step .div-step-label .div-step-label-allow {
    background: #0993c4;
    background: -webkit-linear-gradient(to top, #0993c4, #39b3de);
    background: linear-gradient(to top, #0993c4, #39b3de);
}
.div-flows section.active-success .x-step .div-step-label .div-step-label-allow {
/*
    background: #009638;
    background: -webkit-linear-gradient(to top, #009638, #2cb55f);
    background: linear-gradient(to top, #009638, #2cb55f);
*/
    background: #0993c4;
    background: -webkit-linear-gradient(to top, #0993c4, #39b3de);
    background: linear-gradient(to top, #0993c4, #39b3de);
}
.div-flows section.active-primary:not(.last-child) .x-step .div-step-label .div-step-label-allow::after {
    border-top-color: #0993c4;
}
.div-flows section.active-success:not(.last-child) .x-step .div-step-label .div-step-label-allow::after {
//    border-top-color: #009638;
    border-top-color: #0993c4;
}
.div-flows section:not(.last-child) .x-step .div-step-label .div-step-label-allow span {
    position: relative;
    top: 2px;
    text-align: center;
}
.div-flows .div-section-title {
    position: relative;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
}
.div-flows .div-section-title span {
    font-size: 1.25rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0 20px;
}
.div-flows .div-section-title::after {
    content: '';
    position: absolute;
    z-index: 1;
    border-top: 1px solid #212529;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
}

/*==================================
	Page StarSelf
==================================*/
.div-print-wrapper,
.section-starself {
    width: 842px;
    height: 1191px;
    margin: 0 auto;
    position: relative;
}
.section-starself {
    padding: 20px;
}
.section-starself p {
    margin-bottom: 0;
}
.section-starself .div-page-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 33px;
}
.section-starself .div-page-title.div-flex .logo-rms {
    height: 50px;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
}
.section-starself .div-page-title.div-flex .logo-tracom {
    height: 27px;
    width: auto;
    position: relative;
    top: 5px;
}
.section-starself .div-page-sub-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #212529;
    background-color: #efefef;
    padding: 7px 14px;
    margin-bottom: 10px;
}
.section-starself .alert {
    border: 1px solid #818182;
    font-size: .875rem;
    padding: 7px;
}
.section-starself .alert p {
    display: flex;
    align-items: center;
}
.section-starself .alert p span,
.section-starself .alert p strong {
    flex-basis: 33.3%;
}
.section-starself .alert p strong {
    font-size: 1.5rem;
    text-align: center;
}
.section-starself .table {
    margin-bottom: 10px;
}
.section-starself .table th,
.section-starself .table td {
    font-size: .8125rem;
    border-color: #818182 !important;
}
.section-starself .div-starself {
    width: 460px;
    height: 310px;
    margin: 0 auto;
    position: relative;
}
.section-starself .div-starself .maps {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    z-index: 2;
}
.section-starself .div-starself .maps .map {
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    height: 50%;
    position: relative;
}
.section-starself .div-starself .maps .map .map-label {
    font-size: .75rem;
    text-align: center;
    padding: .25rem;
    position: absolute;
    z-index: 1;
    background-color: #272727;
    color: #fff;
    border-radius: 20px;
    min-width: 120px;
}
.section-starself .div-starself .maps .map:nth-child(odd) .map-label {
    left: 0;
}
.section-starself .div-starself .maps .map:nth-child(even) .map-label {
    right: 0;
}
.section-starself .div-starself .maps .map:nth-child(1) .map-label,
.section-starself .div-starself .maps .map:nth-child(2) .map-label {
    top: 0;
}
.section-starself .div-starself .maps .map:nth-child(3) .map-label,
.section-starself .div-starself .maps .map:nth-child(4) .map-label {
    bottom: 0;
}
.section-starself .maps-allows {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
}
.section-starself .maps-allows .allow {
    position: absolute;
    z-index: 1;
    background-color: #31aeda;
}
.section-starself .maps-allows .allow.allow-h {
    width: 40px;
    height: calc(100% - 30px);
    left: 50%;
    margin-left: -20px;
    top: 15px;
}
.section-starself .maps-allows .allow.allow-v {
    width: calc(100% - 30px);
    height: 40px;
    top: 50%;
    margin-top: -20px;
    left: 15px;
}
.section-starself .maps-allows .allow .allow-body {
    position: relative;
    width: 100%;
    height: 100%;
}
.section-starself .maps-allows .allow .allow-body::before,
.section-starself .maps-allows .allow .allow-body::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
}
.section-starself .maps-allows .allow.allow-h .allow-body::before {
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #31aeda transparent;
    top: -20px;
    left: -10px;
}
.section-starself .maps-allows .allow.allow-h .allow-body::after {
    border-width: 30px 30px 0 30px;
    border-color: #31aeda transparent transparent transparent;
    bottom: -20px;
    left: -10px;
}
.section-starself .maps-allows .allow.allow-v .allow-body::before {
    border-width: 30px 30px 30px 0;
    border-color: transparent #31aeda transparent transparent;
    left: -20px;
    top: -10px;
}
.section-starself .maps-allows .allow.allow-v .allow-body::after {
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #31aeda;
    right: -20px;
    top: -10px;
}
.section-starself .allow-texts {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}
.section-starself .allow-texts::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.section-starself .allow-v .allow-texts::before {
    border-top: 40px solid #31aeda;
}
.section-starself .allow-h .allow-texts::before {
    left: -14px;
    right: -14px;
    border-left: 40px solid #31aeda;
}
.section-starself .allow-texts .text {
    font-size: .875rem;
    position: relative;
    z-index: 3;
}
.section-starself .allow-h .allow-texts {
    flex-direction: column;
    text-align: center;
    width: .75rem;
    margin: 0 auto;
    line-height: 1.2;
}
.section-starself .allow-v .allow-texts .text {
    padding: 0 5px;
}
.section-starself .allow-v .allow-texts .text span {
    letter-spacing: 2px;
}
.section-starself .allow-h .allow-texts .text {
    padding: 5px 0;
    display: flex;
    flex-direction: column;
}
.section-starself .allow-h .allow-texts .text span {
    white-space: normal;
    word-break: break-all;
}
.section-starself .allow-h .allow-texts .text:last-child,
.section-starself .allow-h .allow-texts .text:last-child span {
    margin-top: auto;
}
.section-starself .div-starself .maps .map .star {
    position: absolute;
    z-index: 2;
    font-size: 3rem;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -24px;
    color: #FFBC00;
    display: none;
}
.section-starself .div-starself .maps .map.active .star {
    display: block;
}
.div-print-wrapper .button-print {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: -60px;
}
@media (max-width: 767.98px) {
    .div-print-wrapper .button-print {
        display: none;
    }
    .section-starself,
    .div-print-wrapper {
        width: auto;
        height: auto;
    }
    .section-starself .div-starself {
        width: 100%;
    }
    .div-page-title.div-flex {
        flex-direction: column;
    }
    .div-page-title.div-flex .div-flex.ml-auto {
        justify-content: center;
        margin-right: auto;
    }
    .section-starself .div-page-title.div-flex .logo-rms {
        height: 45px;
    }
    .section-starself .div-page-title.div-flex .logo-tracom {
        height: 24px;
    }
}

/*==================================
	Page StarSelf Canvas render styles
==================================*/
.html2canvas-container {
    width: 1684px !important;
    height: 2382px !important;
}
.overflow-hidden {
    overflow: hidden;
}
#div-renderer {
    display: none;
    opacity: 0;
}
#div-renderer .section-starself {
    width: 1684px;
    height: 2382px;
    padding: 40px;
}
#div-renderer .section-starself .div-page-title {
    font-size: 66px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px dotted #8d9ea9;
}
#div-renderer .section-starself .div-page-title.div-flex .logo-rms {
    height: 110px;
    margin-right: 20px;
    margin-left: 20px;
}
#div-renderer .section-starself .div-page-title.div-flex .logo-tracom {
    height: 60px;
    top: 10px;
}
#div-renderer .section-starself .table {
    margin-bottom: 20px;
}
#div-renderer .section-starself .table th,
#div-renderer .section-starself .table td {
    font-size: 1.625rem;
}
#div-renderer .section-starself .table-bordered td,
#div-renderer .section-starself .table-bordered th {
    border: 2px solid #dee2e6;
}
#div-renderer .section-starself .table-sm td,
#div-renderer .section-starself .table-sm th {
    padding: .6rem;
}
#div-renderer .section-starself .div-page-sub-title {
    font-size: 2.25rem;
    padding: 14px 28px;
    margin-bottom: 20px;
}
#div-renderer .section-starself p {
    margin-bottom: 20px;
    font-size: 2rem;
}
#div-renderer .section-starself .mt-4 {
    margin-top: 3rem!important;
}
#div-renderer .section-starself .text-sm {
    font-size: 1.5rem !important;
}
#div-renderer .section-starself .text-lg {
    font-size: 2.5rem;
}
#div-renderer .section-starself .alert {
    border: 2px solid #818182;
    font-size: 1.75rem;
    padding: 14px;
    margin-bottom: 2rem;
    border-radius: .5rem;
}
#div-renderer .section-starself .alert p strong {
    font-size: 3rem;
}
#div-renderer .section-starself .div-starself {
    width: 920px;
    height: 620px;
}
#div-renderer .section-starself .div-starself .maps .map .map-label {
    font-size: 1.5rem;
    padding: .5rem;
    border-radius: 40px;
    min-width: 240px;
}
#div-renderer .section-starself .div-starself .maps .map .star {
    font-size: 6rem;
    margin-left: -54px;
    margin-top: -48px;
}
#div-renderer .section-starself .maps-allows .allow.allow-v {
    width: calc(100% - 60px);
    height: 80px;
    margin-top: -40px;
    left: 30px;
}
#div-renderer .section-starself .maps-allows .allow.allow-h {
    width: 80px;
    height: calc(100% - 60px);
    margin-left: -40px;
    top: 30px;
}
#div-renderer .section-starself .maps-allows .allow.allow-v .allow-body::before {
    border-width: 60px 60px 60px 0;
    left: -40px;
    top: -20px;
}
#div-renderer .section-starself .maps-allows .allow.allow-v .allow-body::after {
    border-width: 60px 0 60px 60px;
    right: -40px;
    top: -20px;
}
#div-renderer .section-starself .maps-allows .allow.allow-h .allow-body::before {
    border-width: 0 60px 60px 60px;
    top: -40px;
    left: -20px;
}
#div-renderer .section-starself .maps-allows .allow.allow-h .allow-body::after {
    border-width: 60px 60px 0 60px;
    bottom: -40px;
    left: -20px;
}
#div-renderer .section-starself .allow-v .allow-texts::before {
    border-top: 80px solid #31aeda;
}
#div-renderer .section-starself .allow-texts .text {
    font-size: 1.75rem;
}
#div-renderer .section-starself .allow-v .allow-texts .text {
    padding: 0 10px;
}
#div-renderer .section-starself .allow-v .allow-texts .text span {
    letter-spacing: 4px;
}
#div-renderer .section-starself .allow-h .allow-texts {
    width: 1.5rem;
}
#div-renderer .section-starself .allow-h .allow-texts .text {
    padding: 10px 0;
}
#div-renderer .section-starself .allow-h .allow-texts::before {
    left: -28px;
    right: -28px;
    border-left: 80px solid #31aeda;
}

/*==================================
	Loading Icon
==================================*/
.div-loading,
.div-loading-body {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
}
.div-loading-body {
    background-color: rgba(0, 0, 0, 0.46);
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes ldio-31m9v01fv5k {
    0% {
        transform: rotate(0)
    } 100% {
        transform: rotate(360deg);
    }
}
.ldio-31m9v01fv5k > div {
    animation: ldio-31m9v01fv5k 1s infinite linear;
    transform-origin: 100px 100px;
}
.ldio-31m9v01fv5k > div div { position: absolute; }
.ldio-31m9v01fv5k > div div:nth-child(1), .ldio-31m9v01fv5k > div div:nth-child(2) {
    width: 94px;
    height: 94px;
    border: 14px solid;
    border-radius: 50%;
    border-color: transparent #ffffff #ffffff #ffffff;
    box-sizing: border-box;
    position: absolute;
    transform: rotate(45deg);
    transform-origin: 100px 100px;
}
.ldio-31m9v01fv5k > div div:nth-child(1) {
    transform: rotate(45deg) translate(53px, 53px);
}
.ldio-31m9v01fv5k > div div:nth-child(2) {
    transform: rotate(0deg) translate(53px, 53px);;
}
.ldio-31m9v01fv5k > div div:nth-child(3) {
    width: 0;
    height: 0;
    border: 14px solid;
    border-color: transparent transparent transparent #ffffff;
    transform: translate(100px, 46px);
}
.loadingio-spinner-reload-uqfdxfqrrs {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: rgba(NaN, NaN, NaN, 0);
}
.ldio-31m9v01fv5k {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
}
.ldio-31m9v01fv5k div {
    box-sizing: content-box;
}

/*==================================
	Terms
==================================*/
.div-terms-body {
    height: 300px;
    padding: 1rem;
    border: 1px solid #576574;
    overflow-y: scroll;
    border-radius: 2px;
}

/*==================================
	Maintenance & debug
==================================*/
.section-maintenance.alert {
    border-color: rgba(0,0,0,.125);
}
.div-headline {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 4;
    padding: 7px;
    background-color: #FFE499;
    display: none;
}
.div-headline > div {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.7;
}

/*==================================
	TinyMCE
==================================*/
div.tox div.tox-collection__item-label {
    line-height: 1;
}

/*==================================
	-webkit scrollbar
==================================*/
.custom-scrollbar::-webkit-scrollbar{
    width:6px;
}
.custom-scrollbar::-webkit-scrollbar:horizontal{
    height: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background-color:transparent;
}
.custom-scrollbar::-webkit-scrollbar-corner{
    background-color:transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb{
    background-color:#576574;
    border-radius:12px;
}

/*==================================
	IE 11 compatible
==================================*/
@media all and (-ms-high-contrast: none){
    .form-control {
        height: 38px;
    }
    .form-control-sm {
        height: 31px;
    }
    .div-login-body .form-control {
        height: 46px;
        padding: 0 .75rem;
    }
    .div-search-forms .div-row-forms-inline.flex-direction-column {
        display: block;
    }
    .div-search-forms .form-control[id="company-name-search"],
    .div-search-forms .form-control[name="company_name"][readonly],
    .div-search-forms input:not(.datepicker).form-control[name="company_name_search"],
    .div-search-forms .div-row-form .div-right .form-group .form-control[name="filter"] {
        min-width: 12rem !important;
    }
    .modal .form-inline input[name="training_name"] {
        max-width: 12rem;
    }
    .modal .form-inline {
        display: block;
    }
    .section-starself .allow-h .allow-texts .text span {
        display: block;
        width: .875rem;
    }
    .div-flows section .x-step .div-step-label .div-step-label-allow {
        display: table;
        text-align: center;
    }
    .div-flows section .x-step .div-step-label .div-step-label-allow span {
        display: table-cell;
        vertical-align: middle;
    }
    .i-hint {
        color: #ff8200;
    }
	.div-search-forms .div-row-form > label {
		display: block;
	    align-items: center;
	    margin-bottom: 0;
	    color: #696969;
	    font-weight: 700;
	    justify-content: flex-end;
	    padding-right: 10px;
	    font-size: .875rem;
	    min-width: 130px;
	    text-align: right;
	}
}

/*==================================
	Custom
==================================*/

.page-item .page-link {
    color: #212529;
	border: 0 !important;
	text-decoration: none !important;
    background: #f1f1f1;
    background: -webkit-linear-gradient(to top, #f1f1f1, #f8f9fa);
    background: linear-gradient(to top, #f1f1f1, #f8f9fa);
    box-shadow: 0 2px 0 rgba(208, 208, 208, 0.87);
}

.page-item.active .page-link {
	color: #fff !important;
    border-color: #0993c4 !important;
    background: #0993c4 !important;
    background: -webkit-linear-gradient(to top, #0993c4, #39b3de) !important;
    background: linear-gradient(to top, #0993c4, #39b3de) !important;
}

.page-item.disabled .page-link {
	color: #212529 !important;
	background-color: #f8f9fa;
	border-color: #fff !important;
}

#table-survey_wrapper .training-name a {
	text-decoration: underline;
}
.modal.z-modal {
	z-index: 9999;
}
.table .vertical-top {
	vertical-align: top;
}
.div-user-labels .div-block {
	display: block;
}
.loading {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.7);
	z-index: 1080;
}
.loading::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 2s linear infinite;
	-webkit-animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
@keyframes spin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.none {
    display: none;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
	font-size: 14px !important;
	font-weight: 900 !important;
	right: 1em !important;
	top: 0.5em !important;
	content: "\025b2" !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	font-size: 14px !important;
	font-weight: 900 !important;
	right: 1em !important;
	top: 1.4em !important;
	content: "\025bc" !important;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
	padding-left: 2em;
	padding-right: 2em;
}

table.dataTable tbody > tr > td.secretariat_column {
	word-break: break-all;
}

/*==================================
	Add 20210824
==================================*/
.section-starself .div-page-sub-title {
	font-size: 1.125rem;
	color: #fff;
	background-color: #22a0cf;
	padding: 10px 14px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.section-starself .div-result .p-strong {
	font-size: 1.75rem;
	margin-bottom: 7px;
	color: #22a0ce;
}
.section-starself .u-result-texts,
.section-starself .u-result-texts li {
	list-style-type: none;
}
.section-starself .u-result-texts {
	padding-left: 40px;
}
.section-starself .u-result-texts li {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 8px;
	position: relative;
}
.section-starself .u-result-texts li::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #000;
	position: absolute;
	z-index: 1;
	left: -20px;
	top: 10px;
}
.section-starself .div-new-starself {
	padding: 40px 0;
}
.section-starself .div-new-starself p {
	margin: 0;
	line-height: 1;
}
.section-starself .div-box-wrapper {
	position: relative;
	width: 300px;
	height: 300px;
	margin: 0 auto;
}
.section-starself .div-box-wrapper .div-box {
	width: 150px;
	height: 150px;
	border: 2px solid #22a0cf;
	position: absolute;
	z-index: 1;
}
.section-starself .div-box-wrapper .div-box {
	display: flex;
	padding: 5px;
	flex-direction: column;
}
.section-starself .div-box-wrapper .div-box[data-box-id="1"] {
	top: 0;
	left: 0;
	border-right: 1px solid #22a0cf;
	border-bottom: 1px solid #22a0cf;
}
.section-starself .div-box-wrapper .div-box[data-box-id="2"] {
	top: 0;
	right: 0;
	border-left: 1px solid #22a0cf;
	border-bottom: 1px solid #22a0cf;
	align-items: flex-end;
}
.section-starself .div-box-wrapper .div-box[data-box-id="3"] {
	bottom: 0;
	left: 0;
	border-right: 1px solid #22a0cf;
	border-top: 1px solid #22a0cf;
	flex-direction: column-reverse;
}
.section-starself .div-box-wrapper .div-box[data-box-id="4"] {
	bottom: 0;
	right: 0;
	border-left: 1px solid #22a0cf;
	border-top: 1px solid #22a0cf;
	align-items: flex-end;
	flex-direction: column-reverse;
}
.section-starself .div-box-wrapper .div-box p {
	font-weight: 700;
	font-size: .875rem;
	color: #22a0cf;
}
.section-starself .div-box-wrapper .div-box p.p-md {
	font-size: .75rem;
	margin-top: 5px;
	color: #7dcae7;
}
.section-starself .div-box-wrapper .div-box[data-box-id="3"] p.p-md,
.section-starself .div-box-wrapper .div-box[data-box-id="4"] p.p-md {
	margin-top: 0;
	margin-bottom: 5px;
}
.section-starself .div-box-wrapper .div-box.active {
	background-color: #56bfe7;
}
.section-starself .div-box-wrapper .div-box.active p {
	color: #fff;
}
.section-starself .div-box-wrapper .div-box.active p.p-md {
	color: #eee;
}
.section-starself .div-box-wrapper .div-starself-texts {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.section-starself .div-box-wrapper .div-starself-texts .div-starself-texts-body {
	width: 300px;
	height: 300px;
	position: relative;
}
.section-starself .div-box-wrapper .div-starself-texts .div-starself-texts-body > div {
	position: absolute;
	z-index: 3;
	font-weight: 700;
	font-size: .875rem;
}
.section-starself .div-box-wrapper .div-starself-texts .div-starself-texts-body > div > div {
	width: 100%;
	height: 100%;
	font-weight: 700;
	line-height: 1.1;
}
.section-starself .div-box-wrapper .div-starself-texts .div-starself-texts-body div[data-p-id="1"] {
	top: -25px;
	width: 300px;
	height: 25px;
	text-align: center;
	left: 0;
}
.section-starself .div-box-wrapper .div-starself-texts .div-starself-texts-body div[data-p-id="2"] {
	top: 0;
	right: -25px;
	width: 25px;
	height: 300px;
}
.section-starself .div-box-wrapper .div-starself-texts .div-starself-texts-body div[data-p-id="3"] {
	bottom: -25px;
	width: 300px;
	height: 25px;
	text-align: center;
	left: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.section-starself .div-box-wrapper .div-starself-texts .div-starself-texts-body div[data-p-id="4"] {
	top: 0;
	left: -25px;
	width: 25px;
	height: 300px;
}
.section-starself .div-box-wrapper .div-starself-texts .div-starself-texts-body div[data-p-id="1"],
.section-starself .div-box-wrapper .div-starself-texts .div-starself-texts-body div[data-p-id="2"],
.section-starself .div-box-wrapper .div-starself-texts .div-starself-texts-body div[data-p-id="3"],
.section-starself .div-box-wrapper .div-starself-texts .div-starself-texts-body div[data-p-id="4"] {
	display: table;
}
.section-starself .div-box-wrapper .div-starself-texts .div-starself-texts-body div[data-p-id="1"] > div,
.section-starself .div-box-wrapper .div-starself-texts .div-starself-texts-body div[data-p-id="2"] > div,
.section-starself .div-box-wrapper .div-starself-texts .div-starself-texts-body div[data-p-id="3"] > div,
.section-starself .div-box-wrapper .div-starself-texts .div-starself-texts-body div[data-p-id="4"] > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.section-starself .div-page-title {
	font-size: 21px;
}
.section-starself .div-starself-allows {
	width: 220px;
	height: 220px;
	position: absolute;
	z-index: 2;
	top: 40px;
	left: 40px;
}
.section-starself .div-starself-allows img {
	width: 100%;
	height: auto;
}

#div-renderer .section-starself .div-page-sub-title {
	font-size: 2.25rem;
	padding: 20px 28px;
	margin-top: 40px;
	margin-bottom: 40px;
}
#div-renderer .section-starself .div-result .p-strong {
	font-size: 3.5rem;
	margin-bottom: 14px;
}
#div-renderer .section-starself .u-result-texts {
	padding-left: 80px;
}
#div-renderer .section-starself .u-result-texts li {
	font-size: 2rem;
	margin-bottom: 16px;
}
#div-renderer .section-starself .u-result-texts li::before {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	left: -40px;
	top: 20px;
}
#div-renderer .section-starself .div-new-starself {
	padding: 80px 0;
}
#div-renderer .section-starself .div-box-wrapper {
	width: 600px;
	height: 600px;
}
#div-renderer .section-starself .div-box-wrapper .div-box {
	width: 300px;
	height: 300px;
	border: 4px solid #22a0cf;
}
#div-renderer .section-starself .div-box-wrapper .div-box {
	padding: 10px;
}
#div-renderer .section-starself .div-box-wrapper .div-box[data-box-id="1"] {
	border-right: 2px solid #22a0cf;
	border-bottom: 2px solid #22a0cf;
}
#div-renderer .section-starself .div-box-wrapper .div-box[data-box-id="2"] {
	border-left: 2px solid #22a0cf;
	border-bottom: 2px solid #22a0cf;
}
#div-renderer .section-starself .div-box-wrapper .div-box[data-box-id="3"] {
	border-right: 2px solid #22a0cf;
	border-top: 2px solid #22a0cf;
}
#div-renderer .section-starself .div-box-wrapper .div-box[data-box-id="4"] {
	border-left: 2px solid #22a0cf;
	border-top: 2px solid #22a0cf;
}
#div-renderer .section-starself .div-box-wrapper .div-box p {
	font-size: 1.75rem;
	margin-bottom: 0;
}
#div-renderer .section-starself .div-box-wrapper .div-box p.p-md {
	font-size: 1.5rem;
	margin-top: 10px;
}
#div-renderer .section-starself .div-box-wrapper .div-box[data-box-id="3"] p.p-md,
#div-renderer .section-starself .div-box-wrapper .div-box[data-box-id="4"] p.p-md {
	margin-bottom: 10px;
}
#div-renderer .section-starself .div-box-wrapper .div-starself-texts .div-starself-texts-body {
	width: 600px;
	height: 600px;
}
#div-renderer .section-starself .div-box-wrapper .div-starself-texts .div-starself-texts-body > div {
	font-size: 1.75rem;
}
#div-renderer .section-starself .div-box-wrapper .div-starself-texts .div-starself-texts-body div[data-p-id="1"] {
	top: -50px;
	width: 600px;
	height: 50px;
}
#div-renderer .section-starself .div-box-wrapper .div-starself-texts .div-starself-texts-body div[data-p-id="2"] {
	right: -50px;
	width: 50px;
	height: 600px;
}
#div-renderer .section-starself .div-box-wrapper .div-starself-texts .div-starself-texts-body div[data-p-id="3"] {
	bottom: -50px;
	width: 600px;
	height: 50px;
}
#div-renderer .section-starself .div-box-wrapper .div-starself-texts .div-starself-texts-body div[data-p-id="4"] {
	left: -50px;
	width: 50px;
	height: 600px;
}
#div-renderer .section-starself .div-starself-allows {
	width: 440px;
	height: 440px;
	top: 80px;
	left: 80px;
}
#div-renderer .section-starself .div-result p {
	margin-bottom: 0;
}
#div-renderer .section-starself .div-page-title {
	font-size: 42px;
}
