@charset "utf-8";

.btn-primary,
.btn-primary.disabled, 
.btn-primary:disabled,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.btn-outline-primary:not(:disabled):not(.disabled).active,
.page-item.active .page-link,
.show > .btn-outline-primary.dropdown-toggle,
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	background-color: #1e851e !important;
	border-color: #1e851e !important;
	color:#fff !important;
}

.page-item.disabled .page-link {
    color: #111;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #ddd;
}

hr.hr::after,
.dropdown-item.active, 
.dropdown-item:active,
.bg-primary {
	background-color: #1e851e !important;
    color: #fff;
}

.border-primary {
	border-color: #1e851e !important;
}

.text-primary,
.btn-outline-primary.disabled, 
.btn-outline-primary:disabled {
	color : #1e851e !important;
}

/* ---------------------------------------------------------- */

.btn-primary:focus, 
.btn-primary.focus,
.btn-primary:hover {
	background-color: #0b750b !important;
	border-color: #0b750b !important;
	color: #fafafa !important;
}

.btn-outline-primary {
	color: #1e851e !important;
	border-color: #1e851e !important;
}

.btn-outline-primary:hover {
	color: #333 !important;
}

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

.page-link:focus,
.btn-primary:focus, 
.btn-primary.focus,
.btn-outline-primary:focus, 
.btn-outline-primary.focus,
.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5) !important;
}

/* ¸ð¹ÙÀÏ ÁÖ¸Þ´º ÁÂ¿ìÃø ±×¶óµ¥ÀÌ¼Ç */
.gra-left-primary {
 	background: linear-gradient(to left, rgba(0,0,0,0) 0, #1e851e 60%); 
}
.gra-right-primary {
     background: linear-gradient(to right, rgba(0,0,0,0) 0, #1e851e 60%);
}
