html {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    width: 100vw;
    height: 100vh;
    position: relative;
    font-size: 14px;
    font-family: 'Roboto', arial, sans-serif;
    line-height: 1.4em;
    line-height: 1.5em;
    letter-spacing: 0;
    font-weight: 300;
    background-color: #ffffff;
    /*Blue Tint*/
    /*background-color: #0a00ff05;*/
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;  
    opacity: 0;
}

header {
    position: fixed;
    width: 100%;
    clear: both;
    background: white;
    z-index: 10000;
}

body.c7n-loaded {
    opacity: 1;
}

body.cke_editable {
    background-color : #FFFFFF;
}

footer {
    width: 100%;
}

#cookie-note {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(117, 190, 57, 0.9) !important;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    padding: 15px !important;
    width: 100% !important;
    right: 0px !important;
    bottom: -200px !important;
    text-align: center;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;  
    opacity: 0;
}

#cookie-note.c7n-loaded {
    bottom: 0px !important;
    opacity: 1;
}

#cookie-note p{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#cookie-note a{
    color: rgba(29,29,29,1);
    border-bottom: 1px solid rgba(29,29,29,1);
}

#cookie-note a:hover{
    text-decoration: none;
    color: rgba(244, 171, 0,1);
    border-bottom: 1px solid rgba(244, 171, 0,1);
}

#cookie-note button{
    margin: 10px auto 0 auto;
    display: block;
    color: rgba(255,255,255,1);
    background-color: rgb(244, 171, 0);
    border: 0;
    padding: 10px 30px;
    text-transform: uppercase;
}

#cookie-note button:hover{
    background-color: rgba(244, 171, 0, 0.8);
}

#browser-note {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(117, 190, 57, 0.9) !important;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    padding: 15px !important;
    width: 100% !important;
    right: 0px !important;
    top: -200px !important;
    text-align: center;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;  
    opacity: 0;
    position: absolute;
    z-index: 9999;
}

#browser-note.c7n-show {
    top: 0px !important;
    opacity: 1;
}

::-moz-selection { background : #8db723; text-shadow : none; color : #ffffff; }

::selection { background : #8db723; text-shadow : none; color : #ffffff; }

hr.c7n-backend-only {
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;              
    display: block;    
    width: 100%;  
    
    clear: both;
}