html {
    background: #fff;
    color: #161616;
    font-family: 'Open Sans', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    color: #65bb06;
    text-decoration: none;
    outline: 0;
}

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

p {
    color: #363636;
    font-size: 14px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

textarea {
    font-family: inherit;
    font-size: inherit;
}

h2 i {
    font-size: 16px;
    opacity: 0.95;
}

hr {
    height: 1px;
    border-width: 0;
    color: #65bb06;
    background-color: #65bb06;
    opacity: 0.65;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* WRAPPER */
#main-wrapper {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.wrapper {
    clear: both;
    overflow: hidden;
    display: block;
    width: 100%;
}

.content-wrapper {
    float: left;
    height: 100%;
}

/* HEADER */
#header {
    min-height: 78px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 90;
    border-bottom: #e6e6e6 solid 1px;
}

#header-wrapper {
    overflow: hidden;
    min-height: 78px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    color: #444444;
}

#header-logo {
    float: left;
    padding-top: 14px;
    padding-left: 10px;
    width: 364px;
    height: 53px;
    text-decoration: none;
}

#header-text {
    z-index: -10;
    position: absolute;
    float: left;
    overflow: hidden;
    font-size: 18px;
    margin: 1px auto;
    padding-top: 27px;
    text-align: center;
    padding-left: 0;
    text-transform: uppercase;
    width: 100%;
}

#header-user {
    position: relative;
    width: 50%;
    float: right;
    font-size: 16px;
    font-weight: normal;
    margin: 1px auto;
    text-align: right;
    line-height: 26px;
    min-height: 72px;
}

#header-user-content {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 15px;
}

#header-user-email, #header-user-logout {
    white-space: nowrap;
}

/* CONTENT */
#content {
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
}

#flash {
    text-align: center;
    margin-top: 20px;
    margin-bottom: -20px;
}

.cleaner {
    clear: both;
}

/* MENU */
.menu {
    display: block;
    margin: 0 auto;
    width: 100%;
    float: left;
}

.menu div {
    float: left;
    margin: 10px 40px 15px 0;
    border-radius: 10px;
    text-align: center;
    padding: 8px 25px;
    background-color: #65bb06;
}

.menu div:hover {
    cursor: pointer;
    box-shadow: 2px 2px 10px rgb(200, 200, 200);
}

.menu .active {
    box-shadow: 2px 2px 10px rgb(200, 200, 200);
}

.menu .active span {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 6px;
}

.menu div i {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
}

.menu div a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
}

.active i {
    color: #ffffff !important;
}

.active a {
    color: #ffffff !important;
}

/* FOOTER */
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: #e6e6e6 solid 1px;
    padding-bottom: 25px;
}

#footer-wrapper {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 12px;
    color: #444444;
}

#footer-logo {
    float: left;
    padding-left: 2px;
}

#footer-text {
    float: left;
    padding-left: 14px;
    line-height: 28px;
    vertical-align: middle;
    font-size: 13px;
}

@media (max-width: 1250px) {

    /* CONTENT */
    #content {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media (max-width: 1230px) {

    /* FOOTER */
    #footer-wrapper {
        width: 100%;
    }

    #footer-logo {
        padding-left: 10px;
    }

    #footer-text {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media (max-width: 1050px) {

    /* HEADER */
    #header-text {
        float: right;
        text-align: right;
        padding-right: 15px;
        padding-left: 0;
        width: 98%;
    }

}

@media (max-width: 825px) {

    /* HEADER */
    #header-user {
        width: 100%;
        min-height: 40px;
    }

}

@media (max-width: 700px) {

    /* HEADER */
    #header-text {
        display: none;
    }

    #header-user {
        min-height: 25px;
    }

}

@media (max-width: 520px) {

    input {
        width: 95%;
    }

    /* CONTENT */
    .content-wrapper {
        float: none;
    }

    /* MENU */
    .menu div {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 10px;
        padding: 8px 0;
    }

    /* HEADER */
    #header-text {
        position: relative;
        font-size: 15px;
        display: block;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        float: left;
    }

    #header-logo {
        float: none;
        top: inherit;
        left: inherit;
        margin: 0 auto;
        padding-left: 0;
        text-align: center;
    }

    #header-user {
        width: 100%;
        min-height: 50px;
        height: auto;
        text-align: center;
        margin-bottom: 10px;
    }

    #header-user-content {
        position: relative;
        left: 0;
        padding-right: 0;
    }

    /* FOOTER */
    #footer {
        padding-bottom: 12px;
    }

    #footer-text {
        font-size: 12px;
    }

}
