﻿/*header ui css*/
.header-text-cls {
    font-weight: normal;
    font-size: 22px;
    font-family: Arial,Times-New-Roman,Tahoma,Verdana,sans-serif;
    color: rgb(133,133,133);
    padding: 20px 10px 0px 130px;
}

.header-background-color {
    background-color: rgb(255,255,255);
}

.header-img-cls {
    background: none;
    width: 165px;
    height: 40px;
}

/*left navigation ui css*/
.x-tree-icon {
    display: none !important;
}

.fiserv-color-header .x-panel-header {
    background-image: none;
    background-color: rgb(255,102,0);
}

.x-panel-header-text-container {
    color: white;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial,Times-New-Roman,Tahoma,Verdana,sans-serif;
}

.silver-body-background-color .x-panel-body-default {
    background-color: rgb(224,224,224);
}

.navigation-header-background-color .x-panel-body-default {
    background-color: rgb(60,60,60);
}

.navigation-grey-background-color /*.x-panel-body-default*/ {
    /*background-color: rgb(102,102,102);*/
    color: black;
    font-weight: normal;
    font-size: 18px;
    font-family: Arial,Times-New-Roman,Tahoma,Verdana,sans-serif;
}


.custom-menu-highlighter .x-grid-row-selected .x-grid-cell {
    font-weight: bold;
    background-color: rgb(255,102,0);
}

.tree-panel-css .x-panel-header {
    font-size: 18px;
    background-color: rgb(102,102,102);
    font-family: Arial,Times-New-Roman,Tahoma,Verdana,sans-serif;
}


.tree-panel-css .x-grid-cell {
    background-color: rgb(102,102,102);
    color: white;
    font-weight: normal;
    font-family: Arial,Times-New-Roman,Tahoma,Verdana,sans-serif;
}

.tree-panel-css .x-grid-header-ct {
    border-color: rgb(102,102,102);
}

.x-panel-header-default {
    font-size: 18px;
    border: none !important;
}

.x-panel-header-default-horizontal {
    padding: 5px 6px 5px 6px;
    /* ReSharper disable once InvalidValue */
    border-color: none;
}

.toolbar .x-box-inner {
    background-color: rgb(224,224,224);
}

/*.x-toolbar-text */ .x-toolbar-text-default {
    margin: 0px 6px 0px 4px;
    color: black;
    line-height: 20px;
    font-family: Arial,Times-New-Roman,Tahoma,Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
}



/*Custom listbox css*/
.x-listbox-bordered {
    border: 1px solid #499f18;
    background-color: #499f18;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.x-listbox li {
    /* padding: 2px 10px;*/
    position: relative;
    list-style: none;
}

    .x-listbox li .x-listbox-item-del {
        position: absolute;
        text-indent: 1000px;
        overflow: hidden;
        top: 2px;
        right: 0px;
        width: 16px;
        height: 16px;
        background: transparent url(../img/listbox-item-delete.png) center center no-repeat;
        opacity: 0.2;
        display: none;
    }

    .x-listbox li:hover .x-listbox-item-del {
        display: block;
    }

    .x-listbox li .x-listbox-item-del:hover {
        cursor: pointer;
        opacity: 1;
        background-color: #efefef;
    }

    .x-listbox li:hover {
        background-color: rgb(224,224,224);
    }

.x-listbox .x-item-selected, .x-listbox .x-item-selected:hover {
    background-color: rgb(224,224,224);
}



/*Report Dropdown*/
.x-boundlist-item {
    /*width:20px;*/
    height: 20px;
}

.x-boundlist-selected {
    background: none;
    border-color: transparent;
}

.x-boundlist-item-over {
    background: none;
    border-color: transparent;
}

.x-boundlist-item img.chkCombo {
    background: transparent url(images/unchecked.gif);
    height: 15px;
    width: 15px;
}

.x-boundlist-selected img.chkCombo {
    background: transparent url(images/checked.gif);
    height: 15px;
    width: 15px;
}

.x-combo-list-item {
    width: auto;
    white-space: nowrap;
    height: auto;
}

.custom-combo .x-combo-list-item {
    white-space: normal;
}
/*.x-grid-cell-inner, */
.x-grid-group-title {
    font-weight: bold;
    color: black;
}

.x-grid-group-title {
    color: black;
    /* ReSharper disable once InvalidValue */
    font: bold 100;
    padding: 0 0 0 0px;
}

.x-grid-row-summary {
    background-color: white;
}

.label {
    font-size: 13px !important;
}

.cellstyle {
    color: black;
    /* ReSharper disable once InvalidValue */
    font: bold 100;
    padding: 0 0 0 0px;
    background-color: #499f18;
}

.x-grid-cell {
    border-bottom-color: transparent;
    border-top-color: transparent;
}
/*ToolTip*/
.x-tip {
    width: auto !important;
    white-space: nowrap;
}

.x-tip-body {
    width: auto !important;
    white-space: nowrap;
}

    .x-tip-body span {
        width: auto !important;
    }

.white-label label {
    font-weight: normal;
    font-family: Arial,Times-New-Roman,Tahoma,Verdana,sans-serif;
    color: white;
}

.x-tabbar-dark .x-tab {
    color: #499f18;
}

.x-tabbar-dark.x-docked-bottom .x-tab-active .x-button-icon {
    background-image: none;
    background-color: #499f18;
}

.x-tabbar-dark.x-docked-bottom .x-tab .x-button-icon {
    background-image: none;
    background-color: #499f18;
}

.hideHeader {
    display: none;
}

.x-btn-left {
    float: left;
}

.x-btn-right {
    float: right;
}

.x-window-header-title-default > .x-title-text-default {
    padding: 0 2px 1px;
    text-transform: none;
    text-decoration-color: red;
}

.myActionColumncss {
    /*background-position:center  !important;
    /*min-width: 4px !important;
    background-repeat: no-repeat;*/
    background-image: url("../resources/images/locked.png") !important;
}

.model-state-link-locked {
    background-image: url("../resources/images/locked.png") !important;
}

.model-state-editing {
    background-image: url("../resources/images/ModelEditing.png") !important;
}

.model-effective-write-permission {
    background-image: url("../resources/images/ModelLocked.png") !important;
}

.model-state-locked {
    background-image: url("../resources/images/ModelLocked.png") !important;
}

.model-state-pending-delete {
    background-image: url("../resources/images/ModelLocked.png") !important;
}

.uma-mastermodel-inactive-based-aplcodes {
    background-image: url("../resources/images/Warning.png") !important;
}

.model-inactive-based-aplcodes {
    background-image: url("../resources/images/Error.png") !important;
}

.model-compare-results-diff {
    color: #FF0000 !important;
}

.corp-action-warning {
    background-image: url("../resources/images/Warning.png") !important;
}

.is-hold-record-row {
    background-color: #d5e7fc;
    color: black;
}

.is-sponsorrestriction-record-row {
    font-style: italic;
}

.EmailNotificationsHeader {
    color: #154A9E;
    font-weight: bold;
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: 14px;
    line-height: 13px;
}

.EmailAddress-invalid-domain {
    background-image: url("../resources/images/Warning.png") !important;
}

.currencyComboBoxDisabledClass input {
    opacity: .3;
    -moz-opacity: .3;
    filter: alpha(opacity=30);
}



.bold-font {
    font-weight: bold;
}


.ux-item-disabled .x-form-field, .ux-item-disabled .x-form-display-field, .ux-item-disabled .x-form-trigger {
    filter: alpha(opacity=90);
    opacity: .9;
    color: black;
    
    background-color: #ddd;
    background-image: none;
}

.x-form-text-wrap {
   border-style: inset !important;
}

.asset-verified {
    background-image: url("../resources/images/AssetVerified.png") !important;
}

.asset-unverified {
    background-image: url("../resources/images/AssetUnverified.png") !important;
}

.asset-unverifiedfontcolor {
  color:red;
}

.asset-mismatch {
    background-image: url("../resources/images/AssetMismatch.png") !important;
}

.asset-duplicate {
    background-image: url("../resources/images/AssetDuplicate.png") !important;
}

.asset-alreadyinmodel {
    background-image: url("../resources/images/AssetAlreadyInModel.png") !important;
}

.asset-delete
{
    background-image: url("../resources/images/delete-minus.png");
}
.asset-add
{
    background-image: url("../resources/images/add.png");
}

.asset-exist
{
    background-image: url("../resources/images/AssetAlreadyInModel.png");
}

/*.x-form-field {font-size:11px !important;}
.x-form-item {font-size:11px !important;margin-bottom:2px !important;}
.x-form-item-label { font-size: 11px !important;}*/
.adjust-column-data
{
    -webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
}
.parent-row
{
    background-color:#accff9;
}
.child-row
{
    background-color:#d5e7fc;
}
.replaced-record
{
    background-color:#f6ebf4;
}
.out-of-range
{
    color: red;
}
.asset-mismatch-text
{
    color: green;
}
.asset-duplicate-text
{
    color: blue;
}
.asset-alreadyinmodel-text
{
    color: gray;
}
.icon-disabled
{    
    opacity:0.3;
}
.x-grid-row .editable-column
{
    border-top:1px solid #808080;
    border-right:1px solid #808080;
    border-bottom:1px solid #808080;
    border-left:1px solid #808080;
}
.x-grid-row .uneditable-column
{
    border:0px;
}
.x-grid-row .weight-column-for-editmfamodel {
    color: red;
    border:0px;
}
.asset-upload-icon
{
    background-image: url("../resources/images/top2.gif") !important;
}
.asset-verify-icon
{
    background-image: url("../resources/images/AssetVerified.png") !important;
}

.comboBoxDisabledClass input {
    opacity: .3;
    -moz-opacity: .3;
    filter: alpha(opacity=30);
}

.row-click
{
    border-top:1px solid #808080;
    border-right:1px solid #808080;
    border-bottom:1px solid #808080;
    border-left:1px solid #808080;
    background-color: #99bce8;
}
 
input[type=text]::-ms-clear {
    display: none;
}

.x-column-header-sort-ASC .x-column-header-text-inner, .x-column-header-sort-DESC .x-column-header-text-inner {
    padding-right:5px !important
} 