/* Add here all your CSS customizations */
.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #00A2E0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
#cookiesaggreement {
	position:fixed;
 top:auto;
 right:auto;
 left:auto;
 bottom:0;
 width: 100%;
box-sizing: border-box;
padding: 8px;
z-index:1000;
}
#alertaggreement {
margin: 0 auto;

}