﻿

.buiStyle {
    display: none;
    padding: 5px;
    margin: 0 auto;
    border-radius: 16px;
    border-color: #ff2800;
    border-width: 2px;
}

.buiHeader {
    font-weight: bold;
    font-size: 26px;
    color: #d32232;
}

.buiSecond {
    height: 180px;
    max-height: 160px;
    overflow: hidden;
}

.buiSecondContainer {
    height: 180px;
    border: 2px;
    width: 100%;
    border-collapse: separate;
    border-width: 2px;
    background-image: url(./Images/eurocapital.gif);
    background-repeat: no-repeat;
}

.buiImageAdvt {
    margin: auto;
    padding: 0;
    border: 0;
    outline: 0;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.buiTitleAdvt {
    font-weight: bold;
    font-family: 'Segoe UI';
    font-size: 16px;
}

.buiPara {
    text-align: center;
    font-family: Segoe UI;
    font-size: 14px;
    margin-left: 2px;
}

.divPB {
    vertical-align: middle;
}

.imgdivPB {
    min-height: 40px;
}

.lbAdvt {
    font-size: 16px;
    font-weight: bold;
    color: #0700fc;
    font-family: 'Segoe UI';
}

.buiStation {
    min-height: 30px;
}

.lbAdvtDetail {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Segoe UI';
    color: #d32232;
}

.lbAdvtImage {
    height: 24px;
    width: 24px;
    vertical-align: middle !important;
}

.divAlarm {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    border-top: 2px double #2800ff;
    border-bottom: 2px double #2800ff;
    text-align: center;
}

.divCurrentTime {
    line-height: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    width: 90%;
}

.divOrgStyle {
    width: 90%;
    height: 60px;
    text-align: center;
    border-radius: 10px;
    vertical-align: middle;
    margin: 0 auto;
}

.divOrientationStyle {
    text-align: center;
    vertical-align: middle;
    width: 90%;
    height: 30px;
    margin: 0 auto;
}

.divImgOrg {
    text-align: center;
    vertical-align: middle;
    height: 100px;
    width: 120px;
    margin: 0 auto;
}

.mainDiv {
    height: auto;
    text-align: center;
    width: 90%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.mainDivTable {
    height: 300px;
    width: 100%;
    border-collapse: separate;
    border-width: 2px;
}

.mainTableTd {
    background-color: #5e80fd;
    text-align: center;
    vertical-align: middle;
    width: 90%;
    overflow: hidden;
}

.lbCurrentTime {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Cascadia Code';
    color: darkblue;
    display: inline-block;
}

.lbCurrentTimeLabel {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Cascadia Code';
    color: #d32232;
    display: inline-block;
}

.lvPanel {
    max-height: 300px;
    width: 99%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.mlbStyle {
    width: 99%;
    height: 4px;
    border-top: 2px solid blue;
    border-bottom: 2px solid blue;
}

.stdLabel {
    font-family: 'Cascadia Code';
    font-weight: bold;
    font-size: 14px;
    color: darkblue;
}

.stdLabelWhite {
    font-family: 'Cascadia Code';
    font-weight: bold;
    font-size: 14px;
    color: darkblue;
}

.stdLabelSmall {
    font-family: 'Cascadia Code';
    font-weight: bold;
    font-size: 8px;
    color: darkblue;
}

.imgOrgS {
    width: 60px;
    height: 40px;
    vertical-align: middle;
}

.lbAlarmT {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Segoe UI';
    color: #2800ff;
    padding: 0px;
}

.lbAlarm {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Segoe UI';
    color: #d32232;
    padding: 0px;
}

.mTrainImage {
    height: 32px;
    width: 32px;
    vertical-align: middle;
}

.pbTitle {
    /*Font-Bold ="true" Font-Size="16px" Font-Names="Helvetica" ForeColor="White"*/
    color: white;
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.biggerFont .rcbInputCell .rcbInput, .biggerFont {
    font: 15px arial,verdana,sans-serif !important;
}



.rd-custom-dropdown {
    position: relative;
    width: 100%; /* Full width */
    max-width: 400px; /* Maximum width */
    margin: 0 auto; /* Centering */
    font-size: 1rem; /* Font size */
    color: #333; /* Text color */
}

    .rd-custom-dropdown select {
        appearance: none; /* Remove default styling */
        width: 100%; /* Full width */
        padding: 10px; /* Padding for better touch targets */
        background-color: #fff; /* Background color */
        border: 1px solid #ccc; /* Border color */
        border-radius: 4px; /* Rounded corners */
        cursor: pointer; /* Pointer cursor on hover */
    }

    .rd-custom-dropdown::after {
        content: ""; /* Arrow indicator */
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -3px; /* Center the arrow vertically */
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #333; /* Arrow color */
    }

    .rd-custom-dropdown select:hover {
        border-color: #888; /* Darker border on hover */
    }

    .rd-custom-dropdown select:focus {
       outline: none; /* Remove outline on focus */
       border-color: #007bff; /* Change border color on focus */
    }
