* {
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

font {
   color: inherit !important;
   background: inherit !important;
   font-family: inherit !important;
   font-size: inherit !important;
}

html {
   height: 100%;
}

body {
   height: 100%;
   padding: 0;
   margin: 0;
   color: #2e3c50;
   font-family: Arial, sans-serif;
   font-size: small;
}

table,
td,
th {
   padding: 0;
   margin: 0;
}

table td,
select,
button {
   color: #2e3c50;
   font-family: Arial, sans-serif;
   font-size: small;
}

.Evo body,
table td,
select,
button {
   font-family: "Roboto", Arial, sans-serif;
}

ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

ul li {
   float: left;
   padding-right: 10px;
}

.noOutline {
   outline: none;
}

textarea {
   resize: none;
}

.filterButton {
   float: right;
}

.gwt-MenuBar-vertical .gwt-MenuItem {
   cursor: pointer;
   padding: 5px 40px 5px 5px;
}

.gwt-MenuBar-vertical .gwt-MenuItemSeparator .menuSeparatorInner {
   border-top: 1px solid #dcdcdc;
}

.gwt-MenuBar-vertical table {
   width: 100%;
   border-collapse: inherit;
}

.gwt-MenuBar .gwt-MenuItem-selected,
.subMenuIcon.subMenuIcon-selected {
   background: #f2f0ef;
}

.gwt-MenuBar .subMenuIcon img {
   opacity: 0.7;
}

.Evo .gwt-MenuBar-confortable table {
   border-collapse: collapse !important;
}

.Evo .gwt-MenuBar-confortable .gwt-MenuItem {
   padding: 6px 40px 6px 20px;
}

.Evo .gwt-MenuBarPopup .menuPopupTopLeft,
.Evo .gwt-MenuBarPopup .menuPopupTopCenter,
.Evo .gwt-MenuBarPopup .menuPopupTopRight,
.Evo .gwt-MenuBarPopup .menuPopupMiddleRight,
.Evo .gwt-MenuBarPopup .menuPopupBottomLeft,
.Evo .gwt-MenuBarPopup .menuPopupBottomCenter,
.Evo .gwt-MenuBarPopup .menuPopupMiddleLeft,
.Evo .gwt-MenuBarPopup .menuPopupBottomRight {
   background: none;
}

.Evo .gwt-MenuBarPopup .menuPopupTopLeftInner,
.Evo .gwt-MenuBarPopup .menuPopupTopRightInner,
.Evo .gwt-MenuBarPopup .menuPopupBottomLeftInner,
.Evo .gwt-MenuBarPopup .menuPopupBottomRightInner {
   width: 5px;
   height: 5px;
}

.gwt-Button:focus,
.gwt-RadioButton:focus,
.gwt-TextBox:focus,
.gwt-DateBox:focus,
.gwt-PasswordTextBox:focus,
.gwt-TextArea:focus {
   border-color: #6c6 !important;
   box-shadow: 0 0 0 1px #6c6;
   outline: 0;
   transition: none;
}

.gwt-Button {
   color: #2e3c50;
   font-weight: bold;
   padding: 6px 10px 6px 10px;
   border: 1px solid rgba(0, 0, 0, 0.15);
   background: none;
   background-color: transparent;
   background: linear-gradient(top, #f5f3f3, #ebebeb);
   background: -moz-linear-gradient(top, #f5f3f3, #ebebeb);
   background: -o-linear-gradient(top, #f5f3f3, #ebebeb);
   background: -webkit-gradient(linear, left top, left bottom, from(#f5f3f3), to(#ebebeb));
   background: -webkit-linear-gradient(top, #f5f3f3, #ebebeb);
   background: -ms-linear-gradient(top, #f5f3f3 0%, #ebebeb 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f3f3', endColorstr='#ebebeb', GradientType=0);
}

.Evo .gwt-MenuBar .gwt-MenuItem {
   font-family: "Roboto", Arial;
}

.Evo .gwt-Button {
   color: #2e3c50;
   font-weight: 500;
   text-shadow: #fff 0 1px 0;
   background-color: #f3f3f3;
   background-image: linear-gradient(#f5f5f5 0, #f1f1f1 100%);
   background-repeat: repeat-x;
   border-width: 1px;
   border-style: solid;
   border-color: #dcdcdc;
   border-image: initial;
   text-align: center;
   vertical-align: middle;
   touch-action: manipulation;
   user-select: none;
}

.Evo .gwt-Button:hover {
   text-shadow: none;
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
   transition: none;
   color: #2e3c50;
   background-color: #e4e4e4;
   background-image: linear-gradient(to bottom, #f5f5f5 0, #e4e4e4 100%);
   border: 1px solid #cfcfcf;
   text-decoration: none;
}

.Evo .gwt-BrandButton {
   color: white;
   font-weight: bold;
   text-shadow: 0 1px rgba(0, 0, 0, 0.1);
   background-image: -webkit-linear-gradient(top, #6c6 0, #40bf40 100%);
   background-image: -o-linear-gradient(top, #6c6 0, #40bf40 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#6c6), to(#40bf40));
   background-image: linear-gradient(to bottom, #6c6 0, #40bf40 100%);
   background-repeat: repeat-x;
   border: 1px solid #40bf40;
   text-align: center;
   vertical-align: middle;
   touch-action: manipulation;
   user-select: none;
}

.Evo .gwt-BrandButton:hover {
   color: white;
   background-color: #40bf40;
   background-image: -webkit-linear-gradient(top, #6c6 0, #40bf40 100%);
   background-image: -o-linear-gradient(top, #6c6 0, #40bf40 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#6c6), to(#40bf40));
   background-image: linear-gradient(to bottom, #6c6 0, #40bf40 100%);
   background-repeat: repeat-x;
   border: 1px solid #39ac39;
}

.Evo .gwt-BrandButton:focus {
   outline: 0;
   border: 1px solid #6c6;
   box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #6c6;
}

.Evo .gwt-PrimaryButton {
   font-weight: 500;
   color: #fff;
   text-shadow: 0 1px rgba(0, 0, 0, 0.1);
   background-color: #515d6e;
   background-image: -webkit-linear-gradient(top, #515d6e 0, #46515f 100%);
   background-image: -o-linear-gradient(top, #515d6e 0, #46515f 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#515d6e), to(#46515f));
   background-image: linear-gradient(to bottom, #515d6e 0, #46515f 100%);
   background-repeat: repeat-x;
   border: 1px solid #515d6e;
   text-align: center;
   vertical-align: middle;
   touch-action: manipulation;
   user-select: none;
}

.Evo .gwt-PrimaryButton:hover {
   color: #fff;
   background-color: #515d6e;
   background-image: -webkit-linear-gradient(top, #515d6e 0, #3b4451 100%);
   background-image: -o-linear-gradient(top, #515d6e 0, #3b4451 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#515d6e), to(#3b4451));
   background-image: linear-gradient(to bottom, #515d6e 0, #3b4451 100%);
   background-repeat: repeat-x;
   border: 1px solid #46515f;
}

.Evo .gwt-PrimaryButton:active {
   background-color: #515d6e;
   background-image: -webkit-linear-gradient(top, #515d6e 0, #3b4451 100%);
   background-image: -o-linear-gradient(top, #515d6e 0, #3b4451 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#515d6e), to(#3b4451));
   background-image: linear-gradient(to bottom, #515d6e 0, #3b4451 100%);
   background-repeat: repeat-x;
   border: 1px solid #3b4451;
}

.Evo .gwt-PrimaryButton:focus {
   outline: 0;
   border: 1px solid #515d6e !important;
   box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #67768b;
}

.gwt-PrimaryButton {
   color: #fff;
   border: 1px solid rgba(0, 0, 0, 0.2);
   background: none;
   background-color: transparent;
   background: linear-gradient(top, #84bd4f, #65a025);
   background: -moz-linear-gradient(top, #84bd4f, #65a025);
   background: -o-linear-gradient(top, #84bd4f, #65a025);
   background: -webkit-gradient(linear, left top, left bottom, from(#84bd4f), to(#65a025));
   background: -webkit-linear-gradient(top, #84bd4f, #65a025);
   background: -ms-linear-gradient(top, #84bd4f 0%, #65a025 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84bd4f', endColorstr='#65a025', GradientType=0);
}

.gwt-Marktext-Search {
   font-weight: bold;
   background: #ffe482;
}

.gwt-TextBox,
.gwt-DateBox,
.gwt-PasswordTextBox,
.gwt-TextArea {
   color: #2e3c50;
}

.gwt-Image {
   display: block;
}

.gwt-PopupPanelGlass {
   z-index: 1000000;
}

.gwt-PopupPanel {
   z-index: 1000001;
   background-color: white;
   -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
   box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
   border: solid 1px #ccc;
   border: solid 1px rgba(0, 0, 0, 0.3);
   padding: 5px;
}

.gwt-Frame {
   border: 0;
}

.gwt-TextBox,
.gwt-DateBox,
.gwt-PasswordTextBox,
gwt-TextArea {
   height: 26px;
   padding: 0 5px;
   background-color: white;
   box-shadow: none;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-appearance: none;
   border-radius: 0;
}

.gwt-TextArea {
   padding: 5px;
   background-color: white;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   border: 1px solid #ccc;
}

input[type="text"],
textarea,
.gwt-TextBox {
   outline: none;
   border: 1px solid #ccc;
}

input[type="text"]:focus,
textarea:focus,
.gwt-TextBox-focus {
   border: 1px solid #f0b950;
}

.dateBoxPopup {
   z-index: 1000003;
}

.box-inset-shadow {
   margin-left: 2px;
   padding-top: 10px;
   padding-left: 10px;
   border-radius: 2px;
   -moz-box-shadow: 2px 2px 8px #c0c0c0 inset;
   -webkit-box-shadow: 2px 2px 8px #c0c0c0 inset;
   box-shadow: 2px 2px 8px #c0c0c0 inset;
}

.box {
   margin: 5px;
}

.box-selected {
   background: #fefbbf !important;
}

.box-shadow {
   -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.box-sizing {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.inline-block {
   display: inline-block;
}

.border-top {
   border-top: 1px solid #e0e0e0;
}

.border-right {
   border-right: 1px solid #e0e0e0;
}

.border-bottom {
   border-bottom: 1px solid #e0e0e0;
}

.border-left {
   border-left: 1px solid #e0e0e0;
}

.box-unlight {
   opacity: 0.6;
}

.box-light {
   opacity: 1;
}

.box-radius {
   border-radius: 4px;
}

.alert-box {
   font-size: 12px;
   font-weight: bold;
   padding: 5px 10px;
   border: 1px solid #f0c36d !important;
   background-color: #f9edbe !important;
   border-radius: 2px !important;
   -webkit-border-radius: 2px !important;
   -moz-border-radius: 2px !important;
   display: inline-block;
}

.alert-box .gwt-HTML {
   padding-left: 5px;
}

.unselect {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -o-user-select: none;
   user-select: none;
}

.left-icon {
   height: 16px;
   width: 16px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAkklEQVR42mNgoAMwAOIzaNiAWM2iQPwEiP8j4QpiNbMB8Uk0zYtIcfpSNM2HoYYSBSrQNN+Geoco4AfEf5A0fwBiLWI16wLxZyTNIINcSfG3BFqo/wRiJ1Lj3RiIvyEZ8haIVUg1JJaSQISBXjRDQGmCkxQDmIF4O5ohK0h1BT/U+ciGtJNqiBY0LSAbkkm1rAoAeKo8Xi9sbvkAAAAASUVORK5CYII=") -0px -0px no-repeat;
}

.right-icon {
   height: 16px;
   width: 16px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAj0lEQVR42mNgoDLQBeIzaNiAVEMqgPg/En4CxKKkGrIIzZCTQMxGigEgxYfRDFlKqitAzr6NZkgFqYZoAfEHJAP+ALEfqYa4QjXCDPkMjS2igRMQ/0SLFQliNasA8Sskzd+A2JiSQIwlVjMnNO6RNfeS4u8VaJp3ATEzsZrb0TSDvMFPrOZMNM0foGmBdgAAlOg8W6ndK2UAAAAASUVORK5CYII=") -0px -0px no-repeat;
}

.double-left-icon {
   height: 16px;
   width: 16px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABEklEQVR42s2TPQrCQBSEA4Ig2AqCNxDSCt5AsPUAuUFuYCt4A6+wVvbuT7YIpAoEO1tBsLIShIDOkyhDSGxV+JqFb3w7+xIE//qLwINYy6G1NnLWPj4Ys26Sp+BO8g50nHNTcP/Izu2UUp26PAIXkgvQ11qPIF3o3wtM06/LPZCTfJbANE17EHKSzxLYNPqW5BuYyCGELck3r/WkSV7WSlu8ZGOWXBrGXrS1HpNcgrkcJtbGFFAaY+bfnm5DIVcQvqZwbkMh1yRJwraALtAUcgLDg1JdhGgKOeEqw7aQAThSSCav470fQDzSDmTyOm0h4+oKvEiB3+/HcgVepG99zKoy3yGrapVnUuY7BCWvfv/VPQFOg+zLVUA1XQAAAABJRU5ErkJggg==") -0px -0px no-repeat;
}

.double-right-icon {
   height: 16px;
   width: 16px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABEElEQVR42s2SMYrCQBiFA4Ig2AqCNxBsBQ9gZeUNvIE3sLXyAF5hrNI78/+ZImAlyHa2VlapBCHgvsDv8tRh293Aqx7fl8ybZNmfP6q6UZHHMyKysGqDPCiLpMA514Ik/5Go3pEJqhaSk+COTJISvLUL+ERfcvXeD1B1kRNJrsggKWkAgBeSHMuy7BhwIckR6SQl0fsxwBtJdlaNkRtJdr+NOudRNYSVVfO3UVdJQQhhBrB+CgqRpVUzpCbB8gMuimIEqKIb2Vo1QiqCt6mb6L+MqOq/nGuj6r+N6JH2C9ysDeBAZz/HGHu29oHgM9JLDZcTXMX9fmgV/0jNEYaf5xZZE1xDNrVqTXAz3jT7l883B3HsyTAaQxUAAAAASUVORK5CYII=") -0px -0px no-repeat;
}

.dropdown {
   height: 3px;
   width: 5px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAADCAYAAABbNsX4AAAAFklEQVR42mMQFhb+j44ZQABDAAaQBQCzwAr5eTHA7QAAAABJRU5ErkJggg==") -0px -0px no-repeat;
   position: relative;
   display: inline-block;
   vertical-align: middle;
   margin-left: 5px;
}

.separator {
   width: 100%;
   height: 1px;
   background-color: #d5d4d4;
   background-image: -webkit-linear-gradient(left, #f6f6f6, #d5d4d4, #f6f6f6);
   background-image: -moz-linear-gradient(left, #f6f6f6, #d5d4d4, #f6f6f6);
   background-image: -o-linear-gradient(left, #f6f6f6, #d5d4d4, #f6f6f6);
   background-image: linear-gradient(to right, #f6f6f6, #d5d4d4, #f6f6f6);
   margin-bottom: 2px;
}

.title1 {
   font-size: 18px;
}

.title2 {
   font-size: 16px;
}

.title3 {
   font-size: 14px;
}

.min-title {
   font-size: 9px;
   color: #888;
}

.VCompactBar {
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.ButtonBar-firstButton:hover,
.ButtonBar-middleButton:hover,
.ButtonBar-lastButton:hover {
   z-index: 3;
}

.btnVerde:hover {
   background-color: #96cf70;
   border: 1px solid #61a235;
}

.SimpleSearchText-hover {
   border: 1px solid silver;
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.SmallCloseIcon:hover {
   height: 8px;
   width: 8px;
   overflow: hidden;
   background: url("data:image/gif;base64,R0lGODlhCAAIAIAAAFxcXP///yH5BAEHAAEALAAAAAAIAAgAAAIOBIJhi7zcYDTpUWiTAgUAOw==") -0px -0px no-repeat;
}

.navPrevious:hover {
   height: 18px;
   width: 17px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAASCAYAAAC9+TVUAAAAlElEQVR42mNgGDJg5syZAUD8Hw2vJ9qA6dOnKwA1vEcz4D4Q85PiivPorpgxY4Y+KQbUY/FGPSnecEA3YNasWfuJNmD+/PkCUH8jG/J+zpw58qR4Yz2WcPAnKUqBGuZj8UoCqemCH5t3QNFNqmv0scTMeXJSKmVRDAOgaEU3CBT9JBkCilZsyR6UDEgNH3+KMiBdAQApiuORGC2RywAAAABJRU5ErkJggg==") -0px -0px no-repeat;
   background-color: whitesmoke;
   background-position: center;
}

.navNext:hover {
   height: 18px;
   width: 17px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAASCAYAAAC9+TVUAAAAlElEQVR42mNgGLRgxowZ82fOnPkfGc+aNSuBJEOAmviB+D6aQe+nT5+uQKpr9NFdA8TnSfYWUFM9FoPqSTYIGBb70Q0CesuBJEPmzJkjDwoPNIPuz58/X4DU8PHH4q31pIZNAEWGgKIVm3dAyYAUV5xHdwUo+ukXxaBoxJL09xNtACj6sCV7UHST4o31WMLBn2FIAAApiuORb69EkwAAAABJRU5ErkJggg==") -0px -0px no-repeat;
   background-color: whitesmoke;
   background-position: center;
}

.navFirst:hover {
   height: 18px;
   width: 17px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAASCAYAAAC9+TVUAAAAr0lEQVR42mNgGFRg5syZ9cgYh5oAIP6PhtcjK0CRRDdg+vTpCkDx92jq7gMxP9GGAMXOo6uZMWOGProinIZAvYjujXps/sVqCNAbDuhys2bN2o8rYDEMmT9/vgDU38hy7+fMmSNPtCGgkMcSDv74ohjDEKCG+Vi8kkCSIaDow+YdUHQTbQjUNfpYYuY8SYZQJYphABSt6GpA0U+SIaBoxZbsQcmApAwIil68GXBQAABIG3vQ/LcfjwAAAABJRU5ErkJggg==") -0px -0px no-repeat;
   background-color: whitesmoke;
   background-position: center;
}

.DashWindow-btnEditar:hover,
.DashWindow-btnDescricao:hover,
.DashWindow-btnConfiguracao:hover,
.DashWindow-btnAtualizar:hover,
.DashWindow-btnMaximizar:hover,
.DashWindow-btnRestore:hover {
   background-color: lightgray;
   opacity: 1;
}

.DashWindow-btnCancelar:hover {
   background-color: lightgray;
}

.DashWindow-btnAttach:hover,
.DashWindow-btnDetach:hover,
.DashWindow-btnConfigPivot:hover {
   background-color: lightgray;
   opacity: 1;
}

.DashboardMaximizePanel-boxPanel:hover {
   background: #e4e4e4;
   opacity: 1;
}

a:hover {
   cursor: pointer;
}

.gwt-Button:hover {
   background: linear-gradient(top, #f7f7f7, #ebebeb);
   background: -moz-linear-gradient(top, #f7f7f7, #ebebeb);
   background: -o-linear-gradient(top, #f7f7f7, #ebebeb);
   background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ebebeb));
   background: -webkit-linear-gradient(top, #f7f7f7, #ebebeb);
   background: -ms-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ebebeb', GradientType=0);
}

.gwt-PrimaryButton:hover {
   border: 1px solid #45702d;
   background: linear-gradient(top, #91c560, #65a025);
   background: -moz-linear-gradient(top, #91c560, #65a025);
   background: -o-linear-gradient(top, #91c560, #65a025);
   background: -webkit-gradient(linear, left top, left bottom, from(#91c560), to(#65a025));
   background: -webkit-linear-gradient(top, #91c560, #65a025);
   background: -ms-linear-gradient(top, #91c560 0%, #65a025 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91c560', endColorstr='#65a025', GradientType=0);
}

.gwt-PrimaryButton:hover {
   border: 1px solid #45702d;
   background: linear-gradient(top, #91c560, #65a025);
   background: -moz-linear-gradient(top, #91c560, #65a025);
   background: -o-linear-gradient(top, #91c560, #65a025);
   background: -webkit-gradient(linear, left top, left bottom, from(#91c560), to(#65a025));
   background: -webkit-linear-gradient(top, #91c560, #65a025);
   background: -ms-linear-gradient(top, #91c560 0%, #65a025 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91c560', endColorstr='#65a025', GradientType=0);
}

.box:hover {
   background: #eee;
}

.box-selected:hover {
   background: #f8f5bb !important;
}

@else {
   .dashWindow-padding {
      padding: 3px;
   }
}

.Dashboard-GOL .dashWindow-size {
   width: 100%;
   height: 100%;
}

.Dashboard-GOL.dyna-gadget .dashWindow-size {
   width: calc(100% - 10px);
   height: calc(100% - 10px);
   margin: 5px;
}

.Dashboard-GOL.dyna-gadget .dashWindow-size.window-1 {
   height: calc(100% - 5px);
   margin-bottom: 0;
}

.Dashboard-GOL.dyna-gadget .dashWindow-size.window-3 {
   width: calc(100% - 5px);
   margin-left: 0;
}

.dashWindow-size {
   width: 99%;
   height: 99%;
}

.gwt-PrimaryButton[disabled],
.gwt-PrimaryButton[disabled]:hover {
   border: 1px solid rgba(0, 0, 0, 0.2);
   background: none;
   background-color: transparent;
   background: linear-gradient(top, #bdbdbd, #9e9e9e);
   background: -moz-linear-gradient(top, #bdbdbd, #9e9e9e);
   background: -o-linear-gradient(top, #bdbdbd, #9e9e9e);
   background: -webkit-gradient(linear, left top, left bottom, from(#bdbdbd), to(#9e9e9e));
   background: -webkit-linear-gradient(top, #bdbdbd, #9e9e9e);
   background: -ms-linear-gradient(top, #bdbdbd 0%, #9e9e9e 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#9e9e9e', GradientType=0);
}

.btnVerde {
   font-weight: bold;
   font-family: Arial;
   font-size: 13px;
   padding: 6px 15px 6px 15px;
   background-color: #7ac249;
   color: white;
   border: 1px solid #61a235;
   background-image: none;
}

.TreeLevelMenu-item {
   padding: 5px 2px;
}

.TreeLevelMenu-headerPath {
   padding-left: 5px;
}

.TreeLevelMenu-headerPath .gwt-HTML {
   color: #9b9b9b;
   font-size: 17px;
}

.TreeLevelMenu-headerPath a {
   font-size: 17px;
}

.ButtonBar-firstButton {
   position: relative;
   z-index: 1;
   border-top-left-radius: 2px;
   border-bottom-left-radius: 2px;
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
}

.ButtonBar-middleButton {
   position: relative;
   z-index: 1;
   margin-left: -1px;
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
}

.ButtonBar-lastButton {
   position: relative;
   z-index: 1;
   margin-left: -1px;
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   border-top-right-radius: 2px;
   border-bottom-right-radius: 2px;
}

.PesquisaFlex-glassPanel {
   background-color: white;
   z-index: 1000002;
}

.PesquisaFlex-Content {
   border: 1px solid #ccc;
   width: 584px;
   height: 432px;
}

.Tooltip-body {
   background-color: #222;
   border: 1px solid #fff;
   border: 1px solid rgba(255, 255, 255, 0.2);
   padding: 8px;
}

.Tooltip-body * {
   color: white !important;
}

.Tooltip-downArrow {
   height: 7px;
   width: 13px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAHCAYAAADTcMcaAAAAMklEQVR42mPw8/P7r6ioSDQGqWcAAWI1wjXAACGNGBoIacSpAZdGghrQNRKtAVkjLjkANgpKnoePeCkAAAAASUVORK5CYII=") -0px -0px no-repeat;
   background-position: center;
}

.Tooltip-upArrow {
   height: 7px;
   width: 13px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAHCAYAAADTcMcaAAAAMklEQVR42mNgwAH8/Pz+M5ACQBoUFRX/E60RpgGGCWpE10BQIy4NODUS0oChkVgNyBoBfAlKnr2kNOIAAAAASUVORK5CYII=") -0px -0px no-repeat;
   background-position: center;
}

.TipPopup-body {
   background-color: #fff;
   border: 1px solid #999;
   padding: 8px;
}

.TipPopup-downArrow {
   height: 7px;
   width: 13px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAHCAYAAADTcMcaAAAAMElEQVR42mOYMWPGf1IASD0DCBCrEa4BBghpxNBASCNODbg0EtSArpFoDcgacckBAI7Js4zXn61sAAAAAElFTkSuQmCC") -0px -0px no-repeat;
   background-position: center;
}

.TipPopup-upArrow {
   height: 7px;
   width: 13px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAHCAYAAADTcMcaAAAAPElEQVR42o3LwQ0AIAhD0eriXQOmRUk04UBI/6mHPqCJ5DazgFoCd49MghX8RtiBEU6ghQqo8Lbwhlz+D0rSv5MGQqs2AAAAAElFTkSuQmCC") -0px -0px no-repeat;
   background-position: center;
}

.LabelForm-requiredMark {
   margin: 0 3px 0 3px;
}

.SimpleSearchText {
   padding: 0 6px 0 2px;
   background: white;
   border: 1px solid #d9d9d9;
   border-top: 1px solid silver;
   -moz-border-radius: 1px;
   -webkit-border-radius: 1px;
   border-radius: 1px;
   height: 30px;
}

.SimpleSearchText-focus {
   border: 1px solid #f0b950;
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.SimpleSearchText-input {
   border: 0;
   outline: none;
   padding: 0 0 0 3px;
   margin-top: 1px;
}

.SearchText {
   width: 280px;
}

.SearchText-btn {
   position: absolute;
   top: 0;
   right: 0;
   padding: 4px;
   background-color: white;
   cursor: pointer;
   border-left: 1px solid #e7e7e7;
}

.SearchText-btn img {
   opacity: 0.3;
}

.SearchText-btn:hover img {
   opacity: 0.8;
}

.SearchText-item .SearchText-item-titulo {
   font-size: 12px;
   font-weight: bold;
   padding-bottom: 2px;
}

.SearchText-item .SearchText-item-sub-titulo {
   font-size: 11px;
   color: #999;
   margin-top: 2px;
}

.PesquisaFlex-TextInput {
   border-bottom: 1px solid #ccc;
   border-left: 1px solid #ccc;
   border-top: 1px solid #999;
   border-right: 1px solid #ccc;
   height: 22px;
   padding-right: 4px;
   padding-left: 4px;
}

.TitlePopup-title {
   font-size: 20px;
}

.TitlePopup-topBar {
   padding-bottom: 5px;
}

.TitlePopup-bottomBar {
   border-top: 1px solid #ccc;
   padding-top: 10px;
   margin-top: 10px;
}

.SmallCloseIcon {
   height: 8px;
   width: 8px;
   overflow: hidden;
   background: url("data:image/gif;base64,R0lGODlhCAAIAIAAAI6Ojv///yH5BAEHAAEALAAAAAAIAAgAAAIOBIJhi7zcYDTpUWiTAgUAOw==") -0px -0px no-repeat;
   cursor: pointer;
}

.BigCloseIcon {
   height: 16px;
   width: 16px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAZUlEQVR42mNgQAXyDIQBTjX6QPweiOfj0TwfqkYfl+b/UDwfh2aYPIoh8miasRkyH4v8e2TvYFMAMwSfHE4nEsLz8QUS2ZqJMWQ+EdFMmQHzae1/kmOAqGikSkKiKClTJTORnZ0BkGd9KcB8wWMAAAAASUVORK5CYII=") -0px -0px no-repeat;
   cursor: pointer;
}

.MessagePopup .gwt-HTML {
   font-size: 14px;
}

.Application {
   padding: 10px;
}

.SuggestBox {
   display: inline-block;
   margin: 0 0 0 2px;
}

.SuggestBox-multiWordItem {
   padding: 2px 5px;
   float: left;
   background: #e7e7e7;
   border: 1px solid silver;
   border-radius: 4px;
   font-size: 12px;
   cursor: pointer;
}

.DefaultStep-header {
   font-weight: bold;
   font-size: 20px;
   padding-bottom: 10px;
}

.PesquisaFlex-textBox {
   text-align: right;
   height: 10px;
   width: 80px;
   left: 5px;
   top: 5px;
}

.PesquisaFlex-searchImg {
   width: 20px;
   height: 20px;
   position: relative;
   margin-top: 3px;
   margin-left: 1px;
   cursor: pointer;
}

.LabelTextBox-value {
   color: #999;
}

.OrderedList {
   list-style: none;
   padding: 0;
   margin: 0;
   display: block;
   white-space: nowrap;
}

.ListItem {
   list-style: none;
   display: inline-block;
   white-space: nowrap;
}

.SimplePopupGlass {
   background-color: #2b2b2b;
   opacity: 0.85;
   z-index: 6;
}

.SimplePopup {
   -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.7);
   -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.7);
   box-shadow: 0 4px 16px rgba(0, 0, 0, 0.7);
   border: solid 1px #ccc;
   border: solid 1px rgba(0, 0, 0, 0.3);
   outline: 0;
   clip: inherit !important;
}

.Evo .SimplePopup,
.Evo .gwt-PopupPanel {
   -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
   box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
   border: solid 1px rgba(0, 0, 0, 0.3);
   border-radius: 4px;
}

.Evo .menuPopupContent {
   -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
   box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
   border: solid 1px rgba(0, 0, 0, 0.3);
   border-radius: 4px;
   padding: 5px 0;
}

.Evo .gwt-MenuBarPopup {
   width: 300px;
}

.RoundedCardPopup {
   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
   border: solid 1px #ccc;
   padding: 10px;
   border-bottom-right-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-left-radius: 10px;
}

.LightShadow {
   -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
   -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.HCompactBar {
   position: absolute;
   z-index: 4;
   text-align: center;
   width: 100%;
   height: 0;
}

.HCompactBar-HolderButton {
   height: 5px;
   width: 10px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAANUlEQVR42mNgIAWkpqYapKWlNWDDIDkUxUDBeCD+j4yBivZjNRlN8Xsg5sfpDJhioGn2yOIAq3Yns6DB1WwAAAAASUVORK5CYII=") -0px -0px no-repeat;
   opacity: 0.6;
   display: inline-block;
   background-position: center;
   background-color: #e4e4e4;
   -webkit-border-radius: 0 0 5px 5px;
   border-radius: 0 0 5px 5px;
   border: solid 1px #ccc;
   border-top: 0;
}

.HCompactBar-HConteudo {
   margin-top: -1px;
   display: inline-block;
   overflow: hidden;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.VCompactBar {
   height: 9px;
   width: 5px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAYAAAD6reaeAAAAOklEQVR42mNgwAXS09PnJyQkCKAIpqWl/Qfi86mpqQbogiD8HiiRgC74H2QUiiBcACaIIgCznYEQAABejiUegieUVgAAAABJRU5ErkJggg==") -0px -0px no-repeat;
   position: absolute;
   z-index: 1000002;
   height: 100%;
   background-color: whitesmoke;
   background-position: center;
   border-right: solid 1px #ccc;
}

.VCompactBar-opened {
   padding: 0 10px;
   background-image: none;
}

.navPrevious {
   height: 18px;
   width: 17px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAASCAYAAAC9+TVUAAAAkklEQVR42mNgGDIgLS0tAIj/o+H1RBuQkZGhANTwHs2A+0DMT4orzqO7Ij09XZ8UA+qxeKOeFG84oBuQmpq6n2gDEhISBKD+RjbkfXJysjwp3liPJRz8SYpSoIb5WLySQGq64MfmHVB0k+oafSwxc56clEpZFMMAKFrRDQJFP0mGgKIVW7IHJQNSw8efogxIVwAApfquyQUCKdoAAAAASUVORK5CYII=") -0px -0px no-repeat;
   cursor: pointer;
   display: block;
   background-position: center;
   background-color: whitesmoke;
   margin: 0;
   padding: 0;
   text-decoration: none;
   cursor: pointer;
   border: 1px solid #ccc;
}

.navPrevious:disabled {
   height: 18px;
   width: 17px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAASCAYAAAC9+TVUAAAAl0lEQVR42mNgGDIgISGBIykpSQoZJycnCxFtQGhoKHNWVpYEsgEpKSni9fX1TEQbkpiYKIruirS0NFaiDQBq4EU3ACRGtAG5ubns6AZkZ2cLE20AyL8gfyMbAAoXUPgQbQgo5NFdAYohUqNUAEtgcpFkCFW8AwKgaER3DSi6SU6pFEcxDICiFd0gUPSTZAhVkj1VMiBdAQDmtW3s/G/CuAAAAABJRU5ErkJggg==") -0px -0px no-repeat;
   background-position: center;
   cursor: default;
}

.navNext {
   height: 18px;
   width: 17px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAASCAYAAAC9+TVUAAAAkklEQVR42mNgGLQgPT19flpa2n9knJqamkCSIUBN/EB8H82g9xkZGQqkukYf3TVAfJ5kbwE11WMxqJ5kg4BhsR/dIKC3HEgyJDk5WR4UHmgG3U9ISBAgNXz8sXhrPalhE0CRIaBoxeYdUDIgxRXn0V0Bin76RTEoGrEk/f1EGwCKPmzJHhTdpHhjPZZw8GcYEgAApfquyc1tuT8AAAAASUVORK5CYII=") -0px -0px no-repeat;
   cursor: pointer;
   display: block;
   background-position: center;
   background-color: whitesmoke;
   margin: 0;
   padding: 0;
   text-decoration: none;
   cursor: pointer;
   border: 1px solid #ccc;
}

.navNext:disabled {
   height: 18px;
   width: 17px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAASCAYAAAC9+TVUAAAAjElEQVR42mNgGLQgISFBICkpSQoZp6WlcZFkSH19PVNKSoo4siFZWVkSoaGhzCQZBLSZFd01iYmJoiR7C6iRF90gkBjJBmVnZwujG5Sbm8tOkiGgcACFB7IhoPAChRupscWB7prk5GQh+hpCFe+AohVLwmOlXxSDohHdAFB00zfZg0Ie3RWgGGIYEgAA97Bt7Ca4Vu8AAAAASUVORK5CYII=") -0px -0px no-repeat;
   background-position: center;
   cursor: default;
}

.navFirst {
   height: 18px;
   width: 17px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAASCAYAAAC9+TVUAAAArUlEQVR42mNgGFQgLS2tHhnjUBMAxP/R8HpkBSiS6AZkZGQoAMXfo6m7D8T8RBsCFDuPriY9PV0fXRFOQ6BeRPdGPTb/YjUE6A0HdLnU1NT9uAIWw5CEhAQBqL+R5d4nJyfLE20IKOSxhIM/vijGMASoYT4WrySQZAgo+rB5BxTdRBsCdY0+lpg5T5IhVIliGABFK7oaUPSTZAgoWrEle1AyICkDgqIXbwYcFAAARNklkA2S0DMAAAAASUVORK5CYII=") -0px -0px no-repeat;
   cursor: pointer;
   display: block;
   background-position: center;
   background-color: whitesmoke;
   margin: 0;
   padding: 0;
   text-decoration: none;
   cursor: pointer;
   border: 1px solid #ccc;
}

.navFirst:disabled {
   height: 18px;
   width: 17px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAASCAYAAAC9+TVUAAAAlklEQVR42mNgGFTg/fv39cgYh5oAIP6PhtcjK0CRxGKAwnsIQFZ3/927d/ykGHIeiyv00RXhNATqRXQD6rH5F6shQLYDFgP24wpYDEOAtADI32hyICBPiiHrsbjCH18UYzNkPhZDEkgyBBR9OLyjQLQhUHF9LK45T5IhVIliJPn9WAxyINUQeWzJHpQMSM2A/ngz4KAAAObLDOHDQTiAAAAAAElFTkSuQmCC") -0px -0px no-repeat;
   background-position: center;
   cursor: default;
}

.DashWindow {
   border: 1px solid #ccc;
   background-color: white;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}

.DashWindow-Container {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}

.DashWindow-TopBar {
   cursor: default;
   font-size: 15px;
   padding-left: 7px;
   text-shadow: white 0 1px;
   border-bottom: 1px solid #ccc;
   table-layout: fixed;
   z-index: 4;
   background-color: transparent;
   background: linear-gradient(top, #f5f3f3, #e1e1e1);
   background: -moz-linear-gradient(top, #F5F3F3, #e1e1e1);
   background: -o-linear-gradient(top, #F5F3F3, #e1e1e1);
   background: -webkit-gradient(linear, left top, left bottom, from(#F5F3F3), to(#e1e1e1));
   background: -webkit-linear-gradient(top, #F5F3F3, #e1e1e1);
   background: -ms-linear-gradient(top, #F5F3F3 0%, #e1e1e1 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F3F3', endColorstr='#ebebeb', GradientType=0);
}

.DashWindow-TopBar-Title {
   padding-left: 5px;
   overflow: hidden;
   white-space: nowrap;
   font-weight: bold;
}

.DashWindow-btnAtualizar,
.DashWindow-btnMaximizar,
.DashWindow-btnAttach,
.DashWindow-btnRestore,
.DashWindow-btnDetach,
.DashWindow-btnEditar,
.DashWindow-btnDescricao,
.DashWindow-btnConfigPivot {
   border: 1px solid #ccc;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   margin: 2px;
   cursor: pointer;
   opacity: 0.8;
   transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
}

.DashWindow-btnCancelar {
   height: 8px;
   width: 8px;
   overflow: hidden;
   background: url("data:image/gif;base64,R0lGODlhCAAIAIAAAFxcXP///yH5BAEHAAEALAAAAAAIAAgAAAIOBIJhi7zcYDTpUWiTAgUAOw==") -0px -0px no-repeat;
   background-color: #fff;
   background-position: center;
   background-size: 6px;
   border: none;
   cursor: pointer;
   height: 6px;
   margin: 0;
   padding: 0;
   position: absolute;
   top: 0;
   left: 0;
   width: 20px;
   z-index: 999;
   transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
}

.DashWindow-btnConfigPivot {
   transition: none;
   -moz-transition: none;
   -webkit-transition: none;
}

.DashWindow-btnConfigPivot:disabled {
   background-color: #fafafa;
   background-position: center -54px;
}

.DashWindow-btnConfigPivot.retracted:disabled {
   background-position: center -15px;
}

.DashWindow-btnConfigPivot.retracted {
   background-position: center 4px;
}

.DashWindow-btnConfigPivot {
   height: 72px;
   width: 16px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAABICAYAAAD/LnX7AAABLklEQVR42u2XQQrCMBBFE0N1UxSKi3bfjVvdSu0JunDZA3gMT1LoYbr1TjqFCMOQNpmhBYV8+Lu+Jw1NMiq1QrbQx0xLn+AAfc+09QkM9EI6cAQ0nQVfEsEX7qE3rqBH8PhaV46AwoojcMHBgucEHJQUmlmJkX6FqYqJWSgb6Gmm+9XPRA09kjYcAU1lwbtE8IVraMEV1AgeXyvnCCisOAIXHCw4T8BBSaA7K9HSrzCJGzHmLyK+fI299jOJxKCp5Tn3YGsfuk7Ave+XqIAFUwEbxoIbgjvOYrVkpO24q92igXpwDNyGI3D14BOUnkt1GzdizFIRX77aXvs7iUSjqeUcshfyCbgO3Uy5BKYCNowFBYIrzmKVZKStuKuND5TGMXDr1U+kveePxuY3N8cH6d1lGZANe/YAAAAASUVORK5CYII=") -0px -0px no-repeat;
   background-color: #fafafa;
   background-position: center -35px;
}

.DashWindow-btnEditar {
   height: 16px;
   width: 16px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAARklEQVR42mNgIB2UQzFZoAGI/0NxAyWaSTakHItmEO4g12aibR/VTEZ0dZAbVQxIyZPs1IasoYMUm5ENICuNUw38JwHDAQCdCEtIwGMi9AAAAABJRU5ErkJggg==") -0px -0px no-repeat;
   background-color: #fafafa;
   background-position: center;
}

.DashWindow-btnDescricao {
   height: 16px;
   width: 16px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAw0lEQVR42mNgwARGQDwTiG8D8S8ovgXEM4DYgAEP4ALiuUD8nwAGGc6JTfNhIjTD8EF0Q3DZ/ACI9+OQm4HsZ1w2BQIxMxB/xyEPDpOZeAy4CsTr8MhPY4CGNjbJVCA2BmIdIP6AQ80NBmg04bLBBerNNzjkf1LFgFsUGHCdARod5BowhQEaFeQaoAdLC9iiMgOIPZDwQzT5qcgpkROaPIlNyqDUyYGeHzgJJCpkmznw5UoDaAq7AY2mn9DQnoLsZxgAALEft4Mu7vaBAAAAAElFTkSuQmCC") -0px -0px no-repeat;
   background-color: #fafafa;
   background-position: center;
}

.DashWindow-btnConfiguracao {
   border: 1px solid #ccc;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   cursor: pointer;
   opacity: 0.8;
   transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   background-color: #fafafa;
   background-position: center;
}

.DashWindow-btnEditar:disabled {
   height: 16px;
   width: 16px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAARklEQVR42mNgIB2UQzFZoAGI/0NxAyWaSTakHItmEO4g12aibR/VTEZ0dZAbVQxIyZPs1IasoYMUm5ENICuNUw38JwHDAQCdCEtIwGMi9AAAAABJRU5ErkJggg==") -0px -0px no-repeat;
   background-color: #fafafa;
   background-position: center;
}

.DashWindow-btnAtualizar {
   height: 13px;
   width: 14px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAMElEQVR42mNgGBSAkZHxPzImWaOdnd1/km0EaSLJNphGEE2WZnRD6KORogBiGPoAAA4jFrqVfxB9AAAAAElFTkSuQmCC") -0px -0px no-repeat;
   background-color: #fafafa;
   background-position: center;
}

.DashWindow-btnAtualizar:disabled {
   height: 13px;
   width: 14px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAKklEQVR42mNgGCzAFw2TptHe3t6XZBuhmnzJcSoDuZpRDKGbRooCaKgDAEQUCWkNESpyAAAAAElFTkSuQmCC") -0px -0px no-repeat;
   background-color: #fafafa;
   background-position: center;
}

.DashWindow-btnMaximizar {
   height: 8px;
   width: 8px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAKUlEQVR42mNgYGD4TwCDiX9Y8F9kBeew4AMwBSDVuMA/OinA5QsQ/g8AhaMmkJ4f6+8AAAAASUVORK5CYII=") -0px -0px no-repeat;
   background-color: #fafafa;
   background-position: center;
}

.DashWindow-btnMaximizar:disabled {
   height: 8px;
   width: 8px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAIElEQVR42mNgYGDwJYBxSvggK7DDgq2QFeAC9FSAEwMAzvMLqiG4KtgAAAAASUVORK5CYII=") -0px -0px no-repeat;
   background-color: #fafafa;
   background-position: center;
}

.DashWindow-btnRestore {
   height: 8px;
   width: 8px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAMUlEQVR42mNgQID/ODCKgn9o+D+yxH90CSgbQiDRGGJEK0C3Am4Vsk4GLKbhdj0IAACCjym9KqKjDQAAAABJRU5ErkJggg==") -0px -0px no-repeat;
   background-color: #fafafa;
   background-position: center;
}

.DashWindow-btnRestore:disabled {
   height: 8px;
   width: 8px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAIklEQVR42mNgQABfHJiwAnw64QoY0IwjXwFON6AD4lwPAgDQaQyjv2u62QAAAABJRU5ErkJggg==") -0px -0px no-repeat;
   background-color: #fafafa;
   background-position: center;
}

.DashWindow-btnAttach {
   height: 13px;
   width: 14px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAKUlEQVR42mNgGEjwHwcmSuNmNEy0RmLEqKuRLD8Scsl/SkKc7GgaigAA1UsbtCTF314AAAAASUVORK5CYII=") -0px -0px no-repeat;
   background-color: #fafafa;
   background-position: center;
}

.DashWindow-btnAttach:disabled {
   height: 13px;
   width: 14px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAKUlEQVR42mNgGEjgiwMTpdEMDROtkRgx6moky4+EXOJLSYiTHU1DEQAAJeMIXp2xuyAAAAAASUVORK5CYII=") -0px -0px no-repeat;
   background-color: #fafafa;
   background-position: center;
}

.DashWindow-btnDetach {
   height: 13px;
   width: 14px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAK0lEQVR42mNgGEjwHwcmSuNmNEy0RmLEqKuRLD8SYyBZGsmykYFSZw8gAABO4Bu0fN8oUQAAAABJRU5ErkJggg==") -0px -0px no-repeat;
   background-color: #fafafa;
   background-position: center;
}

.DashWindow-btnDetach:disabled {
   height: 13px;
   width: 14px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAKklEQVR42mNgGEjgiwMTpdEMDROtkRgx6moky4/EGEiWRrJsZKDU2QMIAEqVCF6SPBJUAAAAAElFTkSuQmCC") -0px -0px no-repeat;
   background-color: #fafafa;
   background-position: center;
}

.DateInputBox-btnSelectDate {
   height: 16px;
   width: 16px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA0UlEQVR42p1PgQpEQBDdZEspSilSRJQoRz7AJ/gEn+KT7xPmdia7Oe6wO/V6b9/Mm3YY22ocR38YhrcAILND3fVpoOs66Pt+QdbqN02ztm0LG5ad/gXVxxwrisKv6xpMQQuqqoKyLGeBSQMz5uiEPM9PNz8plUvTFA6NDD3EP/2VS5Lk9AP0pH+laTiKIqMTVC4MQ4jjOEN+qmWOFgRBAJJ1NS3wPM/oBJVzXRccx8mQr/RxgfLEEEi+0/tSHuccBF4637dte8IcPSzLWgXAAOsHI/emfKpy/qoAAAAASUVORK5CYII=") -0px -0px no-repeat;
   margin-left: 5px;
   cursor: pointer;
   opacity: 0.7;
}

.DateInputBox-btnSelectTime {
   height: 16px;
   width: 16px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAyElEQVR42q2TsQ2DMBBFDaJHygRI1JRZh4YN6DJBusxgMgESaSIlKzgTuIrkOfJjfaIEjisgJ73Gvv99d7aNmUcBWtCBB+m4VhglEtAADwJwwBLHNc+cRBKfmdSDUjig5F5g7o9Jw40DSJUqU+YEaj49e7pPxTdQCyY9NXEmLR2lsiWDsZ1AbZywWyh5ycBQ89bGa7IrDCy1qsEFXEGlGWgt7MAJPMER5FIL2hDH2IM7GKQhatf4HRlzZ9e4+SH95Slv/kyrv/MLmIRI4c9Ct/YAAAAASUVORK5CYII=") -0px -0px no-repeat;
   margin-left: 5px;
   margin-top: 4px;
   cursor: pointer;
   opacity: 0.7;
}

.FilterIcon-filterIcon {
   gwt-image: "filterIcon";
}

.FilterIcon-filterIcon.selected {
   gwt-image: "filterIconSelected";
}

.DateInputBox-btnSelectDateToday {
   height: 16px;
   width: 16px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA2UlEQVR42p1PgQpEQBDdZEspSilSRJQoRz7AJ/gEn+KT7xPmdia7OfY4O/V6b9/Mm3YY22ocR38YhrcAILND3fVpoOs66Pt+QX7Ub5pmbdsWNiw7rYPqY44VReHXdQ2moAVVVUFZlrPA9AAz5uiEPM9PN/9TKpemKRwaGXqIX/orlyTJ6QfoSf9K03AURUYnqFwYhhDHcYas02IKEHtf5mhBEAQgWaflAt0MLfA8z+gElXNdFxzHyZCv9HGB8sQQSL7T+1Ie5xwEXk++b9v2hDl6WJa1CoAB1g+8S6mOAjoHrwAAAABJRU5ErkJggg==") -0px -0px no-repeat;
   cursor: pointer;
   opacity: 0.7;
}

.DashboardView-disabled {
   pointer-events: none;
   opacity: 0.5;
}

.DashboardMaximizePanel-boxPanel {
   float: left;
   border-right: 1px solid #ccc;
   cursor: pointer;
   transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
}

.DashboardMaximizePanel-boxPanel .gwt-Image {
   opacity: 0.3;
}

.DashboardMaximizePanel-boxPanel .gwt-HTML {
   opacity: 0.5;
}

.DashboardMaximizePanel-boxPanel-selected {
   background: #e9e9e9;
   opacity: 1;
}

.DashboardMaximizePanel-boxPanel-selected .gwt-Image {
   opacity: 0.7;
}

.DashboardMaximizePanel-boxPanel-selected .gwt-HTML {
   opacity: 1;
}

.Dashboard-Gadget-Title {
   text-align: center;
   color: #3e576f;
   font-size: 14px;
   font-weight: bold;
}

.Dashboard-Gadget-Title-Message span {
   color: #8a6d3b;
   background-color: #fcf8e3;
   border-color: #faebcc;
   font-weight: bold;
}

.Dashboard-Gadget-Empty {
   text-align: center;
   font-weight: bold;
   position: absolute;
   top: 45%;
   width: 96%;
   margin: 0 2%;
}

.Dashboard-VCompactBar-Scroll {
   overflow: auto !important;
   height: 175px;
}

.DashWindow-Container .toolTipGrid {
   text-align: left;
   position: absolute;
   z-index: 2;
   background: #f5f5f5;
   line-height: 18px;
   color: #222;
   cursor: default;
   border: 1px solid #bbb;
   border-radius: 2px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
   padding: 5px;
}

.GoogleMaps-Infowindow {
   text-align: left;
   font-size: 14px;
}

.GoogleMaps-Infowindow .info-title {
   font-size: 14px;
   font-weight: 300;
}

.GoogleMaps-Infowindow .info-text {
   margin: 10px 0;
   font-size: 12px;
   color: #666;
   font-weight: 300;
}

.GoogleMaps-Infowindow .info-action {
   font-size: 12px;
   color: #666;
   font-weight: 300;
}

.ScrollBox-rightShowMore {
   height: 100%;
   background-position: center;
   position: absolute;
   top: 0;
   right: 0;
   -webkit-box-shadow: -4px 0 20px 5px #2f2f2f;
   -moz-box-shadow: -4px 0 20px 5px #2f2f2f;
   -ms-box-shadow: -4px 0 20px 5px #2f2f2f;
   box-shadow: -4px 0 20px 5px #2f2f2f;
}

.Evo .ScrollBox-rightShowMore {
   -webkit-box-shadow: -4px 0 20px 10px #fff;
   -moz-box-shadow: -4px 0 20px 10px #fff;
   -ms-box-shadow: -4px 0 20px 10px #fff;
   box-shadow: -4px 0 20px 10px #fff;
}

.ScrollBox-leftShowMore {
   height: 100%;
   background-position: center;
   position: absolute;
   top: 0;
   left: 0;
   -webkit-box-shadow: 4px 0 20px 5px #2f2f2f;
   -moz-box-shadow: 4px 0 20px 5px #2f2f2f;
   -ms-box-shadow: 4px 0 20px 5px #2f2f2f;
   box-shadow: 4px 0 20px 5px #2f2f2f;
}

.Evo .ScrollBox-leftShowMore {
   -webkit-box-shadow: 4px 0 20px 10px #fff;
   -moz-box-shadow: 4px 0 20px 10px #fff;
   -ms-box-shadow: 4px 0 20px 10px #fff;
   box-shadow: 4px 0 20px 10px #fff;
}

.ScrollBox-hardShadow {
   -webkit-box-shadow: 0 0 20px 5px rgba(51, 51, 51, 1);
   -ms-box-shadow: 0 0 20px 5px rgba(51, 51, 51, 1);
   -moz-box-shadow: 0 0 20px 5px rgba(51, 51, 51, 1);
   box-shadow: 0 0 20px 5px rgba(51, 51, 51, 1);
}

.RowsCounter {
   font-size: 11px;
   font-weight: bold;
   text-align: center;
   margin-right: 2px;
   padding: 2px 10px;
   border: 1px solid #ccc;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   background-color: transparent;
   background: linear-gradient(top, white, #e9e9e9);
   background: -moz-linear-gradient(top, white, #E9E9E9);
   background: -o-linear-gradient(top, white, #E9E9E9);
   background: -webkit-gradient(linear, left top, left bottom, from(white), to(#E9E9E9));
   background: -webkit-linear-gradient(top, white, #E9E9E9);
   background: -ms-linear-gradient(top, white 0%, #E9E9E9 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#E9E9E9', GradientType=0);
   -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
   -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
   box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.RowsCounter.RowsCounterJs.RowsCounterAlert {
   position: relative;
   color: #fff;
   border-color: #962222;
   background: linear-gradient(top, #ff2626, #d42020);
   background: -moz-linear-gradient(top, #FF2626, #D42020);
   background: -o-linear-gradient(top, #FF2626, #D42020);
   background: -webkit-gradient(linear, left top, left bottom, from(#FF2626), to(#D42020));
   background: -webkit-linear-gradient(top, #FF2626, #D42020);
   background: -ms-linear-gradient(top, #FF2626 0%, #D42020 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2626', endColorstr='#D42020', GradientType=0);
   padding: 4px 21px 4px 6px;
}

.RowsCounter.RowsCounterJs.RowsCounterAlert:before {
   height: 16px;
   width: 16px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAwElEQVR42p2QMQqDQBBFF7JgLVhsmQtYeY6ANxFsPEY6G89ibx8kVSA3CKSJgcA4H0ayMe7q+uDBMu7/K6OUByI6QLUHDmbsRcxCw5q90hecdUhBIcFeBMXWcMI+2Lf8iZYzZsmWglpeHKzZILN6LZyyH08BvqW+gtZa3FIBaF3hnH5xFYB8Ho7YG/1zEufgbmQXVBRONYUN+3RcOotLIGNQ0HheMaKLBgWd58JddNGhoGRfO3aATDntIWaPgcbIjlhhZTPXWMKeAAAAAElFTkSuQmCC") -0px -0px no-repeat;
   content: "";
   width: auto;
   height: auto;
   background-position: right center;
   background-size: 13px;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 5px;
   transition: opacity 0.7s;
   opacity: 0;
}

.RowsCounter.RowsCounterJs.RowsCounterAlert.RowsCounterAlertShow:before {
   opacity: 1;
}

.RowsCounter.RowsCounterJs {
   padding: 4px 10px;
}

.RowsCounter-Arrow.RowsCounterJs {
   background-size: 11px 5px;
   background-position: 0 2px;
   margin-top: -3px;
}

.RowsCounter-Arrow {
   height: 6px;
   width: 11px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAALklEQVR42mM4c+bM/9evXxPEIHUMIEBIA1whDODSgKEQlwacCtE1EFSIrAGbOAD/FIMCASG/uQAAAABJRU5ErkJggg==") -0px -0px no-repeat;
   margin-top: -1px;
   margin-right: 7px;
}

.RowsCounter-Arrow.RowsCounterAlert {
   height: 6px;
   width: 11px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAALklEQVR42mOYpqT0/6qiIkEMUscAAoQ0wBXCAC4NGApxacCpEF0DQYXIGrCJAwDpa0h6m/i17gAAAABJRU5ErkJggg==") -0px -0px no-repeat;
   position: relative;
   margin-top: -1px;
   margin-right: 7px;
}

.MargemContribuicaoChart-fatDiv {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   border: 1px solid rgba(0, 0, 0, 0.7);
   text-align: center;
   font-weight: bold;
   text-shadow: black 0 1px;
   font-size: 11px;
   overflow: hidden;
   color: white;
   clear: both;
   float: left;
   background: #008000;
   background: -moz-linear-gradient(top, #24BE24 0%, #008000 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #24BE24), color-stop(100%, #008000));
   background: -webkit-linear-gradient(top, #24BE24 0%, #008000 100%);
   background: -o-linear-gradient(top, #24BE24 0%, #008000 100%);
   background: -ms-linear-gradient(top, #24BE24 0%, #008000 100%);
   background: linear-gradient(to bottom, #24BE24 0%, #008000 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24BE24', endColorstr='#008000', GradientType=0);
}

.MargemContribuicaoChart-cmvDiv,
.MargemContribuicaoChart-gvDiv,
.MargemContribuicaoChart-gfDiv,
.MargemContribuicaoChart-mcDiv,
.MargemContribuicaoChart-lucroDiv,
.MargemContribuicaoChart-prejuDiv {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   border: 1px solid rgba(0, 0, 0, 0.7);
   text-align: center;
   font-weight: bold;
   text-shadow: black 0 1px;
   font-size: 11px;
   overflow: hidden;
   color: white;
}

.MargemContribuicaoChart-cmvDiv {
   color: #666;
}

.MargemContribuicaoChart-fatDiv div,
.MargemContribuicaoChart-cmvDiv div,
.MargemContribuicaoChart-gvDiv div,
.MargemContribuicaoChart-gfDiv div,
.MargemContribuicaoChart-mcDiv div,
.MargemContribuicaoChart-lucroDiv div,
.MargemContribuicaoChart-prejuDiv div {
   margin-top: 5px;
}

.MargemContribuicaoChart {
   margin: 10px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.Panel-MargemContribuicaoChart .MargemContribuicaoChart {
   margin: 0 !important;
   padding: 5px;
}

.MargemContribuicaoChart-cmvDiv {
   margin-top: -1px;
   border-right: 0;
   float: left;
   background: #ff0;
   background: -moz-linear-gradient(top, #FFFF00 0%, #D8D80F 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFF00), color-stop(100%, #D8D80F));
   background: -webkit-linear-gradient(top, #FFFF00 0%, #D8D80F 100%);
   background: -o-linear-gradient(top, #FFFF00 0%, #D8D80F 100%);
   background: -ms-linear-gradient(top, #FFFF00 0%, #D8D80F 100%);
   background: linear-gradient(to bottom, #FFFF00 0%, #D8D80F 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF00', endColorstr='#D8D80F', GradientType=0);
}

.MargemContribuicaoChart-gvDiv {
   margin-top: -1px;
   float: left;
   background: #ccc;
   background: -moz-linear-gradient(top, #EEE 0%, #CCC 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEE), color-stop(100%, #CCC));
   background: -webkit-linear-gradient(top, #EEE 0%, #CCC 100%);
   background: -o-linear-gradient(top, #EEE 0%, #CCC 100%);
   background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
   background: linear-gradient(to bottom, #EEE 0%, #CCC 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#CCCCCC', GradientType=0);
}

.MargemContribuicaoChart-mcDiv {
   margin-top: -1px;
   float: left;
   background: #000080;
   background: -moz-linear-gradient(top, #4D4DE2 0%, #000080 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4D4DE2), color-stop(100%, #000080));
   background: -webkit-linear-gradient(top, #4D4DE2 0%, #000080 100%);
   background: -o-linear-gradient(top, #4D4DE2 0%, #000080 100%);
   background: -ms-linear-gradient(top, #4D4DE2 0%, #000080 100%);
   background: linear-gradient(to bottom, #4D4DE2 0%, #000080 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D4DE2', endColorstr='#000080', GradientType=0);
}

.MargemContribuicaoChart-gfDiv {
   margin-top: -1px;
   float: right;
   background: #800080;
   background: -moz-linear-gradient(top, #BB1FBB 0%, #800080 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BB1FBB), color-stop(100%, #800080));
   background: -webkit-linear-gradient(top, #BB1FBB 0%, #800080 100%);
   background: -o-linear-gradient(top, #BB1FBB 0%, #800080 100%);
   background: -ms-linear-gradient(top, #BB1FBB 0%, #800080 100%);
   background: linear-gradient(to bottom, #BB1FBB 0%, #800080 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BB1FBB', endColorstr='#800080', GradientType=0);
}

.MargemContribuicaoChart-lucroDiv {
   margin-top: -1px;
   float: right;
   background: #408080;
   background: -moz-linear-gradient(top, #6DC5C6 0%, #408080 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6DC5C6), color-stop(100%, #408080));
   background: -webkit-linear-gradient(top, #6DC5C6 0%, #408080 100%);
   background: -o-linear-gradient(top, #6DC5C6 0%, #408080 100%);
   background: -ms-linear-gradient(top, #6DC5C6 0%, #408080 100%);
   background: linear-gradient(to bottom, #6DC5C6 0%, #408080 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6DC5C6', endColorstr='#408080', GradientType=0);
}

.MargemContribuicaoChart-prejuDiv {
   margin-top: -1px;
   float: right;
   clear: both;
   background: #f00;
   background: -moz-linear-gradient(top, #FF5757 0%, #FF0000 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF5757), color-stop(100%, #FF0000));
   background: -webkit-linear-gradient(top, #FF5757 0%, #FF0000 100%);
   background: -o-linear-gradient(top, #FF5757 0%, #FF0000 100%);
   background: -ms-linear-gradient(top, #FF5757 0%, #FF0000 100%);
   background: linear-gradient(to bottom, #FF5757 0%, #FF0000 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5757', endColorstr='#FF0000', GradientType=0);
}

.GadgetAnaliseRentabilidade-PanelLegend {
   text-align: left;
   margin: 10px;
   min-height: 100px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.MargemContribuicaoChartLegend-boxColor {
   width: 10px;
   height: 10px;
   border: 1px solid;
   margin: 5px;
}

.MargemContribuicaoChartLegend-label {
   font-size: 12px;
   margin-right: 5px;
}

.ResultadosGerais-greenNumericField {
   text-align: right;
   background-color: #c0dcc0;
}

.ResultadosGerais-blueNumericField {
   text-align: right;
   background-color: #f0fbff;
}

.GadgetLoader-Frame {
   border: 0;
}

.Impostos-table {
   border-collapse: collapse;
   margin-left: 10px;
}

.Impostos-table td {
   padding: 5px;
}

.Impostos-labelPanel {
   position: absolute;
   top: -12px;
}

.Impostos-labelPanel td:last-child {
   padding-right: 0;
}

.GerenteOnline .Impostos-greenNumericField,
.GerenteOnline .Impostos-whiteNumericField {
   width: 100%;
}

.Impostos-greenNumericField {
   color: #444;
   width: 120px;
   text-align: right;
   background-color: #c0dcc0;
}

.Impostos-whiteNumericField {
   color: #444;
   width: 120px;
   text-align: right;
}

.CicloOperacionalChart-barraCO,
.CicloOperacionalChart-barraPME,
.CicloOperacionalChart-barraPMRV,
.CicloOperacionalChart-barraPMPC,
.CicloOperacionalChart-barraCF {
   position: relative;
   height: 15%;
   margin-bottom: 10px;
   border: 1px solid;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: width 1s ease;
   -o-transition: width 1s ease;
   -moz-transition: width 1s ease;
   transition: width 1s ease;
}

.CicloOperacionalChart-barraCO {
   background: #008080;
   clear: both;
   margin-bottom: 25px;
   background: #008080;
   background: -moz-linear-gradient(top, #099999 0%, #008080 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #099999), color-stop(100%, #008080));
   background: -webkit-linear-gradient(top, #099999 0%, #008080 100%);
   background: -o-linear-gradient(top, #099999 0%, #008080 100%);
   background: -ms-linear-gradient(top, #099999 0%, #008080 100%);
   background: linear-gradient(to bottom, #099999 0%, #008080 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#099999', endColorstr='#008080', GradientType=0);
}

.CicloOperacionalChart-barraPME {
   background: #008080;
   float: left;
   background: #008080;
   background: -moz-linear-gradient(top, #099999 0%, #008080 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #099999), color-stop(100%, #008080));
   background: -webkit-linear-gradient(top, #099999 0%, #008080 100%);
   background: -o-linear-gradient(top, #099999 0%, #008080 100%);
   background: -ms-linear-gradient(top, #099999 0%, #008080 100%);
   background: linear-gradient(to bottom, #099999 0%, #008080 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#099999', endColorstr='#008080', GradientType=0);
}

.CicloOperacionalChart-barraPMRV {
   background: #008080;
   float: left;
   border-left: 0;
   background: #008080;
   background: -moz-linear-gradient(top, #099999 0%, #008080 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #099999), color-stop(100%, #008080));
   background: -webkit-linear-gradient(top, #099999 0%, #008080 100%);
   background: -o-linear-gradient(top, #099999 0%, #008080 100%);
   background: -ms-linear-gradient(top, #099999 0%, #008080 100%);
   background: linear-gradient(to bottom, #099999 0%, #008080 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#099999', endColorstr='#008080', GradientType=0);
}

.CicloOperacionalChart-barraPMPC {
   background: #0080ff;
   clear: both;
   margin-bottom: 25px;
   background: #0080ff;
   background: -moz-linear-gradient(top, #3597F8 0%, #0080FF 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3597F8), color-stop(100%, #0080FF));
   background: -webkit-linear-gradient(top, #3597F8 0%, #0080FF 100%);
   background: -o-linear-gradient(top, #3597F8 0%, #0080FF 100%);
   background: -ms-linear-gradient(top, #3597F8 0%, #0080FF 100%);
   background: linear-gradient(to bottom, #3597F8 0%, #0080FF 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3597F8', endColorstr='#0080FF', GradientType=0);
}

.CicloOperacionalChart-barraCF {
   background: #800000;
   float: right;
   background: #800000;
   background: -moz-linear-gradient(top, #C20C0C 0%, #800000 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C20C0C), color-stop(100%, #800000));
   background: -webkit-linear-gradient(top, #C20C0C 0%, #800000 100%);
   background: -o-linear-gradient(top, #C20C0C 0%, #800000 100%);
   background: -ms-linear-gradient(top, #C20C0C 0%, #800000 100%);
   background: linear-gradient(to bottom, #C20C0C 0%, #800000 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C20C0C', endColorstr='#800000', GradientType=0);
}

.CicloOperacionalChart-label {
   overflow: hidden;
   color: white;
   position: absolute;
   top: 50%;
   width: 100%;
   margin-top: -0.5em;
   text-align: center;
   font-weight: bold;
   text-shadow: black 0 1px;
   font-size: 11px;
}

.CicloOperacionalChart-slider {
   position: absolute;
   right: 0;
   z-index: 1;
   height: 100%;
   background: #ebc801;
   cursor: e-resize;
   box-shadow: -1px 0 2px 0;
   -moz-box-shadow: -1px 0 2px 0;
   -webkit-box-shadow: -1px 0 2px 0;
}

.CenterGlassPanel {
   background-color: white;
   opacity: 1;
   z-index: 99998;
}

.CenterPanel {
   top: 0;
   left: 0;
   position: absolute;
   background-color: white;
   opacity: 1;
   z-index: 99999;
}

.GadgetSimpleValue {
   text-decoration: none;
   cursor: default;
   color: #333;
}

.GadgetSimpleValue-HasClick {
   min-width: 40px;
   text-decoration: none;
   cursor: pointer;
}

.GadgetSimpleValue-HasClick:hover {
   color: #06c;
   text-decoration: underline;
}

.GridConfigPopup-PanelColunasDisponiveis,
.GridConfigPopup-PanelColunasSelecionadas {
   width: 200px;
   margin: 5px;
   float: left;
}

.GridConfigPopup-CheckRestrictFields {
   display: block;
   clear: both;
   margin-bottom: 10px;
}

.GridConfigPopup-PanelButtons {
   width: 30px;
   margin-top: 100px;
   margin-left: 4px;
   float: left;
}

.GridConfigPopup>div>input {
   width: 100%;
   margin: 5px 0;
}

.GridConfigPopup button {
   margin: 2px;
   float: right;
}

.ConfigurableDataGrid-iconFilter {
   height: 16px;
   width: 20px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAABMklEQVR42mNgGAUgUJaTI0UMJsqw1qamjQvnzfu6ZNEiMAaxZ02f/nVCb+/X1ubmr9UVFV/LS0q+lhQWfi0vLb1L0MD6+nqOKZMm/fn58+d/dPD379//L168+H/jxo3/9XV1H8qKinqJcmVpQYHRimXLPvz+/RvFwOfPn/8/d+7c/6b6+m9lxcUrSQrHyrKy3g3r1n349+8f2LAvX778v3jx4v+W5uY/BTk554FKGEmOnJrq6nlrV6/+BDLw/v37/7du3fo/PSXlS0FBgQDZMQ6MhA+PHz0Cu66ivPxLSX5+KkVJqKay8tHVK1fAYVeQl/ehuKAggCIDa6uqrp4+dQpsYF5u7vuioiJHylxYVXVo6ZIl/6dNnfo/JyvrA9BAfYoMLCkpESspKGgAYYoNGxQAAPP22fLYDgK4AAAAAElFTkSuQmCC") -0px -0px no-repeat;
   position: absolute;
   right: 0;
   top: 50%;
   margin-top: -8px;
   margin-right: 2px;
   width: 16px;
   height: 16px;
}

.ConfigurableDataGrid-iconFilterSelected {
   height: 16px;
   width: 20px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAAAiElEQVR42mNgGAVUB2cYmP8TwtOQMEED6+vrOUCa/uPAD4H4BBCvJ9ZAECgtKDA6Qy3DYKCyrKz3DH7DGEkOz5rq6nlnsBhWUFAgQFEk7UQyrCQ/P5WiWD8BNRAWq8UFBQEUGbgeybBaIC4qKnKkyEBkw9IgBupTZGBJSYlYSUFBAwhTbNigAAAeoX+lND5yzgAAAABJRU5ErkJggg==") -0px -0px no-repeat;
   position: absolute;
   right: 0;
   top: 50%;
   margin-top: -8px;
   margin-right: 2px;
   width: 16px;
   height: 16px;
}

.data-card {
   border-radius: 4px;
   border-top-right-radius: 0;
   display: inline-block;
   overflow: hidden;
}

.data-card .gwt-Label {
   text-align: center;
   color: white;
   font-size: 18px;
   padding-top: 17px;
}

.data-card-70x70 {
   width: 70px;
   height: 70px;
}

.data-card-70x70 .gwt-Label {
   font-size: 24px;
   padding-top: 23px;
}

.switchbutton {
   position: relative;
   width: 75px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
}

.switchbutton-checkbox {
   display: none;
}

.switchbutton-label {
   display: block;
   overflow: hidden;
   cursor: pointer;
   border: 2px solid #ccc;
   border-radius: 20px;
}

.switchbutton-inner {
   width: 200%;
   margin-left: -100%;
   -moz-transition: margin 0.3s ease-in 0;
   -webkit-transition: margin 0.3s ease-in 0;
   -o-transition: margin 0.3s ease-in 0;
   transition: margin 0.3s ease-in 0;
}

.switchbutton-inner:before,
.switchbutton-inner:after {
   float: left;
   width: 50%;
   height: 30px;
   padding: 0;
   line-height: 30px;
   font-size: 14px;
   color: white;
   font-family: Trebuchet, Arial, sans-serif;
   font-weight: normal;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.switchbutton-inner:before {
   content: "Sim";
   padding-left: 10px;
   background-color: #61a646;
   color: #fff;
}

.switchbutton-inner:after {
   content: "N�o";
   padding-right: 10px;
   background-color: #ca4e16;
   color: #fff;
   text-align: right;
}

.switchbutton-switch {
   width: 18px;
   margin: 6px;
   background: #fff;
   border: 2px solid #ccc;
   border-radius: 20px;
   position: absolute;
   top: 0;
   bottom: 0;
   right: 41px;
   -moz-transition: all 0.3s ease-in 0;
   -webkit-transition: all 0.3s ease-in 0;
   -o-transition: all 0.3s ease-in 0;
   transition: all 0.3s ease-in 0;
}

.switchbutton-checkbox:checked+.switchbutton-label .switchbutton-inner {
   margin-left: 0;
}

.switchbutton-checkbox:checked+.switchbutton-label .switchbutton-switch {
   right: 0;
}

.MultiCheckDropdown {
   padding: 0;
}

.MultiCheckDropdown .cell-check-list {
   border: 0 !important;
   height: 150px;
}

.MultiCheckDropdown .cell-check-list .td-multi-list {
   white-space: nowrap;
   vertical-align: middle;
   text-overflow: ellipsis;
   overflow: hidden;
}

.MultiCheckDropdown .check-select-all {
   width: 21px;
   margin-left: 7px;
   display: inline-block;
   vertical-align: middle;
}

.MultiCheckDropdown .search-container {
   padding-bottom: 4px;
   border-bottom: 1px solid rgba(204, 204, 204, 0.58);
   background-color: rgba(204, 204, 204, 0.19);
}

.MultiCheckDropdown .input-search {
   height: 16px;
   width: 16px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA20lEQVR42q1S2w3CMAzMCIzQEdiAjpARugGM0A3ICGxAN2k/8vgMG5ANwCc5UuQmBCEsWZb8OPtsK1VICGHy3t9JX6yR9Er+QX2SGOOhKEzOuYWsIbvBR/ZJVjcBuACJs4xZa48ZiCYZd8U8drVYTJhAqdU9qY5QzgWNMJEMoPvSA0BhdVJenOkBMI0qwIOc6xcUNDfTMmCq3Bq7wiTyCgPfft0FxaWaVItT4mHOmAZg5D+Jz8QvTC2QEfsok/NnZppdkOLzZigWlmkVNPogLfk7CHamfhEGwW5ub/U3WaFWL7OeAAAAAElFTkSuQmCC") -0px -0px no-repeat;
   width: calc(100% - 34px);
   height: 25px;
   border-width: 0 0 1px 0;
   background-position: 99% center;
   padding-right: 20px;
}

.MultiCheckDropdown .input-search:focus,
.MultiCheckDropdown .input-search.gwt-TextBox-focus {
   border-width: 0 0 1px 0;
   border-color: #4d90fe;
}

.MultiCheckSelect {
   text-align: right;
}

.MultiCheckSelect .lbl-selecteds {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.sk-loading-bar {
   position: absolute;
   z-index: 10;
   border: 0;
   top: 0;
   left: 0;
   right: 0;
   padding: 0;
   height: 6px;
   font-size: 12px;
   background-image: none;
   overflow: hidden;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.sk-loading-bar.jivaw .progress-bar {
   background-color: #f8b186;
}

.sk-loading-bar .progress-bar {
   background-color: #7bca87;
}

.sk-loading-bar .progress-bar {
   width: 100%;
   line-height: 1.25;
   -webkit-animation: sk-loading-bar-stripes 0.3s linear infinite;
   -o-animation: sk-loading-bar-stripes 0.3s linear infinite;
   animation: sk-loading-bar-stripes 0.3s linear infinite;
   background-image: -webkit-linear-gradient(125deg, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%, transparent);
   background-image: -o-linear-gradient(125deg, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%, transparent);
   background-image: linear-gradient(125deg, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%, transparent);
   -webkit-background-size: 40px 40px;
   background-size: 40px 40px;
}

.progress-bar {
   float: left;
   width: 0;
   height: 100%;
   font-size: 12px;
   line-height: 20px;
   color: #fff;
   text-align: center;
   -webkit-box-shadow: none;
   box-shadow: none;
   -webkit-transition: width 0.6s ease;
   -o-transition: width 0.6s ease;
   transition: width 0.6s ease;
}

@-webkit-keyframes sk-loading-bar-stripes {
   from {
      background-position: 0 0;
   }

   to {
      background-position: 40px 0;
   }
}

@-o-keyframes sk-loading-bar-stripes {
   from {
      background-position: 0 0;
   }

   to {
      background-position: 40px 0;
   }
}

@keyframes sk-loading-bar-stripes {
   from {
      background-position: 0 0;
   }

   to {
      background-position: 40px 0;
   }
}

.chartConfigButton>div>div {
   margin-right: 0 !important;
}

.gadgetGeo {
   padding: 5px;
   box-sizing: border-box;
}

.gadgetGeo .chartConfigButton {
   position: absolute;
   top: 50%;
   right: 0;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
}

.gwt-BeautifulCheckbox {
   position: relative;
   width: 16px;
   height: 16px;
   margin: 0 auto;
   display: block;
}

.gwt-BeautifulCheckbox label {
   width: 16px;
   height: 16px;
   cursor: pointer;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   background: transparent;
   border: 1px solid #ccc;
   border-radius: 1px;
   box-sizing: border-box;
}

.gwt-BeautifulCheckbox label:after {
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
   position: absolute;
   left: 4px;
   top: 1px;
   display: table;
   width: 4px;
   height: 8px;
   border: 2px solid;
   border-top: 0 !important;
   border-left: 0 !important;
   content: " ";
   opacity: 0;
}

.gwt-BeautifulCheckbox input[type="checkbox"] {
   visibility: hidden;
}

.gwt-BeautifulCheckbox input[type="checkbox"]:checked+label:after {
   opacity: 1;
}

.gwt-SplitLayoutPanel-VDragger .btn-vSplitter {
   position: absolute;
   height: 8px;
   width: 100px;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   cursor: pointer;
   background-color: #e7e7e7;
   border: 1px solid #aaa;
   border-radius: 2px;
}

.gwt-SplitLayoutPanel-VDragger .btn-vSplitter:hover {
   background-color: #ccc;
}

.btn-vSplitter {
   height: 30px;
   width: 10px;
   overflow: hidden;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAeCAYAAAAVdY8wAAAAR0lEQVR42u3TOwoAMAhEQS+r3iKQkydYGAR/pPfBdtMuMPMmolNNDEgVfkiLsEMRTpHFLZqm6T9EXLIW6V1TbFGKI+RwhSy+lCh5hwbMeTsAAAAASUVORK5CYII=") -0px -0px no-repeat;
}

.gwt-SplitLayoutPanel-VDragger .btn-vSplitter-opened {
   background-position: center -24px;
}

.gwt-SplitLayoutPanel-VDragger .btn-vSplitter-closed {
   background-position: center 0;
}

.clearfix {
   width: 100%;
   height: 0;
   clear: both;
}

.tabItem {
   line-height: 1.4;
   font-size: 14px;
   white-space: nowrap;
   padding-bottom: 4px;
   color: #333;
   padding-left: 18px;
   padding-right: 18px;
   border-bottom: 2px solid #d9d9d9;
   display: block;
   float: left;
   margin: 0 5px 10px 5px;
}

.vendasGOLPanel .tabItem {
   margin: 0 5px 0 5px;
}

.vendasGOLPanel .btn-agrupar {
   padding: 0 3px;
   margin-right: 3px;
   margin-bottom: 3px;
   min-width: 100px;
}

.vendasGOLPanel .btn-agrupar>div {
   position: relative;
   text-align: left;
}

.vendasGOLPanel .btn-agrupar .gwt-Label {
   float: none !important;
   width: auto;
   padding-right: 10px;
}

.vendasGOLPanel .btn-agrupar .dropdown {
   position: absolute;
   top: 50%;
   right: 0;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
}

.tabItem:hover {
   cursor: pointer;
}

.tabItemActive {
   border-bottom-color: #35aa47;
   font-weight: 700;
}

.tabItemActive {
   border-bottom-color: #35aa47;
   font-weight: 700;
}

.GOL-Gadget-Empty {
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   z-index: 9999999;
   background: #fff;
   position: absolute;
   padding-top: 10px;
}

.GOL-Gadget-Empty span {
   text-align: center;
   font-weight: bold;
   position: absolute;
   width: 100%;
   top: 50%;
   display: block;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
}

.Impostos>.viewstack {
   width: 100%;
   height: calc(100% - 45px);
   border-top: 1px solid #eee;
   box-sizing: border-box;
}

.Impostos>.tabnavigator {
   width: 100%;
   padding-top: 10px;
   background-color: #f1f1f1;
}

.Impostos .Impostos-table {
   width: 100%;
   min-width: 590px;
   max-width: 900px;
   table-layout: fixed;
}

.Impostos .Impostos-greenNumericField,
.Impostos .Impostos-whiteNumericField {
   max-width: 120px;
   width: 100%;
}

.Impostos .header-td {
   max-width: 120px;
}

.ResultadosGerais {
   overflow: auto;
}

.ResultadosGerais .responsive-panels {
   width: 50%;
   padding: 10px;
   box-sizing: border-box;
}

.ResultadosGerais .responsive-panels .box-sizing {
   padding: 0;
}

.ResultadosGerais .vendas-panel,
.ResultadosGerais .receitas-panel,
.ResultadosGerais .compras-panel,
.ResultadosGerais .despesas-panel {
   width: 100%;
}

.ResultadosGerais .title-label {
   width: 100%;
   position: relative;
}

.ResultadosGerais .title-label:before {
   content: "";
   height: 0;
   border-top: 1px solid #e0dbdb;
   width: 100%;
   position: absolute;
   top: 50%;
}

.ResultadosGerais .title-label label {
   background-color: #fff;
   z-index: 1;
   position: relative;
   padding-right: 5px;
   font-weight: bold;
}

.ResultadosGerais .vendas-panel .title-label label,
.ResultadosGerais .receitas-panel .title-label label {
   color: #0000ea;
}

.ResultadosGerais .compras-panel .title-label label,
.ResultadosGerais .despesas-panel .title-label label {
   color: #c10000;
}

.GridVendasNivel2 {
   height: calc(100% - 25px) !important;
}

.required {
   color: red;
}

.field-required-error,
.gwt-TextBox.field-required-error {
   border-color: #f50d0d;
}

.lbl-link-report {
   position: absolute;
   top: 50%;
   right: 0;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   color: #00f;
}

.lbl-link-report:hover {
   text-decoration: underline;
   cursor: pointer;
}

#productTrialPopup .popupContent .TitlePopup tbody tr:first-child {
   position: absolute;
   padding-left: 60%;
   padding-top: 2%;
}

#productTrialPopup,
#productTrialPopup .popupContent .TitlePopup {
   padding: inherit !important;
}

.GI-BUHVBEW {
   border: 1px solid #99bbe8 !important;
}

.GI-BUHVBIW {
   border: none;
   border-left: 1px solid #99bbe8 !important;
}

.GI-BUHVBJW {
   border: none;
   border-right: 1px solid #99bbe8 !important;
}

.GI-BUHVBKW {
   border: none;
   border-top: 1px solid #99bbe8 !important;
}

.GI-BUHVBFW {
   border: none;
   border-bottom: 1px solid #99bbe8 !important;
}

.GI-BUHVBEW {
   border: 1px solid #99bbe8 !important;
}

.GI-BUHVBIW {
   border: none;
   border-left: 1px solid #99bbe8 !important;
}

.GI-BUHVBJW {
   border: none;
   border-right: 1px solid #99bbe8 !important;
}

.GI-BUHVBKW {
   border: none;
   border-top: 1px solid #99bbe8 !important;
}

.GI-BUHVBFW {
   border: none;
   border-bottom: 1px solid #99bbe8 !important;
}