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;
}

.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);
}

.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;
}

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

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

@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%;
}

@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;
    }
}

.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: 180px;
}

@media screen and (max-width: 767px) {
    .mock img {
        max-height: 30vw;
    }
}

.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;
    }

}

.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;
    }
}

.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;
}

.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;
    }
}

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

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

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

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

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

.required {
    color: #d00;
}

.form-group .text-danger {
    color: #d00;
}

.form-group .help-block {
    color: #737373;
}

.table {
    white-space: normal;
}

.table th {
    white-space: nowrap;
}

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

.js-delete-confirm {
    cursor: pointer;
}

.detail-parent span {
    padding-right: 20px;
}

.detail-parent span:last-child {
    padding-right: 0;
}

th {
    text-align: center;
}

/*.autocomplete-suggestions {
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 4px;
}
.autocomplete-suggestion {
    background-color: #fff;
    padding: 2px;
    padding-left: 5px;
    cursor: hand;
    cursor: pointer;
}

.autocomplete-suggestion strong {
    font-weight: normal;
}*/

.autocomplete-suggestions {

    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #FFF;
    cursor: pointer;
    overflow: auto;
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

#search-btn{
    margin-left: 15px;
    
}

#search-form .form-group{
    margin-left: 0;
    margin-right: 0;
    border-bottom: none;
}

.batch-outer{
    margin-top: 2px;
}

input[type=file] {
    display: inline-block;
    border:none;
}

.js-file-outer .js-image {
    display: none;
}

.js-file-outer .js-delete {
    display: none;
}

.js-file-outer .js-file {
    display: inline;
}

.js-file-outer.with-image .js-image {
    display: block;
}

.js-file-outer.with-image .js-delete {
    display: inline-block;
}

.js-file-outer.with-image .js-file {
    display: none;
}

.js-file-outer label {
    display: block;
}

.js-file-outer .js-delete{
    padding: 5px;
    padding-left: 20px;
    padding-right:20px;
    margin-top: 5px;
}