﻿body{
    font-family:Calibri;
    font-size:14pt;
    margin:0px;
    background-color:#ffffff;
}

.body-content {
    display: block;
    padding-left:30px;
    padding-right:30px;
    padding-top:30px;
    width: calc(100% - 60px);
    padding-top: 30px;
}

.STable {
}
.STable tr{
}
.STable tr td{
    padding:3px;
    vertical-align:top;
}

span{
    margin-right:15px;

}

/*            Controlers          */


.SText {
}

select {
    padding:3px;
}

.SListBox {
}

input, select {
    border: 1px solid #6e6363;
    line-height: 20pt;
    display: block;
    float: left;
    margin-right: 5px;
    font-family: Calibri;
    font-size: 13pt;
    border-radius: 3px;
}

.RCB {
   
}

    .RCB input {
        width: 20px;
        height: 20px;
    }

.RCBGroupHorizontal {
}

    .RCBGroupHorizontal input {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        float: left;
    }

    .RCBGroupHorizontal label {
        font-weight: normal;
    }

.Validators {
    color: red;
    padding: 3px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 14pt;
    display: block;
    float: left;
    line-height: 20px;
}

.FileUploader {
    border: none;
}



/*            Buttons          */

.SButton {
    background: #369acb;
    padding: 2px;
    min-width: 100px !important;
    display: block;
    text-align: center;
    margin-top: 5px;
    float: left;
    margin-right: 10px;
    color: #ffffff;
    border: 1px solid #8a8ad3;
    border-radius: 3px;
    cursor:pointer;
}

    .SButton:hover:not([disabled]){
    color:white !important;
    background-color: #0c4d83 !important;
    text-decoration: none;
    }

    .SButton:focus {
        color: white !important;
    }

    .SButton:active:not([disabled]) {
        color: white !important;
        background-color: #0c4d83 !important;
        text-decoration: none;
    }

    .SButton:disabled {
        background: #8d9da5;
    }


.GridButtons {
    background-color: #ffffff;
    border: 1px solid #4a4a4a;
    padding: 1px;
    width: 65px;
    color: #000000;
    transition: 0.5s all ease;
    margin-right: 5px;
    float: left;
    text-align: center;
    text-decoration: none;
    font-size:13pt;
    border-radius: 5px;
    font-weight: 400;
}

    .GridButtons:hover {
        background-color: #4a4a4a;
        border: 1px solid #4a4a4a;
        color: #ffffff;
    }

.OpButtons {
    background-color: #050e72;
    border: 1px solid #4a4a4a;
    padding: 5px;
    width: 65px;
    color: #ffffff;
    transition: 0.5s all ease;
    margin-right: 5px;
    float: left;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
    font-weight: 400;
}

    .OpButtons:hover {
        background-color: #4a4a4a;
        border: 1px solid #4a4a4a;
        color: #ffffff;
    }

/*           Headdings         */



.Headdings {
    font-size: 18pt;
    /* background-color: #f3f3f3; */
    padding: 3px;
    font-weight: 600;
    padding-right: 10px;
}

.SubHeaddings {
    font-size: 16pt;
    /* background-color: #f3f3f3; */
    padding: 3px;
    font-weight: 600;
    padding-right: 10px;
}


.ContentTable
{
    font-size:13pt;
}

    .ContentTable td {
        padding: 0px !important;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
        line-height: normal !important;
        padding-right:10px !important;
        vertical-align:top;
    }



/*           Grid Views         */


.mGrid {
    background-color: #fff;
    margin: 0px 0 10px 0;
    font-size: 13pt;
    -webkit-box-shadow: 0 0 1px 1px #f5f6f8;
    box-shadow: 0 0 1px 1px #f5f6f8;
    border: none;
}

    .mGrid th {
        padding: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
        border: none;
        color: #ffffff;
        height: 25px;
        font-weight: normal;
        background-color: #a7a2a6;
        text-indent: 3px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .mGrid td {
        padding: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
        border: none;
        color: #000;
        line-height: 25px;
        text-indent: 3px;
        -webkit-transition: background 500ms ease;
        -moz-transition: background 500ms ease;
        -ms-transition: background 500ms ease;
        -o-transition: background 500ms ease;
        transition: background 500ms ease;
        padding-left: 10px;
        padding-right: 10px;
    }

    .mGrid .alt {
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
    }

    .mGrid .pgr {
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            font-weight: normal;
            color: #0066FF;
            line-height: 12px;
            font-size: 13pt;
            padding: 2px;
            text-align: center;
        }

        .mGrid .pgr a {
            text-decoration: none;
            height: 25px;
            width: 25px;
            display: block;
            line-height: 25px;
            text-align: center;
            text-align: center;
            padding: 0px;
            vertical-align: middle;
            font-weight: bold;
        }

        .mGrid .pgr td span {
            color: #494b4e;
            margin-right: 0;
            font-weight:bold;
        }

            .mGrid .Edit {
                border: 1px solid #acd5fe;
                background-position: center;
                width: 25px;
                height: 25px;
                background-image: url('../img/GridEdit.png');
                background-repeat: no-repeat;
                display: block;
                float: left;
                margin-left: 1px;
                margin-top: 1px;
                margin-right: 1px;
                float: right;
            }

    .mGrid .Delete {
        background-position: center;
        border: 1px solid #acd5fe;
        width: 25px;
        height: 25px;
        background-image: url('../img/GridClose.png');
        background-repeat: no-repeat;
        display: block;
        float: right;
        margin-left: 1px;
        margin-top: 1px;
    }

    .mGrid .DataRowStyle {
        border: 1px solid #666666;
        background-color: #CCCCCC;
        height: 25px;
    }




.mGrid2 {
    background-color: #fff;
    margin: 0px 0 10px 0;
    font-size: 14pt;
    -webkit-box-shadow: 0 0 1px 1px #f5f6f8;
    box-shadow: 0 0 1px 1px #f5f6f8;
    border: none;
}

    .mGrid2 th {
        padding: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
        border: none;
        color: #ffffff;
        text-align: left;
        height: 25px;
        font-weight: normal;
        background-color: #ebe8eb;
        text-indent: 3px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .mGrid2 td {
        padding: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border: none;
        color: #000;
        line-height: 20px;
        text-indent: 3px;
        -webkit-transition: background 500ms ease;
        -moz-transition: background 500ms ease;
        -ms-transition: background 500ms ease;
        -o-transition: background 500ms ease;
        transition: background 500ms ease;
        padding-left: 10px;
        padding-right: 10px;
    }

        .mGrid2 td span {
            line-height: 25px;
        }

    .mGrid2 .alt {
    }

    .mGrid2 .pgr {
    }

        .mGrid2 .pgr table {
            margin: 5px 0;
        }

        .mGrid2 .pgr td {
            font-weight: normal;
            color: #0066FF;
            line-height: 12px;
            font-size:14pt;
        }

        .mGrid2 .pgr a {
            border: 1px solid #D4E3FE;
            color: #0066FF;
            text-decoration: none;
            height: 25px;
            width: 25px;
            display: block;
            line-height: 25px;
            text-align: center;
        }

    .mGrid2 .Edit {
        border: 1px solid #acd5fe;
        background-position: center;
        width: 25px;
        height: 25px;
        background-image: url('../img/GridEdit.png');
        background-repeat: no-repeat;
        display: block;
        float: left;
        margin-left: 1px;
        margin-top: 1px;
        margin-right: 1px;
        float: right;
    }

    .mGrid2 .Delete {
        background-position: center;
        border: 1px solid #acd5fe;
        width: 25px;
        height: 25px;
        background-image: url('../img/GridClose.png');
        background-repeat: no-repeat;
        display: block;
        float: right;
        margin-left: 1px;
        margin-top: 1px;
    }

    .mGrid2 .DataRowStyle {
        border: 1px solid #666666;
        background-color: #CCCCCC;
        height: 25px;
    }


.TopBar {
    background-color: #0066FF;
    padding-top: 3px;
    padding-bottom: 0px;
    display: block;
    width: 100%;
}

    .TopBar .AccessTopBar {
        width: 1200px;
        display: block;
        margin: 0 auto;
    }


.Menu {
}
    /* 1. & 2. Horizontal Menu & Black Text */
.Menu .static
{
    display: flex;
    gap: 10px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    padding: 10px;
}

/* 3. Submenus: White background, rounded corners, shadow */
.dynamic1 {
    background-color: white !important;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    padding: 5px 0;
    margin-top: 5px;
    z-index: 999;
    color:black;
    overflow:hidden;
    min-width:150px;
    font-weight:normal;
}

    /* 4. Submenu Items: Separated by lines */
    .dynamic1 a {
        color: #333 !important;
        border-radius: unset;
        box-shadow:unset;
            padding: 10px 20px;
        display: block;
        text-decoration: none;
        border-bottom: 1px solid #eee; /* The separator line */
        /* Remove border from the very last item */
        &:last-child

        {
            border-bottom: none;
        }

/* 5. Hover Highlight */
&:hover {
    background-color: #f8f9fa; /* Light gray highlight */
    color: #0066FF !important; /* Changes text to your theme blue */
}
}



.TitleBar {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #12129b;
}

    .TitleBar .Title {
        width: 1200px;
        display: block;
        margin: 0 auto;
        font-weight:bold;
        font-size:23px;
        text-align:center;
    }

.LoginTools {
}

    .LoginTools .LoginName {
         display:block;
         float:right;
         margin-right:10px;
         color: white;
    }

    .LoginTools .LoginButton {
        display: block;
        float: right;
        color: black;
        background-color: white;
        border-radius:5px;
        padding:5px;
        width:75px;
        text-align:center;
        text-decoration:none;
    }

        .LoginTools .LoginButton:hover {
            display: block;
            float: right;
            color: black;
            background-color: white;
            border-radius: 5px;
            padding: 5px;
            width: 75px;
            text-align: center;
            text-decoration: none;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        }


.LoginForm {
    display: block;
    border: 1px solid #35c7ff;
    border-radius: 20px;
    padding: 35px !important;
    box-shadow: 0px 2px 5px #9ed1ef;
    background-color: #fff;
}

.ModelPopUpPanel
{
    border: 1px solid #4a4a4a;
    border-radius: 20px;
    padding:15px;
    background-color:#ffffff;
    box-shadow:#6e6363 0px 2px 5px;
}

.ModelPopUpPanelExtenderBackground{
    background-color:#cccccc76;
}

.ModelPopUpClose
{
    font-size:25px;
    display:block;
    float:right;
}

.TabPanel
{
}

/* Wrapper */
.tab-wrapper {
    width: 100%;
}

/* Tab Header Row */
.tab-header {
    display: flex;
    border-bottom: 3px solid #007bff;
    margin: 0;
    padding: 0;
}

/* Tab Buttons */
.tab-btn {
    padding: 5px 10px;
    font-size: 20px;
    color: #555;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-bottom: none;
    cursor: pointer;
    margin-right: 4px;
    border-radius: 6px 6px 0 0;
    transition: background 0.2s, color 0.2s;
    outline: none;
    padding-left: 35px;
    padding-right: 35px;
}

    /* Hover */
    .tab-btn:hover {
        background-color: #dce8ff;
        color: #007bff;
    }

    /* Active Tab */
    .tab-btn.active {
        background-color: #007bff;
        color: #ffffff;
        border-color: #007bff;
        border-bottom: 3px solid #ffffff;
        margin-bottom: -3px;
        z-index: 1;
        position: relative;
    }

/* Content Box */
.tab-content {
    border: 1px solid #ccc;
    border-top: none;
    padding: 24px;
    background-color: #ffffff;
    border-radius: 0 0 6px 6px;
    min-height: 150px;
}

/* View Body */
.view-body h3 {
    margin-top: 0;
    color: #007bff;
    font-size: 18px;
}

.view-body p {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}


.CreateInvoice {
    float: right;
    position: absolute;
    right: 0;
    margin-right: 30px;
    width: 150px;
    padding: 6px;
    background-color: #06a506;
    border: 0;
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
}

.CreateInvoice:hover
{
    background-color: #22a522
}
