@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Coiny');

:root, html {
	--se-black: #1D1D1D; 
	--se-blue: #263780; 
	--se-brown: #C19463; 
	--se-green: #94C11F; 
	--se-orange: #F39200; 
	--se-purple: #8164A9; 
	--se-red: #E74262; 
	--se-skyblue: #009EE1; 

	--se-light-blue: #8A93BA;
	--se-light-brown: #DEC5AB;
	--se-light-green: #C5DE86;
	--se-light-orange: #F9C475;
	--se-light-purple: #BBABD1;
	--se-light-red: #F299AA;
	--se-light-skyblue: #80CFF0;
}

a { color: inherit; }
a:hover,
.item:hover .label { 
    color: rgb(0, 71, 186);
    color: var(--se-skyblue);
	text-decoration: underline;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--se-black);
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 11pt;
    line-height: 1.5;
    margin: 48px 0px 0px 0px;
}

.clearfix {
	clear: both;
	display: block;
}

#container-error {
    margin: 0px auto;
    width: 640px;
}

#footer>div { text-align: center; }

#menubar {
    height: 48px;
    line-height: 1.2;
    margin: 0px auto;
    max-width: 980px;    
}

#menubar .mobile {
    background: center center url(images/mobilemenu.png);
    background-size: contain;
    display: none;
    float: left;
    height: 32px;
    width: 32px;
}

#menubar .items {
    clear: both;
    margin: 0px auto;
    max-width: 960px;
    position: relative;
}

#menubar .items .item {
    cursor: pointer;
    float: right;
}

#menubar .items .icon {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    height: 28px;
    position: relative;
    width: 28px;
}

#menubar .items .icon.home { background-image: url(/style/images/common/home.png); }
#menubar .items .icon.home:hover { background-image: url(/style/images/common/home_hover.png); }

#menubar .items .label {
    display: inline-block;
    font-size: 12px;
    padding: 0px 0px 0px 4px;
}

#menubar .items .logo {
    float: left;
    position: absolute;
    top: -48px;
    width: 144px;
}

#oops {
    color: var(--se-skyblue);
    font-family: 'Coiny', cursive;
    font-size: 72px;
    font-weight: 500;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.5);
}
