#header {
   /* background: linear-gradient(141deg, #b8002c 0%, #db0100 51%, #e8410c 75%); */
    background: #182958;
}

#footer {
   /* background: linear-gradient(141deg, #b8002c 0%, #db0100 51%, #e8410c 75%); */
    background: #182958;
    padding: 0;
    height: 2rem;
}

#layout {
        /* margin: 0 auto -6rem; */
        margin: 0 auto -2rem;
}

.copyrights {
        height: 1.5rem;
}


#menu {
   /* background: #e8410c; */
    background: #5269a0;
}

#menu .pure-menu-selected, #menu .pure-menu-heading {
   /* background: #b8002c; */
    background: #233b77;
}

#menu .pure-menu ul, #menu .pure-menu .menu-item-divided {
	/* border-top: 1px solid #db0100; */
	border-top: 1px solid gray;
}

.pure-img {
	height: 5.8rem;
}

.pure-button-red {
	/*
	background-color: #db0100;
	color: #fff;
	*/
	background-color: #233b77;
	color: #fff;
}

.message-box.error {
	/*
	background-color: #f7e4e1;
	border-left-color: #cc4b37;
	*/
	background-color: #e4f7e1;
	border-left-color: #4bcc37;
}
