﻿
/* DO NOT REMOVE */

div.igg_RowEditingContainer {
    position: absolute;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 15px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.igdd_DropDownButton > img {
margin-right: 10px !important;
    width: auto !important;
    padding-left: 15px;
}

/* ---------------   */

.popUpBlocker {
    z-index: 999;
    background: rgba(0,0,0,0.3) none;
    width: 100%;
    height: 100%;
    position: absolute;
}

tbody > tr > td.text-bold {
    font-weight: bold;
}

tbody > tr > td.text-wrap {
    word-wrap: break-word;
}

.gridDiv .igg_Footer {
    height: 30px !important;
}

.gridDiv {
    font-family: Verdana !important;
    font-size: 9pt !important;
    white-space: normal;
    padding: 0;
    /*border:1px solid #007ec3 !important;*/
    border: 0 !important;
}

.gridColumn {
    border-color: #d9d9d9;
    /*border-style: Solid;*/
    border-width: 1px;
    border-left-width: 0px;
    border-top-width: 0px;
    overflow: hidden;
    padding-left: 3px !important;
    text-align: center !important;
}

tbody.gridRow > tr > td {
    line-height: 33px !important;
    font-family: Verdana !important;
    font-size: 9pt !important;
    padding: 0px 0px 0px 3px !important;
    border-top: none !important;
    border-bottom: 1px solid #f2f2f2;
}


tbody > tr.altGridRow > td {
    background-color: #EBF6FF;
    line-height: 33px !important;
    font-family: Verdana !important;
    font-size: 9pt !important;
    padding: 0px 0px 0px 3px !important;
    border-top: none !important;
    border-bottom: 1px solid #f2f2f2;
}

tbody > tr.altGridRow-WhiteBackGround > td {
    background-color: white;
    line-height: 21px;
    font-family: Verdana;
    font-size: 8pt;
    padding: 0px 0px 0px 3px !important;
    border-top: none !important;
}

tbody > tr.altGridRow > td.igg_SelectedCell {
    background-color: #8DC6EC !important;
}

tbody > tr.altGridRow-WhiteBackGround > td.igg_SelectedCell {
    background-color: #8DC6EC !important;
}

.igg_Header {
    background-color: white !important;
    background-image: none !important;
    height: 22px !important;
}

.gridHeader {
    background-color: #007ec3 !important;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    border-color: white;
    border-width: 1px;
    border-left-width: 1px;
    border-top-width: 1px;
    height: 30px;
    overflow: hidden;
    text-align: center !important;
    white-space: normal !important;
    color: white;
}

.gridPager {
    /*background-color: #007ec3  !important;*/
    border-width: 1px;
    height: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}


.gridButton {
    padding: 3px 6px !important;
    border: 1px solid #007ec3 !important;
    background-color: white !important;
    cursor: pointer;
    color: #006399 !important;
    border-radius: 3px !important;
    margin-top: 2px;
    font-size: 12px;
}

    .gridButton:hover {
        background-color: #007ec3 !important;
        color: white !important;
    }

div.pagerDiv {
    text-align: right;
    font-size: 13px;
    padding: 2px 30px;
    font-family: Verdana;
}

    div.pagerDiv > input[type=image] {
        padding: 1px;
        vertical-align: middle !important;
    }

    div.pagerDiv > span {
        margin: 3px;
        vertical-align: middle;
        color: #007ec3;
    }

    div.pagerDiv > select {
        vertical-align: middle !important;
        width: 65px;
        font-size: 9pt;
        margin-left: 5px;
        margin-right: 5px;
        color: #007ec3;
        border: 1px solid;
    }

.gridPagerLink {
    color: #000;
}

.gridPagerCurrentLink {
    color: #fff;
}

.deleteImg {
    background-repeat: no-repeat;
    background-image: url(../../images/del.GIF);
    background-position: center;
}

.lockedImg {
    background-repeat: no-repeat;
    background-image: url(../../images/lock.GIF);
    background-position: center;
}

.incompleteImg {
    background-repeat: no-repeat;
    background-image: url(../../images/incomplete.GIF);
    background-position: center;
}

.editImg {
    background-repeat: no-repeat;
    background-image: url(../../images/pencil.GIF);
    background-position: center;
}

.defImage {
    background-repeat: no-repeat;
    background-image: url(../../images/Green.gif);
    background-position: center;
}

.checkboxCheckedImage {
    background-repeat: no-repeat;
    background-image: url(../../images/checkbox.gif);
    background-position: center;
}

.permissionRedxImage {
    background-repeat: no-repeat;
    background-image: url(../../images/permissions_redx.gif);
    background-position: center;
}

.hideRow {
    visibility: hidden;
    display: none;
}

tbody > tr > td.text-center {
    text-align: center !important;
}

tbody > tr > td.text-right {
    text-align: right !important;
}

tbody.gridRow > tr > td.disabledCell {
    color: grey;
    background-color: lightgray;
}

tbody > tr.altGridRow > td.disabledCell {
    color: grey;
    background-color: lightgray;
}

/* This is to support Web Hierarchical Grids */

tbody > tr.igg_AltItem > td {
    background-color: #E0E0E0;
    font-family: Verdana;
    font-size: 8pt;
    padding: 0px 0px 0px 3px;
    border-top: none !important;
    border-bottom: 1px solid #f2f2f2;
}

tbody.igg_Item > tr > td {
    font-family: Verdana;
    font-size: 9pt;
    padding: 0px 0px 0px 3px;
    border-top: none !important;
    height: 33px;
    border-bottom: 1px solid #f2f2f2;
}

tbody > tr.ig_AltItem > td {
    background-color: #E0E0E0;
    font-family: Verdana;
    font-size: 9pt;
    padding: 0px 0px 0px 3px !important;
    border-top: none !important;
    border-bottom: 1px solid #f2f2f2;
}

tbody.ig_Item > tr > td {
    font-family: Verdana;
    font-size: 9pt;
    padding: 0px 0px 0px 3px !important;
    border-top: none !important;
    border-bottom: 1px solid #f2f2f2;
}

th.ighg_ExpansionColumnHeader {
    background-color: #007ec3 !important;
    /*border-color: Black !important;
    border-style: Solid;
    border-width: 1px !important;
    border-left-color: #D3D2DF !important;
    border-top-color: #D3D2DF !important;
    border-left-width: 1px;
    border-top-width: 1px;*/
    height: 21px;
    width: 22px !important;
}

tbody.igg_Item > tr > td.ighg_ExpansionColumn {
    /*background-color: #007ec3 !important;*/
    color: white;
    height: 21px;
    width: 22px !important;
}

tbody.igg_Item > tr > td.ighg_ExpandableArea {
    background-color: #D8D8D8 !important;
    color: white;
    padding-left: 22px !important;
}

TBODY > tr.igg_AltItem > td.ighg_ExpansionColumn {
    /*background-color: #007ec3 !important;*/
    color: white;
    height: 21px;
    width: 22px !important;
}

TBODY > tr.igg_AltItem > td.ighg_ExpandableArea {
    background-color: #D8D8D8 !important;
    color: white;
    width: 22px !important;
}

.ighg_ExpandableArea div.ig_Control, .ighg_ExpandableArea div.igg_Control{
    border:solid 1px #D8D8D8 !important;
}

/* End Web Hierarchical Grid CSS */


/* Web Data Menu CSS */

div.dataMenu {
    z-index: 1000;
    font-size: 9pt;
    background-color: #006399;
    border-color: #006399;
    border-style: None;
    border-width: 1px;
    color: White;
    height: 35px;
    text-align: left;
    background-image: none;
    margin-bottom: -6px;
}

    div.dataMenu > ul > li {
        padding: 0;
    }

        div.dataMenu > ul > li.dataMenuItem > a {
            background-color: #006399;
            border-color: White;
            border-style: Solid;
            border-left-width: 1px;
            border-top-width: 1px;
            border-right-width: 1px;
            border-bottom-width: 1px;
            color: White;
            cursor: pointer;
            text-align: center;
            height: 31px;
            font-family: Arial;
            font-size: 9pt;
            line-height: 31px;
            padding: 0 7px;
        }

            div.dataMenu > ul > li.dataMenuItem > a:hover {
                border-color: #007ec3;
            }

        div.dataMenu > ul > li.dataMenuLabelItem {
            width: 200px;
            text-align: center;
            line-height: 20px;
        }

        div.dataMenu > ul > li.dataMenuItemDisabled > a {
            background-color: #006399;
            border-color: #aaa;
            border-style: Solid;
            border-left-width: 1px;
            border-top-width: 1px;
            border-right-width: 1px;
            border-bottom-width: 1px;
            color: #aaa;
            cursor: no-drop;
            text-align: center;
            height: 31px;
            font-family: Arial;
            font-size: 9pt;
            line-height: 31px;
            padding: 0 7px;
        }


        div.dataMenu > ul > li.dataMenuLabelItem > a > span {
            color: white;
            font-family: Arial;
            font-size: 8pt;
            font-weight: bold;
        }

div.RB-DataMenu {
    z-index: 1000;
    font-family: Arial;
    font-size: 8pt;
    border-style: None;
    text-align: left;
    height: 30px;
    margin-bottom: -3px;
    background-image: none !important;
    border-radius: 4px;
    padding: 3px;
    padding-right: 0px;
}

.igdm_MenuItemHorizontalRootActive {
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
}

.igdm_MenuItemHorizontalRootSelected {
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
}

div.RB-DataMenu > ul > li.RB-DataMenuItem {
    min-width: 145px;
    padding: 0;
}

div.RB-DataMenu > ul {
    list-style-type: none;
}

    div.RB-DataMenu > ul > li.dataMenuLabelItem {
        text-align: center;
        padding-top: 2px;
    }

        div.RB-DataMenu > ul > li.dataMenuLabelItem > a > span {
            color: white;
            font-family: Arial;
            font-size: 8pt;
            color: #007ec3;
        }

    div.RB-DataMenu > ul > li.RB-DataMenuItem > a {
        font-family: Arial;
        font-size: 8pt;
        font-weight: bold;
        /*background-color: #007ec3;*/
        color: #007ec3;
        cursor: Default;
        text-align: center;
        height: 28px;
        line-height: 27px;
    }

    div.RB-DataMenu > ul > li.RB-DataMenuItemSelected {
        background-color: transparent !important;
        background-image: none !important;
        border: 0 !important;
    }

        div.RB-DataMenu > ul > li.RB-DataMenuItemSelected > a {
            font-family: Arial;
            font-size: 8pt;
            /*background-color: #007ec3;*/
            color: #007ec3;
            cursor: Default;
            text-align: center;
            height: 28px;
            line-height: 27px;
            border-style: none;
            border: none;
            background-image: none;
        }

    div.RB-DataMenu > ul > li.RB-DataMenuItemHover > a {
        /*font-weight: bold;
            color: Black;
            background-color: #ffe0a8;
            border-style: none;*/
        text-decoration: underline;
        cursor: pointer;
        border: 0 !important;
        background-color: none !important;
        background-image: none !important;
        font-size: 8pt !important;
    }

    div.RB-DataMenu > ul > li.RB-DataMenuItemHover {
        /*background-color: #ffe0a8;*/
        text-decoration: underline;
        font-size: 8pt !important;
        cursor: pointer;
        border: 0 !important;
        background-image: none !important;
        background-color: transparent !important;
    }

/* End Web Data Menu CSS */

/* End Web Data Menu CSS */

/* Web Explorer Bar CSS */

div.explorerBar {
    border: none;
    text-align: center;
    visibility: inherit !important;
}

    div.explorerBar > ul {
        border-color: #002D96;
        border-style: Solid;
        border-width: 1px;
    }

.igeb_GroupExpanderImage {
    margin: 0;
    float: right;
}

div.groupHeader {
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    height: 21px;
    padding: 4px 4px 4px 0px !important;
    /*background-image: url(../../images/Panel_headerBg.GIF);*/
    line-height: 17px;
    text-align: left;
    background-position: inherit;
    margin-bottom: 5px;
    text-decoration: none;
    background-color:#007ec3 !important;
}

/*.igeb_GroupSelected, .igeb_GroupActive, .igeb_GroupHover{
    background-image:none !important;
}*/

    div.groupHeader > a {
        color: white;
        padding-left: 6px;
        text-decoration: none;
    }

div.explorerBarItem {
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: white;
    color: black;
    border: 0px;
}

    div.explorerBarItem:hover {
        background-image: none;
        background-color: white;
    }

/* Device Master Web Explorer  */

div.dmExplorerBar {
    border: 1px solid Gainsboro;
    border-top-width: 0px;
}

    div.dmExplorerBar div.igeb_Group {
        font-family: Tahoma;
        font-size: 10pt;
        font-weight: bold;
        border-color: White;
        border-style: Solid;
        border-width: 0px;
        color: AliceBlue;
        height: 18px !important;
        padding: 4px 4px 4px 0px !important;
        line-height: 18px !important;
        background-image: url('../../images/WebPanel/onyxBar.gif');
        background-position: inherit !important;
    }

    div.dmExplorerBar div.igeb_GroupHover {
        background-image: url('../../images/WebPanel/onyxBar.gif');
        background-position: inherit !important;
    }

    div.dmExplorerBar div.igeb_GroupSelected {
        background-image: url('../../images/WebPanel/onyxBar.gif');
        background-position: inherit !important;
    }

    div.dmExplorerBar div.igeb_GroupActive {
        background-image: url('../../images/WebPanel/onyxBar.gif');
        background-position: inherit !important;
    }

    div.dmExplorerBar a.igeb_GroupLink {
        color: white;
        text-decoration: none;
        padding-left: 0;
    }

    div.dmExplorerBar div.igeb_ItemHover {
        background-color: white;
        background: none;
        color: black;
    }

    div.dmExplorerBar div.igeb_ItemActive {
        background-color: white;
        background: none;
        color: black;
    }

    div.dmExplorerBar div.igeb_ItemSelected {
        background-color: white;
        background: none;
        color: black;
    }

/* END Device Master Web Explorer  */

/* End Web Explorer Bar CSS */


/*  Grid Filter CSS  */

tbody > tr.gridFilter > td {
    background-color: #006399 !important;
    background-image: none;
    text-align: left !important;
    color: white !important;
    vertical-align: middle;
    font-size: 12px;
    line-height: 23px !important;
}


.gridFilter > td.igg_FilterRowExpansionColumnCssClass {
    border-top-color: rgb(211, 210, 223);
    border-right-color: Black;
    border-bottom-color: Black;
    border-left-color: rgb(211, 210, 223);
    border-style: solid;
    border-width: 1px;
    height: 21px;
}

div.gridFilterDropDown {
    border: 0;
    border-radius: 0;
}

    div.gridFilterDropDown > ul {
        background-color: white;
    }

.igg_FilterButton > img {
    background-image: url('../Default/images/igg_FilterApplied.gif');
    vertical-align: top !important;
}

div.gridFilterDropDown > ul > li {
    padding: 4px;
    border-bottom: 1px solid #ccc;
    border-right: 0px;
}

    div.gridFilterDropDown > ul > li.gridFilterDropDownSelectedItem {
        background-color: rgb(255, 184, 96);
        background-image: none;
    }

/*  END Grid Filter CSS  */


/* Grid Grouping CSS  */

.gridGroupColumn {
    height: 20px !important;
    padding: 2px 10px;
    background-color: #ccc !important;
    line-height: 20px !important;
    background-image: none !important;
    border-left: 1px solid;
}

.ighg_GroupedColumnRightEdgeEnd, .ighg_GroupedColumnRightEdge {
    display: none !important;
}

TBODY > TR.gridGroupRow > TD {
    background-image: none !important;
    background-color: #bfbfbf;
    border-bottom: 1px solid #ccc;
    height: 28px;
    font-weight: bold;
}

.ighg_GroupIndentHeaderCell {
    background-color: #007ec3 !important;
    border: none !important;
}

.ighg_GroupIndentCell {
    background-color: #007ec3 !important;
    border: none !important;
}

.ighg_GroupArea > div > img {
    float: right;
    margin-top: -5px;
}

/*      */


/* WebDropDown CSS */
div.webDropDown table {
    height: 20px !important;
    padding-left: 3px !important;
    border-radius:3px !important;
}

div.webDropDown input {
    font-size: 12px;
    font-family: "Segoe UI",Arial,sans-serif;
    text-align: left;
    border: 0 !important;
}

div.webDropDown li {
    text-align: left;
}

    div.webDropDown li a {
        font-size: 12px;
        font-family: "Segoe UI",Arial,sans-serif;
    }

div.dataTree {
    font-family: 'Microsoft Sans Serif';
    font-size: 8pt;
    cursor: default;
}

a.dataTreeNode {
    color: black;
    font-weight: normal;
}

/* Web Tab */

div.tabContentHolder {
    padding: 0 10px;
    border: 1px solid #f2f2f2 !important;
}




/* Web Date Picker */

table.webDatePicker {
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
}


    table.webDatePicker input {
        border: 0 !important;
        padding: 5px !important;
        font-size: 10pt !important;
    }

/*  Media Print CSS  */

@media all {
    .grid-print {
        width: 100%;
        border-collapse: collapse;
    }

        .grid-print th {
            text-align: center;
            background-color: #007ec3 !important;
            color: white;
            font-size: 8px;
            padding: 2px 7px 2px 7px;
            line-height: 24px;
            font-family: Arial;
        }

        .grid-print thead tr > th {
            text-align: center;
            background-color: #007ec3 !important;
            color: white;
            font-size: 8px;
            padding: 2px 7px 2px 7px;
            line-height: 24px;
            font-family: Arial;
        }

        .grid-print td {
            line-height: 24px !important;
            font-family: Verdana !important;
            font-size: 6pt !important;
            border-top: none !important;
            text-align: center;
            border: 1px solid #ccc;
        }

    .redText {
        color: red !important;
    }

    .successText {
        color: #007ec3 !important;
    }

    thead {
        display: table-header-group;
    }

    footer {
        bottom: 0;
        position: fixed;
    }
}

@media print {
    .grid-print {
        width: 100%;
        border-collapse: collapse;
    }

        .grid-print th {
            text-align: center !important;
            background-color: #007ec3 !important;
            color: white !important;
            font-size: 8px !important;
            padding: 2px 7px 2px 7px !important;
            line-height: 24px !important;
            font-family: Arial !important;
        }

        .grid-print thead tr > th {
            text-align: center !important;
            background-color: #007ec3 !important;
            color: white !important;
            font-size: 8px !important;
            padding: 2px 7px 2px 7px !important;
            line-height: 24px !important;
            font-family: Arial !important;
        }

        .grid-print td {
            line-height: 24px !important;
            font-family: Verdana !important;
            font-size: 6pt !important;
            border-top: none !important;
            text-align: center;
            border: 1px solid #ccc;
        }

    .pageHeader {
        text-align: center !important;
        padding: 10px;
        font-size: 15px;
        font-family: Arial;
        margin-bottom: 10px;
    }

    .redText {
        color: red !important;
    }

    .successText {
        color: #007ec3 !important;
    }

    thead {
        display: table-header-group;
    }

    footer {
        bottom: 0;
        position: fixed;
    }

    .grid-print tr.page-break {
        page-break-after: always !important;
    }

    * {
        -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    }
}
