body {
    overflow-y: scroll;
}

.navbar-top {
    margin-bottom: 0;
    padding-top: 0px;
    background-color: #fff;
    border-bottom: 0;
    border-width: 0 0 1px;
    position: relative;
    border: 1px solid transparent;
}

.navbar-top a {
    display:inline-block;
    font-size:16px;
    color: #6f5499;
}

.bs-header {
    font-size: 24px;
    text-align: left;
    position: relative;
    padding: 5px 15px;
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background-color: #6f5499;
}

.container {
    padding-left: 5px;
    padding-right: 5px;
}

.bs-header h1 {
    font-size: 1em;
    line-height: 1;
}

.bs-header p {
    font-size: 0.5em;
    line-height: 1;
}

div {
    display: block;
}

#main-container {
    padding-top: 65%;
}

#menu {
    float: left;
    word-break:break-all;
    position: relative;
    width: 17%;
    padding-top: 50px;
    min-height: 1px;
}

#menu {
    float: left;
    word-break:break-all;
    position: relative;
    width: 17%;
    padding-top: 50px;
}
    #menu p {
        margin-bottom: 0;
    }

    #menu a {
        display: block;
        line-height: 2em;
        color: gray;
        padding-left: .4em;
        text-decoration: none;
        border-left: 2px solid transparent;
    }

    #menu a.active {
        color: #6f5499;
        border-left: 2px solid #6f5499;
    }

    #menu a:hover {
        color: #563d7c;
    }

    #sub-menu {
        padding: 0 0 0 1.5em;
        margin: 0;
    }
        #sub-menu li {
            list-style-type: none;
        }

#content {
    width: 83%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

div #menu-login {
    width: 17%;
    margin-left:auto;
    margin-right:auto;
    position: relative;
    min-height: 1px;
    padding-top: 50px;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

#footer {
    clear: both;
    color: black;
}

.active-top {
    background-color: #F0F0F0
}

span.glyphicon {
    margin-right: 2%;
}

.error-message {
    color: #a94442;
}

#change-pass {
    width: 30%;
}

#add-user {
    width: 20%;
}

#logout {
    font-size:14px;
    color: #563d7c;
    font-weight: 500;
    padding-top: 9px;
    padding-bottom: 15px;
    height:40px;
    width:58px;
    line-height: 20px;
    position:relative;
    text-align:center;
    float: right;
    text-decoration: none;
}
a#logout:hover {
    background-color: #f9f9f9;
    float: right;
    color: #6f5499;
    text-decoration: none;

}

.tr:hover {
    text-decoration: none;
}

#reports-table td {
    cursor: pointer;
}

.borderless-page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
}

.history-fragment {
    position: relative;
}

.history-action {
    margin-right: 70px;
}

.edit-button {
    position: absolute;
    right: 0;
    top: 0;
}

.textarea-comment {
    margin: 10px 0 10px;
}
.status-border-ACTIVE {
    padding-left: .4em;
    border-left: 4px solid #faf2cc;
}

.status-border-RESOLVED {
    padding-left: .4em;
    border-left: 4px solid #d0e9c6;
}

.status-border-STOPPED {
    padding-left: .4em;
    border-left: 4px solid #ebcccc;
}
.line-breaker {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}

.legend caption {
    text-align: left;
    font-weight: bold;
}

.error {
    width: 50%;
    margin: 1em auto -1em auto;
    color: maroon;
}

.modal-content .error {
    width: 100%;
    margin:0 auto 1em auto;
}

.forgotten-password-trigger {
    margin-top: 1em;
    text-align: center;
    font-size: 11px;
}

@media only screen and (max-width: 992px) {

    #content,
    #menu {
        float: none;
        width: 100%;
        padding: 0;
    }

    #menu {
        padding-top: 1em;
    }

        #menu a:hover {
            color: #6f5499;
        }

        #menu a.active {
            color: #fff;
            background-color: #6f5499;
            border-left: 2px solid #6f5499;
        }

        .page-header {
            margin-top: .5em;
        }

    div #menu-login {
        width: 57%;
    }

    #change-pass {
        width: 60%;
    }
}
