/*--------------------------------------------------------------
# Original Theme Customize from here
--------------------------------------------------------------*/


/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #0e2d0a;
    background-color: #9fe796;
    border-color: #90e386;
}

.alert-primary hr {
    border-top-color: #7dde71;
}

.alert-primary .alert-link {
    color: #010300;
}

.badge-primary {
    color: #fff;
    background-color: #2D9121;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #206717;
}

.bg-primary {
    background-color: #2D9121 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #206717 !important;
}

.border-primary {
    border-color: #2D9121 !important;
}

.btn-primary {
    color: #fff;
    background-color: #2D9121;
    border-color: #2D9121;
}

.btn-primary:hover {
    color: #fff;
    background-color: #23731a;
    border-color: #206717;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 145, 33, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #2D9121;
    border-color: #2D9121;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #206717;
    border-color: #1c5a14;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 145, 33, 0.5);
}

.btn-outline-primary {
    color: #2D9121;
    background-color: transparent;
    border-color: #2D9121;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #2D9121;
    border-color: #2D9121;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 145, 33, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #2D9121;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #2D9121;
    border-color: #2D9121;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 145, 33, 0.5);
}

.list-group-item-primary {
    color: #0e2d0a;
    background-color: #90e386;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #0e2d0a;
    background-color: #7dde71;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #0e2d0a;
    border-color: #0e2d0a;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #90e386;
}

.table-hover .table-primary:hover {
    background-color: #7dde71;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #7dde71;
}

.text-primary {
    color: #2D9121 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #206717 !important;
}

/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/
/* topへ戻るボタン */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    z-index: 999;
}
#page-top a {
    background: rgba(100,100,100,0.8);
    text-decoration: none;
    color: #fff;
    width: 90px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: rgba(150,150,150,0.9);
}	
/*--------------------------------------------------------------
## print setting
--------------------------------------------------------------*/
