/*
    *
    * Wijmo Library 5.20143.23
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    * 
    * Licensed under the Wijmo Commercial License. 
    * sales@wijmo.com
    * http://wijmo.com/products/wijmo-5/license/
    *
    */



.wj-content:not(.customEdit), div[wj-part='cells'] {
    /*color: #000000;*/
    background: #ffffff;
}

.wj-listbox-item:not(.wj-state-selected):hover, .wj-alt:not(.wj-state-selected):not(.wj-state-multi-selected) {
    background: #edf6fd;
}

.wj-header {
    background-color: white;
    /*background-image: url("../../Resources/Images/Header.png");
    background-repeat: repeat-x;
    background-size: 100% 100%;*/
}

.wj-flexgrid .wj-group {
    background-color: rgba(230, 242, 254, 1);
    /*border: 1px solid rgba(0,0,0,.1);*/
    color: #000;
    /*text-align: left;*/
}





div[wj-part='root'] {
    /*background: #edf6fd;*/
    background: #ffffff;
}

.wj-state-selected {
    background: #bfdff8;
    color: #000;
    border-top: 1px solid #7BA0CC ;
    border-bottom: 1px solid #7BA0CC ;
}

.wj-cells .wj-cell.wj-state-selected {
    background: #bfdff8;
    color: #000;
}

.wj-state-multi-selected {
    background: #ddddfd;
    color: #000;
}

.wj-input-group .wj-form-control, .wj-grid-editor {
    /*background: #fff;*/
    color: #000;
}

div[wj-part='rhcells'] .wj-header {
    background-color: #edf6fd;
}

.wj-cell .wj-btn.wj-btn-glyph {
    height: 17px;
}


.wj-cell .wj-elem-dropdown{
    opacity: 0.25;
}

.wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph, .wj-flexgrid .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-applybutton, .wj-viewer .wj-control .wj-flexgrid .wj-cell .wj-btn-glyph.wj-applybutton {
    padding: 0 0;
}

    .wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph .wj-glyph-down {
        opacity: 0.25;
    }

.plm-wj-treeview .wj-cell .wj-btn.wj-btn-glyph {
    opacity: 1;
}

.wj-flexgrid .wj-cell.wj-cell {
    /*border-right: 1px solid rgba(0,0,0,.2);*/
    border-bottom-style: none;
    border-top-style: none;
    border-color: #d6d4d4;
    font-size: 11px;
    padding: 4px 24px;
    color: #242424;
    border-bottom:1px solid #ebebeb;
    border-right:1px solid #ebebeb;
}

.wj-header {
    font-weight: 600;
    color: #484848;
    background-color: #e9e9eb;
    font-size: 11px ;
    border-right: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7 ;
}

.wj-flexgrid .wj-header {
    font-weight: 600;
    color: #484848;
}

.wj-dropdown-panel {
    max-width: 500px;
}

.wj-content:not(.customEdit) .wj-input-group-btn > .wj-btn, .wj-content:not(.customEdit) .wj-btn-group > .wj-btn {
    /*background: #5f534c;
    color: #fff;*/
    background-color: #DDE4EC;
    /*background-image: url("../../Resources/Images/Header.png");
    background-repeat: repeat-x;
    background-size: 100% 100%;*/
}

    .wj-content:not(.customEdit) .wj-input-group-btn > .wj-btn:hover, .wj-content:not(.customEdit) .wj-btn-group > .wj-btn:hover {
        /*background: #7b6c63;
        color: #fff;*/
        /*background-image: url("../../Resources/Images/Header.png");*/
        /*background-repeat: repeat-x;
        background-size: 100% 100%;*/
        border:none;
    }

    .wj-content:not(.customEdit) .wj-input-group-btn > .wj-btn:focus, .wj-content:not(.customEdit) .wj-btn-group > .wj-btn:focus {
        /*background: #7b6c63;
        color: #fff;*/
        /*background-image: url("../../Resources/Images/Header.png");*/
        /*background-repeat: repeat-x;
        background-size: 100% 100%;*/
        border:none;
    }



.wj-content:not(.customEdit):not(.wj-dropdown-panel):not(.wj-listbox):not(.wj-flexgrid):not(.wj-calendar-outer) {
    border: 1px solid rgba(0,0,0,.2);
}

.wj-content.wj-inputdate {
    border: 1px solid rgba(0,0,0,.2);
}

.wj-btn-default {
    border: 1px solid rgba(0,0,0,.2);
}

.wj-input-group-btn > .wj-btn {
    border: 1px;
}

.wj-content, .wj-input-group, .wj-btn-group, .wj-btn-group-vertical, .wj-tooltip, .customEdit {
    border-radius: 0px;
}

.wj-content {
    border: none;
}

.wj-cell button.wj-elem-filter {
    height: 17px;
}

.wj-tooltip {
    background: #e5d9cf;
    color: #000;
    border: 1px solid rgba(0,0,0,.1);
}

.wj-gauge .wj-pointer path {
    fill: #2780ec;
}


.wj-input-group, .wj-input-group .wj-form-control {
    min-height: 20px;
    height: 20px;
}

.wj-dropdown, .wj-dropdown wj-template {
    height: 22px;
}


    .wj-dropdown .wj-btn {
        /*width:22px;*/
    }

.wj-dropdown {
    width: 200px;
    border: none;
}

.wj-input-group-btn {
    width: 22px;
    height: 20px;
    background: #DDE4EC;
}

.wj-control .wj-input-group .wj-input-group-btn {
    width: 22px;
    min-width: 22px;
}

.wj-control .wj-btn, .wj-viewer .wj-control .wj-applybutton {
    min-width : 20px;
}

.wj-control .wj-input-group .wj-input-group-btn:last-child:not(:first-child) > .wj-btn, .wj-viewer .wj-control .wj-input-group .wj-input-group-btn:last-child:not(:first-child) > .wj-applybutton {
    border-left:none;
}
/*.wj-glyph-down {
    background-image: url("../../Resources/Images/arrowdown.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    top: -2px;
    left: 0px;
    margin-top: 0px;
    width: 10px;
    height: 10px;
    border: none;
    opacity:unset;
}*/

.quicksearchoptions .wj-glyph-down
{
    /*left: -4px;*/
    top: -2px;
}

.wj-glyph-down:after {
    display: none;
}

.wj-dropdown button {
    width: 12px;
    height: 20px;
    padding: 0px;
    margin-left: 1px;
    margin-right: 1px;
    font-size: 6px;
}

:not(.wj-calendar-outer):not(.wj-flexgrid):not(.wj-listbox):not(.wj-dropdown-panel).wj-content {
    border: 1px solid #d7d7d7 ;
    border-radius: 3px ;
    display: block;
}

.wj-dropdown .wj-input {
    height:20px;
}



#toEmailAddressAutoCompleteBox :not(.wj-calendar-outer):not(.wj-flexgrid):not(.wj-listbox):not(.wj-dropdown-panel).wj-content ,#ccEmailAddressAutoCompleteBox :not(.wj-calendar-outer):not(.wj-flexgrid):not(.wj-listbox):not(.wj-dropdown-panel).wj-content {
    height:32px;
    display: inline-table ;
}

#toEmailAddressAutoCompleteBox .wj-dropdown .wj-form-control,#ccEmailAddressAutoCompleteBox .wj-dropdown .wj-form-control
{
    box-shadow:none;
}
:not(.wj-calendar-outer):not(.wj-flexgrid):not(.wj-listbox):not(.wj-dropdown-panel).wj-content:hover {
    border-color: rgb(255,201,43);
}

:not(.wj-calendar-outer):not(.wj-flexgrid):not(.wj-listbox):not(.wj-dropdown-panel).wj-content:focus {
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
}

[disabled] input.wj-form-control {
    color: black;
    background-color: #ebebeb;
    font-weight: 500;
}

.wj-dropdown .wj-form-control {
    border-top: none;
    border-bottom: none;
    border-left: none;
    /*border-right: solid;*/
    border-color: rgb(214,212,212);
    border-width: 1px;
    height: 20px;
    padding-left: 4px;
    padding-right: 4px;
    color: black;
    font-size: 12px;
}

.wj-control .wj-input-group .wj-form-control {
    padding-top: 0px;
    padding-left:4px;
    padding-right:4px;
    height: 20px;
    min-height: 20px;
}

.wj-control .wj-template {
    display:block;
}

.wj-rowheaders .wj-header {
    background-image: none;
    background-color: #edf6fd;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: rgb(131, 165, 210);
}



.wj-flexgrid {
    border-radius: 0 ;
}

.wj-cell input {
    width: 100%;
}




/*.plm-wj-treeview .wj-header.wj-cell {
    color: #fff;
    background-color: #000;
    border-bottom: solid 1px #404040;
    border-right: solid 1px #404040;
    font-weight: bold;
}*/

/*.plm-wj-treeview .wj-cell{   
    border: none;
}*/

.plm-wj-treeview .wj-flexgrid .wj-group {
    background-color: transparent;
}

.plm-wj-treeview .wj-group {
    background-color: transparent;
}


.plm-wj-treeview .wj-header {
    background-color: #ffffff ;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    font-size: 12px ;
    font-weight: 600;
    color: #101010;
}

.plm-wj-treeview .wj-cells {
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

/*.plm-wj-treeview .wj-group {
    border-bottom: none ;
}*/

/*.plm-wj-treeview .wj-cell {
    border-top: none ;
}*/

    .plm-wj-treeview .wj-cells .wj-cell.wj-state-selected {
        background: #0085c7;
        color: #000000;
    }

.wj-flexgrid :not(.wj-state-selected):not(.wj-state-multi-selected).wj-group {
    background-color: rgba(230, 242, 254, 1);
    /*border: 1px solid rgba(0,0,0,.1);*/
    color: #000;
    /*text-align: left;*/
}

.plm-wj-treeview.wj-flexgrid .wj-group {
    background-color: rgba(230, 242, 254, 1);
}

.plm-wj-treeview.wj-flexgrid :not(.wj-state-selected):not(.wj-state-multi-selected).wj-group {
    background-color: transparent;
}



.plm-wj-treeview .wj-content {
    border: none;
}



/*.plm-wj-treeview .wj-glyph-up {

    margin-right:3px;
}

.plm-wj-treeview .wj-glyph-down {

    margin-right:3px;
}

.plm-wj-treeview .wj-glyph-right {

    margin-right:3px;
}

.plm-wj-treeview .wj-glyph-down-right {

    margin-right:3px;
}*/


.wj-input-group .wj-btn {
    padding: 4px 5px;
}


.wj-listbox-item label {
    width: auto;
}

.wj-listbox {
    max-height: 300px !important ;
    /*height: 300px;*/
}

    .wj-listbox .wj-listbox {
        max-height: unset !important;    
    }

.GridGroupHeader {
    padding-left: 4px;
    color: #000;
    display: inline-block;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wj-flexgrid .wj-cell.wj-cell.wj-group {
    border-color: transparent;
    border-bottom: solid 1px #e1e1ef;
}

.WJGroupHeaderRowLevel0 {
    background-color: #fdfdff ;
}

.WJGroupHeaderRowLevel1 {
    background-color: #f9f9fe ;
}

.WJGroupHeaderRowLevel2 {
    background-color: #e9e9fe ;
}

.WJGroupHeaderRowLevel3 {
    background-color: #c9c9fe ;
}

.WJGroupHeaderRowLevel4 {
    background-color: #b9b9fe ;
}

.wj-control[disabled] {
    opacity: 1 !important;
}

.plmBlockSubItem .divTableCell input[disabled], textarea.form-control[disabled] {
    background-color: #C5C5C5;
    font-weight: 500;
}

.crossblocklabel {
    font-weight: bold;
}

table.labelEditTable td {
    padding-bottom: 7px;
}
