/***** Backend-Layout Aufbau ******/

/*reset*/

::-moz-selection {
    background: #1976D2; color: #fff;
}
::selection {
    background: #1976D2; color: #fff;
}
select > option:checked {
    background: #1976D2; color: #fff;
}

* {
    font-size: 100%;
    font-weight: 400;
    font-family: Segoe Ui, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
    color: #263238;
}

input[type="text"],
input[type="search"],
input[type="password"],
select, textarea {
    background: #fff;
    border:1px solid #757575;
    padding:3px;
    font-size: 100%;
    font-weight: 400;
    font-family: Segoe Ui, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    border-radius:3px;
}
input[type="file"] {
    background-color: #fff;
    padding: 6px;
    border: 1px solid #757575
}
input[type="file"]:focus {outline: 1px solid #1976D2;}

select{ padding-left: 0px !important;}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color:#1976D2 !important;
    border:1px solid;
    padding:3px;
    outline:2px solid #1976D2;
    outline-offset: -1px;
    background: #ffffbb !important;
    box-sizing: border-box;
}
input:disabled, select:disabled, textarea:disabled{cursor:not-allowed; background:none repeat scroll 0 0 #ddd;border:1px solid #757575;color:#263238 ! important; opacity:1}
textarea{resize:vertical; min-height: 25px;}

/*************** VITRICON *************/
/***** Allgemeine HTML Elemente ******/
body { font-size: 11px; font-weight:400; min-width: 460px; overflow: hidden; background: #fff; text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;}

a{color: #263238; }
a:hover{
    cursor: pointer;
}

table { empty-cells: show }

ul, ol { margin: 0; padding: 0 }
/*li { margin-left: 20px }*/

sup, sub { font-size: 9px }

hr { color: #d1dbdb; background-color: #d1dbdb; border: #d1dbdb; height: 1px; border: 0 }

h1, h2, h3, h4, h5, h6, p { margin: 0 0 5px 0 }

input[type="checkbox"], input[type="radio"] {
    width: 16px !important;
    height: 16px !important;
    position: relative;
    top: 0px;
    vertical-align: middle;
    margin-right: 2px !important;
}
/* Verstecken vertikaler Seitenrollbalken (für IE) */
html { overflow: hidden}

/***** Generische Klassen zur Textausrichtung *****/
.l { text-align: left }
.c { text-align: center }
.r { text-align: right }

.va-top{vertical-align: top}
.va-middle{vertical-align: middle}
.va-bottom{vertical-align: bottom}

/* Inhaltsbereich */
#content { width: 100% }

/*automatische breitenanpassung*/
.w-auto {width:auto !important}

/*individual paddings*/
.p-top8{padding-top:8px}
.p-top16{padding-top:16px}
.p-top24{padding-top:24px}

.p-bot8{padding-bottom:8px}
.p-bot16{padding-bottom:16px}
.p-bot24{padding-bottom:24px}

/*wrap*/
.ws-wrap{ white-space: normal !important}

/* Inhaltsbrereich rechts */
/* #content td.editPane { vertical-align: top}

/* Inhaltsbereich automatische Einblendung der Scroll-Leiste, Position */
#editPaneContent { overflow: auto; position: relative }

#editPaneContent input[type="checkbox"]:focus {outline: 2px solid #1976D2;}
#editPaneContent input[type="radio"]:focus {outline: 2px solid #1976D2;;}
#editPaneContent input[type="submit"]:focus {outline: 2px solid #1976D2;}
#editPaneContent input[type="button"]:focus {outline: 2px solid #1976D2;}
#editPaneContent select:focus {outline: 2px solid #1976D2; outline-offset: -1px}
#editPaneContent a:focus, .modal_functionbar a:focus, .modal_container a:focus {outline: 2px solid #1976D2; outline-offset: -1px;}
#editPaneContent .datatable_middle td input[type="checkbox"]:focus {outline: 2px solid #1976D2;}
#editPaneContent .datatable_middle td input[type="radio"]:focus {outline: 2px solid #1976D2;}

/* Tabelle für Innenabstand des Inhaltsbereichs */
/* table.editPanePadding { width: 100%; _width: 98%; margin-top: 15px }
/* table.editPanePadding td.left { width: 30px }
/* table.editPanePadding td.right { width: 30px }

/* Trennlinie unten */
/* #separatorBottom { height: 2px; background-color: #2b477f }

/* Fußbereich */
/* #footer { width: 100%; height: 32px; background-color: #ffffff }*/

/***** Anmelde-Seite ******/
/*body.Login table#content { text-align: center }
body.Login table#content table { margin: auto }
body.Login table#content form { margin-bottom: 10px }
body.Login table#content fieldset { padding: 15px }
body.Login table#content legend { font-weight: normal; font-size: 12px;}
body.Login table#content fieldset table { width: 100% }
body.Login table#content td { padding: 10px 10px }
body.Login table#content label.error { color: #d32f2f }
body.Login table#content input.data { width: 200px }
body.Login table#content div { font-weight: bold }
body.Login table#content div.error { color: #d32f2f }
body.Login table.toggleNaviPane { display: none }

body.ChangePassword table#content { text-align: center }
body.ChangePassword table#content table { margin: auto }
body.ChangePassword table#content form { margin-bottom: 20px }
body.ChangePassword table#content fieldset { padding: 10px }
body.ChangePassword table#content legend { font-weight: bold }
body.ChangePassword table#content fieldset table { width: 100% }
body.ChangePassword table#content td { padding: 6px 3px }
body.ChangePassword table#content label.error { color: #d32f2f }
body.ChangePassword table#content input.data { width: 150px }
body.ChangePassword table#content div { font-weight: bold }
body.ChangePassword table#content div.error { color: #d32f2f }
body.ChangePassword table.toggleNaviPane { display: none }*/

/***** Willkommen-Seite ******/
table#content p.welcome { color: #263238; line-height: 1.5em; margin-bottom: 15px }
table.welcome { width: 48%; float: left; border: 1px solid #d1dbdb; margin-right: 10px; margin-bottom: 10px }
table.welcome td { vertical-align: top; padding: 10px }
table.welcome p { color: #263238 }
table.welcome a { color: #263238; text-decoration: none }
table.welcome a:hover { color: #263238 }

/***** Fehler-Seite ******/
body.CustomException form.languageChooser { display: none }
body.CustomException table#content td { vertical-align: top }
body.CustomException table#content h1 { font-size: 14px }
body.CustomException table#content h3 { margin-top: 15px; margin-bottom: 3px }
body.CustomException table#content div#errorMessages { border-bottom: 1px solid #ddd; padding: 8px 8px 0 8px; background: #f5f5f5 }
body.CustomException table#content div#stackTrace { font-family: monospace; line-height: 1.2em; overflow: auto; padding: 0 8px }
body.CustomException table.toggleNaviPane { display: none }

/***** Lizenzfehler-Seite ******/
body.InvalidLicense table.toggleNaviPane { display: none }

/***** Allgemeine Elemente *****/

/* Warte-Dialog */

/* loading spinner*/
.spinnerloading {background:url(../images/wait.gif) no-repeat center center;width:100px;height:100px; padding:12px}

div.statusDisplay { width: 600px;
    border: 3px solid #ddd;
    margin-left: -300px;
    margin-top: -35px;
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 100;
    background: #f5f5f5;}
div.statusDisplay table { width: 100% }
div.statusDisplay td { text-align: center }
div.statusDisplay td.icon { vertical-align: bottom; padding:12px}
div.statusDisplay td.message { }
div.statusDisplay td.message input {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 96%;
    border: 0;
    background: none;
    padding: 12px;}

/* Ladeanzeige Navigation */
table.progressWheel { margin-top: 12px;margin-left:-19px;_margin-left:-10px; }
table.progressWheel td { color: #263238; text-align: center; padding-bottom: 4px; width: 380px; }

/* Tooltips (Navigation) */
#fixedtipdiv { border: 1px solid #263238; padding: 3px; position: absolute; z-index: 100; opacity: .9; filter:alpha(opacity=90); }
#fixedtipdiv * { margin: 0 }

/* Debug Console */
#debugNav { display: block; background: #222222; overflow: hidden }
#debugNav a { color: #ffffff; margin-right: 15px; font-weight: bold; text-decoration: none; margin-left: 6px }
#debugNav a:hover { color: #ffcc00; text-decoration: underline }

.tacosFloatingPaneToolBar { background: transparent; overflow: hidden; position: absolute; width: 95%; text-align: right; font-weight: bold }
.tacosFloatingPaneContent { height: 100%; width: 100%; margin: 0px; padding: 0px; overflow: auto }

#dshow { display: none }
#debugconsoleContentId { background: #263238; height: 100%; width: 100%; margin: 0px; padding: 0px; color: #33ff00; overflow: auto }

div.dojoFloatingPaneTitle { color: #ffffff }
div.dojoFloatingPaneClient { margin-top: 0px; margin-bottom: 0px; padding: 0px; border: none }
.dojoFloatingPane { border: 1px solid #aaa; background-color: #222222 }
.dojoFloatingPaneDragbar { color: #263238 }

/***** Inhaltselemente ******/

h1 { color: #263238; font-weight: bold; font-size: 16px; margin-bottom: 22px;}
h1.SectionTitle, h1.DialogTitle, h1.DialogSectionTitle, h1.HintTitle, h1.FieldHelpTitle {
  color: #263238;
  font-weight: bold;
  font-size: 16px;
}
h1.SectionTitle *, h1.DialogTitle *, h1.DialogSectionTitle *, h1.HintTitle *, h1.FieldHelpTitle * {
  color: #263238;
  font-size: 16px
}
h1.PageTitle, h1.PagePathTitle {
  background: #FFF;
  padding: 10px 12px;
}

h2 {
    color: #263238;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 12px;
}

h1.errorTitle { color: #d32f2f; font-weight: bold; font-size: 16px; margin-bottom: 15px }
h1.errorTitle * { color: #d32f2f; font-size: 16px }

/**Zählertabelle**/
#headoftable{
    background:none repeat scroll 0 0 #D5D5D5;
    border:1px solid #ddd;
    padding:4px;
    margin-top:10px;
    font-weight:bold;}

#RDateOfReading2,#RDateOfReading,#RDateOfReading2,#DateOfReading{width:60px}
#RDataPointValue2,#DataPointValue2,#RDataPointValue,#DataPointValue{width:86px}

td.numbertext{text-align:right;}

/* Listen*/
table.list {
    background:none repeat scroll 0 0 #f5f5f5;
    border-color:#ddd;
    border-style:solid;
    border-width:0px;
    position:relative;
    width:100%; /*!important! */
}
table.list th  {
    background:#546E7A;
    color:#fff;
    padding:4px 5px;
    font-weight:bold;
    text-align:left;
    white-space:nowrap;
    height: 30px;
    vertical-align: middle;

}
table.list td { padding:4px 5px ; white-space:nowrap; color:#263238;vertical-align:middle !important; }
table.list td.left { border: none;}

table.list td a {text-decoration:underline;}
/*
    table.list td a:hover,
    table.list tbody td a:hover {
        color:#1976D2 !important;
        border:1px solid #1976D2 !important;
        background-color: #fff
    }
*/
table.list td a.tablehomepagelink:hover,
table.list tbody td a.datatables_addlink:hover,
table.list tbody td a.datatables_deletelink:hover,
table.list tbody td a.datatables_editlink:hover {
    color:#1976D2 !important;
    border:1px solid #1976D2 !important;
    background-color: #fff
}



table.list td a.tablehomepagelink{display:inline;background:url(../images/icons/homepage.png) no-repeat 4px 50% transparent;cursor: pointer;color:#263238;  border:1px solid #757575;padding:2px 6px 2px 16px;margin-left:2px;border-radius:3px;}

/*Link - Hinzufügen*/
table.list tbody td a.datatables_addlink {
    background:url(../images/icons/add.png) no-repeat 4px 50% transparent;
    cursor: pointer;
    color:#263238;
    border:1px solid #757575;
    padding:2px 6px 2px 16px;
    border-radius:3px;
    text-decoration: none;
}

/*Link - Löschen*/
table.list tbody td a.datatables_deletelink {
    background:url(../images/icons/remove.png) no-repeat 4px 50% transparent;
    cursor: pointer;
    color:#263238;
    border:1px solid #757575;
    padding:2px 6px 2px 16px;
    border-radius:3px;
    text-decoration: none;}

/*Link - Bearbeiten*/
table.list tbody td a.datatables_editlink {
    background:url(../images/icons/edit.png) no-repeat 4px 50% transparent;
    cursor: pointer;
    color:#263238;
    border:1px solid #757575;
    padding:2px 6px 2px 16px;
    border-radius:3px;
    text-decoration: none;
}

table.list tr { vertical-align: top; }
table.list tr.rowA { background-color: #fafafa; }
table.list tr.rowB { background-color: #eee; }
table.list tr.rowAerror { background-color: #EA998D; border: solid 1px #EA998D}
table.list tr.rowBerror { background-color: #EA998D; border: solid 1px #EA998D}

/*table für link list f.e. Berichte*/
table.linklist td {
    white-space: normal !important;
}
table.linklist td > a {
    padding: 5px 10px;
    border-radius:3px;
    font-weight: bold;
    display: inline-block;
}
table.linklist td > a:hover {
    background: #fff;
}

     /* Tabelle Info Dialog für Org-Elemente */
table.OrganisationInfo{
    position:relative;
    width:100%;
}
table.OrganisationInfo td {
    padding:2px 5px ;
    color:#263238;
    vertical-align:middle !important;
    text-align: left;
}

/* Tabelle für die Dateien der Dokumentenverwaltung*/
table.file {
    background:none repeat scroll 0 0 #FAFAFA;
    border:1px solid #ddd;
    border-top:0;
    position:relative;
    width:100%; /*!important! */ }

table.file label {  color: #263238; font-size: 10px; display: block  }
table.file th {
    background:#546E7A;
    color:#fff;
    padding:4px 4px;
    font-weight:bold;
    text-align:left;;
}
table.file th span {color:#fff; font-weight: bold}
table.file td { padding:4px 4px; white-space:nowrap; color:#263238 }
textarea.readonly { height:25px; background: #ddd; border:1px solid #757575;  color: #263238}
textarea.editable { height:25px; background: #fff; border:1px solid #757575; color: #263238 }
input.readonly { padding: 1px; margin: 0; background: #ddd; border:1px solid #757575;  color: #263238}
input.editable { padding: 1px; margin: 0; background: #fff; border:1px solid #757575;  color: #263238}
table.file tr.rowA { background-color: #eee; height: 30px; }
table.file tr.rowB { background-color: #fafafa; height: 30px; }


/*div.effectDownButton{width: 48px; height:16px;  background-image: url(../images/icons/downdown.png );cursor:pointer; }
div.effectUpButton{width: 48px; height:16px;  background-image: url(../images/icons/upup.png );cursor:pointer; }*/

div.effectUpButton {
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: #263238;
    padding: 0px;
    display: inline-block;
    text-align: center;
}
div.effectUpButton::after {
    content: "\f0d8";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

div.effectDownButton {
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: #263238;
    padding: 0px;
    display: inline-block;
    text-align: center;
}
div.effectDownButton::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

table.file tr.detailrowA { background-color: #eee }
table.file tr.detailrowB { background-color: #fafafa }
table.file td.nopadd {
    position:relative;
    border-top: 0px;
    border-color: #d1dbdb;
    width: 100%;
    padding: 0}
table.filedetail td{  white-space:nowrap;vertical-align: bottom; text-align:left; padding: 4px 8px}
span.upload { color: #263238; font-size: 10px; display: block }

/* DocumentOverview File Buttons */
#FileButtonsLine{margin-bottom: 12px;}

/*allg buttons*/
.buttons {
    border:1px solid #757575;
    color:#263238;
    padding:3px 10px 3px 20px;
    line-heigth: 25px
}

.RefreshButton {
    background:url("../images/icons/refresh.png") no-repeat 7px #FFF;
    border:1px solid #757575;
    color:#263238;
    padding:3px 10px 3px 20px;
    font-weight: bold;
    border-radius:3px
}
.RefreshButton:hover{
    cursor:pointer;
    border: 1px solid #1976D2;
    color: #1976D2;
}

.FileButtons {
    background:url("../images/icons/assign.png") no-repeat 7px #FFF;
    border:1px solid #757575;
    color:#263238;
    padding:3px 10px 3px 20px;
    font-weight: bold;
    border-radius:3px
}

.FileButtons:hover{
    cursor:pointer;
    border: 1px solid #1976D2;
    color: #1976D2;
}
.assignbg {background:url("../images/icons/assign.png") no-repeat 7px #FFFFFF}

#OpenInsertPopup.FileButtons {background:url("../images/icons/add.png") no-repeat 7px #FFFFFF}
#EditCosts.FileButtons{background:url("../images/icons/edit.png") no-repeat 7px #FFFFFF;}
#RemoveCosts.FileButtons{background:url("../images/icons/remove.png") no-repeat 7px #FFFFFF;}
#AddBrackets.FileButtons, #RemoveBrackets.FileButtons {background:#fff; padding: 3px 12px; margin-bottom:2px}

#docnew, #docsave, #docdelete {
    border:1px solid #757575;
    color:#263238;
    padding:3px 10px 3px 20px;
    background:#fff
}

#docnew:hover, #docdelete:hover, #docsave:hover {
    border: 1px solid #1976D2;
    color: #1976D2;
    cursor:pointer;
}

#docnew {background:url("../images/icons/add.png") no-repeat 7px #fff}
#docsave {background:url("../images/icons/save.png") no-repeat 7px #fff}
#docdelete {background:url("../images/icons/remove.png") no-repeat 7px #fff}

/* Contract Buttons */
#ContractButtonsLine{margin-bottom: 12px;}
.ContractButtonsLine{margin-bottom: 12px;}
.ContractButtonsLine table.item{margin-right: -2px !important; margin-top: -2px !important; margin-bottom:0px !important;}

input.ContractButtons {
    background-color: #fff;
    border: 1px solid #757575;
    color:#263238;
    line-height:17px;
    margin-right:2px;
    padding:3px 10px 3px 20px;
}

a.ContractButtons {
    background-color: #fff;
    border: 1px solid #757575;
    color:#263238;
    line-height:17px;
    margin-right:2px;
    border-radius: 3px;
    padding:3px 10px 3px 20px;
}

a.ContractButtons:hover, input.ContractButtons:hover  {cursor:pointer; border: 1px solid #1976D2; color: #1976D2;}

#setReleaseDate {background:url("../images/icons/save.png") no-repeat 7px #fff}
#costAllocationNew {background:url("../images/icons/add.png") no-repeat 7px #fff}
#costAllocationSave {background:url("../images/icons/save.png") no-repeat 7px #fff}
#costAllocationDelete {background:url("../images/icons/remove.png") no-repeat 7px #fff}
#costAllocationLeasunit {background:url("../images/icons/assign.png") no-repeat 7px #fff}

#contractsave, #contractobjectsave, #contractconditionsave, #contractpaymentsave {background:url("../images/icons/save.png") no-repeat 7px #fff}
#contractobjectnew, #contractconditionnew, #contractpaymentnew {background:url("../images/icons/add.png") no-repeat 7px #fff}
#contractobjectdelete, #contractconditiondelete, #contractpaymentdelete {background:url("../images/icons/remove.png") no-repeat 7px #fff}


#contractsave, #contractobjectsave, #contractobjectnew, #contractobjectdelete,
#contractconditionsave, #contractconditionnew, #contractconditiondelete,
#contractpaymentsave, #contractpaymentnew, #contractpaymentdelete {
    background-color: #fff;
    border: 1px solid #757575;
    color:#263238;
    line-height:17px;
    margin-right:6px;
    padding: 3px 10px 3px 20px !important;
}

#contractsave:hover, #contractobjectsave:hover, #contractobjectnew:hover, #contractobjectdelete:hover,
#contractconditionsave:hover, #contractconditionnew:hover, #contractconditiondelete:hover,
#contractpaymentsave:hover, #contractpaymentnew:hover, #contractpaymentdelete:hover
{
    cursor:pointer;
    border: 1px solid #1976D2;
    color: #1976D2;
}

.ContractFunctionButton {
    background-color: #fff;
    border: 1px solid #757575;
    color:#263238;
    line-height:17px;
    margin-right:2px;
    padding: 3px 24px;
}
.ContractFunctionButton:hover {cursor:pointer;
    border: 1px solid #1976D2;
    color: #1976D2;}

textarea.readonly_contract { max-width:473px; width:473px; height:45px;padding-top: 0px; background: #ddd; }
textarea.editable_contract { max-width:473px; width:473px; height:45px;padding-top: 0px; background: #fff;}

/* Project Buttons */
#ProjectButtonsLine{margin-bottom: 12px;}

input.ProjectButtons { background-color: #fff;
    border: 1px solid #757575;
    color:#263238;
    line-height:17px;
    margin-right:2px;
    padding: 3px 8px;
}
.ProjectButtons a{ background-color: #fff;
    border: 1px solid #757575;
    color:#263238;
    line-height:17px;
    margin-right:2px;
}
.ProjectButtons a:hover, input.ProjectButtons:hover {
    cursor:pointer;
    border: 1px solid #1976D2;
    color: #1976D2;
}
#projectobjectsave, #projectobjectnew, #projectobjectdelete {
    background-color: #fff;
    border: 1px solid #757575;
    color:#263238;
    line-height:17px;
    margin-right:2px;
    padding: 3px 10px 3px 20px !important;
}

#projectobjectsave:hover , #projectobjectnew:hover , #projectobjectdelete:hover
{
    cursor:pointer;
    border: 1px solid #1976D2;
    color: #1976D2;
}

/* Redevelopment Buttons */
#RedevelopmentButtonsLine{margin-bottom: 12px;}

input.RedevelopmentButtons { background-color: #fff;
    border: 1px solid #757575;
    color:#263238;
    line-height:17px;
    margin-right:2px;
    padding: 3px 8px;
}

.RedevelopmentButtons a{ background-color: #fff;
    border: 1px solid #757575;
    color:#263238;
    line-height:17px;
    margin-right:2px;
}

.RedevelopmentButtons a:hover, input.ProjectButtons:hover {
    cursor:pointer;
    border: 1px solid #1976D2;
    color: #1976D2;
}

#redevelopmentobjectsave, #redevelopmentobjectnew, #redevelopmentobjectdelete {
    background-color: #fff;
    border: 1px solid #757575;
    color:#263238;
    line-height:17px;
    margin-right:2px;
    padding: 3px 10px 3px 20px !important;
}
#redevelopmentobjectsave:hover , #redevelopmentobjectnew:hover , #redevelopmentobjectdelete:hover {
    cursor:pointer;
    border: 1px solid #1976D2;
    color: #1976D2;
}

#redevelopmentobjectsave{background:url("../images/icons/save.png") no-repeat 7px #fff}
#redevelopmentobjectnew{background:url("../images/icons/add.png") no-repeat 7px #fff}
#redevelopmentobjectdelete{background:url("../images/icons/remove.png") no-repeat 7px #fff}

/* CAD Buttons */
#CADButtonsLine{line-height:32px;background:#ddd;}

#CADButtonsLine a{padding: 3px 10px !important; border: 1px solid #757575;border-radius:3px}
#CADButtonsLine a:hover {
    cursor:pointer;
    border: 1px solid #1976D2;
    color: #1976D2;
}

input.CADButtons { background-color: #fff;
    border: 1px solid #757575;
    color:#263238;
    line-height:17px;
    margin-right:2px;
    padding: 3px 10px 3px 20px !important;
}

.CADButtons a{ background-color: #fff;
    border: 1px solid #757575;
    color:#263238;
    line-height:17px;
    margin-right:2px;
    padding: 3px 10px 3px 20px !important;
}

.CADButtons a:hover, input.CADButtons:hover {
    cursor:pointer;
    border: 1px solid #1976D2;
    color: #1976D2;
}

#cadnew, #caddelete, #cadfit {
    background-color: #fff;
    border: 1px solid #757575;
    color:#263238;
    line-height:17px;
    margin-right:2px;
    padding: 3px 10px 3px 20px !important;
}

#cadnew:hover , #caddelete:hover , #cadfit:hover {
    cursor:pointer;
    border: 1px solid #1976D2;
    color: #1976D2;
}

#cadnew{background:url("../images/icons/add.png") no-repeat 7px #fff}
#caddelete{background:url("../images/icons/remove.png") no-repeat 7px #fff}
#cadfit{background:url("../images/icons/maxzoom.png") no-repeat 7px #fff}

/* LeaseUnit Buttons */
#GeneralButtonsLine{}

input.GeneralButtons {
    background-color: #fff;
    border: 1px solid #757575;
    color:#263238;
    line-height:17px;
    margin-right:2px;
    padding: 3px 10px 3px 20px !important;
    font-weight: bold;
}

.GeneralButtons a {
    background-color: #fff;
    border: 1px solid #757575;
    color:#263238;
    /*line-height:17px;*/
    margin-right:6px;
    font-weight: bold;
}

.GeneralButtons a:hover, input.GeneralButtons:hover {
    cursor:pointer;
    border: 1px solid #1976D2;
    color: #1976D2;
}

#generalsave:hover, #generalsave_second:hover,
#generalselect:hover, #generalselect_second:hover,
#generalremove:hover, #generalremove_second:hover,
#generalnew:hover, #generalnew_second:hover, #generalnew_third:hover,
#generalcalculate:hover, #generalcalculate_second:hover,
#generallink:hover, #generalback:hover, #generalload:hover {
    cursor:pointer;
    border: 1px solid #1976D2;
    color: #1976D2;
}

#generalsave, #generalsave_second,
#generalselect, #generalselect_second,
#generalremove, #generalremove_second,
#generalnew, #generalnew_second, #generalnew_third,
#generalcalculate, #generalcalculate_second,
#generallink, #generalback, #generalload  {
    background-color: #fff;
    border: 1px solid #757575;
    color:#263238;
    line-height:17px;
    margin-right:2px;
    padding: 3px 10px 3px 20px !important;
    font-weight: bold;
}

#generalsave {background:url("../images/icons/save.png") no-repeat 7px #fff}
#generalsave_second {background:url("../images/icons/save.png") no-repeat 7px #fff}
#generalselect {background:url("../images/icons/edit.png") no-repeat 7px #fff}
#generalselect_second {background:url("../images/icons/edit.png") no-repeat 7px #fff}
#generalremove {background:url("../images/icons/remove.png") no-repeat 7px #fff}
#generalremove_second {background:url("../images/icons/remove.png") no-repeat 7px #fff}
#generalnew {background:url("../images/icons/add.png") no-repeat 7px #fff}
#generalnew_second {background:url("../images/icons/add.png") no-repeat 7px #fff}
#generalnew_third {background:url("../images/icons/add.png") no-repeat 7px #fff}
#generalcalculate {background:url("../images/icons/generate.png") no-repeat 7px #fff}
#generalcalculate_second {background:url("../images/icons/generate.png") no-repeat 7px #fff}
#generallink {background:url("../images/icons/link.png") no-repeat 7px #fff}
#generalback {background:url("../images/icons/edit-undo.png") no-repeat 7px #fff}
#generalload { background:url("../images/icons/load.png") no-repeat 7px #fff}

.ButtonLink{color:#263238;}

#RemoveJobProfileButton {
    background: url("../images/icons/remove.png") no-repeat 7px #fff
}
#OpenJobProfileCatalogButton {}
#ConfirmJobProfileSelectionButton {background:url("../images/icons/save.png") no-repeat 7px #fff}
#CancelJobProfileSelectionButton {background:url("../images/icons/cancel.png") no-repeat 7px #fff}

input.NewButtonLink, input.RemoveButtonLink, input.ImportButtonLink, input.ExportExcelButtonLink,  input.ExcelButtonLink, input.EmailButtonLink, input.RefreshButtonLink,
input.SaveButtonLink, input.MaxZoomButtonLink, input.BackButtonLink, input.CancelButtonLink, input.EditButtonLink{
    background-color: #fff;
    border: 1px solid #757575;
    color:#263238;
    line-height:17px;
    margin-right:6px;
    padding: 3px 10px 3px 20px !important;
    font-weight: bold;
}

.adjustButtonMarginTop {
  /*margin-top: -4px;*/
}

.NewButtonLink, .RemoveButtonLink, .ImportButtonLink, .ExportExcelButtonLink, .ExcelButtonLink, .EmailButtonLink, .RefreshButtonLink,
.SaveButtonLink, .MaxZoomButtonLink, .BackButtonLink, .CancelButtonLink, .EditButtonLink {
    padding: 4px 10px 4px 20px !important;
    text-decoration: none;
    border: 1px solid #757575;
    border-radius: 3px;
    display:inline-block;
    font-weight: bold;
}

.NewButtonLink:hover, .RemoveButtonLink:hover, .ImportButtonLink:hover, .ExportExcelButtonLink:hover, .ExcelButtonLink:hover, .EmailButtonLink:hover, .RefreshButtonLink:hover,
.SaveButtonLink:hover , .MaxZoomButtonLink:hover, .BackButtonLink:hover, .CancelButtonLink:hover, .EditButtonLink {
    cursor:pointer;
    border: 1px solid #1976D2;
    color: #1976D2;}

.EmailButtonLink {
    background: url(../images/icons/email.png) no-repeat 7px 49% #fff;
}
.RefreshButtonLink {background: url(../images/icons/refresh_small.png) no-repeat 7px #fff;}
.ExportExcelButtonLink{background:url("../images/icons/export_excel.png") no-repeat 7px #fff;}
.ExcelButtonLink{background:url("../images/icons/export_excel.png") no-repeat 7px #fff;}
.NewButtonLink {background:url("../images/icons/add.png") no-repeat 7px #fff;}
.CancelButtonLink {background:url("../images/icons/cancel.png") no-repeat 7px #fff;}
.RemoveButtonLink {background:url("../images/icons/remove.png") no-repeat 7px #fff;}
.ImportButtonLink {background:url("../images/icons/import.png") no-repeat 7px #fff;}
.SaveButtonLink {background:url("../images/icons/save.png") no-repeat 7px #fff;}
.EditButtonLink {background:url("../images/icons/edit.png") no-repeat 7px #fff;}
.MaxZoomButtonLink {background:url("../images/icons/maxzoom.png") no-repeat 7px #fff;}
.BackButtonLink {background:url("../images/icons/edit-undo.png") no-repeat 7px #fff; }

.ButtonLinkDiv {
    padding: 0;
    margin: 0 0 12px 0 !important;
}

/* Eingabemasken */

form.editMaskMeterOverview {position: absolute; left:20px; top:30px; right:30px;}
form.editMaskMeterOverview fieldset { clear: left;  position:relative; padding: 5px 15px 5px 10px;}

form.editMask h3 { color: #263238; margin: 0 }

form.editMask br { clear: left }
form.editMask hr { clear: left; margin-bottom: 7px; }

form.editMask .w30 { width: 28px; _width: 24px }

form.editMask .w40 { width: 38px; _width: 34px }
form.editMask select.w40 { width: 44px; padding:1px; }

form.editMask select.w50 { width: 50px }

form.editMask .w60 { width: 58px; _width: 54px }
form.editMask select.w60 { width: 66px }

form.editMask .w62 { width: 60px; _width: 56px }

form.editMask .w70 { width: 68px; _width: 64px }
form.editMask select.w70 { width: 76px }

form.editMask .w72 { width: 70px; _width: 66px }

form.editMask .w80 { width: 78px; _width: 74px }
form.editMask select.w80 { width: 86px }

form.editMask .w110 { width: 108px; _width: 104px;}
form.editMask select.w110 { width: 110px }

form.editMask select.w116 { width: 116px }

form.editMask .w120 { width: 118px; _width: 114px;}
form.editMask select.w120 { width: 120px }

form.editMask .w130 { width: 128px; _width: 124px;}
form.editMask select.w130 { width: 130px }

form.editMask .w135 { width: 133px; _width: 129px;}
form.editMask select.w135 { width: 135px }

form.editMask .w140 { width: 134px; _width: 130px }
form.editMask select.w140 { width: 136px }

form.editMask .w144cal { width: 144px; _width: 144px }

form.editMask .w148 { width: 146px; _width: 142px }
form.editMask select.w148 { width: 148px }

form.editMask .w155 { width: 154px; _width: 150px }
form.editMask select.w155 { width: 156px }

form.editMask .w170 { width: 166px; _width: 164px }
form.editMask select.w170 { width: 173px }
form.editMask .w172 { width: 172px; _width: 172px }

form.editMask .w170ou { width: 166px; _width: 164px }
form.editMask .w170ou:hover { cursor: help; }

form.editMask .w180 { width: 178px; _width: 170px }
form.editMask select.w180 { width: 175px }

form.editMask .w185 { width: 185px; _width: 180px }
form.editMask select.w185 { width: 185px }

form.editMask .w200 { width: 200px; _width: 195px }

form.editMask .w205 { width: 205px; }
form.editMask select.w205 { width: 205px }

form.editMask .w215 { width: 215px; }
form.editMask select.w215 { width: 215px }

form.editMask select.w232 { width: 232px }

form.editMask .w245 { width: 243px; _width: 240px }
form.editMask select.w245 { width: 245px }

form.editMask .w250 { width: 248px; _width: 244px }
form.editMask .w246 { width: 246px; _width: 244px }
form.editMask select.w250 { width: 250px }
form.editMask .w268 { width: 268px }

form.editMask .w280 { width: 274px; _width: 272px }
form.editMask select.w280 { width: 280px }

form.editMask .w284 { width: 284px }

form.editMask .w328 { width: 322px; _width: 322px }

form.editMask .w344 { width: 344px; _width: 340px; }

form.editMask .w350 { width: 346px; _width: 344px; max-width:350px }
form.editMask select.w350 { width: 354px }

form.editMask .w354 { width: 354px; _width: 354px; max-width:354px }

form.editMask .w360 { width: 352px; _width: 350px }
form.editMask select.w360 { width: 360px }

form.editMask .w370 { width: 368px; _width: 364px }
form.editMask select.w370 { width: 370px }

form.editMask .w375 { width: 373px; _width: 369px }
form.editMask select.w375 { width: 375px }

form.editMask .w380 { width: 378px; _width: 374px }
form.editMask select.w380 { width: 380px }

form.editMask .w450 { width: 448px; _width: 444px }
form.editMask select.w450 { width: 450px }

form.editMask .w550 { width: 548px; _width: 544px }
form.editMask select.w550 { width: 550px }

.h250 {height:250px}

.h32 {min-height:32px !important}
.h40 {min-height:40px !important}

form.editMask #StartDateFieldhref { margin: 0; }
form.editMask #EndDateFieldhref { margin: 0; }
form.editMask #YearSelect optgroup { color: #263238; font-weight: normal; font-style: normal; margin: 0; padding: 0 }
form.editMask #YearSelect option { color: #263238; margin: 0; padding: 0 }

form.editMask div.statusNOTYETPOSSIBLE{width: 48px; height: 25px;  background-color: #ffffff ; border: 1px solid #d1dbdb; padding: 5px; }
form.editMask div.statusOUTSTANDING{width: 48px; height: 25px;  background-color: #ff9999 ; border: 1px solid #d1dbdb; padding: 5px; }
form.editMask div.statusDATACHECKED{width: 48px; height: 25px;  background-color: #ffff99 ; border: 1px solid #d1dbdb; padding: 5px; }
form.editMask div.statusINPROGRESS{width: 48px; height: 25px;  background-color: #fac090 ; border: 1px solid #d1dbdb; padding: 5px; }
form.editMask div.statusSUCCESSFUL{width: 48px; height: 25px;  background-color: #c3d69b ; border: 1px solid #d1dbdb; padding: 5px; }
form.editMask div.statusSUCCESSFULRESTRICTED{width: 48px; height: 25px;  background-color: #ccff99 ; border: 1px solid #d1dbdb; padding: 5px; }
form.editMask div.statusERRONEOUS{width: 48px; height: 25px;  background-color: #ff9999 ; border: 1px solid #d1dbdb; padding: 5px; }
form.editMask div.statusNEWDATAAVAILABLE{width: 48px; height: 25px;  background-color: #b9cde5 ; border: 1px solid #d1dbdb; padding: 5px; }
form.editMask div.statusCONNECTIONFAILED{width: 48px; height: 25px;  background-color: #ff9999 ; border: 1px solid #d1dbdb; padding: 5px; }
form.editMask div.statusNotActive{width: 48px; height: 25px;  background-color: #A9A9A9 ; border: 1px solid #d1dbdb; padding: 5px; }

form.editMask div.invoiceOUTSTANDING{width: 48px; height: 25px; border: 1px solid #d1dbdb; padding: 5px; }
form.editMask div.invoiceI2{width: 48px; height: 25px;  background-color: #ffff99 ; border: 1px solid #d1dbdb; padding: 5px; }

form.editMask div.invoiceVE {
    width: 48px;
    height: 25px;
    background-color: #ccdcab;
    border: 1px solid #757575;
    padding: 5px;
}
form.editMask div.invoiceGA{width: 48px; height: 25px;  background-color: #ff9999 ; border: 1px solid #d1dbdb; padding: 5px; }
form.editMask div.invoiceKI{width: 48px; height: 25px;  background-color: #fac090 ; border: 1px solid #d1dbdb; padding: 5px; }

form.editMask div.invoiceSA {
    width: 48px;
    height: 25px;
    background-color: #a0be63;
    border: 1px solid #d1dbdb;
    padding: 5px;
}

form.editMask td.yearField div.statusNOTYETPOSSIBLE{width: 188px;}
form.editMask td.yearField div.statusOUTSTANDING{width: 188px;}
form.editMask td.yearField div.statusDATACHECKED{width: 188px;}
form.editMask td.yearField div.statusINPROGRESS{width: 188px;}
form.editMask td.yearField div.statusSUCCESSFUL{width: 188px;}
form.editMask td.yearField div.statusSUCCESSFULRESTRICTED{width: 188px;}
form.editMask td.yearField div.statusERRONEOUS{width: 188px;}
form.editMask td.yearField div.statusNEWDATAAVAILABLE{width: 188px;}
form.editMask td.yearField div.statusCONNECTIONFAILED{width: 188px;}
form.editMask td.yearField div.statusNotActive{width: 188px;}

form.editMask div.statusNOTYETPOSSIBLE:hover{cursor: help;}
form.editMask div.statusOUTSTANDING:hover{cursor: help;}
form.editMask div.statusDATACHECKED:hover{cursor: help;}
form.editMask div.statusINPROGRESS:hover{cursor: help;}
form.editMask div.statusSUCCESSFUL:hover{cursor: help;}
form.editMask div.statusSUCCESSFULRESTRICTED:hover{cursor: help;}
form.editMask div.statusERRONEOUS:hover{cursor: help;}
form.editMask div.statusNEWDATAAVAILABLE:hover{cursor: help;}
form.editMask div.statusCONNECTIONFAILED:hover{cursor: help;}
form.editMask div.statusNotActive:hover{cursor: help;}

form.editMask td.quarterField, form.editMask td.yearField { white-space: nowrap; text-align: left; padding: 5px 10px 0px 0px; vertical-align: middle;}
form.editMask div.monthNumber, form.editMask div.yearNumber { text-align: center;  vertical-align: bottom; width: 100%; height: 100%; }
form.editMask span.monthNumber, form.editMask span.yearNumber { font-size: 9px; vertical-align: bottom; }

form.editMask span.transferStatusLabel { margin-left: 10px; }

/* Lösung für 2 nebeneinanderstehende Boxen. Probleme mit Positionierung unterhalb folgender Elemente, wenn die Boxen unterschiedlich hoch sind. */
form.editMask div#statusboxes { margin: 0; width: 100%; }
form.editMask div#leftstatusbox { float: left; width: 330px; height: 0px; }
form.editMask div#rightstatusbox { margin-left: 340px; }
form.editMask div.clearleft { clear: left; height: 1px; }

/* Dialog Modalboxes - Confirm, Message, Organisation Info Dialog */
div.confirmDialog,
div.messageDialog,
div.organisationInfoDialog {
    border: 2px solid #f5f5f5;
    background: #fff;
    width: 40em;
    position: fixed;
    z-index: 99;
    overflow: visible;
    left: 50%;
    top: 40%;
    margin-left: -20em;
    margin-top: -5%
}
.dialogTitle {
    line-height: 32px;
    font-weight: 600;
    font-size: 13px;
    background:#456;
    text-align:center;
    display:block;
    color: #fff;
    margin-bottom: 0 /*24px;*/
}
.dialogFoldableHeading {
  line-height: 24px;
  font-weight: 600;
  font-size: 12px;
  background: #f5f5f5;
  text-align: left;
  display: flex;
  justify-content: space-between;
  color: #263238;
  margin-bottom: 0;
  border-top: 1px solid white;
  padding: 5px;
}

.dialogFoldableHeading .upAndDownButton:focus {
  outline: 2px solid #1976D2; outline-offset: -2px;
}

.dialogContent {
    color:#263238;
    display:block;
    padding:24px 12px; /*0px;*/
    margin: 0; /*22px 0;*/
    white-space:normal;
    text-align:center;
    font-size:1.1em
}
/* Anpassung für Passwortändern-Maske*/
#pw_box div.dialogButtons
{
    margin: 0px -10px;
}
.dialogButtons a#ConfirmdialogCancelLink:hover,
.dialogButtons a#PasswordChangeDialogCancelLink:hover,
.dialogButtons a#DeleteConfirmDialog_CancelLink:hover,
.dialogButtons a#ConfirmConductMoveDialog_CancelLink:hover,
.dialogButtons a#MessageDialogCancelLink:hover,
.dialogButtons a#MessageDialogForDeletingCancelLink:hover,
.dialogButtons a#LastLogoutCancelLink:hover,
.dialogButtons a#SimpleConfirmDialogCancelLink:hover,
.dialogButtons a#TextAreaDialogCancelLink:hover {
    background: #fff;
}
.dialogButtons a,
.organisationInfoDialogButtons a {
    cursor: pointer;
    color: #fff;
    background: #1976D2;
    width: 100%;
    line-height: 32px;
    border: 1px solid #1976d2;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}

.dialogButtons_alternate a{
    cursor: pointer;   
    color: #1976D2;   
    background: #fff;   
    width: 100%;   
    line-height: 32px !important;    
    border: 0px;    
    font-weight: normal !important;    
    font-size: 13px !important;    
    border: 1px solid #1976D2;   
    border-radius: 3px;
    display: inline-block;
	text-align: center;
}
.dialogButtons_alternate a:focus {
    outline: 2px solid #1976D2;
    outline-offset: -2px;
}
.organisationInfoDialogButtons a:focus,
.dialogButtons a:focus {
    outline: 2px solid #fff !important;
    outline-offset: -4px !important;
}
/* dialog - Cancel buttons*/
.dialogButtons a#ConfirmdialogCancelLink,
.dialogButtons a#PasswordChangeDialogCancelLink,
.dialogButtons a#DeleteConfirmDialog_CancelLink,
.dialogButtons a#ConfirmConductMoveDialog_CancelLink,
.dialogButtons a#MessageDialogCancelLink,
.dialogButtons a#MessageDialogForDeletingCancelLink,
.dialogButtons a#LastLogoutCancelLink,
.dialogButtons a#SimpleConfirmDialogCancelLink,
.dialogButtons a#TextAreaDialogCancelLink {
    background: #eee;
    color: #263238;
    text-decoration: none;
    border:1px solid #757575;
}

.dialogButtons a#ConfirmdialogCancelLink:focus,
.dialogButtons a#PasswordChangeDialogCancelLink:focus,
.dialogButtons a#DeleteConfirmDialog_CancelLink:focus,
.dialogButtons a#ConfirmConductMoveDialog_CancelLink:focus,
.dialogButtons a#MessageDialogCancelLink:focus,
.dialogButtons a#MessageDialogForDeletingCancelLink:focus,
.dialogButtons a#LastLogoutCancelLink:focus,
.dialogButtons a#SimpleConfirmDialogCancelLink:focus,
.dialogButtons a#TextAreaDialogCancelLink:focus{
    outline: 2px solid #1976d2 !important;
    outline-offset: -2px !important;
    background: #fff !important;
}
.dialogButtons a:hover, .dialogButtons_alternate a,
.organisationInfoDialogButtons a:hover{

    /* This works in IE 8 & 9  */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=80);

    /* Older than Firefox 0.9 */
    -moz-opacity:0.8;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.8;

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.8;
}

div#OrganisationUnitElements {
    max-height: 400px;
    overflow: auto;
    /*max-width: 700px;*/
    /*min-width: 290px;*/
    padding:2px
}

div.dialogContentHeading{
    font-weight:bold;
    padding: 6px 0 0px 0px;
}
/********LOGIN FORMULAR********/

.login_container{	 
    position: absolute;
    top:20%;
    left: 50%;
    margin-left: -172px; 
    width: 344px;	
}

#login_box {
    background: #eee;    
    border: 2px solid #f5f5f5;   
    padding:12px
}

#login_box #title {
    line-height: 32px;
    font-weight: 600;
    font-size: 13px;
    background:#456;
    text-align:center;
    display:block;
    color: #fff;
    margin:-12px -12px 24px;
}

#login_box #user,
#login_box #pass {
    width:320px;
    line-height: 24px;
    margin:12px -12px 24px 0px
}

#login_box #siteLoginUser,
#login_box #siteLoginPass{
    display: block;
    float: right;
    width: 206px;
    line-height: 16px;
    margin: 0;
    margin-right:4px;
    color:#263238;
}
#login_box #loginButton{
    padding:0px;
    text-align: center;
    margin: 24px -12px -12px
}

.login_box_button {
    cursor: pointer;
    color:#fff;
    background: #1976D2;
    width:100%;
    line-height: 32px !important;
    border: 0px;
    font-weight: bold !important;
    font-size: 13px !important;
}
.login_box_button:focus {outline: 2px solid #fff; outline-offset:-4px}

.login_box_button:hover, #pw_box #dochange:hover {

    /* This works in IE 8 & 9  */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=80);

    /* Older than Firefox 0.9 */
    -moz-opacity:0.8;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.8;

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.8;
}

.login_alternate { 
 	margin-top: 40px;
}

#FormErrors{
    position: relative;
    /*color: #d32f2f;*/
    margin: 24px 0px;
    width:unset;
    text-align: left;
    font-size:1.2em;
}

/********CHANGE PASSwORD FORMULAR********/

#change_pw_info {
    position: absolute;
    width:320px;
    top:30%;
    left: 50%;
    margin-left: -160px;
    padding:0px;
}
#change_pw_info a {background:#eee;color:#263238; border:1px solid #757575;text-decoration:none; padding:4px 40px;}
#change_pw_info a:hover {background:#fff;text-decoration:underline;}
#pw_box {
    background: #eee;
    width:320px;
    border: 2px solid #f5f5f5;
    position: absolute;
    top:20%;
    left: 50%;
    margin-left: -172px;
    padding:12px 12px 0px 12px;
}

#pw_box #title {
    line-height: 32px;
    font-weight: 600;
    font-size: 13px;
    background:#456;
    text-align:center;
    display:block;
    color: #fff;
    margin:-12px -12px 24px;
}

#pw_box #change_pw
{
    position: relative;
    width:320px;
    padding:0px;
}

#pw_box label{
    position:relative;
    color: #263238;
}

#pw_box #oldpass,
#pw_box #pass,
#pw_box #pass2 {
    width:320px;
    line-height: 24px;
    margin:12px -12px 24px 0px
}

#pw_box #pw_back,
#pw_box #pw_back1,
#pw_box #pw_back2{
    display: block;
    float: right;
    width: 190px;
    line-height: 16px;
    margin: 0;
    color:#263238;
}
#pw_box #changepwButton{
    padding:0px;
    text-align: center;
    margin: 24px -12px -12px
}
#pw_box #dochange {
    cursor: pointer;
    color:#fff;
    font-size: 13px;
    background:#1976D2;
    font-weight:bold;
    width:100%;
    line-height: 32px;
    border: 1px solid #1976d2;
    border-radius: 0;
}
#dochange:focus {
    outline: 2px solid #fff;
    outline-offset: -4px;
}


/*************** HEADER ***************/

#header {
    padding:0;
    margin:0;
    height: 42px;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    display:block;
    width: 100%;
    overflow-x: auto;

}
#header #title {
    display:none;
    padding: 8px 12px;
    text-align: left;
    position: relative;
    top: 0; left: 0;
}

/* Logo - VITRIcon-Layout */
.headerlogo{
    padding: 12px 10px;
    float:left;
}

#logo {
    height: 16px;
    background-repeat: no-repeat;
    padding-right: 88px; /* padding für größe verwenden  */
    background-image: url(../images/v_color.svg);
    float: left;
}
a#homelink {
    display: inline-block;
}

.hint {
    color: #999;
    font-size: 11px;
}

/** Benutzer-Informationen/Abmelden **/
#header .userInfo {
    padding: 0;
    position: relative;
    float:right;
    top: 0px;
    right: 0px;
    line-height: 40px;
    height: 40px;
    width:auto;
    z-index: 3;
}
/** Hotlinks**/
#header .hotlinks {
    float: left;
    display: inline-flex;
}

/* Mein Vitricon */

#MyVitriconLinkImage {
    background-repeat: no-repeat;
    border: 0 none;
    height: 15px;
    width: 15px;
    z-index: 1;
    background-image: url(../images/vitricon_icon.svg);
}

#header .userInfo div#userheader {
    position: relative;
    float:right;
    top:0px;
    padding: 0px;
    z-index: 1;
    font-size:23px;
    display: inline-flex;
}

#header .userInfo div#userheader a:focus, #header .userInfo div#userheader a:focus-visible{
    outline: 2px solid #1976D2; outline-offset: -2px; background: #f5f5f5;
}


/* vuser*/
.v-user{
    display: block;
    font-size: 13px;
    color: rgb(255, 255, 255);
    padding: 0px;
    overflow-y: auto;
    max-height: 85%;
}

.dd-user dt a {
    cursor: pointer;
    margin: 0;
    padding: 5px 12px 4px 12px;
    text-decoration: none;
    line-height:41px;
}

.dd-user dt a:hover {
    background:#fff
}

.dd-user dd ul.v-user {
    display:none;
    width: 220px;
    /*left:-190px;
    top:3px;*/
    position: fixed;
    right: 0;
    z-index: 99999;
}

.icon-before::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}

.user-title{
    color: #fff;
    background: #546E7A;
    border-radius: 0;
    padding: 4px 12px;
    font-weight:bold;
}
.icon-user::before {
    content:"\f007";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.icon-user-group::before {
    content: "\f0c0";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
}
.user-title #name{

}
.user-group {
    color: #263238;
    line-height: normal;
    background: white;
    padding: 4px 12px;
    line-height: 40px;
}

.dd-external-links {
    width: auto;
    right:346px;
    top:41px;
    z-index:99;
    position:absolute;
}

.dd-external-links .dropdown-triangle{
    background: transparent !important;
    position: absolute;
    top: -22px;
    right: 0px;
    font-size: 1.6rem;
    color: #546E7A;
    display: none;
}

.icon-external-link::before {
    content:"\f08e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.external-link-title{
    color: #fff;
    background: #546E7A;
    border-radius: 0;
    padding: 4px 12px;
    border-bottom:1px solid #ddd;
    font-weight:bold;
    line-height: 40px;
    font-size: 13px;
}

.external-link {
    color: #263238;
    line-height: normal;
    background: white;
    padding: 0;
    font-size: 13px;
}

.external-link-scrollbar {
    overflow: auto;
    max-height: 85vh;
    overflow-x: hidden;
}

.icon-changepw::before{
    content:"\f4ff";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
}
.icon-logout::before{
    content:"\f011";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
}
.icon-close::before{
    content:"\f00d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
}

a.dropdown-item {background:#fff;color: #263238 !important}
a.dropdown-item:hover {
    background-color: #f5f5f5 !important;
}

/*allg*/

#header .userInfo .hotlinks span a {
    text-decoration:none;
    padding: 13px 14px 12px 14px;
    font-size: 15px;
    display: inline-block;
}
#header .userInfo span a:hover {background:#fff;}

#header #homelink:focus {outline: 2px solid #1976D2; outline-offset: 2px; background: #fff;}
#header .userInfo .hotlinks span a:focus {outline: 2px solid #1976D2; outline-offset: -2px; background: #fff;}
#header #siteSearch a:focus {outline: 2px solid #1976D2; outline-offset: -2px; background: #fff;}

#header .userInfo .hotlinks span#CustomBackgroundTasks {position:relative}
#header .userInfo .hotlinks span#CustomBackgroundTasks .notification-badge { min-width: 7px; border-radius: 6px; padding: 1px 3px; text-align: center; font-size: 8px; line-height: 10px; background-color: #72777d; cursor: pointer; font-weight: 300; }
/* HEADER TOOLTIP*/

.tipsy { padding: 0; font-size: 11px; font-weigth:bold }
.tipsy-inner { padding: 4px 6px; background-color: #263238; color: #fff; max-width: 200px; text-align: center}
.tipsy-north { background-position: top center}
.tipsy-south { background-position: bottom center }
.tipsy-east { background-position: right center }
.tipsy-west { background-position: left center }

/* Srachauswahl */

.ls{
    float: right;
    /*margin-right: 16px;*/
    position: relative;
    top:1px;
}
#languageselect {
    /*padding: 12px 10px;*/
    float: left;
}
#languageselect a.icon {
    display: inline-block;
    padding: 12px 20px;
}
#languageselect a.icon:focus {
    outline:2px solid #1976D2;
    outline-offset: -2px;
    background: #fff;
}
#languageselect a{
    padding: 12px 10px;
}
#languageselect a:focus, #languageselect a:focus-visible {outline: 2px solid #1976D2; outline-offset: -2px; background: #f5f5f5;}
#languageselect a:hover {
    background-color: #fff;
}

/*.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }*/
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited {text-decoration:none;}
.dd-language dt a span{padding-right:00px; width:90px;}
/*.dropdown dt a {cursor:pointer; display:block; padding:4px;}*/
ul.dropdown-menu.v-language:focus {
    outline:2px solid #1976D2;
    outline-offset: -2px;
}
.dropdown dd ul {
    list-style:none outside none;
    padding:0;
    position:absolute;
    outline:2px solid #1976D2;
    outline-offset: -2px;
    -webkit-box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%)
}
.dd-language dd ul.v-language {
    display:none;
    z-index: 99999;
    height:auto;
    position:fixed;
}
.dd-language .dropdown-triangle {
    display: none;
}


.dropdown span.value { display:none;}
.dropdown dd ul.v-language li a { padding:10px 6px;}
.dropdown dd ul li a { padding:4px 12px; display:block;text-decoration:none;}
.dropdown dd ul li a.with-textdecoration { padding:6px 12px; display:block;text-decoration:underline;word-wrap:anywhere; }
.dropdown dd ul li a.with-textdecoration:hover { background:#f5f5f5;}
.dropdown dd ul li a.with-textdecoration:focus,
.dropdown dd ul li a.with-textdecoration:focus-visible {
    outline: 2px solid #1976D2;
    outline-offset: 0px;
    background-color: #f5f5f5 !important;
}

.dd-language dd ul.v-language li {background:#fff}
.dd-language dd ul.v-language li a:hover {text-decoration: none; background-color: #f5f5f5 !important}
.dropdown img.flag { border:1px solid #263238; margin-left:2px;position:relative;top:1px;}
.dropdown a.icon:hover { text-decoration:none;}
.dropdown a.icon:hover span.ulabel{ text-decoration:none; color:#263238}

/*** Suche im Header***/
#siteSearch {
    border: 0px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    position: relative;
    float:right;
    /*margin-right:16px*/
}
#siteSearch input
{
    background: #fff;
    color: #263238;
    width: 180px;
}
/*#siteSearch input:focus{
    border:1px solid #1976D2;
    color:#263238;
}*/
#siteSearchBox {
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    margin: 0;
    position: relative;
    top: 0px;
}
.prefilter {
    display: flex;
}
.PreFilterField,
#SingleSelectOrganisationUnitCollectionOverview_PreFilterField,
#MultipleSelectOrganisationUnitCollectionOverview_PreFilterField {
    background: #fff;
    color: #263238;
    font-size:15px;
}
#siteSearchSubmit,
#siteExtendedSearchSubmit,
#SubmitFilterComponentMassDataChange,
.PreSubmitPreFilter {
    cursor: pointer;
    margin: 0;
    /*margin-left:-3px;*/
    padding: 10px 14px;
    font-size: 15px;
    text-decoration: none;
}

.PreSubmitPreFilter:hover {
    /* This works in IE 8 & 9  */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=80);

    /* Older than Firefox 0.9 */
    -moz-opacity:0.8;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.8;

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.8;

}
#header #siteSearch a {
    color:#263238
}
#header #siteSearch a:hover {
    background: #fff;
}

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

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #757575;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #757575;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #757575;
}

/************************************************************/

/* Trennlinie oben */
#separatorTop { height: 0px;}

/*** Suche auf der Suchseite ***/

#searchPageBox,
#searchPageSubmit,
#searchPageExtendedSubmit{
    /*background-image: url(../images/search1.png);*/
}

#searchPageBox {
    /* display: block;
     float: left;
     width: 170px;
     height: 15px;
     line-height: 15px;
     padding: 4px 5px 3px 5px;
     margin: 0;
     border: 0;
     font-size: 11px;
     background-position: 0px 0px;
     background-repeat: no-repeat;
     outline: none;*/

    width: 330px;
    border: 1px solid #ddd;
    border-radius: 12px;
    margin: 0;
    padding: 4px 4px 4px 8px;
    position: relative;
    top: 0px;
}

#searchPageSubmit {
    /* display: block; */
    /* float: left; */
    width: 40px;
    /* height: 22px; */
    /* padding: 0; */
    border: 0;
    /* background-position: 0px -22px; */
    /* background-repeat: no-repeat; */
    /* outline: none; */
    /* cursor: pointer; */
    cursor: pointer;
    /* margin: 0; */
    margin: 12px;
    padding: 11px 0px;
    font-size: 14px;
    /* content: "\f4ff"; */
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    /* display: inline-block; */
    /* font-style: normal; */
    /* font-variant: normal; */
    /* text-rendering: auto; */
    /* -webkit-font-smoothing: antialiased; */
    /* margin-right: 10px; */
    background: #eee;
    color: #263238;
}

#searchPageSubmit:hover {
    background:#fff;
}

#searchPageExtendedSubmit {
    display: block;
    float: left;
    width: 25px;
    height: 22px;
    padding: 0;
    margin :0;
    border: 0;
    background-position: 0px -44px;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
}

#searchPageExtendedSubmit:hover {
    background-position: -25px -44px;
    background-repeat: no-repeat;
}
#onlyValidObjectsLabel {
    margin-left: 20px;
    line-height: 15px;
}
#onlyValidObjectsCheckbox {
    line-height: 15px;
    position: relative;
    top: 2px;
}
#searchPageIndex {
    background: #D8D8D8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    border: 1px solid #757575;
    text-decoration: none;
    margin-left: 10px;
    cursor: pointer;
}
#searchPageIndex:hover {
    background: #F5F5F5;
}
/******************* NAVIGATION **********************/

/***** Elemente Navigationsbereich links ******/

#content td.navigationPane { width: 370px; border-right: 0px solid #ddd }

#content td.navigationPane table.segmentBar { width: 100% }
#content td.navigationPane table.segmentBar td.top { height: 28px;}
#content td.navigationPane table.segmentBar td a {color: #fff; font-weight: bold; text-decoration: none; padding: 4px 12px; display: block; background:#546e7a }
#content td.navigationPane table.segmentBar td a:hover {text-decoration: underline }
#content td.navigationPane table.segmentBar td.on {color: #fff;font-weight:bold; padding: 4px 12px; background:#455A64}
#content td.navigationPane table.segmentBar td a:focus {outline: 2px solid #1976D2; outline-offset: -2px;background: #fff; color: #263238;}


/* Jahres / Sichtweisenauswahl */
#content td.navigationPane table#segment0 { border-top: 0px solid #f1f4f4; border-bottom: 0px solid #ddd; background-color: #fff }
#content td.navigationPane table#segment0 form { display: table }
#content td.navigationPane table#segment0 label { color: #263238; font-weight: normal }
#content td.navigationPane table#segment0 select { margin-left: 0px }
#content td.navigationPane table#segment0 select[disabled] { margin-left: 0px; }

/* Segment-Buttons */
#content td.navigationPane table#segment1,
#content td.navigationPane table#segment2,
#content td.navigationPane table#segment3,
#content td.navigationPane table#segment4,
#content td.navigationPane table#segment5,
#content td.navigationPane table#segment6,
#content td.navigationPane table#segment7 {padding: 2px 2px 0px 2px; }

/***** Elemente Inhaltsbereich rechts ******/

/* Funktions-Leisten */
#content table.menuBar { width: 100% }
#content table.menuBar td.bar { height: 34px; white-space: nowrap;vertical-align: middle; display:block; overflow: auto }
#content table.menuBar a { text-decoration: none }

/* Funktions-Buttons */
#content div.functionButton { float: left; margin:2px 0px; display:flex;}
#content div.functionButton > a {background: transparent; color:#263238; font-weight: 600;padding:7px 10px; border-radius: 3px;-moz-border-radius:3px;-webkit-border-radius: 3px;}
#content div.functionButton > a:hover { background:#f5f5f5;}
#content div.functionButton > a:focus {outline: 2px solid #1976D2; outline-offset: -2px; }
#content div.functionButton img.ficon {width:10px;height:10px; margin-right:4px;position:relative;top:1px;border:medium none;}

/* Funktions-Buttons Rechts ausgerichtet */
#content div.functionButtonRight { float: right; margin:4px 4px 4px 0px;}
#content div.functionButtonRight a {background: transparent; border:1px solid transparent; border-radius: 3px;-moz-border-radius:3px;-webkit-border-radius: 3px; color:#263238;padding:4px 4px 8px 4px;line-height: 23px}
#content div.functionButtonRight a:hover { background:#f5f5f5;color:#263238;}
#content div.functionButtonRight a:focus {outline: 2px solid #1976D2; outline-offset: -2px;}
#content div.functionButtonRight img.ficon {width:20px;height:20px;border:medium none;vertical-align:middle;}

#content div.functionButtonRight a.SaveButton {border: 1px solid #757575 !important;}

/* Funktions-Menü(s) */
#content table#menu2,
#content table#menu3,
#content table#menu4 { border-top: 0px solid #ddd; border-bottom: 1px solid #ddd; background:#fff}

/* Tab-Menü*/
#content table#menu1 {border-bottom: 0px solid #ddd;}
#content table#menu1 td.tabs { vertical-align: bottom; height: 30px; overflow:auto; display:block}
#content table#menu1 td.tabs a:focus {outline: 2px solid #1976D2; outline-offset: -2px; }

/* Tab-Menü - hoch gestellt runde ecken - notactive dunkler */
#content table#menu1 td.tabs a {
    background: #eee;
    color: #263238;
    border: 1px solid #757575;
    border-bottom: none;
    margin-top: 0px;
    margin-right: 1px;
    padding: 5px 6px 3px 6px;
    position: relative;
    top: 3px;
    display: block;
    float: left;
    font-size: 11px;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius:3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
}
#content table#menu1 td.tabs a:hover { color:#263238; background: #fff;}
#content table#menu1 td.tabs a.on {
    border-bottom:none;
    color:#263238;
    font-size:11px;
    font-weight:bold;
    line-height:15px;
    margin-top:-1px;
    background: #fff;
    border-top: 2px solid #1976D2
}

#content table#menu1 td.tabs a.highlight { background: #fba;}


/* Hilfebox, fehlermeldung, ok meldung */
div.helpMessage,
div.errorMessage,
div.okMessage {
    border:1px solid #757575;
    margin:12px 0;
    padding:12px;
    width: fit-content;
    font-size:11px;
}
div.helpMessage h1,
div.errorMessage h1,
div.okMessage h1 {
    color: #263238;
    font-size: 13px;
    padding-right: 12px;
    margin-bottom:0
}

div.helpMessage p,
div.errorMessage p,
div.okMessage p {
    color: #263238;
    font-size:11px;
    font-weight: bold;
    margin:5px 0
}

div.errorMessage ul,
div.okMessage ul {
    color: #263238;
    font-weight: bold;
    padding:12px;
}
div.errorMessage ul li,
div.okMessage ul li {
    color: #263238;
    /*padding:12px;*/
}
/* hilfebox */
div.helpMessage {
    background-color:#FFF59D;
    border-color:#757575
}
/* Fehlermeldung */
div.errorMessage {
    background-color: #FFCDD2;
    border-color: #B71C1C !important;
}
/* OK Meldung */
div.okMessage {
    background-color: #C8E6C9;
    border-color:#1B5E20 !important;
}

/* Hilfebereich (ein/ausblendbar) */
table#editPaneHelpToggle {
    background:none repeat scroll 0 0 #FFF;
    border-bottom:0px solid #ddd;
    border-top:1px solid #ddd;
    bottom:0;
    position:relative;
    width:100%;
}
table#editPaneHelpToggle img { padding: 2px }
table#editPaneHelpToggle a { background-color: #FFF; background:url(../images/icons/helpIcon.png) no-repeat scroll 6px 3px transparent; color:#263238; padding:4px 0 4px 32px; display: block; text-decoration: none;}
table#editPaneHelpToggle a:hover { color: #263238;text-decoration: underline }
div#editPaneHelp { padding: 7px 12px 7px 12px; margin-bottom: 0px }
div#editPaneHelp h1 { color: #263238; font-size: 11px; margin: 0 }
div#editPaneHelp p { color: #263238; }

/* Inhaltsbrereich rechts */
#content td.editPane { vertical-align: top}

/* Inhaltsbereich automatische Einblendung der Scroll-Leiste, Position */
#editPaneContent { overflow: auto; position: relative; background: #f5f5f5; }

/* Tabelle für Innenabstand des Inhaltsbereichs */
table.editPanePadding { width: 100%; _width: 98%;padding:12px;  }

/* Trennlinie unten */
#separatorBottom { height: 1px; background-color: #f6f6f6 }

/***** Fußbereich *****/
#footer {
  background-color:#EEEEEE;
    border-top:1px solid #ddd;
    height:24px;
    width:100%;
    position: fixed;
    bottom: 0;
}
#footer td.left { width: 33%; }
#footer td.left table.toggleNaviPane a { text-decoration: none;cursor:pointer !important; display: inline-block}
#footer td.center {color:#263238;font-size:10px; text-align: center; width: 34%; white-space: nowrap; }
#footer td.right { color:#263238;font-size:10px; text-align: right; width: 33%;}
#footer td.right a { text-decoration: none;padding: 2px 2px 0 2px; margin: 0px 6px;position:relative;top:1px;}
#footer a:focus, #footer a:focus-visible {outline: 2px solid #1976D2; outline-offset: 1px; }

#logofooter {
    width: 48px;
}
/* Eingabemasken */
form.editMask  {
    left: 0px;
    padding-right: 0;
    position: absolute;
    top: 0px;
    width: 100%;                    /* Overwritten  by the the next 2 declarations. */
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

#PageEditForm{
    margin: 12px;
    vertical-align:top;
}

form.editMask table {
    margin: 0px;
}

/*form.editMask > table td {vertical-align: top}*/

form.editMask table#doclist {
    min-width:650px
}
#doclist img{border:1px solid}
/*form.editMask SubmitSearch{
margin: 21px
}*/

/*fieldset - darkheader*/

form.editMask fieldset legend {
    background: #546E7A;
    margin: 0px -13px;
    padding: 4px 6px 4px 12px;
    border: 1px solid #546E7A;
    color: #fff;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
}

form.editMask fieldset {
    background:none repeat scroll 0 0 #eee;
    border:1px solid #ddd;
    clear:left;
    display:block;
    margin-bottom:20px;
    padding:24px 6px 16px 12px;
    position:relative;
}

/* Eingabemaske ohne absolute Positionierung */
form.editMaskRelative {
    left:0px;
    padding-right:12px;
    position:relative;
    top:0px
}
form.editMaskRelative > table td {vertical-align: top}
form.editMaskRelative h3 { color: #263238; margin: 0 }

form.editMaskRelative br { clear: left }
form.editMaskRelative hr { clear: left; margin-bottom: 7px; }

form.editMaskRelative .w30 { width: 28px; _width: 24px }

form.editMaskRelative .w40 { width: 38px; _width: 34px }
form.editMaskRelative select.w40 { width: 44px; padding:1px; }

form.editMaskRelative select.w50 { width: 50px }

form.editMaskRelative .w60 { width: 58px; _width: 54px }
form.editMaskRelative select.w60 { width: 66px }

form.editMaskRelative .w110 { width: 108px; _width: 104px;}
form.editMaskRelative select.w110 { width: 110px }

form.editMaskRelative .w120 { width: 118px; _width: 114px;}
form.editMaskRelative select.w120 { width: 120px }

form.editMaskRelative .w130 { width: 128px; _width: 124px;}
form.editMaskRelative select.w130 { width: 130px }

form.editMaskRelative .w135 { width: 133px; _width: 129px;}
form.editMaskRelative select.w135 { width: 135px }

form.editMaskRelative .w140 { width: 134px; _width: 130px }
form.editMaskRelative select.w140 { width: 136px }

form.editMaskRelative .w144cal { width: 144px; _width: 144px }

form.editMaskRelative .w148 { width: 146px; _width: 142px }
form.editMaskRelative select.w148 { width: 148px }

form.editMaskRelative .w155 { width: 154px; _width: 150px }
form.editMaskRelative select.w155 { width: 156px }

form.editMaskRelative .w170 { width: 166px; _width: 164px }
form.editMaskRelative select.w170 { width: 173px }
form.editMaskRelative .w172 { width: 172px; _width: 172px }

form.editMaskRelative .w170ou { width: 166px; _width: 164px }
form.editMaskRelative .w170ou:hover { cursor: help; }

form.editMaskRelative .w180 { width: 178px; _width: 170px }
form.editMaskRelative select.w180 { width: 175px }

form.editMaskRelative .w185 { width: 185px; _width: 180px }
form.editMaskRelative select.w185 { width: 185px }

form.editMaskRelative .w205 { width: 205px; }
form.editMaskRelative select.w205 { width: 205px }

form.editMaskRelative .w215 { width: 215px; }
form.editMaskRelative select.w215 { width: 215px }

form.editMaskRelative .w245 { width: 243px; _width: 240px }
form.editMaskRelative select.w245 { width: 245px }

form.editMaskRelative .w250 { width: 248px; _width: 244px }
form.editMaskRelative .w246 { width: 246px; _width: 244px }
form.editMaskRelative select.w250 { width: 250px }

form.editMaskRelative .w280 { width: 274px; _width: 272px }
form.editMaskRelative select.w280 { width: 280px }

form.editMaskRelative .w328 { width: 326px; _width: 322px }

form.editMaskRelative .w350 { width: 348px; _width: 344px;max-width:350px }
form.editMaskRelative select.w350 { width: 354px }

form.editMaskRelative .w360 { width: 352px; _width: 350px }
form.editMaskRelative select.w360 { width: 360px }

form.editMaskRelative .w370 { width: 368px; _width: 364px }
form.editMaskRelative select.w370 { width: 370px }

form.editMaskRelative .w375 { width: 373px; _width: 369px }
form.editMaskRelative select.w375 { width: 375px }

form.editMaskRelative .w380 { width: 378px; _width: 374px }
form.editMaskRelative select.w380 { width: 380px }

form.editMaskRelative .w450 { width: 448px; _width: 444px }
form.editMaskRelative select.w450 { width: 450px }

form.editMaskRelative .w550 { width: 548px; _width: 544px }
form.editMaskRelative select.w550 { width: 550px }

form.editMaskRelative table {
    margin: 0;
}

form.editMaskRelative fieldset legend {
    background: #546E7A;
    margin: -30px -13px;
    padding: 4px 6px 4px 12px;
    border: 1px solid #546E7A;
    color: #fff;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
}

form.editMaskRelative fieldset {
    background:none repeat scroll 0 0 #eee;
    border:1px solid #ddd;
    clear:left;
    display:block;
    margin-bottom:20px;
    padding:48px 6px 12px 12px;
    position:relative;
}

form.editMaskRelative table.item { float: left; margin-right: 4px; margin-bottom: 10px ;}
form.editMaskRelative table.item input[disabled],select[disabled] ,textarea[disabled] {background:none repeat scroll 0 0 #ddd;border:1px solid #757575;color:#263238 !important; opacity:1}

form.editMaskRelative table.item input { margin-right:2px; }
form.editMaskRelative table.item input:disabled { cursor:not-allowed;}
form.editMaskRelative table.item input.check { float: left;margin-right:4px;  }
form.editMaskRelative table.item label {clear: left; color: #263238; font-size: 10px; display: block }
form.editMaskRelative table.item label.error { color: #B71C1C }
form.editMaskRelative table.item span { color: #263238; padding: 2px }
form.editMaskRelative table.item span#DateFieldhref { padding-right:22px}

form.editMaskRelative div.fieldHelp { width: 300px; background-color: #fff; border: 1px solid #263238 /*#1976D2*/; padding: 12px; position: absolute; z-index: 101; border-radius: 3px; outline: 0; white-space: normal; -webkit-box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%); box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%) /*0 0 0 0.2rem rgb(0 123 255 / 25%);*/ }
form.editMaskRelative div.fieldHelp textarea { width: 100%; }
form.editMaskRelative div.fieldHelp a { float: left; padding: 2px; font-weight: bold; border-radius: 3px; font-size: 12px; margin-top: 4px; }
form.editMaskRelative div.fieldHelp a.closeButton { float: right; cursor: pointer; margin-top: 0;}
form.editMaskRelative div.fieldHelp p { margin: 8px 0; padding: 0px; }

.validationError { border:1px solid #FF0000 !important; }

/********** fieldset -IE ************/

/*      form.editMask fieldset legend {
        -moz-border-radius:3px 3px 0 0;
        background:transparent;margin:0;padding:0px 0px 9px 0px;color:#263238;font-weight:bold;font-size:11px;left:-12px;
        }

form.editMask fieldset {
-moz-border-radius:3px;
-moz-box-shadow:0 2px 2px rgba(70, 80, 90, 0.3);
background:none repeat scroll 0 0 #D8dde0;
border:1px solid #263238;
clear:left;
display:block;
margin-bottom:20px;
padding:0px 06px 12px 16px;
margin-top:24px;
position:relative;
}
*/



/*  grid
body::before {
  content:"";
  position:fixed;
  background:url(../images/grid.png) 50% 0;
  z-index:1;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:.3;
  pointer-events:none;
}

* {
  -webkit-user-modify: read-write;
/*  word-wrap: break-word;*/
/*   -webkit-nbsp-mode: space;
  -webkit-line-break: after-white-space;
}

a {
  -webkit-user-modify: initial;
}
end of grid*/

form.editMask table.item { float: left; margin-right: 4px; margin-bottom: 10px ;}
form.editMask table.item input[disabled],select[disabled] ,textarea[disabled] {background: none repeat scroll 0 0 #ddd;border: 1px solid #757575;color:#263238 !important; opacity:1}
select[disabled] option {background: none repeat scroll 0 0 #ddd; color:#263238; opacity:1}

form.editMask table.item input { margin-right:2px; }
form.editMask table.item input:disabled { cursor:not-allowed;}
form.editMask table.item input.check { float: left;margin-right:4px;  }
form.editMask table.item label {clear: left; color: #263238; font-size: 10px; display: block }
form.editMask table.item label.error { color: #B71C1C }
form.editMask table.item span { color: #263238; padding: 2px }
form.editMask table.item span#DateFieldhref { padding-right:0px}

form.editMask div.fieldHelp { width: 300px; background-color: #fff; border: 1px solid #263238 /*#1976D2*/; padding: 12px; position: absolute; z-index: 101; border-radius: 3px; outline: 0; white-space: normal; -webkit-box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%); box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%) /*0 0 0 0.2rem rgb(0 123 255 / 25%);*/ }
form.editMask div.fieldHelp textarea { width: 100%; }
form.editMask div.fieldHelp a { float: left; padding: 2px; font-weight: bold; border-radius: 3px; font-size: 12px; margin-top: 4px}
form.editMask div.fieldHelp a.closeButton { float: right; cursor: pointer; margin-top: 0;}
form.editMask div.fieldHelp p { margin: 8px 0; padding: 0px; }

/**** Pass bild ****/
.passport {
}

/****sichtbarkeit navigationstabs*****/
.hidden{display:none;}

/* image-button zum zeigen des Notizfeldes in Tabellen */
img.shownotearea { padding: 2px; }
img.shownotearea:hover { cursor: pointer; }

/***Buttonstandards ICON BUTTONs ***/
a.SelectButton, a.RemoveButton, a.LinkButtonPNG, a.RoomGraphicButtonPNG, a.AddButton, a.SaveButton,
a.GenerateButton, a.CopyButton, a.GanttButton, a.LockButton,
a.TableRowSaveButton, a.TableRowSelectButton, a.TableRowRemoveButton,
a.TableRowAddButton, a.TableRowLinkButton, a.DataPointButton,
a.EmailButton, a.EmailButtonDeactivated, a.HomepageButton, a.HomepageButtonDeactivated {
    height: 15px !important;
    padding: 4px 2px !important;
    width:16px;
}

/*alignmenthack ohne maske zu bearbeiten*/
a.DataPointButton {
    position: relative;
    top:-2px
}

.TableRowFontAwesomeButton {
    cursor: pointer;
    display: inline-block !important;
    height: 15px !important;
    border: 1px solid #757575;
    padding: 6px 2px 2px 2px;
    width:16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: top;
    text-align: center;
}

.TableRowFontAwesomeButton:hover {
    background-color:#fff;
    border: 1px solid #1976D2;
}

.SelectButton, .RemoveButton, .LinkButtonPNG, .RoomGraphicButtonPNG, .AddButton, .SaveButton,
.GenerateButton, .CopyButton, .GanttButton, .LockButton, .FindButton, .UpdateButton,
.TableRowSaveButton, .TableRowSelectButton, .TableRowRemoveButton,
.TableRowAddButton, .TableRowLinkButton, .TableRowDetailsButton, .DataPointButton,
.EmailButton, .EmailButtonDeactivated, .HomepageButton, .HomepageButtonDeactivated {
    cursor: pointer;
    display: inline-block;
    height: 25px !important; /* rückgänging gegemacht - 15px verursachte anzeigefehler*/
    border: 1px solid #757575;
    padding: 4px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: top;

}

.SelectButton:hover, .RemoveButton:hover,.LinkButtonPNG:hover,.RoomGraphicButtonPNG:hover,.AddButton:hover, .SaveButton:hover,
.GenerateButton:hover, .CopyButton:hover, .GanttButton:hover, .LockButton:hover, .FindButton:hover, .UpdateButton:hover,
.TableRowSaveButton:hover, .TableRowSelectButton:hover, .TableRowRemoveButton:hover,
.TableRowAddButton:hover, .TableRowLinkButton:hover, .TableRowDetailsButton:hover, .DataPointButton:hover,
.EmailButton:hover, .HomepageButton:hover   {
    background-color:#fff !important;
    border: 1px solid #1976D2;
}

.EmailButtonDeactivated:hover, .HomepageButtonDeactivated:hover {
    cursor: not-allowed;
}

.SelectButton {background:url(../images/icons/edit.png) no-repeat 50% transparent;}
.RemoveButton {background:url(../images/icons/remove.png) no-repeat 50% transparent;}

.LinkButtonPNG {
    background: url(../images/icons/link.png) no-repeat 50% transparent;
}

.RoomGraphicButtonPNG {
    background: url(../images/icons/raum_gr.png) no-repeat 50% transparent;
}

.AddButton {
    background: url("../images/icons/add.png") no-repeat scroll 50% transparent;
}
.SaveButton {background: url("../images/icons/save.png") no-repeat scroll 50% transparent;}
.GenerateButton {background: url("../images/icons/generate.png") no-repeat scroll 50% transparent;}
.FindButton {background: url("../images/icons/find.png") no-repeat scroll 50% transparent;}
.UpdateButton {background: url("../images/icons/refresh.png") no-repeat scroll 50% transparent;}
.CopyButton {background: url("../images/icons/copy.png") no-repeat scroll 50% transparent; }
.GanttButton {background:url(../images/icons/gantt.png) no-repeat 50% transparent;}
.LockButton {background:url(../images/icons/lock.png) no-repeat 50% transparent;}
.EmailButton, .EmailButtonDeactivated{background:url(../images/icons/email.png) no-repeat 50% transparent; float: right;}
.HomepageButton,.HomepageButtonDeactivated {background:url(../images/icons/homepage.png) no-repeat 50% transparent; float: right;}

.TableRowSaveButton {background:url(../images/icons/save.png) no-repeat 50% transparent;}
.TableRowSelectButton {background:url(../images/icons/edit.png) no-repeat 50% transparent;}
.TableRowRemoveButton {background:url(../images/icons/remove.png) no-repeat 50% transparent;}
.TableRowAddButton {background:url(../images/icons/add.png) no-repeat 50% transparent;}
.TableRowLinkButton {background:url(../images/icons/link.png) no-repeat 50% transparent;}
.DataPointButton {background:url(../images/tree/blue/b_datenpunkt.png) no-repeat 50% transparent}

.todatatable tbody td a.TableRowSaveButton, .todatatable tbody td a.TableRowSelectButton, .todatatable tbody td a.TableRowRemoveButton,
.todatatable tbody td a.TableRowExcelButton, .todatatable tbody td a.TableRowAddButton, .todatatable tbody td a.DataPointButton {
    cursor: pointer;
    display: inline-block;
    height: 15px;
    border: 1px solid #757575;
    padding: 4px 2px;
    width: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: top;
}

.todatatable tbody td a.TableRowSaveButton:hover, .todatatable tbody td a.TableRowSelectButton:hover, .todatatable tbody td a.TableRowRemoveButton:hover,
.todatatable tbody td a.TableRowExcelButton:hover,.todatatable tbody td a.TableRowAddButton:hover, .todatatable tbody td a.DataPointButton:hover  {
    background-color:#fff;
    border: 1px solid #1976D2;
}

.todatatable tbody td a.TableRowSaveButton {background:url(../images/icons/save.png) no-repeat 50% transparent;}
.todatatable tbody td a.TableRowRemoveButton {background:url(../images/icons/remove.png) no-repeat 50% transparent;}
.todatatable tbody td a.TableRowSelectButton {background:url(../images/icons/edit.png) no-repeat 50% transparent;}
.todatatable tbody td a.TableRowExcelButton {background:url(../images/icons/export_excel.png) no-repeat 50% transparent;}
.todatatable tbody td a.TableRowAddButton {background:url(../images/icons/add.png) no-repeat 50% transparent;}
.todatatable tbody td a.DataPointButton {background:url(../images/tree/blue/b_datenpunkt.png) no-repeat 0px 50% transparent}

/**Button-Link Formatierung*/
.LinkButton
{
    border:0px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position:left center;
    color:#263238;
    display:block;
    text-decoration:underline;
}
.LinkButton:hover
{
    color:#263238;
    text-decoration:underline;
    cursor: pointer;
}

/***  Bug1220 -  Administration_Tabelle anpassen bzw. Rahmen entfernen   ***/
/***  Fieldet durch div ersetzen ***/

#nofieldset {
    margin-bottom: 12px;
    border:1px solid #ddd;
}

div.fieldsettablelegend {
    -moz-border-radius:3px 3px 0 0;
    color:#263238;
    font-size:13px;
    font-weight: bold;
    margin:0px;
    padding:12px 0;
}
.dhtmltooltip{
    position: absolute;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 8px;
    background-color: #333;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    visibility: hidden;
    z-index: 1000;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
    white-space: normal;
    width: -moz-fit-content;
    max-width: max-content;
}

/**Formatierung im Schliessplan*/
.schemesValueCell
{
    border: 1px solid #263238;
    font-weight: bold;
    text-align: center;
}
/**htmltoolbox**/
#Installation_Description_tb {}
#Installation_Description_wrap {}


#Building_Description_html,
#Installation_Description_html,
#InstallationPart_Description_html,
#Device_Description_html,
#Installation_Desired_Condition_html,
#Installation_Actual_Condition_html,
#InstallationPart_Actual_Condition_html,
#InstallationPart_Desired_Condition_html {border:1px solid #888; height:90px ! important;width:348px}

#Building_Description_html:focus,
#Installation_Description_html:focus,
#InstallationPart_Description_html:focus,
#Device_Description_html:focus,
#Installation_Desired_Condition_html:focus,
#Installation_Actual_Condition_html:focus,
#InstallationPart_Actual_Condition_html:focus,
#InstallationPart_Desired_Condition_html:focus,
#Building_Description:focus,
#Installation_Description:focus,
#InstallationPart_Description:focus,
#Device_Description:focus,
#Installation_Desired_Condition:focus,
#Installation_Actual_Condition:focus,
#InstallationPart_Actual_Condition:focus,
#InstallationPart_Desired_Condition:focus  {-moz-box-shadow:0 0 8px rgba(82, 168, 236, 0.5);border-color:#1976D2 !important;outline:medium none;}

/* Ansichts auswahl*/
#profileSelectorForm{ position: relative; top:1px}
#DeletedObjectsSelector{margin-right:4px; position: relative; top: 0px;}
#DeletedObjectsSelector:focus {outline: 2px solid #1976D2; outline-offset: -2px; }

.DetailsEditorWithoutsize
{
    /*background-color: #E3E3E3;
    border: 1px solid #263238;
    left: 50px;
    padding: 16px;
    position: absolute;
    top: 100px;
    z-index: 999;*/

    background-color: #f5f5f5;
    border: 0px solid #263238;
    left: 50%;
    padding: 16px;
    position: fixed;
    top: 100px;
    z-index: 999;
    top: 20%;
    margin-left: -160px;
}

.DetailsEditorWithoutSizeWithBorder
{
    background-color: #f5f5f5;
    border: 1px solid #263238;
    left: 50%;
    padding: 16px;
    position: fixed;
    top: 100px;
    z-index: 999;
    top: 20%;
    margin-left: -160px;
}

.FavoriteList
{
    background-color: #f5f5f5;
    border: 0px solid #263238;
    right: 0px;
    padding: 16px;
    position: absolute;
    top: 41px;
    z-index: 99;
    max-height: 91%;
    overflow: auto;
}

.FailureSignalPopup
{
    background-color: #f5f5f5;
    border: 0px solid #263238;
    right: 0px;
    padding: 13px 22px 22px;
    position: absolute;
    top: 22px;
    z-index: 99;
    max-height: 91%;
    overflow: auto;
}

.OrganisationUnitDialog
{
    background-color: #f5f5f5;
    border: 0px solid #263238;
    left: 100px;
    padding: 16px;
    position: fixed;
    top: 40px;
    z-index: 999;
    max-height: 88%;
    overflow: auto;
}

/**background task liste**/

.CustomBackgroundTaskList {
    -moz-border-radius: 0;
    background-color: #f5f5f5;
    right: 0;
    left: 0;
    padding: 48px 16px 0 16px;
    position: fixed;
    top: 41px;
    z-index: 99;
    max-height: 91%;
    overflow: auto;
    width: auto;
}

/*********************************POPUP NEu 09.04.19****************************************/
.modalbox_right_fh {
    position: fixed;
    top: 0;
    right: 0px;
    border-radius: 0;
    background-color: #f5f5f5;
    border: 0;
    height: 100%;
    transition: all .35s ease;
    z-index: 9997;
    display: flex;
    flex-flow: column;
    max-width: 100%;
}

/****************************************************************************************************/

/** Tab in der Tabliste 'tabUL' */
a.tab
{
    line-height: 32px;
    background-color: #eee;
    color:#263238;
    padding: 0 12px;
    position: relative;
    float: left;
    margin-right: 2px;
    text-decoration: none;
    border: 1px solid #757575;
    top:1px;
}
/** Aktiver Tab in der Tabliste 'tabUL' */
a.tabActive {
    line-height: 32px;
    background-color: #fff;
    color:#263238;
    font-weight: bold;
    padding: 0 12px;
    position: relative;
    float: left;
    margin-right: 2px;
    text-decoration: none;
    border: 1px solid #1976D2;
    border-top: 2px solid #1976D2;
}
a.tab:hover {
    background-color: #fff;
    border: 1px solid #757575;
}
/** Umrandung */
.pane {
    /*border: 0px solid black;
    min-width: 800px !important;*/
}
/* spez Anpassugnen Umzug - moveLocation */
.hp100-24{
    height: calc(100% - 24px)
}
.hp100-44 {
    height: calc(100% - 44px)
}
.hp100-64 {
    height: calc(100% - 64px)
}
.hp100-84 {
    height: calc(100% - 84px)
}
.listDiv{
    overflow-y: scroll;
    overflow-x: hidden;
}
/**/
/** Elemente innerhalb der Liste 'tabUL'*/
.tabLi
{
    float: left;
    list-style: none outside none;
    position: relative;
    padding: 0;
}
/**Liste für Links welche die Tabs steuern*/
.tabUL
{
    float: left;
    list-style: none outside none;
}
/** Ergänzung  zu 'list' um Tabellen in der Höhen zu begrenzen */
.listDiv300
{
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}
/** Ergänzung  zu 'list' um Tabellen in der Höhen zu begrenzen */
.listDiv450
{
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.listDiv600
{
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.listTableHeaderLink
{
    color: #FFFFFF;
    text-decoration: none;
}

#dropbox
{
    max-width: 400px;
    min-height: 150px;
    border: 1px solid #757575;
    background-color: #FEFFEC;
    margin-bottom: 12px;
    text-align: center;
    display: block;
    border-radius:3px;

}
.dropzone .dz-preview, .dropzone-previews .dz-preview {
    border: 1px solid #757575 !important;
    margin:6px !important;

}
.dropzone .dz-preview .dz-details img, .dropzone-previews .dz-preview .dz-details img {
    width:auto !important;
    height: auto !important;
}
#droplabel
{
    position: relative;
    top: 25px;
    font-size: 14px;
    font-weight: 700;
}

.deviceExchangeFields {width:150px;text-align:left;}
.deviceExchangeFieldsou {width:150px;text-align:left;}
.deviceExchangeFieldsou:hover { cursor: help; }

/*.energyManagementActiveTabOnPage td { background-color: #263238; padding: 0 12px; }
.energyManagementActiveTabOnPage td a { font-size: 11px;color: #fff; font-weight: bold; }
.energyManagementInActiveTabOnPage td { background-color: #45666b; border: 1px solid #263238; padding: 0 12px; }
.energyManagementInActiveTabOnPage td a { font-size: 11px; line-height: 20px; color: #ddd; }*/

/*energiemanagement wizard*/
.energyManagementActiveTabOnPage td {     background-color: #455A64; border-bottom: 1px solid #fff; padding: 4px 8px; min-width:  215px; }
.energyManagementActiveTabOnPage td input {color: #fff; font-weight: bold; background-color: transparent; border: 0 none; }
.energyManagementActiveTabOnPage td input:hover{ color:#fff; text-decoration:underline; cursor: pointer; }
.energyManagementActiveTabOnPage td a { color: #fff; font-weight: bold; line-height: 20px; }
.energyManagementActiveTabOnPage td a:hover{ color:#fff; text-decoration:underline;}

.energyManagementInActiveTabOnPage td { background-color: #546E7A; border-bottom: 1px solid #fff; padding: 4px 8px; min-width:  215px; }
.energyManagementInActiveTabOnPage td input { color: #ddd; background-color: transparent; border: 0 none; }
.energyManagementInActiveTabOnPage td input:hover{ color:#fff; text-decoration:underline; cursor: pointer; }
.energyManagementInActiveTabOnPage td a { line-height: 20px; color: #ddd; min-width:  215px; }
.energyManagementInActiveTabOnPage td a:hover{ color:#fff; text-decoration:underline; cursor: pointer; }

/*** ToDo Dashboard ***/

#tableSelection {
    float:left;
}

#tableSelection select  {
    width: 150px;
}

#globalFilters label {
    clear: left;
    color: #263238;
    display: block;
    font-size: 10px;
}

#globalFilters legend a:focus {outline: 2px solid #1976D2; outline-offset: -2px; }

.globalFiltersBox{
    float: left;
    padding-bottom: 12px;
    margin:0 6px 0 0;

}

.globalFiltersBox select  {
    /*margin-right: 20px;*/
    min-width: 240px;
}

.sortable {
    background: none repeat scroll 0 0 #FAFAFA;
    border-color: #CCCCCC #CCCCCC #ddd;
    border-style: solid;
    border-width: 1px;
    border-spacing: 0px;
    padding: 1px;
    position: relative;
    width: 100%;
    text-align:left;
    clear: both;
}
.sortable thead th {
    color:#FFFFFF;
    padding:4px 26px 4px 10px;
    font-weight: normal;
    cursor: pointer;
    font-weight:bold
}
.sortable tbody td {
    color: #263238;
    padding: 4px 26px 4px 10px;
    white-space: nowrap;
}
.sortable tfoot th {
    color:#263238;
    cursor:pointer;
    font-weight:normal;
    padding:4px 10px 4px 4px;
}
.sortable tfoot th input {
    width: 100%;
}
.sortable thead tr, .sortable tfoot tr {
    background:#546E7A;
}

.sortable .head{background:  url('../images/datatables/sort_both.png') no-repeat center right; }
.sortable .desc{background:  url('../images/datatables/sort_desc.png') no-repeat center right ;}
.sortable .asc{background:  url('../images/datatables/sort_asc.png') no-repeat center right; }

.sortable .head:hover{background:  url('../images/datatables/sort_both_hover.png') no-repeat center right; }
.sortable .desc:hover{background:  url('../images/datatables/sort_desc_hover.png') no-repeat center right ;}
.sortable .asc:hover{background:  url('../images/datatables/sort_asc_hover.png') no-repeat center right; }

.sortable .oddrow td {background-color: #FFFFFF;}
.sortable .evenrow td {background-color: #eee;}
.sortable td.oddselected {background-color: #DDDDDD;}
.sortable td.evenselected {background-color: #CCCCCC;}

#perpage {float:left; margin-bottom: 5px; clear: both;    padding: 12px 0;}
#navigation {
    height: 25px;
    line-height: 22px;
    width: auto;
    float: right;
    padding-top: 5px;
    text-align: right;
    width: 110px;
}
#navigation img {cursor:pointer}
#navigation a {
    background-color: transparent !important;
    border: 1px solid #757575;
    color: #263238;
    font-size: 14px !important;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    display:inline-block;
    width:20px;
    text-align: center;
}

#navigation a:hover {
    background-color: #fff !important;
    border-color: #1976D2;
}
#text {
    color: #263238;
    float: right;
    height: 25px;
    line-height: 25px;
    padding-top: 6px;
    padding-right: 6px;
    width: auto;
    display: inline-block;
}

#text span {
    color: #263238;
    padding: 0px 2px
}

.toDoFilter {
    float: left;
    background:#fff;
    border:1px solid #757575;
    color:#263238;
    cursor: pointer;
    display: inline;
    margin: 6px 4px 6px 0px;
    padding: 3px 12px;
    font-weight: bold;
}

.toDoFilter:hover {
    cursor: pointer;
    border: 1px solid #1976D2;
    color:#1976D2;
}

.toDoTable_showLink {
    margin:0px 2px;
    color: #263238;
    background:#fff;
    padding:2px;
}

.LinkButtonToDo {
    border:0px;
    background-color: transparent;
    color:#263238;
    text-decoration:underline;
    font-weight: normal !important;
    padding: 0px 2px
}
.LinkButtonToDo:hover
{
    text-decoration:underline;
    cursor: pointer;
}

#toDoTables
{
    display: -ms-Flexbox;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;

    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.toDoExportButton {
    background:#fff;
    border:1px solid #757575;
    cursor: pointer;
    float: right;
    margin-right: 3px;
    padding: 3px 12px;
    font-weight: bold;
    color: #263238;
}

.toDoExportButton:hover {
    cursor: pointer;
    color: #1976D2;
    border:1px solid #1976D2;
}

.underlay, .underlayFixed {
    left: 0px;
    top: 0px;
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 95;
}

.underlay {
    position: absolute;
}

.underlayFixed {
    position: fixed;
}

.custom-spectrum {
    border: 1px solid #ddd !important;
}
.custom-spectrum .sp-palette-container {
    max-width: 200px;
    max-height:199px;
}
.custom-spectrum .sp-picker-container {
    max-width: 172px;
    max-height:199px;
}
.custom-spectrum .sp-palette-toggle {
    font-size:11px;
}
.custom-spectrum .sp-preview {
    height: 18px;
    width: 18px;
}

.highlightMandatoryDocuments {
    background-color: #FFF9C4;
}

.closeButton a {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    text-decoration: none;
    color: #263238;
    padding: 22px 22px 0 0;
    background-image: url(../images/icons/close.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index:9999;
}

.closeButton a#FilterComponentDialogAbort { position: fixed; right: 28px; top: 41px; cursor: pointer; }

.closeButton a:hover {color:#263238;background-position: 0px -22px; cursor: pointer;}


.modal_functionbar {
    background: #eee;
    padding: 48px 24px 24px 24px;
    /* margin-left: -24px; */
    width: 100%;
    position: relative;
    top: 0;
    border-bottom: 1px solid #ddd;
    z-index: 998;
    display: inline-block;
    flex: 0 1 auto;
}

/**new modal closebutton 09.04.19**/
.modal_closeButton {
    position: fixed;
    top: 2px;
    right: 8px;
    font-size: 32px;
    cursor:pointer;
    z-index: 999;
}

.modal_closeButton a{
    padding: 2px 12px;
}
.modal_closeButton a:hover{
    color:#546E7A;
}
.modal_closeButton a:focus{
    outline: 2px solid #1976D2;
    outline-offset: -2px;
}

/**new modal funktionsbuttons**/

.modal_funktionButton {
    /*background: #fff;*/
    border: 0;
    color: #263238;
    padding: 0;
    line-height: 17px;
    float:left;
    margin-right: 2px;
}

.modal_funktionButton .allbuttons {
    background-color: #fff;
    color: #263238;
    border: 1px solid #757575;
    text-decoration: none;
    padding: 4px 20px 4px 30px;
    margin:0;
    cursor: pointer;
    border-radius:3px;
    font-weight: bold;
}
.modal_funktionButton .allbuttons:hover {
    cursor: pointer;
    border: 1px solid #1976D2;
    color: #1976D2;
}

.modal_funktionButton .SaveButtonLink {
    background: url(../images/icons/save.png) 7px 50% no-repeat #fff;
}
.modal_funktionButton .RemoveButtonLink {
    background: url(../images/icons/remove.png) 7px 50% no-repeat #fff;
}
.modal_funktionButton .EditButtonLink {
    background: url(../images/icons/edit.png) 7px 50% no-repeat #fff;
}

.modal_container {
    flex: 1 1 auto;
    overflow: auto;
    padding: 24px;
}



/*masken buttons input als input 10.04.19*/

.input_button {background:#fff; border:1px solid #ddd; border-bottom:1px solid #aaa; color:#263238;padding:0px 24px; line-height:22px}

.input_button:hover {
    cursor: pointer;
    border: 1px solid #1976D2;
    color: #1976D2;
}

#FailureSignalPopup div.errorMessage, #FailureSignalPopup div.okMessage {margin-bottom: 23px;margin-top: -10px;}
.chosen-container {
    min-width:54px;
}

#profileSelectorForm div#profile_chosen .chosen-results {
    max-height: none;}
 
/*datatables*/

.datatable_top {
    display: block;
    margin: 16px 6px;
}
#todatatable,
.todatatable {
    border:1px solid #ddd !important;
    box-shadow: none;
    padding: 1px;
    position: relative;
    width: 100%;
}

#todatatable tbody tr td input[type="text"],
#todatatable tbody tr td input[type="text"] {
    padding: 0px 2px !important;
}

#todatatable thead th,
.todatatable thead th {
    font-weight: bold !important;
    text-align: left;
    height:30px;
    border-bottom:0 !important;
    background-color: #546E7A !important;
}

#todatatable thead th:focus,
.todatatable thead th:focus,
#todatatable thead th:focus-visible,
.todatatable thead th:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
}

#todatatable thead th div,
.todatatable thead th div {
    color: #fff;
    cursor: pointer;
    font-weight: bold !important;
    text-align: left;
}

.todatatable thead tr {
    background: #546E7A !important
}
#todatatable tbody td,
.todatatable tbody td {
    color: #263238 !important;
    padding: 4px 14px 3px 10px !important;
    white-space: normal !important;
    vertical-align: middle !important;
    /*line-height: 20px !important;*/
}
#todatatable tbody td a:focus,
.todatatable tbody td a:focus,
#todatatable tbody td a:focus-visible,
.todatatable tbody td a:focus-visible {

}

#todatatable tbody td a:focus,
.todatatable tbody td a {
    color: #263238 !important;
}

#toDoTables tfoot th input:focus,
#todatatable tfoot th input:focus,
.todatatable tfoot th input:focus {
    outline: 2px solid #1976D2;
    outline-offset: -4px;
    border: 1px solid #fff !important;
}

.todatatableNoSortHeader {
    padding: 4px 4px 4px 10px !important;
}
.datatablediv .dataTables_length,
.datatablediv .dataTables_filter {
    display: inline-flex;
    align-items: center;
}
.datatablediv .dataTables_length label{
    display: inline-flex;
    align-items: center;
    margin-right: 16px
}

.datatablediv .dataTables_length,
.datatablediv .dataTables_filter,
.datatablediv .dataTables_info {
    color:#263238 !important;
}
.datatablediv .dataTables_filter input {
    padding: 3px !important;
    border-radius: 3px;
    margin-left: 6px;
}
.datatablediv tfoot input {
    border-radius: 3px;
    border: 1px solid #fff;
    text-align: left;
}
#datatablediv th.sorting_asc:focus,
#datatablediv th.sorting_desc:focus,
#datatablediv th.sorting:focus {outline: 2px solid #1976D2;}

#todatatable tfoot tr,
.todatatable tfoot tr {
    background: #546E7A !important;
}
#todatatable tfoot th,
.todatatable tfoot th {
    padding: 4px 10px 4px 10px !important;
    text-align: left;
    background: #546E7A !important;
}
.datatablediv tfoot input.search_init {
    color: #263238 !important;
}
tfoot label {
    display: block;
    font-weight: bold;
}
.sorting_disabled {
    padding: 4px 10px !important;
}

/* fieldset header links*/
.fieldsetlegendbutton-a {}
.fieldsetlegendbutton-input {}

.fieldsetVisibleToggleButton, .upAndDownButton  {
    padding: 4px;
    border-radius: 3px;
    border: 0;
    color: #263238;
    cursor: pointer;
    margin: 0 0 0 6px;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    text-decoration: none;
    float: right;
    line-height: 14px;
    height: 16px;
    font-size: 12px;
    background: #eee;
}
.fieldsetVisibleToggleButton:hover, .upAndDownButton:hover {
    background-color: #fff;
}
.fieldsetVisibleToggleButton:focus, .upAndDownButton:focus {
    outline: 2px solid #1976D2;
    outline-offset: -4px !important;
}
a.upAndDownButton {
    font-size:15px;
}
input.upAndDownButton {
    vertical-align: bottom;
    text-decoration: none;
    line-height: 17px !important;
    height: 24px;
    width: 24px;
    font-size:10px;
}
span.upAndDownButton {
    font-size: 16px;
}
span.upAndDownButton i {
    vertical-align: middle;
    line-height: inherit;
}

#openSaveFilter, #openLoadFilter {
    padding: 7px;
    background: #eee;
    border-radius: 3px;
    display:inline-block;
}
#openSaveFilter:hover, #openLoadFilter:hover {
    background: #fff;
}

.todoRefreshButton {
    background: url(../images/icons/refresh.png) no-repeat 6px 50% #eee;
    cursor: pointer;
    border: 1px solid #757575;
    padding: 3px 6px;
    border-radius: 3px;
    padding-left: 20px;
    margin-left: 10px;
    font-weight: bold;
}

.todoRefreshButton:hover {
    background-color:#fff; color: #1976D2; border: 1px solid #1976D2
}
fieldset legend input {
  font-size:11px !important;
}
.datesSaveButton {
    background:url(../images/icons/save.png) no-repeat 6px 50% #eee;
    cursor: pointer;
    border: 1px solid #757575;
    padding: 3px 6px;
    border-radius: 3px;
    padding-left: 20px;
    margin-left: 10px;
    font-weight: bold;
}
.datesSaveButton:hover {background-color:#fff; color: #1976D2; border: 1px solid #1976D2}


/************************** scheduler.css kalender ***********************************************************************************/

#calender_fieldset table tbody tr td span.cal_filter {
    display:block
}
.cal_filter #sampleProject,.cal_filter #sampleContract,.cal_filter #sampleTransfer,.cal_filter #sampleOrgansisation,.cal_filter #sampleFailuresignal,.cal_filter #sampleInventory,.cal_filter #sampleLockingmanagement{    padding: 1px 8px;
    margin: 0 4px 0 0;}
.cal_filter #filter_Project,.cal_filter #filter_Contract,.cal_filter #filter_Transfer,.cal_filter #filter_Organisation,.cal_filter #filter_Failuresignal,.cal_filter #filter_Inventory,.cal_filter #filter_Lockingmanagement {position: relative;
    top: -1px;}

/* die Tabelle */
.scheduler_table {
    font-weight: normal;
    border-collapse: collapse;
    border: 1px solid #ddd;
    background: #eee;
    min-width: 967px;
}

.scheduler_table thead tr td {
    border: 0;
}
.scheduler_table tbody tr td {
    border-collapse: collapse;
    border: 1px solid #ddd;
}

/* Zeile für aktuelles Jahr und Monat */
.scheduler_header_actual {
    color: #fff;
    background: none repeat scroll 0 0 #546E7A;
    font-size: 1.4em!important;
    font-weight: bold;
    padding: 6px;
    text-align: center;
}
/**aktueller monat*/
.scheduler_header_actual_month
{
    color: #fff;
    font-weight: bold;
}

/**aktuelles Jahr in der Überschrift*/
.scheduler_header_actual_year
{
    color: #fff;
}
/* Spalten der Wochentage 2.Zeile der Überschrift */
.scheduler_header_columns {
    text-align: center;
    padding: 2px;
    color: #263238;

}
/**Nummerierung der Wochen am Zeilenbeginn*/
.scheduler_week_number {
    font-size: 1em;
    vertical-align: middle;
    text-align: center;
    padding: 6px;
    border: 0;

}
/* Hintergrund Wochenende (6. und 7. Spalte) */
.scheduler_weekend {
    background-color: #eee;
}
/* Hintergrund Werktag (1.-5. Spalte)*/
.scheduler_non_weekend {
    background-color: #fff;
}

/* Tag aktueller Monat (im Hintergrund)*/
.scheduler_month_actual
{
    font-weight: bold;
    color: #263238;
    margin-left: 4px;
    margin-top:2px;
    float: left;
    font-size: 1em;
}

/* Tag nicht aktueller Monat  (im Hintergrund)*/
.scheduler_month_non_actual {
    color: #263238;
    margin-left: 4px;
    margin-top: 2px;
    float: left;
    font-size: 1em;
}

.scheduler_today
{
    background-color: #b8e4ff;
}

.scheduler_day_name_actual
{
    color: #263238;
    font-size: 0.8em;
    margin-left: 22px;
    padding-top: 4px;
}

.scheduler_day_name_non_actual
{
    color: #263238;
    font-size: 0.8em;
    margin-left: 22px;
    padding-top: 4px;
}
/** Platzhalter für Termin  */
.scheduler_placeholder
{
    height: 20px;
}

/* Termin */
.scheduler_point
{
    position: absolute;
    z-index: 10;
    color: #ffffff;
}

.scheduler_point_description
{
    /* position: absolute;*/
    color:#fff
}
/** Container welcher den Detailslink aufnimmt */
.scheduler_entry_content
{
    margin-right: 2px;
    overflow: hidden;
    white-space: nowrap;
}

/* Link zum Objekt in der Beschreibung zum ausklappen */
.scheduler_objectLink
{
    color: #ffffff;
}
/** Link für den Termin*/
.scheduler_month_date_link
{
    margin-left: 6px;
    text-decoration: none;
    color: #ffffff;
}
/** 1. Container für den Termin  */
.scheduler_month_date_startlabel
{
    float: left;
    color:#fff

}

/** Detailansicht für einen Termin ('Popup') */
.scheduler_datedetail
{
    background-color: #E3E3E3;
    border: 1px solid #757575;
    height: 300px;
    left: 200px;
    position: absolute;
    top: 200px;
    width: 500px;
    z-index: 110;
    padding: 16px;
    border-radius: 8px;
}
/** Bezeichnung der Inhalte der Textfelder in der Detailansicht*/
.scheduler_details_name
{
    text-align: right;
    padding-right: 4px;
}
/** Schalter für die Überzähligen Termine welche zusätzlich angezeigt werden wenn kein Platz mehr da ist*/
.scheduler_switch
{
    background-image: url(../images/calendar_more.png);
    /*  background-color: #8D959A;*/
    width: 130px;
    height: 16px;
    margin: 2px 1px;
    cursor: pointer;
}
/** Container welcher die überzähligen Termine am Tag aufnimmt*/
.scheduler_additional
{
    background-color: #8D959A;
}

/** Sichtweise Vertrag*/
.viewContract
{
    background-color: #737373;
    padding: 1px 0;
}
/** Sichtweise Projekt*/
.viewProject
{
    background-color: #4ab342;
    padding: 1px 0;
}
/** Sichtweise Transfer */
.viewTransfer
{
    background-color:  #D14836;
    padding: 1px 0;
}
/** Sichtweise Meldungen*/
.viewFailuresignal
{
    background-color: #09a0fa;
    padding: 1px 0;
}
/** Sichtweise Schliessmanagement*/
.viewLockingmanagement
{
    background-color: #9e3628;
    padding: 1px 0;
}
/** Sichtweise Inventar */
.viewInventory
{
    background-color: #4c6538;
    padding: 1px 0;
}
/** Sichtweise Organisation*/
.viewOrgansisation
{
    background-color: #395464;
    padding: 1px 0;
}

/***************************/

/*wizard*/
#CountedAreasData {padding:24px 0}

/**************** ASK Vitricon filterkrit table format **********************/

.FilterComponentDialog
{
    /*
    background-color: #f5f5f5;
    border: 0px solid #263238;
    right: 0px;
    padding: 16px;
    position: fixed;
    top: 41px;
    z-index: 99;
    max-height: 90%;
    width: 1060px !important;
    max-width: 75%;
    overflow: auto;
*/
}

#AV_Requirements_Fieldset {}

.AV_Fieldset_Width {
      /*  width: calc(100% - 16px);
        min-width: -webkit-fit-content !important;
        min-width: intrinsic;
        min-width: -moz-fit-content !important;
        min-width: fit-content !important;
    */
    }

.AV_Requirements_RowNo_Td {width: 24px; min-width: 24px}
.AV_Requirements_ConjunctionTypeSelect_Td {width: 72px; min-width: 64px}
.AV_Requirements_ConjunctionTypeSelect_Td div.chosen-container {width: 72px !important; }
.AV_Requirements_Entity_Td {width: 156px; min-width: 144px}
.AV_Requirements_Entity_Td select.chosen-select {
    width: 144px !important;
    max-width: 144px;
    min-width: 144px !important;
    padding: 2px 0px;
}
.AV_Requirements_Entity_Td div.chosen-container {
    width: 144px !important;
    margin: 2px 0;
}
.AV_Requirements_Field_Td {width: 240px; min-width: 216px}

.AV_Requirements_Field_Td select.chosen-select {
    max-width: 216px;
    min-width: 216px !important;
    padding: 2px 0px;
}
.AV_Requirements_Field_Td div.chosen-container {
    max-width: 216px;
    margin: 2px 0;
}
.AV_Requirements_NotFilterOption_Td {width: 72px; min-width: 64px}
.AV_Requirements_NotFilterOption_Td input[type="checkbox"]{margin-left: 20px}

.AV_Requirements_FilterOption_Empty_Td {width: 100%;}

.AV_Requirements_FilterOption_TextInput_Td {width: 100%;}
.AV_Requirements_FilterOption_TextInput_Td input[type="text"] {width: 100% !important;}

.AV_Requirements_FilterOption_NumberInput_Td {width: 100%;}
.AV_Requirements_FilterOption_NumberInput_Td input[type="text"] {width: 139px !important;}

.AV_Requirements_FilterOption_TableSelection_Td {width: 100%;}
.AV_Requirements_FilterOption_TableSelection_Td select {width: 100%;}

.AV_Requirements_FilterOption_DateInput_Td {width: 100%;}
.AV_Requirements_FilterOption_DateInput_Td input[type="text"] {width: 120px !important;}

.AV_Requirements_FilterOption_BoolSelection_Td {width: 100%;}
.AV_Requirements_FilterOption_BoolSelection_Td div.chosen-container {width: 100% !important;}

.AV_Requirements_FilterOption_Separate_Right {margin-right:8px; margin-left: 12px; border-right: 1px dotted black;}

.AV_Requirements_ShowColumnOption_Td {width: 72px; min-width: 72px}
.AV_Requirements_ShowColumnOption_Td input[type="checkbox"]{margin-left: 20px}
.AV_Requirements_ActionButtons_Td {width: 84px; min-width: 64px; text-align: right;}
.AV_Requirements_ActionButtons_Td a {float: none !important;}


/*** calendar popup ***/

.calendar table {
    border: 2px solid #546E7A !important;
    background: #fafafa !important;
    border-collapse: collapse !important;
}

.calendar tfoot .ttip {
    max-width: 200px;
    padding: 5px !important;
    border: 1px solid #546E7A !important;
    background: #fffae0 !important;
    color: #263238 !important;
    text-align: center;
}
.calendar tbody .day {
    cursor: pointer;
}
.calendar thead .name {
    cursor: pointer;
    font-size: 10px;
    border-bottom: 1px solid #546E7A !important;
    padding: 2px;
    text-align: center;
    background: #eee !important;
}

.calendar tbody .emptycell {
    visibility: visible !important;
}
.calendar thead .weekend,
.calendar tbody td.weekend {
    color: #D32F2F !important;
}
.calendar thead .title {
    color: white;
    font-size: 12px !important;
    font-weight: bold;
    padding: 4px !important;
    background: #1976D2 !important;
    text-align: center;
    border: 1px solid #546E7A !important;
}

.calendar thead .hilite {
    padding: 2px !important;
    background: #fff !important;
}
.calendar thead .active {
    padding: 2px !important;
    border: 1px solid #546E7A !important;
    background-color: #eee !important;
}

.calendar tbody td.selected {
    font-weight: bold;
    background: #1976D2!important;
    border: 0px solid #1976D2 !important;
    padding: 2px !important;
    color: #fff !important;
}
.calendar .button {
    text-align: center;
    padding: 4px !important;
    border: 1px solid #546E7A !important;
}

.calendar tbody td.hilite {
    padding: 2px 4px 2px 2px !important;
    border: 0px solid #eb6 !important;
    background: #fff !important;
}
.calendar table .wn {
    /* padding: 2px 3px 2px 2px; */
    border-right: 1px solid #546E7A !important;
    background: #eee !important;
}

.calendar td.time {
    border-top: 1px solid #546E7A !important;
    padding: 4px !important;
    text-align: center;
    background-color: #eee !important;
}
.calendar td.time .hour, .calendar td.time .minute, .calendar td.time .ampm {
    font-weight: bold;
    border: 1px solid #546E7A !important;
    padding: 2px;
    background-color: white;
    min-width: 24px;
    display: inline-block;
}
.calendar td.time span.hilite {
    border-color: #1976D2 !important;
}
.calendar td.time span.active {
    border-color: #1976D2 !important;
    background-color: #1976D2 !important;
    color: white;
}

.calendar .button {
    cursor: pointer;
}
/* open stree map z index*/

div.olMapViewport {
    z-index: 0 !important;
}
/* energymanagement wizard*/
#CreateMeterStepPane, #CreateReportingSchemeStepPane {padding:10px;}

/*nav*/

/* Navigationsbaum */
#content td.navigationPane #navigationTree {position:relative;width: 375px;overflow: auto;border: 1px solid #ddd;border-bottom:1px solid #ddd;margin:2px;padding: 2px;background: #fafafa;}
#content td.navigationPane #navigationTree p.areaMessage { margin: 4px 0px 0px 0px; padding: 5px; color: #d32f2f; border: 2px solid #d32f2f; }

#navigationTree div.treeBlock {white-space: nowrap; padding: 0; width: 100%; float: left; clear: left; display: block;}
div.treeBlock div {display: flex}
#navigationTree div.treeBlock img {/*float: left;*/ display: inline-block; margin:0;}
#navigationTree div.treeBlock a {color:#263238; text-decoration: none; _float: left; display: inline-flex;line-height: 20px;align-items:center; padding:0 2px;  margin: 1px 0}
#navigationTree div.treeBlock a:first-child {padding:1px}
#navigationTree div.treeBlock a:last-child {flex-grow: 100; display:inline-flex; }
#navigationTree div.treeBlock a:last-child img {margin-right: 3px;}
#navigationTree div.treeBlock a:hover {text-decoration: none; _float: left; background: #fff;}
#navigationTree div.treeBlock a.on {font-weight: bold !important; background: #eeeeee; flex-grow:100; display: inline-flex;}
#navigationTree div.treeBlock a.on span {font-weight: bold !important;}
#navigationTree div.treeBlock a:focus {outline: 2px solid #1976D2; outline-offset: -1px; }
#navigationTree div.treeBlock a img:focus {outline: none;}
 
/*modal fieldset tables test */
.modal_container fieldset {padding: 24px 12px 16px 12px !important;}
.modal_container legend {padding: 4px 12px 4px 12px !important}
.modal_container input[type="text"],.modal_container  input[type="search"],.modal_container  input[type="password"],.modal_container  select,.modal_container  textarea {width:100%; padding: 3px !important; box-sizing : border-box; }
form.editMask .modal_container table.item {margin-right: 0px;}
form.editMask .modal_container table.item input {margin-right: 0px;}

/* diese Klasse ist für DataTable im modal_container gedacht, damit hier das Inputfeld für "Suche über alles" als Breite nicht 100% bekommt */
.datatable_searchcomplete {
	width: auto !important;
}

/*new fieldset container*/
/**.container {width: min-content;}**/
.container fieldset {padding: 24px 12px 16px 12px !important;}
.container legend {padding: 4px 12px 4px 12px !important}
.container textarea {width:100%; padding: 3px; box-sizing : border-box; }
.container input[type="text"], select {padding: 3px; box-sizing : border-box;}
form.editMask .container table.item {margin-right: 0px; border-spacing: 0px; padding: 0px;}
form.editMask .container table.item input {margin-right: 0px;}

/*fieldsetbreiten*/
.wpmax720{
    width: 720px;
    max-width: 720px;
}
.wpmax800{
    width: 800px;
    max-width: 800px;
}
.wpmax960{
    width: 960px;
    max-width: 960px;
}

.wpmax {
    width: 400px;
    max-width: 400px;
}

.wpauto {
    width: auto;
}

.whiteSpace{
    margin-right: 9px;
}

.wf240{width:240px}
.wf320{width:320px}
.wf400{width:400px}
.wf480{width:480px}
.wf500{width:500px}
.wf560{width:560px}
.wf640{width:640px}
.wf720{width:720px}

.fl-n {float:none}
.fl-l {float:left}
.fl-r {float:right}

/*display*/
.d-ib{display: inline-block}
.d-b{display: inline-block}

/*empty table placeholder height*/
table.empty {line-height: 39px}
.table_1296 {width: 1296px;}
/*checkbox position*/
.checkboxitem{margin-top:3px !important; }

/*margins*/
.m-l{margin-left:6px !important; }
.m-r{ margin-right:6px !important; }
.m-lr{ margin-left:6px !important; margin-right:6px!important; }

/** prozentual width**/
.wp100{width:100%}
.wp75{width:75%}
.wp66{width:66.66%}
.wp50{width:50%}
.wp33{width:33.33%}
.wp25{width:25%}

.wp75-6{width: calc(75% - 6px);}
.wp50-6{width: calc(50% - 6px);}
.wp50-8{width: calc(50% - 8px);}

.wp25-12{width: calc(25% - 12px);}
.wp25-9{width: calc(25% - 9px);}
.wp25-8{width: calc(25% - 8px);}
.wp25-6{width: calc(25% - 6px);}

.wp66-6{width: calc(66.66% - 6px);}

.wp33-8{width: calc(33.33% - 8px);}
.wp33-6{width: calc(33.33% - 6px);}

/* Raster f. inputs mit 1x ICON placeholder*/

.wp25-x {
    width:calc(25% - 26px) !important;
}
.wp33-x {
    width:calc(33.33% - 26px) !important;
}
.wp50-x {
    width:calc(50% - 26px) !important;
}
.wp66-x {
    width:calc(66.66% - 26px) !important;
}
.wp75-x {
    width:calc(75% - 26px) !important;
}
.wp100-x {
    width:calc(100% - 26px) !important;
}

/* Raster f. inputs mit 2x ICON placeholder für NICHT angepasste tables */
.wp25-2x {
    width:calc(25% - 61px) !important;
}
.wp33-2x {
    width:calc(33.33% - 61px) !important;
}
.wp50-2x {
    width:calc(50% - 61px) !important;
}
.wp66-2x {
    width:calc(66.66% - 61px) !important;
}
.wp75-2x {
    width:calc(75% - 61px) !important;
}
.wp100-2x {
    width:calc(100% - 61px) !important;
}

/* Raster f. inputs mit 2x ICON placeholder für angepasste tables mit class="container"*/

.container .wp25-2x {
    width:calc(25% - 52px) !important;
}
.container .wp33-2x {
    width:calc(33.33% - 52px) !important;
}
.container .wp50-2x {
    width:calc(50% - 52px) !important;
}
.container .wp66-2x {
    width:calc(66.66% - 52px) !important;
}
.container .wp75-2x {
    width:calc(75% - 52px) !important;
}
.container .wp100-2x {
    width:calc(100% - 52px) !important;
}
/* Raster f. inputs mit 3x ICON placeholder für angepasste tables mit class="container" */
.container .wp100-3x {
    width:calc(100% - 80px) !important;
}

.modal_container table.newtab {}

/*Fieldset columns - float left coontainer*/
.column{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.fs-li {
    float: left;
    padding: 0 12px 0 0;
    margin: 0;
    display: inline;
}

/**/
.height25 {height:25px}
/**/
.space {white-space: normal}
fieldset p {padding: 6px 0}
form.editMask table.item input {line-height: 17px; border:1px solid #757575; border-radius: 3px}
form.editMask table.item select {height:25px}
input[type="text"], input[type="submit"] {
    line-height: 17px;
    border-radius:3px;
}
input[type="submit"] {
    font-weight:bold;
}
 
select[multiple] {
    height: auto  !important;
}
/**fieldset fit content**/

.fit_c{width:fit-content}

/*fieldsets max height*/

form.editMask > table td {
    min-height: calc(100% - 20px) !important;
    height: 100%;
}

/** Chrome weiche für skallierbarkeit der Fieldsethöhe **/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    form.editMask > table td {
        height: 1px; /* klingt komisch, ist aber so */
        vertical-align: top;
    }

    form.editMask fieldset {
        min-height: calc(100% - 60px);
        height: auto;
    }
}

/** firefox weiche**/
@-moz-document url-prefix() {

    form.editMask > table tbody {
        height: 100%;
    }
}
@-moz-document url-prefix() {
    form.editMask > table td {
        height: 100%;
    }
}
@-moz-document url-prefix() {
    form.editMask .auto_height {
        min-height: auto !important;
        width: 100%;
        height: auto;
    }
    form.editMask fieldset {
        min-height: calc(100% - 60px);
        height: auto;
    }
}

/** IE 10 + < **/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    form.editMask fieldset {
        height: calc(100% - 60px) !important;
    }
}

/* IE Edge 12+ CSS */
@supports (-ms-accelerator:true) {
    form.editMask > table tbody {
        height: 100%;
    }
}
@supports (-ms-accelerator:true) {
    form.editMask > table td {
        height: 100%;
    }
}

/* EDGE 16+ */
@supports (-ms-ime-align:auto) {
    form.editMask > table tbody {
        height: 100%;
    }
}
@supports (-ms-ime-align:auto) {
    form.editMask fieldset {
        height: calc(100% - 60px) !important;
    }
}

.modal_container fieldset {
    min-height: auto !important;
}

div.datatablediv {
    margin-bottom:20px;
}

.datatablediv tr.marked span {
    color: #B71C1C !important;
    font-weight: bold;
}
/*passbild container*/
.passport #PhotosphereContainer {max-width:400px; min-width:357px}

/**googlemap**/
#map_canvas {min-height: 450px;}

/*datatables spalten buttons */
.datatables_control_link {
    color: #263238 !important;
    float: none;
    background: #fff;
    padding: 5px;
    line-height: 28px;
    display: initial;
    margin: 0 4px 0 0;
}

.column_option_headline {
    position: relative;
    top: -10px;
}

#calendar_topbar {
    width: 965px;
    display: block;
    padding: 12px 0;
    height: 24px;}
.filterForm {
    margin: 12px;
    vertical-align: top;
}
#calendar_topbar input.FileButtons {width: 100px;}
#calendar_topbar input#back {background:url("../images/icons/arrow_left.png") no-repeat 20px #FFF;}
#calendar_topbar input#forward{background:url("../images/icons/arrow_right.png") no-repeat 68px #FFF; padding: 3px 20px 3px 10px}
.float_left{float:left;}
.float_right{float:right;}

/*************** Links & BUTTONS *************/

/*erweitertesuche*/

a#createFilter{padding: 3px 10px 3px 20px; margin-left:4px}

/*dashboard*/
.bu_align {
    margin-top: 55px;
    display: block;
}
button {line-height: 17px !important}

input#SubmitRemove, button#AbortRemoveButton {
    width: 60px;
}

#FavoriteSaveLink {height:25px !important}

.GeneralButtons {
    margin-bottom: 0;
}
.GeneralButtons a {padding:3px 8px;
}
.GeneralButtons a:hover{color: #1976D2;
}

.DefaultButtonLink,
.TextButtonLink,
.EditButtonLink {
    background-color:#fff;
    border: 1px solid #757575;
    color:#263238;
    display:inline-block;
    margin-right:4px;
    text-decoration: none;
    font-weight:bold;
    border-radius:3px;
    padding: 4px 10px;
}
.TextButtonLink span{
    font-weight: bold;
}
.TextButtonLink:hover,
.DefaultButtonLink:hover,
.EditButtonLink:hover {
    cursor:pointer;
    border: 1px solid #1976D2;
    color: #1976D2;
}

.calculate{background:url("../images/icons/generate.png") no-repeat 7px #fff}
.calculate:hover{
    cursor:pointer;
    border: 1px solid #1976D2;
    color: #1976D2;
}

/*input[type="submit"] {

    padding: 3px 10px 4px 20px;
    border: 1px solid #ddd;
    border-bottom: 1px solid #bbb;
}

input[type="submit"]:hover {

    border-bottom: 1px solid #ddd;
}
.NewButtonLink::before{
   content:"\f067;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
}
*/

/*individual/spezific styles*/
.timeselectdiv{ display: inline-block; float: left; margin-right: 12px;}
.timeselectbuttondiv{ display: inline-block;}
select#AllocableAppFunctionSelect, select#AllowedAppFunctionSelect {height:250px}
/**projectprojectgeneral**/
div#CategorySelect_chosen, div#AwardTypeSelect_chosen, div#PrioritySelect_chosen, div#StatusSelect_chosen, div#CostCentreSelect_chosen, div#CostGroupSelect_chosen {
    width: 100% !important;
}
fieldset h1 {margin:0 0 5px 0;}

input#AddAllAppFuncToOperator, input#AddAppFuncToOperator, input#RemoveAppFuncFromOperator,  input#RemoveAllAppFuncFromOperator, .multipleswitch {
    width: 40px;
    height: 32px;
    cursor: pointer;
    margin: 16px 4px;
}

/* chosen datatables head*/

div.datatable_top .chosen-container.chosen-container-single.chosen-container-single-nosearch{width: initial !important;}
.dataTables_filter input#FileOverviewTable___SearchComplete {width: 60%}

.container fieldset .chosen-container-single {
    /*width: -webkit-fill-available !important;
    width: -moz-available !important;*/
    max-width: initial;
    min-width: auto;
}

/*datatable select */
.datatable_top select { width: max-content;}

/* als  Standard vorgesehene Button ICON+Text - Css-Styles   für Add,Delete,Save */
.buttonsLine{margin-bottom: 12px;}

input.buttons {
    background-color: #fff;
    border: 1px solid #757575;
    color:#263238;
    line-height:17px;
    margin-right:2px;
    padding:3px 10px 3px 20px;
    font-weight: bold;
}

.buttons a {
    background-color: #fff;
    border: 1px solid #757575;
    color: #263238;
    line-height: 17px;
    margin-right: 2px;
    padding: 3px 10px 3px 20px;
    display: inline-block;
    min-width:80px;
    font-weight: bold;
}

.buttons a:hover, input.buttons:hover  {cursor:pointer; border: 1px solid #1976D2; color: #1976D2;}
.buttonsAdd {background:url("../images/icons/add.png") no-repeat 7px #fff}
.buttonsSave {background:url("../images/icons/save.png") no-repeat 7px #fff}
.buttonsDelete {background:url("../images/icons/remove.png") no-repeat 7px #fff}

a#editFilter, a#createFilter {margin-left:2px;}
a.abutton {
    background-color: #fff;
    border: 1px solid #757575;
    color: #263238;
    line-height: 17px;
    margin-right: 2px;
    padding: 3px 10px 3px 20px;
    display: inline-block;
    font-size:bold;
    border-radius: 3px;
}
a.abutton:hover{cursor:pointer; border: 1px solid #1976D2; color: #1976D2;}

/** colorpicker**/
.sp-replacer {
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    padding: 0px !important;
    display: inline-block;
    border: solid 1px #91765d;
    background: transparent !important;
    color: #263238;
    vertical-align: middle;
    border: 0px !important;
}

/* css klassen nur für js funktionalität (ohne styles!) */
.js-calendar-date {
}

.js-calendar-datetime {
}

#HistoryNavigation div {
    width: 28px;
    height: 28px;
}

#HistoryNavigation div a{
    background:#fff !important;
    padding-left: 3px !important;
    color: #546e7a !important;
    margin-left: 1px;
    font-size: 20px;
}

#HistoryNavigation div a:hover{
    color: #546E7A !important;
}
#HistoryNavigation div a:focus {outline: 2px solid #1976D2; outline-offset: -2px; border:0 !important }

#HistoryBackDisabled {
    padding: 4px;
    color: #CCC ;
    font-size: 20px;
}

.scrollableCollisionDialogDiv {
    max-height: calc(100vh - 350px);
    overflow: auto;
}

.auto-hyphens {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.errorField {
    border: 1px solid red !important;
}


#profile_chosen {
    max-width:220px
}

body.Login #LoginForm label.error {}
body.Login #FormErrors ul li:first-child {list-style: none;}
body.Login #FormErrors ul li:not(:first-child) { display: none;}

/** Klasse für Checkboxen welche neben Textfeldern dargestellt werden damit die Checkbox horizontal mittig erscheint*/
.checkboxContainer{
    height: 27px !important;
}

.color234{
    color: #263238 !important;
}

/** CSS animierter Spinner statt 'wait.gif' **/
.spinner14-ellipsis {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 80px;
}
.spinner14-ellipsis div {
    position: absolute;
    top: 33px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    animation-timing-function: cubic-bezier(0.3, 0.6, 0.6, 0.3);
}
.spinner14-ellipsis div:nth-child(1) {
    left: 8px;
    animation: spinner14-ellipsis1 0.4s infinite;
    background: #73a1ea;
}
.spinner14-ellipsis div:nth-child(2) {
    left: 8px;
    animation: spinner14-ellipsis2 0.4s infinite;
    background: #5cc197;
}
.spinner14-ellipsis div:nth-child(3) {
    left: 53px;
    animation: spinner14-ellipsis2 0.4s infinite;
    background: #ddbe5f;
}
.spinner14-ellipsis div:nth-child(4) {
    left: 98px;
    animation: spinner14-ellipsis3 0.4s infinite;
    background: #cc4242;
}
@keyframes spinner14-ellipsis1 {
  0% { transform: scale(0); }
  100% { transform: scale(1);}
}
@keyframes spinner14-ellipsis3 {
  0% { transform: scale(1); }
  100% { transform: scale(0);}
}
@keyframes spinner14-ellipsis2 {
  0% { transform: translate(0, 0); }
  100% { transform: translate(45px, 0);}
}

.block_Index a:focus {outline: 2px solid #1976D2; outline-offset: -2px; }
a.toDoTable_showLink:focus {outline: 2px solid #1976D2; outline-offset: -2px; }

.buttonBorderTop{
    border-top: 1px solid #ddd;
}

/* Anpassugnen Umzug - moveLocation */

/* Fester Tabellenheader bei SCroll*/
.th-sticky th{
    position: sticky;
    top:0px;
    z-index: 100000;
}
/* Auswahl tabs*/
.table-reiter {
    display: flex;
    padding: 12px 0;
}
/* Actionbuttons*/
.tablebuttontoolbar{
    display: flex;
    padding: 12px 0;
}
.tablebuttontoolbar .FileButtons{
    margin-right: 6px;
}
/*Checkboxen über der Tabelle + exportbutton*/
.table-top-selector {
    display:flex;
    width:100%;
    padding:12px 5px;
}

.tts-1{width:55px}
.tts-2{width:24px}
.tts-center{flex: 1 1 auto /*middlespace*/}
.tts-last{position: relative;right:15px /*scrollbarspacer*/}

#editPaneContent #selectArticleFilter {float:left}

.paddingBottom5{
    padding-bottom:5px
}

.verticalText {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.adminLicenceUpgrade{
    font-weight: 700;
}

.hrAdminLicense{
    width: 30%;
    margin-left:0px;
    height: 2px
}
.noMarginHelpMessage{
    margin:0 !important;
}
/*googlemaps overlay*/
div.olControlZoom a {
    background: #546E7A !important;
    color: #fff;
    font-weight: bold;
}
div.olControlZoom a:hover {
    background: #546E7A !important;
}
div.olControlZoom a:focus {
    outline: 2px solid #1976D2;
    outline-offset: 1px;
}
@media only screen and (max-width: 600px) {
    div.olControlZoom a:hover {
        background: #546E7A !important;
    }
}

/*Gant Dia Projektablaufplan */
.gantt_grid_scale .gantt_grid_head_cell {
    color: #263238 !important;
    border-top: none!important;
    border-right: none!important;
}
.gantt_task .gantt_task_scale .gantt_scale_cell {
    color: #263238 !important;
    border-right: 1px solid #ebebeb;
}

#ProjectTaskPacketDates tbody td{
    white-space: nowrap !important;
}

/*
.headerOrgChooser{
    border: 1px solid #888;
    padding: 10px;
    float: left;
    font-weight: bold;
    background-color: white;
}*/
.headerFilter{
    border: 1px solid #888;
    padding: 10px;
    float: left;
    font-weight: bold;
    background-color: white;
}

#messageDiv{
	height: 40px;
    display: inline-flex;
    line-height: 1em;
    align-items: center;
    padding-left: 12px;
}

#messagesList{
	list-style: none;
}
#messagesList li div{
    font-weight: bold;
}
#FunctionSimultaneousEditingHint{
	padding: 5px;
}

#content div.functionButtonRightContainer {
    float: right;
}

#content div.functionButtonRightContainer div.functionButtonRight {
    float: left !important;
}


/* spaltenbreite partnerchoser*/
#PartnerDataTable {
}
#PartnerDataTable thead tr th:first-child {
    width:50%
}
#PartnerDataTable thead tr th:nth-child(2){
   
}
#PartnerDataTable .chosen-container-single {
    width:170px !important;
}
#toDoTables tfoot th{
    color: #FFFFFF;
}

/* spaltenbreite für OrgChoserTable */
table#SingleSelectOrganisationUnitCollectionOverviewComponent{
    table-layout: fixed;
}
table#SingleSelectOrganisationUnitCollectionOverviewComponent tr th:first-child {
    width: 15%;
}
table#SingleSelectOrganisationUnitCollectionOverviewComponent tr th:nth-child(2) {
    width:35%;
}
table#SingleSelectOrganisationUnitCollectionOverviewComponent tr th:last-child {
    width:50%;
}
/* overwrite px width coming from java */
table#SingleSelectOrganisationUnitCollectionOverviewComponent tr th div {
    width:100% !important;
}
table#SingleSelectOrganisationUnitCollectionOverviewComponent tr td div {
    width:100% !important;
    white-space: normal;
    word-break: break-word;
}
/* overwrite px width coming from java */
table#SingleSelectOrganisationUnitCollectionOverviewComponent tfoot tr th input {
    width: 100% !important;
}

/* spaltenbreite für OrgChoserTable */
table#SingleSelectOrganisationUnitCollectionOverviewComponentColumns4{
    table-layout: fixed;
}
table#SingleSelectOrganisationUnitCollectionOverviewComponentColumns4 tr th:first-child {
    width: 15%;
}
table#SingleSelectOrganisationUnitCollectionOverviewComponentColumns4 tr th:nth-child(2) {
    width:30%;
}
table#SingleSelectOrganisationUnitCollectionOverviewComponentColumns4 tr th:nth-child(3) {
    width:35%;
}
table#SingleSelectOrganisationUnitCollectionOverviewComponentColumns4 tr th:last-child {
    width:20%;
}
/* overwrite px width coming from java */
table#SingleSelectOrganisationUnitCollectionOverviewComponentColumns4 tr th div {
    width:100% !important;
}
table#SingleSelectOrganisationUnitCollectionOverviewComponentColumns4 tr td div {
    width:100% !important;
    white-space: normal;
    word-break: break-word;
}
/* overwrite px width coming from java */
table#SingleSelectOrganisationUnitCollectionOverviewComponentColumns4 tfoot tr th input {
    width: 100% !important;
}

/* Breite Modal komplett*/
div#SingleSelectOrganisationUnitCollectionOverviewPopUp {
    max-width:80vw;
    width:80vw;
}
span.TableRowSelectButton {
    height: 15px !important;
    padding: 4px 2px !important;
    width:16px;
}

/** Hide an element in an accessible way (for e.g. screen reader) */
.visually-hidden {
	border-width: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}
 
.nav-node-wrapper {
    display: flex;
    align-items: center;
    position: relative;  
}

/* Status-Icon */
.node-status-icon {
    width: 8px;             
    height: 8px;
    display: inline-flex;
    border-radius: 50%;
    margin-right: 2px; 
    outline: none;             
}

/* Fokus-Ring für Tastatur */
.node-status-icon:focus {
    outline: 2px solid #2563eb;  
    outline-offset: 2px;
}

/* =========================
   Tooltip
   ========================= */
.navTreeTooltip {
    display: none;
    position: absolute;
    font-size: 11px;
    background-color: #333;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 1000;
    left: 80px;
    bottom: 125%;
    transform: translateX(-50%);
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

/* Tooltip sichtbar bei Fokus */
.node-status-icon:focus .navTreeTooltip {
    display: block;
    opacity: 1;
}
 
.thMinWidthText {
  min-width: 150px;
}

.thMinWidthLongText {
  min-width: 500px;
}

.breakLongText {
  max-width: 500px;
  overflow-wrap: break-word;
}
.noBackgroundImg {
    background: none !important;
    text-decoration: none;
    padding: 4px 10px !important;
    display: inline-flex !important;;
    align-items: center;
    width: fit-content;
    justify-content: center;
}
.EmailButtonDeactivated,
.HomepageButtonDeactivated {
    background-color:#ddd !important;
}
.imgIcon{
    margin-right: 3px;
}
#calendar_topbar a.forward {
    width: 68px;
    justify-content: space-around;
    flex-direction: row-reverse;
}
#calendar_topbar a.back {
    width: 68px;
}
.forward .imgIcon {
    margin-left:auto;
}
.generalload  {
    background-color: #fff !important;
    border: 1px solid #757575;
    color:#263238;
    line-height:17px;
    margin-right:2px;
    padding: 3px 10px 3px 10px !important;
    font-weight: bold;
}
.generalload:hover {
    cursor:pointer;
    border: 1px solid #1976D2;
    color: #1976D2;
}
.calendar td.button:focus {
    outline: 2px solid #1976D2;
    outline-offset: 1px;
}
.elementBackground {
    background: #fff !important;
}
i.dd-item-text.icon-before.icon-changepw, i.dd-item-text.icon-before.icon-logout {
    font-style: normal !important;
}
table#editPaneHelpToggle a{
    padding-left: 0px !important;
}

/* icons links in datatables*/
a.insertedATag {
    display: inline-flex !important;
}

.modalbox_right_fh div.fieldHelp {
    width: auto !important;
}

.HeaderTitleGap{
  top: 55px !important;
}
/*
#content div.functionButtonRightContainer {    float: right;
}

#content div.functionButtonRightContainer div.functionButtonRight {
    float: left !important;
}
 */

a.link_label {
    display: block;
    text-decoration: none;
    cursor: help;
    margin: 1px 2px;
    width: fit-content;
}
a.link_label:focus,
a.link_label:focus-visible {
    outline: 2px solid #1976D2;
    outline-offset: 0px !important;
}
a.link_label label {
     cursor: help;
}
/* used only with checkboxes*/
a.checkboxlabel {
	display: inline-block;
	padding: 0 0 2px 0
}

.external-links-border {
    outline: 2px solid #1976D2;
    outline-offset: -2px;
    background: #fff;
}

a#ConfirmdialogConfirmLink:focus {
    outline: 2px solid #1976D2;
    outline-offset: -2px;
}
.closePopUpButton {
    position: fixed;
    top: 40px;
    right: 25px;
    font-size: 32px;
    cursor: pointer;
    z-index: 999;
}
a#FavoriteListHeaderClosePopUp:focus, a#CustomBackgroundTaskListPopUp:focus {
    outline: 2px solid #1976D2;
    outline-offset: -2px;
}
.headerPopup {
   line-height: 21px;
   margin-left: 23px;
   margin-top: 13px;			
}
.labelDeleteConfirmDialog {
    float: left;
    margin-left: 2px;
}
.iconHidden {
    display:none !important;
}


/*custom modal width*/
.modal-width-40 {
    max-width:40%;
    width:40%;
}
.modal-width-60 {
    max-width:60%;
    width:60%;
}
.modal-width-80 {
    max-width:80%;
    width:80%;
}
.modal-width-100 {
    max-width:100%;
    width:100%;
}

/** Media Query for different screens sizes**/
@media screen and (max-width: 960px) {
    .modal-width-40,
    .modal-width-60,
    .modal-width-80,
    .modal-width-100 {
        width: 100%;
        max-width:100%
    }
    div#SingleSelectOrganisationUnitCollectionOverviewPopUp {
        width:100%;
        max-width:100%
    }
}

@media screen and (min-width: 960px) {
    .modal-width-40,
    .modal-width-60,
    .modal-width-80,
    .modal-width-100 {
        max-width: 100%;
        width: 100%;
    }
}
@media screen and (min-width: 1440px) {
    .modal-width-40,
    .modal-width-60 {
        min-width: 40%;
        max-width: 60%;
    }

    .modal-width-80,
    .modal-width-100 {
        min-width: 80%;
        max-width: 80%;
    }
}
@media screen and (min-width: 1920px) {
    .modal-width-40,
    .modal-width-60 {
        min-width: 40%;
        max-width: 40%
    }
    .modal-width-60 {
        min-width: 40%;
        max-width:60%
    }

    .modal-width-80,
    .modal-width-100 {
        min-width: 66%;
        max-width: 80%;
    }
}

.filterResultsContainer {
	width: 100%;
	overflow: auto;
}

.DocumentTemplateDialog 
{
    -moz-border-radius: 5px 5px 5px 5px;
    background-color: #E3E3E3;
    border: 1px solid #757575;
    left: 100px;
    padding: 16px;
    position: fixed;
    top: 40px;
    z-index: 9998; /* der z-index muss höher sein als der von AskVitricon */
    max-height: 88%; 
    overflow: auto;
}
.divLikeTableWholeTable{
	display: table;
	width: 100%;
}
.divLikeTableRow{
	display: table-row;
}
.divLikeTableLabelCell{
	display: table-cell; 
	min-width: 25%;
	padding: 8px 0;
}
.divLikeTableValueCell{
	display: table-cell;
}
.displayDeleted{
	text-decoration: line-through; 	
}