html,
body {
    height: 100%;
}

.navbar-airu {
    background-color: #285f8f;
    border-color: #285f8f;
}

a.navbar-brand {
    color: white !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

/* user list */
#user-list table.table-bordered thead tr th {
    text-align: center;
}

#popupConfirmDeleteUser .modal-content .modal-footer {
    border-top: none !important;
}

/* footer */
.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;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

/* logout */
.nav li > form > button.logout {
    color: #ffffff !important;
    font-size: 17px;
}

/* page menu */
.menu-index ul.list-unstyled {
    font-size: 20px;
}

.menu-index ul.list-unstyled li ul {
    font-size: 15px;
}

.menu-index ul.list-unstyled li ul li {
    margin: 10px 10px 0 0;
}

.navbar-right li a {
    color: #ffffff !important;
}

.data-release-index table.information-sim-marubeni tr th.item-detail {
    width: 15% !important;
}

table.information-sim-marubeni .status-sim {
    width: 25%;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: inherit;
    text-decoration: underline;

}

/* site error */
.site-error {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-error .content-wrapper {
    margin: 10% auto;
    text-align: center;
    width: 100%;
    height: 100%;
}

.site-error .glyphicon {
    font-size: 100px;
}

.button-back {
    margin-top: 70px;
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* menu active */
.nav > li.active {
    font-weight: bold;
}

.nav > li.active > a::before {
    content: "▶";
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #337ab7 !important;
}

/* form search */
#data-release-search div[role="radiogroup"] label {
    margin-right: 20px;
}

#data-release-search .row .form-group label {
    font-weight: normal;
}

#data-release-search .row .form-group input.form-control,
#data-release-search .row .form-group select.form-control {
    width: 45% !important;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}
