﻿body {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
}

Fiedlset table td {
    padding-right: 20px;
}


Fiedlset table td {
    padding-right: 20px;
}

.k-grid-AddNewRecord span {
    background-image: url('../Images/create.png');
    background-size:contain;
    width: 24px;
    height: 24px;
    line-height: 14px;
    display: inline-block;
    margin-top: 3px;
    padding-bottom: 0px;
    padding-right: 1px;
}

.k-grid-UnPostedRecord span {
    background-image: url('../Images/unposted.png');
    width: 14px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    margin-top: 3px;
    padding-bottom: 0px;
    padding-right: 3px;
}

.k-grid-PostedRecord span {
    background-image: url('../Images/posted.png');
    width: 14px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    margin-top: 3px;
    padding-bottom: 0px;
    padding-right: 1px;
}

.k-grid-CancelRecord span {
    background-image: url('../Images/cancel.png');
    width: 14px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    margin-top: 3px;
    padding-bottom: 0px;
    padding-right: 1px;
}


.GridHeader {
    font-size: 13px;
    color: #277596;
}

.k-grid tbody tr {
    height: 28px;
}

.k-grid td {
    white-space: nowrap;
}

.k-grid .k-button {
    min-width: 0 !important;
}

.GridFooter {
    font-size: 12px;
    color: #f83d0a;
}
.customBtn {
    width: 8px;
    margin: 0px;
    padding: 0px;
    font-size: x-small;
}


/*to disable edit grid button*/
.notEditable .k-grid-edit {
    display: none;
    background-image: url('Images/password.png');
}

/*Fix Kendo Panelbar width*/
.k-panelbar .k-content > .panelBar-content {
    overflow: auto;
}

#MainMenu {
    width: 220px;
    /*margin: 0 auto;*/
}

.k-input.ROField, .k-input.ROField:focus, .k-textbox.ROField, .k-textbox.ROField:focus {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
    color: #000;
    background-color: gainsboro;
}

.k-textbox.CalendarField {
    width: 360px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
}

.k-textbox.RoleDescription {
    width: 360px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
}

.k-textbox.RoleROField {
    width: 360px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: gainsboro;
    font-size: 12px;
}

.k-textbox.CSRROField, .k-textbox.CSRROField:focus {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
    color: #000;
    width: 380px;
    background-color: gainsboro;
}

.k-textbox.ProblemTitle{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
    color: #000;
    width: 380px;
}

.k-textbox.UserAddress {
    width: 367px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
}

.k-textbox.login {
    width: 320px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
}

.text-danger {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #f00;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

table#mainTbl {
    width: 100%;
    height: 600px;
}



table.MasterTble {
    background-color: #e0eff6;
    width: 100%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
}

tr.ToolbarColor {
    background-color: midnightblue;
    /*#ff6a00 Orange Color*/ 
}

#MainMenu > .k-item > .k-link > .k-image {
    margin-top: 2px;
    margin-left: -10px;
}

.findButton {
    height: 24px;
    width: 10px;
}

fieldset {
    border: 1px solid #3e83a0;
}

legend {
    font-weight: bold;
}




.LoginTab {
    height: 150px;
    width: 400px;
}



.RoleTab {
    height: 300px;
    min-width: 950px;
}

table.DbBackupTbl {
    border: 1px solid #2289ca;
}

    table.DbBackupTbl td {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        border-bottom: 1px solid #2289ca;
    }



.k-button.findBtn {
    width: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
}


div.MainForm {
    display: none;
}


.LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 105%;
    background-color: #ddd;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=90);
    opacity: 0.90;
    /*background-image: url('../Images/ajax-loader.gif');*/
}

.LockContent {
    background-color: #3e83a0;
    color: #fff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 20px 5px 5px 5px;
    width: 200px;
    height: 35px;
    display: table;
    margin: 0 auto;
}

.kendoDanger {
    background-color: red;
    color: white;
}

.kendoSubmit {
    background-color: limegreen;
    color: white;
}


/* Custom Modal Styling */
#voucherModal .modal-content {
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    border: none;
    overflow: hidden;
}

/* Modal Header Styling */
#voucherModal .modal-header {
    background-color: #1f2937; /* dark header */
    color: #ffffff;
    border-bottom: 3px solid #007bff;
    padding: 15px 20px;
}

#voucherModal .modal-title {
    font-weight: bold;
    font-size: 1.2rem;
}

#voucherModal .close {
    color: #ffffff;
    opacity: 0.8;
    font-size: 1.5rem;
}

/* Modal Body Styling */
#voucherModal .modal-body {
    background-color: #f9f9f9;
    padding: 25px;
}

/* Form Inputs Styling */
#voucherCloseForm .k-textbox,
#voucherCloseForm .k-numerictextbox,
#voucherCloseForm .k-dropdown {
    margin-bottom: 10px;
}

/* Buttons in Modal */
#voucherCloseForm .book-button.k-button {
    background-color: #007bff;
    color: #fff;
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

#voucherCloseForm .book-button.k-button:hover {
        background-color: #0056b3;
}

#voucherModal .modal-footer {
    background-color: #f1f1f1;
    border-top: 1px solid #ddd;
    padding: 15px 20px;
}

#voucherModal .modal-dialog {
    display: flex !important;
    align-items: center !important; /* vertical center */
    justify-content: center !important; /* horizontal center */
    min-height: 100vh !important; /* full viewport height */
    margin: 0 auto !important;
    pointer-events: auto;
}

