:root {
    --main-theme-color: #3792CB;
    --hover-color: #999999;
    --error-color: red;
}

/*-----------INYXA Theme-------
---------Common Control CSS----------*/
.basic .disabledCtrl {
    background-color: #dddddd;
    border: 1px solid #999999;
}

    .basic .disabledCtrl:hover, .disabledCtrl:focus {
        background-color: #dddddd;
    }

/*----WINDOW CLASS CSS (cwin) ctrl class  ------*/
.basic .win_title {
    background-color: #333333;
    border-left: 2px ridge #DDDDDD;
    border-right: 2px ridge #DDDDDD;
    border-top: 2px ridge #DDDDDD;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    cursor: move;
    font-family: Aharoni;
    font-size: small;
    font-weight: bold;
    height: 25px;
    margin: 0;
    padding: 0;
    position: absolute;
}

.basic .win_title_focus {
    background: #3792CB;
    color: #FFFFFF;
}

.basic .win_titleTxt {
    color: #FFFFFF;
    float: left;
    font: 12px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    margin-left: 6px;
    margin-top: 4px;
}

.basic .win_search {
    background-image: url("../../img/ix.png");
    cursor: pointer;
    display: inline;
    float: right;
    font-size: small;
    height: 16px;
    margin-right: 2px;
    margin-top: 2px;
    padding: 0;
    width: 16px;
    z-index: 11;
}

.basic .win_titleCross {
    background: url("../../img/ix.png") no-repeat scroll -20px -140px transparent;
    cursor: pointer;
    float: right;
    font-size: small;
    height: 16px;
    margin-right: 3px;
    margin-top: 3px;
    padding: 0;
    width: 16px;
    z-index: 11;
}

    .basic .win_titleCross:hover {
        background: url("../../img/ix.png") no-repeat scroll 0 -140px transparent;
        float: right;
        font-size: small;
        height: 16px;
        margin-right: 3px;
        margin-top: 3px;
        padding: 0;
        width: 16px;
        z-index: 11;
    }

.basic .win_main {
    background-color: #FEFEFE;
    border-bottom: 2px ridge #DDDDDD;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-left: 2px ridge #DDDDDD;
    border-right: 2px ridge #DDDDDD;
    border-width: 2px;
    box-shadow: 5px 5px 8px 2px #C1C1C1;
    float: left;
    font-family: verdana;
    font-size: small;
    overflow: hidden;
    position: absolute;
    text-align: left;
    z-index: 10;
}

    .basic .win_main:focus {
        outline: medium none;
    }

.basic .win_Placed {
    background-color: #FEFEFE;
    border-top: 2px ridge var(--main-theme-color);
    margin: 1px;
    float: left;
    font-family: verdana;
    font-size: small;
    overflow: visible;
    position: absolute;
    text-align: left;
    z-index: 10;
}

    .basic .win_Placed:focus {
        outline: medium none;
    }

.basic .win_resize {
    background: url("../../img/ix.png") repeat scroll -42px -122px transparent;
    cursor: se-resize;
    position: absolute;
}

.basic .win_left {
    background-image: url("../../img/ix4.png");
    background-position: -20px -60px;
    cursor: pointer;
    display: inline;
    float: right;
    font-size: small;
    height: 14px;
    margin-right: 2px;
    margin-top: 2px;
    padding: 0;
    width: 15px;
}

.basic .win_right {
    background-image: url("../../img/ix4.png");
    background-position: 0 -60px;
    cursor: pointer;
    display: inline;
    float: right;
    font-size: small;
    height: 14px;
    margin-right: 2px;
    margin-top: 2px;
    padding: 0;
    width: 15px;
}

.basic div.TitleActive {
    background-color: #FDB199;
}

.basic div.MainActive {
    background-color: #FBF8F1;
}

/*----INPUT (cinp) ctrl class  ------*/
.basic .cinp {
    border: 1px solid #D9E2E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 1px #999999;
    color: #444444;
    font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    position: absolute;
    z-index: 99;
    padding-left: 3px;
    padding-right: 4px;
    /*height: 1.8em;*/
}
/*.basic .cinp:hover {
    padding:1px;
    border: 1px solid var(--hover-color);
}
.basic .cinp:focus{
    padding:1px;
    border:1px solid var(--main-theme-color);
}*/

/*----DPC (cdpc) ctrl class  ------*/
.basic .cdpc {
    position: absolute;
    border: 1px solid #D9E2E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 1px #999999;
    color: #444444;
}

    .basic .cdpc:hover {
        border: 1px solid var(--hover-color);
    }

    .basic .cdpc:focus {
        border: 1px solid var(--main-theme-color);
    }


/*----UPLOADER (cdnd) ctrl class  ------*/
.basic .cdnd {
    background-color: #EEEEEE;
    font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 10px;
    margin: 0;
    position: absolute;
    z-index: 100;
    border: #CCCCCC 1px solid;
    border-radius: 5px;
}

    .basic .cdnd:hover {
        border: 1px solid var(--hover-color);
    }

    .basic .cdnd:focus {
        border: 1px solid #999999;
    }

/*----CHECK BOX (cchk) ctrl class  ------*/
/*.basic .cchk {
    background: url("../../img/ix.png") no-repeat scroll -82px -141px transparent;
    border: 1px solid transparent;
    height: 13px;
    margin: 0;
    position: absolute;
    width: 13px;
    z-index: 100;
}
.basic .cchk:hover, .cchk:active {
    border: 1px solid var(--hover-color);
}
.basic .cchk:focus {
    border: 1px solid var(--main-theme-color);
}
.basic .unchkdisabled {
    background: url("../../img/ix.png") repeat scroll -122px -141px transparent;
    height: 13px;
    width: 13px;
}
.basic .checked {
    background: url("../../img/ix.png") repeat scroll -62px -141px transparent;
    height: 13px;
    width: 13px;
}
.basic .unchecked {
    background: url("../../img/ix.png") repeat scroll -82px -141px transparent;
    height: 13px;
    width: 13px;
}
.basic .chkdisabled {
    background: url("../../img/ix.png") repeat scroll -102px -141px transparent;
    height: 13px;
    width: 13px;
}*/
.cchk {
    background: url("../../img/ix.png") no-repeat scroll -83px -143px transparent;
    border: 1px solid transparent;
    height: 20px;
    margin: 0;
    position: relative;
    width: 20px;
    z-index: 100;
}

/*.cchk:hover, .cchk:active {
        border: 1px solid var(--hover-color);
    }

.cchk:focus {
        border: 1px solid var(--main-theme-color);
    }*/

.unchkdisabled {
    background: url("../../img/checkbox_img_grd.png") repeat scroll -4px -102px transparent;
    height: 13px;
    width: 13px;
}

.checked {
    background: url("../../img/ix.png") repeat scroll -62px -141px transparent;
    height: 13px;
    width: 13px;
}

.unchecked {
    background: url("../../img/ix.png") repeat scroll -83px -141px transparent;
    height: 13px;
    width: 13px;
}

.chkdisabled {
    background: url("../../img/ix.png") repeat scroll -102px -141px transparent;
    height: 13px;
    width: 13px;
}
/*----Text BOX (ctxt) ctrl class  ------*/
.basic .ctxt {
    border: 1px solid #D9E2E5;
    /*font: 11px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;*/
    position: relative;
    min-height: 10vh;
    overflow-y: scroll;
    width: 100%;
}

    .basic .ctxt:hover {
        border: 1px solid var(--hover-color);
    }

    .basic .ctxt:focus {
        border: 1px solid var(--main-theme-color);
    }

/*----SELECT BOX (csel) ctrl class  ------*/
.basic .csel {
    border: 1px solid #D9E2E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 1px #999999;
    color: #444444;
    font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    position: absolute;
    z-index: 99;
    /*padding-left: 3px;
    padding-right: 4px;*/
    height: 1.8em;
}

    .basic .csel:hover {
        border: 1px solid var(--hover-color);
        outline: medium none;
    }

    .basic .csel:focus {
        border: 2px solid var(--main-theme-color);
        outline: medium none;
    }

    .basic .csel option {
        color: #444444;
        font: 12px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
        outline: medium none;
    }

        .basic .csel option:nth-child(2n) {
            background-color: #F6F6E9;
            outline: medium none;
        }

.basic .csel_refresh {
    background: url("../../img/ix.png") repeat scroll -40px -60px transparent;
    height: 16px;
    width: 16px;
    right: 0;
    position: absolute;
    top: 0;
}

/*----BUTTON (cbtn) ctrl class  ------*/
.basic a.cbtn {
    background: -moz-linear-gradient(center top, #FFFFFF 0%, #CCCCCC 100%) repeat scroll 0 0 #E5E5E5;
    background: -webkit-gradient(linear, center, top, from(#FFFFFF), to(#CCCCCC));
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%); /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CCCCCC',GradientType=0 ); /* IE6-9 */
    border: 1px solid #AAAAAA;
    border-radius: 20px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    color: #555555;
    cursor: pointer;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px #FFFFFF;
    vertical-align: middle;
    z-index: 100;
}

    .basic a.cbtn:hover, a.cbtn:focus {
        color: black;
        cursor: pointer;
        background: var(--main-theme-color);
        color: #FFFFFF;
        text-shadow: none;
        border-color: var(--main-theme-color);
    }

.basic a.cbtnSelect {
    border-color: var(--main-theme-color);
    background: #FFF;
    background: -moz-linear-gradient(center top, #F9F3EC 0%, #FFD062 100%) repeat scroll 0 0 #E5E5E5;
}

    .basic a.cbtnSelect:hover, a.cbtnSelect:focus {
        background: var(--main-theme-color);
        color: #FFFFFF;
        text-shadow: none;
        border-color: var(--main-theme-color);
    }

.basic a.cbtnSel:focus {
    border: 1px solid #AAAAAA;
}

.basic a.cbtnSel {
    border: 2px solid var(--main-theme-color);
}

.basic a.cbtnDisabled {
    background: none repeat scroll 0 0 transparent;
    color: #D2D2D2;
    filter: '#D2D2D2';
}

    .basic a.cbtnDisabled:hover, a.cbtnDisabled:focus {
        background: none repeat scroll 0 0 transparent;
        color: #D2D2D2;
        filter: '#D2D2D2';
        border-color: #AAAAAA;
    }



/*----LIST SELECTION Control (clsh) ctrl class  ------*/
.lshRight {
    background: url("../../img/ix.png") repeat scroll 0 -100px transparent;
    height: 16px;
    width: 16px;
}

.lshLeft {
    background: url("../../img/ix.png") repeat scroll -20px -100px transparent;
    height: 16px;
    width: 16px;
}

.lshAllLeft {
    background: url("../../img/ix.png") repeat scroll -60px -100px transparent;
    height: 16px;
    width: 16px;
}

.lshAllRight {
    background: url("../../img/ix.png") repeat scroll -40px -100px transparent;
    height: 16px;
    width: 16px;
}

.lshUp {
    background: url("../../img/ix.png") repeat scroll -80px -100px transparent;
    height: 16px;
    width: 16px;
}

.lshDown {
    background: url("../../img/ix.png") repeat scroll -100px -100px transparent;
    height: 16px;
    width: 16px;
}

.lshAllUp {
    background: url("../../img/ix.png") repeat scroll -120px -100px transparent;
    height: 16px;
    width: 16px;
}

.lshAllDown {
    background: url("../../img/ix.png") repeat scroll 0 -120px transparent;
    height: 16px;
    width: 16px;
}


/*----Auto Complete Control (cac) ctrl class  ------*/
div.cac {
    border: 2px solid #D9E2E5;
    font: 11px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    position: absolute;
    z-index: 100;
}

    div.cac:hover {
        border: 2px solid #C3CED2;
    }

    div.cac:focus {
        border: 2px solid #FF9933;
    }

.basic div.cac2 {
    border: 1px solid #D9E2E5;
    font: 11px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    position: absolute;
    z-index: 100;
}

    .basic div.cac2:hover {
        border: 1px solid var(--hover-color);
    }

    .basic div.cac2:focus {
        border: 1px solidvar(--main-theme-color);
    }

div.ac_Sug {
    background-color: White;
    border: 1px solid black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: small;
    position: absolute;
    z-index: 1000;
}

div.ac_SugEle {
    background-color: #FAFAFA;
    cursor: default;
    font-family: sans-serif;
    font-size: small;
    padding: 0 3px;
}

div.ac_SugEleAlternate {
    background-color: #AAAAAA;
    cursor: default;
    font-family: sans-serif;
    font-size: small;
    padding: 0 3px;
}

div.ac_Sug div.ac_current {
    background-color: #000000;
    color: white;
    font-weight: lighter;
}

span.ac_SugName {
    display: inline-block;
    font-size: 12px;
    padding-left: 3px;
    white-space: nowrap;
}

span.ac_SugDesc {
    display: inline-block;
    font-size: 10px;
    padding-left: 3px;
    white-space: nowrap;
}


table.ac2_Sug {
    width: 100%;
    background-color: White;
    border: 1px solid #c2c3c3;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1rem;
    position: absolute;
    z-index: 100000;
}
/* Style for all Div's that are inside div Suggestions.  Overrides div.suggestions formatting. */
tr.ac2_SugEle {
    background-color: #FAFAFA;
    cursor: default;
    font-family: sans-serif;
    font-size: 1.2em;
    padding: 0 3px;
    /*//line-height:26px;*/
    background: #d4d3d36b;
}
/* Style for all Div's that are inside div Suggestions.  Overrides div.suggestions formatting. */
tr.ac2_SugEleAlternate {
    background-color: #AAAAAA;
    cursor: default;
    font-family: sans-serif;
    /*font-size: 1.2em;*/
    padding: 0 3px;
}
/* Style for the currently selected node.*/
table.ac2_Sug tr.ac2_current {
    /*background-color: #000000;*/
    color: white;
    font-weight: lighter;
    background: linear-gradient(0deg, rgba(34,193,195,1) 10%, rgba(45,193,253,1) 100%);
}

span.ac2_SugName {
    font-size: 0.8vw;
    padding-left: 3px;
    white-space: nowrap;
}

span.ac2_SugDesc {
    display: inline-block;
    font-size: 10px;
    padding-left: 3px;
    white-space: nowrap;
}
/*----HTML Control (chtm) ctrl class  ------*/
.basic div.htm_Main {
    font-family: sans-serif;
    font-size: small;
    position: absolute;
    text-align: left;
    z-index: 10;
}

    .basic div.htm_Main a:link {
        text-decoration: none;
    }

    .basic div.htm_Main a:visited {
        text-decoration: none;
    }

    .basic div.htm_Main a:hover {
        text-decoration: none;
    }

    .basic div.htm_Main a:active {
        text-decoration: none;
    }

/*----GRID Control (cgrd) ctrl class  ------*/
div.grdMain {
    background-image: url("../../img/th_bck.gif");
    background-repeat: repeat-x;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    position: absolute;
    z-index: 100;
}

table.grd {
    border-collapse: collapse;
    border-color: #F5F5F5;
    border-width: 1px;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    overflow: auto;
    width: 100%;
}

.grdColH {
    background-image: url("../../img/th_bck.gif");
    background-repeat: repeat-x;
    border: 1px solid #CCCCCC;
    color: #444444;
    display: block;
    float: left;
    font-size: 0.7em;
    font-weight: bold;
    margin-right: 0;
    overflow: hidden;
    padding: 3px 0 2px;
    position: relative;
    text-align: left;
    text-shadow: 0 1px 1px #FFFFFF;
}

span.grdColH:hover {
}

td.grdCol {
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px;
    font-size: 0.7em;
    height: 20px;
    padding: 0;
}

    td.grdCol:focus {
        border-color: red;
    }

div.grdColDiv {
    height: 100%;
    padding: 0;
    width: 100%;
}

td.grdCellFocus {
    border-color: Red;
}

span.fltrContainer {
    display: block;
    overflow: hidden;
    position: absolute;
}

.fltrColH {
    background-image: url("../../img/th_bck.gif");
    background-repeat: repeat-x;
    border: 1px solid #CCCCCC;
    color: #EEEE00;
    display: block;
    float: left;
    font-size: 0.7em;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding: 3px 0 2px;
    position: relative;
    text-align: left;
    text-shadow: 0 1px 1px #FFFFFF;
}

.fltrCornerBlock {
    background-color: #C6CDA3;
    border-color: #DDDDDD #AAAAAA #AAAAAA #DDDDDD;
    border-style: solid;
    border-width: 2px 1px;
    display: block;
    height: 22px;
    left: 0;
    overflow: hidden;
    padding: 1px;
    position: absolute;
    top: 30px;
    width: 16px;
    z-index: 999999;
}

    .fltrCornerBlock:hover {
        background-color: #EEEE00;
    }

tr.grdRow {
    background-color: #DEDEDE;
    border-color: #FFBB29;
    border-style: solid;
    border-width: 1px;
    color: #000000;
}

tr.grdRowSel {
    background-color: #FFDC91;
    border-color: #FFBB29;
    border-width: 1px;
}

tr.grdRowEdit {
    background-color: #C7CEDE;
    border-color: #FFBB29;
    border-width: 1px;
}

.grdInpV {
    border-width: 2px;
    color: #333333;
    font: 11px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    height: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
}

.grdInpE {
    color: #444444;
    font: 11px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
}

.grdCtrlView {
    font: 11px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    height: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
}

.grdACE {
    color: #444444;
    font: 11px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
}

.grdTxtV {
    font: 11px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    height: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
}

.grdTxtE {
    color: #444444;
    font: 11px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    height: 100%;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    top: 0;
    width: 100%;
}

.grdSelV {
    font: 11px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.grdSelE {
    color: #444444;
    font: 11px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    height: 100%;
    padding: 0;
    width: 100%;
}

.grdChkVu {
    background: url("../../img/ix.png") repeat scroll -80px -140px transparent;
    height: 16px;
    left: 5px;
    top: 5px;
    width: 16px;
}

.grdChkVc {
    background: url("../../img/ix.png") repeat scroll -60px -140px transparent;
    height: 16px;
    left: 5px;
    top: 5px;
    width: 16px;
}

.grdChkE {
    left: 0;
    top: 0;
}

a.grdBtnV {
    background-color: #6D7C8A;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    outline: 1px solid #990033;
    padding: 0;
    position: static;
    text-align: center;
    text-decoration: none;
}

a.grdBtnE {
    background-color: #7A991A;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    outline: 1px solid #990033;
    padding: 0;
    position: static;
    text-align: center;
    text-decoration: none;
}

    a.grdBtnE:hover {
        background-color: blue;
        border: 1px solid #FFFFFF;
    }

.grdCornerBlock {
    background-color: #C6CDDD;
    border-color: #DDDDDD #AAAAAA #AAAAAA #DDDDDD;
    border-style: solid;
    border-width: 2px 1px;
    display: block;
    height: 23px;
    left: 0;
    overflow: hidden;
    padding: 1px;
    position: absolute;
    top: 0;
    width: 16px;
    z-index: 999999;
}

.grdRowPtrCol {
    background-color: #C6CDDD;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 20px;
}

.grdRowPtr {
    border-color: #999999;
    border-style: solid;
    border-width: 0 0 1px;
    display: block;
    font-size: 0.7em;
    text-align: center;
    vertical-align: middle;
}

/*----PANEL Control (cpnl) ctrl class  ------*/
.basic .cpnl {
    background-color: #EEEEEE;
    border: 1px solid #DEDEDE;
    border-radius: 7px;
    margin: 0;
    padding: 0;
    position: absolute;
    box-shadow: 0 0 3px #999999;
}

    .basic .cpnl legend {
        background-color: white;
        border: 1px solid white;
        border-radius: 3px 3px 3px 3px;
        font-size: small;
        font-weight: bold;
        left: 20px;
        position: absolute;
        top: -10px;
        font-family: monospace, sans-serif;
    }

/*----MULTIPLE CHECK BOX Control (cscg) ctrl class  ------*/
.basic .cscg {
    background-color: #FFE4C4;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

/*------------------------------APPLICATION CSS----------------------------------*/
/*----LABEL APPLICATION (lbl) CSS  ------*/
.lbl_toolbar {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}

    .lbl_toolbar li {
        display: inline-block;
        padding: 2px;
    }

        .lbl_toolbar li div {
            border: 1px dotted;
            width: 40px;
            height: 40px;
        }

/*----Theme of table widget ----*/
.tblWidget {
    /*border-collapse: separate;*/
    border-spacing: 0;
    /*border-style: none;*/
    cursor: default;
    font-size: 13px;
    width: 100%;
}

    .tblWidget tr.headerRow th {
        border: 1px solid #CCCCCC;
        background-color: rgba(225,225,225,.6);
    }

    .tblWidget tr.data {
        /*background-color: rgba(255,255,255,.4);*/
    }

    .tblWidget tr td.data {
        border: 1px solid #CCCCCC;
    }

    .tblWidget tr.data:nth-child(2n) {
        background-color: rgba(241,241,241,.2);
        border-collapse: separate;
        border-spacing: 0;
        border-style: none;
    }


/* RTS Manual position CSS goes here */

.widgetPos2X2 {
    background: url("../../img/manualposition.png") repeat scroll -75px -102px transparent;
    height: 36px;
    width: 40px;
}

.widgetPos2X3 {
    background: url("../../img/manualposition.png") repeat scroll 0px -102px transparent;
    height: 36px;
    width: 59px;
}

.widgetPos3X2 {
    background: url("../../img/manualposition.png") repeat scroll -75px -102px transparent;
    height: 53px;
    width: 52px;
}

.widgetPos3X3 {
    background: url("../../img/manualposition.png") repeat scroll 0px -102px transparent;
    height: 53px;
    width: 58px;
}

.widgetPos3X4 {
    background: url("../../img/manualposition.png") repeat scroll -113px -1px transparent;
    height: 52px;
    width: 78px;
}

.widgetPos4X3 {
    background: url("../../img/manualposition.png") repeat scroll 0px -103px transparent;
    height: 69px;
    width: 58px;
}

.widgetPos4X4 {
    background: url("../../img/manualposition.png") repeat scroll -113px -1px transparent;
    height: 69px;
    width: 78px;
}

.widgetPos4X5 {
    background: url("../../img/manualposition.png") repeat scroll 0px -1px transparent;
    height: 69px;
    width: 96px;
}

.widgetPos5X4 {
    background: url("../../img/manualposition.png") repeat scroll -113px -1px transparent;
    height: 86px;
    width: 78px;
}

.widgetPos5X5 {
    background: url("../../img/manualposition.png") repeat scroll 0px -1px transparent;
    height: 86px;
    width: 96px;
}


/*-------HRR APPLICATION THEME---------------*/
.basic .hrClass {
    color: Red;
}

.basic .AllCapsLbl {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 0.7em;
    color: #444444;
    text-transform: uppercase;
}

.basic .AllCapsLblBld {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 0.7em;
    color: #444444;
    text-transform: uppercase;
    text-transform: uppercase;
}

.basic .BoxBrdr {
    overflow: auto;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}


/*----RTS APPLICATION (rts) CSS  ------*/
.rts_toolbar {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}
    /*--RTS inline widget ---*/
    .rts_toolbar li {
        display: inline-block;
        padding: 2px;
    }

        .rts_toolbar li div {
            cursor: move;
            border: 1px dotted;
            width: 48px;
            height: 48px;
        }

/*-----RTS Data widget------*/
.basic .rts_widgetToolbar {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}

    .basic .rts_widgetToolbar li {
        display: none;
        padding: 2px;
    }

        .basic .rts_widgetToolbar li div {
            cursor: move;
            border: 1px dotted blue;
            width: 333px;
            height: 128px;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
        }


.basic .rts_widgetSelect {
    z-index: 4000000000000;
    border: 2px solid blue;
    cursor: move;
    position: absolute;
    background-color: rgba(0,0,255,0.1);
}

.basic .rts_widgetSelect_rsz {
    width: 8px;
    height: 8px;
    background-color: blue;
    z-index: 5000000000000;
    position: absolute;
}

.basic .rts_iframeBlockDiv {
    z-index: 5000000000000;
    position: absolute;
    /*background-color:rgba(255,0,255,0.4);*/
}

.basic .rts_widgetMultiselect {
    z-index: 4000000000000;
    border: 2px solid green;
    position: absolute;
    background-color: rgba(0,255,0,0.1);
}

.basic .rts_dashboardLauncherTitle {
    color: #555555;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

.basic .rts_monitorNo {
    color: #0B6138;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    text-decoration: underline;
}

.basic .rts_dashboardLauncherMsg {
    color: #777777;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.basic .RTS_clientLogo {
    text-align: center;
}

.basic .RTS_poweredByInyxaLogo {
    text-align: center;
}

.basic .errordiv {
    color: #CC0000;
    font-weight: bold;
    font-size: 12px;
    font-style: italic;
}

.addCoverClass {
    background-image: url("../../img/rtsbackgroundimage.PNG");
    background-size: 100% 100%;
}

.basic .cselMulti {
    border: 1px solid #D9E2E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 1px #999999;
    color: #444444;
    font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    position: absolute;
    z-index: 99;
    /*padding-left: 3px;
    padding-right: 4px;*/
    /*height: 1.8em;*/
}

    .basic .cselMulti:hover {
        border: 1px solid var(--hover-color);
        outline: medium none;
    }

    .basic .cselMulti:focus {
        border: 2px solid var(--main-theme-color);
        outline: medium none;
    }

    .basic .cselMulti option {
        color: #444444;
        font: 12px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
        outline: medium none;
    }

        .basic .cselMulti option:nth-child(2n) {
            background-color: #F6F6E9;
            outline: medium none;
        }

.swt-button-label {
    float: left;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    cursor: pointer;
}

    .swt-button-label.off {
        color: white;
        margin: 3px;
        margin-left: 31px;
        font-weight: bold;
    }

    .swt-button-label.on {
        color: white;
        margin: 3px;
        margin-left: 5px;
        margin-right: 35px;
        font-weight: bold;
    }

.swt-button-background.off {
    float: left;
    position: absolute;
    background: #afd4ea;
    border: 2px solid #afd4ea;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 20px;
    cursor: pointer;
}

.swt-button-background.on {
    float: left;
    position: absolute;
    background: #ebf7fc;
    border: 2px solid #ebf7fc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 20px;
    cursor: pointer;
}

.swt-button-off {
    /*position: absolute;
    left: -1px;
    top: -1px;
    background: #FAFAFA;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 20px;*/
    color: white;
    position: absolute;
    left: -1px;
    top: 0px;
    background-color: #3792CB;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 20px;
    font-weight: 600;
    font-family: sans-serif;
    text-align: center;
    font-size: 14px;
    transition: 0.3s ease all;
}

.swt-button-on {
    /*position: absolute;
    top: -1px;
    right: -1px;
    background: #FAFAFA;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 20px;*/
    color: white;
    position: absolute;
    right: -1px;
    top: 0px;
    background-color: #03A9F4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 20px;
    font-weight: 600;
    font-family: sans-serif;
    text-align: center;
    font-size: 14px;
    transition: 0.3s ease all;
}

.swt-wrapper {
    display: inline-block;
    /*position: absolute;
    top: 3px;
    margin-left: -7px;*/
}

.culi {
    font-size: 20px;
    color: #FFF;
    background-color: var(--main-theme-color);
    text-decoration: none;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    max-width: 250px; /* add by Mohit Sharma 25-01-2023 for DND Button Width */
}

.basic span.ac2_SugNameTbl {
    font-size: 0.8vw;
    padding-left: 3px;
    /*white-space: nowrap;*/
    line-height: 32px;
    font-size: 0.875em;
}

.basic span.ac2_SugDescTbl {
    display: inline-block;
    font-size: 10px;
    padding-left: 3px;
    white-space: pre-wrap;
}

.basic tr.ac2_SugEleTbl {
    background-color: #FAFAFA;
    cursor: default;
    font-family: sans-serif;
    font-size: 1.2em;
    padding: 0 3px;
    /*//line-height:26px;*/
    background: #d4d3d36b;
    line-height: 32px;
    font-size: 0.875em;
}
