/** Add css rules here for your application. */
#back {
    position: absolute;
    width: 570px;
    height: 333px;
    margin-left: -285px;
    margin-top: -165px;
    left: 50%;
    top: 50%;
    border: 1px solid black;
    background-image: url(style/pisa-img/global_app_icons/login_background.jpg);
    background-repeat: no-repeat;
    background-position: center;
}


.testposition {
    position: absolute !important;
    bottom: 0 !important;
}

.button-primary-extension div {
    background-image: none !important;
    background-color: #007f9c !important;
    border-color: #007f9c;
    color: white;
}

.testButtondeselected {
    background-color: blue;
}

.testButton {
    background-color: red;
}

.transparentButton div {
    border: none;
    background-color: transparent;
    background-image: none !important;
}


.transparentActionButton div {
    border: none;
    background-color: transparent;
    background-image: none !important;
    color: #003a47 !important;
}

.transparentActionButtonAdditionalMargin div {
    margin-right: 6px !important;
}

.hyperlinkButton div {
    border: none;
    background-color: transparent;
    background-image: none !important;
    color: #003a47;
    text-decoration: underline !important;
    padding: 2px;
}

.loginButton div {
    border: none;
    background-color: #003a47;
    background-image: none !important;
    color: white;
}


.menuButtonSelected {
    border: 1px solid #003a47;
    border-radius: 5px;
    font-weight: bold;
    color: #003a47 !important;
}


.menuButtonSelected div {
    color: #003a47 !important;
    font-weight: bold;
}

.wizardStackActiveTab {
    border: 2px solid #a3bbcc;
}

.wizardStackInactiveTab {
    border: 2px solid transparent;
}

#back2 {
    position: absolute;
    width: 570px;
    height: 333px;
    margin-left: -285px;
    margin-top: -165px;
    left: 50%;
    top: 50%;
    border: 1px solid black;
    background-image: url(style/pisa-img/global_app_icons/login_background.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

/* Checkbox Styling */
input[type="checkbox"] {
    opacity: 0;
    display: none;
}

input[type="checkbox"] + label {
    background-image: url('style/pisa-img/checkBox_2.svg');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    padding: 0px 0px 0px 25px !important;
    margin-left: 0px !important;
}

input[type="checkbox"]:checked + label {
    background-image: url('style/pisa-img/checkBox_selected_2.svg');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    padding: 0px 0px 0px 25px !important;
    margin-left: 0px !important;
}

input[type="checkbox"]:disabled:checked + label {
    background-image: url('style/pisa-img/checkBox_selected_2.svg');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    padding: 0px 0px 0px 25px !important;
    margin-left: 0px !important;
}

input[type="checkbox"]:disabled + label {
    background-image: url('style/pisa-img/checkBox_2.svg');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    padding: 0px 0px 0px 25px !important;
    margin-left: 0px !important;
}


/* RadioButton Styling */
input[type="radio"] {
    opacity: 0;
    display: none;
}

input[type="radio"] + label {
    background-image: url('style/pisa-img/radioButton_2.svg');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    padding: 0px 0px 0px 25px !important;
    margin-left: 0px !important;
}

input[type="radio"]:checked + label {
    background-image: url('style/pisa-img/radioButton_selected_2.svg');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    padding: 0px 0px 0px 25px !important;
    margin-left: 0px !important;
}

input[type="radio"]:disabled:checked + label {
    background-image: url('style/pisa-img/radioButton_selected_2.svg');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    padding: 0px 0px 0px 25px !important;
    margin-left: 0px !important;
}

input[type="radio"]:disabled + label {
    background-image: url('style/pisa-img/radioButton_2.svg');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    padding: 0px 0px 0px 25px !important;
    margin-left: 0px !important;
}


/* Styling of more button in login window e.g. */
.customToolbar {
    /* placeholder marker needed for custom overflow image */
    background-color: #f2f6f7;
}

/* color the more-Icon to pull attraction to it */
.customToolbar .x-toolbar-more div {
    background-image: none !important;
    border: none;
}

.customToolbar .x-toolbar-more img {
    background-image: url(style/pisa-img/more_blau.svg) !important;
    width: 24px !important;
    height: 24px !important;
    background-position: 0px -5px !important;
    border: none;
}

.customToolbar .x-toolbar-mark img {
    background-image: url(./style/pisa-img/more_blau.svg) !important;
    width: 24px !important;
    height: 24px !important;
    background-position: 0px -5px !important;
    border: none;
}

.customToolbar .x-toolbar-mark img {
    background-image: url(style/pisa-img/more_blau.svg) !important;
    width: 24px !important;
    height: 24px !important;
    background-position: 0px -5px !important;
    border: none;
}


.customToolbar .de-eurodata-gxt4-theme-tritium-client-base-button-Css3ButtonCellAppearance-Css3ButtonStyle-arrow {
    background-image: none;
    padding-right: 15px;
}

.customToolbar .MPIQMXC-p-a {
    background-image: none;
    padding-right: 15px;
}


.burgerMenu div {
    background-image: none !important;
    padding: 0px;
    margin: 0px;
    border: none !important;
    color: white !important;
    white-space: pre;
}


/* Styling of logout button */
.logoutToolbar {
    /* placeholder marker needed for custom overflow image */
}

.testStyle {
    backgroundColor: red !important;
}


.logoutToolbar div {
    background-image: none !important;
    padding-right: 5px !important;
    border: none !important;
    color: white !important;
    white-space: pre;
}

.logoutToolbar div:hover {
    background-image: none !important;
    border: none !important;
    color: white !important;
    background-color: #004757 !important;
    padding-right: 5px !important;
    white-space: pre;
}

.knowledgeBaseButton div {
    background-image: none !important;
    margin-right: 5px !important;
    padding-left: 7px !important;
    border: none !important;
    color: white !important;
    white-space: pre;
}

.knowledgeBaseButton div:hover {
    background-image: none !important;
    border: none !important;
    color: white !important;
    background-color: #004757 !important;
    padding-left: 7px !important;
    white-space: pre;
}


#load-screen {
    width: 100%;
    height: 100%;
    background-color: grey;
}

.invisible-item {
    display: none !important;
}

.force-display-inline {
    display: inline !important;
}

.message-placeholder {
    font-family: Roboto;
    font-size: 0.8em;
}

.testdisplaynone div {
    display: none !important;
}

.message-view-subject {
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    color: #3d494d;
    max-width: 80%;
    text-overflow: ellipsis;
}

.message-view-subject div {
    text-overflow: ellipsis;
}

.message-view-light-gray {
    font-family: Roboto;
    font-size: 13px;
    color: #688b99;
}

.message-content {
    font-family: Roboto;
    font-size: 13px;
    color: #3d494d;
    overflow: visible !important;
}

.messageListContainer {
    background-color: #f2f6f7;
}

.messageDetailView {
    border-top: 1px solid #d1d1d1;
    background-color: #f2f6f7;
}

.message-content-postbook {
    font-family: Roboto;
    font-size: 1.2em;
}


.messageHeaderSeparator {
    border-bottom: 1px solid #d1d1d1;
}

.messageMandatorInfoLink {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.no-padding-label label {
    padding: 0px !important;
}

#load-screen-innertxt {
    position: absolute;
    background-color: white;
    width: 232px;
    height: 20px;
    padding: 20px;
    border: 1px solid black;
    top: 50%;
    left: 50%;
    margin: -40px 0px 0px -136px;
    text-align: center;
    white-space: nowrap;
}

#login-form {
    position: relative;
    margin-left: 214px;
    margin-top: 135px;
}

.bold {
    font-weight: bold !important;
}

.custom-field-set {
    /*padding:0px;
       margin:0px;*/

}

.custom-field-set span {
    font-size: 12px;
    font-weight: bold;
    /*padding-left:0px;
    margin-left:0px;*/
}

.custom-field-set legend {
    padding-bottom: 5px;
}

.custom-field-set label {
    /*padding-left:2px;
       margin-left:2px;*/

}

.testlabel {
    padding: 0px;
    margin: 0px;
}

.x-grid-td-grid-cell-white-space-normal div {
    white-space: normal;
}

/** Example rules used by the template application (remove for your app) */
h1 {
    font-size: 2em;
    font-weight: bold;
    color: #777777;
    margin: 40px 0px 70px;
    text-align: center;
}

.sendButton {
    display: block;
    font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
    width: 400px;
}

.dialogVPanel {
    margin: 5px;
}

.serverResponseLabelError {
    color: red;
}

.panelHeaderText * {
    color: #58585a !important;
}

.windowHeaderText * {
    color: red !important;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
    margin: 15px 6px 6px;
}

#backend-login-form-submit-btn {
    display: block;
    position: absolute;
    top: -126000px;
    left: -145456px;
}

#pwd-form {
    position: relative;
    margin-left: 214px;
    margin-top: 150px;
}

#pwd-recover {
    position: absolute;
    top: 238px;
    left: 223px;
    width: 140px;
    height: 25px;
}

#info {
    position: absolute;
    top: 260px;
    left: 223px;
    width: 140px;
    height: 25px;
}

#impressum {
    position: absolute;
    top: 315px;
    left: 317px;
    width: 140px;
    height: 25px;
}

#datenschutz {
    position: absolute;
    top: 315px;
    left: 390px;
    width: 140px;
    height: 25px;
}

#copy {
    position: absolute;
    top: 318px;
    left: 120px;
    width: 140px;
    height: 25px;
    font-size: 0.8em;
}

a:link#pwd-forget-button {
    color: #19B58E;
    font-size: 0.9em;
    text-decoration: none;
}

a:hover#pwd-forget-button {
    color: #808080;
    text-decoration: none;
}

a:visited#pwd-forget-button {
    text-decoration: none;
}

a:active#pwd-forget-button {
    text-decoration: none;
}

a:link#pisa-info-button {
    color: #19B58E;
    font-size: 0.9em;
    text-decoration: none;
}

a:hover#pisa-info-button {
    color: #808080;
    text-decoration: none;
}

a:visited#pisa-info-button {
    text-decoration: none;
}

a:active#pisa-info-button {
    color: #19B58E;
    text-decoration: none;
}

a:link#impressum-button {
    color: #19B58E;
    font-size: 0.9em;
    text-decoration: none;
}

a:hover#impressum-button {
    color: #808080;
    text-decoration: none;
}

a:visited#impressum-button {
    text-decoration: none;
}

a:active#impressum-button {
    text-decoration: none;
}

a:link#datenschutz-button {
    color: #19B58E;
    font-size: 0.9em;
    text-decoration: none;
}

a:hover#datenschutz-button {
    color: #808080;
    text-decoration: none;
}

a:visited#datenschutz-button {
    text-decoration: none;
}

a:active#datenschutz-button {
    text-decoration: none;
}

.pointer-cursor {
    cursor: pointer;
}

.custom-background {
    background-color: #D5E2F2
}

.button-link-over .GKA1XC4ON {

}

.button-link-over td {

}

.button-link-active .GKA1XC4ON {

    color: black;
}

.button-link-active td {
    /* 	background-image: url(style/pisa-img/sidebar/btn-orange.png); */

}

.button-link-highlight td {
    /* 	background-image: url(style/pisa-img/sidebar/btn-gruen.png); */

}

.button-link-highlight .GKA1XC4ON {

    color: white;
}

.button-link .GKA1XC4ON {

    color: #204D89;
}

.button-link .GKA1XC4ON, .button-link-active .GKA1XC4ON, .button-link-over .GKA1XC4ON, .button-link-highlight .GKA1XC4ON {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
}

.button-link td {
    /* 	background-image: url(style/pisa-img/sidebar/btn-blau.png); */

}

.ed-frame {
    border: 0px solid black;
}

.impressum-default {
    color: #000000;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
}

.impressum-normal {
    color: #000000;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
}

.impressum-bold {
    color: #000000;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
}

.masked-sidebar {
    background-image: url(style/pisa-img/global_app_icons/pisa-mask.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 229px;
}

.login-background-logo {
    background-image: url(style/pisa-img/global_app_icons/pisa-new-logo.png);
    background-position: top;
    background-repeat: no-repeat;
}

.grid_header_att_icon {
    background-image: url(style/pisa-img/attach.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 8px;
}

.grid_header_high_prio_icon {
    background-image: url(style/pisa-img/high_prio_sw.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 8px;
}

.grid_header_doc_icon {
    background: transparent url("style/pisa-img/mandatormessage_icons/doc_header_11x16.png") no-repeat 7px 4px !important;
}

/** Button als Link **/
.button-without .x-btn-text {
    cursor: pointer !important;
    cursor: hand !important;
    border: none !important;
    /* Disable the button-style */
    background-color: transparent !important;
    background: none !important;
    background-image: none !important;
    padding: 0px !important;
    color: #333333 !important;
    text-decoration: underline !important;
}

.button-without .x-btn-tl, .button-without .x-btn-tr, .button-without .x-btn-tc, .button-without .x-btn-ml, .button-without .x-btn-mr, .button-without .x-btn-mc, .button-without .x-btn-bl, .button-without .x-btn-br, .button-without .x-btn-bc {
    background-image: none !important;
}

.button-without .x-btn-tl i, .button-without .x-btn-tr i, .button-without .x-btn-tc i, .button-without .x-btn-ml i, .button-without .x-btn-mr i, .button-without .x-btn-mc i, .button-without .x-btn-bl i, .button-without .x-btn-br i, .button-without .x-btn-bc i {
    font-size: 0px;
}

.button-without .x-btn-text {
    font-size: 11px;
    color: black;
    text-decoration: underline;
}

.header-etl .x-panel {
    background-image: url("style/pisa-img/pisa_start/header-verl.jpg");
}

/** STOP-Symbol für Messagebox **/
.x-window-dlg .ext-mb-stop {
    background: transparent no-repeat top left;
    background-image: url(style/pisa-img/info_box/stop.png);
}

.redCell {
    background-color: #FFE4E1 !important;
}

.menu_back {
    background-image: url(style/pisa-img/menu_background.png) !important;
}

.textarea-without {
    border-style: solid;
    border-width: 0px;
    cursor: default;
}

.text_wartung {
    font-family: Roboto;
    font-size: 1em;
}

.text_red_wartung {
    font-family: Roboto;
    font-size: 1em;
    color: red;
}


.header-text {
    font-size: 12px !important;
    color: #58595A;
}

.tritiumTheme .header-text {
    color: #ffffff;
}

.tritiumTheme .header-container {
    background-color: #003a47 !important;
}

/* Set the base font size for tritium theme cmponents */
.tritiumTheme {
    font-size: 14px;
}

.tritiumTheme .x-toolbar {
    background-image: none !important;
    background: transparent !important;
}

.tritiumTheme .x-paging-toolbar-mark {
    background-image: none !important;
    background: transparent !important;
}


.dark-header-style {
    color: yellow !important;
    background-color: yellow !important;
}

.header-toolbar-item {
    top: 0px !important;
}

.header-toolbar-separator {
    top: 4px !important;
}

.etl-header {
    background-image: url(style/pisa-img/etl-header.jpg) !important;
    height: 20px;
}

.tritiumTheme .etl-header {
    display: none;
}

.etl-body {
    height: 125px;
    background-color: #f2f6f7;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, fieldset, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: Roboto;
    background-color: transparent;
}


ol, ul {
    list-style: none outside none;
}


.vertraege-link a:link {
    color: #007f9c;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    text-decoration: underline;
}

.vertraege-link a:visited {
    color: #007f9c;
    text-decoration: underline;
    text-decoration-color: #8ba8b2;
}

.vertraege-link a:active {
    color: #007f9c;
}

.vertraege-link a:hover {
    color: #007f9c;
    text-decoration: underline;
    text-decoration-color: #007f9c
}

.user-list-item {
    border: 1px solid #d0d9de;
    float: left;
    margin: 5px;
    padding: 5px;
    width: 220px;
}


.info-text {
    background-color: transparent;
    color: #000000;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
}

.user-list {
    background-color: #f2f6f7 !important;
}

.user-list-item span {
    display: block;
    overflow: hidden;
}

.user-list-item-over {
    background-color: #ebf3f5 !important;
}

.user-list-item-select {
    background-color: #ffffff !important;
    border: 1px solid #007f9c !important;
}

.employee-list-item {
    border: 1px solid #99BBE8;
    float: left;
    margin: 5px;
    padding: 5px;
    width: 280px;
}

.employee-list-item span {
    display: block;
    overflow: hidden;
}

.employee-list-item-over {
    background-color: #EFEFEF !important;
}

.employee-list-item-select {
    background-color: #DFE8F6 !important;
    border: 1px solid #99BBE8 !important;
}


.static-user-list-item {
    border: 1px solid #99BBE8;
    float: left;
    margin: 5px;
    padding: 5px;
    width: 90%;
    background-color: #DFE8F6;
}

.static-user-list-item span {
    display: block;
    overflow: hidden;
}

.tile-list {
    background-color: #DFE8F6;
}

.tile-list-item {
    background: url(style/pisa-img/tiles/tile_bg.png) no-repeat;
    float: left;
    margin: 5px;
    width: 148px;
    height: 123px;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    position: relative;
    padding-top: 25px;
}

.tile-list-item-over {
    background: url(style/pisa-img/tiles/tile_bg_selected.png) no-repeat !important;
}

.tile-list-item-select {
    background: url(style/pisa-img/tiles/tile_bg_selected.png) no-repeat !important;
}

.tile-list-item-info {
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(style/pisa-img/tiles/news_circle.png) no-repeat;
    font-weight: bold;
    width: 33px;
    height: 33px;
    padding-top: 8px;
    text-align: center;
    color: white;
}

.tile-list-item-text {
    font-weight: bold;
    left: 10px;
    max-width: 128px;
    overflow: hidden;
    position: absolute;
    width: 128px;
}

.tile-list-line-break {
    float: none;
    width: 0px;
}

.no-access {
    background-color: transparent;
    color: #5e737a;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    overflow: visible !important;
}

.no-access-title {
    background-color: transparent;
    color: #5e737a;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: larger;
    line-height: 2.5;
    text-align: center;
}

.only-external-access {
    background-color: transparent;
    color: #5e737a;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 2.5;
    text-align: center;
    overflow: visible !important;
}

.visibleOverflow {
    overflow: visible !important;
}

.width100percent {
    width: 100% !important;
}

.lightboxHeader div {
    color: #007f9c !important;
    font-size: 24px;
    font-family: Roboto;
    font-weight: normal;
}

.semiTransparent {
    opacity: 0.9;
}


.passwordPolicyNeutral {
    font-weight: 400;
    font-family: Roboto;
    font-size: 12px;
}

.passwordPolicyNeutral div {
    font-weight: 400;
    font-family: Roboto;
    font-size: 12px;
}


.noBorder {
    border: none !important;
}

.noBorder div {
    border: none !important;
}

.messageSearchTextField input {
    background-color: #f2f6f7 !important;
}

.messageSearchIcon {

    line-height: 16px;
    vertical-align: middle;
}

.messageSearchIcon div {

    line-height: 16px;
    vertical-align: middle;
}

.messageFilterClearButton {
    left: 435px !important;
}

.messageFilter {
    width: 490px !important;
    background-color: #f2f6f7;
}

.testred {
    background-color: red !important;
}

.testred div {
    background-color: red !important;
}

.truncateText {
    text-overflow: ellipsis;
    overflow: hidden;
}

.truncateText div {
    text-overflow: ellipsis;
    overflow: hidden;
}


.toggleGroup {
    border: 1px solid #d0d9de;
    border-radius: 5px;
    background-color: #dfe8eb;
}

.toggleGroup div {
    background-color: #dfe8eb !important;
    background: #dfe8eb !important;
    border: none !important;
    border: none;
    background-color: transparent;
    background-image: none !important;
}

.toggleGroupButton {
    background-color: #dfe8eb !important;
    background: #dfe8eb !important;
    border: none;
    background-color: transparent;
    background-image: none !important;
}

.toggleGroupButton div {
    background-color: #dfe8eb !important;
    background: #dfe8eb !important;
    border: none !important;
    border: none;
    background-color: transparent;
    background-image: none !important;
}


.toggleGroupButton-Pressed {
    background-color: #007f9c !important;
    background: #007f9c !important;
}

.toggleGroupButton-Pressed div {
    background-color: #007f9c !important;
    background: #007f9c !important;
    border-radius: 3px !important;
}


.toggleGroupButton-Hover:hover {
    background-color: #d5dee0 !important;
    background: #d5dee0 !important;
}


.lockedOeListEntry {
    color: #8ba8b2;
}

.normalOeListEntry {
    /*    nothing special here at the moment but this class makes it easier in the code */
}


.tabPanelTabTitle {
    font-size: 15px;
    color: blue;
}


.testorange {
    background-color: orange !important;
}

.testorange div {
    background-color: orange !important;
}


.productiveSystemInfo {
    background-color: #db1a37;
    color: white;
    font-weight: bold;
}

.exchangeInfo {
    background-color: #eb8c0c;
    color: white;
    font-weight: bold;
    text-align: center;
}


.demoPortalInfo {
    background-color: #ff9500;
    color: white;
    font-weight: bold;
}

.demoPortalInfo div {
    background-color: #ff9500;
    color: white;
    font-weight: bold;
}


.pisaActionCellNotHovered {
    display: none !important;
}

.messageGridCell {
    border-bottom: 1px solid #bfbfbf !important;
}


.etlNrInfoText {
    font-size: 12px;
}


.customFieldLabelValue div {
    font-weight: 400;
    font-family: Roboto;
    font-size: 12px;
    margin-top: 5px;
}

.transparentBackground {
    background-color: transparent !important;
}

.tritiumTheme .homepanel {
    background-color: #f2f6f7 !important;
}

.dataViewSidebarButtonStyle {
    background-color: transparent !important;
}

.dataViewSidebarButtonStyle img {
    background-color: transparent !important;
    margin-left: 25px;
    margin-right: 10px;
}

.dataViewNavigationLinkStyle {
    background-color: transparent !important;
}

.dataViewNavigationLinkStyle img {
    background-color: transparent !important;
    margin-left: 25px;
    margin-right: 14px;
}


.dataViewNavActionLayout {
    background-color: #262626;
}

.dataViewNavActionLayout div {
    background-image: none;
    border: none;
    color: white !important;
}

.dataViewMenuBarStyle {
    background-color: white;
}

.dataViewMenuBarBorderStyle {
    border-right: 1px solid #d1d1d1;
}

.customTreeStyle div {
    vertical-align: middle !important;
    margin-left: -1px !important;
}


.de-eurodata-gxt-theme-tritium-client-base-window-Css3WindowAppearance-Css3WindowStyle-panel .de-eurodata-gxt-theme-tritium-client-base-panel-Css3HeaderAppearance-Css3HeaderStyle-headerText {
    color: #ffffff;
}

.customTab a {
    background-image: url(style/pisa-img/delete_sign_8.svg) !important;
}

.customTab a:hover {
    background-image: url(style/pisa-img/delete_sign_light_8.svg) !important;
}

/* Fix for EDCF-8852: new documents are not bold in ie and firefox*/
strong, b {
    font-weight: bold !important;
}

.inputTextOverflowEllipsis input {
    text-overflow: ellipsis;
}

.kanzleiSelection input[type="checkbox"]:disabled + label {
    background-image: url('style/pisa-img/checkBox_Kanzlei_Selection.svg');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    padding: 0px 0px 0px 25px !important;
    margin-left: 0px !important;
}

.editFinanceRightsButton div {
    background-color: #007f9c !important;
    background-image: none !important;
    border: none !important;
    font-family: Roboto;
    color: white !important;
    margin-right: 6px !important;

}

.editFinancePermissionBtnIconMargin img {
    margin-bottom: 14px !important;
}

.infoboxFirmArea div {
    background-color: #deeef2;
}

.infoboxIcon img {
    height: 16px;
    width: 16px;
    padding-right: 18px;
    padding-left: 18px;
}

.firmPermissionHeader {
    color: #5e737a;
    family: Roboto;
    font-weight: 400;
    font-size: 14px;
}

.firmPermissionInfotext {
    color: #3d494d;
    family: Roboto;
    font-size: 13px;
    size: 12px;
    weight: 400;
}
