/* OIVM-page-specific rules. */

html {
    height: 100%;
    overflow: hidden;
}

body {
    background: #d2d2d3;
    color: #656565;
    font-family: Tahoma,Arial,Verdana;
    font-size: 8pt;
    height: 100%;
    margin: 0;
}

.mstrmojo-OIVMPage {overflow: hidden;}
.mstrmojo-OIVMPage-pathbar {
    overflow: hidden;
    transition: height 200ms;
}
.mstrmojo-OIVMPage-toolbar {
    /* Relative position allows us to set the z-index higher than the doc, so menus will float over the doc. */
    position: relative;
    z-index: 2;
    padding: 0px;
    border-bottom: 1px solid #ddd;
    background: #3b3b3b;
}

.tbBrowseParentFSM .mstrmojo-Button-text {
  background-position: -218px -400px;
}
.tbClose .mstrmojo-Button-text {
    background-position: -158px -500px;
}

.tbTogglePathBar  .mstrmojo-Button-text,
.tbTogglePathBar  .mstrmojo-Button-text:hover {background: url(vi/images/toolbar_icons.png) no-repeat -38px -176px;}
.tbTogglePathBar  .mstrmojo-Button-text:hover {background-position: -38px -206px;}

.tbTogglePathBar.on  .mstrmojo-Button-text {background-position: 2px -176px;}
.tbTogglePathBar.on  .mstrmojo-Button-text:hover {background-position: 2px -206px;}

.tbClose,
.tbTogglePathBar {
    position: absolute;
    top: 3px;
}
.tbClose {right: 8px;}
.tbTogglePathBar {right: 39px;}

/** CSS for Context Menu **/
.mstrmojo-ContextMenu,
.mstrmojo-ContextMenuItem td {
    background: #3F3F3F;
    color: #f2f2f2;
    white-space: nowrap;
    padding:0px;
  }

.mstrmojo-ContextMenuItem .mstrmojo-CMI-text:hover{
    background: #252525;
    color: #FFF;
}

.mstrmojo-ToolBar-cell .mstrmojo-Button {
   width: 23px;
}

.mstrmojo-itemwrap-table .mstrmojo-CMI-left img,
.mstrmojo-itemwrap-table .mstrmojo-CMI-right img{
    height:0px;
    width:0px;
}

.mstrmojo-itemwrap-table .mstrmojo-CMI-left {
    background:  #3F3F3F;
    border: none;
}

/* layout container for group by and document */
.mstrmojo-OIVMPage-layout {
    /* Relative position allows us to set the z-index lower than the ToolBar. */
    position: relative;
    z-index: 1;
}

/* Multi-Layout tabs */

.mstrmojo-layout-tabs {
    border-bottom: 1px solid #999;
    height: 25px;
    padding-top: 2px;
}

.mstrmojo-layout-tabs .mstrmojo-TabButton {
    border: 1px solid #b2b2b2;
    background: #F5F5F5 none;
    color: #000;
    cursor: pointer;
    font-family: Verdana;
    font-size: 9pt;
    line-height: 28px;
    margin: 5px 1px 0 4px;
    padding: 4px 8px;
}

.mstrmojo-layout-tabs .mstrmojo-TabButton.selected {
    background: #FFFFFF none;
    border-bottom-width: 0;
    color: #000;
    cursor: default;
    font-weight: bold;
    padding-bottom: 5px;
}

.mstrmojo-ScrollingTabStrip {white-space: nowrap;}
.mstrmojo-ScrollingTabStrip .c {
    height: 25px;
    overflow:visible;
    float: left;
}
.mstrmojo-ScrollingTabStrip .mstrmojo-Button {
    float: left;
    cursor: pointer;
    height: 21px;
    margin: 1px;
    width: 22px;
}
.mstrmojo-ScrollingTabStrip .mstr-Button.disabled {cursor: default;}
.mstrmojo-ScrollingTabStrip .l {
    background: url(../../../style/mstr/images/btnMoveLeft.gif) no-repeat scroll left 50% transparent;
    position: relative;
    background-color: #FFFFFF;
    z-index: 2;
    left: -1px;
}
.mstrmojo-ScrollingTabStrip .l.disabled {
    background: url(../../../style/mstr/images/btnMoveLeft.gif) no-repeat scroll right 50% transparent;
}
.mstrmojo-ScrollingTabStrip .r {
    background: url(../../../style/mstr/images/btnMoveRight.gif) no-repeat scroll left 50% transparent;
    position: relative;
    background-color: #FFFFFF;
    z-index: 2;
    right: -3px;
}
.mstrmojo-ScrollingTabStrip .r.disabled {
    background: url(../../../style/mstr/images/btnMoveRight.gif) no-repeat scroll right 50% transparent;
}

.mstrmojo-ScrollingTabStrip {}


.mstrmojo-Doc {
    position: relative; /* to correctly position popups that use absolute positioning */
}

/* Group By */
.mstrmojo-DocGroupBy {
    cursor: default;
    font-family: Tahoma,Arial,Verdana;
    font-size: 8pt;
    background-color: #fff;
}

.mstrmojo-DocGroupBy-title {
    background: #D5D6D8 url(../../../style/mstr/images/theme/red/pgbyHeader.gif) repeat-x scroll left 0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    border: 1px solid #999;
    border-width: 0 1px 1px 0;
    color: #000;
    float: left;
    margin: -3px 4px 1px 2px;
    overflow: hidden;
    padding: 5px;
}

/* The following rule seems to not be used anywhere in our markup. TO DO: remove.
.mstrmojo-GroupBy-unit {
    border: 1px solid #999999;
    float: left;
    margin: 2px;
    padding: 2px 1px 1px 5px;
}
*/
.mstrmojo-DocGroupBy-unit {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 5px;
}

.mstrmojo-DocGroupBy-unit select {  /* was: bgUnitSelect select */
    margin-left: 3px;
}

.mstrmojo-DocInfoWindow {
    position:absolute;
    z-index: 5;
}

.mstrmojo-DocInfoWindow > .mstrmojo-portlet{
    position: relative;
}

.mstrmojo-DocInfoWindow-wrapper {
    -webkit-transform: none !important;
}

.mstrmojo-DocInfoWindow-tip{
    position:absolute;
    z-index: 6;
    width:0;
    height:0;
}

.mstrmojo-DocInfoWindow-tip.hidden{
    display:none;
}

.mstrmojo-DocInfoWindow-tip.left,
.mstrmojo-DocInfoWindow-tip.right{
    border-top:15px solid transparent;
    border-bottom:15px solid transparent;
}
.mstrmojo-DocInfoWindow-tip.left{
    border-right:15px solid #C0C0C0;
}
.mstrmojo-DocInfoWindow-tip.right{
    border-left:15px solid #C0C0C0;
}
.mstrmojo-DocInfoWindow-tip.top,
.mstrmojo-DocInfoWindow-tip.bottom {
    border-left:15px solid transparent;
    border-right:15px solid transparent;
}
.mstrmojo-DocInfoWindow-tip.top{
    border-bottom:15px solid #C0C0C0;
}
.mstrmojo-DocInfoWindow-tip.bottom{
    border-top:15px solid #C0C0C0;
}

.mstrmojo-DocInfoWindow-curtain{
    background: transparent url(images/1ptrans.gif) left top repeat;
    position:absolute;
    width: 100%;
    left:0px;
    top:-30px;
    bottom:0px;
    z-index: 4;
}

.mstrmojo-DocInfoWindow-close{
    background:transparent url(../../../style/mstr/images/buttons.png) -23px -1px no-repeat;
    height: 17px !important;
    cursor: pointer;
}
/* TQMS 648403: center the title */
.mstrmojo-portlet-titlebar .ifw,
.mstrmojo-portlet-titlebar .ifp{
    width: 18px !important;
}

.mstrmojo-portlet-titlebar .pst-r.ifw,
.mstrmojo-portlet-titlebar .pst-r.ifp,
.mstrmojo-portlet-titlebar .ifw.ifp {
    width: 36px !important;
}

.mstrmojo-portlet-titlebar .pst-l.ifw,
.mstrmojo-portlet-titlebar .pst-l.ifp,
.mstrmojo-portlet-titlebar .ifw.ifp {
    width: 37px !important;
    border-right: 0;
}

.mstrmojo-portlet-titlebar .pst-r.ifw.ifp {
    width: 54px !important;
}

.mstrmojo-portlet-titlebar .pst-l.ifw.ifp {
    width: 55px !important;
}

.mstrmojo-portlet-titlebar .mstrmojo-Box.pst-l {
    height: 19px;
    border-left: 1px solid #999;
    border-right: 0;
}

.mstrmojo-portlet-titlebar .mstrmojo-Box.ifp {
    height: 20px;
}

/* Needed for IE7 */
.mstrmojo-DocGroupBy-unit,
.mstrmojo-DocGroupBy-unit select,
.mstrmojo-DocGroupBy-unit select option {
    font-size: 8pt;
}

.mstrmojo-DocLayoutViewer-layout {
    overflow:auto;
    position:relative;
}

/* Document and Document Objects */
.mstrmojo-DocLayout,
.mstrmojo-DocSection {
    position: relative;
}

.mstrmojo-DocSection {
    font-size: 0;   /* for IE */
    z-index: 1; /* Ensures ctxt menus for DocLayout (which use z-index >1) float above DocSections */
}
.mstrmojo-DocSubsection {
    overflow: hidden;
    position: relative;
}


.mstrmojo-DocLine,
.mstrmojo-DocRectangle,
.mstrmojo-DocRoundRectangle,
.mstrmojo-DocImage{
    overflow: hidden;
    position: absolute;
}
.mstrmojo-DocTextfield{
    position: absolute;
}
.mstrmojo-DocTextfield-valueNode{
    overflow: hidden;
}
.mstrmojo-DocButton{
    position: absolute;
    border-radius: 2px;
    -moz-user-select: -moz-none;
    cursor: default;
}
.mstrmojo-DocButton:hover{
    -moz-box-shadow: 0px 1px 5px 1px #777;
    -webkit-box-shadow: 0px 1px 5px 1px #777;
    box-shadow: 0px 1px 5px 1px #777;
}
.mstrmojo-DocButton.pressed{
    -moz-box-shadow: inset 0px 1px 5px 1px #888;
    -webkit-box-shadow: inset 0px 1px 5px 1px #888;
    box-shadow: inset 0px 1px 5px 1px #888;
}
.mstrmojo-DocButton .mstrmojo-LinkInfo-buttonNode{
    z-index: 3;
}
.mstrmojo-DocButton-Container{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.mstrmojo-DocButton-IconNode,
.mstrmojo-DocButton-ValueNode{
    overflow: hidden;
    position: absolute;
}
.mstrmojo-DocButton-IconMaskNode {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent url(images/1ptrans.gif) left top repeat;
}
.mstrmojo-DocButton .mstrmojo-DocButton-EffectOverlay {
    position:absolute;
    width:100%;
    height:50%;
    top:0px;
    left:0px;
    display:none;
    z-index: 1;
}
.mstrmojo-DocButton.gloss .mstrmojo-DocButton-EffectOverlay{
    display:block;
    background-image:linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));/* W3C */
    background-image:-webkit-gradient(linear, center top, center bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));/* Chrome, Safari4+ */
    background-image:-moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); /* FF3.6+ */
    background-image:-o-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));  /* Opera 11.10+ */
    background-image:-ms-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); /* IE10+ */
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#88ffffff', EndColorStr='#00ffffff'); /* IE6 - IE9*/
}
.mstrmojo-DocButton .hilight,
.mstrmojo-DocButton.pressed .normal{
    display:none;
}
.mstrmojo-DocButton.pressed .hilight{
    display:block;
}
.mstrmojo-DocButton-IconNode img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
}
.mstrmojo-DocButton-ValueNode{
    left: 0px;
    right: 0px;
}
.mstrmojo-DocButton.Custom{
    border-radius: 0px;
}
.mstrmojo-DocButton.Custom .mstrmojo-DocButton-IconNode,
.mstrmojo-DocButton.IconOnly .mstrmojo-DocButton-IconNode,
.mstrmojo-DocButton.Custom img{
    width: 100%;
    height: 100%;
}
.mstrmojo-DocButton.CaptionOnly .mstrmojo-DocButton-IconNode{
    display: none;
}
.mstrmojo-DocButton.IconRight .mstrmojo-DocButton-IconNode{
    right: 0px;
}
.mstrmojo-DocButton.IconOnly .mstrmojo-DocButton-ValueNode,
.mstrmojo-DocButton.Custom .mstrmojo-DocButton-ValueNode{
    display: none;
}
.mstrmojo-DocButton.CaptionOnly .mstrmojo-DocButton-ValueNode,
.mstrmojo-DocButton.IconTop .mstrmojo-DocButton-ValueNode{
    text-align: center;
}
.mstrmojo-DocButton.IconLeft .mstrmojo-DocButton-ValueNode,
.mstrmojo-DocButton.IconRight .mstrmojo-DocButton-ValueNode{
    text-align: left;
}
.mstrmojo-DocSumTextfield-value{
    position:static;
}
.mstrmojo-DocTextfield.hasLink > DIV.mstrmojo-DocTextfield-valueNode,
.mstrmojo-DocButton.hasLink,
.mstrmojo-DocImage.hasLink img {
    cursor: pointer;
}
.mstrmojo-DocLinkMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}

.mstrmojo-DocXtabGraph{
    overflow: hidden;
    position: absolute;
    font-size: 8pt; /* TODO remove. Currently since subsection font size is 0, we can not use the cascaded font-size. If we found a solution to not set 0 for subsection, we should remove this line */
}
.mstrmojo-DocSelector {
    position: absolute;
    overflow: visible; /* for tooltip */
}
.mstrmojo-DocSelector .content,
.mstrmojo-DocSelector .filter {
    position: absolute;
    left: 0;
    top: 0;
}

.mstrmojo-DocHTMLContainer {
    overflow: auto;
    position: absolute;
}
.mstrmojo-DocSelector .buttonSelected {
    border-style: inset;
    width: 100%;
}
.mstrmojo-DocSelector .buttonUnselected {
    border-style: outset;
    width: 100%;
}
.mstrmojo-DocSelector .linkSelected {
    background-color: #7FCEFF;
}
.mstrmojo-DocSelector .linkUnselected {
    background-color: transparent;
}
.mstrmojo-DocSelector .mstrmojo-ButtonItem {border-width: 2px;}


.mstrmojo-DocSelector.strikeout .selected.nAll {
    text-decoration: line-through !important;
    display: block; /*Hack - <INPUT> for FF3*/
}

.mstrmojo-DocSelector.strikeout .mstrmojo-DocSelector-DropDownList .strikeoutContainer,
.mstrmojo-DocSelector.strikeout .container {
    position:absolute;
    width: 100%;
    left: 0;
    height:0;
    top: 0.8em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 1px solid #000;
}

.mstrmojo-DocSelector.strikeout .mstrmojo-DocSelector-DropDownList-select OPTION {
    text-decoration: none; /* override other pre-defined 'inherit' behavior at OPTION level*/
}

.mstrmojo-DocSelector .wait{
    background: url("images/circle-loader-2.gif") no-repeat scroll center center transparent;
}
.mstrmojo-DocSelector .error{
    border: 1px solid #FF0000 !important;
}

.mstrmojo-DocXtabGraph img {
    background: transparent url(images/circle-loader-grad.gif) 50% 50% no-repeat;
    display: block;
    height: 100%;
    width: 100%;
    border-width: 0px; /* Without setting border width to 0, some browsers will display an ugly blue border around image with map. */
}
.mstrmojo-DocXtabGraph-txt {
    color: #c00;
    font-weight: bold;
    position: absolute;
    left: 0;
    margin-top: -.5em;
    text-align: center;
    top: 50%;
    width: 100%;
}
.gp-tooltip {
    background-color:#FDFFB4;
    border:1px solid #FCC90D;
    color:#000000;
    overflow:visible;
    text-align:left;
    white-space:nowrap;
    opacity:0.9;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.mstrmojo-DocPanelStack {
    font-family: Tahoma,Arial,Verdana;
    font-size: 8pt;
    overflow: hidden;
    position: absolute;
}
/* hide the buttons inside table control */
.tableControl .mstrmojo-ActionSelector {
	display:none !important;
}

.mstrmojo-ActionSelector.disabled .mstrmojo-ButtonItem {
    color: #AAA !important;
    cursor: auto !important;
}

.mstrmojo-ActionSelector .mstrmojo-ListBox-table input[type="button"] {
    background-color: transparent !important;
}

.mstrmojo-ActionSelector .mstrmojo-LinkListHoriz td{
    border-left: none transparent;
}

.mstrmojo-ButtonListHoriz .mstrmojo-ButtonItem {
    /*DE20860 background needs to be transparent to reflect the color set in the editor*/
    background-color: transparent;
}

.mstrmojo-ButtonList .mstrmojo-ButtonItem {
    background-color: transparent;
}

.mstrmojo-DocPanel {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mstrmojo-DocSubPanel-content {
    overflow: hidden;
}

.mstrmojo-DocPanelStack .scroll > .mstrmojo-DocSubPanel-content {
    overflow: auto;
}

.mstrmojo-DocSubPanel-title {
    display: none;
}

.mstrmojo-DocGridGraph {
    position: absolute;
}

.mstrmojo-DocGridGraph-container {
    height: 100%;
    position: relative;
    width: 100%;
}
.mstrmojo-DocGridGraph-msg {
    overflow: hidden;
    display: none;
}

.mstrmojo-DocSelector-DropDownList {
    height: 100%;
    overflow: visible;
    width: 100%;
}
.mstrmojo-DocSelector-DropDownList-select {
    width: 100%;
    cursor:pointer;
}


.mstrmojo-DocRoundRectangle-l1 {
    height: 1px;
    margin: 0 4px;
    overflow: hidden;
}

.mstrmojo-DocRoundRectangle-l2 {
    height: 1px;
    margin: 0 2px;
    overflow: hidden;
}

.mstrmojo-DocRoundRectangle-l3 {
    height: 2px;
    margin: 0 1px;
    overflow: hidden;
}


.fsbp_0 {}

.fsbp_1 {
    /*vertical-align:top      !important; *//* US147370/DE122409 vertical cell alignment issue*/
    border-bottom-color: transparent !important;
}

.fsbp_2 {
    border-bottom-color: transparent !important;
    border-top-color: transparent !important;
    text-decoration: none !important;
}

.fsbp_3 {
    border-top-color: transparent !important;
    text-decoration: none !important;
}

.mstrmojo-floating-toolbar-lightbox {
    display: none;
    position: absolute;
    top: 0;
    height: 0;
    overflow: visible;
    width: 100%;
}
.hasToolBar:hover .mstrmojo-floating-toolbar-lightbox {
    display: block;
}

.mstrmojo-fixed-toolbar-lightbox {
    float: left;
}

.mstrmojo-floating-toolbar {
    position: absolute;
    top: -27px;
    left: 0;
    z-index: 3;
}

.mstrmojo-fixed-toolbar {
    padding-left: 5px;
}

.mstrmojo-fixed-toolbar-cell,
.mstrmojo-floating-toolbar-cell {
    background-color: #cecdd7;
    background-image: url(images/popup_bg.gif);
    background-position: left top;
    background-repeat: repeat-x;
    border: 1px solid #000066;
    padding: 1px;
}
.mstrmojo-floating-toolbar .mstrmojo-Button {
    float: right;
}

.mstrmojo-DocLayout-HBox-HorizContainerTable {
    border-collapse: collapse;
}

.mstrmojo-DocLayout-HBox {
    overflow: hidden;
    position: relative;
}

.mstrmojo-DocLayout-HBox table td {
    padding: 0;
}

/* only needed by FF to propogate text-decoration down to label */
.mstrmojo-DocSelector div,
.mstrmojo-DocSelector table,
.mstrmojo-DocSelector tbody,
.mstrmojo-DocSelector tr,
.mstrmojo-DocSelector td,
.mstrmojo-DocSelector input,
.mstrmojo-DocSelector label  {
    color: inherit;
}
/* Simulate <select> list appearance for mojo. */
.mstrmojo-DocSelector .mstrmojo-ListBox {
    -moz-appearance:menulist;
    -moz-box-sizing:border-box;
    -moz-user-select:none;
    -x-system-font:-moz-list;
    background-color:-moz-field;
    background-color:#ffffff;
    border:2px inset threedface;
    color:-moz-fieldtext;
    cursor:default;
    font-family:-moz-use-system-font;
    font-size:-moz-use-system-font;
    font-size-adjust:-moz-use-system-font;
    font-stretch:-moz-use-system-font;
    font-style:-moz-use-system-font;
    font-variant:-moz-use-system-font;
    font-weight:-moz-use-system-font;
    line-height:normal !important;
    margin:0;
    text-align:start;
    text-indent:0;
    text-shadow:none;
    white-space:nowrap !important;
    word-wrap:normal !important;
}
.mstrmojo-DocSelector .mstrmojo-ListBox-table {
    width: 100%;
}
.mstrmojo-DocSelector .mstrmojo-ListBox-item,
.mstrmojo-DocSelector .mstrmojo-ListBoxHoriz-item {
    /*    background-color: #ffffff; */
}

.mstrmojo-DocSelector .mstrmojo-ListBox .mstrmojo-ListBox-item { /*TQMS 393421*/
    margin: 0;
    white-space: pre;
}

.mstrmojo-DocSelector .content .mstrmojo-LinkListHoriz{ /* TQMS 530884 */
      overflow-y: hidden;
}

/*DE44117 the input in the search box needs to match the width of the panel */
.mstrmojo-DocSelector .mstrmojo-SimpleObjectInputBox.mstrmojo-SearchBoxSelector input {
    width: 97%;
}

#mstrSelectorMenu .mstrmojo-InteractiveButton:hover,
#mstrSelectorMenu .mstrmojo-InteractiveButton.selected:hover,
#mstrXtabCellMenu .mstrmojo-InteractiveButton:hover,
#mstrXtabCellMenu .mstrmojo-InteractiveButton.selected:hover {  /*override interactive button behavior for menu item*/
    background-color: #252525 ;
    color: #FFF;
    border: 0px;
    padding: 1px;
}
#mstrXtabCellMenu .mstrmojo-InteractiveButton.selected { /*do not need default interactive button behavior*/
    border: 0px;
    padding: 1px;
    background-color: transparent;
}

#mstrSelectorMenu .mstrmojo-InteractiveText {
    border: 0 !important;
    color: #000 !important;
    padding: 2px 25px !important;
}
#mstrSelectorMenu .mstrmojo-InteractiveText:hover,
#mstrSelectorMenu .mstrmojo-InteractiveText.selected:hover {  /*override interactive button behavior for menu item*/
    background-color: #252525 ;
    color: #FFF;
}
#mstrSelectorMenu .mstrmojo-InteractiveText.selected { /*do not need default interactive button behavior*/
    background-color: #252525;
    color: #FFF;
}


/* For DropDownButton, used as a child of the XTab overlay */
.mstrXtabCellHoverPopup .mstrmojo-Button {
    background-color: transparent;
    background-image: url(vi/images/menu_icons.png);
    background-position: -60px 0px;
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
}

.mstrXtabCellHoverPopup .mstrmojo-Button:hover {
    background-position: -60px -30px;
}

/*scroller*/

.mstrmojo-DocSelector.extSlider {
    text-align:left !important;
}
.sc {
    height: 100%;
    width: 100%;
}

.sc-v {
    margin-left: 2px;
}
.sc-h {
    margin-top: 2px;
}
.sc .bk {
    border: 1px solid #B2B2B2;
}
.sc .cont {
    font-size: 1px; /* for IE 7, if one of cont's child is visible and fit to content situation, then the inherited font size 10 pt will make the cont taller than neccessary, so set it to a very small number here.*/
}
.sc-v .sd {
    margin-left: 1px;
}
.sc-h .sd {
    margin-top: 1px;
}
.sc-v .bk {
    background: transparent url(images/scroller/bg-v.gif) 0 0 repeat-y;
    width: 5px;
    height: 100%;
}
.sc-h .bk {
    background: transparent url(images/scroller/bg-h.gif) 0 0 repeat-x;
    margin-top: 1px;
    height: 5px;
    width: 100%;
}

.sc-h .bk.attslider {
    position: absolute;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    left: 9px;
}

.strikeout .sc-h .bk.attslider {
    background: #34abeb;
}

.sc .gh {
    z-index: 1000;
}
.sc .gh div {
    opacity: 0.4;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40); /*IE*/
    z-index: 1;
}
.sc2 .sd {
    border-color: #4e554e;
    border-style: solid;
    left: 0;
    position: absolute;
    top: 0;
}
.sc-v.sc2 .sd {
    background: transparent url(images/scroller/bg-thumb-v.gif) 0 0 repeat-y;
    border-width: 0 1px;
    width: 9px;
}
.strikeout .sc-v.sc2 .sd {background-image: url(images/scroller/bg-thumb-v_blue.gif);}

.sc-h.sc2 .sd {
    background: transparent url(images/scroller/bg-thumb-h.gif) 0 0 repeat-x;
    border-width: 1px 0;
    height: 9px;
}

.sc-h.sc2 .sd.attslider {
    height: 5px;
    margin-top: 1px;
    border: none;
    background: none;
    min-width: 10px;
}

.strikeout .sc-h.sc2 .sd {background-image: url(images/scroller/bg-thumb-h_blue.gif);}

.strikeout .sc-h.sc2 .sd.attslider {
    background: none;
}

.sc .sd div {
    cursor: pointer;
    position: absolute;
}
.sc2 .sd .t1,
.sc2 .sd .t3 {
    background: transparent url(images/scroller/tickers.gif) 0 0 no-repeat;
    height: 11px;
    width: 11px;
}

.sc2 .sd .t1.attslider,
.strikeout .sc2 .sd .t1.attslider,
.sc-h.sc2 .sd .t3.attslider {
    top: -3px;
    height: 14px;
    width: 14px;
    background: url(images/scroller/slider_knob.png);
}


.sc-v.sc2 .sd .t1.attslider,
.sc-v.sc2 .sd .t3.attslider {
    height: 14px;
    width: 14px;
    background: url(images/scroller/slider_knob.png);
    left: -5px;
    z-index: 100;
}
.sc-v.sc2 .sd .t1.attslider {
    top: -9px;
}
.sc-h.sc2 .sd .t1.attslider,
.sc-h.sc2 .sd .t3.attslider {
    top: -4px;
    background-position: 0px 0px;
    z-index: 100;
}

.sc-v.sc2 .sd .t2.attslider {
    background: #34ABEB;
}
.strikeout .sc-v.sc2 .sd .t2.attslider {
    background: #FFFFFF;
}

.sc-v .bk.attslider {
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
}

.strikeout .sc-v .bk.attslider {
    background: #34ABEB;
}

.sc-v.sc2 .sd.attslider {
    width: 5px;
    border: none;
    min-height: 12px;
}

.strikeout .sc-v.sc2 .sd.attslider {
    background: none;
}

.strikeout .sc2 .sd .t1,
.strikeout .sc2 .sd .t3 {background-image: url(images/scroller/tickers_blue.gif);}

.sc-v.sc2 .sd .t1,
.sc-v.sc2 .sd .t3 {
    left: -1px;
}
.sc-v.sc2 .sd .t1 {
    top: -11px;
}
.sc-h.sc2 .sd .t1,
.sc-h.sc2 .sd .t3 {
    top: -1px;
}
.sc-h.sc2 .sd .t1 {
    background-position: -11px 0px;
    left: -11px;
}
.sc2 .sd .t2 {
    height: 100%;
    width: 100%;
}
.sc-v.sc2 .sd .t2 {background: transparent url(images/scroller/thumb-v.gif) 50% 50% no-repeat;}
.strikeout .sc-v.sc2 .sd .t2 {background-image: url(images/scroller/thumb-v_blue.gif);}

.sc-h.sc2 .sd .t2 {
    background: transparent url(images/scroller/thumb-h.gif) 50% 50% no-repeat;
}

.sc-h.sc2 .sd .t2.attslider {
    background: #34abeb;
    margin-top: 1px;
}

.strikeout .sc-h.sc2 .sd .t2.attslider {
    background: #FFFFFF;
}

.strikeout .sc-h.sc2 .sd .t2 {background-image: url(images/scroller/thumb-h_blue.gif);}

.sc-v.sc2 .sd .t3 {
    background-position: 0 -11px;
    bottom: -11px;
}
.sc-h.sc2 .sd .t3 {
    background-position: -11px -11px;
    right: -11px;
}

/** scroller tooltip */
.sc-tooltip {
    color: #000000;
    border: 1px solid rgb(178,178,178);
    background: #fff url(images/scroller/InfoIcon.gif) no-repeat;
    padding-left: 16px;
}

.sc-tooltip span{
    padding-left: 3px;
    padding-right: 3px;
    border-left: 1px solid rgb(178,178,178);
    height: 100%;
    font-family:Tahoma,Arial,Verdana,Helvetica,sans-serif;
    font-size:8pt;
    white-space: nowrap;
}
.sc-tooltip span::selection{
    background-color: transparent;
}
.sc-tooltip span::-moz-selection{
    background-color: transparent;
}
.sc-tooltip .mstrmojo-Label {
    padding-left: 3px;
    padding-right: 3px;
    border-left: 1px solid rgb(178,178,178);
    height: 100%;
    font-family:Tahoma,Arial,Verdana,Helvetica,sans-serif;
    font-size:8pt;
    white-space: nowrap;
}

/*metric slider tooltip*/
.scm-tooltip{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border:1px solid #999;
    background-color: white;
    background-image: -moz-linear-gradient(top, #ddd, #fff);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fff));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#dddddd',EndColorStr='#ffffff') progid:DXImageTransform.Microsoft.Shadow(color='#A6A6A6',Direction=135,Strength=4);
    padding-left: 0px;
}
.scm-tooltip span{
    padding-left: 3px;
    padding-right: 3px;
    height: 100%;
    font-family:Tahoma,Arial,Verdana,Helvetica,sans-serif;
    font-size:8pt;
    white-space: nowrap;
}

.sc-tooltip span,
.scm-tooltip span{
    border: none;
}
/*------------------*/
/** single selection version of scroller */
.sc1 .sd {
    left: 0;
    position: absolute;
    top: 0;
}
.sc1 .sd .t1,
.sc1 .sd .t3{
    display: none;
    width: 0px;
    height: 0px;
}
.sc1 .sd .t2 {
    background: transparent url(images/scroller/splitters.gif) 0 0 no-repeat;
    cursor: pointer;
    left: 0px;
    position: absolute;
    top: 0px;
}
.strikeout .sc1 .sd .t2 {background: url(images/scroller/splitters_blue.gif);}

.strikeout .sc1 .sd .t2.attslider,
.sc1 .sd .t2.attslider {
    background: url(images/scroller/slider_knob.png);
}

.sc-v.sc1 .sd {
    height: 0px;  /* single slider's ticker does not have a length, so the mouse position will just be the ticker position */
}
.sc-v.sc1 .sd .t2{
    background-position: -19px -3px;
    height: 13px;
    margin-left: 2px;
    width: 19px;
    top: -6px;    /* centered the ticker image on the ticker div .sd */
}

.sc-v.sc1 .sd .t2.attslider {
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    left: -7px;
}

.sc-h.sc1 .sd {
    width: 0px; /*single slider's ticker does not have a length, so the mouse position will just be the ticker position*/
}
.sc-h.sc1 .sd .t2{
    background-position: -3px 0;
    height: 10px;
    top: 0px;
    width: 13px;
    left: -6px;   /* centered the ticker image on the ticker div .sd */
}

.sc-h.sc1 .sd .t2.attslider {
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    top: -4px;
}
/** end of single selection version of scroller */

/*start of metric scroller*/
.mstrmojo-Slider {
    position: relative;
}

.mstrmojo-portlet-container .mstrmojo-Slider .cont {
    margin-top: 13px;
}

.mstrmojo-portlet-container .mstrmojo-Slider.sc-v .cont {
    margin-top: 0px;
}

.mstrmojo-Slider-summary {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
    margin: 4px auto auto;
    text-align: center;
}
.scm .sd {
    left: 0;
    position: absolute;
    top: 0;
}

.extSlider .sc-v,
.extSlider .sc-h {
    margin: 0;
}

.sc-h.scm .sd .t1,
.sc-h.scm .sd .t3{
    height: 15px;
    width: 15px;
}
.sc-h.scm .sd .t1,
.sc-h.scm .sd .t3 {
    background-image: url(../css/images/scroller/slider_knob.png);
}

.sc-v.scm .sd .t1,
.sc-v.scm .sd .t3 {
    width: 15px;
    height: 6px;
    border: 1px solid grey;
}

.sc-h.scm .sd .t1,
.sc-h.scm .sd .t3,
.strikeout .sc-h.scm .sd .t1,
.strikeout .sc-h.scm .sd .t3 {
    top: -4px;
    z-index: 24;
}
.sc-v.scm .sd .t1,
.sc-v.scm .sd .t3,
.strikeout .sc-v.scm .sd .t1,
.strikeout .sc-v.scm .sd .t3 {
    left: -4px;
    z-index: 24;
}

.sc-h.scm .sd .t1 {
    left: -6px;
}
.sc-h.scm .sd .t3 {
    right: -6px;
}
.sc-v.scm .sd .t1 {
    top: -6px;
}
.sc-v.scm .sd .t3 {
    bottom: -6px;
}

/*start of highlight*/
.strikeout .sc-h.scm .sd .t1,
.strikeout .sc-h.scm .sd .t3 {
    background: url(../css/images/scroller/slider_knob.png);
}

.strikeout .sc-h.scm .t2.bk{
    background-image: url("images/scroller/bg-h.gif");
}

.strikeout .sc-h.scm .bk,
.sc-h.scm .t2.bk {
    background: #34ABEB;
}

.sc-h.scm .bk,
.strikeout .sc-h.scm .t2.bk {
    background: #FFFFFF;
}

.sc-h.scm .bk {
    height: 5px;
    border-left: 0px;
    margin-top: 0px;
    border: 1px solid #cecece;
}

.sc-h.scm .bk.left {
    border-radius: 5px 0px 0px 5px;
}
.sc-h.scm .bk.right {
    border-radius: 0px 5px 5px 0px;
}

/*end of highlight*/

/*start of invalid status*/
.sc-h.scm.invalid .t1,
.sc-h.scm.invalid .t3,
.sc-h.scm.invalid .sd .t1:hover,
.sc-h.scm.invalid .sd .t3:hover,
.strikeout .sc-h.scm.invalid .sd .t1,
.strikeout .sc-h.scm.invalid .sd .t3,
.strikeout .sc-h.scm .sd .t1:hover,
.strikeout .sc-h.scm .sd .t3:hover {
    background: url(../css/images/scroller/slider_knob.png);
}

.strikeout .sc-h.scm.invalid .bk,
.sc-h.scm.invalid .t2.bk {background: #989898;}
/*end of invalid status*/

/*end of metric scroller*/

/*start of edit value box*/
.qs,
.edvl {
    border: 1pt solid #ccc;
    left: 0;
    position: absolute;
    z-index: 25;
    text-align:left;
    top: 0;
    -moz-border-radius:2px 2px 2px 2px;
    -moz-box-shadow:2px 2px 2px #666666;
    -webkit-border-radius:2px 2px 2px 2px;
    -webkit-box-shadow:2px 2px 2px #666666;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#A6A6A6',Direction=135,Strength=4)";
    background:none repeat scroll 0 0 #F0F0F0;
}

.mstrmojo-DocLayout .mstrmojo-Popup.edvl,
.mstrmojo-DocLayout .edvl .mstrmojo-Popup-content {
    min-width: 0;
}

.qs .icn,
.edvl .icn {
    display: inline;
    height: 15px;
    width: 16px ;
    cursor: pointer;
}

.qs .apply,
.edvl .apply{
    background: transparent url(../../../images/Apply.gif) no-repeat ;
}

/*end of edit value box*/

/*Start of  metric qualification selector*/
.edvl .mstrmojo-TextBox,
.qs .mstrmojo-TextBox {
    border: 1pt solid #ccc;
    width: 54px;
    -moz-border-radius:2px 2px 2px 2px;
    -webkit-border-radius:2px 2px 2px 2px;
}
/*End of metric qualification selector*/


/* For images, this ensures that there is no outer border;
 for text fields, this ensures that text color is not changed to 'blue', but inherits its color. */
.mstrmojo-DocTextfield a {
    color: inherit;
    text-decoration:  inherit;
}
.mstrmojo-DocImage a img{
    border: none;   /* "inherit" would work for FF, but not for IE. In IE we have to explicitly specify "none" */
}


.mstrmojo-LinkInfo-buttonNode {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.mstrmojo-DocImage:hover .mstrmojo-LinkInfo-buttonNode,
.mstrmojo-DocTextfield:hover .mstrmojo-LinkInfo-buttonNode,
.mstrmojo-DocButton:hover .mstrmojo-LinkInfo-buttonNode {
    display: block;
}

.mstrmojo-LinkInfo-buttonNode .mstrmojo-Button {
    background-image: url(vi/images/menu_icons.png);
    background-position: -60px 0px;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
}

.mstrmojo-LinkInfo-buttonNode .mstrmojo-Button:hover {
    background-position: -60px -30px;
}


.mstrmojo-DocLayout .mstrmojo-Popup{
    min-width: 105px;
}
.mstrmojo-DocLayout .mstrmojo-Popup-content{
    min-width: 100px;
}
.mstrmojo-DocLayout .mstrmojo-Xtab .mstrmojo-Popup,
.mstrmojo-DocLayout .mstrmojo-Xtab .mstrmojo-Popup-content {
    /* Overwrites previous rules because the Xtab's popup is just
       a small narrow button. TO DO: review & possibly modify the previous rules
       to only apply to the DocTextfield & DocImage popups specificially.
    */
    min-width: 0;
}
/* For DocPortlet */
.mstrmojo-portlet-container,
.mstrmojo-portlet-slot-shadow {
    position: absolute;
}
.mstrmojo-portlet-titlebar {
    cursor: default;
    table-layout: fixed;
    vertical-align: top;
    width: 100%;
    overflow: hidden;
}
.mstrmojo-portlet-titlebar-table {table-layout: fixed;}
.floating .mstrmojo-portlet-titlebar-table {table-layout: auto;}
.mstrmojo-portlet-titlebar td{
    vertical-align: top;
}
.mstrmojo-portlet-titlebar .mstrmojo-portlet-slot-toolbar-left,
.mstrmojo-portlet-titlebar .mstrmojo-portlet-slot-toolbar {
    width: 1%;
}
.mstrmojo-portlet-titlebar .mstrmojo-Button {
    height: 20px;
    margin: 0 1px;
    width: 15px;
}

.mstrmojo-portlet-titlebar .mstrmojo-ToolBar.grouped .mstrmojo-ToolBar-innertable {
  margin: 0;
}

.mstrmojo-portlet-titlebar .tbGrid .mstrmojo-Button-text {
	background-image: url(../../../style/mstr/images/buttons.png);
    background-position: -45px -152px;
}


.mstrmojo-portlet-titlebar .tbGrid .mstrmojo-Button-text:hover  {
	background-image: url(../../../style/mstr/images/buttons.png);
    background-position: -65px -152px;
}


.mstrmojo-portlet-titlebar .tbGraph .mstrmojo-Button-text {
	background-image: url(../../../style/mstr/images/buttons.png);
    background-position: -5px -152px;
}

.mstrmojo-portlet-titlebar .tbGraph .mstrmojo-Button-text:hover {
	background-image: url(../../../style/mstr/images/buttons.png);
    background-position: -25px -152px;
}

.mstrmojo-portlet-titlebar .tbPrev .mstrmojo-Button-text {
   background-position: -340px -520px;
}
.mstrmojo-oivmSprite.disabled.tbPrev .mstrmojo-Button-text {
    background-image: url(../../../style/mstr/images/toolbar_i.png);
    background-position: -340px -520px;
}

.mstrmojo-portlet-titlebar .tbNext .mstrmojo-Button-text {
    background-position: -360px -520px;
}

.mstrmojo-oivmSprite.disabled.tbNext .mstrmojo-Button-text {
    background-image: url(../../../style/mstr/images/toolbar_i.png);
    background-position: -360px -520px;
}

.mstrmojo-portlet-titlebar .tbDown {
    height:20px;
}

.mstrmojo-portlet-titlebar .tbDown .mstrmojo-Button-text {
    background: transparent url(../css/vi/images/menu_icons.png) -60px 2px no-repeat;
 }

.mstrmojo-portlet-titlebar .tbDown:hover .mstrmojo-Button-text {
    background-position: -60px -28px;
 }


.mstrmojo-portlet-slot-toolbar .mstrmojo-Button.mx,
.mstrmojo-portlet-slot-toolbar .mstrmojo-Button.rs,
.mstrmojo-portlet-slot-toolbar .mstrmojo-Button.mn{
    background: transparent url(../../../style/mstr/images/buttons.png) top left no-repeat;
}
.mstrmojo-portlet-slot-toolbar .mstrmojo-Button.mx{
    background-position: -43px -3px;
}
.mstrmojo-portlet-slot-toolbar .mstrmojo-Button.rs{
    background-position: -83px -3px;
}
.mstrmojo-portlet-slot-toolbar .mstrmojo-Button.mn{
    background-position: -63px -3px;
}
/* collapse/expand css for selectors in the filter panel */
.mstrmojo-portlet-titlebar .wrap {
    width: 18px;
}
.mstrmojo-portlet-slot-toolbar-left .mstrmojo-Button.ex{
    background: transparent url(../../../style/mstr/images/buttons.png) top left no-repeat;
    background-position: -100px -90px;
}
.mstrmojo-portlet-slot-toolbar-left .mstrmojo-Button.co{
    background: transparent url(../../../style/mstr/images/buttons.png) top left no-repeat;
    background-position: -141px -110px;
}
/* following to remove the fixed height in original toolbar cell */
.mstrmojo-portlet-titlebar .mstrmojo-HBox-cell {
    height: auto;
    width: 1%;
}
.mstrmojo-portlet-title div{
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
    width: 100%;
    text-overflow: ellipsis;
}

.mstrmojo-portlet-title .error {
    color: #FF0000;
}
.mstrmojo-portlet-titlebar .spm,
.mstrmojo-portlet-titlebar .qks {
    width: 21px;
}
.mstrmojo-portlet-titlebar .resize {
    width: 38px;
}
.mstrmojo-portlet-titlebar .grid-menu{
    width: 56px;
}

.mstrmojo-portlet-titlebar.floating.visible .grid-menu{
    width: 21px;
}

.mstrmojo-portlet-slot-toolbar-left qks .mstrmojo-ToolBar.grouped {
   padding-top: 0;
}

.mstrmojo-portlet-slot-toolbar-left.qks .mstrmojo-ToolBar.grouped {
   padding: 0;
}

.mstrmojo-portlet-slot-toolbar-left .mstrmojo-ToolBar.grouped .mstrmojo-ToolBar-cell {
    height: 20px;
}


.mstrmojo-portlet-titlebar .pst-l {
    width: 18px;
    border-right: 1px solid #999;
}
.mstrmojo-portlet-titlebar .pst-r {
    width: 18px;
    border-left: 1px solid #999;
}

/* for floating tool bar */
.mstrmojo-portlet-titlebar.floating{
    position: absolute;
    display: none;
    top: -30px;
    table-layout:auto;
    z-index: 1000!important;
    border-spacing: 0;
}

.mstrmojo-portlet-titlebar.floating:hover,
.mstrmojo-portlet-titlebar.floating .mstrmojo-ToolBar.grouped {
    margin: 0px;
}
.mstrmojo-portlet-titlebar.floating.visible{
    display: block;
    height:auto;
    background-color:  #f2f2f2;
    padding: 3px 3px 0 3px;
    opacity: 0.95;
}


.mstrmojo-portlet-titlebar.floating .qks,
.mstrmojo-portlet-titlebar.floating,
.mstrmojo-portlet-titlebar.floating .resize {
    width: auto;
}
/* end of for floating tool bar */


.mstrmojo-FilterPanel-Btn {
    cursor: pointer;
    width: auto;
    min-width: 28px;
    height: 28px;
    margin: 2px 0 2px 3px;
    text-align: center;
}
/*
.mstrmojo-FilterPanel-Btn.disabled,
.mstrmojo-FilterPanel-Btn.disabled:hover {
    color : #666;
    background: #f3f3f3;
    opacity: 1 !important;
}
*/
.mstrmojo-FilterPanel-Btn:hover {
    background: transparent url(images/btnHoverGrad.gif) repeat-x scroll left 0px;
    color: #163156;
}

.mstrmojo-FilterPanel-Btn.expandAll {
    background: transparent url(images/btnExpandAll.png) no-repeat scroll left top;
}

.mstrmojo-FilterPanel-Btn.expandAll:hover {
    background: transparent url(images/btnExpandAllHover.png) no-repeat scroll left top;
}

.mstrmojo-FilterPanel-Btn.collapseAll {
    background: transparent url(images/btnCollapseAll.png) no-repeat scroll left top;
}

.mstrmojo-FilterPanel-Btn.collapseAll:hover {
    background: transparent url(images/btnCollapseAllHover.png) no-repeat scroll left top;
}

.mstrmojo-FilterPanel-Btn.clearAllSeg {
    background: transparent url(images/btnClearAllSeg.png) no-repeat scroll left top;
}

.mstrmojo-FilterPanel-Btn.clearAllSeg:hover {
    background: transparent url(images/btnClearAllSegHover.png) no-repeat scroll left top;
}

.mstrmojo-FilterPanel-Btn.saveSeg {
    background: transparent url(images/btnSaveSeg.png) no-repeat scroll left top;
}

.mstrmojo-FilterPanel-Btn.saveSeg:hover {
    background: transparent url(images/btnSaveSegHover.png) no-repeat scroll left top;
}

.mstrmojo-FilterPanel-Btn.loadSeg {
    background: transparent url(images/btnLoadSeg.png) no-repeat scroll left top;
}
.mstrmojo-FilterPanel-Btn.loadSeg:hover {
    background: transparent url(images/btnLoadSegHover.png) no-repeat scroll left top;
}
/*
.mstrmojo-FilterPanel-Btn.apply,
.mstrmojo-FilterPanel-Btn.apply.disabled,
.mstrmojo-FilterPanel-Btn.apply.disabled:hover {
    background: transparent url(images/btnApply.png) no-repeat scroll left top;
    width: 80px;
    margin-right: 3px;
}
*/
.mstrmojo-FilterPanel-Btn.apply:hover {
    background: #a7d6f4 url(images/btnApplyHover.png) no-repeat scroll left top;
}

.mstrmojo-portlet-buttonbar {
    width: 100%;
    height: 0px;
}

.mstrmojo-portlet-buttonbar.ifp {
	height: auto;
	overflow: auto;
}

.mstrmojo-portlet-buttonbar.fp {
    height: 32px;
}

.mstrmojo-portlet-buttonbar .rbox{
    float: right;
}

.mstrmojo-portlet-buttonbar .lbox{
    float: left;
}

.fpgb .mstrmojo-portlet-titlebar.dark .mstrmojo-portlet-slot-toolbar-left .mstrmojo-Button.co {
   background: url(images/ticker_dark_co.png) no-repeat 3px 3px;
}
.fpgb .mstrmojo-portlet-titlebar.dark .mstrmojo-portlet-slot-toolbar-left .mstrmojo-Button.ex {
    background: url(images/ticker_dark_ex.png) no-repeat 3px 3px;
}
.fpgb .mstrmojo-portlet-titlebar.light .mstrmojo-portlet-slot-toolbar-left .mstrmojo-Button.co {
    background: url(images/ticker_light_co.png) no-repeat 3px 3px;
}
.fpgb .mstrmojo-portlet-titlebar.light .mstrmojo-portlet-slot-toolbar-left .mstrmojo-Button.ex {
    background: url(images/ticker_light_ex.png) no-repeat 3px 3px;
}

.sp-tooltip {
    max-width: 500px;
    white-space:normal;
}


/* end of for DocPortlet */


.mstrmojo-docvisualization {
    position: absolute;
    overflow: hidden;
    font-size:10pt;
}


/** start of Transaction Grid **/
/*editable-cell*/
.ec {
    cursor: pointer;
}

.ec.invalid,
.editable-field .invalid {
    background:#FFFFFF url(../../../style/mstr/images/errorLine.gif) repeat-x scroll left bottom;
}

.ec .mstrmojo-Label,
.mstrmojo-DocTextfield .mstrmojo-Label {
    font-size: 1em;
}

.editable-field .mstrmojo-DocTextfield-valueNode {
    cursor: pointer !important;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.editable-field.disabled .mstrmojo-DocTextfield-valueNode {
    cursor: auto !important;
    background-color: #AFAFAF !important;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.editable-column {
    background-image: url(images/edit_yellow.png);
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 13px;
}

.flag-container {
    position: absolute;
    height: 0px;
    width: 0px;
    visibility: visible;
    z-index: 100;
    right: 0px;
}

.mstrmojo-Xtab .flag-container {
    left: 0px;
}

.mstrmojo-progress.recalculate {
    display: none !important;
}

.fullscreen-mask,
.mstrmojo-Xtab-overlay.wait {
    background: #f5f5f2 url(images/preloader_balls.gif) 50% 50% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    height: 100%;
    left: 0;
    position: absolute;
    opacity: .3;
    top: 0;
    width: 100%;
    display: block;
    z-index: 100;
}

.dirty-cell {
    background-image: url(images/valueupdated-triangle.png);
    background-repeat: no-repeat;
}

.flag-container .dirty-cell {
    width:10px;
    height:10px;
    opacity: 0.7;
    position:absolute;
    left: 0px;
    top: 0px;
}

.mstrmojo-data-modified {
    /*color: #FF0000 !important;*/
    background-color: #C9E2F2 !important;
}

.xtab-dic-disabled {
    background-color: #AFAFAF;
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.xtab-dic-disabled > span {
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

/*Button toggle*/

.mstrmojo-ImageToggle {
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
}

.mstrmojo-ImageToggle.unselected {
    background-color: #FFFFFF;
}

.markSelection td {
    background-color: #FFFFCC;
}
.mstrmojo-fullscreen-curtain {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #FFF;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
}

.mstrmojo-Editor.mstrmojo-TextFieldDIC-ValidationError .mstrmojo-Editor-close{
	display: none;
}

.mstrmojo-MarkRowDIC:focus, .editable-field *:focus {
    outline: 1px dotted;
    outline: auto -webkit-focus-ring-color !important;

}
/** end of Transaction Grid **/


.mstrmojo-Xtab {
    overflow: visible;
    position: absolute;
}

.mstrmojo-Xtab-msg {
    overflow: hidden;
    display: none;
}

.mstrmojo-Xtab-content {
    overflow: hidden;
    /*position: relative;*/
    z-index: 1;    /* Ensures xtab popups will float over xtab data content. */
    position: relative;
}

.mstrmojo-Xtab-content.noVis{
    font-size:10pt;
}

.mstrmojo-Xtab-overlay {
    display: none;
}

.xtab-td {
    overflow:hidden !important;
}

.xtab-td.showGridBorder {
    position: relative;
    z-index: -1;
}

.mstrmojo-Xtab .cn-curtain {
    background-color: #FFFFFF;
}
/** **/
.xrsz.hasOwnAvatar,
.mstrmojo-Xtab .xrsz {
    position: absolute;
    top: 0;
    width: 6px;
    background: none;
    height: 100%;
    z-index: 1000;
    cursor: w-resize;
}

.mstrmojo-Xtab .xrsz:active {
    margin-left: 3px;
}

.mstrmojo-Xtab .xrsz:active:hover,
.xrsz.hasOwnAvatar {
    width: 1px;
    border-left: 1px dashed #23A3D3;
}

.xrsz.hasOwnAvatar {
    width: auto;
}

.xrsz.hasOwnAvatar .xrsz-ttp {
    position: relative;
    background-color: #000;
    opacity: 0.6;
    color: rgb(255, 255, 255);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: rgb(55, 69, 95) 0px 0px 3px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 10px;

    left: -50%;
    line-height: 15px;
    margin-top: -23px;
    padding: 1px 4px;
}

.xrsz.hasOwnAvatar .xrsz-anchr {
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: rgba(0,0,0,0.5);
    top: -5px;
    position: absolute;
    left: -5px;
}
/** **/


/*default xtab cell css*/
.xtab-cell {
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
}



/* Xtab hover hiliting */

.hl:hover {
    background-image: url(images/xtabcell-hover.gif) !important;
    background-repeat: repeat-x !important;
    background-position: left bottom !important;
    background-color: #E0E9F7 !important;
    border-color: #E0E9F7 !important;
}
.html5vi .hl {text-decoration: none;}

.mstrmojo-Xtab .xtab-tr,
.mstrmojo-Xtab .xtab-bl {
	overflow:hidden;
}

/* Transaction */

.mstrmojo-EditButton {
	position:absolute;
	top:-16px;
	left:0px;
	width: 16px;
	height: 16px;
	background-image: url(images/expand.png);
	z-index: 1;
}

.mstrmojo-EditButton.close {
	background-image: url(images/collapse.png);
}

.mstrmojo-OIVMDICPopup {
	position:absolute;
	z-index: 100;
	overflow: visible;
	background-color: #E6E6E6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-left: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #ADAAAD;
	border-bottom: 1px solid #ADAAAD;
}

.mstrmojo-OIVMDICPopup .boxtip {
	top: 61px;
	height:15px;
	width:27px;
	background-image: url(images/bottomTip.png);
	background-repeat: no-repeat;
}
.mstrmojo-OIVMDICPopup .boxtip.up {
    background-image: url(images/topTip.png);
    top: -15px;
}

.mstrmojo-OIVMDICPopup .mstrmojo-TimePicker {
	padding-top: 1px;
}

.mstrmojo-Button.stepper {
	height: 8px !important;
	width: 15px !important;
	border: 1px solid #949494;
	background-color: #f1f1f1;
	background-position:center 2px;
}

.mstrmojo-Button.stepper:hover {
	border: 1px solid #3c7fb1;
	background-color: #b0dbf7;
}

.mstrmojo-Button.stepper.down {
	background-image: url(images/arrow_blk_down_5x7.gif);
	background-repeat: no-repeat;
}

.mstrmojo-Button.stepper.up {
	background-image: url(images/arrow_blk_up_5x7.gif);
	background-repeat: no-repeat;
}

.mstrmojo-Clock-time {
	width: 157px;
	height: 157px;
	background-image: url(images/clockbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #E7E7E7;
}

.mstrmojo-OIVMDICPopup > DIV {
	padding-left: 1px;
	padding-top: 1px;
	position: absolute;
}

.mstrmojo-OIVMDICPopup .toolbar {
	right:0px;
	z-index:2;
}

.mstrmojo-OIVMDICPopup.inline {
	padding: 0px;
}

.mstrmojo-OIVMDICPopup.inline .toolbar,
.mstrmojo-OIVMDICPopup.inline .boxtip,
.mstrmojo-OIVMDICPopup.below .boxtip {
	display: none;
}

.mstrmojo-OIVMDICPopup.above {
	padding: 6px 6px 11px 6px;
}

.mstrmojo-OIVMDICPopup .tbApply .mstrmojo-Button-text {
    background-position: -33px 0;
}

.mstrmojo-OIVMDICPopup .tbApply.greyed .mstrmojo-Button-text {
    background-position: left 0;
}

.mstrmojo-OIVMDICPopup .tbCancel .mstrmojo-Button-text {
    background-position: right 0;
}

.mstrmojo-OIVMDICPopup .mstrmojo-oivmSprite .mstrmojo-Button-text {
    background-image: url(images/apply_cancel.png);
    background-repeat: no-repeat;
}

.mstrmojo-OIVMDICPopup .mstrmojo-ToolBar {
	padding-right: 6px;
}

.mstrmojo-OIVMDICPopup .mstrmojo-Button {
	width: 27px;
	height: 26px;
}

.mstrmojo-OIVMDICPopup .mstrmojo-VBox {
	padding-top:6px;
}


.dataInputControl TEXTAREA,
.dataInputControl INPUT {
	background-color: #FFFFCC;
	border-color: #B5B8C8;
}

.dataInputControl .mstrmojo-SearchableDropDownList INPUT {
	background-color: #FFFFFF;
}

/*SwitchBox*/
.mstrmojo-SwitchBox {
	height: 27px;
	width: 94px;
	position: relative;
	overflow: hidden;
	background-image: url(images/iphone_switch_container_off.png);
}

.mstrmojo-SwitchBox img {
	display: block;
	height: 27px;
	width: 188px;
	position: absolute;
	background-image: url(images/iphone_switch.png);
}

/*ListDIC*/

.mstrmojo-ListDIC .mstrmojo-Pulldown-Popup {
	max-height: 400px;
	overflow: auto;
}

.mstrmojo-ListDIC .mstrmojo-SearchableDropDownList,
.mstrmojo-ListDIC .mstrmojo-SearchableDropDownList input {
	padding: 0px;
	margin: 0px;
	font-size: inherit;
}

.mstrmojo-ListDIC .mstrmojo-SearchableDropDownList {
    height: auto;
}

.mstrmojo-ListDIC .mstrmojo-SearchableDropDownList .mstrmojo-Pulldown-boxNode {
    height: auto;
    line-height: normal;
}

.mstrmojo-ListDIC .mstrmojo-SearchableDropDownList input {
	width: 100%;
}

/** STEPPERDIC **/
.mstrmojo-StepperDIC {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    margin: auto;
    width: 124px;
}

.mstrmojo-StepperDIC .mstrmojo-StepperDIC-Operator {
    width:30px;
    height: 18px;
    text-align:center;
    border: solid 1px;
    font: normal 12pt Arial;
    color: black;
}

.mstrmojo-StepperDIC .mstrmojo-DataInputControl {
	text-align:center;
	width:60px;
	height: 16px;
	color: inherit;
	border: solid 1px black;
	/*TQMS 984560: StepperDIC do not need specific box-sizing property, defined by other css selector*/
 	-webkit-box-sizing: inherit;
	moz-box-sizing: inherit;
	box-sizing: inherit;
	line-height: normal;
	padding: 1px 0px;
}

/*Slider*/
.mstrmojo-PopupSlider {
	text-align: inherit;
	margin-top: 6px;
	height: 0;
	outline: none !important;
}

.mstrmojo-PopupSlider .mstrmojo-Slider {
	margin-top: 0px;
}

.mstrmojo-PopupSlider .valueText {
	white-space:nowrap;
	overflow:visible;
	width:30px;
	text-align:left;
	font-weight:bold;
	padding-left:4px;
}

.mstrmojo-PopupSlider .minText {
	padding-right:6px;
	padding-top:1px;
	text-align:right;
}

.mstrmojo-PopupSlider .maxText {
	padding-left:3px;
	text-align:left;
	padding-top:1px;
}

.mstrmojo-PopupSlider .sliderPart {
	margin: 5px 10px 3px;
	white-space: nowrap;
}

.mstrmojo-SliderGroup {
	position: relative;
	left: 0px;
	top: 0px;
	text-align:	inherit;
}

.mstrmojo-SliderGroup .mstrmojo-Slider {
	position: relative;
	margin-top: 3px;
}

.mstrmojo-SliderGroup .valuePart {
	position: absolute;
	width: 40%;
	left: 0px;
	overflow: hidden;
}

.mstrmojo-SliderGroup .sliderPart {
	position: absolute;
	left: 0px;
}

.mstrmojo-SliderGroup .valueLabel,
.mstrmojo-SliderGroup .minText,
.mstrmojo-SliderGroup .maxText {
	display: none;
}

.mstrmojo-SliderGroup .valueText {
	font-size:inherit;
	text-align:inherit;
	margin-right: 1px;
}

.mstrmojo-SliderGroup .mstrmojo-Slider {
	width:auto;
	height:auto;
	text-align:left;
}

.mstrmojo-PopupSlider .mstrmojo-Slider.sc-h .t2,
.mstrmojo-SliderGroup .mstrmojo-Slider.sc-h .t2 {
	top: -5px;
}


.mstrmojo-SliderGroup .sc1 .sd .t2,
.mstrmojo-PopupSlider .sc1 .sd .t2 {
      background: transparent url(images/slider_dot.png) 0 0 no-repeat;
      cursor: pointer;
      position: absolute;
}

.mstrmojo-Slider.unset .sd .t2 {
      background: transparent url(images/outofrange.png) 0 0 no-repeat;
      cursor: pointer;
      position: absolute;
}

.mstrmojo-SliderGroup .sc-h.sc1 .sd .t2,
.mstrmojo-PopupSlider .sc-h.sc1 .sd .t2{
      height: 15px;
      width: 15px;
}

/* Elastic Textarea */

.mstrmojo-ElasticTextArea {
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    padding: 2px 5px 2px 2px;
	-moz-border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px #999999;
	-webkit-box-shadow: 5px 5px 5px #999999;
	box-shadow: 5px 5px 5px #999999;
	background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#909090', GradientType=1); /* for IE */
	background: -webkit-gradient(linear, left top, right top, from(#ccc), to(#909090)); /* for webkit browsers */
	background: -moz-linear-gradient(left,  #ccc,  #909090); /* for firefox 3.6+ */
    position: absolute;
    left: 0;
    top: 0;
}

.mstrmojo-ElasticTextArea TEXTAREA {
	background: #FFFFCC;
}

.mstrmojo-ElasticTextAreaContent {position: relative;}
.mstrmojo-ElasticTextArea .eta-bar {
    height: 1em;
    line-height: 1.1em;
    width: 100%;
    font-family: Arial;
    font-size: inherit;
    padding-top: 1px;
    text-align: center;
}

.mstrmojo-ElasticTextArea .eta-tip {
    background: url("images/tri-red.png") no-repeat scroll 0 0 transparent;
    position: absolute;
    height: 15px;
    bottom: -10px;
    width: 15px;
}

.mstrmojo-ElasticTextArea .eta-text {
    border: 1px solid #ccc;
    overflow: hidden;
    font-family: Tahoma,Arial,Verdana;
    font-size: inherit;
    padding: 0;
    margin: 0;
    resize: none;
}

.mstrmojo-ElasticTextAreaButton {
    background: url("images/Blue.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 16px;
    width: 17px;
}
.mstrmojo-DropDownButton-iconNode.mstrmojo-ElasticTextAreaButton-iconNode {
	background: none;
}

.mstrmojo-ElasticTextAreaButton.filled.editing,
.mstrmojo-ElasticTextAreaButton.editing {
    background: url("images/Blue_edit.png") no-repeat scroll 0 0 transparent;
}

.mstrmojo-ElasticTextAreaButton.filled {
    background: url("images/Blue_edit_txt.png") no-repeat scroll 0 0 transparent;
}

.mstrmojo-ElasticTextAreaButton:hover {
    background: url("images/Blue_edit.png") no-repeat scroll 0 0 transparent;
}

/* Transaction end */

/*Info window wait icon*/
.mstrmojo-DocInfoWindow-wrapper.wait .mstrmojo-DocInfoWindow{
    /*Waiting info window*/
    background: url("images/circle-loader-2.gif") no-repeat center center;
    background-color: #EBEBEB;
    /*background-size: 40px 25px;*/
}
.mstrmojo-DocInfoWindow-wrapper.wait .mstrmojo-DocInfoWindow > div{
    display: none;
}
/*TQMS 568971: in IE7, the red line is not shown when validation fails*/
.mstrmojo-TextFieldDIC {
    line-height: 1;
}

/*TQMS 1006739: overlay default css styles of mstrmojo-TextBox*/
.mstrmojo-TextBox.mstrmojo-TextFieldDIC {
    padding: 1px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mstrmojo-MarkRowDIC {
    background: url(images/editor-button.png) no-repeat 0 -281px;
    padding-left: 20px;
    height: 18px;
    line-height: 14px;
    margin: 3px;
    cursor: default;
}
.mstrmojo-MarkRowDIC.checked {
    background-position: 0 -299px;
}
.mstrmojo-MarkRowDIC.grayed {
    background-position: 0 -182px;
}

.dataInputControl .mstrmojo-DateTextBox-input {
    height: 100%;
    min-height: 18px;
}
.mstrmojo-Xtab td.required,
.mstrmojo-DocTextfield.required {
    outline: 1px solid #F00;
    border: 1px solid #F00;
}

input.highlighted{
    border: 1px solid yellow;
}

.mstrmojo-TableLayoutList table {
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.mstrmojo-TableLayoutList .dicContainer {
	height: 100%;
}

.mstrmojo-TableLayoutList.radio td {
    width: 85px;
    height:25px;
}

.mstrmojo-TableLayoutList.scale td {
    width: 20px;
    height: 20px;
}

.mstrmojo-TableLayoutList.rate td {
    width: 21px;
    height: 21px;
}

.mstrmojo-TableLayoutList.rate .left_text,
.mstrmojo-TableLayoutList.rate .right_text,
.mstrmojo-TableLayoutList.radio .left_text,
.mstrmojo-TableLayoutList.radio .right_text,
.mstrmojo-TableLayoutList.check .left_text,
.mstrmojo-TableLayoutList.check .right_text {
    display: none;
}

.mstrmojo-TableLayoutList .item_title  {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 2px 5px;
	text-align: center;
}

.mstrmojo-TableLayoutList .item_wrapper {
	cursor: pointer;
}

.mstrmojo-TableLayoutList.radio .item {
    margin-top: 4px;
    padding-left: 15px;
    /*line-height: 14px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mstrmojo-TableLayoutList.scale .item_wrapper .item,
.mstrmojo-TableLayoutList.radio .item .item_bg {
    content: '';
    background: url(images/editor-button.png) no-repeat 0 -251px;
    display: inline-block;
    width: 20px;
    height: 16px;
    overflow: hidden;
    vertical-align: middle;
}

.mstrmojo-TableLayoutList.rate.default .item_wrapper .item{
    background: url(images/rating.png) no-repeat -21px 0;
}

.mstrmojo-TableLayoutList.rate.default .item_wrapper.less_equal .item{
    background: url(images/rating.png) no-repeat 0 0;
}

.mstrmojo-TableLayoutList.rate.stars_dots .item_wrapper .item{
    background: url(images/rating.png) no-repeat -21px -21px;
}

.mstrmojo-TableLayoutList.rate.stars_dots .item_wrapper.less_equal .item{
    background: url(images/rating.png) no-repeat 0 -21px;
}

.mstrmojo-TableLayoutList.scale .item_wrapper .item{
    height: 15px;
    width: 15px;
    margin: auto;
}

.mstrmojo-TableLayoutList.rate .item_wrapper .item{
    height: 19px;
    width: 19px;
    margin: auto;
}

.mstrmojo-TableLayoutList.check .item_wrapper .item {
	background: none;
	padding: 0;
}

.mstrmojo-TableLayoutList.check .item {
	background: url(images/editor-button.png) no-repeat 0 -281px;
}

.mstrmojo-TableLayoutList.scale .item_wrapper.selected .item,
.mstrmojo-TableLayoutList.radio .item_wrapper.selected .item .item_bg,
.mstrmojo-TableLayoutList.radio .item.selected .item_bg {
    background-position: 0 -265px;
}

.mstrmojo-TableLayoutList.check .item.selected {
    background-position: 0 -299px;
}

.mstrmojo-TableLayoutList.scale .left_text,
.mstrmojo-TableLayoutList.scale .right_text {
	padding: 0px 10px;
    width: 45px;
    height: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mstrmojo-TableLayoutList.scale .item_wrapper .item,
.mstrmojo-TableLayoutList.rate .item_wrapper .item {
	font-size: 0
}

.mstrmojo-RankDIC {
    border: 1px solid #aaa;
    background: #aaa;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.mstrmojo-RankOption {
    cursor: move;
    margin: 3px 2px;
    text-align: center;
    position: relative;
    clear: both;
}

.mstrmojo-RankOption div {
	display: inline-block;
}

.mstrmojo-RankOption .index {
    cursor: pointer;
    width: 20px;
    float: left;
    background: #EEE;
    text-align: center;
    user-select: auto;
    -moz-user-select: auto;
    -webkit-user-select: auto;
}
.mstrmojo-RankOption .moveup,
.mstrmojo-RankOption .movedown {
    cursor: pointer;
    float: right;
    width: 20px;
    margin-left: 2px;
    text-align: center;
}

.mstrmojo-RankOption .moveup {
	background: #EEE url(images/arrow_white_sprite.gif) no-repeat 5px 2px;
}

.mstrmojo-RankOption .movedown {
	background: #EEE url(images/arrow_white_sprite.gif) no-repeat 5px -12px;
}

.mstrmojo-RankOption .disabled {
	background-color: #FFF;
}

.mstrmojo-DocTextfield.editable-field .curtain {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #DADADA;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.mstrmojo-DocTextfield.editable-field .curtain.disabled {
    display: none;
}

.dataInputControl .mstrmojo-TextArea.disabled,
.dataInputControl .mstrmojo-DateTextBox-input.disabled,
.mstrmojo-TableLayoutList.disabled .tableLayoutList
{
    background-color: #DADADA;
}
/* Transaction end */

/** Survey Visualization **/
.mstrmojo-SurveyVis {
	position: absolute;
	background-color: white;
	z-index: 12;
	left: 0;
	top: 0;
	padding: 0px 5px;
	font-size: 10pt;
	font-family: Arial,Tahoma,Verdana;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel {
	position: relative;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.black {
	color: #fff;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel .header {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	height: 80px;
	background: #999;
	background: -moz-linear-gradient(top, #8A8A8A, #373737);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8A8A8A), to(#373737));
	box-shadow: 2px 4px 6px 1px #CCC;
	position: relative;
	z-index: 2;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact .header {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	height: 28px;
	line-height: 28px;
	background: #CCCCCC;
	box-shadow: none;
	clear: both;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact.black .header,
.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact.black .footer {
	background: #1A1A1A;
	color: #fff;
	z-index: 2;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel .title,
.mstrmojo-SurveyVis .mstrmojo-PageNavPanel .subtitle {
	padding: 10px 10px 0px 20px;
	color: white;
	font-weight: bold;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel .title {
	font-size: 16pt;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel .subtitle {
	font-size: 11pt;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact .titles {
	max-width: 50%;
	float: left;
	display: inline;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact .title {
	padding: 0px 10px;
	font-size: 11pt;
	color: #333;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact.black .title {
	color: #fff;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact .subtitle {
	display: none;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact .progress {
	display: none;
}

.mstrmojo-SurveyVis-Section {
	padding-bottom: 10px;
	font-size: 9pt;
}

.mstrmojo-SurveyVis .content {
	overflow: auto;
	z-index: 1;
	position: relative;
}

.mstrmojo-SurveyVis .mstrmojo-TableLayoutList {
	background-color: transparent;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel .footer {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	height: 50px;
	background: #999;
	background: -moz-linear-gradient(bottom, #8A8A8A, #373737);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8A8A8A), to(#373737));
	box-shadow: 2px -2px 8px 1px #CCC;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact .content {
	border-left: solid 1px #CDCDCD;
	border-right: solid 1px #CDCDCD;
	border-top: solid 1px #CDCDCD;
	clear: both;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact .content {
	border-bottom: solid 1px #CDCDCD;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact.black .content {
	background: #333;
	border: none;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact .footer {
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 28px;
	background: #CCCCCC;
	box-shadow: none;
	font-size: 9pt;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel .footer div {
	display: inline-block;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel .footer .prev,
.mstrmojo-SurveyVis .mstrmojo-PageNavPanel .footer .next {
	width: 50%;
	height: 100%;
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel .footer .prev.disabled .btn,
.mstrmojo-SurveyVis .mstrmojo-PageNavPanel .footer .next.disabled .btn {
	color: #AAA;
	cursor: auto;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel .footer .btn {
	background: #EEE;
	background: -moz-linear-gradient(top, #F5F5F5, #BCBCBC);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5F5F5), to(#BCBCBC));
	width: 100px;
	height: 30px;
	margin-top: 8px;
	position: absolute;
	border: solid 1px #AAA;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel .footer .prev .btn {
	right: 0px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel .footer .next .btn {
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	left: 0px;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact .footer .btn {
	border: none;
	background-color: transparent;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact .footer .prev .btn {
	background: transparent url(images/survey_buttons.png) no-repeat right -132px;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact .footer .prev.disabled .btn,
.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact.black .footer .prev.disabled .btn {
	background: transparent url(images/survey_buttons.png) no-repeat right -149px;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact.black .footer .prev .btn {
	background: transparent url(images/survey_buttons.png) no-repeat right -216px;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact .footer .next .btn {
	background: transparent url(images/survey_buttons.png) no-repeat left -99px;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact .footer .next.disabled .btn,
.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact.black .footer .next.disabled .btn {
	background: transparent url(images/survey_buttons.png) no-repeat left -116px;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact.black .footer .next .btn {
	background: transparent url(images/survey_buttons.png) no-repeat left -195px;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel .progress {
	position: absolute;
	right: 60px;
	top: 20px;
	width: 240px;
	height: 25px;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel .progress div {
	height: 100%;
	top: 0;
}

.mstrmojo-SurveyVis .mstrmojo-ProgressBar .bar {
	background: #777;
	background: -moz-linear-gradient(top, #4A4A4A, #7E7E7E);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4A4A4A), to(#7E7E7E));
}

.mstrmojo-SurveyVis .mstrmojo-ProgressBar .bar,
.mstrmojo-SurveyVis .mstrmojo-ProgressBar .indicator {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.mstrmojo-SurveyVis .mstrmojo-ProgressBar .indicator {
	background: #999;
	background: -moz-linear-gradient(bottom, #1e5799, #a5c9e5 );
	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#1e5799), to(#a5c9e5 ));
	transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
}

.mstrmojo-SurveyVis .mstrmojo-ProgressBar .text {
	position: absolute;
	text-align: center;
	color: white;
	font-size: 9pt;
	line-height: 25px;
	width: 100%;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel .navigation {
	position: absolute;
	top: 45px;
	left: 15px;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact .navigation {
	top: 3px;
	left: auto;
	display: inline-block;
	*display: inline; /*IE inline trick*/
	zoom: 1;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel .pges {
	display: none;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact .footer .btn {
	margin-top: 6px;
	height: 15px;
	line-height: 15px;
	width: 100%;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact .footer .prev,
.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact .footer .next {
	width: 42%;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact .pges {
	line-height: 28px;
	vertical-align: top;
	width: 16%;
	text-align: center;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.mstrmojo-SurveyVis .navigation .mstrmojo-Pulldown {
	display: inline-block;
	background: #4E4E4E;
	font-size: 11pt;
	color: #fff;
	border: none;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact .navigation .mstrmojo-Pulldown {
	display: inline-block;
	background-color: transparent;
	font-size: 9pt;
	border: none;
	color: #333;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact.black .navigation .mstrmojo-Pulldown {
	color: #fff;
}

.mstrmojo-SurveyVis .navigation .mstrmojo-Pulldown .mstrmojo-Pulldown-listItem {
	padding: 3px 12px 3px 14px;
	margin-left: 4px;
}

.mstrmojo-SurveyVis .navigation .mstrmojo-Pulldown .mstrmojo-Pulldown-listItem.selected {
	background: transparent url('images/survey_buttons.png') no-repeat left -79px;
	color: #000;
}

.mstrmojo-SurveyVis .navigation .mstrmojo-Pulldown .mstrmojo-text.disabled {
	color: #AAA;
}

.mstrmojo-SurveyVis .navigation .mstrmojo-Pulldown-Popup {
	color: #000;
}

.mstrmojo-SurveyVis .mstrmojo-TableLayoutList.scale .left_text,
.mstrmojo-SurveyVis .mstrmojo-TableLayoutList.scale .right_text {
	display: none;
}

.mstrmojo-SurveyVis-Group,
.mstrmojo-SurveyVis-Question {
	padding: 20px 20px 10px 20px;
	position: relative;
}

.mstrmojo-SurveyVis-Group .mstrmojo-SurveyVis-Question {
	float: left;
	padding: 2px 10px 6px 18px;
}

.mstrmojo-SurveyVis-QuestionTitle .mstrmojo-SurveyVis-QuestionTitleText {
	font-weight: bold;
}

.mstrmojo-SurveyVis-Group.Table {
	padding-top: 10px;
}

.mstrmojo-SurveyVis-Group.Table .mstrmojo-SurveyVis-QuestionTitleText,
.mstrmojo-SurveyVis-Group .mstrmojo-SurveyVis-Question .mstrmojo-SurveyVis-QuestionTitleText {
	font-weight: normal;
}

.mstrmojo-SurveyVis-Group.Table .colHeader {
	text-align: center;
	font-size: 9pt;
}

.mstrmojo-SurveyVis-Group.Table .colLabel {
	width: 100%;
}

.mstrmojo-SurveyVis-Group.Table .colLabel .colHeader{
	text-align: left;
}

.mstrmojo-SurveyVis-Group.Table .mstrmojo-SurveyVis-Answers {
	display: inline-block;
	margin: 0px 5px 0px 2px;
}

.mstrmojo-SurveyVis-Group.Table .mstrmojo-TableLayoutList.scale .tableLayoutList tbody TR:first-child {
	line-height: 0px;
	visibility: hidden;
}

.mstrmojo-SurveyVis-Group.Table .topRow .mstrmojo-TableLayoutList.scale .tableLayoutList tbody TR:first-child {
	line-height: normal;
	visibility: visible;
}

.mstrmojo-SurveyVis-Group.Table .topRow .mstrmojo-TableLayoutList.scale {
	overflow: visible;
}

.mstrmojo-SurveyVis-Group.Table .topRow .mstrmojo-TableLayoutList.scale .item_wrapper .item {
	position: relative;
}

.mstrmojo-SurveyVis-Group.Table .mstrmojo-TableLayoutList.scale.scale .item_wrapper .item {
	visibility: hidden;
}

.mstrmojo-SurveyVis-Group.Table .topRow .mstrmojo-TableLayoutList.scale .item_wrapper .item {
	visibility: visible;
	top: -26px;
	left: -48px;
}

.mstrmojo-SurveyVis-Group.Table .mstrmojo-TableLayoutList.scale .item_title {
    width: 70px;
}

.mstrmojo-SurveyVis-Group.Table td {
	vertical-align: bottom;
}

.mstrmojo-SurveyVis-Group .groupBreak {
	clear: both;
	float: none;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}

.mstrmojo-SurveyVis-QuestionTitle {
	padding: 2px 10px 6px 2px;
}

.mstrmojo-SurveyVis-QuestionTitleText {
	font-size: 9pt;
	color: #333;
}

.mstrmojo-SurveyVis-QuestionTitle .required {
	color: red;
	padding-left: 5px;
}

.mstrmojo-SurveyVis-Description {
	font-size: 10pt;
	padding-left: 15px;
}

.mstrmojo-SurveyVis-Answers {
	padding-left: 2px;
	color: #333;
}

.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact.black .mstrmojo-SurveyVis-QuestionTitleText,
.mstrmojo-SurveyVis .mstrmojo-PageNavPanel.compact.black .mstrmojo-SurveyVis-Answers {
	color: #fff;
}

.mstrmojo-SurveyVis-Answers .mstrmojo-ListDIC .mstrmojo-TableLayoutList .dicContainer,
.mstrmojo-SurveyVis-Answers .mstrmojo-ListDIC .mstrmojo-TableLayoutList table,
.mstrmojo-SurveyVis-Answers .mstrmojo-ListDIC .mstrmojo-TableLayoutList td {
	width: auto;
	height: auto;
}

.mstrmojo-SurveyVis-Answers .mstrmojo-TextArea,
.mstrmojo-SurveyVis-Answers .mstrmojo-TextFieldDIC {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #aaa;
	font-size: 9pt;
}

.mstrmojo-SurveyVis-Answers .mstrmojo-TextArea::-webkit-input-placeholder,
.mstrmojo-SurveyVis-Answers .mstrmojo-TextFieldDIC::-webkit-input-placeholder {
	padding-top: 1px;
	color: #a9a9a9;
}

.mstrmojo-SurveyVis-Answers .mstrmojo-TextArea:-moz-placeholder,
.mstrmojo-SurveyVis-Answers .mstrmojo-TextFieldDIC:-moz-placeholder {
	color: #a9a9a9;
}

.mstrmojo-SurveyVis-Answers .mstrmojo-TextArea::-moz-placeholder,
.mstrmojo-SurveyVis-Answers .mstrmojo-TextFieldDIC::-moz-placeholder {
	color: #a9a9a9;
}

.mstrmojo-SurveyVis-Answers .mstrmojo-TextArea:-ms-input-placeholder,
.mstrmojo-SurveyVis-Answers .mstrmojo-TextFieldDIC:-ms-input-placeholder {
	color: #a9a9a9;
}

.mstrmojo-SurveyVis-Answers .mstrmojo-TextFieldDIC,
.mstrmojo-SurveyVis-Answers .mstrmojo-DropDownList-select {
	height: 25px;
	line-height: 25px;
	min-width: 180px;
	padding-left: 4px;
}

.mstrmojo-SurveyVis-Answers .mstrmojo-TextArea {
	max-height: 72px;
	max-width: 360px;
}

.mstrmojo-SurveyVis-Answers .mstrmojo-ListDIC {
	outline: none;
	position: relative;
}

.mstrmojo-SurveyVis-Answers .mstrmojo-Pulldown {
	min-width: 40px;
	max-width: 186px;
	height: 28px !important;
	margin: 2px 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #aaa;
	color: #000;
}

.mstrmojo-SurveyVis-Answers .mstrmojo-Pulldown .mstrmojo-DropDownButton-boxNode {
	height: 100%;
}

.mstrmojo-SurveyVis-Answers .mstrmojo-Pulldown .mstrmojo-DropDownButton-iconNode {
	margin-top: 6px;
	margin-right: 2px;
	padding-left: 4px;
	height: 21px;
	outline: none;
}

.mstrmojo-SurveyVis-Answers .mstrmojo-TableLayoutList .item {
	cursor: pointer;
}

.mstrmojo-SurveyVis .mstrmojo-TableLayoutList.scale .item_wrapper {
	background: url(images/survey_buttons.png) no-repeat center -2px;
}

.mstrmojo-SurveyVis .mstrmojo-TableLayoutList.radio .item:before,
.mstrmojo-SurveyVis .mstrmojo-TableLayoutList.radio .item_wrapper {
    background: url(images/survey_buttons.png) no-repeat 0 -2px;
    line-height: 21px;
    height: 20px;
}

.mstrmojo-SurveyVis .mstrmojo-TableLayoutList.radio .item,
.mstrmojo-SurveyVis .mstrmojo-TableLayoutList.scale .item_wrapper {
    padding-left: 25px;
}

.mstrmojo-SurveyVis .mstrmojo-TableLayoutList.scale .item_wrapper {
	height: 20px;
}

.mstrmojo-SurveyVis .mstrmojo-TableLayoutList.check .item {
    background: url(images/survey_buttons.png) no-repeat 0 -41px;
    margin: 0px 15px;
    padding-left: 25px;
    line-height: 21px;
    white-space: nowrap;
}

.mstrmojo-SurveyVis .mstrmojo-TableLayoutList.radio .item_wrapper.selected,
.mstrmojo-SurveyVis .mstrmojo-TableLayoutList.radio .item.selected:before {
	background: url(images/survey_buttons.png) no-repeat 0 -20px;
}

.mstrmojo-SurveyVis .mstrmojo-TableLayoutList.check .item.selected {
	background: url(images/survey_buttons.png) no-repeat 0 -60px;
}

.mstrmojo-SurveyVis .mstrmojo-TableLayoutList.scale .item_wrapper.selected {
	background: url(images/survey_buttons.png) no-repeat center -20px;
}

.mstrmojo-SurveyVis .mstrmojo-TableLayoutList.rate {
	max-width: 120px;
}

.mstrmojo-SurveyVis .mstrmojo-RankDIC {
	min-width: 220px;
	border: none;
	background: none;
	padding: 6px 0px 2px 16px;
}

.mstrmojo-SurveyVis .mstrmojo-ListBase2.mstrmojo-RankDIC {
	display: inline-block !important;
}

.mstrmojo-SurveyVis .mstrmojo-RankDIC .mstrmojo-RankOption {
	border: 1px solid #999;
	margin: 0;
	border-bottom: none;
}

.mstrmojo-SurveyVis .mstrmojo-RankDIC .mstrmojo-RankOption.first {
	-moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.mstrmojo-SurveyVis .mstrmojo-RankDIC .mstrmojo-RankOption.last {
	-moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom: 1px solid #999;
}

.mstrmojo-SurveyVis .mstrmojo-RankDIC .mstrmojo-RankOption {
	cursor: move;
	text-align: left;
	color: #333;
	padding: 5px 13px;
	margin-right: 3px;
	margin-left: 2px;
	background: #fff url(images/survey_buttons.png) no-repeat 95% -164px;
	height: 19px;
	line-height: 19px;
}

.mstrmojo-SurveyVis .black .mstrmojo-RankDIC .mstrmojo-RankOption {
	color: #444;
}

.mstrmojo-SurveyVis .mstrmojo-RankDIC .mstrmojo-RankOption.selected {
	background-color: #EEE;
}

.mstrmojo-SurveyVis .mstrmojo-RankDIC .mstrmojo-RankOption .index,
.mstrmojo-SurveyVis .mstrmojo-RankDIC .mstrmojo-RankOption .moveup,
.mstrmojo-SurveyVis .mstrmojo-RankDIC .mstrmojo-RankOption .movedown {
	display: none;
}

.mstrmojo-SurveyVis .mstrmojo-ListBase2-dropCue {
	border: 2px solid #166AB1;
	height: 0px;
}

.mstrmojo-SurveyVis .mstrmojo-TableLayoutList.check .item_wrapper .item,
.mstrmojo-SurveyVis .mstrmojo-TableLayoutList.radio .item_wrapper .item,
.mstrmojo-SurveyVis .mstrmojo-TableLayoutList.scale .item_wrapper .item {
	background: none;
	padding: 0;
}

.mstrmojo-SurveyVis .mstrmojo-TextArea {
	min-width: 300px;
	min-height: 60px;
}

.mstrmojo-SurveyVis-Answers .mstrmojo-ListDIC .mstrmojo-TableLayoutList.radio .tableLayoutList,
.mstrmojo-SurveyVis-Answers .mstrmojo-ListDIC .mstrmojo-TableLayoutList.check .tableLayoutList,
.mstrmojo-SurveyVis-Answers .mstrmojo-RankDIC .mstrmojo-ListBase2-itemsContainer,
.mstrmojo-SurveyVis-Answers .mstrmojo-TableLayoutList.scale .tableLayoutList,
.mstrmojo-SurveyVis-Answers .mstrmojo-TableLayoutList.rate {
    border: 1px solid transparent;
}

.mstrmojo-SurveyVis-Answers .mstrmojo-TextFieldDIC.required,
.mstrmojo-SurveyVis-Answers .required .mstrmojo-TextArea,
.mstrmojo-SurveyVis-Answers .mstrmojo-ListDIC.required .mstrmojo-Pulldown-boxNode,
.mstrmojo-SurveyVis-Answers .mstrmojo-ListDIC.required .mstrmojo-TableLayoutList.radio .tableLayoutList,
.mstrmojo-SurveyVis-Answers .mstrmojo-ListDIC.required .mstrmojo-TableLayoutList.check .tableLayoutList,
.mstrmojo-SurveyVis-Answers .mstrmojo-RankDIC.required .mstrmojo-ListBase2-itemsContainer,
.mstrmojo-SurveyVis-Answers .mstrmojo-TableLayoutList.scale.required .tableLayoutList,
.mstrmojo-SurveyVis-Answers .mstrmojo-TableLayoutList.rate.required {
    border: 1px solid #F00;
}
/** End of Survey Visualization **/

/** start of for portlet button bar*/
.mstrmojo-portlet-buttonbar.ifp.hide {display: none;}
.mstrmojo-portlet-buttonbar.ifp {border-top: 1px solid #AAAAAA;}
.mstrmojo-portlet-buttonbar .buttonBox {
    font-size: 8pt;
    font-weight: bold;
    margin: 0 auto;
}
.mstrmojo-FilterPanel-Btn.apply.disabled:hover,
.mstrmojo-FilterPanel-Btn.apply {
    background: url(images/bg-filterPanel.png);
    background-size: 100% 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;

    color: #FFFFFF;
    display: block;
    height: 25px;
    line-height: 16px;
    margin: 5px 3px;
    padding: 0 10px;
}
.mstrmojo-FilterPanel-Btn.apply:hover {
    background: url(images/bg-filterPanel-hover.png);
    background-size: 100% 100%;
}
/** end of for portlet button bar*/

/* end of for DocPortlet */

.mstrmojo-portlet-slot-content .mstrmojo-Xtab .mstrmojo-Xtab-content {
    border-style: none;
}
/* End of Scheme-specific rules */

.mstrContextMenuRight {
   background-color: #3F3F3F;
	opacity: 0.95;
	padding: 5px;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.55);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.55);
	box-shadow: 0 0 6px rgba(0,0,0,0.55);
	border-radius: 2px;
	border: 1px solid rgba(155,155,155,0.6);
	/* min-width: 145px;*/
	max-width: 350px;
}

.menu-row-selected {
    background-color: #252525;
	cursor: default;
	color:#fff;
}

.mstrContextMenuLeft {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}
.menu-item {
	color: #cdcdcd;
}



.mstrmojo-oivmSprite .disabled .mstrmojo-Button-text,
.mstrmojo-oivmSprite .disabled .mstrmojo-ListBox-item {
	background-image: url(../../../style/mstr/images/toolbar_i.png);
	background-repeat: no-repeat;
	opacity:1.0;
}

.mstrmojo-oivmSprite .disabled .mstrmojo-Button-text:hover,
.mstrmojo-oivmSprite .disabled .mstrmojo-ListBox-item:hover {
	background-image: url(../../../style/mstr/images/toolbar_i.png);
	background-repeat: no-repeat;
	opacity:1.0;
}

#tbRefresh,
#tbRefreshHTML,
.tbRefresh .mstrmojo-Button-text {
    background-position: -36px -240px;
}



/***** Fade in the content node ****/

@-webkit-keyframes fade-in { 0% { opacity: 0; } 50% { opacity: 0.5; } 100% { opacity: 1; } }
@-moz-keyframes fade-in { 0% { opacity: 0; } 50% { opacity: 0.5; } 100% { opacity: 1; } }
/*DE35800
.mstrmojo-OIVMPage-layout {
    -webkit-animation: resetFade 300ms ease-in 0ms 1, fade-in 300ms ease-in 250ms 1;
}*/

/* Dialogs & Menu common css */
.mstrmojo-TC-CXM,
.mstrmojo-Editor,
.mstrPathBreadCrumbsAncestors {
    -webkit-animation:  fade-in 350ms ease-in 0ms 1;
    -moz-animation: fade-in 350ms ease-in 0ms 1;
    animation:  fade-in 350ms ease-in 0ms 1;
    -webkit-box-shadow: #B4B4B4 1px 1px 10px 0px;
    -moz-box-shadow: #B4B4B4 1px 1px 10px 0px;
    box-shadow: #B4B4B4 1px 1px 10px 0px;
}

/**** Fade in Effect ****/