html {
    background: #EDEDED; /* background */
    background-size: cover;
}

header a{
    background-image: url("/images/uid-logo.png?1576138972811"); /* logoimage */
    background-repeat: no-repeat;
    background-size: 100% 100%; /* dimension */
    background-position-x: left; /* logoPosition */
}

.col-provide span,
.btn-primary,
.btn-primary:hover,
.btn-primary.btn-next:focus,
.btn-primary.btn-next:active,
.btn-primary.btn-next:active:focus,
.btn-addfiles,
.btn-group .btn-file-download, .btn-group .btn-file-download:hover,
.btn-group .btn-file-download:focus, .btn-group .btn-file-download:active
.progress-bar.main,
.btn-addnotification {
   background-color: #003B66; /* primarycolor */
   color: #fff;
}

.col-retrieve span,
.btn-secondary,
.btn-ghost,
.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active,
.btn-ghost[disabled],
.btn-ghost[disabled]:hover,
.btn-ghost[disabled]:focus,
.btn-ghost[disabled]:active,
.btn-group .btn-file-preview, .btn-group .btn-file-preview:active,
.btn-group .btn-file-preview:focus, .btn-group .btn-file-preview:hover,
.btn-file-preview:focus, .btn-file-preview:hover,
.bar .progress-bar,
.bfcs_new-multi-item .bfcs_new-multi-item-input.valid,
.bfcs_new-multi-item .bfcs_new-multi-item-input.valid button,
.bfcs_new-multi-item .bfcs_new-multi-item-input.readonly,
.bfcs_new-multi-item .bfcs_new-multi-item-input.readonly button {
    background-color: #003B66; /* secondarycolor */
    color: #fff;
}

.bfcs_proposal-list .bfcs_proposal-list-item.selected button:first-child {
    border-left-color: #003B66; /* secondarycolor */
}

.col-provide span:hover {
    background: #959496 url(/images/provide_ring.svg) center 40px no-repeat;
}

.togglebutton input:checked ~ .checkboxLabel {
    background-color: #EDEDED; /* secondarycolor */
}

@media (max-width: 767px) {
    .btn-secondary.btn-back {
        background-color: transparent;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){

	 html, body{
	 	background: white;
	 }
 }