@CHARSET "ISO-8859-1";
body .ui-radiobutton .ui-radiobutton-box.ui-state-active {
    border-color: #06c;
    background: #06c;
}

#sidebar-menu .nav-link {
  white-space: normal!important;
}

/* uploader */
input[type="file"] {
    display: none;
}

.sidebar-title {
  color: #fff !important;
}


a.btn-primary {
	background-color: #00468a !important;
}
a.btn-primary:hover {
	background-color: #003c75 !important;
}