/* user.css ----------------------------------------------------------------- */

.card-header {
  background-color: #3D580D !important;
  color: #cea159 !important;
  font-weight: bold !important;
}

.card-header a {
  color: #cea159 !important;
  font-weight: bold !important;
}

.breadcrumb {
  background-color: #3D580D !important;
  color: #cea159 !important;
}

.breadcrumb a {
  color: #cea159 !important;
}

.bg-light {
  background-color: #3D580D !important;
}

.list-group-item {
  background-color: #F6FBDA !important;
}

body {
  background-color: #E5E4AC !important;
}

.card-body {
  background-color: #F6FBDA !important;
}

.card-body {
  color: #000 !important;
}

.bg-white {
  background-color: #F6FBDA !important;
}

.display-4 {
    font-size: 1.5rem !important;
}

.navbar-light .navbar-nav .nav-link {
	color: #cea159 !important;
}

.alert-info {
	background-color: #9AAC6A !important;
	color: #000 !important;
	border-color: #3D580D !important;
}

.alert-danger {
	background-color: #9AAC6A !important;
	color: #000 !important;
	border-color: #3D580D !important;
}

.alert-success {
	background-color: #9AAC6A !important;
	color: #000 !important;
	border-color: #3D580D !important;
}

.alert-warning {
	background-color: #9AAC6A !important;
	color: #000 !important;
	border-color: #3D580D !important;
}

.alert-info a {
	color: #965f46 !important;
}

.btn-success {
	color: #000 !important;
	background-color: #9AAC6A !important;
	border-color: #3D580D !important;
}

.btn-primary {
	color: #000 !important;
	background-color: #9AAC6A !important;
	border-color: #3D580D !important;
}

.btn-warning {
	color: #000 !important;
	background-color: #9AAC6A !important;
	border-color: #3D580D !important;
}

.card-title a {
    color: #000 !important;
}

.nav-pills .nav-link {
    color: #000 !important;
}

.btn-info {
	color: #000 !important;
	background-color: #9AAC6A !important;
	border-color: #3D580D !important;
}

.btn-dark {
	color: #000 !important;
	background-color: #9AAC6A !important;
	border-color: #3D580D !important;
}

.page-item.active .page-link {
	background-color: #9AAC6A !important;
	color: #cea159 !important;
	border-color: #3D580D !important;
}

.page-link {
    color: #000 !important;
}

.list-inline a {
    color: #212529 !important;
}

.card-footer:last-child a {
    color: #000 !important;
}

.card-footer {
	background-color: #F6FBDA !important;
}

.carousel-caption {
	color: #d80000 !important;
	text-shadow: #fff 1px 0 10px !important;
	font-weight: bold !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d80000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d80000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
}

.text-danger {
    font-weight: bold !important;
}

.badge-primary {
    background-color: #3D580D;
}

a {
    color: #3D580D;
}

a:hover {
    color: #5C7D12;
}

.btn:not(:disabled):not(.disabled) {

    cursor: pointer;

}
.btn-block {

    display: block;
    width: 100%;

}
.btn-group-lg > .btn, .btn-lg {

    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;

}
.btn-danger {
	color: #000 !important;
	background-color: #9AAC6A !important;
	border-color: #3D580D !important;
}

.table .thead-dark th {
    color: #cea159 !important;
    background-color: #3D580D !important;
    border-color: #454d55;
}

.btn-light {
    color: #212529;
    background-color: #3D580D !important;
	border-color: #3D580D !important;
}

.bg-dark {
    background-color: #3D580D !important;
}

.btn2 {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .0rem .30rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}