#app-header {
 background-image: linear-gradient(rgb(52, 60, 68) 50px, #006a31 51px);
 padding:0px;
}

.logo-customized {
 margin:0px;
 transform: translate(85px, 0px);
}

.header-branding img { width: 300px; height: auto !important; }
.AccountDropdown--margin-top { margin-top:10px; }

.feature-region {
 background-color: #006a31;
 background-image: none;
 height:80px;
}

.Icon__CircleWrap--info, .ProductIcon__SmallCircle--course, .ProductIcon__LargeCircle--course {
 background-color: #00853E;
}

.btn {
 background-color: #00853E;
 border-color: #005124;
}

.btn:hover {
 background-color: #005124;
 border-color: #005124;
}

.btn:disabled {
 background-color: #666666;
 border-color: #444444;
}

.btn-default, .btn-link {
 color: #FFFFFF;
}

.Icon__DeleteButton, .Icon__DeleteButton:disabled, .Icon__DeleteButton:hover {
 background-color: transparent;
 border-color: transparent;
}

.btn-danger {
 background-color: #AA0000;
 border-color: #880000;
}

.btn-danger:hover {
 background-color: #880000;
 border-color: #880000;
}

.ImageUpload__Button {
 background-color: transparent;
}

.ImageUpload__Button:hover {
 background-color: transparent;
}

a {
 color: #006a31;
}

.header-nav a {
 color: #FFFFFF !important;
}

#user-nav a, .Dropdown__Toggle--header {
 background-color: transparent;
 color: #FFFFFF !important;
}

.Dropdown__Menu {
 background-color: rgb(52, 60, 68);
}