@CHARSET "UTF-8";
/*
Regras para definir rounded corners...
ver http://fetchak.com/ie-css3/

Definição mínima:
  position: relative
  behavior:url(css/border-radius.htc);
  z-index: <valor > 0>;
  background: <uma cor>;
*/

body {
    background-color: #fff;
    margin:0;
	padding:0;
	direction: ltr;
}

body, table td, select, button {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

a:hover {
    cursor: pointer;
    color: #1aaeb7;
}

#wrapper {
    margin: 0 auto;
    width: 980px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#header {
    width: 980px;
    height: 110px;
    padding-top: 10px;
}

#logo {
    float: left;
    background-image: url("../img/logo.png");
    width: 210px;
    height: 83px;
    background-repeat: no-repeat;
}

#logo_login {
    background-image: url("../img/logo.png");
    margin-top: 75px;
    width: 210px;
    height: 83px;
    background-repeat: no-repeat;
}

#footer {
    background-color: #333;
    width: 960px;
    height: 25px;
    margin: 0 auto;
}

.transparent {
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.loginbox {
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
}

.loginbox-middle {
    background-color: #eee;
    float: left;
    height: 67px;
    min-width: 120px;
    padding: 8px;
    border: 3px solid #1AAEB7;
    border-radius: 10px;
}

.notification-mole-container {
    position: fixed !important;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
}

.notification-mole-container-inner { /* div inside container*/
}

.notification-mole-container-inner span {
    font-family: Arial, sans-serif;
}

.user-info-container {
    float: right;
    position: relative;
    min-width: 320px;
}

.user-info {
    float: left;
    display: inline-block;
}

div.entity-logo-container {
    max-height: 100%;
    float: left;
    background-color: #EEE;
    padding-right: 8px;
}

img.entity-logo { /* same as loginbox-middle */
    max-height: 67px;
    float: left;
}

.gwt-Label.entity-group {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #444444 !important;
    width: 100%;
    min-width: 100px;
}

.gwt-Label.entity-sellingpoint {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #444444 !important;
    width: 100%;
    min-width: 100px;
    float: left;
}

.gwt-Label.entity-vendor {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #444444 !important;
    width: 100%;
    min-width: 100px;
}

.user-actions {
    right: 0;
    margin-right: 10px;
    margin-top: 90px;
    position: absolute;
}

.gwt-Label.user-action {
    display: inline;
    font-weight: bold;
}

.gwt-Label.user-action a.gwt-Anchor,
.gwt-Label.user-action a.gwt-Anchor.logout:hover {
    color: #000;
}

.gwt-Label.user-action a.gwt-Anchor.logout,
.gwt-Label.user-action a.gwt-Anchor:hover {
    color: #1aaeb7;
}

.gwt-RichTextToolbar {
    background: none;
    border-bottom: none;
    padding: 3px;
    width: 300px !important;
    margin: 0px;
}

.gwt-RichTextToolbar .gwt-ListBox {
    margin-right: 4px;
    margin-bottom: 4px;
}

.conteudo .conteudo {
    padding: 0;
    border-left: none;
    border-right: none;
    margin-top: 0;
}

.gwt-TabLayoutPanel.level1 {
    margin: 0 10px;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs {
    background-color: transparent !important;
    padding-left: 0;
    padding-top: 0; /* modificado 12.03.2012*/
}

.banner-panel .gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs {
    margin-left: 10px;
    margin-top: -36px;
}

.banner-panel .gwt-TabLayoutPanel .gwt-TabLayoutPanelContentContainer {
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs.level2 {
    background-color: transparent !important;
    font-weight: bold;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab .gwt-Label {
    line-height: 25px;
    padding-top: 2px;
    border-radius: 5px 5px 0 0;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab .gwt-Label a {
    color: #FFF;
    padding: 8px 15px 5px;
    text-decoration: none;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab .gwt-Label a:hover {
    color: #000;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab .gwt-Label:hover {
    background-color: #1aaeb7;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
    margin-left: 0;
    padding: 0;
    cursor: pointer;
    color: white;
    font-weight: normal;
    text-align: center;
    background-color: rgb(130, 130, 130);
    border-radius: 5px 5px 0 0;
	display: inline-block;
    margin-right: 4px;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected {
    margin-left: 0;
    padding: 0;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected .gwt-Label {
    line-height: 25px;
    color: #000;
    background-color: #1aaeb7;
    border-radius: 5px 5px 0 0;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected .Big .gwt-Label a {
    color: #333;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab .Big .gwt-Label {
    line-height: 40px;
    padding: 2px 0 0 0;
    text-transform: uppercase;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab .Big .gwt-Label a {
    padding: 15px;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab .Big .gwt-Label:hover {
    background-color: #FFF;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab .Big .gwt-Label a:hover {
    color: rgb(130, 130, 130);
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected .Big {
    background-color: #FFF;
    border-radius: 5px 5px 0 0;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected .Big .gwt-Label {
    line-height: 40px;
    text-transform: uppercase;
    background-color: #FFF;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelContentContainer {
    border: none;
}

.gwt-Anchor {
    color: #1aaeb7;
}

.gwt-Anchor:hover {
    color: #333;
}

.inputBox {
    height: 30px;
}

.corner_left {
    float: left;
}

.middle {
    float: left;
    height: 30px;
    margin-top: 1px;
}

.corner_right {
    float: left;
}

.info_tabs {
    float: left;
    padding: 21px 15px 15px; /* modificado 12.03.2012*/
    height: 33px;
    position: relative;
}

.search {
    float: right;
    padding: 15px 0;
    height: 33px;
    width: 370px;
    position: relative;
}

.conteudo {
    float: left;
    padding: 15px 20px;
    width: 910px;
    height: auto;
    background-color: #FFF;
    margin-top: -6px;
    border-left: 5px solid #1aaeb7;
    border-right: 5px solid #1aaeb7;
}

.gwt-CheckBox {
    font-size: 11px;
    color: #333;
    vertical-align: middle;
}

.gwt-CheckBox.onlyProposals {
    font-size: 12px;
    font-weight: bold;
    color: #1aaeb7;
    line-height: 26px;
}

.gwt-CheckBox-disabled {
    color: #888;
}

.gwt-ListBox {
    float: left;
    max-width: 303px;
}

.gwt-ListBox-Medium {
    float: left;
    max-width: 220px;
}

.gwt-ListBox-Small {
    float: left;
    width: 115px;
}

/* Date picker */
.gwt-DatePicker {
    border: 1px solid #ccc;
    border-top: 1px solid #999;
    cursor: default;
}

.gwt-DatePicker td, .datePickerMonthSelector td:focus {
    outline: none;
}

.datePickerMonthSelector td:focus {
    outline: none;
}

.datePickerDays {
    width: 100%;
    background: white;
}

.datePickerDay, .datePickerWeekdayLabel, .datePickerWeekendLabel {
    font-size: 85%;
    text-align: center;
    padding: 4px;
    outline: none;
    font-weight: bold;
    color: #333;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

.datePickerWeekdayLabel, .datePickerWeekendLabel {
    background: #fff;
    padding: 0px 4px 2px;
    cursor: default;
    color: #666;
    font-size: 70%;
    font-weight: normal;
}

.datePickerDay {
    padding: 4px 7px;
    cursor: hand;
    cursor: pointer;
}

.datePickerDayIsWeekend {
    background: #f7f7f7;
}

.datePickerDayIsFiller {
    color: #999;
    font-weight: normal;
}

.datePickerDayIsValue {
    background: #d7dfe8;
}

.datePickerDayIsDisabled {
    color: #AAA;
    font-style: italic;
}

.datePickerDayIsHighlighted {
    background: #F0E68C;
}

.datePickerDayIsValueAndHighlighted {
    background: #d7dfe8;
}

.datePickerDayIsToday {
    padding: 3px;
    color: #fff;
    background: url(images/hborder.png) repeat-x 0px -2607px;
}

.datePickerMonthSelector {
    width: 100%;
    padding: 1px 0 5px 0;
    background: #fff;
}

.datePickerPreviousButton,
.datePickerNextButton {
    font-size: 120%;
    line-height: 1em;
    color: #3a6aad;
    cursor: hand;
    cursor: pointer;
    font-weight: bold;
    padding: 0px 4px;
    outline: none;
}

td.datePickerMonth {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 100%;
    font-weight: bold;
    color: #333;
}

.dateBoxFormatError {
    background: #ffcccc;
}

.dateBoxPopup {
    z-index: 100;
}

/*Fim date picker */
.layout-2columns-input-column .border-panel {
    max-width: 500px !important;
}

.middleCenterInner .border-panel, .middleCenterInner .border-panel2 {
    max-width: 500px !important;
}

.layout-1column {
}

.conteudo_login .middleCenterInner, .layout-2columns-input-column {
    float: left;
    width: 540px;
}

.middleCenterInner, .layout-2columns-input-column {
    float: left;
    width: 500px;
}

.homepage-layout-main-panel {
    float: left;
    width: 535px;
}

.middleright, .layout-2columns-output-column {
    float: right;
    width: 370px;
    margin-top: 0;
    margin-left: 20px;
}

.content.middleright {
    margin-left: 20px;
}

.homepage-layout-secondary-panel {
    float: right;
    width: 370px;
    margin-top: 0;
}

.layout-container {
    float: left;
}

.resultados {
    font-size: 12px;
    margin-left: 4px;
    color: #A7B338
}

.resultados:visited {
    margin-left: 4px;
    color: #A7B338
}

.resultados:hover {
    color: #A7B338
}

.outras {
    font-size: 12px;
    color: #666;
}

.outras:visited,
.outras:hover {
    color: #666;
}

.links {
    float: left;
    color: #1aaeb7;
    margin-right: 20px;
    text-transform: uppercase;
}

.links_row {
    float: left;
    height: 30px;
}

.links_row.gwt-checkBoxSingle {
    height: 45px;
}

.checkBoxSingle {
    padding-top: 5px;
}

.links.gwt-TabLayoutPanelTab-selected a,
.links a:hover {
    color: #1aaeb7;
    text-decoration: underline;
}

.col1 {
    float: left;
    width: 550px;
}

.col2 {
    float: left;
    width: 380px;
    margin-top: 0px;
}

.gwt-TextBox,
.gwt-DateBox,
.numberBox,
.gwt-SuggestBox,
.gwt-PasswordTextBox {
    height: 14px;
}

.gwt-TextBox.quickSearchInput {
    border: none;
    background-color: #fff;
    font-size: small;
    height: 18px;
    width: 150px;
}

.numberBox {
    text-align: right;
}

.gwt-TextBox.label,
.gwt-TextArea.label,
.gwt-SuggestBox.label,
.gwt-PasswordTextBox.label {
    width: 303px;
}

.gwt-TextBox.search,
.numberBox.search {
    width: 255px;
}

.gwt-DateBox {
    width: 80px;
}

.gwt-DateBox input {
    width: 8em;
}

.radioButtonGroup.invalid-input span input[type="radio"] {
    box-shadow: 0 0 0 1px #a72b2a;
    border-radius: 50%;
    border: 0.35rem solid #fff;
    -webkit-appearance: none;

}

.radioButtonGroup.invalid-input span label {
    color: #a72b2a;
    padding-left: 1.3px;
    vertical-align: middle;
}

.gwt-TextBox.invalid-input,
.gwt-DateBox.invalid-input,
.gwt-TextArea.invalid-input,
.numberBox.invalid-input,
.gwt-ListBox.invalid-input,
.gwt-RichTextArea.invalid-input,
.NIBInput.invalid-input input,
.gwt-SuggestBox.invalid-input,
.gwt-PasswordTextBox.invalid-input,
.radioButtonGroup.invalid-input,
.gwt-ListBox-Small.invalid-input {
    background-color: #F3F4F3;
    border: 1px solid #A72B2A;
}

.radioButtonGroup {
    position: relative;
    border-radius: 5px;
    z-index: 0;
}

.gwt-Label.label_pequena.observacoes {
    width: 310px;
    white-space: pre-line;
}

.gwt-Label.label_pequena.label-list {
    width: 470px;
    white-space: pre-line;
}

.labelName {
    color: #1aaeb7;
    float: left;
    font-size: 12px;
    padding-right: 5px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 0.4px;
    padding-top: 3px;
}

.container-flex-center {
    display: flex;
    align-items: center;
}

.container-flex-center .labelName {
    padding: 0px;
    margin-left: 4em;
    margin-right: 0.9em;
}

.center-items {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gwt-DisclosurePanel {
    margin-bottom: 15px;
    width: 120px;
}

.gwt-Image.title-header {
	position: relative;
    bottom: 2px;
    float: left;
    width: 0;
	right:24px;
}

.gwt-Image.title-header.open {
	right:21px;
}

.gwt-DisclosurePanel .content {
    border: none;
    margin: 0;
    padding: 0;
}

.title_corner_left {
    float: left;
    background-image: url("../img/title_corner_left.png");
    background-repeat: no-repeat;
    height: 35px;
    width: 10px;
}

body:nth-of-type(1) .title_corner_right {
    margin-left: -1px;
}

.title_corner_right {
    float: left;
    width: 10px;
    background-image: url("../img/title_corner_right.png");
    background-repeat: no-repeat;
    height: 35px;
}

.title_middle_full {
    width: 100%;
    padding-top: 8px;
    padding-left: 10px;
    float: left;
    background-color: #aaa;
    height: 25px;
    font-weight: bold;
    color: #FFF;
    font-size: 14px;
}

.title_middle_full_warp {
    width: 910px;
    border-radius: 5px;
    overflow: hidden;
}

.title_middle_popup {
    width: 100%;
    padding-top: 8px;
    padding-left: 10px;
    float: left;
    position: relative;
    background-color: rgb(130, 130, 130);
    height: 25px;
    font-weight: bold;
    color: #FFF;
    font-size: 14px;
}


.title_middle_popup_warp {
    width: 650px;
    border-radius: 5px;
    overflow: hidden;
}

.title_middle {
    width: 100%;
    padding-top: 8px;
    padding-left: 10px;
    float: left;
    background-color: #aaa;
    height: 25px;
    font-weight: bold;
    color: #FFF;
    font-size: 14px;
}

.title_middle_warp {
    width: 490px;
    border-radius: 5px;
    overflow: hidden;
}

.title_middle_warp > .dialog_title {
    background-color: #AAA;
    color: #FFF;
    font-size: 14px;
    margin-bottom: 11px;
    border-radius: 5px;
    padding: 8px;
    font-weight: bold;
}

.title_middle a {
    width: 100%;
    padding-top: 8px;
    padding-left: 10px;
    float: left;
    background-color: rgb(130, 130, 130);
    position: relative;
    height: 25px;
    font-weight: bold;
    color: #FFF;
}

.title_2_middle {
    font-size: 14px;
    width: 100%;
    padding-top: 8px;
    padding-left: 10px;
    float: left;
    background-color: #1aaeb7;
    height: 25px;
    font-weight: bold;
    color: #FFF;
}

.title_2_middle_warp {
    width: 340px;
    border-radius: 5px;
    overflow: hidden;
}

.title_2_middle_full {
    font-size: 14px;
    width: 100%;
    padding-top: 8px;
    padding-left: 10px;
    float: left;
    background-color: #1aaeb7;
    height: 25px;
    font-weight: bold;
    color: #FFF;
}

.title_2_middle_full_warp {
    width: 910px;
    border-radius: 5px;
    overflow: hidden;
}

body:nth-of-type(1) .title_2_corner_right {
    margin-left: -1px;
}

.gwt-Image {
    font-size: 30px;
    color: #FFF;
}

.title_2_middle_warp.col2 {
    width: 370px;
}

.title_2_middle_round {
    font-size: 14px;
    width: 340px;
    padding-top: 8px;
    padding-left: 10px;
    float: left;
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, right top, from(#a7b338),
    to(#bdd639), color-stop(0.7, #bdd639));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(left top, #a7b338, #bdd639 70%);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#a7b338,
    endColorStr=#bdd639, GradientType=1);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#a7b338, endColorstr=#bdd639, GradientType=1)";

    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top left, #A7B338 100%, #BDD639 0%);
    position: relative;
    height: 25px;
    font-weight: bold;
    color: #FFFFFF;
}

.gwt-DialogBox .Caption {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 0 solid #BBBBBB;
    border-top: 0 solid #D2D2D2;
    cursor: default;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding: 4px 8px 4px 4px;
}

.gwt-DialogBox .dialogTopLeft {
  	background: #FFF;
  	border-top-left-radius: 50%;
}

.gwt-DialogBox .dialogTopRight {
	background: #FFF;
	border-top-right-radius: 50%;
}

.gwt-DialogBox .dialogBottomLeft {
	background: #FFF;
	border-bottom-left-radius: 50%;
}
.gwt-DialogBox .dialogBottomRight {
	background: #FFF;
	border-bottom-right-radius: 50%;
}

.gwt-DialogBox .dialogBottomCenter {
	background: #FFF;
}

.gwt-DialogBox .dialogMiddleLeft {
 	background: #FFF;
}

.gwt-DialogBox .dialogMiddleRight {
	background: #FFF;
}

/* REVIEW ALL Z-INDEX CONFIGURATIONS */
.gwt-DialogBox, .gwt-DecoratedPopupPanel {
    z-index: 999;
}

.gwt-PopupPanelGlass {
    z-index: 998;
}

#quick-search-popup table {
    width: 400px;
}

.conteudo_login {
    margin: 40px 225px;
}

.paged-list-wrapper, .paged-list-table {
    width: 100%;
}

.gwt-DisclosurePanel .paged-list-wrapper {
    margin-left: 0;
    padding: 0;
}

.paged-list-empty-results {
    padding: 20px 10px;
    font-size: 12px;
}

.paged-list-column {
}

.paged-list-cell.fontCellPublication {
    font-size: 11px;
}

.fieldSpacer {
    float: left;
    width: 5px;
}

.error {
    color: red;
    font-weight: bold;
}

.error.margin {
    margin-top: 10px;
}

.gwt-PushButton-up,
.gwt-PushButton-up-hovering,
.gwt-PushButton-up-disabled,
.gwt-PushButton-down,
.gwt-PushButton-down-hovering,
.gwt-PushButton-down-disabled {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border-radius: 0;
	cursor: pointer;
}

.gwt-PushButton.qsearch {
    margin-left: 8px;
    margin-right: 15px;
    padding: 0;
    float: left;
}

.gwt-PushButton.pendingsearch {
    padding: 0;
    float: right;
}

.gwt-InlineLabel {
    margin-right: 10px;
    margin-left: 10px;
    float: left;
    line-height: 20px;
}

span.footer-copyright {
    color: #FFF;
    margin-left: 15px;
}

a.gwt-Anchor.footer-privacy {
    color: #fefefe;
    margin-left: 15px;
    line-height: 25px;
}

.paged-list-cell-action button {
	border: none;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-color:transparent;
	background-position:center;
	cursor: pointer;
}

.paged-list-cell-action.VIEW button,
.paged-list-cell-action.OPEN button {
    background-image: url(../img/tableactionicon/show.png);
}

.paged-list-cell-action.EDIT button {
    background-image: url(../img/tableactionicon/edit.png);
}

.paged-list-cell-action.DELETE button {
    background-image: url(../img/tableactionicon/delete.png);
}

.paged-list-cell-action.PAY button {
    background-image: url(../img/tableactionicon/pay.png);
}

.paged-list-cell-action.SELECT button {
    background-image: url(../img/tableactionicon/approve.png);
}

.paged-list-cell-action.UNBLOCK button {
    background-image: transparent url(../img/tableactionicon/unlock.png);
}

.paged-list-cell-action.DOWNLOAD button {
    background-image: url(../img/tableactionicon/excel.png);
}

.buttonA {
    float: left;
    margin-top: -1px;
    margin-right: 10px;
    background: none;
}

.buttonB {
    float: right;
    margin-top: -1px;
    margin-right: 10px;
    background: none;
}

.col2 .buttonA {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: -10px;
}

.col2 .buttonB {
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: -10px;
}

.tab-content {
    background-color: #fff;
    padding-top: 5px; /* modificado 12.03.2012*/
    background-position: right top;
    background-repeat: no-repeat;
    height: auto;
    border-top: 5px solid #1aaeb7;
    border-radius: 0 10px 0 0;
}

.tab-content .conteudo {
    border-radius: 0 10px 0 0;
}

.tab-content-with-header {
    background-color: #1aaeb7;
    border: medium none;
    min-height: 63px;
    border-radius: 0 10px 0 0;
}

.NIBInput {
    margin-left: -2px;
}

.gwt-TextBox.NIBInput-bank { /* 	width: 40px; */
}

.gwt-TextBox.NIBInput-dependency { /* 	width: 40px; */
}

.gwt-TextBox.NIBInput-accountNumber { /* 	width: 100px; */
}

.gwt-TextBox.NIBInput-checkDigit { /* 	width: 20px; */
}

.NIBInput-label, .subscriptLabel {
    color: #1aaeb7;
    font-size: 10px;
    line-height: 15px;
    margin: 2px;
}

.subscriptLabelAlert {
    color: #A72B2A;
    font-size: 10px;
    line-height: 15px;
    margin: 2px;
}

.subscriptLabelLimiter {
    width: 100px;
}

.pagedListLabel {
    color: #1aaeb7;
    float: left;
    margin-left: 1px;
}

.pagedListLabel.digitalSignatureNotification {
    margin-top: 22px;
}

.digitalSignatureCellTableHtmlPanel {
    width: 100%;
    height: 130px;
    overflow-y: auto;
}

.nifInput {
    width: 80px;
}

.identificationDocumentInput {
    width: 100px;
}

.nameInput {
    width: 180px;
}

.zipCodeInput {
    width: 80px;
}

.addressInput {
    width: 180px;
}

.floorNumberInput {
}

.addressCityInput {
    width: 180px;
}

.phoneNumberInput {
    width: 80px;
}

.phoneNumberShortInput {
    width: 50px;
}

.financialDataInput {
    width: 86px;
}

.auxiliaryCalculations {
    width: 50px;
}

.auxiliaryCalculationsBig {
    width: 100px;
}

.otherCampaign {
    width: 150px;
    margin-left: 10px;
}

.importContactDataButton {
    background-color: #1aaeb7;
    color: #FFF;
    margin: 2px;
    border-radius: 5px;
}

.importContactDataButton[disabled] {
    background-color: #939393;
}

.importContactDataButton:hover {
    cursor: pointer;
    background-color: #939393;
}

table.proposal-pending-documentation-severity-caption {
    width: 100%
}

table.proposal-pending-documentation-severity-caption caption {
    /* customize the table caption element... */
}

.digital-signature-eligibility-textArea {
    margin: 8px 0 0 8px;
}

.proposal-pending-documentation-severity-green,
.proposal-pending-documentation-severity-yellow,
.proposal-pending-documentation-severity-orange,
.proposal-pending-documentation-severity-red,
.digital-signature-status-green,
.digital-signature-status-orange,
.digital-signature-status-red {
    border: 1px solid black;
    padding: 0 10px;
}

.proposal-pending-documentation-severity-green,
.digital-signature-status-green {
    background-color: green;
}

.proposal-pending-documentation-severity-yellow {
    background-color: yellow;
}

.proposal-pending-documentation-severity-orange,
.digital-signature-status-orange {
    background-color: orange;
}

.proposal-pending-documentation-severity-red,
.digital-signature-status-red {
    background-color: red;
}

.gwt-InlineLabel.supervisorName {
    font-size: 15px;
    font-weight: bold;
}

.gwt-InlineLabel.supervisorLabel {
    color: #1aaeb7;
    font-size: 12px;
    font-weight: bold;
    width: 60px;
    margin-right: 5px;
}

.gwt-Image.supervisorPicture {
    width: 90px;
    padding-left: 5px;
    padding-top: 5px;
}

.homepage-simulation-button {
    background: url(../img/calculator.svg) no-repeat;
	background-size: contain;
    width: 57px;
    height: 57px;
    cursor: pointer;
    margin-bottom: 1px;
}

.groupCalc {
    float: right;
    margin-bottom: 10px;
}

.groupCalc > div:last-child {
    color: #004B44;
    font-size: 11px;
    font-weight: bold;
    padding-left: 1px;
}

.homepage-main-widget-header {
}

.homepage-main-widget-header-wrap {
    width: 520px;
	height: 25px;
    background-color: #1aaeb7;
    padding: 8px 0 0 10px;
	border-radius: 5px;
	font-size: 14px;
    font-weight: bold;
    color: #FFF;
    overflow: hidden;
}

.homepage-graphic-widget-footer {
    text-align: right;
    font-size: 10px;
}

.decision-upload-label {
    color: #1aaeb7;
    float: left;
    padding: 0 10px;
    line-height: 25px;
    width: 130px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.gwt-Button {
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    padding: 0;
    height: 30px;
    border: none;
    cursor: pointer;
    color: #f9f9f9;
	border-radius: 5px;
}

.gwt-Button span {
    display: block;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
	border-radius: 5px;
    background-image: linear-gradient(to bottom, #a6a8ab, #5a5b5d);
}

.gwt-Button span:hover {
    background-image: linear-gradient(to bottom, #595a5c, #929497);
}

.gwt-Button.btndialog {
    background-image: linear-gradient(to bottom, #a6a8ab, #5a5b5d);
    background-color: #818385;
	background-position: 0;
    padding: 0 15px;
    border-radius: 5px;
    margin-left: 25px;
    height: 30px;
    float: none;
}

.gwt-Button.btndialog:hover {
    background-image: linear-gradient(to bottom, #595a5c, #929497);
}

.gwt-Button.btndialog.margins {
    margin: 0 0 11px;
}

.banner-panel {
    margin-bottom: 10px;
}

.banner-panel .gwt-TabLayoutPanel .gwt-TabLayoutPanelContent {
    overflow: hidden;
    padding: 0px;
}

.banner-panel .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected {
    margin-left: 0;
    padding: 0;
    cursor: pointer;
    color: white;
    font-weight: normal;
    text-align: center;
    background-image: none !important;
    background-image: url("../img/bola_cheia.png") !important;
    background-repeat: no-repeat;
}

.banner-panel .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected .gwt-Label {
    background-color: none !important;
    background-image: none !important;
    background-position: right top;
    background-repeat: no-repeat;
    line-height: 25px;
    color: #000000;
    padding-left: 15px;
    padding-right: 0px;
    visibility: hidden;
}

.banner-panel .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab .gwt-Label {
    background-image: none !important;
    background-color: none !important;
    background-position: right top;
    background-repeat: no-repeat;
    line-height: 25px;
    color: #FFFFFF;
    padding-top: 2px;
    padding-left: 15px;
    padding-right: 0px;
    visibility: hidden;
}

.banner-panel .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab .gwt-Label a {
    background-image: none !important;
    color: white;
    text-decoration: none;
    background-color: none !important;
    visibility: hidden;
}

.banner-panel .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab .gwt-Label a:hover {
    color: rgb(130, 130, 130);
    background-image: none !important;
    visibility: hidden;
}

.banner-panel .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab .gwt-Label:hover {
    background-image: none !important;
    background-image: none;
    background-position: right top;
    background-repeat: no-repeat;
    line-height: 25px;
    color: rgb(130, 130, 130);
    padding-left: 15px;
    padding-right: 0px;
}

.banner-panel .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab .gwt-Label:hover a {
    color: rgb(130, 130, 130);
}

.banner-panel .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
    margin-left: 0px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    cursor: hand;
    color: white;
    font-weight: normal;
    text-align: center;
    background-image: url("../img/bola_vazia.png");
    background-repeat: no-repeat;
    background-color: transparent !important;
    position: relative;
    display: inline-block;
}

.banner-panel .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab.level1,
.banner-panel .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab.level2 {
    position: relative;
    display: inline-block;
    margin-right: 14px;
}

.banner-panel .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab:hover {
    margin-left: 0;
    padding: 0;
    cursor: pointer;
    cursor: hand;
    color: white;
    font-weight: normal;
    text-align: center;
    background-image: url("../img/bola_cheia.png");
    background-repeat: no-repeat;
    background-color: none !important;
}

/* publication (news, campaign) viewer styles */
.publication-title {
    color: #1aaeb7;
    float: left;
    font-size: 20px;
    padding-right: 10px;
    line-height: 35px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    width: 100%;
}

.publication-body { /* publication image/flash */
}

.publication-media { /* publication image/flash */
    max-width: 940px;
}

.information {
    color: #A72B2A;
}

.warning {
    color: #A72B2A;
    float: left;
    font-size: 12px;
    padding-right: 10px;
    font-weight: bold;
    line-height: 25px;
}

.alert-label {
    width: 100px;
    margin-right: 5px;
    font-style: normal;
}

.alert-message {
    margin: 2px;
    border-radius: 5px;
    min-height: 25px;
    width: 292px;
    background-position: 5px center;
    background-repeat: no-repeat;
    padding: 2px 2px 2px 40px;
    font-style: italic;
}

.alert-message.validation-error {
    background-image: url("../img/severityicon/error.png");
    background-color: #F2D4D4;
    border: 1px solid #E8CCCA;
    color: #A72B2A;
}

.alert-message.validation-warning {
    background-image: url("../img/severityicon/warning.png");
    background-color: #FEEFD8;
    border: 1px solid #FBE1D3;
    color: #ED8B00;
}

.alert-message.validation-success {
    background-image: url("../img/severityicon/ok.png");
    background-color: #F2F7D7;
    border: 1px solid #EAECCF;
    color: #59CBE8;
}

.popup-2columns-left {
    float: left;
    width: 400px;
}

.popup-2columns-right {
    float: right;
    width: 410px;
}

.popup-buttons {
    float: right;
    padding-right: 15px;
}

.gwt-Label.label_media {
    border: 1px solid #EAEAEB;
    background-color: #F3F3F4;
    float: left;
    min-height: 22px;
    padding: 5px 5px 0 10px;
    width: 150px;
    border-radius: 5px;
    overflow: hidden;
    white-space: pre-line;
}

.notification-popup {
    z-index: 1000;
}

.notification-text {
    padding: 30px 50px;
}

.border-panel {
    border: 1px solid #999;
    padding: 10px;
    float: left;
    border-radius: 5px;
}

.border-panel2 {
    position: relative;
    border: solid 3px rgb(130, 130, 130);
    padding: 10px;
    float: left;
    height: auto;
    border-radius: 5px;
    background: rgb(220, 220, 220);
}

.gwt-TextBox, .gwt-DateBox, .gwt-TextArea, .numberBox, .gwt-RichTextArea, .gwt-SuggestBox, .gwt-PasswordTextBox {
    border: 1px solid #EAEAEB;
    background: none repeat scroll 0 0 #F3F3F4;
    float: left;
    padding: 5px 5px 5px 10px;
    text-align: left;
    z-index: 0;
    max-width: 303px;
    position: relative;
    border-radius: 5px ;
}

.gwt-TextArea.area_dialog {
    max-width: 470px;
    float: none;
    margin: 11px 0;
}

.gwt-Label.label_grande {
    border: 1px solid #EAEAEB;
    background-color: #F3F3F4;
    min-height: 22px;
    padding: 5px 5px 0 10px;
    text-align: right;
    color: #1aaeb7;
    width: 200px;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.gwt-Label.label_pequena {
    border: 1px solid #EAEAEB;
    background-color: #F3F3F4;
    float: left;
    min-height: 22px;
    padding: 5px 5px 0 10px;
	text-align: left;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
}

.gwt-Label.label_pequena_input {
    border: 1px solid #EAEAEB;
    background-color:#F3F3F4;
    float: left;
    min-height: 20px;
	padding: 5px 5px 0 10px;
    text-align: left;
    width: 125px;
    border-radius: 5px;
    overflow: hidden;
}

.gwt-Label.label_percentagem {
    border: 1px solid #EAEAEB;
    background-color:#F3F3F4;
    float: left;
    min-height: 20px;
    padding: 5px 5px 0 10px;
    text-align: left;
    width: 35px;
    border-radius: 5px;
    overflow: hidden;
}

select {
    border:1px solid #EAEAEB;
    background-color:#F3F3F4;
    float: left;
    min-height: 20px;
    padding: 5px 5px 0 10px;
    text-align: left;
    min-width: 100px;
    border-radius: 5px;
}

select.expand {
    max-width: none;
    z-index: 100;
    overflow: hidden;
    width: auto;
}

.label_grande_output {
    border: 1px solid #EAEAEB;
    background-color:#F3F3F4;
    float: left;
    min-height: 25px;
    padding: 5px 5px 0 10px;
    text-align: left;
    color: #000000;
    width: 320px;
    border-radius: 5px;
    overflow: hidden;
}

.searchFormTop {
    vertical-align: top;
}

.PviEntitySearchSelector .description {
    font-weight: bold;
}

.campaign_documents .title_middle {
    width: 670px;
}

.campaign_documents {
    padding-left: 5px;
}

.proposal-pending-documentation-severity-caption .proposal-pending-documentation-severity-green,
.proposal-pending-documentation-severity-caption .proposal-pending-documentation-severity-yellow,
.proposal-pending-documentation-severity-caption .proposal-pending-documentation-severity-orange,
.proposal-pending-documentation-severity-caption .proposal-pending-documentation-severity-red,
.gwt-Label.label_pequena .proposal-pending-documentation-severity-green,
.gwt-Label.label_pequena .proposal-pending-documentation-severity-yellow,
.gwt-Label.label_pequena .proposal-pending-documentation-severity-orange,
.gwt-Label.label_pequena .proposal-pending-documentation-severity-red {
    display: inline-block;
    height: 20px;
}

.popup-2columns-left .title_2_middle,
.popup-2columns-left .title_2_middle_warp,
.popup-2columns-right .title_2_middle,
.popup-2columns-right .title_2_middle_warp {
    width: 400px;
}

.disabled_label,
.disabled_box {
    color: rgb(130, 130, 130);
    font-size: 12px;
}

.display-none {
    display: none;
}

.bar_button {
    width: 40px;
    height: 30px;
    background-color: #d3d3d5;
    border: none;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    padding: 0;
}

.bar_button.savetemplate {
    background-image: url(../img/iconbutton/save_template.png), linear-gradient(to bottom, #aaa, #777);
}

.bar_button.savetemplate:hover {
    background-image: url(../img/iconbutton/save_template.png), linear-gradient(to top, #aaa, #777);
}

.bar_button.loadtemplate {
    background-image: url(../img/iconbutton/load_template2.png), linear-gradient(to bottom, #aaa, #777);
}

.bar_button.loadtemplate:hover {
    background-image: url(../img/iconbutton/load_template2.png), linear-gradient(to top, #aaa, #777);
}

.bar_button.loadtemplate[disabled] {
    background-image: linear-gradient(rgba(218, 219, 222, 0.7), rgba(218, 219, 222, 0.7)), url("../img/iconbutton/load_template2.png");
    cursor: default;
}

.bar_button.savetemplate[disabled] {
    background-image: linear-gradient(rgba(218, 219, 222, 0.7), rgba(218, 219, 222, 0.7)), url("../img/iconbutton/save_template.png");
    cursor: default;
}

.bar_button.editdvi {
    background-image: url(../img/iconbutton/edit.png), linear-gradient(to bottom, #aaa, #777);
    display: inline-block;
}

.bar_button.editdvi:hover {
    background-image: url(../img/iconbutton/edit_hover.png), linear-gradient(to top, #aaa, #777);
}

.bar_button.editdvi[disabled] {
    background-image: linear-gradient(rgba(218, 219, 222, 0.7), rgba(218, 219, 222, 0.7)), url("../img/iconbutton/edit_disable.png");
    cursor: default;
}

.bar_button.submitdvi {
    background-image: url(../img/iconbutton/submitdvi.png), linear-gradient(to bottom, #aaa, #777);
    display: inline-block;
    margin-right: 10px !important;
    margin-left: 400px;
}

.bar_button.submitdvi:hover {
    background-image: url(../img/iconbutton/submitdvi_hover.png), linear-gradient(to top, #aaa, #777);
}

.bar_button.submitdvi[disabled] {
    background-image: linear-gradient(rgba(218, 219, 222, 0.7), rgba(218, 219, 222, 0.7)), url("../img/iconbutton/submitdvi_disable.png");
    cursor: default;
}

iframe.gdpr-frame {
    border: none;
    height: 740px;
    width: 916px
}


.email_label {
    width: 250px !important;
}

.inlineReports {
    margin: 0 5px;
}

.impersonatetablemargin {
    margin-top: 10px;
}

.gwt-SuggestBoxPopup {
    z-index: 9999;
}

.gwt-SuggestBoxPopup .item-selected {
    background-color: #1aaeb7;
}

.ch-margin {
    margin-left: 20px;
}

.imgInfoPaises {
    cursor: pointer;
    margin: 10px 0 0 20px;
}

.gwt-PopupPanel {
    background-color: #FFF;
    border-radius: 5px;
    border: none;
    padding: 9px 14px;
    z-index: 999;
}

.itemContact {
    margin: 10px 0;
    clear: left;
    height: 50px;
}

.itemContact > div {
    float: left;
}

.itemContact > div:first-child {
    width: 155px;
    font-weight: bold;
    height: 40px;
    color: #1aaeb7;
}

.linkContacts {
    padding: 9px 0 0 8px;
}

.linkContacts > a {
    font-weight: bold;
}

.linkContacts > a::before {
    content: url(../img/tableactionicon/show.png);
    position: relative;
    top: 4px;
}

.premios {
    background-image: url(../img/premios.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    background-position: center;
    background-origin: content-box;
    height: 69px;
    width: 130px;
    border: 2px solid #1aaeb7;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

.homequicksearch {
    background-color: #DCDCDC;
    border-radius: 5px;
    margin: 10px 0 15px;
    height: 34px;
    padding: 5px 10px 0;
    overflow: hidden;
    color: #4B4A4A;
    font-weight: bold;
}

.homequicksearch > span {
    padding-right: 10px;
    padding-top: 7px;
}

.homequicksearch > span:first-child {
    float: left;
}

.homequicksearch > span:last-child {
    float: right;
}

td.search-col2-width {
    width: 37%;
}

div.noscript {
    width: 22em;
    position: absolute;
    left: 50%;
    margin-left: -11em;
    color: #F00;
    background-color: #FFF;
    border: 1px solid #FF0000;
    padding: 4px;
    font-family: sans-serif;
}

.select-partner {
    color: #ED8B00; /*#E1523D*/
    font-weight: bold;
}

.contriesRisk {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    width: 850px;
    height: 500px;
    overflow: auto;
    font-size: 11px;
}

.faq-page-title {
    font-size: 20px;
}

.faq-label-red {
    font-weight: 900;
    color: #1AAEB7;
}

.faq-page-describe {
    color: #8D8D8D;
    padding: 0;
    line-height: 1;

}

.faq-cell{
    margin-top: 2px;
    margin-left: 7px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.faq-cell-describe {
    color: #8D8D8D;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.faq-detail-image {
    border: 1px solid #8D8D8D;
    border-radius: 4px;
    max-width: 644px;
}

.faq-image {
    border: 1px solid #8D8D8D;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.faq-cell:hover .faq-image {
    border: 1.5px solid #1aaeb7;
}

.faq-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    margin: 10px 10px;
}

.align-self-end {
    align-self: flex-end;
}

.faq-details-box {
    display: flex;
    flex-direction: column;
}

.faq-relation-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    min-width: 265px
}

.relation-grid {
    max-height: 550px;
    max-width: 250px;
    overflow: auto;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.faq-title {
    font-size: 24px;
    margin-bottom: 5px;
    height: 42px;
    display: flex;
    max-width: 644px;
}

.faq-title span{
    align-self: flex-end;
    margin-left: 0px;
    line-height: 24px;
    max-width: 644px;
}

.faq-title-related {
    display: flex;
    height: 42px;
    line-height: 22px;
}

.faq-title-related span {
    margin-left: 32px;
    align-self: flex-end;
}

.faq-select-box {
    width: 250px;
    margin-top: 10px;
    padding: 10px;
}

.faq-header-right{
    display: flex;
    flex-direction: column;
}

.faq-edit-content{
    margin-bottom: 10px;
}

.faq-select-box option {
    height: 40px;
    width: 250px;
}
.m-10 {
    margin: 10px;
}

.faq-video {
    margin-top:   0px;
	margin-right: 10px;
	margin-left:  0px;
	margin-bottom:10px;
}

.faq-button {
    cursor: pointer;
    margin: 5px;
}

.margin-auto {
    margin: auto;
} 
   
.bar_button.ccimportdata {
	background-image: url("../img/cc_import_help/importdata.png");
	background-color: #FFF;
	margin-left:18px; 
}

.bar_button.ccimportdata:hover {
	background-image: url("../img/cc_import_help/importdata_reverse.png");
	background-color: #ED8B00;
}

.bar_button.ccimportdata[disabled] {	
	background-image: url("../img/cc_import_help/importdata_reverse.png");
	background-color: rgba(218,219,222,0.7);
	cursor: default;
}

.bar_button.linkAdmin {
	background-image: url("../img/cc_import_help/ccidadao.icone.png");
	margin-left:15px;
	background-size: contain;
    background-color: #FFF;
}

.nifInput.linkAdminPush {
	margin-right:100px;
}


/* Simulation custom specific fields*/
.justifyText {	
	text-align: justify;
}

.customInterlocutorSelectSize{
	max-width: 320px;
}

.customTableSelectSize {
    max-width: 335px;
}