﻿/* BasicGrid */

.ReferenceTable
{
    color: #333333;
    border-collapse: collapse;
    padding: 5px;
    font-size: 11px;
    border: 1px solid #CCCCCC;
}


.ReferenceGrid_HeaderStyle
{
    font-weight: bold;
    background-image: url(../img/basicGridHeaderBackGround.png);
    background-repeat: repeat-x;
    height: 30px;
}

.ReferenceGrid_HeaderStyle th
{
    border: none;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    font-weight: bold;
    text-align: center;
}

.ReferenceGrid_HeaderStyle td
{
    border: none;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    font-weight: bold;
    text-align: center;
    
}



/*basicgrid*/

.BasicGrid_Style
{
    background-color: White;
    color: #333333;
    border-collapse: collapse;
    padding: 5px;
    font-size: 11px;
    display: table;
    border: none;
}

.BasicGrid_Style > tbody > tr {
    height: 30px;
}

.BasicGrid_Style > tbody > tr > td
{
    padding: 5px;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
}

.BasicGrid_Style > tbody > tr > th
{
    
    border: 1px solid #CCCCCC;
    vertical-align: middle;
}

.BasicGrid_Style .BasicGrid_PagerStyle > td
{
    border: none;
}


.BasicGrid_Style a
{
    color: Black;
}

.BasicGrid_Style a:hover
{
    text-decoration: none;
}

.BasicGrid_RowStyle
{
    background-color: #EEEEEE;
    vertical-align: top;
    padding-top: 10px;
    border: none;
}

.BasicGrid_RowStyle > td
{
    border: none;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.BasicGrid_AlternatingRowStyle
{
    background-color: #FFFFFF;
    vertical-align: top;
    padding-top: 10px;
    border: none;
}

.BasicGrid_AlternatingRowStyle > td
{
    border: none;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.BasicGrid_FooterStyle
{
    background-color: #507CD1;
    font-weight: bold;
    color: White;
}
.BasicGrid_PagerStyle table
{
    border-collapse:separate;
    border-spacing:5px 0;
}

.BasicGrid_PagerStyle td
{
    border: 1px solid #CCCCCC;
    padding: 5px;
    
}

.BasicGrid_SelectedRowStyle
{
    background-color: #D1DDF1;
    font-weight: bold;
    color: #333333;
}

.BasicGrid_HeaderStyle, .BasicGridBorder_HeaderStyle, .BasicGridBorderLast_HeaderStyle
{
    font-weight: bold;
    background-image: url(../img/basicGridHeaderBackGround.png);
    background-repeat: repeat-x;
    height: 30px;
    border: 1px solid #ccc;
}
.BasicGrid_HeaderStyle th
{
    font-weight: bold;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.BasicGrid_HeaderStyle th.BasicGrid_EmptyCell
{
    padding-left: 0px;
    padding-right: 0px;
}

.BasicGridBorder_HeaderStyle th
{
    font-weight: bold;
    text-align: center;
    border-left: 1px solid Grey;
    border-top: 1px solid Grey;
    border-bottom: 1px solid Grey;
}

.BasicGridBorderLast_HeaderStyle th
{
    font-weight: bold;
    text-align: center;
    border-left: 1px solid Grey;
    border-top: 1px solid Grey;
    border-bottom: 1px solid Grey;
    border-right: 1px solid Grey;
}

.BasicGrid_EditRowStyle
{
    background-color: #CCD9FF;
}
.BasicGrid_AlternatingRowStyle
{
    background-color: White;
}

.BasicGrid_AlternatingFirstColumnStyle
{
    background-color: #eeeeee;
    text-align: center;
}

.BasicGrid_HiddenTbody
{
    display: none;
}

.BasicGrid_VisibleTbody
{
}

.BasicGrid_Style
{
    background-color: White;
}

.PopDiv
{
    border: 1px solid #aaa;
    position: absolute;
    z-index: 1000;
    background-color: #eeeeee;
    min-height: 30px;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

.PopDiv tr:first-child {
    font-weight: bold;
    line-height: 1.2em;
    vertical-align: middle;
    white-space: nowrap;
}

.PopDiv tr:first-child td:first-child {
    padding-right:0.5em;
}

/* ---- Popup used on wccal ---- */
div.popup {
    border: 1px solid #aaa;
    position: absolute;
    z-index: 1000;
    background-color: #eee;
    min-width: 12em;
    max-width: 20em;
    min-height: 3em;
    padding: 5px;
}

div.popup > h1 {
    display: inline;
    float: left;
    font-weight: bold;
    line-height: 1.8em;
    padding-right: 1em;
}

div.popup > a.close {
    display: block;
    height: 1.8em;
    float: right;
}

div.popup > div /* content */ {
    clear: both;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    max-height: 24em;
}
/* ---- End popup used on wccal ---- */

.TextBoxExtender, .TextBoxExtender100
{
    border: 1px solid #CCCCCC;
    position: absolute;
    z-index: 1000;
    background-color: #eeeeee;
    max-width: 300px;
    min-height: 30px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
}

.BasicGrid_Style .PopDiv
{
    padding: 1px;
}

.PopDivHidden
{
    display: none;
}

/*********************************************************/

.UserManagementTable
{
    /*border: dotted 1px LightGray;*/
    width: 100%;
}

.UserManagementTable th
{
    width: 13%;
}

.UserManagementTable a
{
    color: #000000;
}
.UserManagementTable td
{
    padding: 6px;
    border: 1px solid #CCCCCC;
    white-space: nowrap;
}
.UserManagementTable .Inner td, .UserManagementTable .Inner img
{
    padding: 0px;
    margin: 0px;
    border: 0px none;
}
.UserManagementTableArrow_0a
{
    background: white url(../Resources/UserManagementArrow_0a.png) no-repeat right center;
    height: 22px;
    width: 9px;
}
.UserManagementTable th.UserManagementTableArrow
{
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CCCCCC;
    width: 13%;
}
span.UserManagementTableArrow
{
    height: 26px;
    background-image: url(../img/basicGridHeaderArrowBackGround.png);
    background-repeat: no-repeat;
    background-position: right 2px;
    background-color: #FFFFFF;
    display: block;
    text-align: left;
    vertical-align: middle;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 4px;
    margin-top: -3px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 13px;
}
.UserManagementTableArrow_2
{
    background: white url(../Resources/UserManagementArrow_2.png) no-repeat left center;
    height: 22px;
    width: 10px;
}
.UserManagementTable th
{
    /*padding: 0px 4px;*/
    height: 28px;
    white-space: nowrap;
    background-image: url(../img/basicGridHeaderBackGround.png);
    font-weight: bold;
    color: #000000;
    text-align: center;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
}
.UserManagementTable tr.Disabled, .UserManagementTable tr.Disabled a, .UserManagementTable tr.Disabled td
{
    background-color: WhiteSmoke !important;
    color: Gray;
}
.UserManagementTable tr.Disabled_Alt, .UserManagementTable tr.Disabled_Alt a, .UserManagementTable tr.Disabled_Alt td
{
    background-color: #DCDCDC !important;
    color: Gray;
}

.UserManagementTableDisabled
{
   color:  #999999;
}

.lastHeader
{
    padding-right: 5px;
    padding-left: 5px;
}





/*dialogs*/


div.dialogtablewrapper
{
    border: 1px solid #AAA/*{borderColorContent}*/;
    background: white/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
    color: #222/*{fcContent}*/;
    font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
    font-size: 1.1em/*{fsDefault}*/;
    
    
    -moz-border-radius-bottomright: 4px/*{cornerRadius}*/;
    -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/;
    -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/;
    border-bottom-right-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/;
    -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/;
    -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/;
    border-bottom-left-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-topright: 4px/*{cornerRadius}*/;
    -webkit-border-top-right-radius: 4px/*{cornerRadius}*/;
    -khtml-border-top-right-radius: 4px/*{cornerRadius}*/;
    border-top-right-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-topleft: 4px/*{cornerRadius}*/;
    -webkit-border-top-left-radius: 4px/*{cornerRadius}*/;
    -khtml-border-top-left-radius: 4px/*{cornerRadius}*/;
    border-top-left-radius: 4px/*{cornerRadius}*/;
    padding: .2em;
    
}

table.dialogtable
{
/*    border-collapse: collapse;
    background-color: White;
    
    font-size: 12px;
    line-height: 15px;*/
}

.dialogtabel_header
{
    display: block; /*ie not table*/
    padding: .4em 1em;
    position: relative;
    
    -moz-border-radius-bottomright: 4px/*{cornerRadius}*/;
    -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/;
    -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/;
    border-bottom-right-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/;
    -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/;
    -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/;
    border-bottom-left-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-topright: 4px/*{cornerRadius}*/;
    -webkit-border-top-right-radius: 4px/*{cornerRadius}*/;
    -khtml-border-top-right-radius: 4px/*{cornerRadius}*/;
    border-top-right-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-topleft: 4px/*{cornerRadius}*/;
    -webkit-border-top-left-radius: 4px/*{cornerRadius}*/;
    -khtml-border-top-left-radius: 4px/*{cornerRadius}*/;
    border-top-left-radius: 4px/*{cornerRadius}*/;
    border: 1px solid #AAA/*{borderColorHeader}*/;
    background: #CCC/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
    color: #222/*{fcHeader}*/;
    font-weight: bold;
}

.dialogtabel_header a
{
}

.dialogtable_header_left
{
  /*  width: 10px;
    border: none;*/
}

.dialogtable_header_right
{
    /*width: 10px;
    text-align: right;
    padding-right: 5px;
    border: none;*/
}

.dialogtabel_actioncell_left
{
    /*text-align: left;
    padding-bottom: 10px;
    border: none;*/
}

.tabel_actioncell_right
{
    /*text-align: right;
    padding-bottom: 10px;
    border: none;*/
}

.dialogtabel_actioncell_right a
{
    /*margin: 0 10px 0 10px;
    color: #000000;
    border: none;*/
}

.dialogtabel_actioncell_left a
{
/*    margin: 0 10px 0 10px;
    color: #000000;
    border: none;*/
}
.dialogtable_header_right 
{
    display: block;
    
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
    -moz-border-radius-bottomright: 4px/*{cornerRadius}*/;
    -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/;
    -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/;
    border-bottom-right-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/;
    -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/;
    -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/;
    border-bottom-left-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-topright: 4px/*{cornerRadius}*/;
    -webkit-border-top-right-radius: 4px/*{cornerRadius}*/;
    -khtml-border-top-right-radius: 4px/*{cornerRadius}*/;
    border-top-right-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-topleft: 4px/*{cornerRadius}*/;
    -webkit-border-top-left-radius: 4px/*{cornerRadius}*/;
    -khtml-border-top-left-radius: 4px/*{cornerRadius}*/;
    border-top-left-radius: 4px/*{cornerRadius}*/;
    font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
    font-size: 1.1em/*{fsDefault}*/;
    
    

}

.dialogtable_header_right {
    border: transparent solid 1px;
    width: 16px;
    height: 16px;
}

.dialogtable_header_right a {
    display: block;
    
    background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/;
    background-position: -96px -128px;
    width: 16px;
    height: 16px;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: auto;
   
}

.dialogtable_header_right:hover {
    font-weight: normal/*{fwDefault}*/;
    color: #212121/*{fcHover}*/;
    
    border: 1px solid #999999/*{borderColorHover}*/; 
    background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; 
    font-weight: normal/*{fwDefault}*/; 
    color: #212121/*{fcHover}*/; 
}

.dialogtabel_content, .dialogtable_actioncell
{
  /*  position: relative; MEBO-140, MEBO-226 */
    border: 0;
    padding: .5em 1em;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    background: none;
    overflow: auto;
}

.dialogtable_popupbackground
{
   background: #AAA/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
   opacity: .3;
}

table.dialogtable input[type="file"] {
    width: 100%;
}

/*end of dialog**/




table.resulttable
{
    border-collapse: collapse;
    padding: 0px;
    border: 1px solid #CCCCCC;
}
table.resulttable * td.NoWrapCell
{
    white-space: nowrap;
}
table.resulttable * td
{
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 0px 3px;
    /* max-width: 30em; */
}
table.resulttable * th
{
    /* border-left: 1px solid white; */ /* border-bottom: 3px solid #2461BF; */ /* background-color: #507CD1; */
    color: white; /* padding: 0px 3px; */
    padding: 0px 3px;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0; /*max-width: 30em;*/
}
table.resulttable * th
{
    white-space: nowrap; /* min-width: 100px; */
    max-width: 30em;
}
table.resulttable * td.sortalternatingrowstyle
{
    background-color: #eeeeee;
}
table.resulttable * td.sortrowstyle
{
    background-color: #eeeeee;
}
table.resulttable * tr.popupHover, table.resulttable * tr.BasicGrid_RowStyle:hover
{
    background-color: #D6E7EF !important;
}

table.resulttable * tr.popupHover, table.resulttable * tr.BasicGrid_AlternatingRowStyle:hover
{
    background-color: #D6E7EF !important;
}



.resulttable .pagerstyle table td
{
    border-left: none;
    border-right: none;
}

table.resulttable * .pagerstyle
{
    color: #444444;
    background-color: #eeeeee; /* font-size: x-small; */
    text-align: left;
}

table.BasicGrid_Style * .pagerstyle
{
    color: #444444;
    background-color: #eeeeee; /* font-size: x-small; */
    text-align: left;
    border: none;
    font-size: 12px;
}

table.BasicGrid_Style * .pagerstyle td
{
    border: none;
    padding: 1px;
}

table.BasicGrid_Style * .pagerstyle select
{
    font-size: x-small;
}


table.resulttable * .pagerstyle select
{
    font-size: x-small;
}

table.resulttable * .next, table.resulttable * .previous
{
    background: transparent no-repeat scroll center;
    height: 1.1em;
    width: 16px;
    vertical-align: text-bottom;
}
table.resulttable * .previous
{
    background-image: url(Resources/previous.gif);
}
table.resulttable * .next
{
    background-image: url(Resources/next.gif);
}
table.resulttable * .gotopage
{
    font-size: x-small;
}
table.resulttable * tr.resulttable_subtable_container
{
    /*	display: none; */
}
div.subResultTableResizer
{
    padding: 5px;
    float: left;
    border: solid 1px black; /* 	position: relative; 	left: 5em; 	*/
    height: 250px;
}

table.resultsubtable * tr.SubRow:hover
{
    background-color: #D6E7EF !important;
}

.SubRowAlt
{
    background-color: #FFFFFF;
}

.SubRow
{
    background-color: #EEEEEE;
}

table.resultsubtable * tr.SubRowAlt:hover
{
    background-color: #D6E7EF !important;
}

table.resultsubtable * tr.HeaderRow th, .HeaderRow
{
    min-width: 100px;
    background-image: url(../img/basicGridHeaderBackGround.png);
    background-repeat: repeat-x;
    height: 30px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.HeaderRow a
{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

table.resultsubtable * tr.SubRow td
{
    min-width: 100px;
}

table.resulttable tr.thickBorder td
{
    border-top: 2px solid #B3C6E2;
}

table.resulttable * img.expand_button
{
    height: 16px;
    cursor: pointer;
}

.ResultTable_BoldCell
{
    font-weight: bold;
}


.ResultTable
{
}

.TempTabContainer
{
    font-family: Arial,Helvetica,sans-serif;
}

.loginFailed
{
    color: Red;
    font-weight: bold;
    padding-left: 10px;
}

.ResultTable_ErrorRow
{
    background-color: #EF9892;
}

.ResultTable_TxPendingRow
{
    background-color: #FFDD55;
}

td.ActionCell
{
    padding-top: 5px;
    padding-left: 2px;
    padding-right: 10px;
}

img.reportImage
{
    max-height: 70px;
    max-width: 70px;
}


.ReferenceTableImportDetailsTable
{
    width: 100%;
    border: 1px solid #999999;
}

.ReftabImportResult
{
    width: 100%;
    border: 1px solid #999999;
}

.ReftabImportResult th,
.ReftabImportResult td
{
    padding: 0.2em;
}

.ReftabImportResult th {
    font-weight: bold;
    border-bottom: 1px solid #999999;
    text-align: center;
}

.ReftabImportResult ul {
    list-style: circle;
    margin-left: 1em;
}

.ReftabImportResult td span {
    font-weight: bold;
}

.ReferenceTableImportDetailsImage
{
    vertical-align: middle;
}

.ReferenceTableImportDetailsRow
{
    background-color: #EEEEEE;
    height: 30px;
}

.ReferenceTableImportDetailsTable td
{
    padding-left: 8px;
}

.ReferenceTableImportDetailsTableName
{
    font-weight: bold;
}

.ReferenceTableImportDetailsColumnName
{
    text-transform: uppercase;
}

.ReferenceTableImportResultRow
{
    vertical-align: top;
}

.ReferenceTableImportResultRowAlternating
{
    vertical-align: top;
    background-color: #EEEEEE;
}

.ReferenceTableImportResultMessages
{
    list-style-type: none;
    padding-left: 1px;
}

.ReferenceImportOverflowDiv
{
    max-height: 500px;
    padding: 2px;
    overflow: auto;
}

.Margin3Bottom
{
    margin-bottom: 3px;
}

.Min100Width
{
    min-width: 100px;
}

.ValidationSummary
{
    color: Red;
    font-weight: bold;
}

.SettingsLeftCell
{
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    padding: 5px;
}

.SettingsLeftCellAlternating
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 5px;
}

.SettingsRightCell
{
    width:180px;
}

.SettingsMiddleCell
{
    width: 20px;
}

.FilterShowOnlyUserGroupsCheckbox
{
    margin-left:4px;
}

.FilterShowOnlyUserGroupsPanel
{
     border-top: 1px solid #CCCCCC;
     margin-top: 4px;
     padding-top: 4px;
}

.VerticalAutoOverflow
{
    overflow-y: auto;
}

.UpdateProgressModal 
{
    z-index: 999999;
    
    position:fixed; 
    top:0px; 
    left:0px; 
    bottom:0px; 
    right:0px;
}

div.UserManager p label {
    display: inline-block;
    width: 13em;
}

div.UserManager p select,
div.UserManager p input[type=text] 
{
    width: 150px;
}

div.FilterPopup select,
div.FilterPopup input[type=text] 
{
    display: block;
    margin: 0 0 6px 0;
    width: 10em;
}

div.UserColor {
    vertical-align:middle;
    display:inline-block;
    width:12px;
    height:12px;
}

div.UserManager table img {
    vertical-align:middle;
}

th.SortAsc {
    background-image: url(../img/spirit20/sort-asc.png);
}

th.SortDesc {
    background-image: url(../img/spirit20/sort-desc.png);
}

th.SortAsc,
th.SortDesc ,
th.Sortable {
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 20px;
}

div.UserManager div.FilterPopup {
    display: none;
    position: absolute;
    background-color: white;
    border:solid 1px #CCC;
    margin-top: 3px;
    padding: 5px;
}

div.UserManager table th img 
{
    float: right;
    cursor: pointer;
}

div.UserManager table th.Filtered
{
    padding-right: 5px;
}

.me-scrollable-radio-group {
    max-height: 150px;
    overflow: auto;
}

.me-scrollable-radio-group label {
    width: auto;
    vertical-align: middle;
}

.me-scrollable-radio-group input {
    vertical-align: middle;
}

.me-scrollable-radio-group td {
    padding-bottom: 1ex;
}