
#LBRep_Report {
    display: contents;
}

#LBRep_Report_EN {
    display: contents;
}

.cal-header {
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 16px 30px 16px 30px;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    background-color: #00382b;
}

    .cal-header span {
        color: #fff;
        margin: 0;
        padding: 0;
        opacity: 0.5;
        display: table-cell;
        position: relative;
        text-align: center;
        line-height: 40px;
        text-shadow: none;
        background-repeat: no-repeat;
        background-position: center center;
        transition: opacity 142ms linear, background 142ms linear;
        -moz-transition: opacity 142ms linear, background 142ms linear;
        -webkit-transition: opacity 142ms linear, background 142ms linear;
    }

        .cal-header span[data-action] {
            cursor: pointer;
        }

        .cal-header span.action {
            width: 50px;
            font-size: 20px;
        }

        .cal-header span.label {
            width: auto;
            opacity: 1;
            font-size: 22px;
        }

        .cal-header span:first-child {
            border-radius: 0px 0 0 0;
            -moz-border-radius: 0px 0 0 0;
            -webkit-border-radius: 0px 0 0 0;
        }

        .cal-header span:last-child {
            border-radius: 0 0px 0 0;
            -moz-border-radius: 0 0px 0 0;
            -webkit-border-radius: 0 0px 0 0;
        }

            .cal-header span:first-child:before,
            .cal-header span:last-child:before {
                top: 5px;
                bottom: 5px;
                width: 1px;
                height: auto;
                margin: 0;
                padding: 0;
                content: "";
                display: inline-block;
                position: absolute;
                background-color: #441F76;
            }

        .cal-header span:first-child:before {
            right: -1px;
        }

        .cal-header span:last-child:before {
            left: -1px;
        }

        .cal-header span:first-child:hover:before,
        .cal-header span:last-child:hover:before {
            display: none;
        }

        .cal-header span[data-action]:hover {
            opacity: 0.95;
            background-color: #23044E;
        }

        .cal-header span.action-prev {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC\ 9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iT\ TYgMkwwIDhsNiA2VjJ6Ii8+PC9zdmc+);
            cursor: pointer;
        }

            .cal-header span.action-prev:hover {
                opacity: 0.95;
                background-color: #23044E;
            }

        .cal-header span.action-next:hover {
            opacity: 0.95;
            background-color: #23044E;
        }

        .cal-header span.action-next {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC\ 9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iT\ TAgMTRsNi02LTYtNnYxMnoiLz48L3N2Zz4=);
            cursor: pointer;
        }

        .cal-header span.action-submit {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC\
    9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij48cGF0aCBkPSJNMTIgNWwtOCA4LTQtN\
    CAxLjUtMS41TDQgMTBsNi41LTYuNUwxMiA1eiIvPjwvc3ZnPg==");
        }

        .cal-header span.action-cancel {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC\
    9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij48cGF0aCBkPSJNNy40OCA4bDMuNzUgM\
    y43NS0xLjQ4IDEuNDhMNiA5LjQ4bC0zLjc1IDMuNzUtMS40OC0xLjQ4TDQuNTIgOCAuNzcgNC4yNWwxLjQ4LTEuNDhMNiA2\
    LjUybDMuNzUtMy43NSAxLjQ4IDEuNDhMNy40OCA4eiIvPjwvc3ZnPg==");
        }

.bi-calendar::before {
content: "\f073"; /* รหัส Unicode ของไอคอน calendar */
    font-family: "Font Awesome 5 Free"; /* ใช้ชื่อของฟอนต์ FontAwesome */
    font-size: 16px;
    color: black;
    margin-right: 20px;
}

.bi-clock::before {
    content: "\f293";
    font-size: 16px;
    color: black;
    margin-right: 20px;
    margin-left: 20px;
}

.date-calendar {
    margin-right: 0.2rem !important;
}

.box-calendar-event, .box-event-d {
    display: inline-flex;
}

.box-event-d {
    margin-top: 20px;
    color: #1b4638 !important;
    /* color: #013CA6; */
    font-size: 18px !important;
    font-weight: 500;
    margin-right: 20px !important;
    margin-bottom: 12px;
}
::before {
    margin-right: 15px;
    line-height: 26px;
}

.box-calendar-event {
    font-size: 18px;
    margin-top: 13px;
}

.cover_next-event .head-2 {
    color: #1c1e22 !important;
    font-weight: 500;
}

.date-calendar-day {
    margin-right: 0.2rem !important;
}

.date-calendar-time {
    margin-right: 0.2rem !important;
}

.calendar-list-item-no-data {
    font-size: 18px;
    line-height: 12rem;
}

.box-calendar {
    margin-bottom: 30px;
}

#event-calendar {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.box-top {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

#event-calendar .__vev_calendar-wrapper .cal-wrapper .cal-header .title {
    font-size: 19px;
}

#event-calendar .__vev_calendar-wrapper .cal-wrapper .cal-body .today .date-num {
    position: relative;
    box-shadow: #FF7000 0px 1px 1px, #FF7000 0px 0px 0px 1px;
    border-radius: 5px;
}

.contents-calendar {
    padding: 0px 32px;
    margin-bottom: 20px;
}

.sub-hrad1 {
    border-bottom: 1px solid #b5b5b5;
}
/*ซ่อนเส้นประดinancial-highlights*/
/*g.highcharts-plot-lines-3 {
    display: none;
}*/
#event-calendar .__vev_calendar-wrapper .cal-wrapper .cal-header {
    position: relative;
    width: 100%;
    background-color: #00382b !important;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
}
#event-calendar .__vev_calendar-wrapper .cal-wrapper .cal-body .weeks {
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #1B4638 !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    background-color: #FFFFFF;
    text-transform: uppercase;
}
    #event-calendar .__vev_calendar-wrapper .cal-wrapper .cal-body .weeks .item {
        line-height: 60px !important;
        float: left;
        width: 14.285%;
    }
#event-calendar .__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item .date-num {
    font-size: 18px !important;
    position: relative;
    z-index: 3;
    font-weight: 400;
}
#event-calendar .__vev_calendar-wrapper .cal-wrapper .cal-body .today .date-num {
    position: relative;
    box-shadow: #b2df82 0px 1px 1px, #b2df82 0px 0px 0px 1px !important;
    border-radius: 5px;
}
#event-calendar .__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item .is-seminar {
    content: "";
    border: 3px solid #b2df82 !important;
    background-color: #b2df82 !important;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: inline-block;
    z-index: 20;
    top: -27px;
    position: absolute;
    left: 20px;
}
.cal-header span.action-next:hover {
    opacity: 0.95;
    background-color: #1B4638 !important;
}
.cal-header span.action-prev:hover {
    opacity: 0.95;
    background-color: #1B4638 !important;
}


