/* (c) Merten Snijders - Creativenarrative.com on behalf of Hartog Pilkes OVuit */

body .bglogo {
    position:relative;
    width:179px;
    height:35px;

    background-image:url(../static/svg/logo.png), none;
    background-size:contain;
    background-position:50% 50%;
    background-repeat:no-repeat;
    margin:0px auto;
}

#loginHide {
    cursor:pointer;
    float:right;
    margin-right:10px;
}

.loginHidden {
    left:-250px !important;
}

#login {
    position:fixed;
    top:50%;
    left:50%;

    border:1px #AAA solid;
    width:320px;
    margin-left:-160px;
    margin-top:-150px;

    background:#FFF;
    z-index:2000;
    min-height:150px;
}

#login #form {
    padding:20px;
}

#login #form,
#login #form span,
#login #form b,
#login input {
    color:#000;
}

#login #form,
#login #form b {
    font-size:15px !important;
}

#login #form {
    font-size:13px !important;
}

#login button {
    width:100%;
    margin:0px !important;
    font-size:14px !important;
    padding:5px 10px;
    font-weight:700;
}

#login input[type="text"]:hover,
#login input[type="password"]:hover {
    background:#FEFEFE;
}

#login input[type="text"],
#login input[type="password"] {
    margin-bottom:4px;
    padding:5px;
    outline:none;
    border:0px;
    background:#F0F0F0;
    width:95%;
    -webkit-transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

#btnSubmit,
#btnLogout {
    font-size:12px;
}

#login .notification > b,
#login .notification {
    font-size:14px;
}

#login .notification {
    margin-top:1em;
    text-align:center;
}.custom_1 {
        
}div.warning {
        display:none;
        margin-bottom:15px;
        color:#FF000A;
}/* Path relative to /cache */
@font-face {
        font-family: "bold";
        src: url("../../static/site/fonts/myriad/myriadbold.woff") format('woff');
        src: url('../static/site/fonts/myriad/myriadbold.eot');
        src: url('../static/site/fonts/myriad/myriadbold.eot?#iefix') format('embedded-opentype'),
                url('../static/site/fonts/myriad/myriadbold.woff') format('woff'),
                url('../static/site/fonts/myriad/myriadbold.ttf') format('truetype'),
                url('../static/site/fonts/myriad/myriadbold.svg#myriadbold') format('svg');
}
@font-face {
        font-family: "normal";
        src: url("../static/site/fonts/myriad/myriadwebpro.woff") format('woff');
        src: url('../static/site/fonts/myriad/myriadwebpro.eot');
        src: url('../static/site/fonts/myriad/myriadwebpro.eot?#iefix') format('embedded-opentype'),
                url('../static/site/fonts/myriad/myriadwebpro.woff') format('woff'),
                url('../static/site/fonts/myriad/myriadwebpro.ttf') format('truetype'),
                url('../static/site/fonts/myriad/myriadwebpro.svg#myriad') format('svg');
}
@font-face {
        font-family: "light";
        src: url("../static/site/fonts/myriad/myriadlight.woff") format('woff');
        src: url('../static/site/fonts/myriad/myriadlight.eot');
        src: url('../static/site/fonts/myriad/myriadlight.eot?#iefix') format('embedded-opentype'),
                url('../static/site/fonts/myriad/myriadlight.woff') format('woff'),
                url('../static/site/fonts/myriad/myriadlight.ttf') format('truetype'),
                url('../static/site/fonts/myriad/myriadlight.svg#myriadlight') format('svg');
}body {
    background:#FFF;
}

/*body #site > .bgtriangles {*/
/*    position:absolute;*/
/*    right:0px;*/
/*    bottom:30px;*/
/*    z-index:100;*/
/*    width:351px;*/
/*    height:489px;*/
/*    background-image:url('../static/svg/triangles.svg'), none;*/
/*}*/

body #site > #inner {
    position:relative;
    z-index:101;
}

h1, h2, h3, h4, h5, h6, h7 {
    font-family:'light';
    font-weight:normal;
}

* {
    font-family:'normal';
}

#site {
    width:100%;
    min-height:100%;
    background:#040605;
    background-image:url('../static/brand/ovuit-achtergrond.jpg'), none;
    background-repeat:no-repeat;
    background-size:cover;

    /*background:-moz-linear-gradient(-45deg, #ffe716 0%, #fff7c7 100%); !* FF3.6+ *!*/
    /*background:-webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffe716), color-stop(100%, #fff7c7)); !* Chrome,Safari4+ *!*/
    /*background:-webkit-linear-gradient(-45deg, #ffe716 0%, #fff7c7 100%); !* Chrome10+,Safari5.1+ *!*/
    /*background:-o-linear-gradient(-45deg, #ffe716 0%, #fff7c7 100%); !* Opera 11.10+ *!*/
    /*background:-ms-linear-gradient(-45deg, #ffe716 0%, #fff7c7 100%); !* IE10+ *!*/
    /*background:linear-gradient(135deg, #ffe716 0%, #fff7c7 100%); !* W3C *!*/
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe716', endColorstr='#fff7c7', GradientType=1);*/
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
.hidden,
[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    /*font-family: sans-serif;  1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}.animationfix,
.animationfix * {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
}.noDelay {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        -ms-transition-delay: 0s;
        transition-delay: 0s;
}
.delayHalfSec {
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay:0.5;
        -ms-transition-delay:0.5s;
        -o-transition-delay:0.5s;
        transition-delay: 0.5s;

}
#nav li {
        -webkit-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
        transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

#nav li {
        -webkit-transition: background 0.25s cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: background 0.25s cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: background 0.25s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: background 0.25s cubic-bezier(0.23, 1, 0.32, 1);
        transition: background 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.aniBg {
        -webkit-transition: background 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        -moz-transition: background 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        -ms-transition: background 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        -o-transition: background 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        transition: background 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.aniHeight {
        -webkit-transition: height 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        -moz-transition: height 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        -ms-transition: height 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        -o-transition: height 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        transition: height 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.aniAllLong {
        -webkit-transition: all 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000) ; 
        -moz-transition: all 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000) ; 
        -ms-transition: all 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000) ; 
        -o-transition: all 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000) ; 
        transition: all 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000) ; /* easeOutCubic */
}
.aniAll {
        -webkit-transition: all 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000) ; 
        -moz-transition: all 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000) ; 
        -ms-transition: all 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000) ; 
        -o-transition: all 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000) ; 
        transition: all 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000) ; /* easeOutCubic */
}
.aniOpacityLong {
        -webkit-transition: opacity 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        -moz-transition: opacity 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        -ms-transition: opacity 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        -o-transition: opacity 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        transition: opacity 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.aniOpacity {
        -webkit-transition: opacity 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        -moz-transition: opacity 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        -ms-transition: opacity 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        -o-transition: opacity 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        transition: opacity 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.aniAllLong,
.aniBg,
.aniOpacity,
.aniOpacityLong,
.aniAll,
.aniHeight {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        -moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        -ms-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        -o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */        
}.btnAddDictionary {
        vertical-align:middle;
        cursor:pointer;
        padding-left:5px;
        padding-right:5px;
        text-align:center;
        color:#CCC;
}

.btnAddDictionary:hover {
        border:1px #CCC solid;
        color:#000;
}#editorLoading {
        z-index:9999;
        display:hidden;
        background:rgba(0,0,0,0);
}
#editorLoading .editorLoadingText {
        display:none;
}
#editorLoading .editorLoadingText span {
        vertical-align:middle;
        margin-right:5px;
}
#editorLoading.busy .editorLoadingText {
        color:#FFF;
        width:300px;
        height:30px;
        text-align:center;
        position:fixed;
        z-index:9999;
        font-size:22px;
        top:50%;
        left:50%;
        margin-top:-15px;
        margin-left:-150px;
        display:block;
        opacity:1 !important;
}
#editorLoading.busy {
        display:block;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:rgba(0,0,0,.75);
}[data-iconbrand]:before {
        font-family: 'icobrand';
        content: attr(data-iconbrand);
}
[data-icon]:before {
        font-family: 'icomoon';
        content: attr(data-icon);
}
[data-iconbrand]:before,
[data-icon]:before {
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;

        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /*vertical-align:middle;*/
}

/* Some custom size shortcuts */

.icoSmall {
        font-size:9px !important;
}
.icoMedium {
        font-size:14px;
}
.icoLarge {
        font-size:20px;
}
.icoXL {
        font-size:32px;
}#notification {
        position:fixed;
        top:10px;
        left:50%;
        width:700px;
        margin-left:-370px;
        background:#feffcd;
        border:2px #494c55 solid;
        padding:20px;
        z-index:1000;
}

#notification,
#notification .notifyContent {
        text-align:center;
        
        font-size:20px;
        line-height:14px;
}
#notification .notifyMessage {
        margin-bottom:8px;
}
#notification .notifyMessage:last-child {
        margin-bottom:0px !important;
}
#notification .notifyContext {
        font-size:11px;
        font-style:italic;
        color:#555;
}
.close{
        float:right;
        cursor:pointer;
        margin-right:-10px;
        margin-top:-15px;
}

.close:before {
        content: "×";
}#clientOutput {
        visibility:hidden;
        background:rgba(0,0,0,.75);
        position:fixed;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
        z-index:99999999; /* All the way ! */
        text-align:left;
}
#clientOutput > div .msg:hover {
        background:#EEE;
}
#clientOutput > div .msg > .close {
        padding:0px;
        padding-left:10px;
        margin:0px;
}
#clientOutput > div .msg {
        visibility:hidden;
        padding:2px 10px;
        border:1px #EEE solid;
        margin-bottom:2px;
        cursor:pointer;
        font-size:14px;
}
#clientOutput > div .msg .snippet {
        padding:5px 0px;
        border-bottom:1px #EEE solid;
}
#clientOutput > .msgs {
        background:#FFF;
        padding:5px;
        position:absolute;
        top:50%;
        left:50%;
        width:350px;
        height:auto;
        margin-left:-175px;
        margin-top:-50px;
        color:#000;
}
#clientOutput .icon {
        padding-top:5px;
        text-align:center;
        color:#139692;
        margin-bottom:5px;
}.scrollbars::-webkit-scrollbar {
        width: 8px;
}

.scrollbars::-webkit-scrollbar-thumb:hover {
        background-color: #DDD;
}

/* Track */
.scrollbars::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
        -webkit-border-radius: 4px;
        border-radius: 4px;
}

/* Handle */
.scrollbars::-webkit-scrollbar-thumb {
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #CCC;  
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
}
.scrollbars::-webkit-scrollbar-thumb:window-inactive {
        background: #CCC; 
}

.scrollbars::-webkit-scrollbar:horizontal {
        height:8px;
}.valignContainer {
        display:table;
}
.valignMiddle {
        display:table-cell;
        vertical-align:middle;
}
.drag {
        cursor:n-resize !important;
}
.right {
        text-align:right;
}
.center {
        text-align:center !important;
}
.fleft {
        float:left;
}
.fright {
        float:right;
}
.green {
        color:#9ba342  !important;
}
.white {
        color:white  !important;
}
.black {
        color:#000 !important;
}
.darkgrey {
        color:#777 !important;
}
.grey {
        color:#CCC  !important;
}
.red {
        color:#FA0009 !important;
}
.panelSmall {
        width:100px;
}
.hr {
        width:100%;
        height:17px;
        background:url('../static/site/img/hr.png');
        background-repeat:no-repeat;
        background-position:center; 
}

.noselect,
.copyright {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor:default;
}table {
        width:100%;
}
table td {
        vertical-align:top;
}
table td:nth-child(1) {
        padding-right:10px;
}
table td:nth-child(2) {
        padding-left:10px;
}.contentImage,
.round {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;  
}
.lessround_b,
.lessround_t,
.lessround {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;  
}
.lessround_b {
        -webkit-border-top-right-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-topleft: 0px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
}
.lessround_t {
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
}
.circle {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
}
.shadowEdge {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.shadow {
        -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .1);
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .1);
}
.moreshadow {
        -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.lessshadow {
        -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, .1);
        box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, .1);
}
.shadowsharp {
        /*text-shadow: 2px 1px 0px rgba(0, 0, 0, 1);*/
        text-shadow: rgb(0, 0, 0) 1px 1px 0px;
}html, body, button, input, select, option, form, textarea, * {
}
html, body, button, input, select, option, form, textarea, div, h1, h2, h3, h4, h5, span, b, strong, i, * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
.info {
        font-family:Courier New, 'Courier New', Courier;
        font-size:12px;
}
.txtshadow {
        text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.69);
}
.mbottom,
h1.mbottom {
        margin-bottom:20px;
}
.pageTitle, h1 {
        font-size:24px;
}
h1 {
        text-align:left;
}
h2.mbottom {
        margin-bottom:10px;
}
h2 {
        font-size:18px;
}
h2 > img {
        vertical-align:middle;
        margin-top:-5px;
}
h3 {
        font-size:14px;
}
.pageTitle,
h1,h2,h3 {
        margin:0px;
}.href,
.href div,
.href span,
a:visited,
a:link {
        cursor:pointer;
        text-decoration:none;
        color:#777;
        -webkit-transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.href:hover,
.href:hover span,
.href:hover div,
a:hover {
        color:#eccc00;
}.iconAccess,
.authEdit img {
        vertical-align:middle;
}
#nav ul li div.authorized {
        background: #111111; /* Old browsers */
        background: -moz-linear-gradient(top,  #101010 0%, #060606 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#101010), color-stop(100%,#060606)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #101010 0%,#060606 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #101010 0%,#060606 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #101010 0%,#060606 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #101010 0%,#060606 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#060606',GradientType=0 ); /* IE6-9 */
}
.menuTiny img {
        vertical-align:top;
}
.menuTiny {
        margin-left:3px;
}
.menuSmall span,
.quickMenu img {
        /*float:right;*/
        vertical-align:middle;
}
.menuSmall,
.quickMenu {
        text-align:right;
        background:#FFF;
        padding:3px;
        padding-top:3px;
}
.menuSmall {
        background:rgba(255,255,255,.3);
}

/* Authorized quickMenu placed in pageBody */
.pageBody {
        position:relative;
}
.quickMenu {
        text-align:center;
        width:20px;
        height:20px;
        position:absolute;
        z-index:2000;
        top:5px;
        right:5px;
        color:#000;
}
.authEdit a,
.quickMenu a {
        color:#139692;
}.topUser:hover .userInfo {
        display:inline-block;
} 
.topUser:hover .pageEdit,
.topUser:hover .userInfo,
.topUser:hover .userProfile {
        margin-right:10px;
}
.topUser {
        text-align:center;
        position:fixed;
        bottom:5px;
        left:5px;
        z-index:20000;
        /*width:175px;*/
        background:#111;
        border-right: 1px #222222 solid;
}
.topUser .userInfo {
        display:none;
}
.topUser .pageEdit,
.topUser .userInfo,
.userProfile {
        vertical-align:middle;
        margin-right:0px;
}
.topUser .pageEdit {
        display:inline-block;
        margin-left:20px;
}
 .userProfile {
        margin:2px;
        display:inline-block;
        width:40px;
        height:40px;
        border:1px #000 solid;        
        text-align:center;
}
.topUser .userInfo a {
        font-family:'bold';
        vertical-align:middle;
}
.topUser .userInfo {
        color:#FFF;
}
.topUser .userInfo a.logout {
        margin-left:5px;
        font-weight:normal;
        border:0px;
}
.topUser .userInfo a,
.topUser .userInfo a:active {
        color:#FFF !important;
}
.topUser a:hover {
        color:#4BC6A3 !important;
}
.topUser a,
.topUser {
        font-size:11px !important;
}@font-face {
        font-family: 'icomoon';
        src:url('../static/site/fonts/icomoon/icomoon.eot');
        src:url('../static/site/fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
                url('../static/site/fonts/icomoon/icomoon.woff') format('woff'),
                url('../static/site/fonts/icomoon/icomoon.ttf') format('truetype'),
                url('../static/site/fonts/icomoon/icomoon.svg#icomoon') format('svg');
        font-weight: normal;
        font-style: normal;
}.notifyChange {
        position:fixed;
        top:30px;
        left:0px;
        width:100%;
        z-index:9999;
        text-align:center;
}
.notifyChange div {
        cursor:pointer;
        border:2px #111 solid;
        background:rgba(0,0,0,.8);
        display:inline-block;
        padding:10px;
        padding-left:30px;
        padding-right:30px;
        font-size:28px;
        font-family:'normal';
        color:#FFF !important;
}.options {
        margin-top:5px;
        min-width:50px;
        line-height:5px !important;
}
.tag a {
        font-size:11px !important;
}
.tag a:link,
.tag a:visited {
        color:#CCC;
}
.tag a:hover {
        color:#FFF;
}
.tag:hover {
        background:#000;
        color:#FFF;
}
.tag {
        display:inline-block;
        cursor:pointer;       
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color:#666;
        background:#FFF;
        padding-left:6px;
        padding-right:10px;
        padding-top:1px;
        padding-bottom:1px;
        margin-bottom:2px;
        margin-right:2px;
}

#site {
        position:absolute;
        top:0px;
        left:0px;
        z-index:5;
}
#site #inner {
        
}
.household {
        margin-top:15%;
}
.household a,
.household {
        text-align:center;
        font-size:14px;
}
.household h1 {
        font-size:32px;
        font-family:'bold';
        text-align:center;
        margin-bottom:6px;
}
