.kbtn,
.kbtn:hover,
.kbtn:focus,
.kbtn:active,
.kbtn.active,
.kbtn.active:hover,
.button-ok,
.leaflet-touch .leaflet-bar a:first-child,
.leaflet-touch .leaflet-bar a:last-child,
.button-back,
.button-next,
.mdp-page-navigation-buttons .button {
	background-color: #ffc72c !important;
}


.text-green,
.active {
	color: #ffc72c !important;
}

a:hover,
.icon-btn:hover,
a.kbtn:hover,
.kbtn:hover  {
	color: #000000;
}

a,
a:visited,
a:focus,
.icon-feature,
.icon-btn-icon,
.mdp-page-section-header-icon,
.main-menu .btn-link.active,
.help-entry .fas {
	color: #ffc72c;
}


a.kbtn {
	color: white;
}

.mdp-page-header a.home:hover,
.mdp-page-header a.back:hover {
    color: #ffd96d;
}

.mdp-checkbox > input[type="checkbox"]:indeterminate + label::after {
	background: #ffd96d;
}

@keyframes attention-glow-wl {
	0% { color: #777; text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #777, 0 0 40px #777, 0 0 50px #777, 0 0 60px #777, 0 0 70px #777; }
	50% { color: #ffd96d; text-shadow: 0 0 15px #fff, 0 0 25px #ffd96d, 0 0 35px #ffd96d, 0 0 45px #ffd96d, 0 0 55px #ffd96d, 0 0 65px #ffd96d, 0 0 75px #ffd96d;}
	100% { color: #ffc72c; text-shadow: 0 0 20px #fff, 0 0 30px #ffc72c, 0 0 40px #ffc72c, 0 0 50px #ffc72c, 0 0 60px #ffc72c, 0 0 70px #ffc72c, 0 0 80px #ffc72c;}
  }
  
  .main-menu .btn-link .btn-link-attention {
	animation: attention-glow-wl 1500ms infinite;
  }


.feature-disabled {
	color: #999;
}

.alert-success {
	background-color: #ffd96d;
	border-color: #ffc72c;
	color: #333;
}

.feature-new {
	color: #e6aa00;
}

.full-dialog-page-header {
	background-color: #575756;
	border-bottom: 0;
}

.selection-tab {
	color: #999;
	background-color: rgba(255,199,44, 0.5);
}

.selection-tab.active {
	background-color: #ffc72c;
	color: white !important;
}

.single-option.active {
	color: #e6aa00 !important;
	background: #e7e7e0;
}

.loader {
	border-top: 10px solid #ffd96d;
}

.sidebar-search-bar .search-button:hover {
	color: #000000;
}
.menu-openclose-button:hover {
	color: #000000;
}

.mdp-page-navigation .back,
.mdp-page-navigation .next {
	color: #FFFFFF;
}

.mdp-dropdown .category li:hover,
.dropdown-menu>li>a:hover,
.mdp-dropdown-entry:hover {
	color: #000000;
	background-color: #ffd96d;
}

.state-singleView, .state-splitScreenView, .state-satelliteTileLayer, .state-defaultTileLayer {
	background-color: #ffc72c;
	border: solid 1px #ffc72c;
}

.mdp-checkbox > input[type="checkbox"]:checked + label::after {
	background-color: #ffc72c;
}

.button-external {
	border: solid 1px #ffc72c;
}

.button-external:hover {
	background-color: #ffc72c;
}

.main-menu .btn-link:hover {
	color: #ffc72c;
	text-shadow: 0 0 20px #fff, 0 0 30px #ffc72c, 0 0 40px #ffc72c, 0 0 50px #ffc72c, 0 0 60px #ffc72c, 0 0 70px #ffc72c, 0 0 80px #ffc72c;
}

.main-menu .menu-header,
.helpbar-search-bar {
	background-color: #575756;
	color: #ffffff;
}

.main-menu .menu-header {
	border-bottom: 40px solid #575756;
}

.help-page {
	border-top: 40px solid #575756;
}

.sidebar-search-bar {
	background-color: #575756;
	color: #ffffff;
}

.mdp-page-header {
	background-color: #575756;
	/**border-bottom: 7px solid #ffc72c;**/
}

.mdp-text-spacer {
	background-color: #ffc72c;
}

.entry-favorite {
	color: #ffc72c;
}

.mdp-value-input input[type="range"]::-webkit-slider-thumb,
.rzslider .rz-pointer {
	background: #ffc72c !important;
}

.mdp-value-input input[type="range"]::-moz-range-thumb {
	background: #ffc72c !important;
}

.favorite-icon:hover {
	color: #ffd96d;
}

.poi-category-item:hover {
	color: #ffc72c;
}

.mdp-value-input input.ng-invalid,
.invalid {
	background-color: #ffc72c !important;
}

.mdp-value-input input[type="range"] {
	background-color: rgba(255, 199, 44, 0.25);
}

.logo-color {
	background-image: url(../resources/logo_oitana_full.svg);
	margin-top: 3px;
	height: 40px;
}

.login-icon {
    height: 75px;
    width: 75px;
	margin: 0 0;
    background-image: url(../resources/logo_oitana.svg);
	background-size: contain;
}

.mdp-group-tag {
	background-color: #575756;
}

.login-background {
    background-image: url(../resources/Background_Login_oitana.png);
}
.login-background .logo-container {
	left: 40px;
	top: 49px;
}
.login-background .logo-container .logo {
	height: 64px;
	width: 323px;
	background: url(../resources/logo_oitana_full.svg);
	background-repeat: round;
}


.search-button,
.menu-openclose-button {
	color: #ffffff;
}

.map-button {
	background-color: #ffc72c;
}

body {
    background: #575756;
}
.login-container {
    background: #575756;
	top: 200px;
}
.hint {
	background: #575756;
}

.hint-error {
	background-color: rgb(230, 50, 50);
	color: white;
}

.hint-warning {
	background-color: rgb(230, 230, 50);
	color:#585858;
}