﻿/*    Basis-css für globalerp-Serviceportal   */

* {
    margin: 0px;
    padding: 0px;
}

body {
    width: calc(100% - 360px);
    min-width: 640px;
    height: 100%;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #363636;
    color: #555;
    background: white;
}

a:link img,
a:visited img {
    border-style: none;
}

a {
    text-decoration: none;
    color: #363636;
}

[onclick] {
    cursor: pointer;
}

table {
    border: 0;
}

select,
input.FormInput,
input.FormInputRO {
    margin: 6px 0;
    padding: 5px 6px;
    border: 1px solid #999;
    color: #363636;
}

select {
    padding: 3px 6px;
}

select option {
    padding: 1px 4px;
}

.chosen-container {
    background-color: #fff;
}

input[readonly],
textarea[readonly] {
    background-color: #f2f2f2;
}

textarea {
    padding: 8px;
    border: 1px solid #999;
}

textarea[readonly] {
    border: none;
}

fieldset {
    padding: 10px;
    border: 1px solid silver;
}

fieldset.halbeBreite {
    padding: 10px;
    margin: 2.5px;
    border: 1px solid silver;
    width: 450px;
    float: left;
}

fieldset textarea {
    width: 300px;
}

fieldset tr {
    height: 39px;
}

#FernDaten tbody {
    vertical-align: top;
}

legend {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
}

hr {
    height: 2px;
    margin-bottom: 5px;
    border: none;
    background-color: silver;
}

h1 {
    padding: 0px 0px 5px 0px;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    font-variant: small-caps;
    border-bottom: thin solid;
}

h2 {
    clear: both;
    margin-top: 3px;
    padding: 0px 0px 5px 0px;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    border-bottom: thin solid;
}

h3 {
    margin: 3px 2px 2px 0px;
    font-weight: bold;
}

h3.subtitle {
    display: block;
    margin: 3px 0px;
    font-weight: normal;
    font-style: italic;
    text-align: left;
}

ul,
ol {
    margin-left: 6px;
    padding-left: 10px;
}

li {
    margin: 6px 0px;
    padding-left: 0px;
}

dd {
    margin-left: 0px;
    padding-left: 1.5px;
}

pre {
    text-align: left;
}

address {
    text-align: right;
    font-style: italic;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
}

p+p {
    margin-bottom: 10px;
}

address img {
    float: right;
    width: 4px;
    margin-left: 0.5px;
}

.blue {
    color: blue !important;
}

.red {
    color: red;
}

.orange {
    color: orange;
}

.grey {
    color: grey;
}

.clear {
    clear: both;
}

.numeric,
.value {
    text-align: right;
    white-space: nowrap;
}

.date {
    text-align: center;
}

.umbruch {
    word-wrap: break-word;
}

ul.toc {
    list-style: none;
}

a .Standard {
    text-decoration: none;
}

a .Standard:hover {
    background-color: #AAAB8D;
}

dl.compact {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}

dl.compact dt {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

dl.compact dd {
    margin: 0px;
    padding: 0px;
}

.fa {
    color: #777;
}

.supportTabelle .fa-times {
    margin-right: 6px;
    color: white;
}

.normalIcons {
    font-size: 22px;
}

.normalText {
    font-size: 12px;
}

/* -------------------------------------------------------------------- */

.FormInputRadio {
    margin: 6px;
    cursor: pointer;
}

.phonenumber {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

.ServiceZeile {
    text-align: left;
}

.rowTextOwnCase,
.rowTextOwnCase a {
    color: #26844c;
    font-size: 12px;
    font-weight: bold;
}

.starkeZeilenumrahmung {
    box-shadow: inset 0px 0px 11px 0px #00FF80;
}

.starkeZeilenumrahmung2 {
    box-shadow: inset 0px 0px 11px 0px #ff0505;
}

#SUPPNAMEANZEIGE:hover,
#SUPPLINAMEANZEIGE:hover,
#REFAT1:hover {
    box-shadow: 0px 0px 4px 0px rgba(135, 69, 69, 0.49);
}

#divSupportfall,
#divSupportfallSticky {
    z-index: 200;
}

.aenderungstabelle {
    max-width: 100%;
    min-width: 400px;
}

.subwindow {
    margin: 0;
    background-color: #E9E7E8;
}
/* ------------------------ Buttons ----------------------------------- */
.FormButton,
.FormButtonRO {
    margin-bottom: 3px;
    padding: 4px 10px;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0.08em;
    border: 2px solid #999;
    color: white;
    background-color: #999;
}

.FormButton:hover {
    color: #595959;
    background-color: white;
    cursor: pointer;
}

.FormButtonWarn {
    background-color: red;
}

.neuanlage-button {
    width: 100%;
}
/* ------------------------ Tooltips ---------------------------------- */
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    top: -150%;
    left: 105%;
    color: black;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.tooltip:hover .tooltiptext,
.fa:hover .tooltip .tooltiptext {
    visibility: visible;
}
/* -------------------------Bereiche----------------------------------- */
#Banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    background-color: #E9E7E8;
    z-index: 1;
}

#Page {
    margin: 0 auto;
    height: 100%;
    width: calc(100% - 360px);
}

#Contentfooter {
    clear: both;
    position: absolute;
    bottom: 30px;
    left: 255px;
}

#ContentfooterSupppflege {
    clear: both;
    position: absolute;
    bottom: -10px;
    left: 0;
}

#Logo,
.header-logo,
.header-logo-serviceportal {
    position: relative;
    top: 5px;
    left: 18px;
    max-height: 55px;
    z-index: 2;
}
/* ------------------Boxen (statt fieldset)---------------------------- */
.InfoBox {
    width: 494px;
    min-width: 494px;
    min-height: 256px;
    margin-bottom: 20px;
    margin-right: 12px;
    padding: 10px;
    border: 2px solid silver;
}

.legend {
    margin-bottom: 20px;
    margin-left: 5px;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    color: #555;
}
/* ---------------------------Info------------------------------------- */
#Info {
    position: absolute;
    position: fixed;
    top: 64px;
    bottom: 0px;
    left: 0;
    width: 220px;
    font-size: 10px;
    background-color: #E9E7E8;
    z-index: 1;
}

#Info table {
    padding: 10px;
    border-spacing: 0;
}

#Info a {
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
}

#Info a:hover {
    color: #70A725;
}

#Info fieldset {
    padding: 10px;
    border: 1px solid #999;
}

#Info .Heading {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #666;
}

#Info hr {
    width: 180px;
    color: #F0F0F0;
}

#Info .Standard {
    text-decoration: none;
}

#Info .Button {
    font-size: 11px;
    font-weight: bold;
    border-color: #A4AE84;
    color: #808B5C;
    background-color: #FFFFFF;
}

#Menu {
    position: relative;
    top: -120px;
    left: 270px;
}

.Menu table {
    border: 0;
}

.Menu td {
    width: 210px;
    padding: 10px;
    border-bottom: 2px solid silver;
}

.Menu td.active,
#Info .Menu td.active a,
#Info .Menu td.active a:hover {
    color: #FFFFFF;
    background-color: #70A725;
}

table.TabelleKopf {
    width: 100%;
    padding: 0px;
}

.TabelleTextNews {
    font-size: 14px;
    color: #D00000;
    background-color: #C0C0C0;
    text-align: left;
}

.TextWarn {
    font-size: 12px;
    color: red;
    font-weight: bold;
}

.TextCrisis {
    font-size: 12px;
    color: White;
    background-color: red;
    text-align: center;
}

.TabelleText,
.TabelleTextRelease {
    padding: 4px;
    font-size: 12px;
    text-align: left;
    background-color: #E9E7E8;
}

.TabelleUeberschriftSupport,
.TabelleUeberschriftSupport th,
.tab-top {
    padding: 5px;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    background-color: #70A725;
    margin-left: 2px;
    margin-right: 2px;
}

.sortiertabelle thead .TabelleUeberschriftSupport td,
.sortiertabelle caption {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sortiertabelle caption {
    margin-left: 2px;
    margin-right: 2px;
}

.supportTabelle {
    width: 100%;
}

.TabelleUeberschriftSupportText {
    font-size: 12px;
    white-space: nowrap;
    color: #FFFFFF;
    background-color: transparent;
    background-image: none;

}

.TabelleTextSupport,
.TabelleTextSupportNew {
    padding: 6px 4px;
    font-size: 12px;
    text-align: left;
}

.TabelleUeberschriftGrauKlein {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 12px;
    text-align: left;
    background-color: #DFDFDF;
}

.TabelleUeberschriftGrau {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 14px;
    text-align: left;
    background-color: #DFDFDF;
}


.TabelleTextSupportNew {
    background-color: #FFFADB;
}

.TabelleTextSupportImp,
.TabelleTextSupport,
.kd-row {
    font-size: 12px;
    text-align: left;
    background-color: #DAFCAB;
}

.TabelleTextSupportNotimp {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: lighter;
    text-align: left;
    background-color: #F0F0F0;
}

.TabelleTextSupportTodo {
    font-size: 12px;
    text-align: left;
    background-color: #F0F0F0;
}

.TabelleTextSupportTodo img {
    float: right;
    max-height: 14px;
}

.TabelleUeberschrift {
    padding: 5px;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #70A725;
}

.TabelleUeberschriftWarn {
    font-size: 14px;
    font-weight: bold;
}

.LinkDown {
    text-align: right;
}

.LogoStart {
    text-align: right;
    vertical-align: top;
}

div.end {
    clear: both;
    margin-top: 1px;
    border-top: thin solid;
    padding-top: 1px;
}

#Menu1 {
    position: relative;
    top: -130px;
    left: 400px;
}

.Submenu {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
}

#Menu1 a:hover {
    color: #3C3C3B;
}

#Menu1 a.active {
    background-color: #3C3C3B;
    border-bottom-width: 0px;
}

ul#subnav {
    display: table;
    margin: 2px;
    margin-left: 0;
    padding: 0;
    list-style: none;
}

ul#subnav li {
    float: left;
    min-width: 200px;
    text-align: center;
    list-style: none;
    margin: 6px 4px;
}

#News {
    position: relative;
    top: 70px;
    height: 120px;
    width: 122px;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
}
/* -------------------------Login-------------------------------------- */
#loginform {
    width: auto;
    min-height: 100px;
}

#loginform label,
#login label,
#Loginform label {
    display: block;
    float: left;
    width: 80px;
    padding-top: 8px;
}

#login label,
#Loginform label {
    width: 60px;
}

#loginform input,
#login input,
#Loginform input,
#loginform select {
    display: block;
    float: left;
    width: 155px;
}

#loginform select {
    width: 170px;
}

#login input,
#Loginform input {
    width: 102px;
}

#loginform .FormButton,
#login .FormButton,
#suppnrwahl .FormButton {
    width: 100%;
}

#Search {
    width: 164px !important;
}

#loginform .FormButton,
#login .FormButton {
    margin-top: 15px;
}

#Loginform {
    margin: 10px;
}

#Loginform.InfoBox {
    bottom: 80px;
    width: 178px;
    min-width: 178px;
    height: 110px;
    min-height: 110px;
    border: medium none;
    border-radius: 10px;
    background: white none repeat scroll 0 0;
}

#Loginform.InfoBox #suppnrwahl {
    width: 100%;
}

#Loginform.InfoBox #suppnrwahl .Input {
    width: 100%;
}

#Loginform .legend,
#Account .legend {
    margin-bottom: 10px;
    font-size: 12px;
}

#Account.InfoBox {
    bottom: 10px;
    width: 184px;
    min-width: auto;
    height: auto;
    min-height: auto;
    border: none;
}

#Account .label {
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

#suppnrwahl input#SUPPNR {
    width: 164px;
    margin-bottom: 14px;
}
/* ---------------------------page-main-------------------------------- */
#MainBlock {
    width: 100%;
}

#SprintInfo {
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
}

#MainLeftBlock {
    float: left;
    margin-right: 20px;
    max-width: 45%;
    width: 100%
}

#MainRightBlock {
    float: left;
    max-width: calc(55% - 50px);
    width: 100%;
}

.InfoblockWide {
    margin-bottom: 20px;
    border: 1px solid #999;
    width: calc(100% -30px);
    padding: 15px;
}

.Infoblockx {
    width: 100%;
}

#Main .InfoblockSmall {
    float: left;
    width: auto;
    min-height: 200px;
    padding: 20px;
    border: 1px solid #999;
}

#Main .InfoblockRechts {
    width: calc(100% - 30px - 30px);
    margin: 0 30px 30px 0px;
    padding: 15px;
    border: 1px solid #999;
}

#Main .InfoblockRechts .SprintSelektion {
    padding-bottom: 20px;
}

#Main .InfoblockRechts #ServicefallSprintTable,
#Main .InfoblockRechts #myServicefallTable,
#Main .InfoblockRechts #InterventionServicefallTable {
    width: 100%;
}
/* -------------------------------------------------------------------  */
table.followuptable {
    table-layout: fixed;
    width: 100%;
}

table.followuptable td {
    overflow: hidden;
    text-overflow: ellipsis;
}
table.followuptable th {
    width: min-content;
}

form#suppsuche table input.FormButton,
form#relsuche table input.FormButton {
    float: right;
    margin-left: 30px;
}

#SuppnrForm {
    position: relative;
    top: 50px;
    left: 25px;
    height: 120px;
    width: 122px;
    margin-right: auto;
}

#SuppnrForm .Input {
    position: relative;
    font-size: 10px;
    color: #1B5653;
    font-weight: normal;
    white-space: nowrap;
    width: 100%;
    text-align: right;
    right: 5px;
}

#SuppnrForm .Input Input {
    border: 1px solid #A4AE84;
    background-color: #FFFFFF;
    margin-top: 5px;
}

#Account {
    margin: 10px;
    padding: 5px;
}

#Account .Headline {
    font-weight: bold;
    color: #216CB0;
    margin-bottom: 10px;
}

.Footer {
    position: fixed;
    bottom: 10px;
    text-align: center;
    width: auto;
    left: 25px;
    right: auto;
}
/* -------------------------------------------------------------------- */
#ServiceLogo {
    float: right;
    height: auto;
}

#FirmLogo {
    position: absolute;
    height: auto;
    overflow: visible;
    top: 5px;
    left: 2px;
    right: auto;
    width: auto;
    margin: 3px;
    padding: 3px;
}

#ServiceTitel {
    position: relative;
    height: auto;
}

#ServiceQuicknav {
    position: absolute;
    height: auto;
    overflow: hidden;
    top: 15px;
    right: 270px;
}

#Main .Logo {
    display: inline;
    margin: 0px;
    padding: 0px;
    background: transparent;
}

#Main .PrintLogo {
    display: none;
}

#Main .Titel {
    text-align: center;
    top: 5px;
    left: 10px;
    display: inline;
    font-size: 15px;
    font-weight: bold;
    color: #216CB0;
}

#Main .Headline {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: bold;
    color: #70A725;
}

#Main .HeadlineSub {
    margin-bottom: 10px;
    margin-left: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #70A725;
}

#Main .Standard {
    font-size: 12px;
    text-align: justify;
}

#Main .Block {
    white-space: nowrap;
}

#Main select {
    border: 1px solid silver;
}

#Main label.Ueberschrift {
    font-size: 15px;
}

#Main input .Input {
    font-size: 14px;
    font-style: normal;
    border: 1px solid #A4AE84;
    color: #000000;
}

#Main .FormInput {
    font-size: 13px;
    font-style: normal;
    border: 1px solid silver;
}

#Main #supportfall input.FormInput,
#Main #supportfall input.FormInputRO,
#Main #supportfallNext input.FormInput,
#Main #supportfallNext input.FormInputRO {
    min-width: 240px;
    width: 240px;
}

#Main .FormInputRO {
    font-size: 13px;
    font-style: normal;
    border: 1px solid silver;
}

#Main .FormInputRadioRO {
    margin-right: 10px;
    font-size: 14px;
    font-style: normal;
    background-color: #FFFFFF;
    border-color: black #E9E7E8 #E9E7E8 black;
}

.LinkDownload:hover {
    color: #808080;
    text-decoration: underline;
}

.MaskTitle {
    padding: 0 1px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #245E55;
    color: #FFFFFF;
    background-color: #82CEC2;
}

.TabelleFeldHinweis {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #C0C0C0;
}

.TextInfo {
    font-size: 13px;
    font-weight: normal;
}

.TextInfoBold {
    font-size: 13px;
    font-weight: bold;
}

.Linkliste {
    font-size: 12px;
    font-weight: bold;
    color: #404040;
    text-align: left;
}

.ueberschrift-black {
    font-size: 12px;
    font-weight: normal;
}

.ueberschrift {
    font-size: 12px;
    font-weight: bold;
}

.Ueberschrift {
    font-size: 12px;
    font-weight: bold;
}

.Text {
    font-size: 13px;
    font-weight: normal;
}

.inputtop {
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #245E55;
    background-color: #B9E6E0;
}

.bodymaske {
    margin: 0 1em 1em;
    background-color: #E9E7E8;
}

hr.Ueberschrift {
    height: 1px;
    text-align: center;
    color: #FFFFFF;
    background-color: #FFFFFF;
}

.onlyprint {
    display: none;
}

option {
    padding: 2px 3px;
}

option.unselected {
    color: #303030;
}

option.selected {
    font-weight: bold;
}

#supwahl {
    float: none;
    width: 880px;
    margin-bottom: 20px;
    margin-left: 6px;
    background-color: white;
}

#supwahl select {
    min-width: 250px;
}

#supwahl .FormInput {
    width: 236px;
}

#supwahl #SELDATAB,
#supwahl #SELDATBIS,
#supwahl #datumReklamationAnlageVon,
#supwahl #datumReklamationAnlageBis {
    width: 82px;
}

#supwahl #serviceselection {
    margin-top: 15px;
    padding: 20px;
}

#supwahl #serviceselection form>table {
    width: 836px;
}

#supwahl #serviceselection hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.rundbox_fbfbfb #td_oben_links {
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-image: url(../images/kreis_fbfbfb.gif);
}

.rundbox_fbfbfb #td_seite_oben {
    background-repeat: repeat-x;
    background-position: 0% 0%;
    background-image: url(../images/vertical_fbfbfb.gif);
}

.rundbox_fbfbfb #td_oben_rechts {
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-image: url(../images/kreis_fbfbfb.gif);
}

.rundbox_fbfbfb #td_seite_links {
    background-repeat: repeat-y;
    background-position: 0% 0%;
    background-image: url(../images/horizontal_fbfbfb.gif);
}

.rundbox_fbfbfb #td_seite_rechts {
    background-repeat: repeat-y;
    background-position: 100% 0%;
    background-image: url(../images/horizontal_fbfbfb.gif);
}

.rundbox_fbfbfb #td_unten_links {
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-image: url(../images/kreis_fbfbfb.gif);
}

.rundbox_fbfbfb #td_seite_unten {
    background-repeat: repeat-x;
    background-position: 0% 100%;
    background-image: url(../images/vertical_fbfbfb.gif);
}

.rundbox_fbfbfb #td_unten_rechts {
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-image: url(../images/kreis_fbfbfb.gif);
}

.rundbox_fbfbfb #inhalt {
    background-color: #fbfbfb;
    padding: 2px 0px 2px 0px;
}

.rundbox_blur #td_oben_links {
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-image: url(../images/kreis_blur.gif);
}

.rundbox_focus #td_oben_links {
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-image: url(../images/kreis_focus.gif);
}

.rundbox_blur #td_seite_oben {
    background-repeat: repeat-x;
    background-position: 0% 0%;
    background-image: url(../images/vertical_blur.gif);
}

.rundbox_focus #td_seite_oben {
    background-repeat: repeat-x;
    background-position: 0% 0%;
    background-image: url(../images/vertical_focus.gif);
}

.rundbox_blur #td_oben_rechts {
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-image: url(../images/kreis_blur.gif);
}

.rundbox_focus #td_oben_rechts {
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-image: url(../images/kreis_focus.gif);
}

.rundbox_blur #td_seite_links {
    background-repeat: repeat-y;
    background-position: 0% 0%;
    background-image: url(../images/horizontal_blur.gif);
}

.rundbox_focus #td_seite_links {
    background-repeat: repeat-y;
    background-position: 0% 0%;
    background-image: url(../images/horizontal_focus.gif);
}

.rundbox_blur #td_seite_rechts {
    background-repeat: repeat-y;
    background-position: 100% 0%;
    background-image: url(../images/horizontal_blur.gif);
}

.rundbox_focus #td_seite_rechts {
    background-repeat: repeat-y;
    background-position: 100% 0%;
    background-image: url(../images/horizontal_focus.gif);
}

.rundbox_blur #td_unten_links {
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-image: url(../images/kreis_blur.gif);
}

.rundbox_focus #td_unten_links {
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-image: url(../images/kreis_focus.gif);
}

.rundbox_blur #td_seite_unten {
    background-repeat: repeat-x;
    background-position: 0% 100%;
    background-image: url(../images/vertical_blur.gif);
}

.rundbox_focus #td_seite_unten {
    background-repeat: repeat-x;
    background-position: 0% 100%;
    background-image: url(../images/vertical_focus.gif);
}

.rundbox_blur #td_unten_rechts {
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-image: url(../images/kreis_blur.gif);
}

.rundbox_focus #td_unten_rechts {
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-image: url(../images/kreis_focus.gif);
}

.rundbox_blur #inhalt {
    background-color: #ECEAE5;
    padding: 2px 0px 2px 0px;
}

.rundbox_focus #inhalt {
    background-color: #FFE8B9;
    padding: 2px 0px 2px 0px;
}

.rundbox_blur #titel {
    background-color: #ECEAE5;
    text-align: left;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 1px solid #D9D9D9;
}

.rundbox_focus #titel {
    background-color: #FFE8B9;
    text-align: left;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 1px solid #FFCF6C;
}

.SortTabTextblockAfter {
    padding: 0 10px;
    font-size: 10px;
}
/* ---------------------- Support (Übersicht)------------------------- */

#page-support #Main {
    width: calc(100% - 240px);
    margin: 10px;
    padding-bottom: 80px;
}

#page-support.onlypopup #Main {
    top: 0;
    left: 0;
    width: 96%;
    margin: 30px;
}

#page-support div.sortiertabelle {
    margin-bottom: 30px;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

#page-support table.sortiertabelle-header {
    width: 100%;
}

#page-support table.sortiertabelle,
#page-support .sortiertabelle-footer {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

#page-support table.sortiertabelle thead,
#page-support table.sortiertabelle tbody {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

#page-support .sortiertabelle-footer {
    width: 100%;
    height: 40px;
    padding-top: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.sortiertabelle select {
    padding: 0px;
    font-size: 11px;
}

.sortiertabelle tr td {
    padding: 0px 4px 0 6px;
}

.sortiertabelle tr .iconszelle {
    padding: 0px;
    color: darkslategray;
}

.iconKunde {
    color: #ea4e4e;
}

.iconIntern {
    color: #ff9900;
}
/* ------------------------------------------------------------------- */
.TabelleUeberschriftSupportTextXL {
    width: 200px;
    min-width: 200px;
}

.TabelleUeberschriftSupportTextX {
    width: 150px;
    min-width: 150px;
}

td.ticketlist-col-key {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
    font-weight: bold;
    font-size: 1.1em;
    text-align: left
}

td.ticketlist-col-desc {
    width: 240px;
    max-width: 240px;
    min-width: 240px;
}
/* ---------------------  Lfd (linke Spalte) ------------------------- */
.sortiertabelle .ticketlist-nr {
    float: left;
    display: block;
    width: 40px;
}

.sortiertabelle .imgs {
    display: block;
    float: right;
    width: 40px;
}

.sortiertabelle .img-paperclip {
    float: right;
}

.sortiertabelle .img-update {
    float: left;
}
/* -----------------  exportReleaseServicefaelle --------------------- */
#exportReleaseServicefaelle {
    margin: 10px 0;
}

#exportReleaseServicefaelle .legend {
    display: inline-block;
    margin-right: 30px;
    font-size: 13px;
}

#exportReleaseServicefaelle .FormButton {
    min-width: 222px;
    margin-left: 5px;
    margin-right: 10px;
}

#exportReleaseServicefaelle #alleStatusAnzeigen {
    margin-right: 10px;
}
/* ------------------------------------------------------------------- */
.sortiertabelle .ticketlist-col-prio {
    text-align: center;
}

.sortiertabelle .ticketlist-col-status {
    text-align: center;
}
/* Uploadable*/
#suppPflegeService input.TableFormInput {
    border: 1px solid red;
}

#suppPflegeService select.TableFormInput {
    max-width: 100px;
    border: 1px solid blue;
}

#suppPflegeService {
    table-layout: fixed;
}

#suppPflegeService {
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
    margin-top: 2px;
    margin-bottom: 10px;
}

#suppPflegeService .actionField {
    width: 110px;
    padding: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#suppPflegeService .dateField {
    width: 80px;
}

#suppPflegeService .userField {
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#suppPflegeService .fileField {
    overflow: hidden;
    text-overflow: ellipsis;
}

#suppPflegeService .fileDescription {
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.suppPflegePflichtFeld {
    background-color: #FFFADB;
}

.suppPflegePflichtFeldFalsch {
    background-color: pink;
}

.suppPflegePflichtFeldFalsch1 {
    border: 1px solid crimson;
}
/* ------------------------------------------------------------------- */
.sortiertabelle th a {
    cursor: pointer;
}

.followuptable tr:hover td {
    cursor: pointer;
    background-color: #E5EDDA;
}

.followuptable tr:hover {
    background-color: #F7F7F7;
}

.TextDruckFuss {
    display: block;
    clear: both;
}

#page-fernwartung .datatable .heading {
    display: block;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    color: #999;
}

#page-fernwartung .datatable .FormHeading {
    width: 20px;
}

#page-fernwartung td.input {
    height: 35px;
    padding: 2px 5px 2px 16px;
}

table {
    border-spacing: 2px;
}

table.zeilenhervorhebung tbody tr:hover>td:not(.priozelle),
table.zeilenhervorhebung tbody tr:hover>td:not(.statusZelle) {
    background-color: #bce68a;
}

table.zeilenhervorhebung tbody tr:hover>.priozelle,
table.zeilenhervorhebung tbody tr:hover>.statusZelle {
    filter: brightness(90%);
}

tr.auswahl {
    cursor: pointer;
}

.dataTables_wrapper {
    width: 100%;
    clear: both;
    padding-top: 15px;
}

.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
    margin-top: -3px;
}

.DataTables_sort_wrapper span.DataTables_sort_icon {
    float: right;
    display: inline;
}

.DataTables_sort_wrapper tr.TabelleUeberschriftSupport th.TabelleUeberschriftSupportText select::before,
.DataTables_sort_wrapper tr.TabelleUeberschriftSupport th.TabelleUeberschriftSupportText input::before {
    content: '\a';
    white-space: pre;
}

.dataTables_processing {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 150px;
    margin-left: -125px;
    padding: 2px 0;
    text-align: center;
}

.dataTables_filter {
    margin-bottom: 10px;
    padding-left: 10px;
}
/* --------------------- datatable footer ---------------------------- */
.dataTables_length {
    float: left;
    display: inline;
    padding-left: 35%;
}

.dataTables_length select {
    padding: 0 4px;
}

.dataTables_info {
    float: left;
    display: inline;
    padding-left: 5px;
    padding-top: 5px;
}

.dataTables_paginate {
    float: right;
    text-align: right;
    display: inline;
    padding-right: 8px;
    line-height: 30px;
}

.dataTables_paginate a {
    height: 16px;
    width: 16px;
    margin: 0 2px;
}

.dataTables_paginate .first,
.dataTables_paginate .previous,
.dataTables_paginate .next,
.dataTables_paginate .last {
    padding: 2px 1px 0 0;
    background: transparent;
    border: 0;
    height: 19px;
    width: 19px;
    margin-left: 3px;
}

.paging_full_numbers a.paginate_button {
    border: 1px solid #AAAAAA;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
}

.paging_full_numbers a.paginate_button {
    color: #000;
    background-color: #F7F7F7;
}

.paging_full_numbers a.paginate_button:not(.current):hover,
.paging_full_numbers a.paginate_button:not(.current):active,
.paging_full_numbers a.paginate_button:not(.current):focus {
    color: #000;
    background-color: #ededed;
}

.paging_full_numbers a.paginate_button.current {
    color: #000;
    background-color: #ededed;
    font-weight: normal;
}

.paging_full_numbers a.ui-state-disabled {
    cursor: default !important;
    color: #DADADA;
    font-weight: lighter;
}

.paging_full_numbers a.ui-state-disabled:hover {
    text-decoration: none;
}

.ui-buttonset .ui-button {
    margin-right: 1px;
}
/* ------------------Release-Informationen/ Pflege-------------------- */
.releaseNotes {
    font-size: 12px;
}

#releaseNotesHeadline,
#servicefaelleWithoutReleaseNotesHeadline {
    font-size: 20px;
    font-weight: bold;
}

#myReleaseWithDate {
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

#releaseNotesText {
    padding-top: 10px;
}

#divSelectReleaseNotes,
#releaseNotesShowDiv,
#releaseNotesDefaultShowDiv,
#releaseNotesAnotherShowDiv {
    padding-top: 20px;
}

#releaseNotesLeftDiv,
#releaseNotesRightDiv {
    float: left;
    width: 50%;
}

#releaseNotesLeftDivReleaseNotes {
    float: left;
    width: 80%;
}

#releaseNotesLeftDivReleaseNotesVersion {
    float: left;
    width: 20%;
    padding-top: 40px;
    font-weight: bold;
}

#releaseNoteHeadlineCustomer,
#releaseNoteDefaultHeadlineImpro,
#releaseNoteAnotherHeadline {
    color: #70A725;
    font-size: 16px;
    font-weight: bold;
}

.myReleaseNoteList li {
    color: #70A725;
}

.myReleaseNoteList li span {
    color: #000;
}


.myVersionSelected {
    color: #70A725;
    padding-top: 10px;
}

.myVersionNotSelected {
    padding-top: 10px;
}
/* ----------------------Benutzer-Einstellungen----------------------- */
#page-settings #Main input {
    width: 300px;
}

#page-settings #Main select {
    width: 314px;
}

#page-settings #Main input.FormInputRadio {
    width: 40px;
}

.Infobox {
    width: 200px;
    margin-left: 20px;
}

#page-settings #Main input.FormButton {
    width: 314px;
}

.serviceportal-welcome {
    font-size: 20px;
    float: left;
    width: 1000px;
}

.serviceportal-showDateTime {
    text-align: right;
    float: left;
    width: 200px;
}

.serviceportal-lastLogin {
    clear: both;
    font-size: 10px;
    color: #666666;
}

#page-settings #Main .userSettingsShowCols tr td input[type="checkbox"] {
    width: 20px;
}

.serviceportal-showInfosForProg {
    clear: both;
    padding-top: 20px;
}

.serviceportal-partUserSettings {
    clear: both;
    padding: 10px 10px 65px 10px;
    float: left;
    width: 40%;
    font-size: 15px;
    border: 1px solid #555;
    margin: 20px 20px 20px 0;
}

.serviceportal-partUserSettingsHeadline,
.serviceportal-partShowColsHeadline,
.serviceportal-tdShowColsHeadline {
    padding-bottom: 20px;
    font-weight: bold;
}

.serviceportal-tdShowColsHeadline {
    padding-top: 20px;
}

.serviceportal-partShowCols {
    margin: 20px 0;
    padding: 10px;
    float: left;
    width: 40%;
    padding-left: 10px;
    font-size: 15px;
    border: 1px solid #555;
}

.serviceportal-countLastServicefalle {
    clear: both;
    padding: 10px 10px 65px 10px;
    float: left;
    width: 40%;
    font-size: 15px;
    border: 1px solid #555;
    margin: 20px 20px 20px 0;
}

.serviceportal-settingsCustomerComment,
.serviceportal-settingsReleaseNotes,
.serviceportal-settingsTableSortText {
    margin: 20px 0;
    padding: 10px;
    float: left;
    width: 40%;
    padding-left: 10px;
    font-size: 15px;
    border: 1px solid #555;
}

.serviceportal-settingsTableSortText {
    clear: both;
}

#serviceportal-showSFWRNDate {
    clear: both;
}

#serviceportal-showSFWRNLabel,
#serviceportal-showSFWRNCheckbox,
#serviceportal-showSFWRNIcon,
#serviceportal-showSFWRNLabelDate,
#serviceportal-showSFWRNDateDate {
    float: left;
}

#serviceportal-showSFWRNLabel {
    width: 250px;
}

#serviceportal-showSFWRNCheckbox {
    width: 50px;
}

#serviceportal-showSFWRNLabelDate {
    width: 270px;
}

#page-settings #Main input#dashboardSettingsMyReleaseNotesDate {
    width: 100px;
}

#serviceportal-showSFWRNDateDate {
    padding-right: 10px;
}

#serviceportal-showSFWRNIcon {
    width: 50px;
}

.serviceportal-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 4px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.serviceportal-green-background {
    background-color: #70a725;
}

.serviceportal-disabled-background {
    background-color: #888;
	cursor: not-allowed;
}

.serviceportal-white-color {
    color: #fff;
}

.serviceportal-partUserSettingsBtn {
    clear: both;
    margin-top: 20px;
}

#page-settings #Main .userSettingsShowCols tr td input[type="number"] {
    width: 50px;
}

#saveTextblockBtn,
#newTextblockBtn,
.KDCText,
.KDCSelect {
    float: left;
}

#saveTextblockBtn {
    padding-right: 25px;
}

#deleteTextblockBtn {
    float: right;
}

.KDCText {
    padding: 5px 10px 5px 0;
}
/* ----------------- suppflege (Supportfall)-------------------------- */
body#page-suppflege.onlypopup {
    background-color: #ffffff;
}

#page-suppflege.onlypopup #Main {
    width: auto;
    top: 0px;
    left: 0px;
    margin-bottom: 40px;
    padding: 0px;
    background-color: white;
}

#supporteintrag #buttonlist-top {
    max-width: 1000px;
    margin-bottom: 20px;
}

#supporteintrag #buttonlist-top .buttonListDiv {
    float: left;
    margin-right: 5px;
}

#supporteintrag .FormButton,
#supporteintrag .FormButtonRO {
    min-width: 220px;
}

#UPLOAD_KD,
#UPLOAD_INT {
    margin-right: 5px;
}

.texttop span {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 2px;
    margin-right: 2px;
}

#warningMessage,
#SupportToDo,
#withFileList {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
}

#warningMessage {
    color: red;
}

#warningMessage br {
    line-height: 23px;
}

#SupportToDo {
    color: blue;
}

#withFileList a {
    color: green;
}

.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
}

#divSupportfall {
    min-width: 1200px;
}

.suppblock {
    width: auto;
    margin-bottom: 10px;
}

.supbox {
    float: left;
    max-width: 615px;
    width: 615px;
    padding: 5px;
}

.supbox98 {
    max-width: 690px;
    width: 690px;
    padding: 5px;
}

.supboxDiv98 {
    clear: both;
    padding-left: 0px;
}

#supbox1.supbox,
#supbox2.supbox,
#supbox1.supbox98,
#supbox2.supbox98 {
    padding: 0;
}

#supbox2.supbox {
    max-width: 585px;
    width: 585px;
}

.supbox .FormLabelDiv,
.supbox98 .FormLabelDiv {
    clear:both;
    max-width: 212px;
    width: 212px;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}

#supbox1.supbox .FormField,
#supbox1.supbox98 .FormField {
    max-width: 388px;
    width: 388px;
    float: left;
}

.supbox98 .FormField {
    max-width: 388px;
    width: 388px;
    float: left;
}

.supbox98 .linkField {
    max-width: 90px;
    width: 90px;
    margin-top: 15px;
    float: left;
}

#supbox1.supbox .FormFieldBez,
#supbox1.supbox98 .FormFieldBez {
    width: 388px;
    float: left;
}

#supbox2.supbox .FormField,
#supbox2.supbox98 .FormField {
    max-width: 373px;
    width: 373px;
    float: left;
}

.supbox input[type="text"] {
    width: 240px;
}

.supbox98 input[type="text"] {
    width: 372px;
}

.supbox98 input[type="text"].myText {
    width: 340px;
}

.supbox98 select {
    width: 335px;
}

.supbox98 .mySelect {
    width: 386px;
}

input#KBEZ {
    width: 372px;
}

#supbox2 .FormLabel {
    min-width: 200px;
}

#td_labelforSbAnzeige {
    min-width: 170px;
}

#supportfall,
#supportfallNext {
    width: 1200px;
}

#Main #supportfall textarea,
#Main #supportfallNext textarea {
    margin-top: 10px;
    font-size: 14px;
}

#supportfall textarea#PB,
#supportfallNext textarea#PB {
    height: 200px;
    margin-top: 20px;
}

#supportfall textarea#KOMM,
#supportfallNext textarea#KOMM {
    height: 150px;
}

#supportfall .comments,
#supportfallNext .comments {
    width: 842px;
    margin-top: 15px;
    font-size: 13px;
    height: 300px;
}

#supportfall select,
#supportfallNext select {
    width: 253px;
    min-width: 253px;
}

#supportfall #KBEZ,
#supportfallNext #KBEZ {
    width: 400px;
}

#supportfall .SupportToDo,
#supportfallNext .SupportToDo {
    width: 398px;
    padding: 8px;
}

#supportfall .SupportToDo a,
.SupportToDo a,
#supportfallNext .SupportToDo a {
    font-size: 16px;
    font-weight: bold;
    color: #0A9C05;
}
/* ------------------------- Boxen unten -------------------------------- */
#infoBoxen {
    max-width: 1200px;
}

#infoBoxen .FormInputDatMV,
#infoBoxen .FormInputDATERL {
    width: 222px;
}

#sup-stats {
    float: left;
    margin-top: 20px;
}

#sup-stats label {
    display: inline-block;
    min-width: 130px;
    line-height: 30px;
    vertical-align: bottom;
}

#sup-stats .FormInput {
    margin-bottom: 5px;
}

#sup-stats select,
#sup-zusatzinfoFeedback select,
#sup-zusatzinfoAuftrag select {
    width: 236px;
}

#sup-stats #FollowUpTomorrow,
#sup-stats #FollowUpNextWeek {
    max-width: 100px;
    min-width: 60px;
    margin-left: 3px;
    font-size: 13px;
}

#sup-zusatzinfoAuftrag,
#sup-zusatzinfoFeedback,
#sup-zusatzinfoChecklist,
#sup-zusatzinfoKenntnisnahme {
    float: left;
    margin-top: 20px;
}

#sup-stats .InfoBox,
#sup-zusatzinfoAuftrag .InfoBox,
#sup-zusatzinfoFeedback .InfoBox,
#sup-zusatzinfoChecklist .InfoBox,
#sup-zusatzinfoKenntnisnahme .InfoBox {
    width: 486px;
    min-width: 486px;
    min-height: 280px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 10px;
    border: 2px solid silver;
}

#sup-stats .legend,
#sup-zusatzinfoAuftrag .legend,
#sup-zusatzinfoFeedback .legend,
#sup-zusatzinfoChecklist .legend,
#sup-zusatzinfoKenntnisnahme .legend {
    margin-bottom: 20px;
    margin-left: 5px;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    color: #555;
}

#sup-zusatzinfoFeedback table .FormLabel {
    width: 121px;
}

.fieldset {
    width: 486px;
    min-height: 230px;
    padding: 20px;
}

.sort-placeholder-input {
    overflow: hidden;
    width: calc(100% - 20px);
    margin-right: 2px;
    border: none;
}

.sort-placeholder-input input {
    background-color: #70A725;
    color: white;
    border: 1px solid transparent;
    width: calc(100% - 20px);
    height: calc(100% - 5px);
    padding: 2px;
    min-width: 100px;
}

.sort-placeholder-input input:hover {
    border: 1px solid white;
    cursor: pointer;
    background: rgba(255, 255, 255, .2);
}

.sort-placeholder-input input:focus {
    border: 1px solid white;
    padding: 2px;
    background: rgba(255, 255, 255, .2);
}

.sort-placeholder-input input:focus::-webkit-input-placeholder {
    color: transparent;
}

.sort-placeholder-input input::-moz-placeholder {
    color: white;
    opacity: 1.0;
}

.sort-placeholder-input input::-webkit-input-placeholder {
    color: white;
}

.sort-placeholder-select {
    background-color: #70A725;
    border: none !important;
    overflow: hidden;
    width: calc(100% - 20px);
    height: calc(100% - 5px);
}

.sort-placeholder-select select {
    background: transparent;
    background-color: #70A725;
    color: white;
    border: 1px solid transparent !important;
    height: calc(100% - 5px);
    width: calc(100% - 20px);
    min-width: 100px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 2px;
    margin-right: 2px;
}

.spaltenbreiteIcon .sort-placeholder-select select {
    min-width: 60px;
}

.sort-placeholder-select select:hover {
    border: 1px solid white !important;
    cursor: pointer;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

.sort-placeholder-sorting {
    cursor: pointer;
    font-size: larger;
    opacity: 1;
}

.sort-placeholder-sorting:hover {
    cursor: pointer;
    opacity: 1.0;
}

.rueckmeldungsblock td,
#sup-stats table td {
    padding: 4px;
}

#Feedback #btnAutoFillKdAp {
    width: 120px;
    min-width: 120px;
}

.phone {
    margin-right: 5px;
    display: inline !important;
}

#DURCHWAHLKUNDE {
    display: inline;
}

.hasEmailKunde,
.hasEmailLieferant,
.zumKunden {
    display: none;
}

.noEmailKunde,
.noEmailLieferant {
    display: none;
}

.emailOk {
    color: green;
}

.emailNotOk {
    color: red;
}

#sup-zusatzinfo select {
    width: 200px;
}

#sup-zusatzinfo .fieldset hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

img.ui-datepicker-trigger,
img.lupe {
    margin-bottom: -7px;
    padding: 3px;
    border: 2px solid silver;
    cursor: pointer;
}

.fa.lupe {
    border: 2px solid silver;
    padding: 5px;
}

#supporteintrag #kundenlupe1,
#supporteintrag #kundenlupe2,
#supporteintrag table td img.lupe {
    margin-left: 0;
}

.fa-refresh {
    padding: 5px 6px;
    border: 2px solid silver;
}

.message,
.comments {
    width: 620px;
    font-size: 12px;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 8px;
    border: 1px solid silver;
    overflow: auto;
}

.comments {
    background-color: #f2f2f2;
}

.message,
.comments:not(#history),
textarea {
    width: 840px;
    min-height: 100px;
    margin-bottom: 10px;
}

textarea.messageToCust {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}

textarea.serviceportal-settingsTextarea {
    width: 590px;
    height: 150px;
}

#FolgeAktion {
    width: 859px;
    display: grid;
    grid-template-columns: repeat(3, max-content);
    grid-column-gap: 20px;
}

.inputFeldLang {
    width: 808px;
    margin-bottom: 14px;
}

table#timerecord {
    width: 859px;
}
/* ---------------------- toggle-Bereich Suppflege ------------------- */
.toggleArea {
    padding: 10px 0;
}

.ToggleButton {
    margin: 10px 0;
}

#history,
#notifications {
    padding: 10px;
    background-color: #f2f2f2;
}

#supportfall #history,
#supportfallNext #history {
    border: none;
}

#supportfall #notifications,
#supportfallNext #notifications {
    width: 838px;
}

#supportfall #FileList,
#supportfall #timerecord,
#supportfall #history,
#supportfall #notifications,
#supportfallNext #FileList,
#supportfallNext #timerecord,
#supportfallNext #history,
#supportfallNext #notifications {
    margin-top: 10px;
}

#history.comments {
    margin-bottom: 0;
}

#history .firstSpan {
    display: inline-block;
    min-width: 160px;
    margin-bottom: 12px;
}

#history .protocol {
    float: left;
}

#history .protocolDetail {
    margin-left: -6px;
}

#history .protocolNr,
#history .protocolDate,
#history .protocolTime {
    display: inline-block;
}

#history .protocolDate,
#history .protocolTime {
    margin-right: 20px;
}

#history .protocolNr {
    width: 25px;
    padding-right: 10px;
    text-align: right;
}

#history .protokolInfos {
    margin-bottom: 10px;
}

#history .protokolInfo {
    margin-left: 36px;
}

.shadowDiv {
    margin: 1px 0 10px;
    padding: 6px;
    border-radius: 10px;
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
    background-color: #fefefe;
    word-break: break-word;
}

.shadowDiv:hover {
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.2);
}

.shadowDiv i, #liKommForPrint i, #kdKommForPrint i, #intKommForPrint i {
    font-size: smaller;
    float: right;
    background-color: #e4e4e4;
    border-radius: 6px;
    padding: 5px 10px;
    margin-bottom: 5px;
}

#liKommForPrint span {
    font-size: smaller;
    float: right;
    background-color: #e4e4e4;
    border-radius: 6px;
    padding: 5px 10px;
    margin-bottom: 5px;
}

#liKommForPrint, #kdKommForPrint, #intKommForPrint {
    border: 1px solid silver;
    padding: 5px;
    width: 840px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ---------------------- Radiobuttons Status ------------------------ */
.labelForRadio:hover {
    padding: 8px 0;
    cursor: pointer;
}
/* ------------------------------------------------------------------- */
.comments {
    max-height: 400px;
    resize: both;
    padding-bottom: 20px;
}

.FormLabel {
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    text-decoration: none;
}

.FormLabel.labelForTextarea {
    vertical-align: top;
    padding-top: 20px;
}

.FormLabel.labelForStatus {
    vertical-align: top;
    padding-top: 8px;
}

.FormLabel label {
    width: 200px;
    min-width: 200px;
}


.FormLabel.labelForTextarea label {
    display: block;
}

button#ZURUECK1 img,
button#ZURUECK2 img {
    display: none;
}

#page-suppflege .buttonlist {
    margin-top: 30px;
    text-align: right;
    max-width: 1200px;
}

#buttonlist-top td {
    padding-bottom: 25px;
}

#buttonlist-bottom td {
    padding-top: 25px;
    padding-right: 20px;
}

.texttop {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 12px;
    text-align: left;
    background-color: #E9E7E8;
}

input#STUNDE,
input#STUNDEINT,
input#ANGNR {
    min-width: 102px;
    margin: -5px 10px 12px;
}

input#POSTKD {
    margin-top: 5px;
}
/* -------------------min. Supporteintrag----------------------------- */
#MinSupporteintrag {
    max-width: 776px;
    min-width: 370px;
}

#MinSupporteintrag #buttonlist-top {
    max-width: 1000px;
    margin-bottom: 20px;
}

#MinSupporteintrag .FormButton {
    min-width: 180px;
}

#MinSupporteintrag .FormZeile {
    margin-bottom: 10px;
}

#MinSupporteintrag .FormZeilePart {
    float: left;
    width: auto;
}

#MinSupporteintrag .FormZeilePart1 {
    width: 400px;
}

#MinSupporteintrag .blockLabel {
    display: inline-block;
    min-width: 150px;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    color: #777;
}

#MinSupporteintrag .topLabel {
    vertical-align: top;
}

#MinSupporteintrag input[type="text"] {
    width: 180px;
}

#MinSupporteintrag .RadioLabel {
    display: inline-block;
    min-width: 40px;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    color: #777;
}

#MinSupporteintrag input[type="radio"] {
    margin-right: 30px;
}

#MinSupporteintrag select {
    min-width: 194px;
}

#MinSupporteintrag textarea {
    width: calc(100% - 200px);
    min-width: 175px;
    margin: 6px 0;
}

#MinSupporteintrag #buttonlist-bottom {
    margin-top: 40px;
}
/* ----------------------Dateiupload---------------------------------- */
#FormUpload {
    width: 960px;
    margin: 40px;
    padding: 40px 40px 25px;
    background-color: white;
}

#FormUpload .divBlock {
    width: 925px;
    margin-bottom: 15px;
}

#FormUpload .FormLabel {
    display: inline-block;
    width: 200px;
}

#FormUpload select {
    width: 250px;
}

#FormUpload .FormButton {
    min-width: 200px;
}

#FormUpload #filestream {
    border: none;
}

#FormUpload textarea {
    max-width: 700px;
    margin-bottom: 0px;
}

#FormUpload .FormButton {
    float: right;
    margin-right: 4px;
}
/* ------------------------------------------------------------------- */
.uploader {
    margin-top: 0px;
    margin-bottom: 0px;
}

.uploadtable .attachField {
    max-width: 50px;
}

.uploadtable .spnTooltip {
    z-index: auto10;
    display: none;
    padding: 5px;
    margin-top: inherit-20px;
    margin-left: 20px;
    width: 407px;
    line-height: normal16px;
    border-radius: 5px;
}

.uploadtable .spnTooltipFiles {
    width: 140px;
    margin: 5px 0 0 180px;
}

.uploadtable td:hover .spnTooltip {
    display: inline;
    position: absolute;
    color: #000000;
    border: 1px solid #000000;
    background: #ffffff;
}

.fileInfotext {
    display: none;
    margin-left: 100px;
    background-color: #E9E7E8;
    width: 120px;
    padding: 3px;
    font-size: 11px;
}

#new-file-uploader-show {
    max-width: 860px;
}

#supportfall #showFileUpload,
#supportfallNext #showFileUpload {
    width: 862px;
    margin-bottom: 10px;
}

.pure-control-group .label {
    display: inline-block;
    min-width: 210px;
    padding-top: 10px;
}

.pure-control-group .inputField .FormInput {
    display: inline-block;
    min-width: 500px !important;
}

.pure-control-group .selectField {
    display: inline-block;
}

#new-file-uploader select {
    width: 220px;
    min-width: 220px;
    margin-right: 6px;
}
/* ----Kundenanwahl/ Kundensuche + Artikelsuche + Lieferantensuche---- */
#page-kdwahl #Banner,
#page-kundenSuche #Banner,
#page-artikelSuche #Banner,
#page-lieferantenSuche #Banner {
    height: 70px;
}

#page-kdwahl #Banner img,
#page-kundenSuche #Banner img,
#page-artikelSuche #Banner img,
#page-lieferantenSuche #Banner img {
    margin-left: 60px;
}

#Main {
    position: absolute;
    top: 80px;
    left: 220px;
    width: calc(100% - 220px);
    margin: 30px;
    padding-bottom: 20px;
}

#page-kdwahl #Main,
#page-kundenSuche #Main,
#page-artikelSuche #Main,
#page-lieferantenSuche #Main {
    top: 80px;
    left: 14px;
}

#page-kundenSuche #Main,
#page-artikelSuche #Main,
#page-lieferantenSuche #Main {
    width: 95%;
}

#page-kdwahl #contenttitle,
#page-kundenSuche #contenttitle,
#page-artikelSuche #contenttitle,
#page-lieferantenSuche #contenttitle {
    margin-left: 38px;
    font-size: 16px;
    font-weight: bold;
}

#page-kundenSuche div.sortiertabelle,
#page-artikelSuche div.sortiertabelle,
#page-lieferantenSuche div.sortiertabelle {
    width: 96;
    margin-bottom: 30px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

#page-kundenSuche .dataTables_wrapper,
#page-artikelSuche .dataTables_wrapper,
#page-lieferantenSuche .dataTables_wrapper {
    width: 100%;
}

#page-kundenSuche table.sortiertabelle,
#page-kundenSuche .sortiertabelle-footer,
#page-kundenSuche .sortiertabelle-header,
#page-artikelSuche table.sortiertabelle,
#page-artikelSuche .sortiertabelle-footer,
#page-artikelSuche .sortiertabelle-header,
#page-lieferantenSuche table.sortiertabelle,
#page-lieferantenSuche .sortiertabelle-footer,
#page-lieferantenSuche .sortiertabelle-header {
    min-width: 100%;
    max-width: 100%;
}

#page-kundenSuche .sortiertabelle-footer,
#page-artikelSuche .sortiertabelle-footer,
#page-lieferantenSuche .sortiertabelle-footer {
    width: 100%;
    height: 40px;
    padding-top: 10px;
}

#page-kdwahl .fieldset,
#page-kundenSuche .fieldset {
    width: 420px;
    margin: 40px;
    padding: 30px;
}

#page-kdwahl .fieldset legend,
#page-kundenSuche .fieldset legend {
    display: none;
}

#page-kdwahl .FormInput:not(#page-kdwahl .input-plz),
#page-kundenSuche .FormInput:not(#page-kundenSuche .input-plz) {
    min-width: 200px;
}

#page-kdwahl .FormInput,
#page-kundenSuche .FormInput {
    min-width: 238px;
}

#page-kdwahl .input-plz,
#page-kundenSuche .input-plz {
    min-width: 30px;
}

#page-kdwahl .input-ort,
#page-kundenSuche .input-ort {
    min-width: 168px;
}

#page-kdwahl .FormButton,
#page-kundenSuche .FormButton {
    min-width: 251px;
}

#page-kdwahl .sortiertabelle,
#page-kundenSuche .sortiertabelle {
    margin: 30px 0;
}

#page-kdwahl .sortiertabelle th a,
#page-kundenSuche .sortiertabelle th a {
    padding: 10px;
    text-decoration: none;
    color: white;
}

#page-kdwahl #seiteVor .FormButton,
#page-kundenSuche #seiteVor .FormButton {
    float: right;
    margin-right: -4px;
}

#ButtonBack,
#textmessage {
    margin-left: 32px;
}

#ButtonBack img,
#textmessage img {
    margin-bottom: -3px;
}
/* -------------------Benutzer-Einstellungen-------------------------- */
#page-settings #Main {
    width: calc(100% - 360px);
    padding: 20px 40px;
}
/* ------------------------ floating-Button -------------------------- */
.floatingButtonDownIcon {
    width: 32px;
    position: fixed;
    height: 32px;
    top: 101px;
    left: 1500px;
}

#floatingButtonDown {
    width: 32px;
    position: fixed;
    height: 32px;
    top: 101px;
    left: 1500px;
    background-image: url('../images/arrowdown.png');
    border-width: 0px;
    border-color: black;
    border-style: none;
}

#floatingButtonToBottom {
    width: 32px;
    position: fixed;
    height: 32px;
    top: 150px;
    left: 1500px;
    background-image: url('../images/arrowdowntobottom.png');
    border-width: 0px;
    border-style: none;
}

#page-suppflege.onlypopup .floatingButtonDownIcon,
#page-suppflege.onlypopup #floatingButtonDown,
#page-suppflege.onlypopup #floatingButtonToBottom {
    left: 1450px;
}

#page-suppflege.onlypopup .floatingButtonDownIcon,
#page-suppflege.onlypopup #floatingButtonDown {
    top: 60px;
}

#page-suppflege.onlypopup #floatingButtonToBottom {
    top: 90px;
}

#page-settings #Main input.FormInportSettingsCommentHeadline {
    width: 590px;
}
/* --------------------- Updates / Downloads ------------------------- */
.updateReleaseInfo {
    width: 100%;
}

.updateRelease {
    float: left;
    width: 480px;
    padding-right: 20px;
}

.updateInfo {
    float: left;
    width: 300px;
}
/* ------------------------Angebot/Auftrag-Box------------------------ */
.angebotBox {
    width: 100%;
}

.angebotBoxAngebotJa,
.angebotBoxAngebotNein,
.angebotBoxZahlungsartBar,
.angebotBoxZahlungsartEC {
    float: left;
    width: 120px;
}

.angebotBoxUmsatz,
.angebotBoxEinsatzkosten,
.angebotBoxGeldeingang,
.angebotBoxZahlungsartBar {
    clear: both;
}

.angebotBoxLabel {
    float: left;
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
}

.angebotBoxInput {
    float: left;
    width: 250px;
}

.angebotBoxRadioLabel {
    float: left;
    width: 25px;
    height: 15px;
    display: flex;
    align-items: center;
}

.angebotBoxRadioLabelBig {
    width: 70px;
    height: 25px;
}

.angebotBoxRadioLabelBig2 {
    width: 85px;
    height: 25px;
}

.angebotBoxRadioInput {
    float: left;
    width: 20px;
}
/* ------------------------------------------------------------------- */
.searchBtnPos {
    float: left;
    width: 150px;
}

.defaultSearchBtnPos {
    float: right;
}


.aslink {
    cursor: pointer;
}

.aslink:hover {
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
}


.druckAuswahlHTML,
.ruckAuswahlLayout {
    clear: both;
    min-width: 180px;
    width: 180px;
    padding-bottom: 2px;
}
/*----------------------------------------------------------------*/
.TabelleUeberschriftSupport>th {
    height: 50px;
    padding: 5px 4px 0 1px;
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
}

.TabelleUeberschriftSupport caption {
    width: 100%;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
}
/*------------------------------SPALTENBREITEN------------------------------*/
.spaltenbreiteXS { /*X-tra small*/
    width: 60px;
    min-width: 60px;
    max-width: 60px;
}

.spaltenbreiteIcon {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
}

.spaltenbreiteS { /*Small*/
    width: 90px;
    min-width: 90px;
    max-width: 90px;
}

.spaltenbreiteM { /*Medium*/
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}

.spaltenbreiteL { /*Large*/
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

.spaltenbreiteXL { /*X-tra large*/
    width: 180px;
    min-width: 180px;
    max-width: 180px;
}

.sort-placeholder-input input,
.sort-placeholder-select select {
    height: 25px;
    background-color: #70A725;
    color: #fff;
    padding: 0px;

}

.spaltenbreiteXS .sort-placeholder-input input,
.spaltenbreiteXS .sort-placeholder-select select {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    font-family: 'Font Awesome 5 Free', "FontAwesome";
    font-style: normal;
    font-variant: normal;
    font-size: 19px;
    font-weight: 900;
}

.prioSpalte .sort-placeholder-input input,
.prioSpalte .sort-placeholder-select select,
.statusSpalte .sort-placeholder-input input,
.statusSpalte .sort-placeholder-select select {
    color: white;
    text-align: center;
    text-align-last: center;
}

.prioSpalte .sort-placeholder-input input option,
.prioSpalte .sort-placeholder-select select option,
.statusSpalte .sort-placeholder-input input option,
.statusSpalte .sort-placeholder-select select option {
    color: black;
    text-align: center;
    text-align-last: center;
}

.iconSpalte .sort-placeholder-input input,
.iconSpalte .sort-placeholder-select select {
    color: white;
    text-align: center;
    text-align-last: center;
}

.iconSpalte .sort-placeholder-input input option,
.iconSpalte .sort-placeholder-select select option {
    color: black;
    text-align: center;
    text-align-last: center;
}

.iconSpalte .sort-placeholder-sorting {
    display: none;
}

.spaltenbreiteS .sort-placeholder-input input,
.spaltenbreiteS .sort-placeholder-select select {
    width: 65%;
    min-width: 65%;
    max-width: 75%;
}

.spaltenbreiteM .sort-placeholder-input input,
.spaltenbreiteM .sort-placeholder-select select {
    width: 75%;
    min-width: 75%;
    max-width: 95%;
}

.spaltenbreiteL .sort-placeholder-input input,
.spaltenbreiteL .sort-placeholder-select select {
    width: 85%;
    min-width: 85%;
    max-width: 95%;
}

.spaltenbreiteXL .sort-placeholder-input input,
.spaltenbreiteXL .sort-placeholder-input select {
    width: 95%;
    min-width: 95%;
    max-width: 100%;
}

.selectTxtCenter {
    text-indent: 25%;
}
/*------------------------------------------------------------------------*/
.ServiceZeile {
    height: 34px;
}

.priozelle,
.statusZelle {
    font-size: 30px;
    color: black;
}

.iconszelle {
    text-align: center;
    font-size: 18px;
}

.iconszelle div {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    margin: 3px;
    text-align: center;
    vertical-align: middle;
}
/*------------------------------------------------------------------------*/
.spaltenbreiteXS .iconSpalte .sort-placeholder-sorting {
    display: none;
}

.rowLessImportant {
    background-color: #d0d0d0;
}

.rowStandard {
    background-color: #f3f3f3;
}

.prio1 {
    background-color: #b6ff25;
}

.prio3 {
    background-color: #ff9900;
}

.prio2 {
    background-color: #fff;
}

.prio4 {
    background-color: #abf5d1;
}

.prio5 {
    background-color: #ffe380;
}

.prio6 {
    background-color: #ff9900;
}

.prio8 {
    background-color: #ea4e4e;
}
/*Standard -> offen*/
.statusClass0 {
    background-color: #fff;
}
/*Reklamation abgeschlossen intern und extern (prog)*/
.statusClass30 {
    background-color: #0A9C05;
}
/*Reklamation auf in Richtung Kunde abgeschlossen (prog)*/
.statusClass31 {
    background-color: #ffe380;
}
/*in Bearbeitung*/
.statusClass1 {
    background-color: #ff6666;
}
/*Reklamation abgeschlossen intern und extern (Kunde)*/
.statusClass2 {
    background-color: #0A9C05;
}
/*Reklamation auf in Richtung Kunde abgeschlossen (Kunde)*/
.statusClass3 {
    background-color: #ffe380;
}
/*ENDE für AppNr 98*/

.icons {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 0;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

.prioClass {
    font-family: 'Font Awesome 5 Free', "FontAwesome";
    font-weight: 900;
}

.kbez {
    text-align: left;
}
/* Legende */
#legendBox {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 10;
}

#legendButton {
    float: top;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    background-color: rgba(153, 153, 153, 0.9);
    cursor: pointer;
}

#legendContent {
    cursor: default;
    float: left;
    max-width: 700px;
    background-color: rgba(153, 153, 153, 0.9);
    padding: 7px;
}

#legendHeader {
    text-align: center;
}

#legendTable {
    height: 100%;
    width: 100%;
    background-color: white;
}

#legendTable td {
    border-bottom: 1px solid #999;
}

.prioHead {
    border: 1px solid #999;
    padding: 5px;
}

.prioBody {
    padding: 5px;
}

.legendFirstColumn {
    width: 26px;
    text-align: center;
    border-right: 1px solid #999;
    margin: 0px;
    padding: 12px 0px;
}

.legendSecondColumn {
    font-size: 12px;
    background-color: white;
    margin: 0px;
    padding: 6px 8px;
}

#divForPrintAnpartbox,
#divForPrintPrio,
#divForPrintTyp,
#divForPrintEing,
#divForPrintWerbe,
#divForPrintLibox,
#divForPrintInKat,
#divForPrintAnTechnikerpartbox {
    display: none;
}

.divSupportfall98 {
    clear:both;
}

.headlineAndLogoForPrint {
    display:none;
}

.divForHeadline {
    font-weight:bold;
    font-size:16px;
    float:left;
    padding-top:80px;
}

.divForLogo {
    float:right;
}

.LogoForPrint {
    max-height:50px;
}

.changeProtokollFiles {
    float: left;
    width: 165px;
    font-weight: bold;
}

.changeProtokollFilesLabel {
    float: left;
    width: 670px;
}

.fileInfo {
    clear: both;
    margin-top: 5px;
}

.fileInfo .counter,
.fileInfo .lastdate,
.fileInfo .lasttime,
.fileInfo .uploader,
.fileInfo .filename,
.fileInfo .filedescription,
.fileInfo .filedelete {
    float: left;
}

.fileInfo .counter {
    width: 20px;
}

.fileInfo .lastdate {
    width: 95px;
}

.fileInfo .lasttime {
    width: 85px;
}

.fileInfo .filename {
    margin-left: 20px;
}

.fileInfo .filedelete {
    color: #ff0000;
}

.checklist {
    padding-bottom: 20px;
}

.checklistHeader {
    float: left;
    width: 200px;
}

.checklistPoint {
    float: left;
    width: 230px;
    padding-top: 10px;
}

.checklistPointClear {
    clear: both;
}

.vex.vex-theme-default .vex-content.timetracking {
    width: 600px;
    font-size: 14px;
}

.timetrackingButtonNo {
    background-color: #999;
    color: #fff;
}

.timetrackingBlock {
    border: 1px solid #999;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 12px;
}

.timetrackingTableCaption {
    text-align: center;
    width: 100%;
}

.timetrackingCaption,
.servicefaelleInSprintTableCaption,
.myServicefaelleTableCaption,
.lastOpendServicefaelleTableCaption,
.curChangesTableCaption {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
    text-align: center;
}

.myServicefaelleTableCaption {
    padding-top: 10px;
}

.timetrackingTable,
.servicefaelleInSprintTable,
.myServicefaelleTable,
.lastOpendServicefaelleTable,
.curChangesTable {
    border: 1px solid #999;
    width: 100%;
    border-spacing: 0px;
}

.timetrackingTable th,
.timetrackingTable td,
.servicefaelleInSprintTable th,
.servicefaelleInSprintTable td,
.myServicefaelleTable th,
.myServicefaelleTable td,
.lastOpendServicefaelleTable th,
.lastOpendServicefaelleTable td,
.curChangesTable th,
.curChangesTable td {
    border: 1px solid #999;
    padding: 5px;
}

.timetrackingVexHeadline {
    padding-bottom: 10px;
    font-weight: bold;
}

.timeTrackingVexPaddingBottom {
    padding-bottom: 10px;
}

.timeTrackingVexPaddingBottom2 {
    padding-bottom: 20px;
}

.timeTrackingVexLabel {
    float: left;
    width: 25%;
}

.timeTrackingVexInput {
    float: left;
    width: 35%;
}

.timeTrackingVexInput2 {
    float: left;
    width: 75%;
    padding-bottom: 10px;
}

.timeTrackingVexSpace {
    float: left;
    width: 5%;
}

.timeTrackingVexSpaceBig {
    float: left;
    width: 35%;
}

.timeTrackingVexTextarea {
    height: 80px;
    width: 100%;
}

.timetrackingDay,
.timetrackingDefault {
    width: 200px;
    padding-top: 20px;
}

.timeTrackingOption {
    text-align: left;
}

.timeTrackingServicefall {
    background-color: #70A725;
}

.mainBackgroundStandard {
    background-color: #FFFFFF;
}

.darkTheme {
    background: #000;
    color: #fff;
}

/* ------------------------------------------------------------------------------- */
/* --------------------------------Jira------------------------------------------- */
/* ------------------------------------------------------------------------------- */
#bp-jira-connect{
    display: flex;
    width: 100%;
    padding: 20px;
    background-color: #fbfbfa;
    border: 1px solid silver;
}

.jira-logo {
    width: 100%;
}

.jira-issue-summary .jira-issue-icon-type img {
    width: 32px;
    height: 32px;
}

.jira-issue-body-right-issuetype {
    width: 100%;
}

.jira-issue-body-right-description-text {
    overflow: auto;
    max-height: 150px;
    border: 1px solid silver;
    background-color: white;
  }

.jira-issue-summary{
    display: flex;
    flex-direction: row;
    padding-left: 20px;
}

.jira-issue-caption {
    padding: 8px 15px;
}

.jira-issue-body-content{
    display: flex;
    flex-direction: row;
}

.jira-issue-sub {
    display: flex;
    justify-content: flex-start;
}

.jira-issue-header-name{
    padding: 10px;
}

.jira-issue-icon img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin-right: -10px;
}

.jira-issue-icon span.fa {
    font-size: xx-large;
}

.jira-issue-icon {
    min-height: 32px;
    padding: 12px 0px;
}

#jira-logo{
    width: 250px;
    padding: 10px 0px;
}

.jira-issue-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.jira-issue-header, .jira-issue-body, .jira-issue-footer{
    display: grid;
    width: 100%;
    padding: 10px;
}

.jira-issue-header, .jira-issue-footer{
    align-items: center;
    grid-template-columns: repeat(5, 1fr);
}

.jira-issue-body{
    grid-template-columns: 1fr 4fr;
}

.jira-issue-body-right-issuetype {
    width: 18%;
}

#jira-view-body{
    display: flex;
    flex-direction: column;
}

.jira-issue {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jira-issue-caption h1{
    font-weight: 900;
    color: #70A725;
}

button#show-jira-form-btn,
button#create-jira-issue-btn {
    width: 200px;
    padding: 10px;
    border-radius: 5px;
    border: 0px;
}

button#jira-toggle-btn {
    width: 30px;
    padding: 5px;
    border-radius: 5px;
    border: 0px;
}

.jira-issue-footer-wrapper{
    width: 100%;
    padding: 0 10px;
}

.jira-issue-footer h4{
    color: #777;
    font-weight: 300;
}

.jira-issue-footer-content {
    padding: 5px 0;
}

.jira-issue-body-right-description,
.jira-issue-body-right-parent {
    margin-left: 10px;
}

button.bp-info{
    background-color: #2684ff;
    color: white;
}

button.bp-success{
    background-color: #70A725;
    color: white;
}

button.bp-disabled{
    background-color: #555;
    color: white;
    cursor: not-allowed !important;
}

#parent-task-msg.bp-success {
    color: #70A725;
}

#parent-task-msg.bp-error {
    color: #D93025;
}

#parent-task-msg.bp-info {
    color: #2C7BB6;
}

#parent-task-msg.bp-warning {
    color: #FFA500;
}

#parent-task-msg {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

#jira-create-body {
    display: grid;
    grid-template-columns: repeat(2, auto 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 100%;
}

#jira-create-body label {
    display: flex;
    align-items: center;
    padding: 0 5px 0 30px;
    font-weight: 600;
}

#jira-create-body .jira-issue-form {
    display: grid;
    grid-template-columns: repeat(2, auto 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 100%;
}

#bp-jira-connect select {
    width: 100%;
    padding: 3px;
    cursor: pointer;
}

#bp-jira-connect select[disabled] {
    cursor: default;
    appearance: none;
    border: none;
}

#bp-jira-connect input {
    display: inline-flex;
    align-self: center;
    width: 100%;
    height: fit-content;
    padding: 4px;
    border: 1px solid silver;
    box-sizing: border-box;
}

#bp-jira-connect button {
    cursor: pointer;
}

#parent-task-button {
    margin: 0 5px;
    padding: 2px 5px;
}

#parent-task {
    display: flex;
    align-items: center;
}

#parent-task-button {
    display: inline-flex;
    align-self: center;
    justify-content: center;
    border-radius: 5px;
    border: 0px;
}

.jira-issue-body label a{
    color: white;
}

.jira-issue-body label.bp-info{
    background-color: #3e74da;
    padding: 3px 10px;
    border-radius: 4px;
    margin: 5px 5px 5px 0px;
    display: block;
}

.jira-issue-body label.bp-epic {
    background-color: #751bb1;
    padding: 3px 10px;
    border-radius: 4px;
    margin: 5px 5px 5px 0px;
    display: block;
}

#bp-jira-connect .jira-issue-footer label {
    background-color: #70A725;
    color: white;
    padding: 3px 10px;
    border-radius: 4px;
    margin: 5px 5px 5px 0px;
}

#bp-jira-connect .jira-issue-footer label.bp-warning {
    background-color: #f59a11;
    color: white
}

#bp-jira-connect .jira-issue-footer label.bp-info {
    background-color: #3e74da;
    color: white
}

div#jira-issue-id {
    padding: 6px;
}

.jira-icon-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jira-assignee-icon,
.jira-status-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    margin-top: -1px;
    justify-content: center;
}

.jira-assignee-icon img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.jira-assignee-icon span.fa,
.jira-status-icon span.fa {
    font-size: large;
}

.prio8 .jira-assignee-icon span.fa,
.prio6 .jira-assignee-icon span.fa,
.prio8 .jira-status-icon span.fa,
.prio6 .jira-status-icon span.fa {
    color: #fff;
}

/* --------------------------------media queries---------------------------------- */
@media screen and (max-device-width: 1600px) {
    #Loginform.InfoBox {
        position: static;
    }

    #Account.InfoBox {
        position: static;
    }
}

@media only screen and (min-width:500px)

and (max-width:1305px) {}

@media only screen and (max-width:1000px) {
    #MinSupporteintrag textarea {
        min-height: 150px;
    }
}

@media only screen

and (max-device-width: 1024px) {
    #Loginform.InfoBox {
        position: static;
    }

    #Account.InfoBox {
        position: static;
    }

    #MinSupporteintrag textarea {
        min-height: 150px;
    }
}

@media only screen

and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}

@media only screen

and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}