#header-top {
    background: #646060;
    height:30px;
    border-bottom:1px solid #333;
}

#header-bottom {
    background:#0076db;
    height:30px;
    border-bottom:1px solid #e3e3e3;
    border-top:1px solid #005eaf;
    clear:left;
}

#header-search {
    font-size:0.9em;
    background:url("/assets/images/bg_header3.png") repeat-x scroll left top;
    height:79px;
}

#header-top .content,
#header-search .content {
    width: 1280px;
    margin: 0 auto;
}

#header-search .separator.left {
    float:left;
    background:url("/assets/images/separator.png") no-repeat scroll left bottom;
    width:6px;
    height:79px;
}

#header-search .separator.right {
    float:left;
    background:url("/assets/images/separator.png") no-repeat scroll right bottom;
    width:6px;
    height:79px;
}

#header-search #logo {
    float:left;
}

#header-search #logo a {
    color: #0076db;
    display: inline-block;
    font-family: Times, "Times New Roman";
    font-size: 3.45em;
    height: 50px;
    padding: 6px 0 0 15px;
    text-align: center;
    text-decoration: none;
    width: 355px;
}

#header-search #searchbox {
    background:url("/assets/images/bg_search.png");
    padding:15px 26px 0;
    float:left;
    height:79px;
}

#header-search #searchbox a {
    color: #0076db;
}

#header-search #searchbox a:hover {
    color: black;
}

#searchform fieldset {
    width:100%;
}

div#header-top .content,
div#header-search .content {
    clear:both;
    width:1280px;
    margin:0 auto;
    padding: 0 30px;
}

.login,
.logout {
    color: white;
    cursor: pointer;
    float: right;
    font-weight: 500;
    line-height: 30px;
}

.form-block {
    position: relative;
    margin: 15px 0;
}

.form-block + .form-block {
    margin: 0 0 15px;
}

.modal-body {
    max-height: 400px;
    overflow-y: auto;
}

.modal-body .list-group {
    margin-bottom: 0;
}

.modal-body.scroll .list-group {
    margin-bottom: 15px;
}

.modal-body .list-group-item:not(.disabled) {
    cursor: pointer;
}

.input-group-btn .popover {
    font-size: 14px;
    line-height: 18px;
    width: 276px;
}

.restriction-group {
    margin-left: -15px;
    margin-right: -15px;
}

.restriction-group:after {
    clear: both;
    content: '';
    display: block;
}

.restriction-group > div {
    margin-bottom: 5px;
}

.restriction-group > div:empty {
    margin-bottom: 0;
}

.restriction {
    background-color: #5BC0DE;
    border-color: #46B8DA;
    border-radius: 4px;
    color: #FFF;
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 18px 6px 12px;
}

.restriction:hover {
    background-color: #31B0D5;
    border-color: #269ABC;
}

.restriction:not(:last-child) {
    margin-right: 10px;
}

.restriction-dismissible .close {
    float: right;
    position: relative;
    right: -8px;
    top: -3px;
}

.button-row {
    margin-top: 10px;
}

.control-label.push-up {
    margin-top: -4px;
    padding-top: 0;
}

.results table {
    margin: 15px 0;
}

.results table td:first-child a,
.results table td:nth-child(2) a {
    color: black;
    text-decoration: none;
}

.results table td:nth-last-child(2) {
    padding-left: 0;
    padding-right: 0;
}

.results table td:nth-last-child(2) a {
    background: transparent url("/assets/images/external-link.png") 100% 55% no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.results table td:not(:nth-last-child(3)) {
    white-space: nowrap;
}

.results table td:last-child,
.results table th:last-child {
    text-align: right;
}

.results table .no-border-bottom {
    border-bottom: 0;
}

.results table .no-border-top {
    border-top: 0;
}

.results table ul {
    list-style-type: circle;
}

td br:last-child {
    display: none;
}

.text-label {
    color: #CEA66B;
}

.invisible {
    display: none;
}

.non-italic {
    font-style: normal;
}

.small-caps {
    font-variant: small-caps;
}

.throbber {
    background: transparent url("/assets/images/throbber.svg") no-repeat;
    background-size: 80% !important;
    display: none;
    height: 128px;
    left: 62.5%;
    margin-left: -64px;
    margin-top: -64px;
    position: absolute;
    top: 30%;
    width: 128px;
    z-index: 3000;
}
