.document-type button {
    margin-bottom: 0px;
}

#topNav.menu {
    background-color: #f8f8f8;
}

ul.menu a {
    color: #000;
    padding-left: 6px;
}

    ul.menu a:hover {
        background-color: #d7ebf9;
    }

.doc-link {
    display: block;
    padding: 4px 8px;
}

    .doc-link:hover {
        background-color: #808080;
        text-decoration: none;
        color: #fff;
    }

    .doc-link small {
    }

div.agr-doc {
    border-bottom: solid 1px #939393;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

    div.agr-doc a {
        font-size: 14pt;
        font-weight: bold;
    }

.byline {
    color: #939393;
    font-size: 12pt;
}

.comments {
    color: #939393;
}

h1 {
    font-size: 14pt;
    margin-top: 4px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.deleted, .rejected {
    display: none;
}

    .deleted a, .rejected a {
        color: red;
    }

.approved a {
    color: #6be42b;
}

div.force-show {
    display: inline-block;
}

div.collapsed div.document-file {
    display: none;
}

div.collapsed hr {
    display: none;
}

div.collapsed .hide-docs {
    display: none;
}

.hide-docs {
    display: inline-block;
}

div.collapsed .show-docs {
    display: inline-block;
}

.show-docs {
    display: none;
}

.doc-title {
    margin-bottom: -8px;
}

.agr-doc {
    margin-top: 10px;
}

.menu {
    margin: 0;
    list-style-type: none
}

    .menu > li {
        display: table-cell;
        vertical-align: middle
    }

[data-whatinput=mouse] .menu > li {
    outline: 0
}

.menu > li > button {
    display: block;
    padding: .7rem 1rem;
    line-height: 1
}

.menu a, .menu button, .menu input, .menu select {
    margin-bottom: 0
}

.menu > li > a i, .menu > li > button i + span, .menu > li > button img, .menu > li > a img + span, .menu > li > button svg, .menu > li > button svg + span {
    vertical-align: middle
}

.menu > li > button i, .menu > li > button img, .menu > li > button svg {
    margin-right: .25rem;
    display: inline-block
}

.menu.horizontal > li, .menu > li {
    display: table-cell
}

.menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed
}

    .menu.expanded > li:first-child:last-child {
        width: 100%
    }

.menu.vertical > li {
    display: block
}

ul.menu button {
    color: #000;
    padding-left: 6px;
}

    .login-input:focus {
        border: none;
        box-shadow: none;
    }

.btn-login {
    background: #1e73be;
    color: white;
    padding: 0.75rem;
    width: 100%;
    border: none;
}

.login-form{
    width: 50%;
}


.login-field {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #1e73be;
    height: 45px; /* uniform height */
    overflow: hidden; /* prevents input from spilling */
    margin-top: 5px;
}

.icon-box {
    width: 45px;
    height: 100%;
    background-color: #1e73be;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-input {
    flex: 1;
    height: 100%;
    border: none !important;
    padding: 10px !important;
    outline: none;
    box-shadow: none !important;
    font-size: 1rem;
}

    /* REMOVE Bootstrap height/padding from InputText */
    .login-input.form-control {
        height: 100% !important;
        padding: 10px !important;
    }

