/*
 * 
 * Extended and highly modified by SMARTfile (RF) 20090309
 *
*/

table.scroll {
    border-collapse: separate !important;
}

    table.scroll th, table.scroll td, table.Header td, table.Header th {
        /*resets*/
        font-size: 100%;
        font-weight: normal;
        border: 0;
        padding: 0;
        margin: 0;
    }

.GridHeader {
    /*border-bottom: 1px solid #D3D3D3; 	border-top: 1px solid #D3D3D3; 	border-left: 1px solid #D3D3D3; 	border-right: 1px solid #D3D3D3;*/
    display: none;
}

.Header {
    height: 20px;
    width: 100%;
}

    .Header th {
        font-size: 100%;
        font-weight: bold;
        text-align: left;
        padding: 2px;
        background-image: url(/includes/js/jquery/jqGrid/themes/steel/images/sprite5.png);
        background-repeat: repeat-x;
        background-attachment: scroll;
        background-position: 0 -1900px;
        color: #3D3D3D;
        width: 100%;
        white-space: nowrap;
    }

.HeaderLeft {
    background-image: url(/includes/js/jquery/jqGrid/themes/steel/images/sprite5.png);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0 -1900px;
}

.HeaderRight {
    background-image: url(/includes/js/jquery/jqGrid/themes/steel/images/sprite5.png);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0 -1900px;
}

.HeaderButton {
    background-image: url(/includes/js/jquery/jqGrid/themes/steel/images/sprite5.png);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0 -1900px;
}

    .HeaderButton img {
        border-bottom: 1px solid #D3D3D3;
        border-top: 1px solid #D3D3D3;
        border-left: 1px solid #D3D3D3;
        border-right: 1px solid #D3D3D3;
    }

.HeaderLeft img {
    width: 7px;
}

.HeaderRight img {
    width: 12px;
}

.GridHeader table {
    margin: 0;
}

.GridHeader td, tr {
    padding: 0;
}

/* Grid */
.jqgrow a {
    color: #003399;
    text-decoration: none;
    font-weight: bold;
}

.editLink a {
    color: #666666;
    font-size: smaller;
    font-weight: normal;
}

table.scroll {
    border-right: 0px solid #DDDDDD;
    table-layout: fixed;
    margin-bottom: 0px;
    font-family: Arial, sans-serif, Helvetica;
    border: 0px solid #DDDDDD !important;
}

    table.scroll tbody tr {
        background-color: #FFFFFF;
        cursor: pointer;
    }

#userTypeDiv table.scroll tbody tr {
    /*background-color: #FFFFFF;*/
    cursor: initial;
}

#userTypeDiv table.scroll tr.over td, table.scroll tr.over td a {
    background-color: transparent;
    /*background-color:#b0d1e1;*/
}

table.scroll tbody tr.alt {
    /*background-color: #D0E2EA;*/
    background-color: #E5F2F9;
}

#userTypeDiv table.scroll tbody tr.alt {
    /*background-color: #D0E2EA;*/
    background-color: #E5F2F9;
}

#GlobalUserDialogForm table.scroll tbody tr.alt {
    background-color: #E5F2F9;
}

#nores_GlobalUserTable table.scroll tbody tr.alt {
    background-color: #F5FBFC;
}

table.scroll tbody tr.sticky {
    background-color: #E8E8E8;
}
/* highlighting */

table.scroll tr.over td, table.scroll tr.over td a {
    background-color: #77b1ce;
    color:#ffffff !important;
    /*background-color:#b0d1e1;*/
}

    /*table.scroll tr.td, table.scroll tr.over td a {
        background-color: #77b1ce;
        color: #ffffff !important;
        
    }*/

    #GlobalUserDialogForm table.scroll tr.over td, table.scroll tr.over td a {
        background-color: #77B1CE !important;
        color: white !important;
    }

    #GlobalUserDialogForm table.scroll tr.selectedover td, table.scroll tr.selectedover td a {
        background-color: #77B1CE !important;
        color: white !important;
    }

#nores_GlobalUserTable table.scroll tr.over td, #nores_GlobalUserTable table.scroll tr.over td a {
    background-color: #b0d1e1;
}



.new table.scroll tr.selected td {
    /*background-color: #3d84cc;*/
    /*background-color: #B2D2FF;*/
    background-color: #CCCCFF !important;
    color: White;
}
/*
#VendorInfoDiv table.scroll tr.selected td {
 
    background-color: #77B1CE !important;
    color: White;
}*/

.NewTableClick table.scroll tr.selected td {
    background-color: transparent;
    color: White;
}

table.scroll tr.selected td {
    /*background-color: #3d84cc;
    /*background-color: #B2D2FF;*/
    /*background-color: #CCCCFF;*/
    /*color: White;*/
}

    table.scroll tr.selected td a {
        background-color: #3d84cc;
        color: White;
    }

.NewTableClick table.scroll tr.selected td a {
    background-color: transparent;
    color: White;
}

.NewTableClick table.scroll tr.over td, table.scroll tr.over td a {
    background-color: #B2D2FF;
    /*background-color:#b0d1e1;*/
}

table.scroll tbody td {
    /*font-size: 10px!important;*/
    font-size: 12px !important;
    line-height: 12px;
    font-family: Arial, sans-serif, Helvetica !important;
    text-align: left;
    padding: 1px 2px 1px 3px;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #EBEBEB;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 20px;
	cursor:default;
}

#userTypeDiv table.scroll thead th {
    /*font-size: 8pt;*/
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #231f20;
    font-weight: bold;
    vertical-align: bottom;
    padding: 0px 2px 0px 2px;
    border-left: 1px solid #FFFFFF;
    /*border-right: 1px solid #D3D3D3;*/
    border-right: none;
    border-bottom: 1px solid #D3D3D3;
    border-top: 1px solid #EFEFEF;
    text-align: left;
    overflow: visible;
    white-space: normal;
    background-color: #B0D1E1;
    background-attachment: scroll;
    background-position: 0 -1505px;
    cursor: initial;
    text-align: center;
    line-height: 12px;
}

#GlobalUserDiv table.scroll thead th {
    /*font-size: 8pt;*/
    font-family: Arial, Sans-Serif, Helvetica !important;
    font-weight: 700;
    font-size: 12px;
    color: #231f20;
    font-weight: bold;
    vertical-align: middle;
    padding: 0px 2px 0px 3px;
    border-left: 0px solid #B1B1B0;
    /*border-right: 1px solid #B1B1B0;*/
    border-bottom: 1px solid #D3D3D3;
    border-top: 0px !important;
    text-align: left;
    overflow: visible;
    white-space: normal;
    background-color: #B0D1E1 !important; /*#B0D1E1;*/
    background-attachment: scroll;
    background-position: 0 -1505px;
    cursor: pointer;
    text-align: center;
    height: 26px !important;
    line-height: 12px;
    padding-top: 2px !important;
}

#GlobalUserDiv table.scroll tbody td {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px !important;
    text-align: left;
    padding: 1px 2px 1px 3px;
    border-right: 1px solid #D3D3D3;
    /*border-left: 1px solid #B1B1B0;*/
    /*border-right: 1px solid #B1B1B0;*/
    border-bottom: 1px solid #ddd;
    /*border-top:1px solid #ddd;*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 26px;
}

#userTypeDiv table.scroll tbody td {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px !important;
    text-align: left;
    padding: 1px 2px 1px 3px;
    /*border-right: 1px solid #D3D3D3;*/
    border-right: none;
    border-bottom: 1px solid #EBEBEB;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 20px;
}

#UserTypeTable tr td:nth-child(2) {
    border-left: 1px solid #D3D3D3;
}


scroll grid_htable table.scroll thead th {
    font-size: 8pt;
    font-weight: bold;
    vertical-align: bottom;
    padding: 0px 0px 0px 0px;
    border-left: 1px solid #B1B1B0;
    border-right: 1px solid #B1B1B0;
    border-bottom: 1px solid #B1B1B0;
    border-top: 1px solid #B1B1B0;
    text-align: left;
    overflow: visible;
    white-space: normal; /*EAEBEE
	background-color: #EAEBEE;
	/*background-image: url(/includes/js/jquery/jqGrid/themes/steel/images/sprite5.png);
	background-repeat: repeat-x;*/
    background-attachment: scroll;
    background-position: 0 -1505px;
    cursor: pointer;
    text-align: center;
}



table.scroll thead th {
    /*font-family:Helvetica, Arial, sans-serif;
    font-weight: bold;*/
    font-size: 8pt;
    /*color: #231f20;*/
    /*font-size: font-12B;
	font-weight: bold;*/
    vertical-align: bottom;
    padding: 0px 2px 0px 2px;
    border-left: 0px solid #dddddd;
    /*border-left: 1px solid #B1B1B0;*/
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    text-align: left;
    overflow: visible;
    white-space: normal;
    background-color: #B0D1E1;
    background-color: #EAEBEE;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0 -1505px;
    cursor: pointer;
    cursor: default;
    text-align: center;
}

table.scroll thead tr th div img {
    width: 9px;
}

table.scroll thead tr {
    border-left: 1px solid #D3D3D3;
}

table.scroll th div {
    overflow: hidden;
    white-space: nowrap;
    height: 15px;
    margin: 0;
    float:left;
    padding: 0;
    padding-left:1px;
    /*	padding: 4px 10px 4px 10px; */
    padding-top: 2px;
}

table.scroll th span {
    cursor: col-resize; /*	border-right: 1px solid #D6D2C2;  */
    width: 6px;
    float: right;
    display: block;
    margin: -2px -4px -2px 0px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.grid_bdiv {
    border-right: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3; 
}

.grid_hdiv {
    border-right: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    border-top: 1px solid #D3D3D3;
}


/*icons*/
table.scroll th span.grid_ico_sort {
    cursor: pointer;
    display: inline;
    float: none;
    height: 16px;
    width: 16px;
    margin: 0;
    overflow: visible;
    white-space: nowrap;
}

    table.scroll th span.grid_ico_sort.grid_asc {
        background: url(/includes/js/jquery/jqGrid/themes/steel/images/sort_asc.png) no-repeat left center;
    }

    table.scroll th span.grid_ico_sort.grid_desc {
        background: url(/includes/js/jquery/jqGrid/themes/steel/images/sort_desc.png) no-repeat left center;
    }
/*stuff for grids and inplace editing*/
table.scroll .editLink {
    cursor: pointer;
    display: none;
    float: right;
    margin: -2px -4px -2px 0;
    overflow: visible;
    white-space: nowrap;
}
/*
table.scroll tr.over td .editLink a{
	color:blue;
}

table.scroll tr.over td .editLink{
	display:block;
	color:blue;
}
table.scroll tr.selected td .editLink {
	display:block;
}
*/
/*multiselect checkbox */
.cbox {
    height: 10px;
    width: 10px;
    padding: 0;
    margin: 2px 0px 0px 3px; /*border:1px solid #999;*/
}

#jqgh_cb {
    /*	padding: 0px 3px 0px 3px;*/
}

/* end multiselect */

/* End Grid */

/* Pager */
div.scroll {
    text-align: center;
    white-space: nowrap;
    background-color: #EAEBEE;
    background-image: url(/includes/js/jquery/jqGrid/themes/steel/images/sprite5.png);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0 -1900px;
    border-right: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    border-top: 1px solid #D3D3D3;
    display: none;
    height: auto;
    padding-bottom: 1px;
    padding-top: 2px;
    vertical-align: middle;
    font-size: 11px;
}

    div.scroll span {
    }

.selbox {
    font-size: 11px;
    vertical-align: top;
    margin: 0px 2px 0 2px;
    height: 18px;
}


input.selbox {
    font-size: 11px;
    text-align: right;
    vertical-align: top;
    width: 2.2em;
    margin-top: 0px;
    height: 14px;
    background: #FBFBFB none repeat scroll 0 0;
    border: 1px solid #D3D3D3;
    padding: 1px 2px 0px 1px;
}

select.selbox {
    margin-right: 6px;
}

.pgbuttons {
    margin-top: 0px;
    width: 19px;
    vertical-align: middle;
}

.nav-table-left {
    padding: 1px;
    float: left;
    margin-top: 2px; /*	position:absolute;*/
}

.nav-table-right {
    padding: 1px;
    float: right;
    margin-top: 2px;
}

table.navtable {
    margin-left: 5px;
    margin-bottom: 0;
    width: auto;
}

    table.navtable tr {
        background-image: url(/includes/js/jquery/jqGrid/themes/steel/images/grid-blue-ft.gif);
    }

    table.navtable td.nav-button {
        /*	margin-top:2px;*/
        /*border: 1px solid #ffe3b0;*/
        white-space: nowrap;
    }

    table.navtable td.nav-hover {
        border: 1px solid #3d84cc;
    }

table.tbutton tr td {
    border: none;
    padding: 0px;
}

img.jsHover {
    /*not used */
    border: 1px solid #99CCFF;
}
/* End Pager */



/* loading div */
div.jqgridloading {
    position: fixed;
    padding: 1px;
    text-align: center;
    font-weight: bold;
    background: red;
    color: white;
    display: none;
}

div.loadingui {
    display: none;
    z-index: 6000;
    position: absolute;
    width: 160px; /* just a default value before real calculation is done */
    height: 100px;
}

    div.loadingui div.msgbox {
        position: relative;
        z-index: 6001;
        top: 45%;
        background: #E4E4E4 url(/includes/js/jquery/jqGrid/themes/steel/images/loading.gif) no-repeat left;
        width: 100px;
        border: 1px solid #E4E4E4;
        text-align: right;
        height: auto;
        padding: 2px;
        margin: 0px;
        font-size: 13px;
    }

#lui_CFC_Dialog_BranchesTable div.msgboxNonIE {
    left: 20% !important;
}

div.msgboxNonIE {
    left: 37% !important;
}

#lui_CFC_Dialog_BranchesTable div.msgboxIE {
    left: 0% !important;
}

div.msgboxIE {
    left: 37% !important;
}

div.noresloadingui {
    display: none;
    /*z-index: 6000;*/
    z-index: 50;
    position: absolute;
    width: 160px; /* just a default value before real calculation is done */
    left: 28px;
}

    div.noresloadingui div.noResults {
        position: relative;
        /*z-index: 6001;*/
        z-index: 51;
        width: 100%;
        text-align: center;
        height: auto;
        padding: 2px;
        padding-top: 45px;
        margin: 0px;
        font-size: 10px;
        color: #808080;
    }

/* end loading div */
div.userdata {
    margin-top: 0px;
    background-color: #f7f7f7;
    height: 20px;
}
/* end toolbar */
/*Subgrid  text mode*/
.subgrid {
    height: 100%;
    overflow: auto;
}

.tablediv {
    background-color: White;
    border-spacing: 1px; /*cellspacing:poor IE support for  this*/
    border-collapse: separate;
    width: 100%; /* FF hack poor when scroling subgrid */
}

.celldiv {
    float: left;
    display: table-cell;
    border: 1px dotted #D3D3D3;
    overflow: auto;
    white-space: normal;
}

.celldivth {
    float: left; /*fix for  buggy browsers*/
    border: 1px solid #D3D3D3;
    background-color: #99CCFF;
    border-bottom: 1px solid #CBC7B8;
    text-align: left;
    overflow: auto;
}

.rowdiv {
    display: table-row;
    background: #F9F9F9 none;
    color: #231f20;
    width: 100%;
    overflow: auto;
}
/* End Subgrid */

/* InLine editing */
input.editable[type="text"] {
    overflow: hidden;
}

input.editable[type="checkbox"] {
}

textarea.editable {
    overflow: hidden;
}

select.editable {
}
/* End Inline Editing */

/*Modal Window */
.modaltext {
    text-align: left;
}

.modalwin {
    border: 1px solid #555555;
    background: #F9F9F9;
    text-align: left;
    margin: 0 auto;
    overflow: auto;
}


.modalhead {
    background-color: #EAEBEE;
    background-image: url(/includes/js/jquery/jqGrid/themes/steel/images/sprite.png);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0 -1505px;
    height: 20px;
}

.modalcontent {
    overflow: auto;
    margin-bottom: 9px;
    margin-left: 5px;
}
/* end Modal window*/
/* Search window */
input.search {
    margin: 2px;
    width: 70px;
    font-size: 10px;
    color: #15428B;
}

select.search {
    margin: 2px;
    width: 70px;
    font-size: 10px;
    color: #15428B;
}

.buttonsearch {
    width: 50px;
    font-size: 10px;
    color: #15428B;
}
/*End search */

/* Form edit */

.FormGrid {
    margin: 0px;
}

.EditTable {
    width: 100%;
}

.FormData {
    /* tr */
}

#FormError td {
    font-size: 90%;
    color: #FF0000;
    vertical-align: top;
    background-color: #f7f7f7;
}

.CaptionTD {
    /* td */
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 1px;
    border-top: 1px solid #D4D0C8;
    white-space: nowrap;
    color: #231f20;
}

.DataTD {
    /* td */
    padding: 1px;
    border-top: 1px solid #D4D0C8;
    vertical-align: top;
}

.navButton {
    border-top: 1px solid #D4D0C8;
    border-bottom: 1px solid #D4D0C8;
    text-align: center;
}

    .navButton input {
        width: 19px;
    }

input.EditButton {
    /* buttons are at footer tr */
    font-size: 10px;
    color: #15428B;
}

td.EditButton {
    text-align: right;
    border-top: 1px solid #D4D0C8;
    border-bottom: 1px solid #D4D0C8;
}

.FormElement {
    /* form element  - input -text,textarea,checkbox - select  */
}

.FormElement {
    font-size: 10px;
}

input[type="text"].FormElement {
    color: #15428B;
}

input[type="checkbox"].FormElement {
    width: 15px;
    color: #15428B;
}

input[type="textarea"].FormElement {
    color: #15428B;
}

select.FormElement {
    font-size: 10px;
    color: #15428B;
}
/* End Eorm edit */

/* Delete Dialog */
.DelButton > input {
    /* buttons are at footer tr */
    font-size: 10px;
    color: #15428B;
}

.DelButton {
    text-align: right;
}
/* End Delete Dialog */

img.jqResize {
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: se-resize;
}

.dirty-cell {
    background: transparent url(/includes/js/jquery/jqGrid/themes/steel/images/dirty.gif) no-repeat 0 0;
}

#DelError td {
    font-size: 90%;
    color: #FF0000;
    vertical-align: top;
    background-color: #f7f7f7;
}
/* Tree Grid */
.tree-wrap {
    float: left;
    position: relative;
    height: 16px;
    white-space: nowrap;
    overflow: hidden;
}

.tree-minus {
    position: absolute;
    height: 16px;
    width: 12px;
    overflow: hidden;
    background: url(/images/icons/toggle-collapse-dark2.gif) no-repeat;
}

.tree-plus {
    position: absolute;
    height: 16px;
    width: 12px;
    overflow: hidden;
    background: url(/images/icons/toggle-expand-dark2.gif) no-repeat;
}

.tree-leaf {
    /*position: absolute;
	height: 16px;
	width: 16px;
	overflow: hidden;
	background: url(/images/icons/building.gif) no-repeat; */
}

.treeclick {
    cursor: pointer;
}

.edit-cell {
    background-color: #E1DCF4;
}

.tree-wrap-lvl1 {
    width: 13px;
}

.tree-wrap-lvl2 {
    width: 6px;
}

.tree-custom-leaf-icon {
    float: left;
    height: 16px;
    width: 18px;
    overflow: hidden;
    background: url(/images/icons/building.gif) no-repeat;
}

.tree-custom-leaf-label-wide-GoTo {
    padding-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 260px;
}

.tree-custom-leaf-label-wide {
    padding-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 132px;
}

.tree-custom-leaf-suffix {
    float: right;
    text-align: left;
    height: 16px;
    width: 32px;
    overflow: hidden;
    padding-top: 2px;
    padding-left: 1px;
    border-left: 1px solid #D3D3D3;
}

.tree-custom-leaf-rating {
    float: left;
    height: 16px;
    width: 17px;
    overflow: hidden;
    background: url(/images/icons/rating.png) no-repeat;
}

.tree-custom-leaf-ratingOverlay {
    height: 16px;
    overflow: hidden;
    background: url(/images/icons/rating2.png) no-repeat;
}

.tree-custom-leaf-ratingOverlayBorder {
    height: 16px;
    width: 17px;
    overflow: hidden;
    background: url(/images/icons/ratingEmpty.png) no-repeat;
}

.tree-custom-leaf-icon_Restricted {
    float: left;
    height: 16px;
    padding-right:8px;
    margin-top:2px;
    width: 18px;
    overflow: hidden;
    background: url(/images/259/Vendor-Restricted_New.png) no-repeat;
}

.tree-custom-leaf-label-wide-GoTo_Restricted {
    padding-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 126px;
    color:red;
}
.tree-custom-leaf-label-wide-GoTo_Restricted_ByDepthChart {
    padding-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
    color:red;
}
.tree-custom-leaf-label-wide-GoTo_Restricted_ByContact {
    padding-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 179px;
    color:red;
    cursor: help;
}
.tree-custom-Search-icon {
    float: left;
    height: 16px;
    width: 18px;
    overflow: hidden;
    margin-top: 2px;
    background: url(/images/273/small-search16_16.png) no-repeat;
}
.tree-custom-Serach-label-wide {
    padding-top: 2px;
    padding-left: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
    font-weight: bold;
    color: rgb(1, 116, 171);
}