﻿body {
    padding-top: 60px;
    font-size: 12px;
    /* 60px to make the container go all the way to the bottom of the topbar */
    /*padding-bottom: 40px;*/
}

footer {
    margin-top: 20px;
}

    footer div {
        height: 41px;
        vertical-align: top;
        line-height: 41px;
    }

        footer div.logo {
            float: left;
            clear: both;
            width: 116px;
            height: 40px;
            background-image: url(main.gif);
            background-repeat: no-repeat;
        }

        footer div.copy {
            padding-top: 0;
            height: 41px;
            color: #bbb;
            vertical-align: top;
            text-align: right;
            font-size: 13px;
            line-height: 14px;
        }

h4 {
    margin-bottom: 6px;
}

.btn-toolbar {
    margin: 0;
}

textarea {
    resize: none;
}

.navbar .brand {
    padding: 0;
    padding-top: 3px;
    padding-right: 20px;
    padding-left: 20px;
}

.login-splash {
    margin: auto;
    width: 942px;
    height: 401px;
    background-image: url(login.jpg);
}

.welcome-splash {
    margin: auto;
    width: 860px;
    height: 404px;
    background-image: url(welcome.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#logonDialog input[type=text], #logonDialog input[type=password] {
    width: 210px;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    line-height: initial;
}

.text-center {
    text-align: center;
}

.list-group {
    margin: 0 0 20px 0;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    background-color: #fff;
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        background-color: #f5f5f5;
        text-decoration: none;
    }

    a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
        z-index: 2;
        border-color: #428bca;
        background-color: #428bca;
        color: #fff;
    }

        a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
            color: inherit;
        }

        a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
            color: #e1edf7;
        }
