﻿/*normalize*/
html,
body,
form {
    height: 100%;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

input {
    letter-spacing: 1px;
}
}

.RadButton {
    letter-spacing: 1px;
}

textarea {
    letter-spacing: 1px;
}

.bodyMaster {
    overflow-x: hidden;
}

body {
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.RadLabel {
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: Small;
}

a {
    background: transparent;
}

img {
    border: 0;
}

button {
    -webkit-appearance: none;
    cursor: pointer;
}

hr {
    border-width: 1px 0 0 0;
    border-color: lightgray;
    border-style: solid;
}

/*typography*/
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

h1, h2, h3 {
    font-weight: normal;
    margin: .5em 0;
}

h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 1.875em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.125em
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .875em;
}

/*template*/
.t-container {
    max-width: 100% !important;
}

#wrapper .t-container-fluid {
    max-width: 100%;
}

#wrapper .RadButton {
    font-size: 1em;
}

#wrapper .RadMenu,
div.RadMenuPopup,
#wrapper .RadMenu_Default, #wrapper .RadMenu_Default a.rmLink {
    font-size: 1em;
}

.mainHeader {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #2d3a4b;
    position: fixed;
    top: 0px;
    height: 50px;
    width: 100%;
    z-index: 10;
    display: flex
}

.pageLogo {
    display: flex;
    width: 80%;
    padding-left: 10px;
}

.freezeHeader {
    position: fixed;
    top: 0px;
    height: 50px;
    width: 100%;
    z-index: 10;
    background: white;
}

.useraccount {
    text-align: right;
    width: 20%;
    padding-right: 15px;
}

.menu-icon {
    padding-top: 2px;
}

.main-wrapper {
    overflow-y: auto !important;
    overflow-x: hidden;
    height: calc(100vh - 50px) !important;
    padding-top: 10px;
    padding-bottom: 15px;
}

.popup-wrapper {
    overflow-y: auto !important;
    overflow-x: hidden;
    height: calc(100vh - 45px) !important;
}

.portlet-title {
    color: #ccc;
    float: left;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 15px;
    margin-top: 9px;
    letter-spacing: 0.03em;
    font-family: 'Hind Madurai', sans-serif;
    width: 100%;
}

.portlet-line {
    margin-bottom: 20px;
    height: 4px;
    width: 48px;
    border-radius: 5px;
    background-color: #188ae2;
}

.portlet-popup-line {
    margin-left: 15px;
    margin-top: 50px;
    margin-bottom: 20px;
    height: 4px;
    width: 48px;
    border-radius: 5px;
    background-color: #188ae2;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: .25rem !important;
}

.me-2 {
    margin-right: .5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-41 {
    margin-bottom: 2rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-6 {
    margin-bottom: 4rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: .25rem !important;
}

.ms-2 {
    margin-left: .5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.messagealertCenter {
    width: 300px;
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: 10000;
    margin-left: -150px; /*half the size of width*/
}

.primaryBtn {
    /*padding-top: 4px !important;*/
    color: White !important;
    border-color: #5a9ce0 !important;
    background-color: #5a9ce0 !important;
}

.primaryBtn:hover {
    border-color: #81bdfc !important;
    background-color: #81bdfc !important;
}

.btnicon {
    font-size: Small !important;
    font-weight: bold !important;
    white-space: nowrap;
}

.RadWindow .rwContent {
    padding: 0 !important;
}

.modalHeader {
    background-color: #2f70a9;
    display: flex;
    width: 100%;
    height: 45px;
}

.modalTitle {
    width: 80%;
    margin-left: 15px;
    margin-top: 10px;
}

.modalClose {
    margin-right: 15px;
    margin-top: 2px;
    text-align: right;
    width: 20%;
}

.editHeader {
    display: flex;
    width: 100%;
    height: 40px;
}

.menuPanel {
    padding: 0 !important;
}

.hideDrawer {
    width: 0 !important;
}

.showDrawer {
    width: 250px !important;
}

.showMiniDrawer {
    width: 50px !important;
}

.RadGrid .rgEditForm .rgHeader {
    display: none !important;
}

.RadGrid_Bootstrap {
    border-color: transparent !important;
}

.k-drawer-item:hover {
    color: #000 !important;
    background-color: #bfcbd9 !important;
}

.iconStyle {
    font-size: 3rem;
    color: #bfcbd9;
    cursor: pointer;
}

.iconGrid {
    font-size: 1.6rem;
    color: dimgray;
    cursor: pointer;
    font-weight: bold;
    padding: 5px;
}

.iconGridFilter {
    font-size: 1.6rem;
    color: dimgray;
    font-weight: bold;
    padding-right: 5px;
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 2px;
}

.iconGridToolTips {
    font-size: 1.6rem;
    color: dimgray;
    font-weight: bold;
    padding-left: 3px;
}

.iconRefresh {
    font-size: 1.8rem;
    color: dimgray;
    cursor: pointer;
    font-weight: bold;
    padding-left: 10px;   
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 1px;
}

.filterBox {
    border-color: #adadad !important;
    border: solid;
    border-width: thin;
    Width: 240px;
    border-radius: 4px;
    float: right;
    background-color: whitesmoke;
    padding: 3px;
}

.gridBtnColumn {
    padding: 5px !important;
}

.iconStyle:hover {
    color: #5a9ce0;
}

.hideControl {
    display: none !important;
}

.rddlPopup .rddlList {
    max-height: 250px !important;
}

.RadWindow .rwIcon {
    display: none !important;
}

.RadWindow .rwTitle {
    padding: 0 !important;
}

.RadWindow .rwConfirmDialog:before {
    content: none !important;
}

.RadWindow .rwDialogContent {
    padding: 0 !important;
}

.lblRequired {
    display: inline-block !important;
    color: #ff3c3c !important;
    margin-left: -5px !important;
}

.main-view {
    width: 100%;
    position: absolute;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.sub-view {
    position: absolute;
    width: 100%;
    left: -300px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.user-view {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.swal2-modal {
    width: 350px !important; 
}

.swal2-modal .swal2-title {
    font-size: 16px !important;
}

.swal2-modal .swal2-styled {
    font-size: 14px !important;
}

.divMenuTItle-show {
    left: 0 !important;
}

.divTitleBorder-show {
    height: 46px !important;
}

.ulMainView-show {
    top: 96px !important;
}

.ulSubView-show {
    top: 96px !important;
}

.divMenuTItle-hide {
    left: -300px !important;
}

.divTitleBorder-hide {
    height: 0 !important;
}

.ulMainView-hide {
    top: 50px !important;
}

.ulSubView-hide {
    top: 50px !important;
}

.k-spacer {
    flex: 1 1 auto;
}

.k-drawer-item {
    padding-right: 15px !important;
}

.newsCol {
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 100%;
}

.menuTitleBorder {
    border-bottom: 1px solid #BFCBD9;
    border-top: 1px solid #BFCBD9;
    top: 50px;
    width: 100%;
    position: absolute;
    background-color: #232d3b;
}

.menuTitle {
    padding: 12px 0 13px 15px;
    width: 100%;
    position: absolute;
    white-space: nowrap;
    color: #BFCBD9;
    font-weight: bold;
    font-size: medium;
}

.rbCheckBox {
    padding: 0 !important;
}

.gridHeaderButton {
    padding-right: 0 !important;
}

.pageButton {
    text-align: right;
    padding-top: 25px;
}

.pageButtonRow {
    text-align: right;
}

.fieldButton {
    text-align: left;
    padding-top: 20px;
}

.RadGrid_Bootstrap .rgAltRow {
    background-color: white !important;
}

.subLayout {
    padding: 0 !important;
}

.RadDropDownList .rddlDisabled {
    opacity: .8 !important;
}

.RadInputDisabled .riTextBox {
    opacity: .8 !important;
}

.RadComboBox .rcbDisabled .rcbInput {
    opacity: 1 !important;
}

.RadComboBox .rcbDisabled {
    opacity: .8 !important;
}

.Layout-p0 {
    padding-left: 0 !important;
}

.lb-link {
    color: #a4c6e0;
    text-decoration: underline;
}

.lb-link a:focus, a:hover {
    color: #9fb7c9;
    text-decoration: underline;
}

input[type="search"]::-webkit-search-cancel-button {
    /* Remove default */
    -webkit-appearance: none;
    /* Now your own custom styles */
    height: 14px;
    width: 14px;
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
    /* setup all the background tweaks for our custom icon */
    background-repeat: no-repeat;
    /* icon size */
    background-size: 14px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.modalpopupLarge {
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,.2);
    outline: 0;
    background-clip: padding-box;
    background-color: #fff;
    width: 90% !important;
    /*position: fixed !important;*/
    top: 50px !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
}

.modalpopupMedium {
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,.2);
    outline: 0;
    background-clip: padding-box;
    background-color: #fff;
    width: 60% !important;
    /*position: fixed !important;*/
    top: 50px !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
}

@media screen and (min-width : 1200px) {
    #MasterLayout .k-drawer-container .k-drawer {
        width: 250px;
    }

    .RadGrid .popupSmall .rgEditPopup {
        width: 30% !important;
        position: fixed !important;
        top: 50px !important;
        left: 50% !important;
        transform: translate(-50%, 0) !important;
    }

    .modalpopupSmall {
        box-shadow: 0 3px 9px rgba(0,0,0,.5);
        border-radius: 6px;
        border: 1px solid rgba(0,0,0,.2);
        outline: 0;
        background-clip: padding-box;
        background-color: #fff;        
        width: 35% !important;
        /*position: fixed !important;*/
        top: 50px !important;
        left: 50% !important;
        transform: translate(-50%, 0) !important;
    }

    .divMenuTItle {
        left: 0;
    }

    .divTitleBorder {
        height: 46px;
    }

    .menu-footer {
        display: block;
    }

    .ulMainView {
        top: 96px;
    }

    .ulSubView {
        top: 96px;
    }

    #filterBox .RadInput {
        width: 200px;
    }
}

@media screen and (max-width : 1199px) and (min-width : 719px) {
    #MasterLayout .k-drawer-container .k-drawer {
        width: 50px;
    }

    .RadGrid .popupSmall .rgEditPopup {
        width: 50% !important;
        position: fixed !important;
        top: 50px !important;
        left: 50% !important;
        transform: translate(-50%, 0) !important;
    }

    .modalpopupSmall {
        box-shadow: 0 3px 9px rgba(0,0,0,.5);
        border-radius: 6px;
        border: 1px solid rgba(0,0,0,.2);
        outline: 0;
        background-clip: padding-box;
        background-color: #fff;
        width: 50% !important;
        /*position: fixed !important;*/
        top: 50px !important;
        left: 50% !important;
        transform: translate(-50%, 0) !important;
    }

    .divMenuTItle {
        left: -300px;
    }

    .divTitleBorder {
        height: 0;
    }

    .menu-footer {
        display: none;
    }

    .ulMainView {
        top: 50px;
    }

    .ulSubView {
        top: 50px;
    }

    #filterBox .RadInput {
        width: 200px;
    }
}

@media screen and (max-width : 720px) {
    #MasterLayout .k-drawer-container .k-drawer {
        width: 0;
    }

    .RadGrid .popupSmall .rgEditPopup {
        width: 90% !important;
        position: fixed !important;
        top: 50px !important;
        left: 50% !important;
        transform: translate(-50%, 0) !important;
    }

    .modalpopupSmall {
        box-shadow: 0 3px 9px rgba(0,0,0,.5);
        border-radius: 6px;
        border: 1px solid rgba(0,0,0,.2);
        outline: 0;
        background-clip: padding-box;
        background-color: #fff;
        width: 90% !important;
        /*position: fixed !important;*/
        top: 50px !important;
        left: 50% !important;
        transform: translate(-50%, 0) !important;
    }

    .divMenuTItle {
        left: -300px;
    }

    .divTitleBorder {
        height: 0;
    }

    .menu-footer {
        display: none;
    }

    .ulMainView {
        top: 50px;
    }

    .ulSubView {
        top: 50px;
    }

    #filterBox .RadInput {
        width: 120px;
    }
}

.reSave:before {
    content: "\e109" !important;
}

.rgGroupHeader td {
    border: 1px solid #dedede;
}

.RadGrid_Bootstrap .rgFooter > td {
    padding-left: 15px !important;
    padding-right: 20px !important;
    font-weight: bold;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 1px solid silver;
}

legend {
    padding: 0;
    border: 0;
    font-weight: bold;
    color: #ababab;
    font-size: 14px;
    width: auto;
    margin-left: 15px;
    margin-bottom: 10px;
}

.checkBoxM {
    margin-right: 20px;
}

.outerDiv {
    width: 100%;
    margin: 0px auto;
}

.leftDiv {
    width: 30%;
    float: left;
}

.rightDiv {
    width: 70%;
    float: right;
}

.RadToolTip {
    max-width: 700px;
}

.radioBtn {
    margin: 0 10px 0 0 !important;
    line-height: normal;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: Small !important;
    font-weight: bold !important;
}

input[type=radio] {
    margin: 0 5px 0 0 !important;
}

label {    
    margin-bottom: 0;
}

.rbText {
    font-size: Small !important;
    font-weight: bold !important;
}

.checkBoxm {
    margin-right: 10px;
}

.RadButton.rbDisabled:hover {
    color: White !important;
    border-color: #5a9ce0 !important;
    background-color: #5a9ce0 !important;
    opacity: .5;
}

.menu-footer-hide {
    display: none !important;
}

.menu-footer-show {
    display: block !important;
}

.menu-footer {
    text-align: center;
    padding: 10px;
    background-color: #2d3a4b; /* Match the menu background */
    color: #bfcbd9; /* Match text color */
    font-size: 10px;
    position: absolute; /* Ensure it's positioned relative to the drawer */
    bottom: 0; /* Stick to the bottom */
    width: 100%; /* Take the full width of the drawer */
    box-sizing: border-box; /* Include padding in width calculation */
}