header {
    background-color: #60a5fb;
    color: white;
    padding: 12px 10px;
}

header .h5 {
    margin-bottom: 0;
}
.form-check-input {
    position: static !important;
    margin-left: 0 !important;
    opacity: 1 !important;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .container a {
    text-decoration: none;
    color: white;
}

header img {
    height: 32px;
    width: 32px;
}
h5.h5{
    font-size: 18px;
}
@media (min-width: 1200px) {
    .container-fluid {
        padding-left: 7%;
        padding-right: 10%;
    }
}
/* 公告區和填報區 */

.left-section {
    background-color: white;
    height: calc(100vh - 80px);
    overflow-y: auto;
    padding: 20px;
}

.text-xl {
    font-size: 1rem !important;
    line-height: 1.75rem;
}
.text-primary{
    color: #60a5fb;
}
.shadow-md{
    border: 2px solid  #6ea6f5!important;
    border-radius: 10px !important;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.shadow-login-md{
    border: 0px solid #ccc;
    border-radius: 10px !important;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.shadow-md-left{
    border: 2px solid  #6ea6f5;
    border-radius: 10px !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.text-gray-800{
    font-weight: bold;
    color: #000;
}

.logo-sm{
    width: 80px;
    display: block;
    margin: 10px auto;
}
.right-section {
    background-color: #f3f4f6;
    padding: 20px;
}

.list-group-item {
    margin-bottom: 10px;
}

.list-group-item img {
    max-height: 100px;
    margin-right: 15px;
}

.list-group-item .h5 {
    font-size: 16px;
}

.text-gray-800 {
    color: #000;
    font-weight: bold;
}

.hoverable:hover {
    background: #cbe1fa !important;
}

.pt-5,
.py-5 {
    padding-top: 80px !important;
}

.refresh{
    color: red;
    background: transparent;
    border: none;
    font-size: 0.88em;
    text-align: center;
}
.btn-teal{
    background-color: rgb(20 184 166);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    padding-left: 2rem;
    padding-right: 2rem;
    color: white;
    font-weight: bold;
}
.btn-teal:hover{
    background-color: rgb(13 148 136);
    color: white;
}
p {
    line-height: 2;
    font-weight: normal;
}
p.h4{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 0rem !important;
}

.form-control.active {
    padding: 20px 15px 6px;
}

.form-control {
    padding: 13px 15px;
    display: inline;
    color: #333333;
    font-size: 1em;
}

/* input {
    font: 1em "微軟正黑體", "新細明體", sans-serif;
    line-height: 1em;
    margin: 0;
    appearance: none;
    outline: none;
} */

.form-control {
    display: block;
    width: 100%;
    padding: 5px;
    color: #242424;
    background: white;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    font-family: "微軟正黑體", "新細明體", sans-serif;
    box-sizing: border-box;
    position: relative;
}

.form-group {
    padding-left: 10%;
    padding-right: 10%;
}

.form-group-info {
    padding-left: 5%;
    padding-right: 5%;

}

.login{
    padding-top: 40px;
    padding-bottom: 40px;
    width: 80%;
    margin-left: 10%;

}
.topnav{
    position: relative;
}
.login-name{
    font-size: 0.88rem;
    font-weight: normal;
    position: absolute;
    right: 10%;
    bottom: 10px;
    width: 240px;
    text-align: right;
}
ul{
    width: 100%;
}
.side{
    width: 50px;
    float: left;
}
.side-form{
    background-color: transparent;
    border: none;
}
@media screen and (max-width: 768px) {
    .left-section {
        height: auto;
    }
    .text-xl {
        font-size: 1rem !important;
        line-height: 1.75rem;
        margin-bottom: 4px;
    }
    .form-group {
		width: 100% !important;
		padding-left: 0;
		padding-right: 0;
    }
    .form-group-info {
        padding-left: 5%;
        padding-right: 5%;
    }

    .login{
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        margin-left: 0%;
    }
    .text-gray-700{
        font-size: 0.8rem;
    }
    .login-name{
        font-size: 0.7rem;
        font-weight: normal;
        position: absolute;
        right: 10px;
        bottom: 3px;
        width: 240px;
        text-align: right;
    }

}
@media screen and (max-width: 1200px) {
    .login{
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        margin-left: 0%;
    }
    .form-group {
		width: 100% !important;
		padding-left: 0;
		padding-right: 0;
    }
}
.btn-link{
    border: 1px solid #4188df;
    color:   #4188df;
    background: #fff;
    border-radius: 0;
    font-size: 13px;
}

.form-radio-top{
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 20px;
    vertical-align: top;
}
input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    opacity: .8 !important;
}
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    opacity: .8 !important;
}
.form-check{
    font-size: 16px;
    font-weight: normal;
    padding-left: 10px;
}
.form-check-label{
        vertical-align: top;
        display: inline-block;
        padding-top: 5px;
}

.bg-light{
    background: rgb(228, 238, 247) !important;
    padding: 10px;
    border-radius: 10px;
    width: 105%;
    margin-left: -2.5%;
}

.bglight{
    background: rgb(228, 238, 247) !important;}

@media screen and (min-width: 567px) {
    .bg-light{
        background: rgb(228, 238, 247) !important;
        padding: 20px;
        border-radius: 10px;
        width: 90%;
        margin-left: 5%;
    }
}
.form-control{
    border-radius: 5px;
}
.fform-control{
    width: 100%;
}
select.form-control option {
    height: 40px;
    line-height: 40px;
  }

  .text-md{
    font-weight: normal;
    font-size: 15px;
}
.text-xs{
    font-weight: normal;
    font-size: 12px;
    opacity: .8;
}
.text-xs-note{
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    margin-right: 5px;
    color: red;
}

.ok-img{
    width: 30px;
    margin-left: 5px;
}

.new-title{
    padding: 15px 10px;
    border-radius: 10px;
    line-height: 1.8;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    /* border: 2px solid rgb(20 184 166); */
    background: #6ea6f5;
    color: #fff !important;
    font-size: 1.1rem !important;
}

@media screen and (max-width: 1200px) {

    .new-title{
        font-size: 1rem;
        padding: 10px;
        }
}