﻿@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&.css");

.container {
    width: 1000px;
    position: relative;
    height: inherit;
}

body,
html,
input,
textarea,
select {
    font-family: "Segoe UI", "Lato", Arial, sans-serif;
}

body {
    overflow-y: scroll;
}

.logo {
    outline: none;
    border: none;
    position: absolute;
    bottom: 0;
}

#header-main:before,
#nav-main:before,
#content-main:before,
#footer-main:before,
#header-main:after,
#nav-main:after,
#content-main:after,
#footer-main:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

#header-main:after,
#nav-main:after,
#content-main:after,
#footer-main:after {
    clear: both;
}

#header-main {
    background-color: #fafafa;
    height: 64px;
    margin: 0;
    padding: 0;
}

#profileMenu {
    text-align: right;
    position: relative;
}

    #profileMenu ul,
    #profileMenu ol {
        display: block;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #profileMenu li {
        position: relative;
        float: left;
        margin-left: 10px;
    }

    #profileMenu a {
        cursor: pointer;
    }

#nav-main {
    background-color: #2e3b48;
    color: #ffffff !important;
    margin-bottom: 10px;
    z-index: 1000 !important;
    height: 38px;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-horizontal li {
    display: inline-block;
    float: left;
}

.nav-header li > a {
    display: block;
    text-decoration: none;
    padding: 8px;
    margin: 0;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid transparent;
    color: #ffffff;
}

    .nav-header li > a:hover {
        background-color: #39aadc;
        color: #ffffff;
        border-color: #26a0d6;
        cursor: pointer;
    }

.nav-header a span {
    line-height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}


#nav-main .input-group {
    margin-top: 5px;
}

#content {
    min-height: 500px;
}

#footer-main {
    text-align: center;
    font-size: 85%;
    height: 30px;
    background-color: transparent;
}
