html,
body {
    height: 100%;
    font-size: 12px;
}
.navbar-toggle {
  margin-right: 5px !important;
}
.navbar-brand.brand-uin-logo {
    padding: 2px;
    width: 80%;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.form-group {
    margin-bottom: 5px !important;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    border: none;
    color: black;
    padding: 10px 15px 15px 20px;
}

.nav .dropdown-menu {
    padding: 5px 0 10px 0;
}

.nav li > form > button.logout:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
        color: #fff;
    }
}
.navbar-inverse {
    background-color: rgba(17,96,148,.9);
    border-color: rgba(17,96,148,.9);
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #b99c00;
    font-weight: bold;
    background-color: rgba(17,96,148,.9);
}

.navbar-brand.brand-uin-logo {
    padding: 2px;
    width: 80%;
}
.navbar-brand.brand-uin-logo img {
    height: 100%;
}
.navbar-nav.nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


/* custom */
.delete-image-bmn.btn {
    position: absolute;
    right: 40%;
    bottom: 5px;
}
#bmn-carousel-photos {
    min-height: 300px;
    padding: 2px;
}
#bmn-carousel-photos .carousel-inner .item img {
    min-height: 300px;
}

.twitter-typeahead .tt-menu {
    background-color: #fff;
    border: 1px solid black;
    width: 100%;
}

.tt-suggestion:hover {
    background-color: #0097cf;
    color: #fff;
    cursor: pointer;
}

.alert-summary-data {
    padding: 5px !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

#body-search-bmn table {
    margin-bottom: 5px !important;
}
#body-search-bmn ul.pagination {
    margin: 5px 0 !important;
}

table.table thead {
    background: rgba(0, 0, 0, 0.25);
}
table.table > tbody > tr.warning:hover {
    color: #000000;
}
.table-hover > tbody > tr:hover {
    background-color: #0097cf;
    color: #fff;
}

.table > tbody > tr > td,
.table > tfoot > tr > td {
    word-break: break-word !important;
}

.table > thead > tr > th,
.table > thead > tr > td,

.table > tbody > tr > th,
.table > tbody > tr > td,

.table > tfoot > tr > th,
.table > tfoot > tr > td {
    vertical-align: middle;
    padding: 3px;
}