/* Index CSS Start */
/* Shortcut menu item */


.grid-cell-invalid-field {
    border: 1px solid #D94E37 !important;
}

.grid-cell-valid-field {
    border: 0px solid #D94E37 !important;
}

.grid-row-is-map-not-required {
    background-color: #D5F0B9;
}



.row-invalid {
    /* border-left: 6px solid #D94E37;*/
    color: #D94E37;
    /* padding-left: 3px;*/
    /* margin-left: -8px;*/
}

.fa-info-circle {
    content: "\f05a";
}

.productItem {
    float: left;
    width: 50%;
}

#splashScreen {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fcfcfb;
    /*background-image: url('resources/images/stats_bg_tiled.jpg');*/
    z-index: 30000;
    text-align: center;
    font-family: 'Segoe UI', 'Open Sans' !important;
}

    #splashScreen .title {
        margin-top: 15px;
        font-size: 2.8em;
        line-height: 30px;
        color: #6f9129;
        -webkit-font-smoothing: antialiased;
    }

#splashScreenLoading {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #414141;
    -webkit-font-smoothing: antialiased;
}

#splashScreenProgress {
    top: 430;
    background: #ffffff;
    border: 1px solid #9BCC7B;
    height: 15px;
    width: 400px;
    margin: 0 auto;
    margin-top: 5px;
}

#splashScreenProgressInner {
    height: 15px;
    background: #9BCC7B;
    width: 200px;
}

.x-item-selected {
    outline: none !important;
    background-color: transparent !important;
}

.x-view-item-focused {
    background-color: transparent !important;
    outline: 0px dashed #6f9129 !important;
}
a {
   outline: 0 !important;
}
*:focus {
    outline: 0 !important;
}
.x-livesearch-match {
    /*font-weight: bold;*/
    background-color: #6f9129;
    color: #ffffff;
}

.grid-row-top {
    padding-bottom: 45px !important;
}
.nofificationDiv .x-window-body-default {
    background-color: #FFFFCE !important;
    color: red;
}
.nofificationDiv .x-window-default{
    border: 1px solid red !important;
}
.vport {
    background-color: #ffffff !important;
}
.noteDisplay .x-form-display-field-default{
    color: red !important;
}
.panelTxt .x-panel-body-default{
    color: #FF0000 !important;
    background-color: #FFFFD5;
    font-size: 16px;
    /* border: 1px solid red !important; */
    /*height: 80px !important; */
}
.grid-row-color-IncompleteBuy {
    background-color: #D9FFFF !important;
}
.grid-row-color-BenefitMissing {
    background-color: #FFA4A4 !important;    
}
.grid-row-color-BenefittedItem {
    background-color: #C7FED0 !important;
}
/* Index CSS Ends */

.x-form-display-field-border {
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 3px 6px 2px 6px;
    background-color: #F7F7F5;
    min-height: 24px;
}
/* Added by Anirban */
.grid-row-mark-for-deletion{
    color: #ddd;
    text-decoration: line-through;
}
.grid-cell-mark-for-error{
    color: red;
}
.grid-row-mark-for-erroricon-show {
    background-image: url('../Images/Error-16.png') !important;
}
.grid-row-mark-for-warningicon-show {
    background-image: url('../Images/Warning-16.png') !important;
}
.grid-row-mark-for-icon-hide {
    background-image: none;
}
.hide-row-expander .x-grid-row-expander {
    visibility: hidden;
}
.x-form-display-field-body {
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text-wrapper .x-form-display-field {
    word-break: break-word;
    word-wrap: break-word;
}