/* (c) Michael Baker International. */
.loading-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    background-color: #FFF;
}

#loading {
    position: absolute;
    width: 50%;
    margin: 0 auto;
    left: 50%;
    top: 40%;
    z-index: 20001;
    height: auto;
    padding: 2px;
    transform: translateX(-80px);
}

#loading a {
    color: #258;
}

#loading .loading-indicator {
    background: #FFF;
    color: #444;
    font: bold 13px tahoma,arial,helvetica;
    height: auto;
    margin: 0;
    padding: 10px;
    margin-left: -100px;
    margin-top: -50px;
}

#loading-msg {
    font: normal 10px arial,tahoma,sans-serif;
}

.grey-tab-bar {
    background-image: none;
    background-color: #e3e3e3 !important;
}

.grey-tab-bar .x-tab-inner-default {
    color: #404040 !important;
}

.grey-tab-body {
    background-color: #e3e3e3 !important;
    padding-top: 4px;
}

.x-action-col-icon {
    padding: 0 5px;
}

.x-grid-cell-inner {
    white-space: normal !important;
}

.x-form-file-wrap .x-form-file-input {
    border: 0;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -10000px;
    opacity: 0;
    font-size: 1000px;
}

.x-form-file-wrap .x-form-trigger-default:before {
    content: none;
}

.x-accordion-item .x-accordion-hd {
    background: #c51110 !important;
}

.x-accordion-item .x-accordion-hd .x-panel-header-title {
    color: #f0f0f0 !important;
}

.x-form-readonly .x-form-display-field-body {
    border-bottom: 1px solid #d0d0d0;
}

.x-form-readonly .x-form-display-field-default {
    min-height: 24px;
    padding-left: 10px;
}

.x-treelist-navigation .x-treelist-row {
    padding-right: 15px !important;
}

.x-treelist-nav .x-treelist-item-selected.x-treelist-item-tool {
    background-color: #3a4653 !important;
}
.x-treelist-nav .x-treelist-item-selected > .x-treelist-row {
    background-color: #3a4653 !important;
}

.x-grid-empty {
    color: #767676 !important;
}

.x-fieldset-header-text {
    color: #717171 !important;
}

.x-form-text-file {
    color: #767676 !important;
}

.sencha-dash-workbench-layer .x-tree-icon {
    width: 24px;
}

/*.x-mask-msg-text {
    background-image: url(../images/loading.gif) !important;
    background-repeat: no-repeat;
    background-position: center 0;
    width: 250px;
    height: 150px;
    text-align: center;
    padding: 10px 0 0;
    font-weight: bold !important;
    font-size: 15px !important;
    color: #4c7eb1 !important;
}*/
/*.x-mask-msg {
    padding: 10px;
    background: #FFF !important;
    border: 2px solid #4c7eb1 !important;
    width: 280px;
    height: 200px;
}*/

/*.x-progress {
    height: 24px !important;
}
.x-progress-text {
    height: 24px !important;
    line-height: 24px !important; 
}*/

.loaderImage{
    background-image: url(../images/loading.gif) !important;
    background-repeat: no-repeat;
    background-position: center 0;
    margin-top: -30px;
    width: 250px;
    height: 200px;
    text-align: center;
    padding: 10px 0 0;
}

.loaderImageText {
    margin-top: 20px !important;
    width: 300px;
    height: 50px;
    text-align: center;
    padding: 10px 0 0;
    font-weight: bold !important;
    font-size: 15px !important;
    color: #4c7eb1 !important;
    z-index: 200;
}
.loaderImageWindow{
    border-color: #404040 !important;
}

.loaderImageText1 {
    margin-top: 4px !important;
    margin-left: 3px !important;
    width: 300px;
    height: 50px;
    text-align: center;
    padding: 10px 0 0;
    font-weight: bold !important;
    font-size: 14px !important;
    color: #ffffff !important;
    z-index: 200;
}
.loaderImageWindow1{
    border-color: transparent !important;
    background: transparent !important;
}

.transparentItem .x-panel-body-default{
    border-color: transparent !important;
    background: transparent !important;
    text-align:center !important
}

.loaderAnim {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 10px;
    background: #e4e4e4;
    border-radius: 5px;
    -webkit-animation: load 1.8s ease-in-out infinite;
    animation: load 1.8s ease-in-out infinite;
}
.loaderAnim:before, .loaderAnim:after {
    position: absolute;
    display: block;
    content: "";
    -webkit-animation: load 1.8s ease-in-out infinite;
    animation: load 1.8s ease-in-out infinite;
    height: 10px;
    border-radius: 5px;
}
.loaderAnim:before {
    top: -20px;
    left: 10px;
    width: 40px;
    background: #ea1c2d;
}
.loaderAnim:after {
    bottom: -20px;
    width: 35px;
    background: #316ce2;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
    50% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
}

@keyframes load {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
    50% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
}

body > .x-mask {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.85);
}

/**
 * Create the loop delay with
 * the extra keyframes
 */
@-webkit-keyframes moveup {
    0%, 60%, 100% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
    }
    25% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(1em);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(1em);
    }
}
@keyframes moveup {
    0%, 60%, 100% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
    }
    25% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(1em);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(1em);
    }
}
@-webkit-keyframes movedown {
    0%, 60%, 100% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
    }
    25% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(-1em);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(-1em);
    }
}
@keyframes movedown {
    0%, 60%, 100% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
    }
    25% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(-1em);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(-1em);
    }
}

.lds-default {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-default div {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 29px;
    left: 53px;
}
.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 18px;
    left: 50px;
}
.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 9px;
    left: 41px;
}
.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 6px;
    left: 29px;
}
.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 9px;
    left: 18px;
}
.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 18px;
    left: 9px;
}
.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 29px;
    left: 6px;
}
.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 41px;
    left: 9px;
}
.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 50px;
    left: 18px;
}
.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 53px;
    left: 29px;
}
.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 50px;
    left: 41px;
}
.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 41px;
    left: 50px;
}
@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}
.x-progress-default {
    height: 24px !important;
}

.sk-circle {
    margin: 2px 0px 0px 120px;
    width: 60px;
    height: 60px;
    position: relative;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 10%;
    height: 10%;
    background-color: #FFF;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    } 40% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}
.leftmenu{
    overflow-y: auto !important;
}

.leftmenu::-webkit-scrollbar {
    width: 6px;
    background-color: #32404e;
} 
.leftmenu::-webkit-scrollbar-thumb {
    background: #c8cacc; 
    border-radius: 10px;
}
.leftmenu::-webkit-scrollbar-thumb:hover {
    background: #c8cacc;
}

.sencha-dash-right-main-container{
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.mainCardPanelcontainer{
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.mainCardPanelcontainer .x-panel-bodyWrap .x-panel-body {
    overflow-y: auto;
    overflow-x: hidden;
}
.x-autocontainer-innerCt .x-panel-bodyWrap .x-panel-body {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}
.color2Label{
    text-align: center;
    padding: 10px 0px 0px 10px;
    width: 178px !important;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #eff2f5;
}
::-webkit-scrollbar-thumb {
    background: #919191;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #706f6f;
}

/*ExtJS fieldset fix*/

.x-fieldset-header-default > .x-fieldset-header-text {
    position:static;
}

.x-fieldset-header-tool-default > .x-tool-img {
    opacity: 1 !important;
    margin-top: 3px;
}
.x-fieldset-header-tool-default.x-tool-over > .x-tool-img {
    opacity: 1 !important
}
.red-back {
    background:#f9bbbb !important;
}
.orange-back {
    background:#fbd6b2 !important;
}
.green-back {
    background:#cdf2d7 !important;
}
.default-odd {
    background:#f6f6f6 !important;
}
.default-even {
    background:#ffffff !important;
}
/* basic positioning */
.cllegend { list-style: none; }
.cllegend li { float: left; margin-right: 10px; }
.cllegend span { border: 1px solid #ccc; float: left; width: 12px; height: 12px; margin: 2px; }
/* your colors */
.cllegend .red-backl { background-color: #f9bbbb; }
.cllegend .orange-backl { background-color: #fbd6b2; }
.cllegend .green-backl { background-color: #cdf2d7; }
.selection-disabled .x-selmodel-column {
    visibility: hidden;
}


.width700 .x-form-text-default .x-tagfield-input-field {
    width: 700px !important;
}

.width400 .x-form-text-default .x-tagfield-input-field {
    width: 400px !important;
}

.gray-row{
    background: #ccc;
}

.gray-row:active{
    background: #ccc;
}

.gridCheckbox{
    width: 0px;
    margin: 0px;
}
.x-btn-bannerButton {
    position: relative;
    overflow: hidden; 
}

.x-btn-bannerButton::after {
    content: "\25BC";
    position: absolute;
    bottom: 5px;
    right: 2px;
    color: #dd5024; 
}
.x-arrow-down::after {
    content: "\25BC"; 
    position: absolute;
    bottom: 5px;
    right: 6px;
    color: #dd5024;
}
.ddFile {
    /* border: 0.12em dashed #999; */
    padding: 140px 50px 10px 50px;
    margin-top: -65px !important;
    cursor: move;
    position:relative;
    border-radius: 10px;
    table-layout: auto !important;
}
.ddFilePanel {
    border: 0.12em dashed #999;
    padding: 140px 50px 10px 50px;
    cursor: move;
    position:relative;
    border-radius: 10px;
    table-layout: auto !important;
}
.ddFilePanelMousOver{
    border: 0.12em dashed #0052CC !important;
    background: #f6f6f6 !important;
}
.ddFilePanelMousOver:before{
    color: #0052CC !important;
}
.ddFilePanel:before {
    content: "Drop File Here";
    display: block;
    position: absolute;
    text-align: center;
    margin-top: 20px;
    top: 66%;
    left: 50%;
    /* width: 200px; */
    height: 40px;
    margin: -25px 0 0 -50px;
    font-size: 18px;
    font-weight: bold;
    color: #777777;
}

.ddFilePanelMousOver .drag-file-icon:after {
    color: #0052CC !important;
}
.drag-file-icon {
    font-family: FontAwesome;
    display: block;
    font-size: 24px;
    margin-top: 26px;
    margin-left: -140px;
    text-align: center;
    pointer-events: none;
}

.drag-file-icon:after {
    content: "\f019";
    color: #777777;
    display: block;
}

.nosupport .drag-file-icon {
    display: block;
}
progress {
    -webkit-appearance: none;
}

progress::-webkit-progress-bar {
    background-color: rgb(232, 228, 221);
}

.progress-bar span {
    position: absolute;
    display: inline-block;
    color: #fff;
    text-align: right;
}

.progress-bar {
    display: block;
    position: relative;
    width: 100%;
}

progress {
    width: 100%;
}

.jurisdictionDisplayTextBox {
    vertical-align: top;
    padding: 6px;
    overflow: hidden;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    min-width: 500px;
    border-color: #d0d0d0;
    background: #FFF;
}

.bold-placeholder .x-form-field::placeholder{
    font-weight: bold;
    color: #000;
}