/*
Cascading Style Sheet for MyAcsys Theme.
*/
/* 
    Created on : July 15, 2020, 10:16:33 AM
    Author     : Bayasys
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
.Line {
  width: 100%;
  height: 1px;
  border: solid 1px #a0b2cc;
  opacity: 0.6;
}
.Line-2{
    width: 1px;
    height: 100%;
    border: solid 1px #a0b2cc;
    opacity: 0.8;

}
.Divider-Line {
  width: 100%;
  height: 1px;
  border: solid 1px #e5f0ff;
}
.Line-4 {
  width: 1px;
  height: 18px;
  border: solid 1px #a0b2cc;
}
.RectangleBtn {
 width: 163px;
 height: 36px;
 border-radius: 18px;
 box-shadow: 0 5px 15px 0 rgba(255, 111, 13, 0.54);
 border: solid 0 var(--bright-orange);
 background-color: #ff6f0d;
 font-family: Roboto;
 font-size: 14px;
 font-weight: 500;
 font-stretch: normal;
 font-style: normal;
 line-height: 1.07;
 letter-spacing: normal;
 text-align: center;
 color: #ffffffblack;
 margin-bottom: 1px;
 text-shadow: 0 2px 4px #ec6103;
}
.dashboardbtnImage{
    cursor: pointer;
}
.RectangleBtn:hover {
    background-color: #f06102;
}
.RectangleBtn-pressed {
    border-color: #105f99;
    background-image: none;
    background-color: #f06102;
}
.RectangleBtn-disabled {
    background-image: none;
    background-color: #ff6f0d;
    opacity : 0.5
}
.RectangleBtn-over {
    background-color: #f06102;
}

.RectangleBtn.x-btn-focus.x-btn-default-small{
    width: 163px;
    height: 36px;
    border-radius: 18px;
    box-shadow: 0 5px 15px 0 rgba(255, 111, 13, 0.54);
    border: solid 0 var(--bright-orange);
    background-color: #ff6f0d;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: center;
    color: #ffffffblack;
    margin-bottom: 1px;
    text-shadow: 0 2px 4px #ec6103;
}
.x-form-text-default.x-form-textarea{
    min-height: 50px;
}
.scan-upload-save-btn{
  width: 84px;
    height: 35px;
  border-radius: 18px;
    box-shadow: 0 3px 7px 0 rgba(255, 111, 13, 0.54);
    border: solid 0 #ff6f0d;
  background-color: #ff6f0d;
}
.scan-upload-save-btn:hover {
    background-color: #f06102;
}
.scan-upload-save-btn-pressed {
    border-color: #105f99;
    background-image: none;
    background-color: #f06102;
}
.scan-upload-save-btn-disabled {
    background-image: none;
    background-color: #ff6f0d;
    opacity : 0.5
}
.scan-upload-shortcut-btn{
    /*width: 130px;*/
    height: 35px;
    border-radius: 20px;
    box-shadow: 0 3px 7px 0 rgba(255, 111, 13, 0.54);
    border: solid 0 #ff6f0d;
    background-color: #ff6f0d;
    align-content: center;
}
.scan-upload-shortcut-btn:hover {
    background-color: #f06102;
}
.scan-upload-shortcut-btn-pressed {
    border-color: #105f99;
    background-image: none;
    background-color: #f06102;
}
.scan-upload-shortcut-btn-disabled {
    background-image: none;
    background-color: #ff6f0d;
    opacity : 0.5
}

.center-image {
    display: block;
    margin-left: 5px;
    margin-top: 4px;
    margin-right: auto;
    width: 20px;
    height: 20px;

    /*width: 50%;*/
}
.scan-Cancel-btn{
    width: 84px;
    height: 36px;
    border-radius: 18px;
    /*box-shadow: 0 5px 15px 0 rgba(255, 111, 13, 0.54);*/
    border: solid 1px #a0b2cc;
    /*background-color: #ff6f0d;*/
    background-color: transparent;
}

.scan-Cancel-btn:hover {
    background-color: transparent;
    border-color: #9daec7;
    border: solid 2px #9daec7;
}
.scan-Cancel-btn-pressed {
    border-color: #9daec7;
    border: solid 1px #9daec7;
    background-image: none;
    background-color: transparent;
}
.scan-Cancel-btn-drag {
    border-color: #9daec7;
    border: solid 1px #9daec7;
    background-image: none;
    background-color: transparent;
}
.scan-Cancel-btn-disabled {
    background-image: none;
    border: solid 1px #9daec7;
    background-color: transparent;
    opacity : 0.5
}

.scan-Cancel-btn.x-btn-focus.x-btn-default-small{
    width: 84px;
    height: 36px;
    border-radius: 18px;
    /*box-shadow: 0 5px 15px 0 rgba(255, 111, 13, 0.54);*/
    border: solid 1px #a0b2cc;
    /*background-color: #ff6f0d;*/
    background-color: transparent;
}

.RectangleBtn-no-fill .x-btn-inner-default-small {
  width: 84px;
  height: 36px;
  border-radius: 18px;
  font-family: Roboto;
  border: solid 1px var(--light-grey-blue);
  color: #a0b2cc;
  background-color: transparent;
}
.Upload-Files-text {
    width: 200px;
  height: 31px;
  font-family: Roboto;
    font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #5b697e;
}
.Scan-AttachBtn {
    width: 150px;
    height: 36px;
    border-radius: 18px;
    box-shadow: 0 5px 15px 0 rgba(255, 111, 13, 0.54);
    border: solid 0 var(--bright-orange);
    background-color: #ff6f0d;
}
/*.scan-doc-grid .x-panel-header-title-default-framed {
    color: #5b697e;
    line-height: 31px;
    height: 50px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
}*/
.scan-pending-to-save {
    color: #5b697e;
    line-height: 31px;
    height: 50px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    margin: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
}
.scan-pending-to-save-container {
    background:#e5f0ff; 
    color: #5b697e;
    font-family: Roboto;
}
.revenew-analysis-heading {
    color: #5b697e;
    line-height: 31px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
}
.revenew-analysis-heading-container {
    background:#e5f0ff; 
    color: #5b697e;
    font-family: Roboto-Medium;
}
.scan-doc-type{
    color: #666;
    font: 400 15px Roboto;
    outline: 0;
    padding: 10px 10px 2px 10px;
    height : 30px;
    color: #5b697e;
    background-color: #fff;
    border-right: none;
    border-top: none;
}
.pending-doc-name {
    color:#5b697e;
    size:15px;
    vertical-align: middle;
    font-family: Roboto;
}
.scan-doc-more-file {
max-width: 300px;
overflow: hidden;
    /*background-color: #fff6f0;*/
    /*size: 15px;*/
font-family: Roboto;
text-overflow: ellipsis;
white-space: nowrap;
}
.scan-doc-grid .x-panel-header-default-framed-top {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 9px 9px 9px 9px;
    border-width: 1px 1px 0 1px;
    border-style:100 .1px #f5f5f5;
    background-color: #fff;
}
.scan-doc-grid .x-column-header {
    color: #666;
    font: 600 15px Roboto;
    outline: 0;
    padding: 0px 0px 0px 0px;
    /*height : 30px;*/
    color: #5b697e;
    background-color: #fff;
    border-right: none;
    border-top: none;
    border-bottom-color:normal 1px red;
}
.scan-doc-grid .x-action-col-icon {
    /*margin: 10px;*/
    /*margin-left:  10px;*/
}
.preview-icon-cls {
    width: 24px;
}
.scan-doc-grid .x-grid-cell {
    color: #5b697e;
    /*background-color:#FFF;*/
    font-family: Roboto;
    font-weight:300; 
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    /*margin: 12px;*/
    margin-top: 40px;
    cursor:pointer;
}
.scan-doc-grid .x-grid-row:hover{
    background-color:black;
}
/*.scan-doc-grid .x-grid-row-alt .x-grid-cell { 
    background-color: #000; 
    color: #fff; */
/*}*/
.scan-doc-grid .x-grid-row {
    line-height: 30px;
}
/*.scan-doc-grid .x-grid-row .x-grid-cell-selected {
    background-color: #f7dfc3;
}*/
/*.scan-doc-grid .x-grid-with-col-lines .x-grid-item-selected .x-grid-cell {
    border-color: #f7dfc3;
    border-style: none;
}*/
.x-tab-default {
  height: 25px;
  border-radius: 13px;
  border-color: transparent;
  background-color: #ffffff;
  color: #ffffff;
}
.x-tab.x-tab-active.x-tab-default {
    border-color: #a0b2cc;
    background-color: #a0b2cc;
}
.x-tab-inner-default {
    font: 300 13px/16px Roboto;
    color: #5b697e;
    max-width: 100%
}
.scan-doc-icon-cls {
    background-image: url(resources/icons/myacsys/images/scan-round-button.png);
}
.x-btn-inner-default-toolbar-small{
    font-family : Roboto;
    font-weight : 500;
    font-size: 11px;
}
.x-tab-default .x-tab-close-btn {
    top : 4px;
    right: 6px;
}
.x-menu-body-default {
    background : #f2f7ff;
    font-weight: normal;
}
.x-menu-item-text-default {
    font: 300 13px Roboto;
    line-height: 23px;
    padding-top: 1px;
    color: #5b697e;
    cursor: pointer;
}
.red-round-div {
  width: 31px;
  height: 24px;
  border-radius: 12.5px;
  border: solid 1px #ff2121;
  display:inline-block; 
  vertical-align:middle;  
  text-align:center;
  font-family: Roboto;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: bold;
  line-height: 1.9;
  letter-spacing: normal;
  text-align: center;
  color: #ff2121;
}
.logout-cls{
 font-family:Roboto;
 color: #5b697e;
 font-size: 15px; 
}
.scanner-settings-btn .x-btn-inner-default-small {
 width: 62px;
 height: 24px;
 background-color: transparent;
 font-family: Roboto;
 font-size: 11px;
 font-weight: 500;
 font-stretch: normal;
 font-style: normal;
 line-height: 1.07;
 letter-spacing: normal;
 text-align: center;
 color: #5b697e;
}
.scanner-settings-btn .x-btn-icon-el-default-small {
    height: 20px;
    width: 20px;
}
.shadow-container {
    background:white; 
    border: 0px solid white;
    border-radius: 18px; 
    -webkit-border-radius: 18px; 
    -moz-border-radius: 18px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(151, 151, 151, 0.18);
    -moz-box-shadow: 0 1px 5px 0 rgba(151, 151, 151, 0.18);
    box-shadow:0 1px 5px 0 rgba(151, 151, 151, 0.18);
}
.mydashboard-list-class {
/*    font-family: Roboto;*/
    border: 0px solid #1C6EA4;
    width: 100%;
    height: 24px;
    text-align: left;
    border-collapse: collapse;
}
.mydashboard-list-class td {
    border-top: 0.8px solid #f0f0f0;
    padding: 8px 12px;
    color: #5b697e;
/*    font-family: Roboto-Regular;*/
    /*    font-weight: lighter;
        font-stretch: normal;
        font-style: normal;*/
    line-height: 1.4;
    letter-spacing: normal;
}

.mydashboard-list-class tbody {
    overflow-y: scroll;
}
.mydashboard-list-class tr:hover {
    background: rgb(245, 245, 245)
}

.mydashboard-list-class th {
    border-top: 0px solid #b8b8b8;
    padding: 8px 10px;
}

.mydashboard-list-class tbody td {
    font-size: 15px;
}

.mydashboard-list-class thead {
    border-bottom: 0.8px solid #b8b8b8;
}

.mydashboard-list-class thead th {
    font-size: 15px;
    font-weight: 600;
    color: #3c4858;
    text-align: left;
}

.mydashboard-list-class tfoot td {
    font-size: 9px;
}
.x-common-cls {
    width: 250px;
    /*    height: 24px;*/
    font-family: Roboto;
    /*    font-size: 15px;*/
    font-weight: normal;
    /*        font-stretch: normal;
            font-style: normal;*/
        line-height: 1;
    color:#5b697e;
}
.x-padding-cls{
    padding-top: 10px
}
.x-btn-button-modern-panel{
    color:#5b697e;
    padding-top: 16px;
    padding-bottom: 3px;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 600;
    line-height: .5;
    text-align: center;
    
}
.x-btn-button-mode-panel{
    color:#ffffff;
    padding-top: 16px;
    padding-bottom: 3px;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 600;
    line-height: .5;
    text-align: center;

}
.indexpagecontentcls{
    font-family: Roboto, Helvetica, sans-serif;
    color: #414141;
    font-size: 15px;
    line-height: 1.5;

}
.indexpagefirstlinecls{
    font-family: Roboto, Helvetica, sans-serif;
    color: #414141;
    font-size: 15px;
    line-height: 1.5;
     list-style:none;
     padding-top: 35px;
     text-align:right;
}
.dashboardDrilldownGridHdr{
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 100px;
    color:#5b697e;
}
tr.dashboardGridGroupHeader td{
    /*padding: 3px;*/
    background-color: white;
    font-weight: bold;
    font-size: 15px;
}
 .x-window-header-default {
    background-color: #f2f7ff;
    height: 50
}
/*.dashboardDrillWindowCombo .x-boundlist.item {
    border-radius: 18px;
}*/

tr.dashboardGridSubGroupHeader td{
    /*background-color: #dce6f5;*/
    background-color: #dfe7f2;
}
tr.dashboardGridNormalRow td{
    background-color: white;
}
tr.bisgrid-row1 td{
    /*font-size: 12px;*/
    background-color: #fff6f0;
    background: #fff6f0;
    color: red
}
tr.bisgrid-row2 td{
    /*font-size: 12px;*/
    background-color: white;
    background: white;
    
}
tr.chatgroup-yn td{
    background-color: #b0b0ec;
    background: #b0b0ec;
}
.x-btn-button-badge-panel{
    color:#ffffff;
    padding-top: 8px;
    padding-bottom: 3px;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 600;
    /*line-height: .4;*/
    text-align: center;

}

.btnImage{

    cursor: pointer;
}
.x-common-date{
    font: 13px Roboto;
    font-family: Roboto;
    /*fontWeight: lighter;*/
    color: #a3a3a3;
}
.x-date-container {
    color: #5b697e;
    font-family: Roboto;
}.scan-container-common {
    background:#fff; 
    color: #5b697e;
    height: 50px;
    font-family: Roboto;
    border: 1px solid #e5f0ff;
    border-bottom: 1px solid #b8b8b8;
}
.outlinebtn {
    width: 230px;
    height: 40px;
    font-family: Roboto;
    font-size: 15px;
    border-radius: 18px;
    box-shadow: 0 0 0 0;
    /*    text-align: left;
        float:left;*/

    display: block;
    /*border-top: 4px solid #a7a59b;*/
    /*background-color: #f6e9d9;*/
    /*font-size: 14px;*/
    /*padding: 4px 6px;*/
    /*color: #000;*/
    clear:both;

}
.basicinputtextclass{
    float:left;
    font-family:Roboto; color:#a0b2cc;
    font-size:15px;
    margin-top: 10px;
}
.outlinebtn:hover{

}
.baya-button-badge-custom {
    background-color:transparent;
    color:#a0b2cc;
    /*border: 10px;*/
    /*    width: 24px;
        height: 24px;*/
    border: .1px solid #a0b2cc;
    font-family: Roboto;
    /*display:inline-block;*/
    padding-left:8px;
    padding-right:8px;
    /*padding-top:1px;*/
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 40px;
    /*text-align:center;*/
    /*width: 47px;*/
    width: auto;
    min-width: 35px;
    float:right;


}
.btn-basic-common-save {
    width: 125px;
    height: 35px;
    font-color: #5b697e;
    font-family: Roboto;
    font-size: 7px;
    padding-bottom: 6px;
    padding-top: 6px;
    border-radius: 26px;
    box-shadow: 0 0 0 0;
    text-align: center;
    /*border: solid 0 var(--bright-orange);*/
    background-color: #ff6f0d;
    /*    outline-style: none;
        outline-color: yellow; 
        outline-width: 7px;*/
}
.btn-basic-common-save:hover{
    background-color: #ed6000
}
.btn-basic-common {
    width: 125px;
    height: 35px;
    font-color: #5b697e;
    font-family: Roboto;
    font-size: 7px;
    padding-bottom: 6px;
    padding-top: 6px;
    border-radius: 26px;
    box-shadow: 0 0 0 0;
    text-align: center;
    /*border: solid 0 var(--bright-orange);*/
    background-color: #e5f0ff;
    /*    outline-style: none;
        outline-color: yellow; 
        outline-width: 7px;*/
}
.btn-basic-common:hover{
    background-color: #d4e5fc
}
/*.common-combo-cls {
    height:20px;
    width: 10px;
    border-radius: 30px;
    font-family: Roboto;
    font-size: 11px;
}*/
.filterbtn-cls{
    width:90px;
    height:30px;
    padding-bottom: 6px;
    padding-top: 5px;
    border-radius: 18px;
    font-family: Roboto;
    font-color: #5b697e;

}
.x-trans-btn-cls {
    /*width: 250px;*/
    /*height: 50px;*/
    font-family: Roboto;
    font-size: 11px;
    font-weight: normal;
    font-stretch: semi-expanded;
    /*font-style: normal;*/
    line-height:1.5;
    color:#5b697e;
    text-align: center;
}
.x-trans-btnn-cls {
    /*width: 250px;*/
    /*height: 50px;*/
    font-family: Roboto;
    font-size: 11px;
    font-weight: normal;
    font-stretch: semi-expanded;
    /*font-style: normal;*/
    line-height: 1.5;
    color:#ffffff;
    text-align: center;
}
.zoom-container {
    background:white; 
    border: 0px solid white;
    border-radius: 18px; 
    padding-bottom: 5px;
    -webkit-border-radius: 18px; 
    -moz-border-radius: 18px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(151, 151, 151, 0.48);
    -moz-box-shadow: 0 1px 5px 0 rgba(151, 151, 151, 0.48);
    box-shadow:0 1px 5px 0 rgba(151, 151, 151, 0.48);
}
.x-docentry-btn-cls {
    /*width: 250px;*/
    /*height: 50px;*/
    font-family: Roboto;
    padding-top: 10px;
    white-space: normal;
    /*    font-size: 15px;*/
    font-weight: 600;
    /*        font-stretch: normal;
            font-style: normal;*/
    line-height: .5;
    color:#5b697e;
    text-align: center;
}
.x-doctool-btn-cls {
    /*width: 250px;*/
    /*height: 50px;*/
    font-family: Roboto;
    padding-top: 4px;
    /*    font-size: 15px;*/
    font-weight: 600;
    /*        font-stretch: normal;
            font-style: normal;*/
    line-height: .5;
    color:#5b697e;
    text-align: center;
}
.x-common-compo-cls {
    /*width: 250px;*/
    /*height: 50px;*/
    font-family: Roboto;
    /*    font-size: 15px;*/
    font-weight: normal;
    /*        font-stretch: normal;
            font-style: normal;*/
    /*line-height: 1;*/
    color:#5b697e;
    text-align: right;
}
.x-common-compo-cls .x-form-text-default{
    font-family: Roboto;
    color:#5b697e;
    padding-bottom: 8px

}
.x-common-compo-cls .x-form-empty-field{
    /*font-family: Roboto;*/
    color:#000000;
    font-style: italic
    /*padding-bottom: 8px*/
}
.x-common-combo-cls {
    font-family: Roboto;
    font-weight: normal;
    color:#5b697e;
    text-align: left;
}
.x-common-combo-cls .x-form-text-default{
    font-family: Roboto;
    color:#5b697e;
    padding-bottom: 8px

}
.x-common-combo-cls .x-form-empty-field{
    color:#000000;
    font-style: italic
}
.cust-grid .x-panel-header-default-framed-top {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 9px 9px 9px 9px;
    border-width: 1px 1px 0 1px;
    border-style:100 .1px #f5f5f5;
    background-color: #f2f7ff;
}
.cust-grid .x-column-header {
    color: #666;
    font: 500 12px Roboto;
    outline: 0;
    padding: 0px 0px 0px 0px;
    height : 40px;
    color: #5b697e;
    background-color: #f2f7ff;
    border-right: none;
    border-top: none;
    border-bottom-color:#a0b2cc;
}
.cust-grid .x-action-col-icon {
    /*margin: 10px;*/
    /*margin-left:  10px;*/
}
.preview-icon-cls {
    width: 24px;
}
.cust-grid .x-grid-cell {
    color: #5b697e;
    background-color:#f2f7ff;
    font-family: Roboto;
    font-size: 13px;
    /*    font-weight: normal;
        font-stretch: normal;
        font-style: normal;*/
    line-height: 1;
    /*letter-spacing: normal;*/
    /*margin: 12px;*/
    /*margin-top: 30px;*/
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
}
.cust-grid .x-grid-row:hover{
    background-color:black;
}
/*.scan-doc-grid .x-grid-row-alt .x-grid-cell { 
    background-color: #000; 
    color: #fff; */
/*}*/
.cust-grid .x-grid-row {
    line-height: 30px;
}
.cust-addr-grid .x-panel-header-default-framed-top {
    /*    -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;*/
    /*    -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;*/
    /*    -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;*/
    /*padding: 9px 9px 9px 9px;*/
    /*border-width: 1px 1px 0 1px;*/
    /*border-style:100 .1px #f5f5f5;*/
    /*border-top: #fff;*/
    background-color: #fff;
    /*    border-radius: 12px;
        webkit-border-radius: 12px; 
        -moz-border-radius: 12px;*/
}
.cust-addr-grid .x-column-header {
    color: #666;
    font: 500 12px Roboto;
    outline: 0;
    padding: 0px 0px 0px 0px;
    height : 30px;
    color: #5b697e;
    background-color: #f2f7ff;
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom-color:none;
}
.cust-addr-grid .x-action-col-icon {
    /*margin: 10px;*/
    /*margin-left:  10px;*/
}
.preview-icon-cls {
    width: 24px;
}
.cust-addr-grid .x-grid-cell {
    color: #5b697e;
    background-color:#FFF;
    font-family: Roboto;
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    font-weight: 100; 
    /*border: 1px solid #bfcadb ;*/

    /*font-stretch: normal;*/
    /*font-style: normal;*/
    line-height: 1;
    /*letter-spacing: normal;*/
    /*margin: 12px;*/
    /*margin-top: 40px;*/
}
.cust-addr-grid .x-grid-row:hover{
    background-color:#fff;
}
/*.scan-doc-grid .x-grid-row-alt .x-grid-cell { 
    background-color: #000; 
    color: #fff; */
/*}*/
/*.cust-addr-grid .x-grid-row {
    border-left: 1px solid black;
    line-height: 25px;
}*/
/*.scan-doc-grid .x-grid-row .x-grid-cell-selected {
    background-color: #f7dfc3;
}*/
/*.scan-doc-grid .x-grid-with-col-lines .x-grid-item-selected .x-grid-cell {
    border-color: #f7dfc3;
    border-style: none;
}*/

.tab-btn {
    width: 163px;
    height: 36px;
    border-radius: 18px;
    /*    box-shadow: 0 5px 15px 0 rgba(255, 111, 13, 0.54);*/
    border: solid 0px #5b697e;
    background-color: #e9f3f7;
    background: #e9f3f7;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 1px;
    /*    text-shadow: 0 2px 4px #ec6103;*/
}
.dashboardbtnImage{
    cursor: pointer;
}
.tab-btn:hover {
    background-color: #f06102;
}
.tab-btn-pressed {
    border: solid 1px #5b697e;
    border-color: #5b697e;
    background-image: none;
    color:#FFF;
    background-color: #f06102;
}
.tab-btn-disabled {
    background-image: none;
    background-color: #ff6f0d;
    opacity : 0.5
}
.tab-btn-over {
    background-color: #f06102;
}
.x-form-trigger-wrap-default
{     
    border-color: #a0b2cc
        /*border: 0;*/
}
.searchGridFilterToolCls{
    color: #5b697e
}


.common-search-tool-grid .x-column-header {
    color: #666;
    font: 500 12px Roboto;
    outline: 0;
    color: #5b697e;
    background-color: #f2f7ff;
}
.common-search-tool-grid .x-grid-cell {
    color: #5b697e;
    background-color:#FFF;
    font-family: Roboto;
    font-weight: 400; 
}
.common-search-tool-grid .x-grid-row:hover{
    background-color:#fff;
}
.common-search-tool-grid .x-grid-item-selected .x-grid-cell {
    background-color: #f7dfc3;
}


.common-search-tool-btn{
    /*font-color: #5b697e;*/
    font-family: Roboto;
    font-size: 11px;
    padding-bottom: 6px;
    padding-top: 5px;
    border-radius: 25px;
    box-shadow: 0 0 0 0;
    text-align: center;
    font-weight: 500

}
.common-search-tool-btn:hover{
    background-color: #5b697e
}

.pagingtoolbarCls .x-form-text-default{
    color: #4f5c70;
    /*padding: 3px 6px 2px;*/
    background-color: #fff;
    font: 100 13px Roboto;
    /*min-height: 22px;*/
}

.findmodule-search-grid .x-column-header {
    color: #666;
    font: 500 12px Roboto;
    outline: 0;
    color: #5b697e;
    background-color: #f2f7ff;
}
.findmodule-search-grid .x-grid-cell {
    color: #5b697e;
    background-color:#f7faff;
    font-family: Roboto;
    font-weight: 400; 
}
.findmodule-search-grid .x-grid-row:hover{
    background-color:#fff;
}

.shadow-container_viewdoc {
    background:white; 
    border: 0px solid white;
    border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(151, 151, 151, 0.48);
    -moz-box-shadow: 0 1px 5px 0 rgba(151, 151, 151, 0.48);
    box-shadow:0 1px 5px 0 rgba(151, 151, 151, 0.48);
}

.shadow-container_viewdoc_topcontainer {
    background:white; 
    border: 1px solid white;
    border-radius: 2px; 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(151, 151, 151, 0.48);
    -moz-box-shadow: 0 1px 5px 0 rgba(151, 151, 151, 0.48);
    box-shadow:0 1px 5px 0 rgba(151, 151, 151, 0.48);
}

.documentSearchIconClass{
    vertical-align:10px

}
.viewDocSearchContainer{
    background:white; 
    border: 2px solid #89aedf;
    border-radius:50px; 
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(151, 151, 151, 0.48);
    -moz-box-shadow: 0 1px 5px 0 rgba(151, 151, 151, 0.48);
    box-shadow:0 1px 5px 0 rgba(151, 151, 151, 0.48); 
} 
.newDocSearch-btn{     
    width: 84px;     
    height: 37px;     
    border-radius: 18px;     
    box-shadow: 0 5px 15px 0 rgba(255, 111, 13, 0.54);     
    border: solid 0 var(--bright-orange);     
    background-color: #ff6f0d;     
    font-weight: 500; 
} 
.newDocSearch-btn:hover {     
    background-color: #f06102; 
}
.newDocSearch-btn-pressed 
{     border-color: #105f99;
      background-image: none;
      background-color: #f06102;
}
.newDocSearch-btn-disabled 
{     background-image: none;
      background-color: #ff6f0d;
      opacity : 0.5
} 
.newDocSearch-btn.x-btn-focus.x-btn-default-small{     
    width: 84px;     
    height: 37px;     
    border-radius: 18px;     
    box-shadow: 0 5px 15px 0 rgba(255, 111, 13, 0.54);     
    border: solid 0 var(--bright-orange);     
    background-color: #ff6f0d;     
    font-weight: 500; 
}
.noborder-textfield .x-form-trigger-wrap
{     border-color: #ffffff;
      border: 0;
} .noborder-textfield .x-form-text-wrap {
    border: 0;
}
.noborder-textfield .x-form-text-default{
    color: #5b697e;
    padding: 3px 6px 2px;
    background-color: #fff;
    font: 100 20px/17px Roboto;
    min-height: 22px;
}

.search-heading {
    float:left;
    font-family:Roboto; color:#5b697e;
    font-size:18px;
    margin-top: 5px;
    /*line-height: 31px;*/
    font-weight: 500;
    /*font-stretch: normal;*/
    /*font-style: normal;*/
    line-height: 1.56;
    /*letter-spacing: normal;*/
}
.noborder-compo .x-form-trigger-wrap
{     
    /*border-color: #ffffff;*/
    border-bottom-color: #bac6d8;
    border-left-color:  #ffffff;
    border-right-color: #ffffff;
    border-top-color: #ffffff;
    padding-bottom: 10px;
    /*border: 0;*/
} .noborder-compo .x-form-text-wrap {
    /*border: 0;*/
}

.noborder-compo .x-form-text-default {
    /*border: 0;*/

    color: #5b697e;
    padding: 3px 6px 2px;
    background-color: #fff;
    font: 100 15px/17px Roboto;
    min-height: 22px;
}
.baya-button-badge-custom-bold {
    background-color:transparent;
    color:#5b697e;
    /*border: 10px;*/
    /*    width: 24px;
        height: 24px;*/
    border: .1px solid #5b697e;
    font-family: Roboto;
    /*display:inline-block;*/
    padding-left:8px;
    padding-right:8px;
    /*padding-top:1px;*/
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 40px;
    text-align:center;
    width: auto;
    min-width: 30px;
    float:right;


}.line-border-btn-cls{
    width: 90px;
    height: 30px;
    /*font-color: #5b697e;*/
    font-family: Roboto;
    font-size: 11px;
    padding-bottom: 6px;
    padding-top: 5px;
    border-radius: 25px;
    box-shadow: 0 0 0 0;
    text-align: center;

}
.line-border-btn-cls:hover{
    background-color: #5b697e
}.verify-noborder-compo .x-form-trigger-wrap
{     
    /*border-color: #ffffff;*/
    border-bottom-color: #bac6d8;
    border-left-color:  #ffffff;
    border-right-color: #ffffff;
    border-top-color: #ffffff;
    padding-bottom: 10px;
    /*border: 0;*/
} .verify-noborder-compo .x-form-text-wrap {
    /*border: 0;*/
}

.verify-noborder-compo .x-form-text-default {
    /*border: 0;*/

    color: #5b697e;
    padding: 3px 6px 2px;
    background-color: #fff;
    font: 100 15px/17px Roboto;
    /*min-height: 22px;*/
}
.x-verifynjour-btn-cls {
    /*width: 250px;*/
    /*height: 50px;*/
    font-family: Roboto;
    padding-top: 5px;
    /*    font-size: 15px;*/
    font-weight: 600;
    /*        font-stretch: normal;
            font-style: normal;*/
    line-height: .5;
    color:#5b697e;
    text-align: center;
}
    .x-legend-item{
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-color: transparent!important;
    text-align: left;

}

.itemDltsgrd .x-grid-cell{
    position: static !important;
}
.tabPanel{
    font-family: Roboto;
    padding: 10px;
    color:#ffffff;
    background: #e5f0ff;
    font-weight: 500;
    text-align: left;
    font-size: 15px;
}
.treeChild{
    font-family: Roboto;
    color:#ffffff;
    font-weight: 500;
    font-size: 15px;
}

.x-panel-header-light-vertical.x-header-noborder {
    padding: 16px 12px 16px 12px
}

.x-panel-header-light-vertical.x-header-noborder .x-panel-header-light-tab-bar {
    margin-right: -12px;
    margin-left: -12px
}

.x-panel-header-title-light {
    color: #606060;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
    line-height: 20px
}

.x-panel-header-title-light > .x-title-text-light {
    text-transform: none;
    padding: 0
}

.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-top {
    height: 24px;
    padding-bottom: 8px
}

.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-right {
    width: 24px;
    padding-left: 8px
}

.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-bottom {
    height: 24px;
    padding-top: 8px
}

.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-left {
    width: 24px;
    padding-right: 8px
}

.x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-icon-light {
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: #606060;
    background-position: center center
}

.x-ie8 .x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-icon-light.x-title-glyph {
    color: #606060
}

.x-panel-body-light {
    background: #fff;
    border-color: #d0d0d0;
    color: #404040;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
    border-width: 1px;
    border-style: solid
}

.x-panel-header-light {
    background-image: none;
    background-color: #fff
}

.x-panel-header-light-vertical {
    background-image: none;
    background-color: #fff
}

.x-panel .x-panel-header-light-collapsed-border-top {
    border-bottom-width: 1px !important
}

.x-panel .x-panel-header-light-collapsed-border-right {
    border-left-width: 1px !important
}

.x-panel .x-panel-header-light-collapsed-border-bottom {
    border-top-width: 1px !important
}

.x-panel .x-panel-header-light-collapsed-border-left {
    border-right-width: 1px !important
}

.x-cmd-slicer.x-panel-header-light-top:before {
    display: none;
    content: "x-slicer:, stretch:bottom" !important
}

.x-cmd-slicer.x-panel-header-light-bottom:before {
    display: none;
    content: "x-slicer:, stretch:top" !important
}

.x-cmd-slicer.x-panel-header-light-left:before {
    display: none;
    content: "x-slicer:, stretch:right" !important
}

.x-cmd-slicer.x-panel-header-light-right:before {
    display: none;
    content: "x-slicer:, stretch:left" !important
}

.x-panel-header-light-horizontal .x-tool-after-title {
    margin: 0 0 0 6px
}

.x-panel-header-light-horizontal .x-tool-before-title {
    margin: 0 6px 0 0
}

.x-panel-header-light-vertical .x-tool-after-title {
    margin: 6px 0 0 0
}

.x-panel-header-light-vertical .x-tool-before-title {
    margin: 0 0 6px 0
}

.x-panel-header-light .x-tool-focus {
    outline: 1px solid #ff6f0d;
    outline-offset: 1px
}

.x-ie .x-panel-header-light .x-tool-focus,.x-ie10p .x-panel-header-light .x-tool-focus,.x-edge .x-panel-header-light .x-tool-focus {
    outline: none
}

.x-ie .x-panel-header-light .x-tool-focus:after,.x-ie10p .x-panel-header-light .x-tool-focus:after,.x-edge .x-panel-header-light .x-tool-focus:after {
    position: absolute;
    content: ' ';
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 1px solid #ff6f0d;
    pointer-events: none
}

.x-panel-light-resizable .x-panel-handle {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0
}

.x-panel-light-outer-border-l {
    border-left-color: #d0d0d0 !important;
    border-left-width: 1px !important
}

.x-panel-light-outer-border-b {
    border-bottom-color: #d0d0d0 !important;
    border-bottom-width: 1px !important
}

.x-panel-light-outer-border-bl {
    border-bottom-color: #d0d0d0 !important;
    border-bottom-width: 1px !important;
    border-left-color: #d0d0d0 !important;
    border-left-width: 1px !important
}

.x-panel-light-outer-border-r {
    border-right-color: #d0d0d0 !important;
    border-right-width: 1px !important
}

.x-panel-light-outer-border-rl {
    border-right-color: #d0d0d0 !important;
    border-right-width: 1px !important;
    border-left-color: #d0d0d0 !important;
    border-left-width: 1px !important
}

.x-panel-light-outer-border-rb {
    border-right-color: #d0d0d0 !important;
    border-right-width: 1px !important;
    border-bottom-color: #d0d0d0 !important;
    border-bottom-width: 1px !important
}

.x-panel-light-outer-border-rbl {
    border-right-color: #d0d0d0 !important;
    border-right-width: 1px !important;
    border-bottom-color: #d0d0d0 !important;
    border-bottom-width: 1px !important;
    border-left-color: #d0d0d0 !important;
    border-left-width: 1px !important
}

.x-panel-light-outer-border-t {
    border-top-color: #d0d0d0 !important;
    border-top-width: 1px !important
}

.x-panel-light-outer-border-tl {
    border-top-color: #d0d0d0 !important;
    border-top-width: 1px !important;
    border-left-color: #d0d0d0 !important;
    border-left-width: 1px !important
}

.x-panel-light-outer-border-tb {
    border-top-color: #d0d0d0 !important;
    border-top-width: 1px !important;
    border-bottom-color: #d0d0d0 !important;
    border-bottom-width: 1px !important
}

.x-panel-light-outer-border-tbl {
    border-top-color: #d0d0d0 !important;
    border-top-width: 1px !important;
    border-bottom-color: #d0d0d0 !important;
    border-bottom-width: 1px !important;
    border-left-color: #d0d0d0 !important;
    border-left-width: 1px !important
}

.x-panel-light-outer-border-tr {
    border-top-color: #d0d0d0 !important;
    border-top-width: 1px !important;
    border-right-color: #d0d0d0 !important;
    border-right-width: 1px !important
}

.x-panel-light-outer-border-trl {
    border-top-color: #d0d0d0 !important;
    border-top-width: 1px !important;
    border-right-color: #d0d0d0 !important;
    border-right-width: 1px !important;
    border-left-color: #d0d0d0 !important;
    border-left-width: 1px !important
}

.x-panel-light-outer-border-trb {
    border-top-color: #d0d0d0 !important;
    border-top-width: 1px !important;
    border-right-color: #d0d0d0 !important;
    border-right-width: 1px !important;
    border-bottom-color: #d0d0d0 !important;
    border-bottom-width: 1px !important
}

.x-panel-light-outer-border-trbl {
    border-color: #d0d0d0 !important;
    border-width: 1px !important
}

.x-panel-light-framed {
    border-color: #d0d0d0;
    padding: 0
}

.x-panel-header-light-framed {
    font-size: 16px;
    border: 2px solid #d0d0d0
}

.x-panel-header-light-framed .x-tool-tool-el {
    color: #919191
}

.x-panel-header-light-framed .x-tool-tool-el {
    background-color: #fff
}

.x-panel-header-light-framed-horizontal {
    padding: 10px 14px 10px 14px
}

.x-panel-header-light-framed-horizontal .x-panel-header-light-framed-tab-bar {
    margin-top: -10px;
    margin-bottom: -10px
}

.x-panel-header-light-framed-horizontal.x-header-noborder {
    padding: 12px 16px 10px 16px
}

.x-panel-header-light-framed-horizontal.x-header-noborder .x-panel-header-light-framed-tab-bar {
    margin-top: -12px;
    margin-bottom: -10px
}

.x-panel-header-light-framed-vertical {
    padding: 14px 10px 14px 10px
}

.x-panel-header-light-framed-vertical .x-panel-header-light-framed-tab-bar {
    margin-right: -10px;
    margin-left: -10px
}

.x-panel-header-light-framed-vertical.x-header-noborder {
    padding: 16px 12px 16px 10px
}

.x-panel-header-light-framed-vertical.x-header-noborder .x-panel-header-light-framed-tab-bar {
    margin-right: -12px;
    margin-left: -10px
}

.x-panel-header-title-light-framed {
    color: #606060;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
    line-height: 20px
}

.x-panel-header-title-light-framed > .x-title-text-light-framed {
    text-transform: none;
    padding: 0
}

.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-top {
    height: 24px;
    padding-bottom: 8px
}

.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-right {
    width: 24px;
    padding-left: 8px
}

.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-bottom {
    height: 24px;
    padding-top: 8px
}

.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-left {
    width: 24px;
    padding-right: 8px
}

.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-icon-light-framed {
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: #606060;
    background-position: center center
}

.x-ie8 .x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-icon-light-framed.x-title-glyph {
    color: #606060
}

.x-panel-body-light-framed {
    background: #fff;
    border-color: #d0d0d0;
    color: #404040;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
    border-width: 1px;
    border-style: solid
}

.x-panel-light-framed {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 0 0 0;
    border-width: 2px;
    border-style: solid;
    background-color: #fff
}

.x-panel-light-framed-mc {
    background-color: #fff
}

.x-nbr .x-panel-light-framed {
    padding: 0 !important;
    border-width: 0 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent !important;
    box-shadow: none !important
}

.x-panel-light-framed-frameInfo {
    font-family: dh-2-2-2-2-2-2-2-2-0px-0px-0px-0px
}

.x-panel-light-framed-tl {
    background-position: 0 -4px
}

.x-panel-light-framed-tr {
    background-position: right -6px
}

.x-panel-light-framed-bl {
    background-position: 0 -8px
}

.x-panel-light-framed-br {
    background-position: right -10px
}

.x-panel-light-framed-ml {
    background-position: 0 top
}

.x-panel-light-framed-mr {
    background-position: right top
}

.x-panel-light-framed-tc {
    background-position: 0 0
}

.x-panel-light-framed-bc {
    background-position: 0 -2px
}

.x-panel-light-framed-tr,.x-panel-light-framed-br,.x-panel-light-framed-mr {
    padding-right: 2px
}

.x-panel-light-framed-tl,.x-panel-light-framed-bl,.x-panel-light-framed-ml {
    padding-left: 2px
}

.x-panel-light-framed-tc {
    height: 2px
}

.x-panel-light-framed-bc {
    height: 2px
}

.x-panel-light-framed-tl,.x-panel-light-framed-bl,.x-panel-light-framed-tr,.x-panel-light-framed-br,.x-panel-light-framed-tc,.x-panel-light-framed-bc,.x-panel-light-framed-ml,.x-panel-light-framed-mr {
    background-image: url(images/panel/panel-light-framed-corners.gif)
}

.x-panel-light-framed-ml,.x-panel-light-framed-mr {
    background-image: url(images/panel/panel-light-framed-sides.gif);
    background-repeat: repeat-y
}

.x-panel-light-framed-mc {
    padding: 0px 0px 0px 0px
}

.x-cmd-slicer.x-panel-light-framed:before {
    display: none;
    content: "x-slicer:, frame:2px 2px 2px 2px, corners:url(images/panel/panel-light-framed-corners.gif), sides:url(images/panel/panel-light-framed-sides.gif)" !important
}

.x-panel-header-light-framed-top {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 14px 10px 14px;
    border-width: 2px 2px 0 2px;
    border-style: solid;
    background-color: #fff
}

.x-panel-header-light-framed-top-mc {
    background-color: #fff
}

.x-nbr .x-panel-header-light-framed-top {
    padding: 0 !important;
    border-width: 0 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent !important;
    box-shadow: none !important
}

.x-panel-header-light-framed-top-frameInfo {
    font-family: dh-2-2-0-2-2-2-0-2-10-14-10-14
}

.x-panel-header-light-framed-top-tl {
    background-position: 0 -4px
}

.x-panel-header-light-framed-top-tr {
    background-position: right -6px
}

.x-panel-header-light-framed-top-bl {
    background-position: 0 -8px
}

.x-panel-header-light-framed-top-br {
    background-position: right -10px
}

.x-panel-header-light-framed-top-ml {
    background-position: 0 top
}

.x-panel-header-light-framed-top-mr {
    background-position: right top
}

.x-panel-header-light-framed-top-tc {
    background-position: 0 0
}

.x-panel-header-light-framed-top-bc {
    background-position: 0 -2px
}

.x-panel-header-light-framed-top-tr,.x-panel-header-light-framed-top-br,.x-panel-header-light-framed-top-mr {
    padding-right: 2px
}

.x-panel-header-light-framed-top-tl,.x-panel-header-light-framed-top-bl,.x-panel-header-light-framed-top-ml {
    padding-left: 2px
}

.x-panel-header-light-framed-top-tc {
    height: 2px
}

.x-panel-header-light-framed-top-bc {
    height: 0
}

.x-panel-header-light-framed-top-tl,.x-panel-header-light-framed-top-bl,.x-panel-header-light-framed-top-tr,.x-panel-header-light-framed-top-br,.x-panel-header-light-framed-top-tc,.x-panel-header-light-framed-top-bc,.x-panel-header-light-framed-top-ml,.x-panel-header-light-framed-top-mr {
    background-image: url(images/panel-header/panel-header-light-framed-top-corners.gif)
}

.x-panel-header-light-framed-top-ml,.x-panel-header-light-framed-top-mr {
    background-image: url(images/panel-header/panel-header-light-framed-top-sides.gif);
    background-repeat: repeat-y
}

.x-panel-header-light-framed-top-mc {
    padding: 10px 14px 10px 14px
}

.x-cmd-slicer.x-panel-header-light-framed-top:before {
    display: none;
    content: "x-slicer:, frame:2px 2px 0 2px, corners:url(images/panel-header/panel-header-light-framed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-top-sides.gif)" !important
}

.x-panel-header-light-framed-right {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 14px 10px 14px 10px;
    border-width: 2px 2px 2px 0;
    border-style: solid;
    background-color: #fff
}

.x-panel-header-light-framed-right-mc {
    background-color: #fff
}

.x-nbr .x-panel-header-light-framed-right {
    padding: 0 !important;
    border-width: 0 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent !important;
    box-shadow: none !important
}

.x-panel-header-light-framed-right-frameInfo {
    font-family: dh-2-2-2-0-2-2-2-0-14-10-14-10
}

.x-panel-header-light-framed-right-tl {
    background-position: 0 -4px
}

.x-panel-header-light-framed-right-tr {
    background-position: right -6px
}

.x-panel-header-light-framed-right-bl {
    background-position: 0 -8px
}

.x-panel-header-light-framed-right-br {
    background-position: right -10px
}

.x-panel-header-light-framed-right-ml {
    background-position: right 0
}

.x-panel-header-light-framed-right-mr {
    background-position: right 0
}

.x-panel-header-light-framed-right-tc {
    background-position: 0 0
}

.x-panel-header-light-framed-right-bc {
    background-position: 0 -2px
}

.x-panel-header-light-framed-right-tr,.x-panel-header-light-framed-right-br,.x-panel-header-light-framed-right-mr {
    padding-right: 2px
}

.x-panel-header-light-framed-right-tl,.x-panel-header-light-framed-right-bl,.x-panel-header-light-framed-right-ml {
    padding-left: 0
}

.x-panel-header-light-framed-right-tc {
    height: 2px
}

.x-panel-header-light-framed-right-bc {
    height: 2px
}

.x-panel-header-light-framed-right-tl,.x-panel-header-light-framed-right-bl,.x-panel-header-light-framed-right-tr,.x-panel-header-light-framed-right-br,.x-panel-header-light-framed-right-tc,.x-panel-header-light-framed-right-bc,.x-panel-header-light-framed-right-ml,.x-panel-header-light-framed-right-mr {
    background-image: url(images/panel-header/panel-header-light-framed-right-corners.gif)
}

.x-panel-header-light-framed-right-ml,.x-panel-header-light-framed-right-mr {
    background-image: url(images/panel-header/panel-header-light-framed-right-sides.gif);
    background-repeat: repeat-y
}

.x-panel-header-light-framed-right-mc {
    padding: 14px 10px 14px 10px
}

.x-cmd-slicer.x-panel-header-light-framed-right:before {
    display: none;
    content: "x-slicer:, frame:2px 2px 2px 0, corners:url(images/panel-header/panel-header-light-framed-right-corners.gif), sides:url(images/panel-header/panel-header-light-framed-right-sides.gif)" !important
}

.x-panel-header-light-framed-bottom {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 14px 10px 14px;
    border-width: 0 2px 2px 2px;
    border-style: solid;
    background-color: #fff
}

.x-panel-header-light-framed-bottom-mc {
    background-color: #fff
}

.x-nbr .x-panel-header-light-framed-bottom {
    padding: 0 !important;
    border-width: 0 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent !important;
    box-shadow: none !important
}

.x-panel-header-light-framed-bottom-frameInfo {
    font-family: dh-0-2-2-2-0-2-2-2-10-14-10-14
}

.x-panel-header-light-framed-bottom-tl {
    background-position: 0 -4px
}

.x-panel-header-light-framed-bottom-tr {
    background-position: right -6px
}

.x-panel-header-light-framed-bottom-bl {
    background-position: 0 -8px
}

.x-panel-header-light-framed-bottom-br {
    background-position: right -10px
}

.x-panel-header-light-framed-bottom-ml {
    background-position: 0 bottom
}

.x-panel-header-light-framed-bottom-mr {
    background-position: right bottom
}

.x-panel-header-light-framed-bottom-tc {
    background-position: 0 0
}

.x-panel-header-light-framed-bottom-bc {
    background-position: 0 -2px
}

.x-panel-header-light-framed-bottom-tr,.x-panel-header-light-framed-bottom-br,.x-panel-header-light-framed-bottom-mr {
    padding-right: 2px
}

.x-panel-header-light-framed-bottom-tl,.x-panel-header-light-framed-bottom-bl,.x-panel-header-light-framed-bottom-ml {
    padding-left: 2px
}

.x-panel-header-light-framed-bottom-tc {
    height: 0
}

.x-panel-header-light-framed-bottom-bc {
    height: 2px
}

.x-panel-header-light-framed-bottom-tl,.x-panel-header-light-framed-bottom-bl,.x-panel-header-light-framed-bottom-tr,.x-panel-header-light-framed-bottom-br,.x-panel-header-light-framed-bottom-tc,.x-panel-header-light-framed-bottom-bc,.x-panel-header-light-framed-bottom-ml,.x-panel-header-light-framed-bottom-mr {
    background-image: url(images/panel-header/panel-header-light-framed-bottom-corners.gif)
}

.x-panel-header-light-framed-bottom-ml,.x-panel-header-light-framed-bottom-mr {
    background-image: url(images/panel-header/panel-header-light-framed-bottom-sides.gif);
    background-repeat: repeat-y
}

.x-panel-header-light-framed-bottom-mc {
    padding: 10px 14px 10px 14px
}

.x-cmd-slicer.x-panel-header-light-framed-bottom:before {
    display: none;
    content: "x-slicer:, frame:0 2px 2px 2px, corners:url(images/panel-header/panel-header-light-framed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-bottom-sides.gif)" !important
}

.x-panel-header-light-framed-left {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 14px 10px 14px 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    background-color: #fff
}

.x-panel-header-light-framed-left-mc {
    background-color: #fff
}

.x-nbr .x-panel-header-light-framed-left {
    padding: 0 !important;
    border-width: 0 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent !important;
    box-shadow: none !important
}

.x-panel-header-light-framed-left-frameInfo {
    font-family: dh-2-0-2-2-2-0-2-2-14-10-14-10
}

.x-panel-header-light-framed-left-tl {
    background-position: 0 -4px
}

.x-panel-header-light-framed-left-tr {
    background-position: right -6px
}

.x-panel-header-light-framed-left-bl {
    background-position: 0 -8px
}

.x-panel-header-light-framed-left-br {
    background-position: right -10px
}

.x-panel-header-light-framed-left-ml {
    background-position: left 0
}

.x-panel-header-light-framed-left-mr {
    background-position: left 0
}

.x-panel-header-light-framed-left-tc {
    background-position: 0 0
}

.x-panel-header-light-framed-left-bc {
    background-position: 0 -2px
}

.x-panel-header-light-framed-left-tr,.x-panel-header-light-framed-left-br,.x-panel-header-light-framed-left-mr {
    padding-right: 0
}

.x-panel-header-light-framed-left-tl,.x-panel-header-light-framed-left-bl,.x-panel-header-light-framed-left-ml {
    padding-left: 2px
}

.x-panel-header-light-framed-left-tc {
    height: 2px
}

.x-panel-header-light-framed-left-bc {
    height: 2px
}

.x-panel-header-light-framed-left-tl,.x-panel-header-light-framed-left-bl,.x-panel-header-light-framed-left-tr,.x-panel-header-light-framed-left-br,.x-panel-header-light-framed-left-tc,.x-panel-header-light-framed-left-bc,.x-panel-header-light-framed-left-ml,.x-panel-header-light-framed-left-mr {
    background-image: url(images/panel-header/panel-header-light-framed-left-corners.gif)
}

.x-panel-header-light-framed-left-ml,.x-panel-header-light-framed-left-mr {
    background-image: url(images/panel-header/panel-header-light-framed-left-sides.gif);
    background-repeat: repeat-y
}

.x-panel-header-light-framed-left-mc {
    padding: 14px 10px 14px 10px
}

.x-cmd-slicer.x-panel-header-light-framed-left:before {
    display: none;
    content: "x-slicer:, frame:2px 0 2px 2px, corners:url(images/panel-header/panel-header-light-framed-left-corners.gif), sides:url(images/panel-header/panel-header-light-framed-left-sides.gif)" !important
}

.x-panel-header-light-framed-collapsed-top {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 14px 10px 14px;
    border-width: 2px;
    border-style: solid;
    background-color: #fff
}

.x-panel-header-light-framed-collapsed-top-mc {
    background-color: #fff
}

.x-nbr .x-panel-header-light-framed-collapsed-top {
    padding: 0 !important;
    border-width: 0 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent !important;
    box-shadow: none !important
}

.x-panel-header-light-framed-collapsed-top-frameInfo {
    font-family: dh-2-2-2-2-2-2-2-2-10-14-10-14
}

.x-panel-header-light-framed-collapsed-top-tl {
    background-position: 0 -4px
}

.x-panel-header-light-framed-collapsed-top-tr {
    background-position: right -6px
}

.x-panel-header-light-framed-collapsed-top-bl {
    background-position: 0 -8px
}

.x-panel-header-light-framed-collapsed-top-br {
    background-position: right -10px
}

.x-panel-header-light-framed-collapsed-top-ml {
    background-position: 0 top
}

.x-panel-header-light-framed-collapsed-top-mr {
    background-position: right top
}

.x-panel-header-light-framed-collapsed-top-tc {
    background-position: 0 0
}

.x-panel-header-light-framed-collapsed-top-bc {
    background-position: 0 -2px
}

.x-panel-header-light-framed-collapsed-top-tr,.x-panel-header-light-framed-collapsed-top-br,.x-panel-header-light-framed-collapsed-top-mr {
    padding-right: 2px
}

.x-panel-header-light-framed-collapsed-top-tl,.x-panel-header-light-framed-collapsed-top-bl,.x-panel-header-light-framed-collapsed-top-ml {
    padding-left: 2px
}

.x-panel-header-light-framed-collapsed-top-tc {
    height: 2px
}

.x-panel-header-light-framed-collapsed-top-bc {
    height: 2px
}

.x-panel-header-light-framed-collapsed-top-tl,.x-panel-header-light-framed-collapsed-top-bl,.x-panel-header-light-framed-collapsed-top-tr,.x-panel-header-light-framed-collapsed-top-br,.x-panel-header-light-framed-collapsed-top-tc,.x-panel-header-light-framed-collapsed-top-bc,.x-panel-header-light-framed-collapsed-top-ml,.x-panel-header-light-framed-collapsed-top-mr {
    background-image: url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif)
}

.x-panel-header-light-framed-collapsed-top-ml,.x-panel-header-light-framed-collapsed-top-mr {
    background-image: url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif);
    background-repeat: repeat-y
}

.x-panel-header-light-framed-collapsed-top-mc {
    padding: 10px 14px 10px 14px
}

.x-cmd-slicer.x-panel-header-light-framed-collapsed-top:before {
    display: none;
    content: "x-slicer:, frame:2px 2px 2px 2px, corners:url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif)" !important
}

.x-panel-header-light-framed-collapsed-right {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 14px 10px 14px 10px;
    border-width: 2px;
    border-style: solid;
    background-color: #fff
}

.x-panel-header-light-framed-collapsed-right-mc {
    background-color: #fff
}

.x-nbr .x-panel-header-light-framed-collapsed-right {
    padding: 0 !important;
    border-width: 0 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent !important;
    box-shadow: none !important
}

.x-panel-header-light-framed-collapsed-right-frameInfo {
    font-family: dh-2-2-2-2-2-2-2-2-14-10-14-10
}

.x-panel-header-light-framed-collapsed-right-tl {
    background-position: 0 -4px
}

.x-panel-header-light-framed-collapsed-right-tr {
    background-position: right -6px
}

.x-panel-header-light-framed-collapsed-right-bl {
    background-position: 0 -8px
}

.x-panel-header-light-framed-collapsed-right-br {
    background-position: right -10px
}

.x-panel-header-light-framed-collapsed-right-ml {
    background-position: right 0
}

.x-panel-header-light-framed-collapsed-right-mr {
    background-position: right 0
}

.x-panel-header-light-framed-collapsed-right-tc {
    background-position: 0 0
}

.x-panel-header-light-framed-collapsed-right-bc {
    background-position: 0 -2px
}

.x-panel-header-light-framed-collapsed-right-tr,.x-panel-header-light-framed-collapsed-right-br,.x-panel-header-light-framed-collapsed-right-mr {
    padding-right: 2px
}

.x-panel-header-light-framed-collapsed-right-tl,.x-panel-header-light-framed-collapsed-right-bl,.x-panel-header-light-framed-collapsed-right-ml {
    padding-left: 2px
}

.x-panel-header-light-framed-collapsed-right-tc {
    height: 2px
}

.x-panel-header-light-framed-collapsed-right-bc {
    height: 2px
}

.x-panel-header-light-framed-collapsed-right-tl,.x-panel-header-light-framed-collapsed-right-bl,.x-panel-header-light-framed-collapsed-right-tr,.x-panel-header-light-framed-collapsed-right-br,.x-panel-header-light-framed-collapsed-right-tc,.x-panel-header-light-framed-collapsed-right-bc,.x-panel-header-light-framed-collapsed-right-ml,.x-panel-header-light-framed-collapsed-right-mr {
    background-image: url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif)
}

.x-panel-header-light-framed-collapsed-right-ml,.x-panel-header-light-framed-collapsed-right-mr {
    background-image: url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif);
    background-repeat: repeat-y
}

.x-panel-header-light-framed-collapsed-right-mc {
    padding: 14px 10px 14px 10px
}

.x-cmd-slicer.x-panel-header-light-framed-collapsed-right:before {
    display: none;
    content: "x-slicer:, frame:2px 2px 2px 2px, corners:url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif)" !important
}

.x-panel-header-light-framed-collapsed-bottom {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 14px 10px 14px;
    border-width: 2px;
    border-style: solid;
    background-color: #fff
}

.x-panel-header-light-framed-collapsed-bottom-mc {
    background-color: #fff
}

.x-nbr .x-panel-header-light-framed-collapsed-bottom {
    padding: 0 !important;
    border-width: 0 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent !important;
    box-shadow: none !important
}

.x-panel-header-light-framed-collapsed-bottom-frameInfo {
    font-family: dh-2-2-2-2-2-2-2-2-10-14-10-14
}

.x-panel-header-light-framed-collapsed-bottom-tl {
    background-position: 0 -4px
}

.x-panel-header-light-framed-collapsed-bottom-tr {
    background-position: right -6px
}

.x-panel-header-light-framed-collapsed-bottom-bl {
    background-position: 0 -8px
}

.x-panel-header-light-framed-collapsed-bottom-br {
    background-position: right -10px
}

.x-panel-header-light-framed-collapsed-bottom-ml {
    background-position: 0 bottom
}

.x-panel-header-light-framed-collapsed-bottom-mr {
    background-position: right bottom
}

.x-panel-header-light-framed-collapsed-bottom-tc {
    background-position: 0 0
}

.x-panel-header-light-framed-collapsed-bottom-bc {
    background-position: 0 -2px
}

.x-panel-header-light-framed-collapsed-bottom-tr,.x-panel-header-light-framed-collapsed-bottom-br,.x-panel-header-light-framed-collapsed-bottom-mr {
    padding-right: 2px
}

.x-panel-header-light-framed-collapsed-bottom-tl,.x-panel-header-light-framed-collapsed-bottom-bl,.x-panel-header-light-framed-collapsed-bottom-ml {
    padding-left: 2px
}

.x-panel-header-light-framed-collapsed-bottom-tc {
    height: 2px
}

.x-panel-header-light-framed-collapsed-bottom-bc {
    height: 2px
}

.x-panel-header-light-framed-collapsed-bottom-tl,.x-panel-header-light-framed-collapsed-bottom-bl,.x-panel-header-light-framed-collapsed-bottom-tr,.x-panel-header-light-framed-collapsed-bottom-br,.x-panel-header-light-framed-collapsed-bottom-tc,.x-panel-header-light-framed-collapsed-bottom-bc,.x-panel-header-light-framed-collapsed-bottom-ml,.x-panel-header-light-framed-collapsed-bottom-mr {
    background-image: url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif)
}

.x-panel-header-light-framed-collapsed-bottom-ml,.x-panel-header-light-framed-collapsed-bottom-mr {
    background-image: url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif);
    background-repeat: repeat-y
}

.x-panel-header-light-framed-collapsed-bottom-mc {
    padding: 10px 14px 10px 14px
}

.x-cmd-slicer.x-panel-header-light-framed-collapsed-bottom:before {
    display: none;
    content: "x-slicer:, frame:2px 2px 2px 2px, corners:url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif)" !important
}

.x-panel-header-light-framed-collapsed-left {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 14px 10px 14px 10px;
    border-width: 2px;
    border-style: solid;
    background-color: #fff
}

.x-panel-header-light-framed-collapsed-left-mc {
    background-color: #fff
}

.x-nbr .x-panel-header-light-framed-collapsed-left {
    padding: 0 !important;
    border-width: 0 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent !important;
    box-shadow: none !important
}

.x-panel-header-light-framed-collapsed-left-frameInfo {
    font-family: dh-2-2-2-2-2-2-2-2-14-10-14-10
}

.x-panel-header-light-framed-collapsed-left-tl {
    background-position: 0 -4px
}

.x-panel-header-light-framed-collapsed-left-tr {
    background-position: right -6px
}

.x-panel-header-light-framed-collapsed-left-bl {
    background-position: 0 -8px
}

.x-panel-header-light-framed-collapsed-left-br {
    background-position: right -10px
}

.x-panel-header-light-framed-collapsed-left-ml {
    background-position: left 0
}

.x-panel-header-light-framed-collapsed-left-mr {
    background-position: left 0
}

.x-panel-header-light-framed-collapsed-left-tc {
    background-position: 0 0
}

.x-panel-header-light-framed-collapsed-left-bc {
    background-position: 0 -2px
}

.x-panel-header-light-framed-collapsed-left-tr,.x-panel-header-light-framed-collapsed-left-br,.x-panel-header-light-framed-collapsed-left-mr {
    padding-right: 2px
}

.x-panel-header-light-framed-collapsed-left-tl,.x-panel-header-light-framed-collapsed-left-bl,.x-panel-header-light-framed-collapsed-left-ml {
    padding-left: 2px
}

.x-panel-header-light-framed-collapsed-left-tc {
    height: 2px
}

.x-panel-header-light-framed-collapsed-left-bc {
    height: 2px
}

.x-panel-header-light-framed-collapsed-left-tl,.x-panel-header-light-framed-collapsed-left-bl,.x-panel-header-light-framed-collapsed-left-tr,.x-panel-header-light-framed-collapsed-left-br,.x-panel-header-light-framed-collapsed-left-tc,.x-panel-header-light-framed-collapsed-left-bc,.x-panel-header-light-framed-collapsed-left-ml,.x-panel-header-light-framed-collapsed-left-mr {
    background-image: url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif)
}

.x-panel-header-light-framed-collapsed-left-ml,.x-panel-header-light-framed-collapsed-left-mr {
    background-image: url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif);
    background-repeat: repeat-y
}

.x-panel-header-light-framed-collapsed-left-mc {
    padding: 14px 10px 14px 10px
}

.x-cmd-slicer.x-panel-header-light-framed-collapsed-left:before {
    display: none;
    content: "x-slicer:, frame:2px 2px 2px 2px, corners:url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif)" !important
}

.x-panel .x-panel-header-light-framed-top {
    border-bottom-width: 2px !important
}

.x-panel .x-panel-header-light-framed-right {
    border-left-width: 2px !important
}

.x-panel .x-panel-header-light-framed-bottom {
    border-top-width: 2px !important
}

.x-panel .x-panel-header-light-framed-left {
    border-right-width: 2px !important
}

.x-nbr .x-panel-header-light-framed-collapsed-top {
    border-bottom-width: 0 !important
}

.x-nbr .x-panel-header-light-framed-collapsed-right {
    border-left-width: 0 !important
}

.x-nbr .x-panel-header-light-framed-collapsed-bottom {
    border-top-width: 0 !important
}

.x-nbr .x-panel-header-light-framed-collapsed-left {
    border-right-width: 0 !important
}

.x-panel-header-light-framed-horizontal .x-tool-after-title {
    margin: 0 0 0 6px
}

.x-panel-header-light-framed-horizontal .x-tool-before-title {
    margin: 0 6px 0 0
}

.x-panel-header-light-framed-vertical .x-tool-after-title {
    margin: 6px 0 0 0
}

.x-panel-header-light-framed-vertical .x-tool-before-title {
    margin: 0 0 6px 0
}

.x-panel-header-light-framed .x-tool-focus {
    outline: 1px solid #ff6f0d;
    outline-offset: 1px
}

.x-ie .x-panel-header-light-framed .x-tool-focus,.x-ie10p .x-panel-header-light-framed .x-tool-focus,.x-edge .x-panel-header-light-framed .x-tool-focus {
    outline: none
}

.x-ie .x-panel-header-light-framed .x-tool-focus:after,.x-ie10p .x-panel-header-light-framed .x-tool-focus:after,.x-edge .x-panel-header-light-framed .x-tool-focus:after {
    position: absolute;
    content: ' ';
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 1px solid #ff6f0d;
    pointer-events: none
}

.x-panel-light-framed-resizable .x-panel-handle {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0
}

.x-panel-light-framed-outer-border-l {
    border-left-color: #d0d0d0 !important;
    border-left-width: 2px !important
}

.x-panel-light-framed-outer-border-b {
    border-bottom-color: #d0d0d0 !important;
    border-bottom-width: 2px !important
}

.x-panel-light-framed-outer-border-bl {
    border-bottom-color: #d0d0d0 !important;
    border-bottom-width: 2px !important;
    border-left-color: #d0d0d0 !important;
    border-left-width: 2px !important
}

.x-panel-light-framed-outer-border-r {
    border-right-color: #d0d0d0 !important;
    border-right-width: 2px !important
}

.x-panel-light-framed-outer-border-rl {
    border-right-color: #d0d0d0 !important;
    border-right-width: 2px !important;
    border-left-color: #d0d0d0 !important;
    border-left-width: 2px !important
}

.x-panel-light-framed-outer-border-rb {
    border-right-color: #d0d0d0 !important;
    border-right-width: 2px !important;
    border-bottom-color: #d0d0d0 !important;
    border-bottom-width: 2px !important
}

.x-panel-light-framed-outer-border-rbl {
    border-right-color: #d0d0d0 !important;
    border-right-width: 2px !important;
    border-bottom-color: #d0d0d0 !important;
    border-bottom-width: 2px !important;
    border-left-color: #d0d0d0 !important;
    border-left-width: 2px !important
}

.x-panel-light-framed-outer-border-t {
    border-top-color: #d0d0d0 !important;
    border-top-width: 2px !important
}

.x-panel-light-framed-outer-border-tl {
    border-top-color: #d0d0d0 !important;
    border-top-width: 2px !important;
    border-left-color: #d0d0d0 !important;
    border-left-width: 2px !important
}

.x-panel-light-framed-outer-border-tb {
    border-top-color: #d0d0d0 !important;
    border-top-width: 2px !important;
    border-bottom-color: #d0d0d0 !important;
    border-bottom-width: 2px !important
}

.x-panel-light-framed-outer-border-tbl {
    border-top-color: #d0d0d0 !important;
    border-top-width: 2px !important;
    border-bottom-color: #d0d0d0 !important;
    border-bottom-width: 2px !important;
    border-left-color: #d0d0d0 !important;
    border-left-width: 2px !important
}

.x-panel-light-framed-outer-border-tr {
    border-top-color: #d0d0d0 !important;
    border-top-width: 2px !important;
    border-right-color: #d0d0d0 !important;
    border-right-width: 2px !important
}

.x-panel-light-framed-outer-border-trl {
    border-top-color: #d0d0d0 !important;
    border-top-width: 2px !important;
    border-right-color: #d0d0d0 !important;
    border-right-width: 2px !important;
    border-left-color: #d0d0d0 !important;
    border-left-width: 2px !important
}

.x-panel-light-framed-outer-border-trb {
    border-top-color: #d0d0d0 !important;
    border-top-width: 2px !important;
    border-right-color: #d0d0d0 !important;
    border-right-width: 2px !important;
    border-bottom-color: #d0d0d0 !important;
    border-bottom-width: 2px !important
}

.x-panel-light-framed-outer-border-trbl {
    border-color: #d0d0d0 !important;
    border-width: 2px !important
}

.x-form-file-wrap .x-form-trigger-wrap {
    border: 0
}

.x-form-file-wrap .x-form-trigger-wrap .x-form-text {
    border: 1px solid;
    border-color: #d0d0d0;
    height: 32px
}

.x-html-editor-container {
    border: 1px solid;
    border-color: #d0d0d0
}

.x-grid-header-ct {
    border: 1px solid #d0d0d0
}

.x-column-header-trigger {
    background-color: #e6f1f6;
    border-left: 1px solid #d0d0d0
}

.x-column-header-last {
    border-right-width: 0
}

.x-column-header-last .x-column-header-over .x-column-header-trigger {
    border-right: 1px solid #d0d0d0
}

.x-resizable-handle {
    background-repeat: no-repeat
}

.x-resizable-handle-east-over,.x-resizable-handle-west-over {
    background-position: center
}

.x-resizable-handle-south-over,.x-resizable-handle-north-over {
    background-position: center
}

.x-resizable-handle-southeast-over {
    background-position: -2px -2px
}

.x-resizable-handle-northwest-over {
    background-position: 2px 2px
}

.x-resizable-handle-northeast-over {
    background-position: -2px 2px
}

.x-resizable-handle-southwest-over {
    background-position: 2px -2px
}

.x-resizable-pinned .x-resizable-handle-east,.x-resizable-pinned .x-resizable-handle-west {
    background-position: center
}

.x-resizable-pinned .x-resizable-handle-south,.x-resizable-pinned .x-resizable-handle-north {
    background-position: center
}

.x-resizable-pinned .x-resizable-handle-southeast {
    background-position: -2px -2px
}

.x-resizable-pinned .x-resizable-handle-northwest {
    background-position: 2px 2px
}

.x-resizable-pinned .x-resizable-handle-northeast {
    background-position: -2px 2px
}

.x-resizable-pinned .x-resizable-handle-southwest {
    background-position: 2px -2px
}
.x-menu-item-active .x-menu-item-text {
    font-weight: 500
}

.x-tab-close-btn:before {
    display: block;
    width: 16px;
    line-height: 16px;
    text-align: center
}

.x-surface {
    position: absolute
}

.x-surface-canvas {
    position: absolute
}

.x-draw-container {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default
}

.x-chart-image {
    width: 100%;
    height: auto
}

.x-responsivecolumn {
    padding: 20px 0 0 20px
}

.x-responsivecolumn > * {
    margin: 0 20px 20px 0;
    float: left
}

.circular {
    border-radius: 50%
}

body.x-ios.x-webview.x-portrait {
    margin-top: 20px
}

.search-result-attachment {
    width: 160px;
    height: 100px
}

.x-treelist-navigation {
    background-color: #ffffff;
    background-position: 44px 0%;
    padding: 0 0 0 0;
    border-top: 0.5px solid rgba(153,153,153,.2);
    border-bottom: 0.5px solid rgba(153,153,153,.2);
    border-right: 0.5px solid rgba(153,153,153,.2);
}

.x-big .x-treelist-navigation {
    background-position: 0%
}

.x-treelist-navigation .x-treelist-toolstrip {
    background-color: #ffffff;
}

.x-treelist-navigation .x-treelist-item-selected.x-treelist-item-tool {
    background-color: #f8f8f8;/*selected tab background*/
}

.x-treelist-navigation .x-treelist-item-selected.x-treelist-item-tool:after {
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width: 5px;
    background-color: #ff6f0d;
}

.x-treelist-navigation .x-treelist-item-selected > .x-treelist-row {
    background-color: #ffffff;
}

.x-treelist-navigation .x-treelist-item-tool {
    padding-left: 10px;
    padding-right: 10px;
    /*    border-top: 0.5px solid rgba(153,153,153,.2);*/
    border-bottom: 0.5px solid rgba(153,153,153,.2);
}

.x-treelist-navigation .x-treelist-item-tool-floated:after {
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width: 5px;
    background-color: #ff6f0d
}

.x-treelist-navigation .x-treelist-item-icon:before,.x-treelist-navigation .x-treelist-item-tool:before,.x-treelist-navigation .x-treelist-item-expander {
    line-height: 64px
}

.x-treelist-navigation .x-treelist-item-icon,.x-treelist-navigation .x-treelist-item-tool,.x-treelist-navigation .x-treelist-item-expander {
    text-align: center;
    background-repeat: no-repeat;
    background-position: 0 center;
    cursor: pointer;
}

.x-treelist-navigation .x-treelist-item-loading .x-treelist-item-icon {
    background-image: url(images/tree/loading.gif);
    color: transparent
}

.x-treelist-navigation .x-treelist-item-icon,.x-treelist-navigation .x-treelist-item-tool {
    color: #5b697e;
    font-size: 18px;
    width: 44px
}

.x-treelist-navigation .x-treelist-item-tool {
    width: 64px
}

.x-treelist-navigation .x-treelist-item-expander {
    color: #fff;
    font-size: 16px;
    width: 24px
}

.x-treelist-navigation .x-treelist-item-text {
    color: #5b697e;
    margin-left: 50px;
    margin-right: 24px;
    font-size: 14px;
    line-height: 62px;
}

/*.x-treelist-navigation .x-treelist-row {
    padding-left: 10px;
    padding-right: 10px
}*/

.x-treelist-navigation .x-treelist-row-over:before,.x-treelist-navigation .x-treelist-item-selected > .x-treelist-row:before {
    content: " ";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%
}

.x-treelist-navigation .x-treelist-row-over:before {
    background-color: transparent
}

.x-treelist-navigation .x-treelist-item-selected > .x-treelist-row-over:before {
    background-color: #ffffff
}

.x-treelist-navigation .x-treelist-item-selected > .x-treelist-row:before {
    background-color: #ffffff
}

.x-treelist-navigation .x-treelist-item-floated .x-treelist-container {
    width: auto;
}

.x-treelist-navigation .x-treelist-item-floated > .x-treelist-row {
    background-color: #ffffff;/*hover tooltip background*/
}

.x-treelist-navigation .x-treelist-item-floated > .x-treelist-container {
    margin-left: -24px
}

.x-big .x-treelist-navigation .x-treelist-item-floated > .x-treelist-container {
    margin-left: 0
}

.x-treelist-navigation .x-treelist-item-floated > * > * > .x-treelist-item-text {
    margin-left: 0
}

.x-treelist-navigation .x-treelist-item-floated > * .x-treelist-row {
    padding-left: 0
}

.x-treelist-navigation .x-treelist-item-floated .x-treelist-row:before {
    width: 0
}

.x-treelist-navigation .x-treelist-item-floated > .x-treelist-row-over {
    background-color: #ffffff;
}

.x-treelist-navigation .x-treelist-item-floated > .x-treelist-row-over > * > .x-treelist-item-text {
    color: #5b697e
}

.x-treelist-navigation .x-treelist-item-expanded {
    background-color: #ffffff
}

.x-treelist-navigation.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-icon {
    color: #fff
}

.x-treelist-navigation.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-text {
    color: #d6d9dc
}

.x-treelist-navigation.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-expander {
    color: #fff
}

.x-treelist-navigation .x-treelist-row-over {
    background-color: #ffffff
}

.x-treelist-navigation .x-treelist-row-over > * > .x-treelist-item-icon {
    color: #fff
}

.x-treelist-navigation .x-treelist-row-over > * > .x-treelist-item-text {
    color: #d6d9dc
}

.x-treelist-navigation .x-treelist-row-over > * > .x-treelist-item-expander {
    color: #fff
}

.x-treelist-navigation .x-treelist-expander-first .x-treelist-item-icon {
    left: 24px
}

.x-treelist-navigation .x-treelist-expander-first .x-treelist-item-text {
    margin-left: 74px;
    margin-right: 0
}

.x-treelist-navigation .x-treelist-expander-first .x-treelist-item-hide-icon > * > * > .x-treelist-item-text {
    margin-left: 30px
}

.x-treelist-navigation .x-treelist-item-hide-icon > * > * > .x-treelist-item-text {
    margin-left: 6px
}
.sencha-logo {
    background-color: #ff6f0d;
    height: 65px;
    font-size: 16px;
    color: #fff;
    /*margin-left: 17px*/
}

.sencha-logo .main-logo {
    line-height: 65px
}

.sencha-logo .main-logo img {
    margin-left: 6px;
    margin-right: 22px;
    top: 8px;
    position: relative
}

.sencha-dash-dash-headerbar {
    padding: 0 30px 0 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    border: none
}

.collapsed .x-tree-elbow-img {
    display: none
}

.collapsed .x-tree-node-text {
    display: none
}

.x-grid-cell {
    position: relative
}

.x-treelist-item-tool {
    height: 64px
}
.dashicon1cls{
    background: url(../theme-myacsys/images/dashIcon1.png); 
    background-origin: content-box;
    /*margin-left: 10px;*/
}
.dashicon2cls{
    background: url(../theme-myacsys/images/dashIcon2.png); 
    background-origin: content-box;
}
.dashicon3cls{
    background-image: url(../theme-myacsys/images/dashIcon3.png); 
    background-origin: content-box;
}
.dashicon4cls{
    background-image: url(../theme-myacsys/images/dashIcon4.png); 
    background-origin: content-box;
}
.dashicon5cls{
    background-image: url(../theme-myacsys/images/dashIcon5.png); 
    background-origin: content-box;
}
.dashicon6cls{
    background-image: url(../theme-myacsys/images/dashIcon6.png); 
    background-origin: content-box;
}
.dashicon7cls{
    background-image: url(../theme-myacsys/images/dashIcon7.png); 
    background-origin: content-box;
}
.dashicon8cls{
    background-image: url(../theme-myacsys/images/dashIcon8.png); 
    background-origin: content-box;
}
.dashicon9cls{
    background-image: url(../theme-myacsys/images/dashIcon9.png); 
    background-origin: content-box;
}
.dashicon10cls{
    background-image: url(../theme-myacsys/images/dashIcon10.png); 
    background-origin: content-box;
}
.new1 {
    border-top: 0.5px solid rgba(153,153,153,.2);
    border-bottom: none;
    border-left: none;
    border-right: none;
    width: 230px;
}
.pointerCls{
    cursor:pointer;
}.dashboardtooltipTextCls{
    /*     border: solid 1px #a0b2cc;*/
    font-family:Roboto;
    color: #fff;
    size: 2
}

.dashboardtooltipCls{
    background-color:#736b6b;
    box-shadow:none;
    border:solid 1px #a0b2cc
}
.scan-upload-grid .x-panel-header-default-framed-top {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 9px 9px 9px 9px;
    border-width: 1px 1px 0 1px;
    border-style:100 .1px #f5f5f5;
    background-color: #fff;
    border-bottom: 0px #FFF;
}
.scan-upload-grid .x-column-header {
    color: #666;
    font: 600 15px Roboto;
    outline: 0;
    padding: 0px 0px 0px 0px;
    height : 30px;
    color: #5b697e;
    background-color: #fff;
    border-right: none;
    border-top: none;
    border-bottom-color: #ffffff;;
}
.scan-upload-grid .x-action-col-icon {
    /*margin: 10px;*/
    margin-left:  5px;
    margin-top:  7px;
    margin-bottom: 7px;
    /*    width: 17px;
        height: 12px;*/
}
.scan-upload-grid .x-grid-item-selected .x-action-col-icon {
    background-color: #fff6f0;
    border-color: #ffffff;
    /*color:#ffffff;*/
}
.scan-upload-grid .x-grid-cell {
    color: #5b697e;
    /*background-color:#FFF;*/
    font-family: Roboto;
    /*font-weight:300;*/ 
    font-size: 13px;
    outline: 0;
    font-weight: lighter;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 2;*/
    /*letter-spacing: normal;*/
    /*margin: 12px;*/
    /*margin-top: 40px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    cursor:pointer;
}
.scan-upload-grid .x-grid-row:hover{
    background-color:#ffffff;
}
.scan-upload-grid .x-grid-row-alt .x-grid-cell { 
    background-color: #000; 
    color: #fff; 
}
.scan-upload-grid .x-grid-row {
    line-height: 30px;
}
.scan-upload-grid .x-grid-row .x-grid-cell-selected {
    background-color: #f7dfc3;
}
.scan-upload-grid .x-grid-item-selected .x-grid-cell {
    background-color: #fff6f0;
    border-color: #ffffff;
    /*color:#ffffff;*/
}
.scan-upload-grid .x-grid-with-col-lines .x-grid-item-selected .x-grid-cell {
    border-color: #f7dfc3;
    border-style: none;
}
.scan-upload-grid .x-grid-row-alt .x-grid-cell { 
    background-color: #000; 
    color: #fff; 
}.scan-upload-grid .x-grid-row-alt .x-grid-cell { 
    background-color: #000; 
    color: #fff; 
}
.scan-upload-grid .x-grid-row .x-grid-cell-selected {
    background-color: #f7dfc3;
}
.scan-upload-grid .x-grid-with-col-lines .x-grid-item-selected .x-grid-cell {
    border-color: #f7dfc3;
    border-style: none;
}
.scan-upload-grid .x-grid-with-col-lines .x-grid-cell {
    border-color: #ffffff;
    border-style: none;
}
.scan-upload-grid .x-grid-item-focused .x-grid-cell-inner:before  
{     
    display: none; 
}
tr.scan-upload-grid-row2 td{
    /*font-size: 12px;*/
    background-color: white;
    background: white;
    border-color: #ffffff;

}
.scan-upload-preview-icon-cls{
    /*background-origin: content-box;*/
    height:13px;
    width:19px;
}
.x-treelist {
    background-color: #fff;
    background-position: 16px 0%;
}

.x-big .x-treelist {
    background-position: 0%;
}

.x-treelist-container,.x-treelist-root-container {
    width: 100%;
}

.x-treelist-toolstrip {
    background-color: #ffffff;
}

.x-treelist-micro > .x-treelist-toolstrip {
    display: inline-block;
}

.x-treelist-micro > .x-treelist-root-container {
    display: none;
}

.x-treelist-item,.x-treelist-container,.x-treelist-root-container {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

.x-treelist-item-tool,.x-treelist-row,.x-treelist-item-wrap {
    position: relative;
}

.x-treelist-item-icon,.x-treelist-item-expander {
    display: none;
    position: absolute;
    top: 0;
}

.x-treelist-item-expander {
    right: 0;
    cursor: pointer;
}

.x-treelist-expander-only .x-treelist-item-expandable > * > .x-treelist-item-wrap > * {
    cursor: pointer;
}

.x-treelist-item-text {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}

.x-treelist-item-collapsed > .x-treelist-container {
    display: none;
}

.x-treelist-item-expandable > * > * > .x-treelist-item-expander,.x-treelist-item-icon {
    display: block;
}

.x-treelist-item-floated > * > * > .x-treelist-item-expander,.x-treelist-item-floated > * > * > .x-treelist-item-icon {
    display: none;
}

.x-treelist-expander-first .x-treelist-item-expander {
    left: 0;
    right: auto;
}

.x-treelist-toolstrip {
    background-color: #f8f8f8;
}

.x-treelist-item-selected > .x-treelist-row {
    background-color: #f8f8f8;
}

.x-treelist-item-selected > .x-treelist-row-over {
    background-color: #f8f8f8;
}

.x-treelist-item-tool {
    padding-left: 6px;
    padding-right: 10px;
}

.x-treelist-item-icon:before,.x-treelist-item-tool:before,.x-treelist-item-expander {
    line-height: 30px;
}

.x-treelist-item-icon,.x-treelist-item-tool,.x-treelist-item-expander {
    text-align: center;
    background-repeat: no-repeat;
    background-position: 0 center;
}

.x-treelist-item-loading .x-treelist-item-icon {
    /*background-image: url(images/tree/loading.gif);*/
    color: transparent;
}

.x-treelist-item-icon,.x-treelist-item-tool {
    color: #5b697e;
    font-size: 16px;
    width: 64px;
}

.x-treelist-item-tool {
    width: 64px;
}

.x-treelist-item-expander {
    color: #5b697e;
    font-size: 13px;
    width: 18px;
}
.x-treelist-item-text {
    color: #5b697e;
    margin-left: 10px;
    margin-right: 18px;
    font-size: 14px;
    line-height: 64px;
    /*text-overflow: ellipsis;*/
}

.x-treelist-row {
    padding-left: 6px;
    padding-right: 10px;
}

.x-treelist-item-floated .x-treelist-container {
    width: auto;
}

.x-treelist-item-floated > .x-treelist-row {
    background-color: #ffffff;
}

.x-treelist-item-floated > .x-treelist-container {
    margin-left: -16px;
}

.x-big .x-treelist-item-floated > .x-treelist-container {
    margin-left: 0;
}

.x-treelist-item-floated > * > * > .x-treelist-item-text {
    margin-left: 0;
}

.x-treelist-item-floated > * .x-treelist-row {
    padding-left: 0;
}

.x-treelist-item-floated .x-treelist-row:before {
    width: 0;
}

.x-treelist-item-floated > .x-treelist-row-over {
    background-color: #ffffff;
}

.x-treelist-item-floated > .x-treelist-row-over > * > .x-treelist-item-text {
    color: #5b697e;
}

.x-treelist-item-expanded > .x-treelist-item-expander:after {
    /*content: "\f0d7";*/
    font: 16px/1 FontAwesome;
}
x.-treelist-row-over {
    background-color: #e6f1f6;
}

.x-treelist-row-over > * > .x-treelist-item-icon {
    color: #5b697e;
    transition: color 0.5s;
}

.x-treelist-row-over > * > .x-treelist-item-text {
    color: #5b697e;
    transition: color 0.5s;
}

.x-treelist-row-over > * > .x-treelist-item-expander {
    color: #5b697e;
    transition: color 0.5s;
}

.x-treelist-expander-first .x-treelist-item-icon {
    left: 18px;
}

.x-treelist-expander-first .x-treelist-item-text {
    margin-left: 40px;
    margin-right: 0;
}

.x-treelist-expander-first .x-treelist-item-hide-icon > * > * > .x-treelist-item-text {
    margin-left: 24px;
}

.x-treelist-item-hide-icon > * > * > .x-treelist-item-text {
    margin-left: 6px;
}

.dashboardGrid .x-panel-header-default-framed-top {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 9px 9px 9px 9px;
    border-width: 1px 1px 0 1px;
    border-style:100 .1px #f5f5f5;
    background-color: #fff;
    border-bottom: 0px #FFF;
}
.dashboardGrid .x-column-header {
    color: #666;
    font: 400 14px Roboto;
    outline: 0;
    padding: 0px 0px 0px 0px;
    height : 30px;
    color: #5b697e;
    background-color: #fff;
    border-right: none;
    border-top: none;
    border-bottom-color: #ffffff;;
}
.dashboardGrid .x-grid-cell {
    color: #5b697e;
    /*background-color:#FFF;*/
    font-family: Roboto;
    /*font-weight:300;*/ 
    font-size: 13px;
    outline: 0;
    font-weight: lighter;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 2;*/
    /*letter-spacing: normal;*/
    /*margin: 12px;*/
    /*margin-top: 30px;*/
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
    /*cursor:pointer;*/
}
.dashboardGrid .x-grid-row:hover{
    background-color:#e8ebeb;
}
.dashboardGrid .x-grid-row-alt .x-grid-cell { 
    background-color: #000; 
    color: #fff; 
}
.dashboardGrid .x-grid-row {
    line-height: 15px;
}
.dashboardGrid .x-grid-row .x-grid-cell-selected {
    /*background-color: #ffffff;*/
}
.dashboardGrid .x-grid-item-selected .x-grid-cell {
    /*background-color: #ffffff;*/
    border-color: #ffffff;
    /*color:#ffffff;*/
}
.dashboardGrid .x-grid-with-col-lines .x-grid-item-selected .x-grid-cell {
    /*border-color: #ffffff;*/
    border-style: none;
}
.dashboardGrid .x-grid-row-alt .x-grid-cell { 
    background-color: #000; 
    color: #fff; 
}.dashboardGrid .x-grid-row-alt .x-grid-cell { 
    background-color: #000; 
    color: #fff; 
}
.dashboardGrid .x-grid-item-focused .x-grid-cell-inner:before  
{     
    display: none; 
}
tr.dashboardGrid-row1 td{
    /*font-size: 12px;*/
    background-color: #ffffff;
    background: white;
    border-color: #ffffff;

}
tr.dashboardGrid-row2 td{
    /*font-size: 12px;*/
    background-color: #f2f5f4;
    /*background: white;*/
    border-color: #f2f5f5;

}
.gridwidgetCls{
    color: #5b697e;
    /*background-color:#FFF;*/
    border-radius: 7px;
    font-family: Roboto;
    font-size: 14px;
}
.gridwidgetCls .x-progress-bar { 
    background-color: #82f469;
}
.gridwidgetExtCls{
    color: #5b697e;
    /*background-color:#FFF;*/
    border-radius: 7px;
    font-family: Roboto;
    font-size: 14px;
}
.gridwidgetExtCls .x-progress-bar { 
    background-color: #f49c69;
}
.progressGrid .x-panel-header-default-framed-top {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-sizing: 0;
    padding: 9px 9px 9px 9px;
    border-width: 0px 0px 0 0px;
    border-style: none;
    background-color: #fff;
    border-bottom: 0px #FFF;
}
.progressGrid .x-column-header {
    font: 400 14px Roboto;
    outline: 0;
    padding: 0px 0px 0px 0px;
    height : 30px;
    color: #5b697e;
    background-color: #fff;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: none;
}
.progressGrid .x-grid-cell {
    color: #5b697e;
    background-color:#FFF;
    font-family: Roboto;
    font-size: 13px;
    outline: 0;
    font-weight: lighter;
    font-style: normal;
    border: none;
    border-width:0px !important;
    border-bottom: 0px;
}
.progressGrid .x-grid-row:hover{
    background-color:#e8ebeb;
}
.progressGrid .x-grid-row {
    line-height: 13px;
    border-width:0px !important;
    border-bottom: 0px;
}
.progressGrid .x-grid-item-selected .x-grid-cell {
    border-color: #ffffff;
}
.progressGrid .x-grid-with-col-lines .x-grid-item-selected .x-grid-cell {
    border-style: none;
}
.progressGrid .x-grid-item-focused .x-grid-cell-inner:before  
{     
    display: none; 
}
.progressGrid .x-grid-body {
    border-width: 0px;
}
tr.progressGrid-row1 td{
    background-color: #ffffff;
    background: white;
    border:none;
    border-width:0px !important;

}
tr.progressGrid-row2 td{
    background-color: #f2f5f4;
    border-color: #f2f5f5;
    border-width:0px !important;

}
.progressGridwidgetCls{
    color: #5b697e;
    background-color:#f0f0f0;
    border-radius: 7px;
    font-family: Roboto;
    font-size: 14px;
}
.progressGridwidgetCls .x-progress-bar { 
    background-color: #9ded8c;
}.x-new-cls {
    /*width: 250px;*/
    /*    height: 24px;*/
    font-family: Roboto;
    /*    font-size: 15px;*/
    font-weight: normal;
    /*        font-stretch: normal;
            font-style: normal;*/
    /*line-height: 1;*/
    color:#5b697e;
}
.dash-compo .x-form-trigger-wrap
{     
    /*border-color: #ffffff;*/
    border-bottom-color: #bac6d8;
    border-left-color:  #ffffff;
    border-right-color: #ffffff;
    border-top-color: #ffffff;
    padding-bottom: 0px;
    /*border: 0;*/
} 
.dash-compo .x-form-text-default {
    /*border: 0;*/

    color: #5b697e;
    padding: 0px 6px 2px;
    /*background-color: #fff;*/
    font: 100 14px Roboto;
    /*min-height: 22px;*/
}
.dash-compo .x-form-trigger {
    display: table-cell;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    background-repeat:round;
    text-align: center;
    line-height: 0;
    white-space: nowrap;
}
.dash-compo .x-form-trigger-default{
    background: 0 center #fff url(images/combo_arrow.png) no-repeat;
}
.dash-compo .x-form-trigger-default.x-form-trigger-over {
    background-position: 0px center
}

.dash-compo .x-form-trigger-default.x-form-trigger-over.x-form-trigger-focus {
    background-position: 0px center
}

.dash-compo .x-form-trigger-default.x-form-trigger-focus {
    background-position: 0px center
}

.dash-compo .x-form-trigger.x-form-trigger-default.x-form-trigger-click {
    background-position: 0px center
}
.dash-shadow-container {
    background-image: linear-gradient(to right,rgba(240, 246, 255,1), rgba(240, 246, 255,0.1), rgba(240, 246, 255,1));
    border: 0px solid white;
    border-radius: 18px; 
    -webkit-border-radius: 18px; 
    -moz-border-radius: 18px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(240, 246, 255, 0.18);
    -moz-box-shadow: 0 1px 5px 0 rgba(240, 246, 255, 0.18);
    box-shadow:0 1px 5px 0 rgba(240, 246, 255, 0.18);
}.doc_scan_combo .x-form-trigger-wrap
{     
    border-bottom-color: #bac6d8;
    border-left-color:  #ffffff;
    border-right-color: #ffffff;
    border-top-color: #ffffff;
    padding-bottom: 10px;
} 
.doc_scan_combo .x-form-text-default {
    /*border: 0;*/
    color: #5b697e;
    padding: 3px 6px 2px;
    background-color: #fff;
    font: 100 15px/17px Roboto;
    min-height: 22px;
}
.doc_scan_combo .x-form-trigger {
    display: table-cell;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    background-repeat:round;
    text-align: center;
    line-height: 0;
    white-space: nowrap;
}
.doc_scan_combo .x-form-trigger-default{
    background: 0 center #fff url(images/combo_arrow.png) no-repeat;
}
.doc_scan_combo .x-form-trigger-default.x-form-trigger-over {
    background-position: 0px center
}

.doc_scan_combo .x-form-trigger-default.x-form-trigger-over.x-form-trigger-focus {
    background-position: 0px center
}

.doc_scan_combo .x-form-trigger-default.x-form-trigger-focus {
    background-position: 0px center
}

.doc_scan_combo .x-form-trigger.x-form-trigger-default.x-form-trigger-click {
    background-position: 0px center
}.no_handToolCls{
    cursor: default;
}.x-css-shadow{ box-shadow: none !important; }
.handToolCls{
    cursor: pointer;
}.AttachBtn {
    width: 163px;
    height: 36px;
    border-radius: 18px;
    box-shadow: 0 5px 15px 0 rgba(102, 159, 217, 0.54);
    border: solid 0 #669fd9;
    background-color: #669fd9;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 1px;
    /*text-shadow: 0 2px 4px #aee8f5;*/
}
.dashboardbtnImage{
    cursor: pointer;
}
.AttachBtn:hover {
    background-color: #02b4f0;
}
.AttachBtn-pressed {
    border-color: #105f99;
    background-image: none;
    background-color: #f06102;
}
.AttachBtn-disabled {
    background-image: none;
    background-color: #669fd9;
    opacity : 0.5
}
.AttachBtn-over {
    background-color: #f06102;
}

.AttachBtn.x-btn-focus.x-btn-default-small{
    width: 163px;
    height: 36px;
    border-radius: 18px;
    box-shadow: 0 5px 15px 0 rgba(102, 159, 217, 0.54);
    border: solid 0 #669fd9;
    background-color: #669fd9;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 1px;
    /*text-shadow: 0 2px 4px #aee8f5;*/
}

.x-form-text-redbg {
    color: #000;
    padding: 3px 6px 2px 14px;
    background-color: #f2f7ff !important;
    font: 300 13px/17px helvetica, arial, verdana, sans-serif;
    min-height: 22px;
}
.x-form-text-redbga {
    color: #000;
    padding: 0px 0px 0px 45px;
    background-color: #f2f7ff !important;
    font: 300 13px/17px helvetica, arial, verdana, sans-serif;
    min-height: 22px;
    max-width: 12000px;
    min-width: 5000px;
}
.newVerify-btn{     
    width: 84px;     
    height: 37px;     
    border-radius: 18px;     
    border: solid 0 var(--bright-orange);     
    background-color: #ff6f0d;     
    font-weight: 500; 
} 
.newVerify-btn:hover {     
    background-color: #f06102; 
}
.newVerify-btn-pressed 
{     border-color: #105f99;
      background-image: none;
      background-color: #f06102;
}
.newVerify-btn-disabled 
{     background-image: none;
      background-color: #ff6f0d;
      opacity : 0.5
} 
.newVerify-btn.x-btn-focus.x-btn-default-small{     
    width: 84px;     
    height: 37px;     
    border-radius: 18px;     
    box-shadow: 0 5px 15px 0 rgba(255, 111, 13, 0.54);     
    border: solid 0 var(--bright-orange);     
    background-color: #ff6f0d;     
    font-weight: 500; 
}
.x-tab-default-top.x-tab-focus{
     box-shadow:none;
     -webkit-box-shadow:none;
     -moz-box-shadow: none;
     background: transparent;
}/*********Adding custom width for grid cell editor ********/
.x-layer{
overflow:visible;
}
.x-layer .enlargeeditor .x-form-textarea{
min-width:500px;
height: 100px;
}
.menu-link {
    color: #007bff !important; /* Standard blue link */
    cursor: pointer;
    transition: color 0.2s ease-in-out !important;
    user-select: text; /* Allow the text inside this class to be selectable */
}

.menu-link:hover {
    cursor: pointer;
    color: #0645ad !important; /* Darker blue on hover */
    text-decoration: underline !important;
}
/* IB0594-24 starts */
}
.tpl-container {
    width: calc(100% - 20px); /* Account for scrollbar by reducing width */
    border: 1px solid #ccc; /* Light gray border */
    border-radius: 4px; /* Optional: rounded corners */
    padding: 10px; /* Padding inside each container */
    margin-bottom: 5px; /* Reduced space between multiple tpl containers */
    margin-right: 0; /* Remove right margin, adjust using calc in width */
    background-color: #f2f7ff; /* Optional: background color */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: slight shadow for depth */
    overflow: hidden; /* Prevent content overflow */
}
/* Specific styles for text elements */
.tpl-container h3 {
     color: #5b697e;
    font-family:Roboto;
    font-size: 13px; /* Adjust the size as needed */
    margin: 0; /* Remove default margin */
}

.tpl-container p {
     color: #5b697e;
     font-family:Roboto;
    font-size: 11px; /* Adjust the size as needed */
    margin: 0; /* Remove default margin */
}

/*.tpl-container.highlighted {
    background-color: #e0f7fa;  Change background color on hover 
    border-color: #ec6103;  Change border color when highlighted 
}*/

.tpl-container.selected {
    border: 1px solid rgb(77 130 211); /* Black border for selected container */
}
.doc_attach_fileadding_btn{
     width: 163px;
    height: 26px;
    border-radius: 18px;
    border: solid 0 #5b697e;
    background-color: #5b697e;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff black;
    margin-bottom: 1px;
}
.files-attach-local {
    color: #5b697e;
    line-height: 31px;
    height: 35px;
    font-family: Roboto;
   font-size: 15px;
    font-weight: 500;
    margin: 11px 0px 0px 0px;
    width: 98%;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    align-content:center;
    background:#dee7f7;
     text-align:center;
}
.files-attach-local-attachment-title {
    color: #5b697e;
    line-height: 31px;
    height: 35px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    align-content:center;
    background:#dee7f7;
    margin: 0px 0px 0px 0px;
     text-align:center;
}
.files-attach-local-uploadfile-title{
  color: #5b697e;
    line-height: 31px;
    height: 35px;
    font-family: Roboto;
   font-size: 15px;
    font-weight: 500;
    width: 93%;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    align-content:center;
    background:#dee7f7;
    margin: 0px 0px 0px 0px;  
    text-align:center;
}
/* IB0594-24 end */