.container {
    max-width: 2560px;
}

/* login form */
.login .form-group {
    margin: 15px;
}

.login,
.login label {
    color: gray;
}

.login img {
    margin-bottom: 20px;
    width: 500px;
    align-content: center;
    padding-bottom: 3px;
    border-bottom: 2px solid rgb(212, 204, 204);
}

/* nav {
    border:1px solid red;
} */

/* global navi */
.menu {
    position: fixed;
    width: 100%;
    height: 50px;
    /* max-width: 1920px; */
    background: rgb(29, 33, 19);
    z-index: 100;
    /* margin: 0 auto; */
}

.menu > li {
    float: left;
    width: 16%;
    height: 50px;
    line-height: 50px;
    background: rgb(29, 33, 19);
    list-style: none;
}

.mainWrapper {
    padding-top: 100px;
}

.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #072a24;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menu select {
    margin: 5px 0px 0px 60px;
    width: 60%;
    height: 80%;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
    /* text-align: center; */
    padding-left: 13px;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    background: #072a24;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /* padding-left: 0px; */
    /* text-align: center; */
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

label {
    font-size: 15px;
}

table {
    width: 100%;
    table-layout: fixed;
}
panel {
    padding: 20px;
}
hr {
    border-top: 3px solid #35247b;
}
h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
tr td.marking {
    background-color: orange;
}

.navbar-default {
    background-color: #cddc39;
}
.navbar-default .navbar-brand {
    color: black;
}
.navbar-default .navbar-nav > li > a {
    color: black;
}
.container {
    color: black;
}

tr.agency {
    font-weight: bold;
    color: blue;
}

.cleaning-date {
    display: block !important;
}

.lb-clean-btn {
    margin-right: 100px;
}

.airbnblogo,
.hearing-submit {
    margin-top: 18px;
    margin-left: 40px;
}

.right-fit-label {
    text-align: right;
}

#imageModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

#imageModalContent {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
}
