﻿body {
    font-family: Tahoma, Verdana;
    background-color:black;
}

.top-menu {
    background-color: #333;
    overflow: hidden;
    direction: rtl;
}

.top-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top-menu ul li {
    float: right; /* Aligns menu items to the right */
}

.top-menu ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.top-menu ul li a:hover {
    background-color: #111;
}

.panel {
    text-align: center;
    align-content: center;
}

.smalRedFont {
    font-family: Tahoma, Verdana;
    font-size: 9px;
    color: red;
}

.DropDownList {
    height: 30px;
    line-height: 30px;
    padding: 2px;
    overflow: visible;   
    border-radius: 5px;
    border: 1px solid #ced4da;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.DropDownList:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.TextBox {
    height: 30px;
    line-height: 30px;
    padding: 2px;
    overflow: visible;
    border-radius: 5px;
    border: 1px solid #ced4da;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .TextBox:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.pagerStyle {
    direction: ltr; /* Change the direction of the pager to left-to-right */
    }

    .pagerStyle span {
        color: #000; /* Optional: Change the color to make it stand out */
        font-weight: normal; /* Ensure it's not bold */
    }

    /* Style for other page numbers (optional) */
    .pagerStyle a {
        color: DarkSlateBlue; /* Default color for other page numbers */
        text-decoration: none; /* Remove underline from links */
    }

    /* Force styles for the selected page number */
    .pagerStyle table td span {
        font-weight: bold !important;
        color: #fff !important;
        background-color: #4A3C8C !important;
        padding: 2px 8px !important;
        border-radius: 3px !important;
    }

    /* Style for other page numbers */
    .pagerStyle table td a {
        color: DarkSlateBlue !important;
        text-decoration: none !important;
        padding: 2px 8px !important;
    }

.PageTitle {
    background-color: mediumslateblue;
    color: yellow;
    direction: rtl;
    font-family: Tahoma, Verdana;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    width: 390px;
}

.SubTitle {
    background-color: orange;
    color: black;
    direction: rtl;
    font-family: Tahoma, Verdana;
    font-weight:bold;
    font-size: 16px;
    padding: 8px;
    text-align: center;
    width: 400px;
}
