﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #f8f8f8;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.body-master {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f8f8f8;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}
/*

.login {
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
}

.logindetails {
    height: 510px;
    margin: 0 auto;
    width: 1027px;
    display: flex;
    background-color: #ffffff;
}

.title {
    font-weight: normal;
}

.entryTableHeader {
    font-size: 14px;
    color: #FFFFFF;
    background-color: #044833;
    font-weight: bold;
    background-position: center;
    text-align: center;
    padding: 5px;
}*/

.navbar-inverse {
    background-color: #016C50 !important;
    /*background-image: none;
    background-repeat: no-repeat;*/
}

    .navbar-inverse .navbar-text {
        color: #ffffff !important;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #d7e2e9 !important;
    }

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #002F5D;
}

.btn-login {
    background-color: #002F5D;
    color: #ffffff;
    font-weight: bold;
}

    .btn-login:hover {
        color: #ffffff;
    }

    .btn-login:active {
        color: #ffffff;
    }

html {
    height: 100%;
}

.login-image {
    width: 200px;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.login-body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 0;
    background-image: linear-gradient(to bottom, #dee0e1, #d1d3d4, #c4c6c7, #b7b9ba, #aaacad);
}

.login-sidebar {
    background-color: #F5F5F5;
    padding: 4px;
}