body {
    background: #eaebef;
    padding-top: 60px;
    font-size: 14px;
    color: #444444;
    font-family: "Helvetica", "Arial", "hiragino kaku gothic pro", "meiryo", "ms pgothic", "sans-serif";
}

p {
    color: #777;
}

a,
a:hover,
a:focus {
    color: #4267b3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444444;
}

h1 {
    font-weight: 300;
    font-size: 26px;
}

h2 {
    font-weight: 300;
    margin-bottom: 20px;
}

h3,
h4 {
    font-weight: 300;
}

.large {
    font-size: 2em;
}

.text-muted {
    color: #c5c7cc;
}

.color-gray {
    color: #444444;
}

.color-blue {
    color: #4267b3;
}

.color-teal {
    color: #6885c2;
}

.color-orange {
    color: #8ea4d1;
}

.color-red {
    color: #f9243f;
}

.color-purple {
    color: #7635d0;
}

.color-white {
    color: #ffffff;
}

.no-padding {
    padding: 0;
    margin: 0;
}

.fa-xl {
    font-size: 2em;
}

input,
select {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
}

.bootstrap-table input.form-control {
    height: 34px;
}

.input-group-btn .btn {
    height: 46px;
}

.form-control:focus {
    border: 1px solid #4267b3;
    outline: 0;
    box-shadow: inset 0px 0px 0px 1px #4267b3;
}

.has-success .form-control,
.has-success .form-control:focus {
    border: 1px solid #8ad919;
}

.has-warning .form-control,
.has-warning .form-control:focus {
    border: 1px solid #8ea4d1;
}

.has-error .form-control,
.has-error .form-control:focus {
    border: 1px solid #f9243f;
}

.navbar {
    min-height: 42px;
}

.navbar-custom {
    background: #4267b3;
    height: 42px;
}

.navbar-header .navbar-brand {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    width: 60%;
    padding: 0 15px;
    height: 42px;
    display: flex;
    align-items: center;
}

.navbar-header .navbar-brand .company-name {
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 2em;
}

.navbar-header .navbar-brand .company-name span {
    display: inline;
    vertical-align: middle;
}

.navbar-header .navbar-brand .company-name:hover {
    text-decoration: none;
}

.navbar-brand .logo-img {
    height: 24px;
    width: 24px;
    margin-right: 3px;
    border-radius: 9999px;
    object-fit: cover;
}

.navbar-toggle {
    background: rgba(255, 255, 255, 0.1);
    padding: 8px;
    margin: 5px 8px;
}

.navbar-toggle:hover {
    background: rgba(255, 255, 255, 0.05);
}

.icon-bar {
    background: #fff;
}

.navbar-right {
    height: 42px;
    display: flex;
    align-items: center;
}

.navbar-profile {
    float: left;
    padding-right: 10px;
    display: flex;
    justify-content: center;
}

.navbar-profile div {
    display: inline-block;
    color: #fff;
}

.navbar-profile .profile-userpic {
    vertical-align: middle;
    display: inline-block;
    margin-top: 1px;
}

.dropdown {
    float: right;
    border-radius: 4px;
    border-left: 1px solid #3b5ca0;
}

.dropdown .fa {
    font-size: 20px;
}

.dropdown a.dropdown-toggle {
    color: #1a2948;
    height: 42px;
}

.dropdown:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
}

.dropdown .label {
    top: 4px;
    left: 28px;
    position: absolute;
    border-radius: 9999px;
    font-size: 9px;
    padding: 1px 4px 2px 4px;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
    background: none;
}

.dropdown-messages {
    border: 1px solid #fff;
    width: 360px;
    background: rgba(255, 255, 255, 0.9);
    color: #444;
    font-size: 0.9em;
}

.dropdown-messages img {
    margin: 5px 10px;
    float: left;
}

.dropdown-messages .message-body {
    margin: 5px;
    float: left;
    width: 280px;
}

.dropdown small {
    color: #999;
}

.dropdown em {
    margin: 0 5px;
}

.dropdown-menu {
    float: right;
    left: auto;
    right: -40px;
}

.dropdown-menu > li > a {
    padding: 5px 10px;
    white-space: normal
}

.dropdown-menu .dropdown-title {
    font-weight: bold;
}

.dropdown-menu li .message-body a {
    color: #444;
}

.dropdown-menu li a:hover {
    color: #4267b3;
    text-decoration: none;
    background: none;
}

.divider,
.clear {
    clear: both;
}

.dropdown-alerts {
    border: 1px solid #fff;
    width: 85vw;
    background: #fff;
    color: #444;
    font-size: 0.9em;
    max-height: 86vh;
    overflow-y: scroll;
}

@media screen and (max-width: 991px) {
    .navbar-header .navbar-brand {
        width: 76%;
    }
}

@media screen and (max-width: 767px) {
    .navbar-right {
        justify-content: flex-end;
    }

    .dropdown {
        border: 0;
    }
}

@media screen and (min-width: 768px) {
    .navbar-right .dropdown {
        float: left;
    }

    .dropdown-alerts {
        width: 500px;
    }
}


.navbar-add a.dropdown-toggle {
    color: #fff;

    text-align: center;
}

.dropdown-add {
    border: 1px solid #fff;
    min-width: 120px;
    background: rgba(255, 255, 255, 0.9);
    color: #444;
    font-size: 0.9em;
    left: auto;
    right: -30px;
}

.dropdown-add li a {
    font-weight: 700;
    padding: 0 20px;
    text-align: center;
}

.navbar-right .dropdown-add {
    right: -35px;
}

.dropdown .navbar-logout {
    color: #1a2948;
    height: 42px;
}

.all-button a {
    text-align: center;
    color: #444;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}

a.btn:hover,
button:hover {
    opacity: 0.8;
}

a.btn:active,
button:active {
    box-shadow: inset 0px 0px 500px rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #a8a8a8;
    border-color: #e9ecf2;
    color: #fff;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #4267b3;
    border-color: #4267b3;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #8ad919;
    border-color: #8ad919;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning,
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #8ea4d1;
    border-color: #8ea4d1;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #f9243f;
    border-color: #f9243f;
}

.btn-link,
.page-link,
.text-primary {
    color: #4267b3 !important;
}

.btn-link:focus,
.btn-link:hover,
.page-link:focus,
.page-link:hover,
a.text-primary:focus,
a.text-primary:hover {
    color: #50b3ff !important;
}

.btn-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
}

.btn-lg {
    font-size: 15px;
    height: 44px;
}

.btn-margins button.btn {
    margin: 0 4px 6px 0 !important;
}

.bg-primary {
    color: #1b3548;
    background-color: #e9ecf2;
}

a.bg-primary:hover {
    background-color: #e9ecf2;
}

.bg-success,
.bg-green {
    color: #fff;
    background-color: #8ad919;
}

a.bg-success:hover,
a.bg-green:hover {
    background-color: #8ad919;
}

.bg-success a,
.bg-green a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-teal {
    color: #fff;
    background-color: #6885c2;
}

a.bg-teal:hover {
    background-color: #6885c2;
}

.bg-teal a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-info,
.bg-blue {
    color: #fff;
    background-color: #4267b3;
}

a.bg-info:hover,
a.bg-blue:hover {
    background-color: #4267b3;
}

.bg-info a,
.bg-blue a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-warning,
.bg-orange {
    color: #fff;
    background-color: #8ea4d1;
}

a.bg-warning:hover,
a.bg-orange:hover {
    background-color: #8ea4d1;
}

.bg-warning a,
.bg-orange a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-danger,
.bg-red {
    color: #fff;
    background-color: #f9243f;
}

a.bg-danger:hover,
a.bg-red:hover {
    background-color: #f9243f;
}

.bg-danger a,
.bg-red a {
    color: rgba(255, 255, 255, 0.75);
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    color: #1b3548;
    background-color: #e9ecf2;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #e9ecf2;
}

.label-success {
    background-color: #8ad919;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #8ad919;
}

.label-info {
    background-color: #4267b3;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #4267b3;
}

.label-warning {
    background-color: #8ea4d1;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #f9243f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #f9243f;
}

.panel {
    border: 0;
    box-shadow: none;
}

.panel-container {
    padding-top: 20px;
}

.panel-heading .fa-toggle-up,
.panel-heading .fa-toggle-down {
    font-size: 17px;
}

.panel-primary > .panel-heading {
    background-color: #4267b3;
    color: #fff;
    border: none;
}

.panel-success > .panel-heading {
    background-color: #8ad919;
    color: #fff;
    border: none;
}

.panel-info > .panel-heading {
    background-color: #4267b3;
    color: #fff;
    border: none;
}

.panel-warning > .panel-heading {
    background-color: #8ea4d1;
    color: #fff;
    border: none;
}

.panel-danger > .panel-heading {
    background-color: #f9243f;
    color: #fff;
    border: none;
}

.panel-primary .panel-settings,
.panel-primary .panel-toggle,
.panel-success .panel-settings,
.panel-success .panel-toggle,
.panel-info .panel-settings,
.panel-info .panel-toggle,
.panel-warning .panel-settings,
.panel-warning .panel-toggle,
.panel-danger .panel-settings,
.panel-danger .panel-toggle {
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

.panel-primary .panel-settings:hover,
.panel-primary .panel-toggle:hover,
.panel-success .panel-settings:hover,
.panel-success .panel-toggle:hover,
.panel-info .panel-settings:hover,
.panel-info .panel-toggle:hover,
.panel-warning .panel-settings:hover,
.panel-warning .panel-toggle:hover,
.panel-danger .panel-settings:hover,
.panel-danger .panel-toggle:hover {
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
}

.panel-blue {
    background: #4267b3;
    color: #fff;
}

.panel-teal {
    background: #6885c2;
    color: #fff;
}

.panel-orange {
    background: #8ea4d1;
    color: #fff;
}

.panel-red {
    background: #f9243f;
    color: #fff;
}

.panel-purple {
    background: #7635d0;
    color: #fff;
}

.dark-overlay {
    background: rgba(0, 0, 0, 0.05);
}

.panel-blue p,
.panel-teal p,
.panel-orange p,
.panel-red p {
    color: rgba(255, 255, 255, 0.75);
}

.panel-heading {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.025em;
    height: 60px;
    line-height: 38px;
}

.panel-default .panel-heading {
    background: #fff;
    border-bottom: 1px solid #e9ecf2;
    color: #444444;
}

.panel-footer {
    background: #fff;
    border-top: 1px solid #e9ecf2;
}

.panel-widget {
    padding: 10px 0;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    background: none;
    text-align: center;
    color: #333;
}

.panel-widget .panel-footer {
    border: 0;
    text-align: center;
}

.panel-footer .input-group {
    padding: 0px;
    margin: 0 -5px;
}

.panel-footer .input-group-btn:last-child > .btn,
.panel-footer .input-group-btn:last-child > .btn-group {
    margin: 0;
}

.panel-widget .panel-footer a {
    color: #999;
}

.panel-widget .panel-footer a:hover {
    color: #666;
    text-decoration: none;
}

.panel-widget .text-muted {
    margin-top: -6px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
}

.panel-widget .large {
    color: #373b45;
    font-size: 3em;
}

.panel-settings {
    list-style: none;
    padding: 0;
    margin: 0;
}

.panel-settings .dropdown a.dropdown-toggle,
.panel-settings a {
    padding: 0;
    background: none;
    color: #7c7c7c;
}

.panel-settings a,
.panel-toggle {
    width: 40px;
    padding: 2px 0 0 0;
}

.panel-settings:hover,
.panel-toggle:hover,
.panel-settings .dropdown a.dropdown-toggle:hover,
.panel-settings:active,
.panel-toggle:active,
.panel-settings .dropdown a.dropdown-toggle:active,
.panel-settings:focus,
.panel-toggle:focus,
.panel-settings .dropdown a.dropdown-toggle:focus {
    background: #eaebef;
    color: #444444;
}

.panel-settings,
.panel-toggle {
    display: inline-block;
    margin: -1px -5px 0 15px !important;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #e9ecf2;
    color: #7c7c7c;
    background: #fff;
    width: 42px;
}

.panel-settings {
    width: 42px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.panel-settings li.dropdown {
    margin: 0;
    padding: 0;
}

.dropdown-settings {
    border: 1px solid #fff;
    width: 220px;
    font-size: 0.9em;
    padding: 0;
}

.dropdown-settings li {
    list-style: none;
    padding: 0 10px;
    width: 220px;
    height: 26px;
    line-height: 26px;
}

.dropdown-settings .divider {
    margin: 7px 0;
}

.dropdown-settings li a {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    color: #444444;
}

.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin: 0px;
    font-size: 14px;
}

.panel-button-tab-right {
    margin-left: 4px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.panel-button-tab-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.border-top {
    border-top: 1px solid #dadbda;
}

.border-right {
    border-right: 1px solid #dadbda;
}

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

.border-left {
    border-left: 1px solid #dadbda;
}

.panel .border-top,
.panel .border-right,
.panel .border-bottom,
.panel .border-left {
    border-color: #e9ecf2;
}

.article {
    padding: 10px 0;
}

.article:first-child {
    padding: 0 0 10px 0;
}

.article h4 {
    margin-bottom: 10px;
}

.article .date {
    text-align: center;
    margin: 5px auto;
    display: block;
}

.article .date .text-muted {
    margin-top: -5px;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #e9ecf2;
    left: 25px;
    margin-right: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: calc(100% - 65px);
    float: right;
    border: 1px solid #edeeed;
    border-radius: 2px;
    padding: 10px 20px;
    position: relative;
    box-shadow: none;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    left: -11px;
    display: inline-block;
    border-top: 11px solid transparent;
    border-right: 11px solid #edeeed;
    border-left: 0 solid #edeeed;
    border-bottom: 11px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    left: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-left: 0 solid #fff;
    border-bottom: 10px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 51px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 0px;
    margin-right: -25px;
    background-color: #999999;
    z-index: 100;
    border-radius: 9999px;
}

.timeline-badge.primary {
    background-color: #4267b3 !important;
}

.timeline-badge.success {
    background-color: #8ad919 !important;
}

.timeline-badge.warning {
    background-color: #8ea4d1 !important;
}

.timeline-badge.danger {
    background-color: #f9243f !important;
}

.timeline-badge.info {
    background-color: #4267b3 !important;
}

.progress {
    height: 12px;
    margin-bottom: 20px;
    overflow: visible;
    background-color: #f2f3f2;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #4267b3;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar:hover {
    position: relative;
}

.progress-bar:hover::after {
    position: absolute;
    content: attr(data-tooltip);
    top: 26px;
    left: calc(50% - 30px);
    color: #fff;
    background-color: #444444;
    padding: 3px 0;
    text-align: center;
    border-radius: 4px;
    width: auto;
    font-size: 11px;
    width: 60px;
}

.progress-bar:hover::before {
    content: '';
    position: absolute;
    left: calc(50% - 15px);
    top: 20px;
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #444444;
    border-left: 15px solid transparent;
}

.progress .progress-bar:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.progress .progress-bar:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.progress-bar-success {
    background-color: #8ad919;
    background-image: none;
}

.progress-bar-info,
.progress-bar-blue {
    background-color: #4267b3;
    background-image: none;
}

.progress-bar-warning {
    background-color: #8ea4d1;
    background-image: none;
}

.progress-bar-danger,
.progress-bar-red {
    background-color: #f9243f;
    background-image: none;
}

.progress-bar-dark {
    background-color: #E9EDF7;
    background-image: none;
}

.progress-bar-blue1 {
    background-color: #D9E1F2;
    background-image: none;
}

.progress-bar-blue2 {
    background-color: #BCCCEA;
    background-image: none;
}

.progress-bar-blue3 {
    background-color: #B4C6E7;
    background-image: none;
}

.progress-bar-blue4 {
    background-color: #9CB4E0;
    background-image: none;
}

.progress-bar-blue5 {
    background-color: #8EA9DB;
    background-image: none;
}

.progress-bar-blue6 {
    background-color: #3760AB;
    background-image: none;
}

.progress-bar-blue7 {
    background-color: #305496;
    background-image: none;
}

.progress-bar-blue8 {
    background-color: #2D3947;
    background-image: none;
}

.progress-bar-blue9 {
    background-color: #222B35;
    background-image: none;
}

.jumbotron {
    background: #fff;
    border-bottom: 1px solid #e9ecf2;
    color: #444444;
}

.panel .tabs {
    margin: 0;
    padding: 0;
}

.nav-tabs {
    background: #f2f3f2;
    border: 0;
}

.nav-tabs li a:hover {
    background: #fff;
}

.nav-tabs li a,
.nav-tabs li a:hover,
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
    border: 0;
    padding: 15px 20px;
}

.nav-tabs li.active a {
    color: #4267b3;
}

.nav-tabs li a {
    color: #999;
}

.nav-pills {
    padding: 15px;
    padding-bottom: 0;
}

.nav-pills li a,
.nav-pills li a:hover,
.nav-pills li.active a,
.nav-pills li.active a:hover {
    border: 0;
    padding: 7px 15px;
}

.nav-pills li.active a,
.nav-pills li.active a:hover {
    background: #4267b3;
}

.tab-content {
    padding: 15px;
}

.navbar {
    border: 0;
}

.user-menu {
    display: inline-block;
    margin-top: 14px;
    margin-right: 10px;
    float: right;
    list-style: none;
    padding: 0;
}

.user-menu a {
    color: #fff;
}

.user-menu a:hover,
.user-menu a:focus {
    text-decoration: none;
}

.sidebar {
    display: block;
    padding: 0;
    display: none;
    box-shadow: none;
}

.sidebar ul {
    margin: 10px 0px;
}

.sidebar form {
    padding: 10px 0 0 0;
    margin: 10px 10px 20px 10px;
}

@media screen and (min-width: 768px) {
    .sidebar {
        display: block;
        margin: 0;
        padding: 0;
    }


}

.sidebar ul.nav a:hover,
.sidebar ul.nav li.parent ul li a:hover {
    text-decoration: none;
    background-color: #f4f6f7;
}

.sidebar ul.nav .active a,
.sidebar ul.nav li.parent a.active,
.sidebar ul.nav .active > a:hover,
.sidebar ul.nav li.parent a.active:hover,
.sidebar ul.nav .active > a:focus,
.sidebar ul.nav li.parent a.active:focus {
    background-color: #f4f6f7;
}

.sidebar ul.nav ul,
.sidebar ul.nav ul li {
    list-style: none;
    list-style-type: none;
}

.sidebar ul.nav li a {
    height: 40px;
    font-size: 14px;
    color: #444444;
}

.sidebar ul.nav ul.children {
    width: auto;
    padding: 0;
    margin: 0;
    background: #f9f9f9;
}

.sidebar ul.nav ul.children li a {
    height: 40px;
    background: #eaebef;
    color: #444444;
}

.sidebar ul.nav li.current a {
    background-color: #4267b3;
    color: #fff !important;
}

.sidebar ul.nav li.parent ul li a {
    border: none;
    display: block;
    padding-left: 30px;
    line-height: 40px;
    border-radius: 0;
}

.sidebar ul.nav li.divider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0px 0;
}

.profile-sidebar {
    margin: 10px 0;
    border-bottom: 1px solid #e9ecf2;
}

.indicator {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 9999px;
    margin-right: 5px;
}

.profile-userpic img {
    float: left;
    margin-left: 15px;
    width: 25px;
    height: 25px;
    border-radius: 9999px !important;
}

.profile-usertitle {
    float: left;
    text-align: left;
    line-height: 2em;
    padding-left: 5px;
}

.profile-usertitle-name {
    font-size: 14px;
}

.profile-usertitle-status {
    text-transform: uppercase;
    color: #AAA;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.breadcrumb {
    border-radius: 0;
    padding: 10px 15px 10px 15px;
    background: #e9ecf2;
    margin: 0;
}

h1.page-header {
    margin-top: 20px;
    border-bottom: 0;
}

.main-chart {
    background: #fff;
}

.easypiechart-panel {
    text-align: center;
    padding: 1px 0;
    margin-bottom: 20px;
}

.placeholder h2 {
    margin-bottom: 0px;
}

.donut {
    width: 100%;
}

.easypiechart {
    position: relative;
    text-align: center;
    width: 120px;
    height: 120px;
    margin: 20px auto 10px auto;
}

.easypiechart .percent {
    display: block;
    position: absolute;
    font-size: 26px;
    top: 38px;
    width: 120px;
}

#easypiechart-blue .percent {
    color: #4267b3;
}

#easypiechart-teal .percent {
    color: #6885c2;
}

#easypiechart-orange .percent {
    color: #8ea4d1;
}

#easypiechart-red .percent {
    color: #ef4040;
}

#easypiechart-red .percent {
    color: #7635d0;
}

#calendar,
.datepicker-inline {
    width: 100%;
}

#calendar table {
    width: 100%;
}

.datepicker-switch {
    font-size: 16px;
    height: 46px !important;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #c5c7cc;
}

.datepicker table tr td {
    padding: 10px !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #4267b3;
    text-shadow: none;
    border-color: #285e8e;
}

.datepicker table tr td span:hover,
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: rgba(0, 0, 0, 0.05);
}

.todo-list {
    padding: 0;
    margin: -15px;
    background: #fff;
    color: #444444;
}

.todo-list .checkbox input[type=checkbox] {
    margin: 0;
}

.todo-list .checkbox {
    display: inline-block;
    margin: 0px;
}

.panel-body input[type=checkbox]:checked + label {
    text-decoration: line-through;
    color: #777;
}

.todo-list-item {
    list-style: none;
    line-height: 0.9;
    padding: 14px 15px 8px 15px;
}

.todo-list-item:hover,
a.todo-list-item:focus {
    text-decoration: none;
    background-color: #f6f6f6;
}

.todo-list .fa-trash {
    color: #444444;
}

.todo-list .fa-trash:hover {
    color: #ef4040;
}

.chat .panel-body ul {
    list-style: none;
    margin: -15px;
    padding: 15px;
}

.chat .panel-body ul li {
    margin-bottom: 10px;
    padding: 15px 5px;
    border-bottom: 1px solid #e9ecf2;
}

.chat ul li.left .chat-body {
    margin-left: 80px;
}

.chat ul li.right .chat-body {
    margin-right: 80px;
}

.chat ul li .chat-body p {
    margin: 0;
}

.chat .panel-body {
    overflow-y: scroll;
    height: 300px;
}

.chat-body small {
    margin-left: 5px;
}

.table {
    background: #fff;
    white-space: nowrap;
    margin-bottom: 0px;
    border: 1px solid #ddd;
}

.table > * {
    background-color: #fff;
}

.table > thead > tr > th,
.table > tbody > tr > td {
    border: 1px solid #ddd;
}

.fixed-table-container {
    border: 1px solid #e9ecf2;
}

.fixed-table-container thead th {
    background: #f7f7f8;
    border-color: #ddd;
    color: #444444;
    font-weight: 300;
    font-size: 16px;
}

.fixed-table-container tbody td {
    border: 1px solid #e9ecf2;
}

.fixed-table-container tbody td:last-child {
    border-right: none;
}

.table > thead > tr > th {
    border-bottom: 1px solid #e6e7e8;
    vertical-align: middle;
    height: 50px;
}

.fixed-table-pagination .pagination {
    margin-top: 10px;
    margin-bottom: 5px;
}

.fixed-table-pagination .pagination-detail {
    margin-top: 20px;
    margin-bottom: 5px;
}

.fixed-table-pagination .pagination-detail .btn.dropdown-toggle {
    background-color: #fff;
}

.pagination > .active > .page-link {
    color: #fff !important;
}


p.back-link {
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    text-transform: uppercase;
}


.col-lg-five-1,
.col-md-five-1,
.col-sm-five-1,
.col-xs-five-1,
.col-lg-five-2,
.col-md-five-2,
.col-sm-five-2,
.col-xs-five-2,
.col-lg-five-3,
.col-md-five-3,
.col-sm-five-3,
.col-xs-five-3,
.col-lg-five-4,
.col-md-five-4,
.col-sm-five-4,
.col-xs-five-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-five-1 {
    width: 20%;
    float: left;
}

.col-xs-five-2 {
    width: 40%;
    float: left;
}

.col-xs-five-3 {
    width: 60%;
    float: left;
}

.col-xs-five-4 {
    width: 80%;
    float: left;
}

@media screen and (min-width: 768px) {
    .col-sm-five-1 {
        width: 20%;
        float: left;
    }

    .col-sm-five-2 {
        width: 40%;
        float: left;
    }

    .col-sm-five-3 {
        width: 60%;
        float: left;
    }

    .col-sm-five-4 {
        width: 80%;
        float: left;
    }
}

@media screen and (min-width: 992px) {
    .col-md-five-1 {
        width: 20%;
        float: left;
    }

    .col-md-five-2 {
        width: 40%;
        float: left;
    }

    .col-md-five-3 {
        width: 60%;
        float: left;
    }

    .col-md-five-4 {
        width: 80%;
        float: left;
    }
}

@media screen and (min-width: 1200px) {
    .col-lg-five-1 {
        width: 20%;
        float: left;
    }

    .col-lg-five-2 {
        width: 40%;
        float: left;
    }

    .col-lg-five-3 {
        width: 60%;
        float: left;
    }

    .col-lg-five-4 {
        width: 80%;
        float: left;
    }
}

.main {
    padding-bottom: 20px;
}

.navbar-header .navbar-view {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    line-height: 60px;
    margin-left: 15%;
}

.navbar-header .navbar-view .number {
    padding: 0 10px;
}

.navbar-header .navbar-view .number span {
    font-weight: 700;
    padding: 0 6px;
}

.navbar input {
    border: 0;
    background: #fff;
    color: #444;
    font-size: 13px;
    height: 26px;
}

.navbar input:focus {
    border: none;
    outline: 0;
}

.navbar input:focus button {
    background-color: #4267b3;
    color: #4267b3;
}

.top-search {
    margin-left: 20px;
    margin-top: 4px;
}

.top-search input {
    padding: 5px;
    width: 30vw;
    max-width: 500px;
}

.top-search-btn {
    height: 26px;
    border: none;
    color: #999;
    background-color: #f3f3f3;
    font-size: 16px;
}

.sidebar-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.sidebar-icon img {
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .sidebar {
        z-index: 100;
        position: fixed;
        top: 42px;
        background-color: rgba(255, 255, 255, 0.9);
        width: 100%;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    }
}

@media screen and (min-width: 768px) {
    .navbar-header {
        float: none;
    }
}

@media screen and (min-width: 1200px) {
    .container-fluid {
        width: 1200px;
        margin: 0 auto;
        padding: 0;
    }
}

.d-flex {
    display: flex;
    align-items: center;
}

.d-none {
    display: none;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt7 {
    margin-top: 7px;
}

.mt10 {
    padding-top: 10px;
}

.mt15 {
    padding-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}


/*index*/

.top-evaluate-user {
    padding: 10px 0;
}

.top-evaluate-user img {
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 9999px !important;
}

.top-evaluate-user span {
    padding-left: 10px;
    line-height: 36px;
}

.panel-post {
    background-color: transparent;
}

.post-area {
    padding: 20px;
    margin: 10px 0;
    background-color: #fff;
    position: relative;
}

.post-option {
    list-style: none;
    position: absolute;
    top: 20px;
    right: 20px;
    border-left: 0
}

.post-option a i {
    color: #999;
    font-size: 20px;
}

.post-userpic img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 9999px !important;
}

.post-usertitle {
    float: left;
    margin-top: 5px;
    margin-left: 12px;
}

.post-usertitle-name {
    font-size: 16px;
}

.post-date {
    margin-right: 8px;
}

.post-title {
    margin: 20px 0px;
    font-size: 18px;
}

dl.post-body dt {
    float: left;
    clear: left;
    width: 100%;
    margin-left: 1em;
    padding-right: 1em;
    text-indent: -1em;
}

dl.post-body dt::before {
    content: '・';
    display: inline;
}

dl.post-body dd {
    margin-bottom: 7px;
    float: left;
    margin-left: 1em;
}

.post-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.post-img::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.post-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post-img img {
    line-height: 0;
    object-fit: cover;
}

.img-1 {
    width: 100%;
    height: 100%;
}

.img-2 {
    width: 49.6%;
    height: 100%
}

.img-vertical {
    width: 49.6%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.img-verticla-25spilit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.img-vertical-35spilt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.img-horizon {
    width: 100%;
    height: 49.6%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.img-3 {
    width: 100%;
    height: 49.6%;

}

.img-4 {
    width: 100%;
    height: 32.8%;
}

.img-5-up {
    width: 49.6%;
    height: 49%;
}

.img-5-down {
    width: 32.8%;
    height: 100%;
}

.loading {
    margin: 20px;
    /*	display: none;*/
}

.chart-name {
    padding: 15px 20px 0 20px;
}

.chart-name span {
    font-weight: 700;
}

.quick-area {
    padding-top: 10px;
}

.quick-area > div {
    padding-bottom: 10px;
}

.quick-input {
    padding-right: 0px;
}

.status {
    margin: 10px 0;
}

.status .panel-heading a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.status-value-num {
    position: relative;
    padding-bottom: 30px;
    margin-top: -20px;
}

.status-value-num span {
    position: absolute;
    font-size: 11px;
    margin: auto -5px
}

@media screen and (min-width: 768px) {
    dl.post-body dt {
        width: 60%;
    }

    dl.post-body dd {
        float: left;
    }
}


@media screen and (min-width: 992px) {
    nav {
        width: calc(100vw - 15px);
    }

    body {
        overflow-y: scroll;
        /*width: calc(100vw - 15px);*/
    }

}


/*list*/
.search {
    margin-top: 10px;
}

.search input,
.search .btn,
.filter input,
.filter .btn,
.filter select {
    height: 36px;
}

.filter input[type=checkbox] {
    height: auto;
}

.search span,
.filter span {
    margin-right: 5px;
}


.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}

.table i {
    cursor: pointer;
}

.search-bar {
    margin-bottom: 10px;
}

.list-search {
    margin-bottom: 10px
}

.list-btn .btn {
    margin-right: 4px;
}


@media screen and (min-width: 992px) {
    .search {
        margin-top: 0;
        float: right;
    }

    .list-search {
        padding-right: 0;
    }
}

/*一覧表*/

.filter.row > div {
    margin-bottom: 10px;
}

.filter-name input,
.filter-name select {
    width: 100%;
}

.filter-search-wrap {
    display: flex;
    align-items: flex-end;
}

.filter-search {
    padding-left: 0;
    text-align: right;
}

.filter-date input {
    width: 47%;
}

.filter-search button {
    width: 100%;
}

.filter-btn-area {
    margin-top: 20px;
}

.filter-btn-area button {
    width: 100%;
}

.filter-csv label > input {
    display: none;
}

.filter-csv label {
    margin-left: 5px;
}

.filter-csv {
    display: flex;
    justify-content: space-between;
}

.filter-csv #filepath {
    width: 100%;
    height: 34px;
}

.filter-csv .image-filepath {
    width: 100%;
    height: 34px;
}

@media screen and (min-width: 992px) {
    .filter-btn-area div {
        padding-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .filter-date input {
        width: 45%;
    }

    .filter-name {
        margin-bottom: 10px;
    }

    .btn-csv {
        width: 100%;
        margin-top: 10px;
    }

}

@media screen and (max-width: 575px) {
    .filter-search-wrap {
        display: block;
    }

    .filter-search {
        padding-right: 15px;
        padding-left: 15px;
    }

    .fixed-table-pagination .pagination,
    .fixed-table-pagination .pagination-detail {
        width: 100%;
    }

    .fixed-table-pagination .pagination ul.pagination {
        display: flex;
        justify-content: center;
    }
}


/*evaluate*/
.evaluate-area {
    padding: 20px;
    margin: 10px 0;
    background-color: #fff;
    position: relative;
}

.evaluate-open {
    position: absolute;
    top: 20px;
    right: 20px;
}

.evaluate-open i {
    font-size: 20px;
}

.evaluate-title {
    font-size: 20px;
}

.evaluate-up {
    margin: 20px 0;
}

.evaluate-up small {
    font-size: 12px;
}

.evaluate-up > div {
    margin-bottom: 10px;
}

#clean-main .evaluate-up div {
    margin: 0 auto 5px;
}

#clean-main .evaluate-up .image_before_exist {
    width: 63%;
}

#clean-show .block-height {
    height: 415px;
}

.photo-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.photo-area > input {
    display: none;
}

.photo-area:before {
    content: '\f030';
    font-size: 40px;
    font-family: fontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.photo-area {
    border: 1px solid #ddd;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.photo-arrow:before {
    content: '\f178';
    font-size: 40px;
    font-family: fontAwesome;
    color: #999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.photo-stretch {
    align-items: stretch;
}

.photo-area:hover,
.mock:hover {
    cursor: pointer;
}

.mock {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    /*
    background: no-repeat url("/arrow-paint/images/photo/3.jpg");
    background-size: cover;
    overflow: hidden;
*/
}

.mock img {
    max-height: 130px;
}

.mock-clean-before img,
.mock-clean-after img {
    max-height: 190px;
    max-width: 100%
}

.photo-delete {
    width: 24px;
    height: 24px;
    color: #fff;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: -4px;
    left: -4px;
    display: inline-block;
}

.photo-delete i::before {
    position: absolute;
    top: 4px;
    left: 7px;
}

.evaluate-date {
    display: flex;
    justify-content: space-around;
}

.evaluate-date span {
    margin-right: 10px;
}

.next-evaluate-date div {
    padding-top: 10px;
    margin-bottom: 0;
}

.next-evaluate-date .form-select {
    margin-top: 0;
}

.next-evaluate-date p,
.next-evaluate-date label {
    margin-top: 10px;
}

.form-select {
    margin-top: 10px;
}

.btn-save {
    min-width: 100px;
}

.evaluate-action {
    margin: 30px 0;
}

.btn-submit {
    color: #fff;
    background-color: #e24670;
    width: 30%;
    min-width: 120px;
}

.btn-cancel {
    min-width: 120px;
    margin: 0 10px;
}

.btn-submit:hover {
    color: #fff;
}

.btn-delete {
    color: #fff;
    background-color: #000;
}

.btn-delete:hover {
    background-color: rgba(0, 0, 0, 0.2)
}

.select-check {
    display: flex;
    align-items: center;
}

div.select-check {
    margin-bottom: 8px;
}

.select-check p {
    font-size: 16px;
    font-weight: 700;
    color: #4267b3;
    margin: 0;
}

.fa-smile-o {
    color: #4267b3;
    font-size: 30px;
}

.fa-meh-o {
    color: #facb09;
    font-size: 30px;
}

.fa-frown-o {
    color: #ed6464;
    font-size: 30px;
}

.fa-commenting-o {
    color: #999999;
    font-size: 30px;
}

@media screen and (max-width: 991px) {
    .no-display {
        display: none;
    }

    .evaluate-date {
        flex-direction: column;
    }

    .evaluate-title {
        width: calc(100% - 30px);
    }
}

@media screen and (min-width: 992px) {
    .btn-submit {
        width: 200px;
    }

    #clean-show .other_item .evaluate-title {
        width: 48%;
    }
}

/*evaluateinfoModal*/
.modal-btn {
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    background-color: #f7f5d6;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #ddd;
    display: block;
}

.modal-btn i {
    color: #444444;
    font-weight: bold;
}

.modal-btn:hover i {
    color: #4267b3;
}

.modal {
    width: 90%;
    max-width: 400px;
    margin: 30% auto;
    padding: 0 !important;
}

.modal-dialog {
    margin: 0 auto;
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
    border: 0;
}

.info-area {
    overflow: hidden;
}

.info-area ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.info-area ul li {
    width: auto;
    margin: 0 3px 0 0;
    font-weight: bold;
    font-size: 14px;
    background: #ddd;
    color: #999;
    display: flex;
    justify-content: center;
    padding: 8px 5px;
    text-align: center;
    cursor: pointer;
}

.info-area ul li:last-child {
    margin-right: 0;
}

.info-content {
    background-color: #fff;
    padding: 12px;
}

.info-content .info-photo {
    margin-bottom: 10px;
}

.info-content .info-text {
    margin-bottom: 10px;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: auto;
}

.hide {
    display: none;
}

@media screen and (min-width: 576px) {
    .modal {
        margin: 30vh auto 0 auto;
        max-width: none;
    }

    .modal-dialog {
        max-width: 400px;
    }

    .info-area ul li {
        font-size: 12px;
    }
}

@media screen and (min-width: 992px) {
    .modal {
        margin: 0 auto;
        padding: 0 15px;
    }

    .modal-dialog {
        width: 400px;
        margin-top: 30vh;
    }

    .modal-dialog .evaluate-area span {
        font-size: 20px;
    }

    .tab-area li:hover {
        opacity: 0.7;
    }
}

/*value*/
.value-cat {
    margin-bottom: 20px;
}

.square-1::before {
    content: "";
    display: inline-block;
    margin-right: 3px;
    width: 10px;
    height: 10px;
    background-color: #4267b3;
}

.square-2::before {
    content: "";
    display: inline-block;
    margin-right: 3px;
    width: 10px;
    height: 10px;
    background-color: #7b95ca;
}

.square-3::before {
    content: "";
    display: inline-block;
    margin-right: 3px;
    width: 10px;
    height: 10px;
    background-color: #b3c2e1;
}

.square-4::before {
    content: "";
    display: inline-block;
    margin-right: 3px;
    width: 10px;
    height: 10px;
    background-color: #d9e1f0;
}

.square-5::before {
    content: "";
    display: inline-block;
    margin-right: 3px;
    width: 10px;
    height: 10px;
    background-color: #bec7d7;
}

.square-6::before {
    content: "";
    display: inline-block;
    margin-right: 3px;
    width: 10px;
    height: 10px;
    background-color: #a3aebf;
}

.square-7::before {
    content: "";
    display: inline-block;
    margin-right: 3px;
    width: 10px;
    height: 10px;
    background-color: #8b93a2;
}

.square-8::before {
    content: "";
    display: inline-block;
    margin-right: 3px;
    width: 10px;
    height: 10px;
    background-color: #727984;
}

.square-9::before {
    content: "";
    display: inline-block;
    margin-right: 3px;
    width: 10px;
    height: 10px;
    background-color: #5a5f67;
}

.square-10::before {
    content: "";
    display: inline-block;
    margin-right: 3px;
    width: 10px;
    height: 10px;
    background-color: #414449;
}

.chart-info {
    display: flex;
    margin: 0 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.chart-info div {
    margin: 0 4px;
}

.bar-chart-area {
    margin-top: 60px;
}

.bar-link {
    width: 94%;
    margin: 0 auto;
    padding-left: 5px;
    display: flex;
    justify-content: space-around;
    font-size: 12px;
}

/*add*/
.form-group span {
    vertical-align: middle;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-group select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

.form-group .help-block {
    font-size: 12px;
    color: #a94442;
    margin-bottom: 0;
}

input[type='checkbox'].form-control {
    width: auto;
}

.checkbox-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.checkbox-grid > .checkbox-inline {
    margin-left: 10px;
}

.staff-title {
    margin-top: 10px
}

.staff-select {
    border: 1px solid #ddd;
    padding: 10px;
    height: 120px;
    overflow-y: scroll;
    margin-top: 10px
}

.staff-selected {
    border: 1px solid #ddd;
    padding: 10px;
    height: 165px;
    overflow-y: scroll;
    margin-top: 10px
}

.staff-select input,
.staff-selected input {
    margin-right: 5px;
}

.form-group .photo-delete {
    width: 24px;
    height: 24px;
    color: #fff;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    cursor: pointer;
}

.form-group .photo-delete i::before {
    position: absolute;
    top: 4px;
    left: 6px;
}

@media screen and (max-width: 991px) {
    .form-group {
        padding-bottom: 10px;
        border-bottom: 1px dotted #ddd;
    }

    input[type='checkbox'].form-control {
        height: auto;
    }
}

@media screen and (min-width: 992px) {
    .add-area {
        width: 83%;
    }

    .checkbox-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}


@media screen and (min-width: 1200px) {
    .add-area {
        width: 66.6666%;
    }
}


/*edit*/
.tab-area {
    margin-bottom: 0;
    padding-top: 10px;
    overflow: hidden;
    margin: 0;
}

.tab-area li {
    width: 120px;
    margin: 0 5px;
    font-weight: bold;
    background: #ddd;
    color: #999;
    display: inline-block;
    padding: 12px 0;
    text-align: center;
    cursor: pointer;
}

.all-area {
    overflow: hidden;
}

.tab-area li.select {
    background: #fff;
    color: #444;
}

.content-area .post-area {
    margin-top: 0px
}

.form-group .info-img {
    max-height: 150px;
    max-width: 150px;
}

@media screen and (min-width: 768px) {
    .form-group .info-right {
        padding-top: 7px;
    }
}

/*detail*/
.inner {
    margin: 0 50px;
}

.prev,
.next {
    position: fixed;
    top: 50%;
    padding: 5px;
    display: block;
    text-align: center;
}

.prev {
    left: auto;
}

.next {
    left: auto;
    margin-left: 975px;
}

.prev:hover,
.next:hover {
    background-color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.contents .prev i,
.contents .next i {
    font-size: 30px;
}

.score {
    font-size: 46px;
    color: #4267b3;
}

.select-state {
    width: auto;
}

.btn-request {
    margin-top: 10px;
    width: 80%
}

.detail-checked-action .form-control {
    width: calc(100% - 190px);
    display: inline-block;
}

.detail-action-checkbox label {
    margin-left: 0px;
    font-weight: 400;
}


.detail-sum .table-responsive {
    margin-top: 20px;
    height: 150px;
    overflow-y: auto;
}

.detail-date span {
    margin-right: 20px;
}

.detail-comment {
    height: 80px;
    overflow-y: scroll;
}

.top-btn-area {
    margin: 15px 0;
}

.top-btn-area a {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 15px;
}

@media screen and (max-width: 1199px) {
    .next {
        right: 15px;
        margin-left: auto;
    }
}

@media screen and (max-width: 991px) {
    .detail-savebtn {
        margin-top: 10px;
        text-align: center;
    }

    .detail-action-checkbox {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .inner {
        margin: auto;
    }

    .prev,
    .next {
        z-index: 1;
        top: auto;
        bottom: 0;
        padding: 5px;
        margin: 0;
        width: 80px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .prev {
        left: 0;
    }

    .next {
        right: 0;
    }
}

@media screen and (min-width: 992px) {
    .detail-savebtn button {
        width: 100%;
        min-width: 100px;
    }


    .detail-checked-action label {
        margin-left: 10px;
    }
}


/*send*/
.table.send {
    margin-bottom: 0;
}

.role {
    font-size: 12px;
    color: #666;
    width: 70px;
    display: inline-block;
}

.send-check span {
    padding-left: 10px
}

.form-checkbox div {
    margin-bottom: 5px;
}

/*offer*/
.panel-heading span {
    font-size: 20px;
}

.offer-select .input-group {
    padding-top: 1px;
    width: 200px;
}

.add-area .fixed-table-container {
    height: 300px
}


.add-area .fixed-table-container .fixed-table-body table thead th {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 1;
}


.add-area .fixed-table-container .fixed-table-body table thead th::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #e9ecf2;
    border-bottom: 1px solid #e9ecf2;
}

@media screen and (max-width: 767px) {
    .add-area .fixed-table-container.table-responsive {
        overflow-y: auto;
    }
}

/*import*/
.import-select div {
    margin-bottom: 15px;
}

.import-select span {
    padding-left: 4px;
    padding-right: 10px;
}

.import-select .import-action {
    margin: 10px 0px;
}

.import-select .import-action button {
    margin-right: 10px;
}

/*clean*/
.clean-category {
    color: #4267b3;
    margin: 30px 15px 10px 15px;
    padding: 3px;
    border-bottom: 1px solid #4267b3;
    font-size: 18px;
    font-weight: 700;
}

#loading-gray {
    background: url('../images/loading-gray.gif') rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 2000;
}


/*login forgot*/
.comp-list li {
    list-style: decimal;
    margin: 10px 0;
}

@media screen and (max-width: 991px) {
    .login .form-group {
        border-bottom: 0
    }
}

/*mgmtitem*/
.itemtable-photo {
    position: relative;
    height: 90px;
    width: 90px;
}

.itemtable-photo img {
    height: 68px;
    width: 68px;
    object-fit: cover;
}

.itemtable-photo .photo-delete {
    width: 24px;
    height: 24px;
    color: #fff;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 6px;
    left: 3px;
    display: inline-block;
    cursor: pointer;
}

.itemtable-photo .photo-delete i::before {
    position: absolute;
    top: 4px;
    left: 6px;
}

.itemtable-photo .photo-area {
    margin-bottom: 0;
    margin-top: 0;
    width: 68px;
    height: 68px;
    padding-bottom: 0;
}

.table-mgmtitem input {
    width: 70%;
}

.table-small {
    font-size: 12px;
}

/*myalert*/
.alert-gray {
    background-color: #f4f4f4;
}

.dropdown-menu li {
    padding: 6px 0;
}

.dropdown-alerts li {
    padding: 10px;
}

.dropdown-alerts li a {
    padding: 0;
}

.dropdown-menu li.divider {
    margin: 0;
    padding: 0;
}

.dropdown-alerts li .alerts-link {
    padding: 0 5px;
}

.dropdown-alerts li .alerts-link a:hover {
    text-decoration: underline;
}


/* 評価ブロック高さ調整 */
.block-height {
    height: 400px;
}

.block-height-doevaluate {
    height: 580px;
}

.photo-wrapper {
    height: 190px;
}

.evaluate-up .upload-alert {
    margin-bottom: 0;
}

.upload-alert p {
    font-size: 11px;
    color: #a94442;
    line-height: 1.3rem;
    margin: 0;
}

.photo-wrapper-alert {
    height: 210px
}

@media screen and (max-width: 991px) {

    .block-height,
    .block-height-doevaluate,
    .photo-wrapper,
    .photo-wrapper-alert {
        height: auto;
    }
}

/* ページ表示件数調整 */
.table-dropdown-menu {
    left: 0;
    height: 180px;
    overflow-y: scroll;
}

.table-dropdown-menu li {
    padding: 2px 0;
}

/* 評価画面画像調整 */
.evaluate-area .info-img {
    overflow: hidden;
    max-height: 128px;
}

.photo-wrapper .info-img {
    max-height: 180px;
}

/*追従報告ボタン*/
.add-btn {
    position: fixed;
    top: 30%;
    right: -4px;
    border-radius: 12px 0 0 12px;
}

@media screen and (max-width: 991px) {
    .add-btn {
        font-size: 12px;
        padding: 6px 8px;
        right: -2px;
    }
}

.none-alert {
    padding: 5px 10px;
    margin: 0;
}

/*iPhoneの入力拡大無効*/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
select,
textarea {
    font-size: 16px !important;
}

select.form-control {
    padding: 4px 12px;
}

/*もっと見る*/
.grad-wrap {
    position: relative;
}

.grad-wrap.is-hide {
    height: 170px;
    overflow: hidden;
}

.more {
    font-weight: bold;
    color: #4267b3;
    display: block;
    text-align: center;
}

.is-hide ~ .more::after {
    content: 'もっと見る';
}

.is-show ~ .more::after {
    display: none;
}

@media screen and (max-width: 767px) {
    .fs13 {
        font-size: 13px;
    }

    .fs10 {
        font-size: 10px;
    }
}


/* カラー 'green', 'red', 'violet', 'yellow', 'brown'*/
.btn-check:checked+.btn {
    opacity: 0.5;
    border: 1px solid #000;
}
.select-color-btn-green {
    background:#5B7B57 !important;
}
.select-color-green .btn-primary {
    background:#5B7B57 !important;
    border-color:#5B7B57 !important;
}
.select-color-green .bg-blue {}
.select-color-green .navbar-custom {
    background:#5B7B57 !important;
}
.select-color-green .progress .progress-bar-blue1 {
    background: #ECEAE4 !important;
}
.select-color-green .progress .progress-bar-blue4 {
    background: #E4E2CF !important;
}
.select-color-green .progress .progress-bar-blue5 {
    background: #BFD0C1 !important;
}
.select-color-green .progress .progress-bar-blue6 {
    background: #8FAB98 !important;
}
.select-color-green .progress .progress-bar-blue7 {
    background: #6A8E66 !important;
}
.select-color-green .progress .progress-bar-blue9 {
    background: #5B7B57 !important;
}
/* red */
.select-color-btn-red {
    background:#D81F24 !important;
}
.select-color-red .btn-primary {
    background:#D81F24 !important;
    border-color:#D81F24 !important;
}
.select-color-green .bg-blue {}
.select-color-red .navbar-custom {
    background:#D81F24 !important;
}
.select-color-red .progress .progress-bar-blue1 {
    background: #F9C8C8 !important;
}
.select-color-red .progress .progress-bar-blue4 {
    background: #FF8F94 !important;
}
.select-color-red .progress .progress-bar-blue5 {
    background: #F63C4C !important;
}
.select-color-red .progress .progress-bar-blue6 {
    background: #FE1D37 !important;
}
.select-color-red .progress .progress-bar-blue7 {
    background: #D81F24 !important;
}
.select-color-red .progress .progress-bar-blue9 {
    background: #5d0d0f !important;
}
/* violet */
.select-color-btn-violet {
    background:#CD8BD5 !important;
}
.select-color-violet .btn-primary {
    background:#CD8BD5 !important;
    border-color:#CD8BD5 !important;
}
.select-color-green .bg-blue {}
.select-color-violet .navbar-custom {
    background:#CD8BD5 !important;
}
.select-color-violet .progress .progress-bar-blue1 {
    background: #F3D6F3 !important;
}
.select-color-violet .progress .progress-bar-blue4 {
    background: #E5B6E4 !important;
}
.select-color-violet .progress .progress-bar-blue5 {
    background: #DD9FDB !important;
}
.select-color-violet .progress .progress-bar-blue6 {
    background: #CD8BD5 !important;
}
.select-color-violet .progress .progress-bar-blue7 {
    background: #A964B7 !important;
}
.select-color-violet .progress .progress-bar-blue9 {
    background: #4b324e !important;
}
/* yellow */
.select-color-btn-yellow {
    background:#FFBF00 !important;
}
.select-color-yellow .btn-primary {
    background:#FFBF00 !important;
    border-color:#FFBF00 !important;
}
.select-color-green .bg-blue {}
.select-color-yellow .navbar-custom {
    background:#FFBF00 !important;
}
.select-color-yellow .progress .progress-bar-blue1 {
    background: #FFE878 !important;
}
.select-color-yellow .progress .progress-bar-blue4 {
    background: #FFD447 !important;
}
.select-color-yellow .progress .progress-bar-blue5 {
    background: #FFBF00 !important;
}
.select-color-yellow .progress .progress-bar-blue6 {
    background: #BF9B30 !important;
}
.select-color-yellow .progress .progress-bar-blue7 {
    background: #A67C00 !important;
}
.select-color-yellow .progress .progress-bar-blue9 {
    background: #543f00 !important;
}
/* default */
.select-color-btn-default {
    background:#4267b3 !important;
}
/* brown */
.select-color-btn-brown {
    background:#A67648 !important;
}
.select-color-brown .btn-primary {
    background:#A67648 !important;
    border-color:#A67648 !important;
}
.select-color-brown .bg-blue {
    background:#A67648 !important;
}
.select-color-brown .navbar-custom {
    background:#A67648 !important;
}
.select-color-brown .progress .progress-bar-blue1 {
    background: #E7CBAC !important;
}
.select-color-brown .progress .progress-bar-blue4 {
    background: #E1BB8C !important;
}
.select-color-brown .progress .progress-bar-blue5 {
    background: #c99574 !important;
}
.select-color-brown .progress .progress-bar-blue6 {
    background: #AD815B !important;
}
.select-color-brown .progress .progress-bar-blue7 {
    background: #A67648 !important;
}
.select-color-brown .progress .progress-bar-blue9 {
    background: #46321e !important;
}
.select-color-btn-default {
    background:#4267b3 !important;
}

.color-group input {
    display: none;
}