@charset "UTF-8";
/* CSS Document */


body {
	color: #848484
	}
/*
a {
    color: #848484
}*/

a {
  color: #84b816 !important;
}

a.btn {
  color: white !important;
  background-color: #84b816 !important;
}


i {
    color: #84b816 !important;
    border-color: #84b816 !important;
}

button {
    color: white !important;
    border-color: #84b816 !important;
    background-color: #84b816 !important;
}

a:hover {
  color: #77a614 !important;
}

a.btn {
  color: white !important;
  background-color: #84b816 !important;
  border-color: #84b816 !important;

}

a.btn:hover {
  color: white !important;
  background-color: #77a614 !important;
  border-color: #77a614 !important;
}


i:hover {
    color: #77a614 !important;
    border-color: #77a614 !important;
}

button:hover {
    color: white !important;
    border-color: #77a614 !important;
    background-color: #77a614 !important;
}

button.buttonDisabled:hover {
background-color: #EBEBEB!important;
border-color: #9B9B9B!important;
color: #9B9B9B!important;
}

input.btn {
    color: white !important;
    border-color: #84b816 !important;
    background-color: #84b816 !important;
}

input.form-control:focus {
    border-color: #ced4da !important;
    box-shadow: inset 0 0 2px 0.1rem #ced4da !important;
}
input.form-control:focus {
    border-color: #ced4da !important;
    box-shadow: inset 0 0 2px 0.1rem #ced4da !important;
}

button:focus {
    border-color: #ced4da !important;
    box-shadow: inset 0 0 2px 0.1rem #ced4da !important;
}

input:focus {
    border-color: #ced4da !important;
    box-shadow: inset 0 0 2px 0.1rem #ced4da !important;
}

select:focus {
    border-color: #ced4da !important;
    box-shadow: inset 0 0 2px 0.1rem #ced4da !important;
}

a:focus {
    border-color: #ced4da !important;
    box-shadow: inset 0 0 2px 0.1rem #ced4da !important;
}

a.ignore-border:focus {
    border-color: initial !important;
    box-shadow: none !important;
}

.env-badge {
    background-color: #84b816;
    color: white;
    height: 28px;
    min-width: 80px;
    line-height: 28px;
    border-radius: 24px;
    display: inline-block;
    text-align: center;
    padding-left: 2ch;
    padding-right: 2ch;
}

.env-badge.prod {
    background-color: #990000;
}
