@font-face {
    font-family: 'DroidSerif-Regular';
    src: url('fonts/droid-serif/DroidSerif-Regular.ttf');
}
@font-face {
    font-family: 'Oswald-Regular';
    src: url('fonts/oswald/Oswald-Regular.ttf');
}
#header {
    position: fixed;
    width: 100%;
    line-height: 0;
    margin: -8px auto 0px;
    height: 138px;
}
#header .content {
    background-color: #fff;
    height: 138px;
}
#header .padded {
    padding-top: 0px;
}
#header .logo-nav {
    display: inline-block;
    position: relative;
    width: 100%;
}
#header #logo {
    display: block;
    line-height: 0;
    margin: 0px;
    padding: 0 10px;
}
#header #logo img {
    max-height: 100px;
}
#header .outline {
    display: inline-block;
    width: -webkit-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    padding: 12px;
    border-top: none;
    border-radius: 0px 0px 6px 6px;
    overflow: visible;
}
.padded {
    padding: 12px;
}
.radius-bottom {
    border-radius: 0px 0px 12px 12px;
    -moz-border-radius: 0px 0px 12px 12px;
    -khtml-border-radius: 0px 0px 12px 12px;
    -webkit-border-radius: 0px 0px 12px 12px;
}
.shadow {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.24);
}
.content {
    position: relative;
    background: #fff;
    max-width: 1080px;
    width: 100%;
    margin: 0px auto 0px;
    padding: 0px;
}
#footer .outline,
#footer-graphs .outline,
#footer-dash .outline {
    height: calc(100vh - 235px);
}
.outline {
    position: relative;
    padding: 12px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    overflow: hidden;
}
body {
    font-family: 'Droid Serif';
    font-style: normal;
    font-weight: 400;
    background-color: #fffaf2;
    overflow: hidden;
}
#navigation {
    font-family: 'Oswald-Regular';
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 2px;
    position: absolute;
    -webkit-transform: translateY(-70%) translateX(115%);
    -ms-transform: translateY(-70%) translateX(115%);
    transform: translateY(-70%) translateX(115%);
}
.menu li {
    display: inline-block;
}
#navigation .menu a {
    color: #5f450a;
    cursor: pointer;
}
#navigation .menu a:hover,
#navigation a:hover,
.dropdown:hover .dropbtn {
    color: #aeba4a;
}
.sf-arrows .sf-with-ul {
    padding-right: 18px;
    text-transform: uppercase;
}
.menu a {
    line-height: 48px;
    letter-spacing: 0.1px;
    padding: 0px 8px;
}
a {
    text-decoration: none;
}
.dropdown .dropbtn {
    font-family: 'Oswald-Regular';
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: #5f450a;
    cursor: pointer;
    border: none;
    padding-right: 18px;
    height: 48px;
}
.dropdown-content {
    display: none;
    position: absolute;
    color: #fff;
    background-color: #2d8464;
    min-width: 180px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.24);
    border-radius: 3px !important;
}
.sales {
    transform: translateX(-65px);
}
.attendance {
    transform: translateX(-40px);
}
.dropdown-content a {
    float: none;
    line-height: 36px;
    margin: 0px;
    padding: 0px 12px;
    color: #fff !important;
    font-size: 0.9em;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    background-color: #007f5e;
    border-radius: 3px;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.nav-arrow {
    border-bottom-color: #2d8464;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -3px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #2d8464;
}
.nav-arrow ~ .dropdown-content {
    display: block;
}
#footer {
    margin: 0px auto 0px;
    height: calc(100vh - 200px);
    width: 100%;
    padding: 0px;
    bottom: 0;
    position: fixed;
    display: flex;
    justify-content: center;
}
.radius-top {
    border-radius: 12px 12px 0px 0px;
    -moz-border-radius: 12px 12px 0px 0px;
    -khtml-border-radius: 12px 12px 0px 0px;
    -webkit-border-radius: 12px 12px 0px 0px;
}
#footer .content {
    max-width: 1080px;
    width: 100%;
}
#footer .padded {
    padding-bottom: 0px;
}
#footer .outline {
    border-bottom: none;
    border-radius: 6px 6px 0px 0px;
}
.row {
    width: 100%;
    margin: 0 auto;
}