body {
    background: url(./img/bg-5.png) no-repeat bottom center / cover;
}

body .container {
    max-width: 100%;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: calc(100vh - 90px);
    justify-content: start;
}

.navbar .navbar-header {
    min-width: 300px;
    height: 90px;
}

body .navbar .navbar-header .navbar-brand .mirle-logo {
    height: 65px;
}


body .navbar .navbar-nav li a {
    font-size: 20px;
    color: #3D3D3D;
    margin: 35px 53px 15px 10px;
    line-height: 25px;
    font-weight: 500;
    padding: 0;
}

body .navbar .navbar-nav li a:hover {
    color: #377EE4;
    background-color: transparent;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 2px solid #377EE4;
}

body .navbar .navbar-nav li a:focus {
    background-color: transparent;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus body .navbar .navbar-nav .dropdown-menu {
    border-radius: 0px;
    border: 0px;
    background-color: transparent;
}

body .body-content .page-title {
    margin-top: 10px;
    font-size: 40px;
    color: #42454A;
}

body .navbar .navbar-nav .dropdown-menu li a {
    margin: 0;
}

body .navbar .navbar-nav .dropdown-menu li a:hover {
    background-color: #CEE5FB;
    color: #3D3D3D;
}

.account-register-div {
    margin: 6rem auto 0 auto;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 15px;
}

.account-register-div .header {
    padding: 12px 195px;
    color: #FFFFFF;
    font-size: 32px;
    background: linear-gradient(#6BA7FD, #2B75DF);
    border-radius: 15px 15px 0px 0px;
    position: relative;
}

.account-register-div .header img {
    position: absolute;
    top: -43px;
    right: 30px;
    width: 102px;
}

.account-register-div .content-box {
    background-color: rgb(245, 252, 255, 0.95);
    padding: 45px;
    border-radius: 0px 0px 15px 15px;
}

.form-box {
    margin-bottom: 36px;
}

.content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 17px;
    align-items: center;
}

.content label {
    font-size: 22px;
    color: #636363;
    width: 40%;
    margin: 0;
    font-weight: 500;
}

.content input,
.content select {
    width: 60%;
    border-radius: 5px;
    border: 1px solid #9EB9DE;
    padding: 7px;
    font-size: 18px;
    box-sizing: border-box
}

.content .inputDisabled {
    border: 0px solid;
    background-color: transparent;
    font-size: 24px;
    font-weight: 500;
    padding: 0;
}

.register-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 1rem;
    gap: 2rem;
}

.register-btn>button {
    padding: 6px 49px;
    margin: 0;
    font-size: 26px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    border: 0px solid;
}

.register-btn .btn-main {
    background-color: #2265C6;
}

.register-btn .btn-sub {
    background-color: #8E9399;
}

.btn-sub a {
    color: #FFFFFF;
}

.eventCount {
    position: relative;
    text-align: center;
    padding: 1px 6px;
    background-color: red;
    border-radius: 14px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    top: -15px;
    left: -10px;
}

.event-info {
    color: black;
    top: 80%;
    right: 3%;
    padding: 20px;
    font-size: 18px;
    background-color: rgb(255 255 255 / 90%);
    border: 0px solid;
    border-radius: 0px;
    list-style: none;
    position: absolute;
    display: none;
}

.event-info.active {
    display: block;
}

.dateColor {
    font-size: 14px;
    color: #666;
}

.stateTrue {
    padding: 10px;
    margin-bottom: 5px;
    border-left: 4px solid #62c464;
    transition: all 0.5s;
}

.stateTrue.active {
    display: none !important;

}

.stateFalse {
    padding: 10px;
    margin-bottom: 5px;
    border-left: 4px solid #c46262;
    transition: all 0.5s;
}

.stateFalse.active {
    display: none !important;

}

.stateTrue .subColor {
    color: #1a6e1b;
}

.stateFalse .subColor {
    color: #bd0000;
}

.systemMSG {
    background-color: #ffffffcc;
    border-left: 14px solid #62c464;
}

.systemMSG-Warn {
    background-color: #ffffffcc;
    border-left: 14px solid #c46262 !important;
}

.MSG-box {
    text-align: center;
}

.MSG-box ul {
    list-style: none;
}

.MSG-box .date {
    font-size: 18px;
    color: #000;
}

.MSG-box .title {
    font-size: 18px;
    margin-bottom: 1rem;
    color: #2E4386;
}

.MSG-box .content {
    font-size: 20px;
    color: #2d722e;
    justify-content: center;
}

.systemMSG-Warn .MSG-box .content {
    color: #ad2727;
}

body .no-print {
    color: rgb(24, 85, 172, 0.75);
    font-size: 22px;
    padding-top: 10px;
    font-weight: 600;
    margin: 0;
}

.footer-div {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 8px;
}

.body-content table thead tr th {
    text-align: center;
}

.table-bordered>tbody>tr>td {
    font-weight: 500;
    width: 20% !important;
    font-size: 20px;
}

.body-content .page-title {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 2.88em;
    line-height: 52px;
    color: #2d373c;
}

.body-content .well {
    border: 0;
    background-color: #376a93;
}

.body-content .panel .datagrid-toolbar,
.body-content .panel .datagrid-pager,
.body-content .panel .datagrid-header-inner {
    background-color: #38719d;
    border-radius: 0;
}

.body-content table {
    text-align: center;
}

.body-content .panel {
    margin: 20px 0 0 0;
    border-radius: 0;
    background-color: #fff0;
    border: none;
}

.body-content .datagrid table tbody tr td a:hover {
    border: none;
    background-color: rgba(256, 256, 256, .2);
}

.bg-gray {
    margin: auto;
    width: 50%;
    margin-top: 4rem;
}

.bg-gray ul {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 2rem;
    width: 100%;
}

.drawoff-box a {
    background: linear-gradient(#84b6ff, #146be7);
    border-radius: 25px;
    padding: 35px 0;
    margin: 0;
    border: 0px solid;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 240px;
}

.drawoff-box a:hover {
    background: linear-gradient(#5fa2ff, #0062f3);
    text-decoration: none;
}

.drawoff-box li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 31%;
}

.drawoff-box li:first-child {
    margin-bottom: 4rem;
}

.drawoff-box li:nth-child(2) {
    margin-bottom: 4rem;
}

.drawoff-box li:nth-child(3) {
    margin-bottom: 4rem;
}

.drawoff-box li:hover {
    transition: all 0.3s linear;
}

.drawoff-item {
    display: flex;
    flex-direction: column;
    background: linear-gradient(#6BA7FD, #2B75DF);
    border-radius: 25px;
    align-items: center;
    padding: 40px 60px;
    margin: 0;
    border: 0px solid;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
}

.drawoff-box .waterRecord {
    background: linear-gradient(#73DCD6, #289299);
}

.drawoff-box .waterRecord:hover {
    background: linear-gradient(#2bcfc5, #2e7578);

}

.drawoff-box .station {
    padding: 30px 53px;
    background: linear-gradient(#6CE5FF, #2A9DDE);
}

.drawoff-box .station:hover {
    background: linear-gradient(#69e5ff, #2a6e95);
}

.drawoff-box .box {
    width: 100px;
    height: 100px;
    margin-bottom: 1rem;
}

.bg-gray img {
    width: 100%;
}

.bg-gray h2 {
    font-size: 4.5rem;
    text-align: center;
    color: #42454A;
    margin-bottom: 60px;
}

.drawoff-p {
    font-size: 28px;
    color: #FFFFFF;
    margin: 0;
}

.header p {
    margin: 0px;
    text-align: center;
}

@media (min-width: 420px) {
    .body-content .datagrid table tbody tr td a {
        padding: 6px 15px;
    }
}

@media (min-width: 992px) {
    body .body-content .well .form-group label {
        font-size: 16px;
    }
}

@media (max-width:1200px) {
    .bg-gray {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .navbar-collapse {
        background-color: rgb(245, 252, 255, 0.8);
        margin-bottom: 2rem;
    }

    body .navbar .navbar-nav li a {
        margin: 0px !important;
        padding: 15px 10px;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #4d78a9 !important;
    }

    body .navbar .navbar-nav .dropdown-menu li a {
        color: white !important;
    }

    body .navbar .navbar-nav li a:hover {
        border-bottom: 0px solid !important;
    }

    .dropdown-menu {
        position: static;
        float: none;
    }

    body .btn:focus {
        outline: none;
    }

    .account-register-div {
        margin: auto;
    }

}

@media (max-width:768px) {
    .account-register-div .header {
        padding: 12px 0px;
    }

    .account-register-div .header img {
        top: -20px;
        right: 21px;
        width: 67px;
    }

    .header p {
        font-size: 25px;
    }

    .content {
        margin-bottom: 22px;
    }

    .content label {
        width: 100% !important;
        margin-bottom: 1rem;
    }

    .content input,
    .content select {
        width: 100%;
    }

    .register-btn>button {
        padding: 6px 22px;
    }

    .bg-gray h2 {
        font-size: 28px;
        margin-top: 0;
    }

    .bg-gray ul {
        justify-content: center;
        gap: 2rem;
        margin-bottom: 5rem;
    }

    .drawoff-box a {
        padding: 19px 0px;
    }

    .drawoff-box .station {
        padding: 19px 55px;
    }

    .drawoff-p {
        font-size: 24px;
    }

    .drawoff-box li {
        width: 46%;
    }
}

@media (max-width:576px) {
    body .no-print {
        font-size: 20px;
    }

    .account-register-div .content-box {
        padding: 20px 26px;
    }

    .register-btn>button {
        font-size: 20px;
    }

    .drawoff-box a {
        width: 160px;
    }

    .drawoff-box .box {
        width: 75px;
        height: 75px;
    }

    .drawoff-p {
        font-size: 20px;
    }

    .drawoff-box li:first-child {
        margin: 0;
    }

    .drawoff-box li:nth-child(2) {
        margin: 0;
    }

    .drawoff-box li:nth-child(3) {
        margin: 0;
    }
}


body .datagrid-wrap {
    max-height: 400px !important;
    height: 400px !important;
}

.pagination {
    padding: 0;
}