body {
    font-size: 1.05rem;
    font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.btn {
    font-size: 1rem;
}
.form-control {
    font-size: 1rem;
}

[class*=sidebar-dark-] {
//    background-color: #e0e0e9 !important;
}
[class*=sidebar-dark-] .sidebar a {
//    color: #202020 !important;
}
[class*=sidebar-dark-] .sidebar a.active {
//    color: #fff !important;
}

.alert-default-warning a {
    color: #00f;
    text-decoration: none;
}

/* nav/breadcrumb *********************************************************************/

/* cards ******************************************************************************/

.card-primary .card-header {
    background-color: #e0e0e9 !important;
    color: #000 !important;
}
.card-primary.card-outline {
    border-top: 3px solid #e0e0e9 !important;
    color: #000 !important;
}

.btn-primary {
    background-color: #fc766a !important;
    border-color: #fc766a !important;
    color: #fff !important;
}

.btn-secondary {
    background-color: #7cbf6a !important;
    border-color: #7cbf6a !important;
    color: #fff !important;
}
.btn-secondary {
    background-color: #7cbf6a !important;
    border-color: #7cbf6a !important;
    color: #fff !important;
}
.btn-blue {
    background-color: #4f8aff !important;
    border-color: #4f8aff !important;
    color: #fff !important;
}
.btn-clear {
    background-color: #A9A9A9 !important;
    border-color: #A9A9A9 !important;
    color: #fff !important;
}

table.table-app thead th {
    background-color: #4d6aba;
    color: #fff;
}
table.table-app tbody th {
    background-color: #4d6aba;
    color: #fff;
}

table.table-app a {
    color: #000;
}
table.table-app a:hover {
    text-decoration: underline;
}

div.inline-controls label {
    margin-right: 0.5em;
}
div.inline-controls input[type="text"] {
    display: inline-block;
    width: auto;
    margin-bottom: 0.5em;
}
div.inline-controls .form-group:not(:last-child) {
    margin-bottom: 1em;
    margin-right: 1em;
}
div.inline-controls .form-group:last-child {
    margin-bottom: 0;
}
div.inline-controls button {
    height: calc(2.25rem + 2px);
}

button.btn.wide, a.btn.wide {
    min-width: 180px;
}
button.btn.middle, a.btn.middle {
    min-width: 90px;
}

input[type="checkbox"] + .custom-control-label {
    cursor: pointer;
    font-weight: normal !important;
}

div.pagination {
   margin-top: 8px;
}
ul.pagination {
    margin-bottom: 0;
}

.table .buttons {
    padding-top: 8px;
    padding-bottom: 8px;
}

/* toastr ************************************************************************************/

#toast-container > div {
    opacity: 0.97;
}
.toast {
    margin: 10px !important;
    min-width: 320px !important;
}
.toast-top-center {
    top: 12px;
}

/* form ************************************************************************************/

input.app-date {
    display: inline-block;;
    width: 140px !important;
}
input.app-time {
    display: inline-block;;
    width: 140px !important;
}
.invalid-standalone {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-caption {
    display: block;
    border: 1px solid #e3342f;
    border-radius: 0.25rem;
    padding-left: calc(1.6em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left calc(0.4em + 0.1875rem) center;
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #e3342f;
}

#inventory_table td {
    vertical-align: middle;
}

.half-form {
    width: 50%;
}

#active-plan {
    float: left;
    font-size: 1.1rem;
    margin-left: 1.0rem;
}

#ap-count {
    font-weight: bold
}

.break-all {
    word-break: break-all !important;
}
