#header {
    height: 80px;
    margin-top: 20px;
}

#navigation {
    height: 55px;
}

#footer {
    height: 60px;
}

#main {
    height: calc(100vh - 235px);
    min-height: 400px;
}

#header span {
    padding: 5px 40px 5px 40px;
    font-size: 40px;
    margin: 0;
    background-color: #337ab7;
    border-radius: 25px;
}
#header .pull-left-header-title {
    padding: 15px 0 0 510px;
}
#navigation li > a {
    font-weight: bold;
}
#navigation hr {
    margin: 10px 0 10px 0;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #337ab7 !important;
    color: #fff !important;
}
#login {
    width: 400px;
    margin: 75px auto 0 auto;
    border: 2px solid #ccc;
    border-radius: 20px;
}
#login h2 {
    margin: 0 0 0 20px;
    padding: 10px 0 0 0;
}
#login hr {
    margin: 10px 0 10px 0 !important;
} 
#login label {
    margin: 0 0 0 20px;
}
#login select,
#login input {
    width: 365px;
    margin: 0 auto;
}
#wrong-password {
    width: 400px;
    margin: 25px auto 0 auto;
}
#main {
    min-height: 700px;
}
#person-scanfield {
    margin: 75px auto 0 auto;
    width: 250px;
}
#scan {
    width: 250px;
    display: block;
    margin: 0 auto;
    font-size: 26px;
    height: 40px;
    line-height: 34px;
    border: 2px solid #ccc;
    border-radius: 20px;
    padding: 0 15px;
    text-align: center;
}
#person-searchfield {
    margin: 75px auto 0 auto;
    width: 600px;
}
#search {
    width: 600px;
    display: block;
    margin: 0 auto;
    font-size: 26px;
    height: 40px;
    line-height: 34px;
    border: 2px solid #ccc;
    border-radius: 20px;
    padding: 0 15px;
}
@supports (-webkit-appearance:none) {
    #scan:focus,
    #search:focus { 
        outline:none; 
        border-radius: 20px; 
        border:1px solid #66AFE9; 
    } 
}
#search-button {
    width: 155px;
    margin: 25px auto 0 auto;
}
.btn {
    border-radius: 25px;
}
#person-noresults {
    width: 700px;
    margin: 25px auto 0 auto;
}
#person-results {
    width: 600px;
    margin: 25px auto 0 auto;
    border-bottom: 1px solid #ddd;
    border-left-radius: 4px;
    border-right-radius: 4px;
}
#person-results  .list-group-item-heading {
    margin: 0;
}
#person-results .badge {
    background-color: #fff;
    color: #337ab7;
}
#person-results ul.list-group {
    overflow-y: scroll;
    max-height: 420px;
    margin-bottom: 0 !important;
}
#person-results li.list-group-item:last-child {
    border-bottom: 0 !important;
}
.dropdown-menu {
    width: 560px;
    margin: 2px 20px 0 20px;
    overflow: hidden;
}
#content {
    padding: 15px 15px 0 15px;
}
#person-detail-photo {
    height: 520px;
}
#person-detail-photo .img-responsive {
    width: auto;
    max-height: 100%;
}
.person-detail-top-right .input-group-addon {
    min-width: 200px;
    /* text-align: left; */
}
.person-detail-top-right .form-group:first-child {
    margin-top: 0;
}
.person-detail-top-right .form-group:last-child {
    margin-bottom: 0;
}
.person-detail-top-right .form-control {
    background-color: #fbfbfb;
}

#pass_issued_to {
    display: none;
    background-color: #fff;
}
/*
.form-control-function {
    overflow: hidden;
}
*/
.form-control {
    overflow: hidden;
}
#person-form .button-area {
    width: 995px;
    margin: 25px auto 25px auto;
}
#person-form .delegation-button {
    width: 100% !important;
}
#person-form .button-area .btn {
    margin-left: 20px;
}
#person-form .button-area .btn:first-child  {
    margin-left: 0px;
}
.btn-primary {
    font-weight: bold;
}
#person-form .btn-lg {
    min-width: 180px;
}
#person-form .modal-dialog {
    width: 1000px !important;
}
.table tbody > tr > td.vert-align {
    vertical-align: middle;
}

#footer hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
#footer a,
#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:active,
#footer a:focus {
    color: #34637C;
    text-decoration: none;
}
#footer a:hover {
    color: #34637C;
    text-decoration: underline;
}

.buttons-delegation-member {
    text-align: center;
}