﻿@charset "UTF-8";

:root {
    --ruler: 12px;
    --color-red: #ae1100;
    --color-bg: #F1F3F5;
    --color-shadow: #babecc;
    --color-white: #fff;
    --font-color: #454545;
}

@font-face {
    font-family: sf-ui-display-black;
    src: url('../../styles/fonts/sf-ui-display-black.otf') format("opentype");
}

@font-face {
    font-family: sf-ui-display-bold;
    src: url('../../styles/fonts/sf-ui-display-bold.otf') format("opentype");
}

@font-face {
    font-family: sf-ui-display-heavy;
    src: url('../../styles/fonts/sf-ui-display-heavy.otf') format("opentype");
}

@font-face {
    font-family: sf-ui-display-light;
    src: url('../../styles/fonts/sf-ui-display-light.otf') format("opentype");
}

@font-face {
    font-family: sf-ui-display-medium;
    src: url('../../styles/fonts/sf-ui-display-medium.otf') format("opentype");
}

@font-face {
    font-family: sf-ui-display-semibold;
    src: url('../../styles/fonts/sf-ui-display-semibold.otf') format("opentype");
}

@font-face {
    font-family: sf-ui-display-thin;
    src: url('../../styles/fonts/sf-ui-display-thin.otf') format("opentype");
}

@font-face {
    font-family: sf-ui-display-ultralight;
    src: url('../../styles/fonts/sf-ui-display-ultralight.otf') format("opentype");
}

@font-face {
    font-family: 'Open Sans';
    src: local(Open Sans), url('../styles/fonts/OpenSans-Regular.ttf') format('opentype');
}

@font-face {
    font-family: 'Open Sans';
    src: local(Open Sans), url('../styles/fonts/OpenSans-Bold.ttf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'Open Sans';
    src: local(Open Sans), url('../styles/fonts/OpenSans-Light.ttf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../styles/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../styles/fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../styles/fonts/MaterialIcons-Regular.woff) format('woff'), url(../styles/fonts/MaterialIcons-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(../styles/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Symbols Outlined'), url(../styles/fonts/MaterialIcons-outlined-Regular.woff2) format('woff2'),;
}
.fill-primary {
    fill: var(--ThemeColor);
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    cursor: pointer;
}
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

body form {
    height: 100%;
    width: 100%;
}

table, .ui-widget {
    font-size: var(--ruler);
    color: var(--font-color);
}

.Status_Icon {
    box-shadow: -4px -4px 6px var(--color-white), 2px 2px 5px var(--color-shadow);
    background-color: transparent;
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 8px;
}

.tblThumbnail {
    border: 1px solid #e6e6e6ddd;
    background-color: White;
}



.Status_-3 { /*Disabled Green*/
    border: 1px solid #39b54a;
    background-color: rgba(57, 181, 74, 0.2);
}

.Status_-2 { /*Black*/
    border: 1px solid Black;
    background-color: Black;
}

.Status_-1_half { /*half Orange*/
    border: 1px solid #f7941d;
    border-bottom: 8px solid #f7941d;
    height: 8px;
}

.Status_-1 { /*Orange*/
    border: 1px solid #f7941d;
    background-color: #f7941d;
}

.Status_0 { /*yellow*/
    border: 1px solid yellow;
    background-color: yellow;
}

.Status_1 { /*Green*/
    border: 1px solid #39b54a;
    background-color: #39b54a;
}

.Status_1_half { /*Half Green*/
    border: 1px solid #39b54a;
    border-bottom: 5px solid #39b54a;
    height: 5px;
}

.Status_2 { /*Half Green*/
    border: 1px solid #39b54a;
    border-bottom: 8px solid #39b54a;
    height: 16px;
}

.Status_3 { /*grey*/
    border: 1px solid #A8A6AD;
    background-color: #A8A6AD;
}

.Status_5 { /*Disabled Green*/
    border: 1px solid #39b54a;
    background-color: rgba(57, 181, 74, 0.2);
}

.Status_6 { /*Half Blue Half Green*/
    border-top: 8px solid #0080FF;
    border-bottom: 8px solid #39b54a;
    height: 0px;
    width: 16px;
}

.Status_8 { /*blue*/
    border: 1px solid #0080FF;
    background-color: #0080FF;
}

.Status_9 { /*red*/
    border: 1px solid #ed145b;
    background-color: #ed145b;
}

.Status_9_half { /*Half red*/
    border: 1px solid #ed145b;
    border-bottom: 8px solid #ed145b;
    height: 8px;
}

.Status_10 { /*red*/
    border-top: 8px solid #0080FF;
    border-bottom: 8px solid #39b54a;
    height: 0px;
    width: 16px;
}

.Status_11 {
    border: 1px solid #f7941d;
    background-color: #f7941d;
}

.ico_catalog_-1 { /*Orange*/
    border: 1px solid #f7941d;
    background-color: #f7941d;
    cursor: pointer;
}

.ico_catalog_0 { /*Green*/
    border: 1px solid #39b54a;
    background-color: #39b54a;
}

.ico_catalog_1 { /*yellow*/
    border: 1px solid yellow;
    background-color: yellow;
}

.ico_catalog_2 { /*grey*/
    border: 1px solid #A8A6AD;
    background-color: #A8A6AD;
}

.ico_catalog_3 { /*red*/
    border: 1px solid #ed145b;
    background-color: #ed145b;
}

.ico_catalog_4 { /*Disabled Green*/
    border: 1px solid #39b54a;
    background-color: rgba(57, 181, 74, 0.2);
}

.ico_catalog_5 { /*half Green*/
    border: 1px solid #39b54a;
    border-bottom: 8px solid #39b54a;
    height: 16px;
}

.ico_catalog_6 { /*half blue*/
    border: 1px solid #0080FF;
    border-bottom: 8px solid #0080FF;
    height: 16px;
}

.ico_catalog_8 { /*blue*/
    border: 1px solid #0080FF;
    background-color: #0080FF;
}

.ico_catalog_11 { /*purple*/
    border: 1px solid #a864a8;
    background-color: #a864a8;
}

.ico_catalog_16 { /*light grey*/
    border: 1px solid #cccccc;
    background-color: #cccccc;
}

.ico_catalog_17 { /*dark grey*/
    border: 1px solid #a8a6ad;
    background-color: #a8a6ad;
}

.ico_catalog_18 { /*half black*/
    border: 1px solid #000000;
    border-bottom: 8px solid #000000;
    height: 8px;
}

.ico_catalog_19 { /*black*/
    border: 1px solid #000000;
    background-color: #000000;
}

.ico_AllArticle_-1 { /*Orange*/
    border: 1px solid #f7941d;
    background-color: #f7941d;
    cursor: pointer;
}

.ico_AllArticle_0 { /*Green*/
    border: 1px solid #39b54a;
    background-color: #39b54a;
}

.ico_AllArticle_1 { /*yellow*/
    border: 1px solid yellow;
    background-color: yellow;
}

.ico_AllArticle_2 { /*grey*/
    border: 1px solid #A8A6AD;
    background-color: #A8A6AD;
}

.ico_AllArticle_3 { /*red*/
    border: 1px solid #ed145b;
    background-color: #ed145b;
}

.ico_AllArticle_4 { /*Disabled Green*/
    border: 1px solid #39b54a;
    background-color: rgba(57, 181, 74, 0.2);
}

.ico_AllArticle_5 { /*half Green*/
    border: 1px solid #39b54a;
    border-bottom: 8px solid #39b54a;
    height: 16px;
}

.ico_AllArticle_6 { /*half blue*/
    border: 1px solid #0080FF;
    border-bottom: 8px solid #0080FF;
    height: 16px;
}

.ico_AllArticle_8 { /*blue*/
    border: 1px solid #0080FF;
    background-color: #0080FF;
}

.ico_AllArticle_11 { /*purple*/
    border: 1px solid #a864a8;
    background-color: #a864a8;
}

.ico_AllArticle_16 { /*light grey*/
    border: 1px solid #a864a8;
    background-color: #a864a8;
}

.ico_AllArticle_17 { /*dark grey*/
    border: 1px solid #a864a8;
    background-color: #a864a8;
}

.ico_AllArticle_18 { /*half black*/
    border: 1px solid #000000;
    border-bottom: 8px solid #000000;
    height: 8px;
}

.ico_AllArticle_19 { /*black*/
    border: 1px solid #000000;
    background-color: #000000;
}

.SampleProgramStatus_0 { /*Green*/
    border: 1px solid #39b54a;
    background-color: #39b54a;
}

.SampleProgramStatus_8 { /*Blue*/
    border: 1px solid #0080FF;
    background-color: #0080FF;
}

.SampleProgramStatus_9 { /*red*/
    border: 1px solid #ed145b;
    background-color: #ed145b;
}

.ico_stocktype_0 { /*Green*/
    border: 1px solid #39b54a;
    background-color: #39b54a;
}

.ico_stocktype_1 { /*red*/
    border: 1px solid #ed145b;
    background-color: #ed145b;
}

.ApprovalStatus_0 { /*yellow*/
    border: 1px solid yellow;
    background-color: yellow;
}

.ApprovalStatus_1 { /*Green*/
    border: 1px solid #39b54a;
    background-color: #39b54a;
}

.ApprovalStatus_2 { /*red*/
    border: 1px solid #ed145b;
    background-color: #ed145b;
}

.ApprovalStatus_3 { /*blue*/
    border: 1px solid #0080FF;
    background-color: #0080FF;
}


body {
    font-size: 12px;
    font-family: sf-ui-display-light;
    margin: 0px;
    border: 0px;
    cursor: default;
    color: black;
    background-color: var(--color-bg) !important;
}

input.TextBox {
    width: 99%;
    font-size: 11px;
    cursor: default;
    border-radius: 6px;
    padding: 4px 2px;
    border: 1px solid #cccccc;
}

.icnTransparent {
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .icnTransparent:hover {
        opacity: 0.5;
        transition: all 0.3s ease;
    }

div.AlertTitle {
    text-align: right;
    vertical-align: middle;
}

td.SmallMenuItem {
    Height: 25px;
    Padding-top: 1px;
    Padding-left: 1px;
    Padding-right: 2px;
    Color: White;
    Font-Size: 9px;
    cursor: pointer;
    min-width: 65px;
    border-radius: 5px;
}

#MainMenuTable {
    width: 100%;
    table-layout: fixed;
    height: 50px;
    box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0,0,0,.12), 0 2px 10px 1px rgba(0, 0, 0, 0.55);
    color: #FFFFFF;
}


#MyGridSearch {
    /*background-color:#f1f1f1;*/
    background-color: White;
    border: 1px solid #ccc;
    border-color: transparent rgb(213, 213, 213) rgb(213, 213, 213);
    border-radius: 3px;
    box-shadow: 0 2px 11px rgba(0,0,0,0.10);
}

#MyGridProgramView {
    background-color: White;
    border-radius: 3px;
    -moz-box-shadow: 2px 3px 4px #808080;
    -webkit-box-shadow: 2px 3px 4px #808080;
    box-shadow: 0px 3px 4px #808080;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080');
}

#MyToolBarAction {
    background-color: var(--color-bg);
    box-shadow: -4px -4px 6px var(--color-white), 2px 2px 5px var(--color-shadow);
    border-radius: .5em;
}


td.SubMenuItem {
    cursor: pointer;
}

input.checkbox {
    border: solid 1px #E4E4E7;
    background: white;
}

td.MainProgramLabel {
    color: #ffa200;
    font-size: 16px;
    font-weight: bold;
}

div.aProgramSection {
    background-color: White;
    font-size: 12px;
    padding-top: 3px;
    height: 25px;
    Border-top: solid 1px #E4E4E7;
    Border-left: solid 1px #E4E4E7;
    Border-right: solid 1px #E4E4E7;
    Border-bottom: solid 1px #E4E4E7;
    padding-left: 11px;
    border-radius: 3px;
    -moz-box-shadow: 2px 3px 2px #000;
    -webkit-box-shadow: 2px 3px 2px #000;
    box-shadow: 0px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    background-position: bottom;
    background-image: url('/_imgs/bg_gridheader.png');
}

div.aSelectedProgramSection {
    font-size: 12px;
    padding-top: 3px;
    height: 18px;
    Border-top: solid 1px #E4E4E7;
    Border-left: solid 1px #E4E4E7;
    Border-right: solid 1px #E4E4E7;
    Border-bottom: solid 1px #E4E4E7;
    padding-left: 11px;
    font-weight: bold;
    border-radius: 3px;
    -moz-box-shadow: 2px 3px 4px #000;
    -webkit-box-shadow: 2px 3px 4px #000;
    box-shadow: 0px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

td.none {
    max-height: 5px;
    font-size: 1px;
    height: 5px;
}

td.ProgramSection {
    height: 35px;
    /*background-color: white;*/
    vertical-align: middle;
    cursor: pointer;
}


div.TreePanel {
    /*background-color: White;*/
    font-size: 11px;
    padding-left: 0px;
    padding-top: 5px;
    border-bottom: 3px solid transparent;
}

span.Treeitem {
    padding-left: 2px;
    padding-right: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
    height: 15px;
    vertical-align: middle;
    border-radius: 5px;
    cursor: pointer;
    line-height: 25px;
}

td.LeftNodeLine {
    background-image: url('/_imgs/tree_line.png');
    background-repeat: repeat-y;
    background-position: 5px 20px;
}

.GridTitle {
    font-size: 13px;
    font-weight: bold;
}

td.Title {
    font-size: 11px;
    font-weight: 700;
    color: White;
}

td.gridheader {
    height: 40px;
    cursor: pointer;
    border-right: 1px solid #e6e6e6;
}
td.gridfreezecol {
    height: 40px;
    cursor: pointer;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    left: 0;
    position: sticky;
    z-index: 10;
    background-color: #f1f3f5;
}
td.gridfreezecolmandatory {
    height: 40px;
    cursor: pointer;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    left: 0;
    position: sticky;
    z-index: 10;
    background-color: #f1f3f5;
}
    td.gridfreezecolmandatory::after {
        content: '*';
        color: red;
        margin-left: 5px;
    }
td.gridfreezerow {
 
    border-right: 1px solid #e6e6e6;
    top: 0;
    position: sticky;
    z-index: 10;
    background-color: #f1f3f5;
}

td.gridheaderimg {
    height: 40px;
    cursor: pointer;
    border-right: 1px solid #e6e6e6;
}

td.gridheadernondrag {
    background-color: #F4F4F4;
    border-bottom: solid 1px #e6e6e6;
    font-size: 11px;
    /*font-weight: 700;*/
    height: 40px;
    cursor: pointer;
    border-right: 1px solid #e6e6e6;
}

td.gridheadersel {
    background-color: #F4F4F4;
    border-bottom: solid 1px #e6e6e6;
    font-size: large;
    /*font-weight: bold;*/
    text-decoration: underline;
    height: 40px;
    cursor: pointer;
    border-right: 1px solid #e6e6e6;
}

.gridheadertitle {
    color: rgba(0,0,0,.54);
    font-weight: 600;
    padding-right: 10px;
    padding-left: 4px;
}

td.griditem {
    border-bottom: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    padding: 5px;
}

    td.griditem > div {
        padding-left: 2px;
    }

td.griditemnum {
    border-bottom: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    height: 30px;
}

td.gridsearch {
    font-size: 11px;
    height: 30px;
    font-weight: bold;
}

tr.mygriddata {
    font-size: 11px;
    color: #666;
}

td.TabItem {
    Height: 25px;
    Color: Black;
    font-size: 11px;
    cursor: pointer;
    min-width: 50px;
    background-image: url(/_imgs/TabItem_Bak.jpg);
    color: Black;
}


a.aSection {
    font-size: 12px;
}

a {
    text-decoration: underline;
    /*color: Black;*/
    /*font-size: 11px;*/
}

td.NoteLabel {
    text-align: right;
    Color: Black;
    font-size: 11px;
}

td.TabItem {
    Height: 25px;
    Padding-top: 3px;
    text-align: center;
    Color: Black;
    font-size: 11px;
    cursor: pointer;
    min-width: 80px;
    border-left: solid 1px #808080;
    border-right: solid 1px #808080;
    border-top: solid 1px #808080;
}

td.SelectedTabItem {
    Height: 25px;
    Padding-top: 3px;
    text-align: center;
    Color: Black;
    font-size: 11px;
    cursor: pointer;
    min-width: 80px;
    background-image: none;
    background-color: White;
}

div.TabData {
    min-height: 500px;
    width: 100%;
    background-color: White;
    left: 0px;
    border-bottom: solid 1px #808080;
}

input.numerictext[disabled] {
    color: #6D6D6D;
}

input.numerictext[readonly] {
    color: #6D6D6D;
}


textarea.htmleditor {
    border: 1px solid #cccccc;
    width: 530px;
    font-size: 11px;
    background-color: White;
    padding-top: 3px;
    border-radius: 3px;
}

div.date {
    height: 13px;
    position: relative;
    width: 100px;
    padding: 3px 6px;
}

input.date {
    background-color: White;
    height: 18px;
    font-size: .1pt;
    padding-top: 3px;
}

select.selectboxfull {
    border: 1px solid #cccccc;
    font-size: 11px;
    background-color: White;
    padding: 4px 2px;
    /*border-radius: 4px;*/
}

input.lookup, input.translationtext, input.IntegrationReferencetext, input.IntegrationReferencetext, .formcontroltable input.codetext, .formcontroltable textarea {
    box-shadow: none !important;
    background: transparent !important;
    border: none;
    resize:none;
}

input.autonum {
    border: 1px solid #cccccc;
    width: 95%;
    font-size: 11px;
    background-color: White;
    padding: 4px 2px;
    /*border-radius: 4px;*/
}

img.disabledfield {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

td.TdTabBar {
    /*background-color: White;*/
    height: 30px;
}

img.ButtonSection {
    background-color: transparent;
}

img.SelectedButtonSection {
    /*background-color:#ffa200;*/
}

td.MenuAction {
    font-size: 11px;
    text-align: left;
    Border: solid 1px Transparent;
}

td.MenuActionOver {
    font-size: 11px;
    text-align: left;
    background-color: #ffa200;
    Border: solid 1px #E4E4E7;
}

input.date {
}

div.lookup {
    border: 1px solid #cccccc;
    width: 180px;
    height: 20px;
}

nobr {
    overflow: hidden;
    text-overflow: ellipsis;
}

td.label {
    text-align: left;
}

td.TabInfolabel {
    padding-top: 1px;
    font-size: 11px;
    vertical-align: middle;
    font-style: italic;
    height: 30px;
}

.mandatorylabel {
    text-align: left;
    vertical-align: middle;
    position: relative;
}

    .mandatorylabel::after {
        content: '*';
        color: red;
        margin-left: 5px;
    }

fieldset {
    border: 1px solid transparent;
}

    fieldset legend {
        font-weight: bold;
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 3px;
        padding-bottom: -1px;
        border-radius: 5px;
        border: 1px solid #e6e6e6;
        background-color: #f7f7f7;
    }

table.FieldSet {
    /*border-top: 1px solid #cccccc;*/
}

div.controldroppable {
    height: 25px;
    width: 225px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-position: right;
    background-repeat: no-repeat;
}

    div.controldroppable div {
        background-color: #f1f1f1;
        border: solid 1px #d4d4d7;
        width: 200px;
        height: 20px;
        vertical-align: middle;
        padding-top: 3px;
    }


div.controldroppablenew {
    height: 25px;
    width: 225px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-position: right;
    background-repeat: no-repeat;
}

    div.controldroppablenew div {
        width: 200px;
        height: 20px;
        vertical-align: middle;
        padding-top: 3px;
    }


#zLibID {
    border-radius: 2px;
    -moz-box-shadow: 2px 3px 4px #808080;
    -webkit-box-shadow: 2px 3px 4px #808080;
    box-shadow: 2px 3px 4px #808080;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080');
}


#WaitScreen {
    position: absolute;
    background-repeat: no-repeat;
    opacity: .5;
    filter: Alpha(Opacity=50) /*{opacityShadow}*/;
    /*background-image: url('/_imgs/ReportServer.gif');*/
    vertical-align: middle;
    text-align: center;
    float: inherit;
    color: Black;
    background-color: #aaaaaa;
}


td.Addon {
    border: solid 1px #cccccc;
    text-align: center;
    padding-left: 5px;
    border-left: none;
    /*border-radius: 4px;*/
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    cursor: pointer;
    background-color: #fff;
}

    td.Addon > img {
        transition: all 0.3s ease;
        cursor: pointer;
    }

#divSelectedRecordsCount {
    position: fixed;
    /*top: 16px;*/
    left: 700px;
    bottom: 3px;
    background-color: red;
    color: white;
    padding: 5px 8px;
    padding-right: 1px;
    display: none;
}

    #divSelectedRecordsCount > span {
        display: inline-block;
    }

#tblAttachments {
    width: 100%;
    table-layout: fixed;
}

.dvgriditemnum:after {
    content: '';
    border: black 2px solid;
    visibility: hidden;
}

#MyToolBarAction > table > tbody > tr > td {
    padding-left: 11px;
}

input.button:hover:not([disabled]) {
    /*background-color:rgb(36, 160, 153);
	border:1px Solid rgb(36, 160, 153);*/
    transition: all 0.3s ease;
    opacity: 0.5;
}

button[disabled] {
    color: rgba(0,0,0,.24);
    border: 1px solid #6D6D6D;
    opacity: 0.2;
    cursor: not-allowed;
}

input.button[disabled] {
    border: 1px solid #6D6D6D;
    opacity: 0.5;
    cursor: not-allowed;
}

input.arrowbutton:hover {
    transition: all 0.3s ease;
    opacity: 0.5;
}

.arrowbutton {
    padding-right: 20px;
    background: url('/_imgs/Grid_DownArrow_Black.png') 97% 9px no-repeat #fff;
}

#imgShowHide, #SliderIcon, .imgShowHide, .SliderIcon {
    background-color: black;
    z-index: +2;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 3px 4px 3px 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}

.showhideicon {
    color: #fff;
    background-color: black;
    position: fixed;
    top: 11px;
    right: 190px;
    z-index: +2;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 3px 4px 3px 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}


.DefaultFilter {
    height: 24px;
    width: 30px;
    border: 1px Solid #000;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 0;
    margin-right: 0;
    background-color: White;
    color: White;
    background-image: url('/_imgs/PlanFilter.png');
    background-repeat: no-repeat;
    background-position: center 3px;
    border-radius: 2px;
}

.DefaultFilterHeighlight {
    background-color: red;
    height: 24px;
    width: 30px;
    border: 1px Solid #fff;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 0;
    margin-right: 0;
    color: White;
    background-image: url('/_imgs/PlanFilterHeighlight.png');
    background-repeat: no-repeat;
    background-position: center 3px;
    border-radius: 2px;
}

.Note_over {
    color: red;
}

.blank {
    display: none;
}

.Gantt {
}

.Gantt_0 {
    color: #ecd977;
}

.Gantt_1 {
    color: green;
}

.Gantt_8 {
    color: blue;
}

.Gantt_9 {
    color: red;
}

.Gantt_Over {
    color: orange;
}

.checkIcon {
    background-color: green !important;
    color: #fff;
    border-radius: 10px !important;
}

.closeIcon {
    background-color: red !important;
    color: #fff;
    border-radius: 10px !important;
}

.displaynone {
    display: none;
}

.PicZoomWrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    background-color: #E4E4E7;
    z-index: +10;
}

    .PicZoomWrapper .picDiv {
        position: relative;
        width: 60%;
        height: 100%;
        float: left;
        text-align: center;
    }
        .PicZoomWrapper .picDiv .zimgcontainer {
           height:100%;
        }

.picDiv:before { /* create a full-height inline block pseudo-element */
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
}

.PicZoomWrapper .picPanDiv {
    width: 40%;
    height: 300px;
    float: left;
}

.PicZoomWrapper .controlDiv {
    position: fixed;
    height: 30px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    text-align: center;
    padding-top: 5px;
}

.zimgcontainer {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.FullPicture {
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    zoom: 100%;
}


.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    width: 40px;
    height: 40px;
}

td.MenuItem {
    Height: 25px;
    min-width: 100px;
    padding: 10px;
}





    td.MenuItem:hover {
        cursor: pointer;
        box-shadow: -5px -5px 20px var(--color-white), 5px 5px 20px var(--color-shadow);
        box-shadow: -5px -5px 20px var(--color-white), 5px 5px 20px var(--color-shadow);
    }


#GridTitle {
    font-size: 16px;
    font-weight: 600;
    color: #656565;
    line-height: 35px;
    border-bottom: 1px solid #e6e6e6;
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    border-radius: 9px;
}
/* Track */
::-webkit-scrollbar-track {
    border-radius: 9px;
    box-shadow: inset 2px 2px 5px var(--color-shadow), inset -5px -5px 10px var(--color-white);
}

/* Handle */
::-webkit-scrollbar-thumb {
    box-shadow: -2px -2px 5px var(--color-white), 2px 2px 5px var(--color-shadow);
    background: var(--ThemeColor);
    border-radius: 9px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}

    ::-webkit-scrollbar-thumb:window-inactive {
        box-shadow: -2px -2px 5px var(--color-white), 2px 2px 5px var(--color-shadow);
        background: var(--ThemeColor);
        border-radius: 9px;
    }

.ui-dialog-titlebar {
    background-color: var(--color-bg) !important;
    color: var(--font-color);
    height: 35px;
    line-height: 18px;
}

.ui-widget-content {
    background: var(--color-bg) !important;
}

.text-primary {
    color: var(--ThemeColor) !important;
}

.bg-primary {
    background-color: var(--ThemeColor) !important;
}
.bg-body {
    background-color: var(--color-bg) !important;
}

#MyBackground {
    height: 35px;
    background-color: var(--ThemeColor) !important;
}

.arrowbutton, input.button {
    color: var(--ThemeColor)
}

.dotIcon {
    font-size: 8px !important;
    padding-top: 6px;
}


#MainMenuTable {
    background: transparent !important;
    box-shadow: none !important;
    border-bottom: 1px solid #e6e6e6;
}

td.MenuItem {
    padding: 10px 20px;
    font-family: sf-ui-display-semibold !important;
}

td.active {
    box-shadow: inset 2px 2px 5px var(--color-shadow), inset -5px -5px 10px var(--color-white);
    border-radius: .5rem;
    color: var(--ThemeColor);
}

table {
    font-size: var(--ruler)
}

div.TreePanel {
    box-shadow: none !important;
    border-radius: 0 !important;
}

td.SelectedProgramSection {
    height: 35px;
    vertical-align: middle;
    color: var(--ThemeColor);
}

div.hyperlink {
    overflow: hidden;
    text-overflow: ellipsis;
    TEXT-DECORATION: underline;
    font-size: 11px;
}

.headcol {
    position: absolute;
    /*left:0;*/
    top: auto;
    border-right: 0px none black;
    border-top-width: 3px; /*only relevant for first row*/
    margin-top: -3px; /*compensate for top border*/
}

    .headcol:before {
        content: 'Row ';
    }

.mainwrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.leftpanel {
    width: 250px;
}

.rightpanel {
    z-index: +2;
}


.gridIcon {
    width: 24px;
    font-size: 16px;
    height: 24px;
    border-radius: 6px !important;
    vertical-align: middle;
    padding: 2px;
    text-align: center;
    background-color: var(--color-bg);
}

.gridIcon-s {
    width: 18px;
    font-size: 12px;
    height: 18px;
    border-radius: 9px !important;
    vertical-align: middle;
    padding: 2px;
    text-align: center;
}

.arrowbutton {
    min-width: 120px;
}

.Tabwrapper .Tab {
    height: 30px;
    line-height: 30px;
    min-width: 100px;
    padding: 0px 10px;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
}

.ActiveTab, .DisplayActiveTab, .Tab.active {
    box-shadow: -2px -2px 5px var(--color-white), 2px 2px 5px var(--color-shadow);
    border-radius: 1.5rem;
    background-color: var(--ThemeColor) !important;
    color: #fff !important;
}

td.ProgramSection, td.SelectedProgramSection {
    position: relative;
}

    td.ProgramSection::after, td.SelectedProgramSection:after {
        font-family: 'Material Icons';
        position: absolute;
        top: 7px;
        content: 'chevron_right';
        right: 10px;
        font-size: 20px;
    }

    td.SelectedProgramSection:after {
        color: var(--ThemeColor);
        content: 'expand_more';
    }

.text-primary, .FieldSetHeader {
    color: var(--ThemeColor) !important;
}

.bg-primary {
    background-color: var(--ThemeColor) !important;
}

td.ButtonSection {
    font-family: sf-ui-display-semibold;
    height: 35px;
    cursor: pointer;
}

.FormTitle {
    font-family: sf-ui-display-semibold;
}

.FieldSetHeader {
    font-family: sf-ui-display-semibold;
}

td.Addon {
    background-color: transparent !important;
    border: none !important;
}

    td.Addon .material-icons {
        font-size: 14px !important;
    }

.gridHeaderShadow {
    box-shadow: 0px 4px 8px 0px #afb2b5;
    z-index: +1;
}

#MyTreeView {
    width: 100%;
}

body, html {
    background-color: var(--color-bg);
    height: 100% !important;
    font-family: sf-ui-display-light;
    color: var(--font-color);
}

body, html {
    font-size: var(--ruler);
}

p {
    letter-spacing: .05rem;
}

.f0 {
    font-size: 10px;
}

.f1 {
    font-size: 12px;
}

.f2 {
    font-size: 14px;
}

.f3 {
    font-size: 16px;
}

.f4 {
    font-size: 20px;
}

.f5 {
    font-size: 24px;
}

.f6 {
    font-size: 30px;
}

h1, h2, h3, h4, h5, h6, .navbar-nav > li > a, td.SelectedProgramSection, td.gridheader,
.strong, strong, .fc-widget-header, .ui-dialog-titlebar, .mdl-tabs__tab, .gridheaderimg, #GridTitle, td.MenuItem {
    font-family: sf-ui-display-semibold !important;
}

img.outset {
    background-color: var(--color-bg);
    box-shadow: -4px -4px 6px var(--color-white), 2px 2px 5px var(--color-shadow);
    border-radius: .5em;
}

.outset, .pageContainer, .artWrap {
    box-shadow: -4px -4px 6px var(--color-white), 2px 2px 5px var(--color-shadow);
    border-radius: .5em;
}

.inset, div.TreePanel, .typeahead, td.active, table.formcontroltable {
    box-shadow: inset 2px 2px 5px var(--color-shadow), inset -5px -5px 10px var(--color-white);
    border-radius: .5rem;
}

.Tabwrapper {
    box-shadow: inset 2px 2px 5px var(--color-shadow), inset -5px -5px 10px var(--color-white);
    border-radius: 1.5rem;
}

input[type=button] {
    padding: 5px 10px;
    color: var(--ThemeColor);
    font-weight: bold;
    box-shadow: -2px -2px 5px var(--color-white), 2px 2px 5px var(--color-shadow);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    font-weight: 600;
}

table.neumorpfic-calendar {
    background-color: var(--color-bg);
    box-shadow: inset 2px 2px 5px var(--color-shadow), inset -5px -5px 10px var(--color-white);
    border-radius: .5rem;
}

td.Addon .material-icons {
    border-radius: 50%;
    background-color: var(--color-bg);
    box-shadow: -2px -2px 5px var(--color-white), 2px 2px 5px var(--color-shadow);
    padding: 2px 4px;
    color: var(--ThemeColor);
}

input[type=button]:hover, li.nav-item:hover {
    cursor: pointer;
    box-shadow: -5px -5px 20px var(--color-white), 5px 5px 20px var(--color-shadow);
}

input[type=button]:active {
    box-shadow: inset 1px 1px 2px var(--color-shadow), inset -1px -1px 2px var(--color-white);
}

input[type='checkbox'] {
    width: 14px;
    height: 14px;
    min-height: 14px !important;
    border: none !important;
    background: white !important;
}

    input[type='checkbox']:after {
        line-height: 16px;
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        box-shadow: inset 2px 2px 2px var(--color-shadow), inset -2px -2px 2px var(--color-white);
        border-radius: .25rem;
        border: none !important;
        background-color:#fff;
    }

    input[type='checkbox']:checked:after {
        width: 16px;
        height: 16px;
        content: '';
        text-align: center;
        background: var(--ThemeColor);
        color: #fff;
        box-shadow: -2px -2px 5px var(--color-white), 2px 2px 5px var(--color-shadow);
        border-radius: .25rem;
        background-image: url('/_imgs/check_white.png');
        background-size: 16px 16px;
    }

a {
    color: inherit !important;
}

.ui-dialog .ui-dialog-titlebar {
    position: relative;
}

.excelgridheader thead tr td {
    text-align: center;
    background: #dfdfdf;
    height: 35px;
    border-left: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    font-weight: 600;
}

.excelgridheader tbody tr td {
    padding: 0px 5px;
    background: #ededed;
    height: 35px;
    border-left: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    font-family: sf-ui-display-semibold !important;
}

.excelgridheader thead tr td:nth-child(1) {
    text-align: center;
    background: #dfdfdf;
    height: 35px;
    border-left: none;
    border-bottom: 1px solid #b5b5b5;
    text-align: center;
}

.excelgridheader tbody tr td:nth-child(1) {
    padding: 0px 5px;
    background: #dfdfdf;
    height: 35px;
    border-left: none;
    border-bottom: 1px solid #b5b5b5;
    text-align: center;
}

.excelgriditem tbody tr td {
    padding-right: 5px;
    height: 35px;
    border-left: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
}

    .excelgriditem tbody tr td:nth-child(1) {
        padding: 0px 5px;
        height: 35px;
        border-left: none;
        background: #dfdfdf;
        border-bottom: 1px solid #b5b5b5;
        text-align: center;
    }

.gridtext {
    height: 30px;
    border-radius: 0px;
    width: 100% !important;
    box-shadow: none !important;
    background: none !important;
}

input[type='radio'] {
    width: 16px;
    height: 16px;
}

    input[type='radio']:after {
        line-height: 16px;
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        box-shadow: inset 2px 2px 2px var(--color-shadow), inset -2px -2px 2px var(--color-white);
        border-radius: 16px;
        background: inherit;
    }

    input[type='radio']:checked:after {
        text-align: center;
        background: var(--ThemeColor);
        color: var(--ThemeColor);
        box-shadow: -5px -5px 20px var(--color-white), 5px 5px 20px var(--color-shadow);
        border-radius: 16px;
    }

.icon-button {
    height: 25px;
    width: 25px;
    font-size: 20px !important;
    cursor: pointer;
}

td.MenuItem.active, td.SelectedButtonSection {
    font-family: sf-ui-display-semibold !important;
    box-shadow: inset 1px 1px 2px var(--color-shadow), inset -1px -1px 2px var(--color-white);
    border-radius: .5rem;
    color: var(--ThemeColor) !important;
}

#divActions {
    padding: 5px 0px;
    border-radius: .25em;
}

.navigationIcon {
    height: 22px;
    width: 22px;
    text-align: center;
    border-radius:50%;
}

.disableControl, input.numerictext[readonly], input.normaltext[readonly], select.selectbox[readonly], input.numerictext:disabled, input.normaltext:disabled, select.selectbox:disabled {
    box-shadow: none !important;
    background: #ececec !important;
}

input[type='checkbox']:disabled:checked:after {
    /*    width: 16px;
    height: 16px;
    content: '';
    text-align: center;
    background: #b5b5b5;
    color: #fff;
    box-shadow: none;
    border-radius: .25rem;*/

    width: 16px;
    height: 16px;
    content: '';
    text-align: center;
    background: #b5b5b5;
    color: #fff;
    box-shadow: -2px -2px 5px var(--color-white), 2px 2px 5px var(--color-shadow);
    border-radius: .25rem;
    background-image: url('/_imgs/check_white.png');
    background-size: 16px 16px;
}

input[type=text], input[type=password], select, .numerictext, .normaltext, .formcontroltable, select.selectbox {
    box-shadow: inset 2px 2px 5px var(--color-shadow), inset -5px -5px 10px var(--color-white);
    width: 90%;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    padding: 5px 5px;
    border: none;
    /*background: #f4f9fd;*/
    background: white;
    border-radius: .5rem;
    height: 30px;
    color: var(--font-color);
}

.textarea, .textarea2 {
    box-shadow: inset 2px 2px 5px var(--color-shadow), inset -5px -5px 10px var(--color-white);
    width: 90%;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    padding: 5px 5px;
    border: none;
    /*background: #f4f9fd;*/
    background: white;
    border-radius: .5rem;
    color: var(--font-color);
}

.FieldSet input[type=text], .FieldSet input[type=password], .FieldSet select, .FieldSet .numerictext, .FieldSet .normaltext, .FieldSet .textarea, .FieldSet .textarea2,
.FieldSet .formcontroltable, .FieldSet select.selectbox {
    width: 100% !important;
    color: var(--font-color);
}

.lookup, .IntegrationReferencetext, input.codetext {
    width: 100% !important;
    height: 30px;
    color: var(--font-color);
}

.labelPadding {
    padding-left: 10%;
}

.disableControl td.Addon {
    box-shadow: none !important;
}

    .disableControl td.Addon .material-icons {
        box-shadow: none !important;
        color: var(--font-color) !important;
    }

.badge {
    color: #fff;
}

input[type="button"] {
    border: none;
}

.numerictext {
    text-align: right;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

#FormDataPanel {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    height: 100%;
    padding-right: .5rem;
}

.FieldSetHeader {
    margin-top: 10px;
}

.picControlsWrapper {
    display: none;
    position: absolute;
    bottom: 0px;
    background-color: var(--color-bg);
    width: 100%;
}

.ui-widget-content {
    color: var(--font-color) !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: var(--color-bg);
}
.tab-pane.show {
    opacity:1 !important;
}
.check_circle {
    color: green;
}

.cancel {
    color: red;
}

.displaynone {
    display: none;
}

.dropdown-menu {
    background-color: var(--color-bg) !important;
    border: none;
}

.submenuitem td:hover {
    color: var(--font-color) !important;
    font-weight: bold;
}

#MyGridDataWrapper {
    overflow: auto;
}
/*
.ui-dialog .ui-dialog-titlebar-close {
    right: 1rem;
}

.ui-dialog-titlebar-close span {
    display: none !important;
}

.ui-dialog-titlebar-close::after {
    content: 'close';
    font-family: 'Material Icons';
    position: absolute;
    top: 2px;
    right: 2px;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}*/

/*.ui-dialog-titlebar-close {
    box-shadow: -2px -2px 5px var(--color-white), 2px 2px 5px var(--color-shadow);
    border-radius: .25rem;
    color: #dc3545;
    width: 22px !important;
    text-align: center;
    height: 22px !important;
    background: #dc3545;
}*/
.ui-dialog-titlebar-close {
    font-weight: 700;
    color: var(--ThemeColor) !important;
    text-align: center;
}

.ui-dialog-titlebar {
    display: flex;
    align-items: center;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: inherit;
    right: inherit;
    top: inherit;
    min-width: 24px;
    margin: inherit;
    padding: 0px;
    min-height: 24px;
    float: right;
    line-height: 24px;
}

.ui-dialog .ui-dialog-title {
    width: 100%;
}

#MyTreeView, .tree-move {
    display: block;
}

.removeIcon {
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

input:focus, select:focus, textarea:focus {
    border: var(--ThemeColor) 1px solid;
    outline: none;
    transition: all 0.2s ease-in-out;
}

input, select, textarea {
    border: none !important;
}

.borderradius0 {
    border-radius: 0 !important;
}

.datepicker {
    width: 120px !important;
    position: relative;
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 24 24"><pathpath d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V9h14v10zm0-12H5V5h14v2zM7 11h5v5H7z"></path></svg>') !important;
    background-size: 18px 18px !important;
    background-position: 94px !important;
    background-repeat: no-repeat !important;
}

#MyGridDataTable {
    border-bottom: 1px solid #ddd;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 1.5rem;
}

.h-90 {
    height: 90% !important;
}

.fixedColumnBorder {
    border-right: 2px solid #808080;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    input[type=range]:hover {
        opacity: 1;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 16px;
        height: 16px;
        background: var(--ThemeColor);
        cursor: pointer;
        border-radius: 50%;
    }

    input[type=range]::-moz-range-thumb {
        width: 16px;
        height: 16px;
        background: var(--ThemeColor);
        cursor: pointer;
        border-radius: 50%;
    }
.border-primary {
    border-color: var(--ThemeColor) !important;
}
.redrb:checked:after {
    background: #dc3545 !important;
}
.greenrb:checked:after {
    background: green !important;
}
.sideBySideHeaderWidth{
    width:150px;
}
.sideBySideWidth {
    width: 250px;
}
.x {
    box-shadow: none;
    resize: none;
    border-radius: 0px;
    background: transparent;
}
.underline{
    text-decoration:underline !important;
}
.selectedrow {
    background: var(--ThemeHeighlightColor);
}
.float-right{
    float:right;
}
.float-left {
    float: left;
}
.nav-link:focus, .nav-link:hover {
    color: var(--ThemeColor) !important;
}
.nav-link {
    color: inherit !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}
.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}
.text-right{
    text-align:right;
}
.bg-secondary {
    background-color: #cfcfcf !important;
}
.ui-dialog .ui-dialog-content{
    margin:0px !important;
}

.nav-pills .InsetTab.active {
    box-shadow: inset 2px 2px 5px var(--color-shadow), inset -5px -5px 10px var(--color-white);
    border-radius: .5rem;
    color: var(--ThemeColor) !important;
}
.form-check-input::after {
    display:none !important;
}
.position-relative{
    position:relative;
}
.dashboard-sidenav{
    width:250px;
}

.dark-mode .bg-primary { background-color: var(--ThemeColorSolid, var(--ThemeColor)) !important; }

/* Report Parameter page */
.rp-toolbar {
    padding: 12px 16px;
    border-bottom: 1px solid var(--gray-200, #E5E7EB);
    flex-shrink: 0;
    background: var(--color-white, #fff);
}
.rp-title { font-size: 16px; font-weight: 600; color: var(--text-primary, #374151); }
.rp-orientation { font-size: 12px; color: var(--text-secondary, #6B7280); margin-top: 2px; }
.rp-params-area {
    flex: 1;
    overflow-y: auto;
    padding: 12px 16px;
}
.rp-radio-group {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.rp-radio-group label {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    cursor: pointer;
    color: var(--text-primary, #374151);
}
.rp-param-divider {
    padding: 8px 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-secondary, #6B7280);
    border-bottom: 1px solid var(--gray-100, #F3F4F6);
    margin: 4px 0;
    text-align: center;
    grid-column: 1 / -1;
}

.dark-mode .rp-toolbar { border-bottom-color: var(--gray-200); background: var(--color-white); }
.dark-mode .rp-radio-group label { color: var(--text-primary); }