/* 全網站-浮動視窗 */

/* 基本框架 */
.modal-header{
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
    color: white;
    background-color: #4D92B8;
    padding: 7px 0;
}
.modal-footer{
    justify-content: center;
    padding: 15px 0;
    border: 0;
}
.modal-footer .btn{
    margin: 0 20px;
}
.modal-body .modal-line{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.modal-body .modal-text{
    font-weight: 600;
}
.modal-body .txt{
    text-align: center;
    margin-bottom: 10px;
}
.modal-body  textarea{
    width: 100%;
}

@media screen and (max-width: 1599px){
    .modal-body  .WebTable{
        width: 100%;
    }
}


/* 申報頁面-歐盟-Monitoring Plans-Activity Data3 */

#note .modal-body .modallist{
border-bottom: 1px dashed #ccc;
padding:10px 0 ;
}
#note .modal-body .modallist span{
    color: #4D92B8;
}
#note .modal-body .modallist .modaltitle{
    font-weight: 900;
    font-size: 18px;
}
#note .modal-body .modallist .modalcont{
    padding-left: 10px;
}


/* 碳權維護 */
.modal-body.ReviewSeeting .modalinputlist{
    width: 100%;
    text-align: left;
    margin-top: 10px;
}
.modal-body.ReviewSeeting .modalinputlist span{
    width: 170px;
}
.modal-body.ReviewSeeting .modalinputradio{
    display: flex;
    align-items: center;
}

.modal-body.ReviewSeeting .modalinputlist input[type="text"],
.modal-body.ReviewSeeting .modalinputlist input[type="number"],
.modal-body.ReviewSeeting select,
.modal-body.ReviewSeeting textarea{
    width: calc(100% - 85px);
}

.modal-body.ReviewSeeting .modalredtxt{
    text-align: left;
    color: red;
    padding-left: 80px;
}
.modal-log{
    width: 100%;
    margin-top: 20px;
    border: 1px dashed #707070;
    border-radius: 10px;
    padding: 15px;
}
.modal-log .modal-log-list{
    padding: 5px 0;
    border-bottom: 1px solid #DFDFDF;
    font-weight: 900;
}
.modal-log .modal-log-list span{
    font-weight:400;
}
.modal-body hr{
    margin: 15px 0;
}