body .navbar-preheader {
	background: #b4ca00;
}

body .backend .listStyle .listRow,
body .row.dividerForms,
body .navbar {
	border-bottom: 1px #b4ca00 solid;
}

a.btn {
	text-decoration: none !important;
}

body .btn-primary,
body .btn-primary:focus,
body .btn-primary.focus,
body footer#footer {
	background: #b4ca00;
	border-color: #b4ca00;
}

body .nav-pills > li.active > a,
body .nav-pills > li.active > a:hover,
body .nav-pills > li.active > a:focus,
body .backend .listStyle .listHeader {
	background-color: #0077bc;
	text-decoration: none !important;
}

body .list-group-item.active, 
body .list-group-item.active:hover, 
body .list-group-item.active:focus,
body .btn-primary:hover,
body .btn-primary:active:hover, 
body .btn-primary:active:focus, 
body .btn-primary:active.focus, 
body .btn-primary.active:hover, 
body .btn-primary.active:focus, 
body .btn-primary.active.focus, 
body .open > .btn-primary.dropdown-toggle:hover, 
body .open > .btn-primary.dropdown-toggle:focus, 
body .open > .btn-primary.dropdown-toggle.focus {
	background-color: #0077bc;
	border-color: #0077bc;
}

body a,
a.btn-link {
	color: #b4ca00;
	text-decoration: none;
}

body .backend .dataSheet a:hover,
body .backend .listStyle .listRow a:hover,
body a:hover, 
body a:focus,
a.btn-link:hover {
	color: #0077bc;
	text-decoration: none;
}

body .form-control:focus, 
body .fieldset_phth_ph_typ label.label_phth_ph_typ:focus {
	border-color: #0077bc;
    -webkit-box-shadow: 0 0 5px #0077bc;
    box-shadow: 0 0 5px #0077bc;
}

body .fieldset_phth_ph_typ input[type="radio"]:checked + label span.radio_boller_inner,
body .fieldset_radiogroup input[type="radio"]:checked + label span.radio_boller_inner {
	background-color: #b4ca00;
}

body #vsSteps .vsSteps-tabs .stepItem .stepId {
	background-color: #b4ca00;
}
/************ PZ ***************/

			debugnote,todonote,donenote
			{
				color: rgb(0, 0, 0);
				display: block;
				padding: 4px;
				box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.46);
				margin-top: 6px;
			}
			debugnote
			{
				background-color: rgb(189, 232, 236);
			}
			todonote
			{
				background-color: rgb(255, 233, 233);
			}
			donenote
			{
				background-color: rgb(233, 247, 230);;
			}
			debugnote:first-of-type,todonote:first-of-type,donenote:first-of-type
			{
				border-top-left-radius: 6px;
				border-top-right-radius: 6px;
			}
			debugnote:last-of-type,todonote:last-of-type,donenote:last-of-type
			{
				border-bottom-left-radius: 6px;
				border-bottom-right-radius: 6px;
				margin-bottom: 6px;
			}
			debugnote:empty,todonote:empty,donenote:empty
			{
				display: none;
			}
			debugnote::before,todonote::before,donenote::before
			{
				font-size: 10px;
				line-height: 1px;
				display: block;
			}
			donenote::before
			{
				content: "done: ";
			}
			debugnote::before 
			{
				content: "debug: ";
			}
			todonote::before 
			{
				content: "todo: ";
			}

