@import url(common.css);
@import url(xmlverbatim.css);
@import url(move-icon.css);
body {
    background: #ffffff;
    margin: 0px;
    font-family: verdana, helvetica, sans-serif;
    font-size: 0.7em;
}


/* EG-4098 https://stackoverflow.com/a/14328210/3227457 */

form {
    display: inline;
    margin: 0;
    padding: 0;
}

#head-customer-logo {
    float: left;
    padding: 0px 15px 0px 15px;
}

#head-customer-logo img {
    padding-right: 10px;
}

#login_eurogarant_impressum {
    padding: 16px;
}

.eurogarant_impressum a {
    color: #133d68;
    text-decoration: none;
}

.eurogarant_impressum a:hover {
    color: #7194a5;
    text-decoration: underline;
}

#login_link {
    padding-top: 0px;
}


/* #head {} Do not use empty rulesetscss(emptyRules) */

#wrapper-scroll {
    top: 0px;
    z-index: 99;
    height: auto;
    position: relative;
    width: 100%;
}

#wrapper-head {
    z-index: 98;
    min-height: 79px;
    /*width                   : 100%;*/
    padding-left: 300px;
    background: url(../images/head.jpg) no-repeat #DADFE3;
}


/* #head-image {} Do not use empty rulesetscss(emptyRules) */

#head-highlight {
    height: 40px;
    width: 30px;
    margin-right: 5px;
    float: left;
    text-decoration: none;
    border: none;
}

#head-highlight a {
    display: block;
    background-position: 5px 5px;
    padding: 10px 20px;
    background-image: url(../images/achtung.png);
    background-repeat: no-repeat;
    text-decoration: none;
    border: none;
}

#head-highlight.link a:hover {
    background-image: url(../images/achtung-over.png);
    border: none;
}

#head-highlight.link:hover {
    text-decoration: none;
}

#head-highlight-reason {
    padding-bottom: 5px;
    color: #FF0000;
    width: 90%;
}

#head-highlight-property {
    padding: 3px 220px 3px 12px;
    color: #FF0000;
    font-weight: bold;
    font-size: 1.3em;
}

#logo {
    position: absolute;
    top: 20px;
    height: 40px;
    width: 250px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: 250px;
    left: 20px;
}

#username {
    position: absolute;
    top: 4px;
    right: 20px;
    font-size: 1em;
    font-weight: bold;
    border: none;
}

#username a {
    color: #133d68;
    text-decoration: none;
    padding-right: 5px;
}

#username a:hover {
    text-decoration: underline;
    border: none;
}

#callNotification {
    font-size: 1.3em;
    background-image: url(../images/icon-phone.png);
    padding-left: 12px;
    background-repeat: no-repeat;
    background-position: 0px 4px;
    color: #db6700;
}

#searchfield {
    top: 78px;
    right: 15px;
    position: absolute;
    float: right;
    z-index: 100;
}

#searchfield input {
    color: #000;
    border: 1px solid #133d68;
    background: #fafafa;
    height: 12px;
    font-size: 10px;
    width: 120px;
    margin-top: 1px;
    color: #d5d5d5;
    margin-right: 1px;
    float: left;
}

input#searchfield-icon {
    margin-top: 2px;
    background: #c6d1d7;
    padding-top: 0px;
    margin-right: 10px;
    height: 12px;
    width: 12px;
    border: 1px solid #dadfe3;
}


/*======================START CONTEXT NAVIGATION ======================*/

#wrapper-context {
    min-height: 64px;
    padding-right: 15px;
}

#context {
    top: 0px;
    font-size: 1em;
    left: 15px;
    right: 270px;
    justify-content: flex-start;
}

#context-links {
    background-color: red;
    padding-right: 80px;
}

.context-link {
    color: #133d68;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    float: left;
    white-space: nowrap;
}

.context-link a {
    color: #133d68;
    display: block;
    text-decoration: none;
    margin-left: 12px;
    margin-right: 10px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0px 4px;
}

.context-link a:hover {
    text-decoration: underline;
}

#context-links a.partner-info {
    background: url(../images/vehicle-icon.png);
    width: 48px;
    height: 19px;
    margin-left: 12px;
    margin-right: 10px;
    text-decoration: none;
    float: left;
}

#context-links a.partner-info:hover {
    background: url(../images/vehicle-icon-over.png);
}


/*======================END CONTEXT NAVIGATION ======================*/


/*======================START HEAD NAVIGATION ======================*/

#head-navigation {
    text-align: right;
    padding-right: 15px;
}

#head-navigation a {
    color: #133d68;
    padding-right: 7px;
    padding-left: 7px;
    text-decoration: none;
}

#head-navigation .icon-text:hover {
    text-decoration: underline;
}


/*#head-navigation .icon-text{
display:none;

}*/


/*======================END HEAD NAVIGATION ======================*/


/*======================START TAB NAVIGATION ======================*/

#wrapper-navigation {
    background: #133d68;
    width: 100%;
    position: relative;
}

#navigation {
    background: #133d68 none repeat scroll 0 0;
    display: block;
    min-height: 25px;
    position: relative;
    z-index: 9999;
}

.navi-off-left {
    float: left;
}

.navi-off-mid {
    height: 17px;
    padding: 5px 15px 3px 15px;
    float: left;
}

.navi-off-mid a {
    padding: 0px 15px 0px 15px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    height: 16px;
    float: left;
    background: #133d68;
}

.navi-off-mid a:hover {
    color: #133d68;
    text-decoration: none;
    background-color: #7194a5;
}

.navi-off-right {
    float: left;
}

.navi-on-left {
    float: left;
}

.navi-on-mid {
    height: 17px;
    background-color: #7194a5;
    font-weight: bold;
    float: left;
    z-index: 3;
    padding: 5px 15px 3px 15px;
}

.navi-on-mid a {
    padding: 0px 15px 0px 15px;
    color: #133d68;
    text-decoration: none;
}

.navi-on-right {
    float: left;
}


/*====================== END TAB NAVIGATION ===================*/

#line-under-tabs {
    display: none;
}

#buttons {
    min-height: 16px;
    background: #c6d0d9 url(../images/content-nav-bg.png) repeat;
    padding: 8px 15px 6px 15px;
    z-index: 1;
    position: relative;
}

#buttons.back-forward {
    height: 32px;
}

.content-link.back-forward {
    font-size: 25px;
    height: 32px;
    background: none;
    float: left;
}

.content-link.back-forward.forward {
    float: right;
}

.content-link.back-forward a,
.content-link.back-forward a:hover {
    background: none;
}

.content-link.back-forward a:hover {
    color: #fff
}

.content-link.back-forward.inactiv {
    font-weight: bold;
    color: #d5d5d5;
}

#btw-back-forward {
    float: left;
    min-height: 30px;
    padding-top: 1px
}


/*====================== INBOX LIST ===================*/

#wrapper-inbox-list {
    width: 100%;
    float: left;
    background: #c6d1d7;
    margin: 0px auto;
    position: relative;
}

#inbox-list {
    background: #c6d1d7;
    margin: 10px 0 0px 15px;
}

.inbox-button {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
}

.inbox-button:hover {
    background: #c6d1d7;
}

.inbox-button.activ {
    background: #7194a5;
}

#inbox-list .unreaded .inbox-button-counter a {
    color: #f00;
}

#inbox-list .inbox-button-label {
    height: 20px;
    border: 2px solid #133d68;
    border-right: none;
    padding: 5px;
    float: left;
}

#inbox-list .inbox-button-counter {
    height: 20px;
    padding: 5px;
    letter-spacing: -2px;
    border: 2px solid #133d68;
    display: table-cell;
    vertical-align: middle;
    float: left;
}

#inbox-list .inbox-button-label a,
#inbox-list .inbox-button-counter a {
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    height: 18px;
    color: #133d68;
    font-weight: bold;
}

#inbox-list .inbox-button-counter a {
    font-size: 18px;
}


/*====================== END INBOX LIST ===================*/

#left-menu {
    background: #dce5ea;
    padding: 5px 0 10px 0px;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 200px;
    float: left;
}

#left-menu a {
    display: block;
    text-decoration: none;
    border: none;
}

#left-menu a.activ {
    color: #000;
    background: #7194a5;
}

#left-menu a:hover {
    background: #c7cfd2;
}

#left-menu a.level1 {
    font-size: 16px;
    padding: 0px 5px 0 5px;
    margin-top: 5px;
}

#left-menu a.errorlevel1 {
    font-size: 16px;
    padding: 0px 5px 0 5px;
    margin-top: 5px;
    color: #f00;
}

#left-menu a.level2 {
    font-size: 14px;
    padding-left: 15px;
}

#left-menu a.errorlevel2 {
    font-size: 14px;
    padding-left: 15px;
    color: #f00;
}

#left-menu a.level3 {
    font-size: 13px;
    padding-left: 25px;
}

#left-menu a.errorlevel3 {
    font-size: 13px;
    padding-left: 25px;
    color: #f00;
}

#left-menu a.level4 {
    font-size: 13px;
    font-weight: normal;
    padding-left: 35px;
}

#left-menu a.errorlevel4 {
    font-size: 13px;
    font-weight: normal;
    padding-left: 35px;
    color: #f00;
}

#wrapper-content.left-menu {
    min-width: 1200px;
}

#wrapper-content.left-menu #content {
    min-width: inherit;
}

#wrapper-content {
    width: 100%;
}

#content.left-menu {
    position: absolute;
    left: 250px;
    padding-top: 0px
}

#content.left-menu .box-br {
    padding: 5px;
}

#content.left-menu #headline {
    padding-bottom: 0px;
}

#content {
    display: block;
    min-width: 98%;
    position: relative;
    padding-top: 0px;
    padding-left: 15px;
    z-index: 3;
    float: left;
}

.content-link {
    color: #133d68;
    font-size: 1em;
    text-decoration: none;
    padding-right: 15px;
}

.content-link a {
    color: #133d68;
    font-weight: bold;
    text-decoration: none;
    margin-right: 15px;
    padding-left: 12px;
    background-image: url(../images/content-link.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.content-link a:hover {
    color: #133d68;
    text-decoration: none;
    background-image: url(../images/content-link-over.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

#headline {
    clear: left;
    color: #133d68;
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 12px;
    margin-top: 3px;
    padding-bottom: 10px;
    position: relative;
    background: #fff;
    z-index: 9999;
    width: 100%;
}

#headline .suffix {
    color: #000;
    font-weight: normal;
    font-size: 11.2px;
    padding-left: 10px;
}

table {
    border: 2px solid #133d68;
    margin: 0 1em 1em 0;
    padding: 0.5em 1em 1em 1em;
}

tr {
    padding-left: 10px;
}

th {
    text-align: left;
    vertical-align: top;
    color: #133d68;
    font-size: 1em;
    font-weight: bold;
    padding: 5px;
    margin: 0px;
    border: 5px;
}

#fixed-th {
    position: relative;
    background: #fff;
    overflow: auto;
}

table td.master {
    padding-left: 18px;
    background-image: url("../images/document-icons/star.png");
    background-repeat: no-repeat;
}

td {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #000000;
    font-size: 1em;
    padding: 3px 5px 2px 5px;
    vertical-align: top;
}

table.transparent,
table.transparent tbody tr td {
    background: url(../images/grey.png);
    border: none;
}

.tab-row-space {
    border-bottom: 2px solid #666;
    font-size: 0.01em;
}


/* begin EG-2120 */

.table-tab-menu {
    min-width: 1200px;
    background: #fff;
    padding-left: 5px;
    position: relative;
    height: 32px;
    display: block;
    z-index: 9999;
}

.table-tab-menu-inner {
    position: absolute;
    font-size: 1.3em;
    width: 100%;
    background-color: #FFF;
    height: 100%;
}

.table-tab-menu .tabs {
    float: left;
    height: 20px;
    border: 2px solid #133d68;
    margin-right: 5px;
    padding: 5px 0 5px 0;
    background: #c6d1d7;
}


/* .table-tab-menu .tabs:hover {} Do not use empty rulesetscss(emptyRules) */

.table-tab-menu .tabs a.link {
    border: none;
}

.table-tab-menu .tabs span.left {
    padding: 6px 3px 5px 3px;
}

.table-tab-menu .tabs span.left a {
    padding: 6px 3px 5px 3px;
}

.table-tab-menu .tabs span.mid {
    padding: 6px 3px 5px 3px;
}

.table-tab-menu .tabs span.mid a {
    padding: 6px 3px 5px 3px;
}

.table-tab-menu .tabs span.right {
    padding: 6px 3px 5px 3px;
}

.table-tab-menu .tabs span.right a {
    padding: 6px 3px 5px 3px;
    background: url(../images/icon-document.png)0 4px no-repeat;
    padding-right: 8px;
}

.table-tab-menu .tabs span.right a span.hide {
    display: none;
}

.table-tab-menu .tabs.activ {
    border-bottom: 2px solid #fff;
    background: #fff;
    padding-bottom: 5px;
}

.tab-gap {
    float: left;
    margin-left: 10px;
}

.table-info {
    padding: 10px 0px 0 3px;
    ;
    color: #000;
    width: 100%;
    float: left;
}

td .info {
    width: 100%;
}


/* end EG-2120 */

.bg-color td {
    background-color: #eeeeee;
}

.bg-color-light td {
    background-color: #f5f5f5;
}

.bg-color th {
    background-color: #eeeeee;
    text-align: center;
    padding: 2px;
    border-top: 10px solid #ffffff;
}

tr.search-result td {
    background-color: #7194a5;
}

.bg-colorbold td,
.bg-colorbold td a {
    background-color: #eeeeee;
    font-weight: bold;
}

.bold td,
.bold td a {
    font-weight: bold;
}

.bg-color td.blank,
.bg-color th.blank,
.bg-colorbold td.blank,
.bg-colorbold td.blank a {
    background-color: white;
}

th select {
    border: 1px solid #9f9f9f;
    font-size: 0.9em;
    padding: 2px;
}

.validationMessage {
    color: #FF0000;
}

.highlightDocument,
.highlightDocument a {
    color: #FF0000;
}

.greyedOut {
    color: #999;
}


/*
.nobr{
 white-space           :nowrap;
}
*/

.bg-color-outdated td,
.outdated td {
    color: #999;
}

.upload-box {
    border: 2px solid #133d68;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
    float: left;
}

.upload-box a {
    display: block;
    border: none;
    text-decoration: underline;
}

.upload-box a:hover {
    border: none;
}

.upload-box table {
    border: none;
}

.upload-box fieldset {
    margin-top: 5px;
    margin-right: 10px;
}


/*======================BEGIN http://www2.informatik.hu-berlin.de/~obecker/XSLT/xmlverbatim/ ======================*/

.xmlverb-default {
    color: #333333;
    background-color: #ffffff;
    font-family: monospace
}

.xmlverb-element-name {
    color: #db6700
}

.xmlverb-element-nsprefix {
    color: #133d68
}

.xmlverb-attr-name {
    color: #660000
}

.xmlverb-attr-content {
    color: #000099;
    font-weight: bold
}

.xmlverb-ns-name {
    color: #133d68
}

.xmlverb-ns-uri {
    color: #9f9f9f
}

.xmlverb-text {
    color: #000000;
}

.xmlverb-comment {
    color: #006600;
    font-style: italic
}

.xmlverb-pi-name {
    color: #006600;
    font-style: italic
}

.xmlverb-pi-content {
    color: #006666;
    font-style: italic
}


/*======================END http://www2.informatik.hu-berlin.de/~obecker/XSLT/xmlverbatim/ ======================*/

div#login {
    position: absolute;
    background: url(../images/login-head.png) no-repeat;
    background-repeat: no-repeat;
    width: 100%;
}

#login #line-under-tabs {
    display: none;
}

#login #content {
    padding-top: 16px;
}

#timestamp {
    color: grey;
    font-family: sans-serif;
    font-size: 12px;
    text-align: left;
    clear: both;
    margin-left: 15px;
}

#inbox-query-times {
    color: red;
    font-family: sans-serif;
    font-size: 10px;
}

.query-info-link {
    clear: both;
    text-decoration: none;
    color: grey;
    font-family: arial, verdana, helvetica, sans-serif;
}

.query-info-link-bold {
    clear: both;
    text-decoration: none;
    font-weight: bold;
    color: grey;
    font-family: arial, verdana, helvetica, sans-serif;
}


/* Colors for EG-1062, using http://www.colorpicker.com with S=30 and B=93 */


/* H=211 */

td.inbox-status-color-blue,
.inbox-status-color-blue .inbox-button-counter {
    background-color: #EDCBA6;
}


/* H=110 */

td.inbox-status-color-green,
.inbox-status-color-green .inbox-button-counter {
    background-color: #B3EEA7;
}


/* H=58 */

td.inbox-status-color-yellow,
.inbox-status-color-yellow .inbox-button-counter {
    background-color: #EEECA7;
}


/* H=31 */

td.inbox-status-color-orange,
.inbox-status-color-orange .inbox-button-counter {
    background-color: #EDCBA6;
}


/* H=0 */

td.inbox-status-color-red,
.inbox-status-color-red .inbox-button-counter {
    background-color: #EEA7A7;
}

#above-headline {
    min-height: 32px;
}

#above-headline p {
    margin: 0px;
    padding-top: 4px;
    padding-left: 2px;
}

#casenote {
    padding-bottom: 10px;
}

#caseinfobox {
    position: absolute;
    right: 2%;
    top: -80px;
    z-index: 9999;
}

#caseinfobox table,
#caseinfobox table tbody,
#caseinfobox table tr,
#caseinfobox table tr td,
#caseinfobox table table,
#caseinfobox table table tbody,
#caseinfobox table table tr,
#caseinfobox table table tr td {
    padding: 0;
    margin: 0;
    border: 0;
    background: #eee;
    border-collapse: separate;
}

#caseinfobox table {
    border: 3px solid #7194a5;
    border-collapse: collapse;
}

#caseinfobox table tr td {
    border-right: 3px solid #7194a5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #eee;
    max-width: 250px;
}

#caseinfobox table tr td:last-child {
    border-right: none;
}

#caseinfobox table table td:last-child {
    background: #fff;
}

#caseinfobox tr.hide {
    display: none;
}

#caseinfobox table:hover table {
    max-width: 1200px;
}

#caseinfobox table:hover tr.hide {
    display: table-row;
}

#caseinfobox table:hover td {
    white-space: normal;
    overflow: visible;
    max-width: 400px;
}

#caseinfobox table:hover td.more {
    max-width: 1200px;
}

#car-div {
    float: left;
}

table .tablecell-space {
    background: #d5d5d5;
    padding: 3px;
    border: none 0px;
}

fieldset.report-table {
    margin-bottom: 20px;
}

table.report-table,
table.report-table td,
table.report-table tr {
    border-collapse: collapse;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    border: 0px;
}

table tr.footer td {
    color: #133d68;
    font-weight: bold;
}


/*
table.report-table tr:nth-child(odd) td{ 
        background: #eee;
}
*/

table.report-table td {
    padding: 5px;
    margin: 0px;
    border: none;
}

table td.report-icons {
    min-width: 70px;
}

table td.report-name {
    min-width: 250px;
}

table td.report-icons span.link-text {
    display: none;
}

table td.report-icons a.report {
    float: left;
    width: 20px;
    height: 19px;
    margin-right: 3px;
    margin-top: 1px;
    margin-bottom: 1px;
}

table td.report-icons a.report-pdf {
    background: url(../images/icon-report-pdf.png);
}

table td.report-icons a.report-pdf:hover {
    background: url(../images/icon-report-pdf-over.png);
}

table td.report-icons a.report-bar {
    background: url(../images/icon-report-bar.png);
}

table td.report-icons a.report-bar:hover {
    background: url(../images/icon-report-bar-over.png);
}

table td.report-icons a.report-csv {
    background: url(../images/icon-report-csv.png);
}

table td.report-icons a.report-csv:hover {
    background: url(../images/icon-report-csv-over.png);
}

table td.report-icons a.report-line {
    background: url(../images/icon-report-line.png);
}

table td.report-icons a.report-line:hover {
    background: url(../images/icon-report-line-over.png);
}

table td.report-icons a.report-map {
    background: url(../images/icon-report-map.png);
}

table td.report-icons a.report-map:hover {
    background: url(../images/icon-report-map-over.png);
}

table td.report-icons a.report-pie {
    background: url(../images/icon-report-pie.png);
}

table td.report-icons a.report-pie:hover {
    background: url(../images/icon-report-pie-over.png);
}

table td.report-icons a.report-stackedbar {
    background: url(../images/icon-report-stackedbar.png);
}

table td.report-icons a.report-stackedbar:hover {
    background: url(../images/icon-report-stackedbar-over.png);
}

table td.report-icons a.report-html {
    background: url(../images/icon-report-html.png);
}

table td.report-icons a.report-html:hover {
    background: url(../images/icon-report-html-over.png);
}

div.report-help-dump {
    display: inline-block;
    padding-left: 30px;
}

div.report-help-dump h1 {
    color: #133d68;
    background: #C6D0DB;
    width: 800px;
    font-size: 1.8em;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.report-help-dump h1 .link {
    font-size: 0.5em;
    margin-left: 10px;
}

div.report-help-dump h2 .link {
    font-size: 0.5em;
    margin-left: 10px;
}

div.report-help-dump h2 {
    color: #133d68;
    font-size: 1.5em;
    background: #C6D0DB;
    width: 800px;
}

div.report-help-dump h3 {
    color: #133d68;
    font-size: 1.2em;
}

div.report-help-dump fieldset.form-xl {
    width: 800px;
}

.document-icon {
    float: left;
    margin-right: 5px;
}

.casesuffix {
    padding: 5px 0px 0px 20px;
}


/*#########LOSS-STATUS############*/

#loss_status #loss_status_hotline a {
    color: #7194a5;
    text-decoration: none;
}

#loss_status #loss_status_hotline a:link,
#loss_status #loss_status_hotline a:visited,
#loss_status #loss_status_hotline a:hover,
#loss_status #loss_status_hotline a:active {
    color: #fff;
    text-decoration: none;
}


/*reset css*/

#loss_status label {
    cursor: default;
}


/*##### nur für Schadenstatuss per Hash-Link ###### ANFANG #####*/

.loss_status_hashlink #head-navigation,
.loss_status_hashlink #context-links,
.loss_status_hashlink #username,
.loss_status_hashlink #wrapper-navigation,
.loss_status_hashlink #wrapper-buttons {
    display: none;
}

.loss_status_hashlink #wrapper-head {
    background: none;
    border-bottom: 1px solid #014495;
    padding: 3px 0 3px 0;
    background-image: url(../images/hgr_header.png);
    /*margin-bottom: 25px;*/
}

.loss_status_hashlink #wrapper-head #logo {
    position: static;
    float: right;
    margin-right: 10px;
}

.loss_status #wrapper-head #wrapper-context {
    display: none;
}


/*##### nur für Schadenstatuss per Hash-Link ###### ENDE #####*/

#loss_status #wrapper-content #content {
    float: left;
    width: 66%;
    position: static;
    min-width: 1px;
    margin: 0;
}

#loss_status #wrapper-content #right-sidebar {
    float: left;
    width: 26%;
    position: static;
    min-width: 1px;
    margin: 0;
}

#loss_status fieldset.fs-around,
#loss_status fieldset.fs-around legend,
#loss_status fieldset.fs-around-table,
#loss_status fieldset.fs-around-table legend {
    width: 100%;
    padding: 0;
}

#loss_status fieldset,
#loss_status fieldset.fs-around,
#loss_status fieldset.fs-around legend,
#loss_status fieldset.fs-around-table,
#loss_status fieldset.fs-around-table legend {
    margin: 0;
    padding: 0 0 4px 0;
    border: none;
    margin-bottom: 10px;
}

#loss_status .no-small-form-element {
    background: none;
}

#loss_status .form-icons {
    display: none;
}

#loss_status label {
    width: auto;
}

#loss_status .no-small-form-element {
    width: auto;
    padding: 0;
}

#loss_status #gallery li {
    list-style: none;
    display: inline-table;
}

#loss_status .link {
    border: none;
}


/*style loss_status*/

#loss_status #wrapper-content #content {
    padding: 25px 1.8% 0 2%;
    border-right: 1px solid #014495;
}

#loss_status #wrapper-content #right-sidebar {
    padding: 25px 0 0 1.8%;
}

#loss_status fieldset.fs-around legend,
#loss_status fieldset.fs-around-table legend {
    background: none;
    border-bottom: 1px solid #7194a5;
    color: #5d5d5d;
}

#loss_status .form-description label {
    width: 120px;
}

#loss_status #right-sidebar label {
    width: 135px;
}

#loss_status .form-small {
    width: 310px;
}

#loss_status .no-small-form-element {
    width: 160px;
    color: #014495;
    font-weight: bold;
    text-align: right;
}

#loss_status .no-small-form-element .content-link {
    display: none;
}

#loss_status .clerk_photo {
    float: left;
    margin-right: 30px;
}

#loss_status #loss_status_hotline {
    background-color: #014495;
    color: #7194a5;
    clear: both;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 24px;
}


/* ------------------------------------*/

#loss_status .ui-state-active,
#loss_status .ui-widget-content .ui-state-active,
#loss_status .ui-widget-header .ui-state-active,
#loss_status a.ui-button:active,
#loss_status .ui-button:active,
#loss_status .ui-button.ui-state-active:hover {
    background: none;
    background-color: #fff;
    color: #014495;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #014495;
    border-bottom: none;
}

#loss_status .ui-state-default,
#loss_status .ui-widget-content .ui-state-default,
#loss_status .ui-widget-header .ui-state-default,
#loss_status .ui-button,
#loss_status html .ui-button.ui-state-disabled:hover,
#loss_status html .ui-button.ui-state-disabled:active {
    border: 1px solid #014495;
    background: #fff;
    font-weight: normal;
    color: #014495;
    height: 45px;
    /*border-bottom: none;*/
}

#loss_status .ui-widget-content {
    border: 1px solid #014495;
    background: #ffffff;
    color: #014495;
}

#loss_status .ui-state-focus:focus {
    outline: none;
}

#loss_status .ui-accordion .ui-accordion-header {
    font-size: 14px;
    font-weight: bold;
}

#loss_status .inactive {
    cursor: auto;
    color: #cacaca;
    border: 1px solid #cacaca;
}


/* ------------------------------------*/

#loss_status .btn_send_to_eg {
    width: 100px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #014495;
    margin-top: 10px;
    cursor: pointer;
}

#loss_status textarea {
    width: 99%;
}

#loss_status .icons {
    float: right;
}


/*#loss_status .icons .documentIcon{
	float: left;
	width: 35px;
	height: 46px;
	background-image: url(../images/document.png);
}*/


/*#loss_status .icons .expandIcon{
	float: left;
	width: 19px;
	height: 19px;
	background-image: url(../images/plus.png);
	margin-left: 10px;
	    margin-top: 12px;
}*/


/*#loss_status .ui-accordion .ui-state-active .icons .expandIcon{
	background-image: url(../images/minus.png);
}*/


/*#loss_status .ui-accordion h3:last-of-type {
	cursor: auto;
}*/


/*#loss_status .case_section_document {
	float: left;
	margin: 5px;
}*/


/*#loss_status .documentDate {
	padding: 5px;
}*/


/*#loss_status .documentLink {
	display: inline-block;
	background-color: #014495;
	color: #fff;
	padding: 15px;
	cursor: pointer;
}*/

#loss_status .form-small .no-small-form-element,
#loss_status .form-small .form-description {
    margin-bottom: 5px;
}

#loss_status .schadenstatus_message_wrapper {
    width: 100%;
}

#loss_status .schadenstatus_message_time_DRIVER {
    font-size: 9px;
    color: #014495;
    width: 270px;
    text-align: left;
}

#loss_status .schadenstatus_message_time_EUROGARANT {
    font-size: 9px;
    color: #014495;
    width: 270px;
    text-align: right;
}

#loss_status .schadenstatus_message_DRIVER {
    background: #c6d1d7;
    padding: 8px;
    text-align: right;
    float: right;
    margin: 0 0 10px 10px;
    width: 270px;
    border-radius: 4px;
    clear: both;
}

#loss_status .schadenstatus_message_DRIVER p {
    margin: 0px;
}

#loss_status .schadenstatus_message_EUROGARANT {
    background: #eeeeee;
    padding: 8px;
    text-align: left;
    margin: 0 0 10px 10px;
    width: 270px;
    border-radius: 4px;
    clear: both
}

#loss_status .schadenstatus_message_EUROGARANT p {
    margin: 0px;
}

#loss_status .timeline_container a:link,
#loss_status .timeline_container a:visited,
#loss_status .timeline_container a:hover,
#loss_status .timeline_container a:active {
    color: #5d5d5d;
    text-decoration: underline;
    font-style: italic;
}

#loss_status .timeline_container {
    color: #014495;
    line-height: 20px;
}

#loss_status .timeline_date {
    background-color: #ececec;
    border-bottom: 1px solid #014495;
    padding: 4px 0 4px 16px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 7px;
}

#loss_status .timeline_row {
    padding-left: 16px;
}

#loss_status .timeline_time,
#loss_status .timeline_text {
    display: inline-block;
}

#loss_status .timeline_time {
    color: #7194a5;
}

#loss_status .timeline_document {
    display: block;
    margin-left: 38px;
}

#loss_status .timeline_icon {
    display: inline-block;
    width: 16px;
    height: 21px;
    /*background-color: #aa22ff;*/
    background-image: url(../images/document_icon.png);
}

#loss_status .timeline_document_name {
    margin-left: 10px;
    vertical-align: top;
}

#loss_status .timeline_container last-child {
    display: none;
}

@media only screen and (max-width: 1100px) {
    #loss_status #wrapper-content #content {
        float: none;
        width: 98%;
    }
    #loss_status #wrapper-content #right-sidebar {
        float: none;
        width: 98%;
    }
    #loss_status fieldset.fs-around,
    #loss_status fieldset.fs-around legend,
    #loss_status fieldset.fs-around-table,
    #loss_status fieldset.fs-around-table legend {
        width: 98%;
    }
    #loss_status #wrapper-content #content {
        padding: 25px 0 0 2%;
        display: inline-block;
        border: none;
    }
    #loss_status #loss_status_hotline {
        width: 91%;
    }
    /*#loss_status #wrapper-content{
		width:90%;
	}*/
    /*#loss_status .ui-accordion .ui-accordion-header {
		font-size: 12px;
		font-weight: bold;
	}*/
}

div.lossinput-summary-customer-feedback {
    display: flex;
    padding: 10px 0px 10px 0px;
}

div.lossinput-summary-customer-feedback-left {
    width: 35%;
    float: left;
}

div.lossinput-summary-customer-feedback-right {
    float: left;
}

div.lossinput-summary-customer-feedback-uploadlist {
    width: 35%;
    float: right;
}

#user-menu {
    display: inline-block;
}

#user-menu ul {
    padding-left: 0px;
}

#user-menu li {
    display: inline;
}