#loading {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top:-50px;
    margin-left:-50px;
}

#loading .logo {
    background: url(../images/box.gif) no-repeat;
    position: absolute;
    width: 100px;
    height: 100px;
}

#logoSimp {
    position: absolute;
    bottom: 0;
    margin: 50px;
    left: 0;
    background: url(../images/simp-cinza.png) no-repeat;
    width: 150px;
    height: 50px;
}

@font-face {
    font-family: 'FontAwesomeBrands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("/resources/font-awesome/webfonts/fa-brands-400.eot");
    src: url("/resources/font-awesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/resources/font-awesome/webfonts/fa-brands-400.woff2") format("woff2"), url("/resources/font-awesome/webfonts/fa-brands-400.woff") format("woff"), url("/resources/font-awesome/webfonts/fa-brands-400.ttf") format("truetype"), url("/resources/font-awesome/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

@font-face {
    font-family: 'FontAwesomeRegular';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("/resources/font-awesome/webfonts/fa-regular-400.eot");
    src: url("/resources/font-awesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/resources/font-awesome/webfonts/fa-regular-400.woff2") format("woff2"), url("/resources/font-awesome/webfonts/fa-regular-400.woff") format("woff"), url("/resources/font-awesome/webfonts/fa-regular-400.ttf") format("truetype"), url("/resources/font-awesome/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    font-size: 13px;
    src: url("/resources/font-awesome/webfonts/fa-solid-900.eot");
    src: url("/resources/font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/resources/font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/resources/font-awesome/webfonts/fa-solid-900.woff") format("woff"), url("/resources/font-awesome/webfonts/fa-solid-900.ttf") format("truetype"), url("/resources/font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

@font-face {
    font-family: 'FontAwesomeDuotone';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    font-size: 13px;
    src: url("/resources/font-awesome/webfonts/fa-duotone-900.eot");
    src: url("/resources/font-awesome/webfonts/fa-duotone-900.eot?#iefix") format("embedded-opentype"), url("/resources/font-awesome/webfonts/fa-duotone-900.woff2") format("woff2"), url("/resources/font-awesome/webfonts/fa-duotone-900.woff") format("woff"), url("/resources/font-awesome/webfonts/fa-duotone-900.ttf") format("truetype"), url("/resources/font-awesome/webfonts/fa-duotone-900.svg#fontawesome") format("svg"); }

@font-face {
    font-family: 'FontAwesomeDuotoneRegular';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    font-size: 13px;
    src: url("/resources/font-awesome/webfonts/fa-duotone-regular-400.eot");
    src: url("/resources/font-awesome/webfonts/fa-duotone-regular-400.eot?#iefix") format("embedded-opentype"), url("/resources/font-awesome/webfonts/fa-duotone-regular-400.woff2") format("woff2"), url("/resources/font-awesome/webfonts/fa-duotone-regular-400.woff") format("woff"), url("/resources/font-awesome/webfonts/fa-duotone-regular-400.ttf") format("truetype"), url("/resources/font-awesome/webfonts/fa-duotone-regular-400.svg#fontawesome") format("svg"); }

/* imagens do banco movimentações.*/
.thumb {
    background: #dddddd !important;
    padding: 3px;
    padding-bottom: 0;
}

.thumb img {
    height: 40px !important;
    width: 40px;
}
.thumb-wrap {
    float: left;
    margin: 4px;
    margin-right: 0;
    padding: 5px;
}

/* Fields */
.field-filled input{
	background: #ffffe6;
	border-color: #909090;
}

.field-unfilled input{
	background: white repeat-x 0 0;
}

.field-blur input{
	border-color: #b5b8c8;
}

.field-focus input{
	border-color: #8533ff ;
	font-color: #8533ff !important;
}

.redUnderlinedText .x-grid-cell{
    background-image: -webkit-linear-gradient(top,#90EE90,#90EE90);
}

.row-light-blue .x-grid-cell{
    background: #41c1d678;
}

.yellow-warning .x-grid-cell{
    background-image: -webkit-linear-gradient(top, #ffda62, #ffda62);
    font-weight: bold;
}

.yellow-warning-soft .x-grid-cell{
    background-image: -webkit-linear-gradient(top, #fff8b8, #ece5a3);
}

.red-warning .x-grid-cell {
    background-image: -webkit-linear-gradient(top, #ff6c6c, #ff6c6c);
    font-weight: bold;
}
.red-warning-soft .x-grid-cell {
    background-image: -webkit-linear-gradient(top, #ffbbbb, #f8adad);
}

.orange-warning .x-grid-cell {
    background-image: -webkit-linear-gradient(top, #ffa135, #f19834);
    font-weight: bold;
}
.orange-warning-soft .x-grid-cell {
    background-image: -webkit-linear-gradient(top, #ffc387, #f8b471);
}

#routinggrid .x-grid-row-selected .x-grid-td, #routingnfgrid .x-grid-row-selected .x-grid-td {
    background-color: #ffc3c3;
}

.green-warning .x-grid-cell {
    background-image: -webkit-linear-gradient(top, #6cff6c, #90EE90);
    font-weight: bold;
}
.green-warning-soft .x-grid-cell {
    background-image: -webkit-linear-gradient(top, #b4ffb4, #b5fab5);
}

/*Cards Romaneio*/
.progress-bar-cards .x-progress-bar-default{
    background-image:  -webkit-linear-gradient(left, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
}


/* Windows*/

.x-window-maximized{
    top: 0px !important;
}

.text-left {
    text-align: left !important;
}

.x-window-header-text-container-default {
    margin-left: 2px !important;
}

.watermark {
    position: fixed;
    opacity: 0.3;
    left: 0;
    right: 0;
    top: 50%;
    font-size: 100px;
    font-weight: bold;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.backgroundArrow {
    position:relative;
}
.backgroundArrow:before {
    content: "\F061";
    font-family: FontAwesome;
    position:absolute;
    background-size: cover;
    top:0;
    margin: 30px 0 0 45px;
    font-size: 45px;
    color: #C0C0C0;
}

.introjs-tooltip {
    max-width: 550px !important;
}
.introjs-donebutton {
    color: #c0392b !important;
    font-weight: bold !important;
    background: #ecf0f1 !important;
}

div[id*='messagebox-'].x-form-display-field {
    margin-top: 0 !important;
}

.x-border-box .x-tip, .x-border-box .x-tip * {
    box-sizing: content-box;
}

#filesystemwindow .x-action-col-cell .x-item-disabled {
    display: none;
}

.json-pre {
    background-color: ghostwhite;
    padding: 10px;
}

.event-grid .x-grid-cell {
    background-color: transparent !important; /* Remove o background padrão */
}

.maturityPanelBody fieldset:nth-child(even) {
    background-color: #f3f3f3;
}

.option-column {
    opacity: 0.7;
}
.option-column:hover {
    opacity: 1;
}