.navbar-custom {
    background: #048F30;
}

.logo-box {
    background-color: whitesmoke;
}

/* Notification */
.notification-list {
    margin-left: 0 !important;
}

.notification-list .noti-title {
    border-radius: 0.25rem 0.25rem 0 0;
    background-color: #048F30;
    margin: -6px -1px 0px -1px;
    width: auto;
    padding: 12px 20px;
}

.notification-list .noti-title h5 {
    color: #ffffff;
    margin: 0;
}

.notification-list .noti-icon {
    font-size: 22px;
    padding: 0 12px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.8);
}

/* =============
   Buttons
============= */

.btn-custom {
  background-color: #048F30;
  border-color: #048F30;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active,
.btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
  background-color: #0b7810 !important;
  border: 1px solid #0b7810 !important;
}

.btn-secondary {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.2);
  color: #797979;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active,
.btn-secondary.focus, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover,
.open > .dropdown-toggle.btn-secondary, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  background-color: rgba(0, 0, 0, 0.07) !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
  color: #797979;
}

.btn-secondary.focus, .btn-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.btn-primary {
  background-color: #048F30 !important;
  border: 1px solid #048F30 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #0b7810 !important;
  border-color: #0b7810 !important;
}

.btn-primary.focus, .btn-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(13, 143, 19, 0.3);
  box-shadow: 0 0 0 2px rgba(13, 143, 19, 0.3);
}

.btn-success {
  background-color: #32c861 !important;
  border: 1px solid #32c861 !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
  background-color: #2db457 !important;
  border-color: #2db457 !important;
}

.btn-success.focus, .btn-success:focus, .btn-outline-success.focus, .btn-outline-success:focus,
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(50, 200, 97, 0.3);
  box-shadow: 0 0 0 2px rgba(50, 200, 97, 0.3);
}

.btn-info {
  background-color: #34d3eb !important;
  border: 1px solid #34d3eb !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
  background-color: #1dcee9 !important;
  border-color: #1dcee9 !important;
}

.btn-info.focus, .btn-info:focus, .btn-outline-info.focus, .btn-outline-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(52, 211, 235, 0.3);
  box-shadow: 0 0 0 2px rgba(52, 211, 235, 0.3);
}

.btn-warning {
  background-color: #ffa91c !important;
  border: 1px solid #ffa91c !important;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
  background-color: #ff9f03 !important;
  border-color: #ff9f03 !important;
}

.btn-warning.focus, .btn-warning:focus, .btn-outline-warning.focus, .btn-outline-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 169, 28, 0.3);
  box-shadow: 0 0 0 2px rgba(255, 169, 28, 0.3);
}

.btn-danger {
  background-color: #f96a74 !important;
  border: 1px solid #f96a74 !important;
}

.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
  background-color: #f8515d !important;
  border-color: #f8515d !important;
}

.btn-danger.focus, .btn-danger:focus, .btn-outline-danger.focus, .btn-outline-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(249, 106, 116, 0.3);
  box-shadow: 0 0 0 2px rgba(249, 106, 116, 0.3);
}

.btn-inverse {
  background-color: #36404c !important;
  border: 1px solid #36404c !important;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open > .dropdown-toggle.btn-inverse {
  background-color: #2b333d !important;
  border-color: #2b333d !important;
}

.btn-inverse.focus, .btn-inverse:focus, .btn-outline-inverse.focus, .btn-outline-inverse:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(54, 64, 76, 0.3);
  box-shadow: 0 0 0 2px rgba(54, 64, 76, 0.3);
}

.btn-purple {
  background-color: #5553ce !important;
  border: 1px solid #5553ce !important;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active {
  background-color: #413fc8 !important;
  border-color: #413fc8 !important;
}

.btn-purple.focus, .btn-purple:focus, .btn-outline-purple.focus, .btn-outline-purple:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(85, 83, 206, 0.3);
  box-shadow: 0 0 0 2px rgba(85, 83, 206, 0.3);
}

.btn-pink {
  background-color: #ec6794 !important;
  border: 1px solid #ec6794 !important;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active {
  background-color: #e95084 !important;
  border-color: #e95084 !important;
}

.btn-pink.focus, .btn-pink:focus, .btn-outline-pink.focus, .btn-outline-pink:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(236, 103, 148, 0.3);
  box-shadow: 0 0 0 2px rgba(236, 103, 148, 0.3);
}

.btn-bordered.btn-secondary {
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.15) !important;
}

.btn-bordered.btn-custom {
  color: #048F30 !important;
  border: 2px solid #048F30 !important;
}

.btn-bordered.btn-custom:hover, .btn-bordered.btn-custom:focus, .btn-bordered.btn-custom:active {
  background-color: #048F30;
  color: #ffffff !important;
  border: 2px solid #0a6e0f !important;
}

.btn-bordered.btn-primary {
  color: #048F30 !important;
  border: 2px solid #048F30 !important;
}

.btn-bordered.btn-primary:hover, .btn-bordered.btn-primary:focus, .btn-bordered.btn-primary:active {
  background-color: #048F30;
  color: #ffffff !important;
  border: 2px solid #0a6e0f !important;
}

.btn-bordered.btn-success {
  color: #32c861 !important;
  border: 2px solid #32c861 !important;
}

.btn-bordered.btn-success:hover, .btn-bordered.btn-success:focus, .btn-bordered.btn-success:active {
  background-color: #32c861;
  color: #ffffff !important;
  border: 2px solid #2bab53 !important;
}

.btn-bordered.btn-info {
  color: #34d3eb !important;
  border: 2px solid #34d3eb !important;
}

.btn-bordered.btn-info:hover, .btn-bordered.btn-info:focus, .btn-bordered.btn-info:active {
  background-color: #34d3eb;
  color: #ffffff !important;
  border: 2px solid #17cae5 !important;
}

.btn-bordered.btn-warning {
  color: #ffa91c !important;
  border: 2px solid #ffa91c !important;
}

.btn-bordered.btn-warning:hover, .btn-bordered.btn-warning:focus, .btn-bordered.btn-warning:active {
  background-color: #ffa91c;
  color: #ffffff !important;
  border: 2px solid #f79a00 !important;
}

.btn-bordered.btn-danger {
  color: #f96a74 !important;
  border: 2px solid #f96a74 !important;
}

.btn-bordered.btn-danger:hover, .btn-bordered.btn-danger:focus, .btn-bordered.btn-danger:active {
  background-color: #f96a74;
  color: #ffffff !important;
  border: 2px solid #f84854 !important;
}

.btn-bordered.btn-inverse {
  color: #36404c !important;
  border: 2px solid #36404c !important;
}

.btn-bordered.btn-inverse:hover, .btn-bordered.btn-inverse:focus, .btn-bordered.btn-inverse:active {
  background-color: #36404c;
  color: #ffffff !important;
  border: 2px solid #272e37 !important;
}

.btn-bordered.btn-purple {
  color: #5553ce !important;
  border: 2px solid #5553ce !important;
}

.btn-bordered.btn-purple:hover, .btn-bordered.btn-purple:focus, .btn-bordered.btn-purple:active {
  background-color: #5553ce;
  color: #ffffff !important;
  border: 2px solid #3a38c5 !important;
}

.btn-bordered.btn-pink {
  color: #ec6794 !important;
  border: 2px solid #ec6794 !important;
}

.btn-bordered.btn-pink:hover, .btn-bordered.btn-pink:focus, .btn-bordered.btn-pink:active {
  background-color: #ec6794;
  color: #ffffff !important;
  border: 2px solid #e8477e !important;
}

/* Card Box */
.card-box {
  padding: 20px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  margin-bottom: 20px;
  background-color: #ffffff;
}

.pull-right {
    float: right;
}

a {
	color: #048F30;
}


/* Added for login */
.login-background{
    background: linear-gradient(170deg, #048F30, #4f646f);
}

.login-logo-border {
    padding: 16px; 
    border-radius: 35px; 
    border: 3px solid #048F30;
}

.bg-accpunt-pages {
  background: #048F30;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #048F30, #5691c8);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #048F30, #5691c8);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding-bottom: 0;
  min-height: 100px !important;
}


/* Flash messages */
.message {
    padding: 1rem;

    background: #eff8ff;
    color: #2779bd;

    border-color: #6cb2eb;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 2rem;
}
.message.hidden {
    display: none;
}
.message.success {
    background: #d5e8dc;
    color: #048F30;
    border-color: #51d88a;
}
.message.warning {
    background: #fffabc;
    color: #8d7b00;
    border-color: #d3b800;
}
.message.error {
    background: #fcebea;
    color: #cc1f1a;
    border-color: #ef5753;
}