﻿body{
    overflow-x:hidden;
}

.masterLoginError {
    background-color: #e6e7e7;
    border: 1px solid #a90034;
    color: #a90034;
    padding: 20px;
    position: absolute;
    top: 270px;
    width: 149px;
}

.masterLoginError::before {
    background-image: url("../images/ErrorArrow.png");
    content: " ";
    height: 20px;
    left: -1px;
    position: absolute;
    top: 100%;
    width: 20px;
}

* {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #414042;
    line-height: 20px;
    list-style-type: none;
    text-decoration: none;
    font-family: Arial, sans-serif;
}

input[type="submit"]:hover {
    cursor: pointer;
}

#website {
    width: 100%;
}

.websiteInner {
    width: 1850px;
    margin-left: 60px;
}

h1, h1 span {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
}

span.small {
    font-size: 11px;
    line-height: 14px;
}

span.withMargin {
    margin-top: 15px;
}

span.fullWidth {
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    white-space: normal !important;
    overflow-wrap: break-word;
}

span.noMargin input, span.noMargin input + label {
    margin: 0 !important;
}

h3, h3 span, h3 a span {
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    font-family: Arial;
}

    h3 a {
        padding-right: 15px;
        background: url(../images/arrow_small_right.png) center right no-repeat;
    }

.contentBody a span {
    border-bottom: dotted 1px #414042;
}

a[href^="tel"] {
    border-bottom: 1px dotted #414042;
}

a[href^="mailto"] {
    border-bottom: 1px dotted #414042;
}

.contentBody a span.bold {
    border-bottom: none;
}

input[type="submit"].btnNice {
    margin-left: 40px;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0;
    float: right;
    background: url(../images/confirm_yes_red.png) center center no-repeat;
}

.accordionContainer .accordion .accordionContent.big .left {
    width: 49%;
    margin-right: 2%;
}

.accordionContainer .accordion .accordionContent.big .right {
    width: 49%;
}

.container span.bold {
    float: left;
}

    .container span.bold + select {
        width: 220px;
        float: left;
        margin-left: 20px;
    }

.accordionContainer .container .accordion .accordionContent .group span.bold + span {
    width: 220px;
    float: left;
    margin-left: 20px;
}

.left, .right {
    width: 47.5%;
    float: left;
}

    .left + .right {
        margin-left: 5%;
    }

.reminderCounter {
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    background: #dc0032;
    color: #fff;
    width: 25px;
    height: 22px;
    border-radius: 15px;
    text-align: center;
    padding-top: 3px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.relative {
    position: relative;
}

.pagedown {
    display: block;
    width: 16px;
    height: 10px;
    background: url(../images/pagedown.png) no-repeat center bottom;
    position: absolute;
    right: 390px;
    top: 40px;
    z-index: 9999;
}

.pageup {
    display: block;
    width: 16px;
    height: 10px;
    background: url(../images/pageup.png) no-repeat center top;
    position: absolute;
    right: 390px;
    bottom: 10px;
    z-index: 9999;
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 99999999;
}

    .loading img {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 50px;
        height: 50px;
        margin-left: -25px;
        margin-top: -25px;
    }

.overlay .overlayInner .left.big, .accordionContainer .accordion .accordionContent .col .left.big {
    width: 62.5%;
}

    .overlay .overlayInner .left.big + .right, .accordionContainer .accordion .accordionContent .col .left.big + .right {
        width: 32.5%;
    }

.overlay .overlayInner .left.small + .right {
    width: 55%;
}

.overlay .overlayInner .left.small {
    width: 40%;
}

h3.withMargin {
    margin-bottom: 10px;
}

a {
    cursor: pointer;
}

u {
    text-decoration: underline;
}

.greyLine {
    height: 1px;
    width: 100%;
    background: #E6E7E7;
    margin-top: 25px;
    margin-bottom: 25px;
}

input[type="radio"] {
    width: auto !important;
    margin-right: 10px;
    display: block;
    background: none !important;
    float: left;
}

    input[type="radio"] + label {
        width: auto !important;
        display: block;
        float: left;
    }

span.bold.red, span.bold.red + span {
    color: #dc0032;
    margin-top: 15px;
}

a.noCursor {
    cursor: default;
}

.error {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    color: #dc0032;
}

.group span.red.error, .inputGroup span.red.error {
    margin: 0;
}

span.bold.grey, .bold.grey label {
    color: #bebebe;
}

span.topright, .topright {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    z-index: 9998;
}

input.plus {
    background: url(../images/plus_white.png) center center no-repeat !important;
    width: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
}

span.topright + .userTrigger.button {
    background: transparent;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20%;
    cursor: pointer;
    z-index: 9999;
}

.btnCloudUserID {
    background: transparent !important;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20%;
    cursor: pointer;
    z-index: 9999;
    color: #414042 !important;
}

span.big {
    font-size: 18px;
}

span.bold.xlarge {
    font-size: 28px;
    line-height: 100%;
}

.noMargin {
    margin: 0 !important;
}

ul li.withSubnavigation:hover > .subNavigation {
    display: block;
    z-index: 9999;
}

ul li > .subNavigation {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-top: none;
    position: absolute;
    left: -1px;
    top: 100%;
    display: none;
}

ul li ul {
    margin-top: 0px !important;
}

    ul li ul li {
        width: 100%;
    }

        ul li ul li a {
            padding: 5px 15px 5px 18px !important;
            display: block !important;
            white-space: nowrap;
            box-sizing: border-box;
            width: 100%;
        }

ul li.withSubnavigation {
    position: relative;
}

ul li > .subNavigation li a {
    border-left: none !important;
}

.websiteInner::after, .clearFix::after {
    content: '';
    display: block;
    clear: both;
}

.clearFix.withMargin {
    margin-top: 10px;
}

#website .websiteHeader {
    width: 100%;
}

.newNavigation {
    width: 1920px;
    background-color:#313131
}

    .newNavigation .websiteInner {
        width: 1820px;
    }

    .newNavigation ul li {
        float: left;
        width: auto;
        text-align: center;
        height: 80px;
        box-sizing: border-box;
    }

        .newNavigation ul li a {
            color: #fff;
            text-align: center;
            width: 90px;
            padding: 20px 40px;
            display: block;
            min-height: 40px;
        }

            .newNavigation ul li a[href]:hover {
                background: #dc0032;
            }

        .newNavigation ul li.withSubnavigation ul {
            position: absolute;
            top: 100%;
            right: 0;
            left: auto;
            border: none;
            z-index: 9999;
            background: #313131;
            width: 200px;
            border-top: 2px solid #DC9E2F;
        }

li.withSubnavigation .subNavigation.calendar {
    width: 350px;
}

    li.withSubnavigation .subNavigation.calendar li {
        border-bottom: 2px solid #DC9E2F;
    }

.subNavigation.calendar span {
    color: #fff;
    white-space: normal;
    width: 100%;
    display: block;
}

    .subNavigation.calendar span.bold {
        width: 100%;
        clear: both;
    }

.newNavigation ul li.withSubnavigation ul li {
    width: 100%;
    box-sizing: border-box;
}

    .newNavigation ul li.withSubnavigation ul li:hover ul {
        display: block;
    }

.newNavigation ul li.withSubnavigation ul li {
    height: auto;
    position: relative;
}

    .newNavigation ul li.withSubnavigation ul li a {
        width: 100%;
        box-sizing: border-box;
        text-align: left;
        padding: 10px 20px !important;
        height: auto;
    }

        .newNavigation ul li.withSubnavigation ul li a:hover {
            background: #dc0032;
        }

.newNavigation ul.userInformation {
    float: right;
}

    .newNavigation ul.userInformation a {
        width: 60px;
        height: 40px;
        padding: 20px;
        float: left;
    }

        .newNavigation ul.userInformation a.calendar {
            background: url(../images/calendar_icon.png) center center no-repeat;
            background-size: auto 40px;
        }

    .newNavigation ul.userInformation li:hover a.calendar {
        background: url(../images/calendar_icon.png) center center no-repeat #dc0032;
        background-size: auto 40px;
    }

    .newNavigation ul.userInformation a.employee_loggedin {
        background: url(../images/user_icon_big.png) center center no-repeat;
        background-size: auto 40px;
    }

    .newNavigation ul.userInformation li:hover a.employee_loggedin, .newNavigation ul.userInformation li a.employee.active {
        background: url(../images/user_icon_big.png) center center no-repeat black;
        background-size: auto 40px;
    }

    .newNavigation ul.userInformation li a:hover {
        background: none;
    }

.newNavigationSideBar {
    width: 60px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #313131;
    z-index: 9999;
    box-sizing: border-box;
    padding-top: 130px;
}

    .newNavigationSideBar ul li a {
        width: 100%;
        height: 60px;
        background: url(../images/customer_icon.png) center center no-repeat;
        background-size: 40px auto;
        display: block;
    }

    .newNavigationSideBar ul li:hover a, .newNavigationSideBar a.active {
        background: url(../images/customer_icon.png) center center no-repeat black;
        background-size: 40px auto;
    }

    .newNavigationSideBar ul li.withSubnavigation ul {
        border: none;
        left: 100%;
        top: 0;
        border-left: 2px solid #DC9E2F;
        width: 250px;
    }

        .newNavigationSideBar ul li.withSubnavigation ul li a:hover {
            background: #dc0032;
        }

    .newNavigationSideBar ul li a.noIcon {
        background: #313131;
        color: #fff;
        padding: 20px 10px !important;
    }

    .newNavigationSideBar ul li.withSubnavigation ul li {
        position: relative;
    }

        .newNavigationSideBar ul li.withSubnavigation ul li input {
            position: absolute;
            width: 20px;
            height: 20px;
            background: #fff;
            right: 20px;
            top: 17px;
            background: url(../images/star_white.png) center center no-repeat;
            background-size: 100% auto;
        }

li.devider {
    background: #dc0032;
    border-top: 15px solid #313131;
    border-bottom: 15px solid #313131;
    height: 2px !important;
    padding: 0;
    box-sizing: unset !important;
}

.newNavigationSideBar ul li.withSubnavigation ul li input:hover, .newNavigationSideBar ul li.withSubnavigation ul li input.active {
    background: url(../images/star_yellow.png) center center no-repeat;
    background-size: 100% auto;
}

.newNavigationSideBar ul li a.home {
    background: url(../images/home_icon.png) center center no-repeat;
}

.newNavigationSideBar ul li:hover a.home, .newNavigationSideBar a.home.active {
    background: url(../images/home_icon.png) center center no-repeat black;
}

.newNavigationSideBar ul li a.band {
    background: url(../images/band_icon.png) center center no-repeat;
}

.newNavigationSideBar ul li:hover a.band, .newNavigationSideBar a.home.active {
    background: url(../images/band_icon.png) center center no-repeat black;
}

.newNavigationSideBar ul li a.contract {
    background: url(../images/contract_icon.png) center center no-repeat;
}

.newNavigationSideBar ul li:hover a.contract, .newNavigationSideBar a.home.active {
    background: url(../images/contract_icon.png) center center no-repeat black;
}

.newNavigationSideBar ul li a.invoice {
    background: url(../images/invoice_icon.png) center center no-repeat;
}

.newNavigationSideBar ul li:hover a.invoice, .newNavigationSideBar a.home.active {
    background: url(../images/invoice_icon.png) center center no-repeat black;
}

.newNavigationSideBar ul li a.contact {
    background: url(../images/contact_icon.png) center center no-repeat;
}

.newNavigationSideBar ul li:hover a.contact, .newNavigationSideBar a.home.active {
    background: url(../images/contact_icon.png) center center no-repeat black;
}

.newNavigationSideBar ul li a.offer {
    background: url(../images/document_icon.png) center center no-repeat;
}

.newNavigationSideBar ul li:hover a.offer, .newNavigationSideBar a.home.active {
    background: url(../images/document_icon.png) center center no-repeat black;
}

.newNavigationSideBar ul li a.statistics {
    background: url(../images/statistics_icon.png) center center no-repeat;
}

.newNavigationSideBar ul li:hover a.statistics, .newNavigationSideBar a.home.active {
    background: url(../images/statistics_icon.png) center center no-repeat black;
}

.newNavigationSideBar ul li a.rent {
    background: url(../images/rent_icon.png) center center no-repeat;
}

.newNavigationSideBar ul li:hover a.rent, .newNavigationSideBar a.home.active {
    background: url(../images/rent_icon.png) center center no-repeat black;
}

.newNavigationSideBar ul li a.employee {
    background: url(../images/employee_icon.png) center center no-repeat;
}

.newNavigationSideBar ul li:hover a.employee, .newNavigationSideBar a.home.active {
    background: url(../images/employee_icon.png) center center no-repeat black;
}

.newNavigationSideBar ul li a.order {
    background: url(../images/order.png) center center no-repeat;
}

.newNavigationSideBar ul li:hover a.order, .newNavigationSideBar a.order.active {
    background: url(../images/order.png) center center no-repeat #dc0032;
}

.newNavigationSideBar ul li a.ticket {
    background: url(../images/ticket_icon.png) center center no-repeat;
}

.newNavigationSideBar ul li:hover a.ticket, .newNavigationSideBar a.ticket.active {
    background: url(../images/ticket_icon.png) center center no-repeat #dc0032;
}

.newNavigationSideBar ul li a.ops {
    background: url(../images/ops_icon.png) center center no-repeat;
}

.newNavigationSideBar ul li:hover a.ops, .newNavigationSideBar a.ops.active {
    background: url(../images/ops_icon.png) center center no-repeat #dc0032;
}

.newNavigationSideBar ul li a.damage {
    background: url(../images/damage_icon.png) center center no-repeat;
}

.newNavigationSideBar ul li:hover a.damage, .newNavigationSideBar a.damage.active {
    background: url(../images/damage_icon.png) center center no-repeat #dc0032;
}

.newNavigationSideBar ul li a.telesales {
    background: url(../images/telesales_icon.png) center center no-repeat;
}

.newNavigationSideBar ul li:hover a.telesales, .newNavigationSideBar a.telesales.active {
    background: url(../images/telesales_icon.png) center center no-repeat #dc0032;
}

.newNavigationSideBar ul li a.depot {
    background: url(../images/crm_icon.png) center center no-repeat;
}

.newNavigationSideBar ul li:hover a.depot, .newNavigationSideBar a.depot.active {
    background: url(../images/crm_icon.png) center center no-repeat #dc0032;
}

.newNavigationSideBar ul li a.tools {
    background: url(../images/tools.png) center center no-repeat;
}

.newNavigationSideBar ul li:hover a.tools, .newNavigationSideBar a.tools.active {
    background: url(../images/tools.png) center center no-repeat #dc0032;
}

.newNavigationSideBar ul li a.admin {
    background: url(../images/admin_icon.png) center center no-repeat;
}

.newNavigationSideBar ul li:hover a.admin, .newNavigationSideBar a.admin.active {
    background: url(../images/admin_icon.png) center center no-repeat #dc0032;
}

.newNavigation ul li.withSubnavigation .calendar + ul li a {
    position: absolute;
    height: 100%;
    padding: 0 !important;
    left: 0;
    top: 0;
}

.newNavigation ul li.withSubnavigation .calendar + ul li.reminder span.bold {
    color: #dc0032;
}

.newNavigation ul li.withSubnavigation .calendar + ul li.reminder:hover span.bold {
    color: #fff;
}

.newNavigation ul li.withSubnavigation .calendar + ul li {
    padding: 10px 20px;
}

    .newNavigation ul li.withSubnavigation .calendar + ul li:hover {
        background: #dc0032;
    }

    .newNavigation ul li.withSubnavigation .calendar + ul li span {
        text-align: left;
    }

li span.bold.circle::after {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #dc0032;
    margin-left: 10px;
    border-radius: 5px;
}

.newNavigation ul li.withSubnavigation .calendar + ul li span + a {
    padding: 0 !important;
    position: absolute;
    left: auto;
    right: 20px;
    top: 10px;
    width: auto;
    height: auto !important;
}

.newNavigation ul li.withSubnavigation .calendar + ul li a:hover {
    background: none;
}

.headerTopNavigation {
    width: 100%;
}

    .headerTopNavigation .headerTopNavigationWrapper {
        float: right;
        width: 100%;
    }

    .headerTopNavigation .newsBanner {
        float: left;
        background: black;
        box-sizing: border-box;
        padding: 5px;
        height: 30px;
        padding-top: 2px;
        width: 1860px;
    }

        .headerTopNavigation .newsBanner .marquee {
            width: 100%;
            line-height: 30px;
            color: white;
            white-space: nowrap;
            overflow: hidden;
            box-sizing: border-box;
        }

            .headerTopNavigation .newsBanner .marquee span {
                color: #fff;
                display: inline-block;
                padding-left: 100%;
                animation: marquee 30s linear infinite;
            }

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.headerContent {
    width: 100%;
    margin-top: 5px;
}

.searchSubNavigation.col {
    width: 250px !important;
    float: right;
}

.searchSubNavigation {
    width: 100%;
    margin-top: 20px;
}

    .searchSubNavigation .wrapper {
        float: right;
        width: 355px;
    }

    .searchSubNavigation::after {
        content: '';
        display: block;
        clear: both;
    }

    .searchSubNavigation select {
        width: 215px;
        margin-left: 20px;
    }

    .searchSubNavigation.col select {
        margin-left: 0;
    }

    .searchSubNavigation input[type="submit"] {
        width: 25px;
        height: 25px;
        background: url(../../images/red_arrow_right.png) center center no-repeat;
        margin-left: 10px;
        float: right;
    }

.mainNavigation {
    margin-top: 10px;
    width: 100%;
    background: #bebebe;
}

    .mainNavigation ul, .mainNavigation ul li {
        float: left;
    }

    .mainNavigation > ul, .mainNavigation .userInformation {
        display: inline-block;
    }

    .mainNavigation .userInformation {
        float: right;
    }

    .mainNavigation ul li {
        position: relative;
    }

        .mainNavigation ul li a {
            font-size: 12px;
            line-height: 30px;
            display: block;
            padding: 0 15px;
            color: #fff;
        }

        .mainNavigation ul li ul li a {
            color: #000;
        }

        .mainNavigation ul li:hover > a, .mainNavigation ul li .active {
            background: #dc0032;
            color: #fff;
        }

    .mainNavigation .userInformation div {
        float: left;
    }

        .mainNavigation .userInformation div + div {
            margin-left: 5px;
        }

    .mainNavigation .userInformation .userName span {
        line-height: 30px;
        font-size: 12px;
    }

    .mainNavigation .userInformation .userCircle {
        width: 15px;
        height: 15px;
        margin-top: 7px;
        box-sizing: border-box;
        border-radius: 100%;
        background: #dc0032;
        margin-right: 40px;
    }

    .mainNavigation .userInformation .userNavigation ul li.withSubnavigation > a {
        width: 50px;
        height: 30px;
        padding: 0;
        background: url(../images/icon_user.png) center right no-repeat;
    }

    .mainNavigation .userInformation .userNavigation ul li.withSubnavigation > ul {
        right: 0;
        left: auto;
    }

.content .contentHeader {
    background: #808285;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
    margin-top: 20px;
}

    .content .contentHeader .hidden.search {
        background: transparent;
        width: 80px;
        height: 70px;
        position: absolute;
        left: 40px;
        top: 0;
    }

    .content .contentHeader .textRight {
        float: right;
        width: auto;
        margin-right: 20px;
        margin-top: 8px;
    }

    .content .contentHeader .hidden.search:hover + .todo {
        display: block;
    }

    .content .contentHeader .todo {
        display: none;
        position: absolute;
        left: 120px;
        top: 10px;
        background: #808285;
        padding: 10px;
        border: 1px solid #dc0032;
        z-index: 9999;
    }

        .content .contentHeader .todo span {
            color: #000;
            padding: 0;
        }

    .content .contentHeader h1 {
        display: block;
        height: 70px;
        line-height: 115px;
        padding-left: 70px;
        margin-left: 20px;
        float: left;
    }

    .content .contentHeader .searchInput {
        float: right;
        width: 402px;
        height: 45px;
        margin-top: 25px;
    }

        .content .contentHeader .searchInput input {
            height: 45px;
            width: 45px;
        }

            .content .contentHeader .searchInput input[type="text"] {
                width: 355px;
                box-sizing: border-box;
                font-size: 26px;
                background-color: #fff;
                outline: none;
                border-style: solid;
                border-color: #414042;
                border-width: thin;
                color: #414042;
            }

.searchInput input + input[disabled] {
    opacity: 0.5;
}

.content .contentHeader .searchInput input.red {
    border: 2px solid #DC9E2F;
}

.content .contentHeader .searchInput input.green {
    border: 2px solid #5db150;
}

.content .contentHeader span.bold.claim {
    font-weight: bold;
    color: #dc0032;
    font-size: 24px;
}

.content .contentHeader span.bold {
    width: auto;
    margin-top: 36px;
}

.content .contentHeader span.xlarge {
    min-width: 285px;
    max-width: 800px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content .contentHeader h1 span {
    padding: 0;
    font-size: 30px;
}

.content .contentHeader span.right {
    position: absolute;
    right: 100px;
    top: 50px;
}

.content .contentHeader .whiteSpace {
    background: #808285;
    padding: 10px 20px;
    position: relative;
    clear: both;
    height: 0;
    padding: 0;
}

.content .contentHeader span {
    color: #fff;
    padding-left: 20px;
}

.content .contentBody {
    padding: 10px 0;
    position: relative;
    background: #E6E7E8;
    overflow: visible;
    box-sizing: border-box;
    border: 1px solid #bebebe;
}

    .content .contentBody .contentInner {
        padding: 10px;
        padding-top: 0;
        padding-bottom: 0;
        background: #E6E7E8;
        box-sizing: border-box;
    }

textarea.htmlcontent {
    width: 100%;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 10px;
    height: 300px;
    overflow-y: scroll;
    resize: none;
}

.content .contentBody .sideBar {
    width: 400px;
    float: left;
    min-height: 10px;
}

    .content .contentBody .sideBar .box .boxHeadline {
        background: #808285;
        border: thin solid #414042;
        padding: 10px;
    }

        .content .contentBody .sideBar .box .boxHeadline.red {
            background: #dc0032;
            position: relative;
        }

.sideBar.accordionContainer .left, .sideBar.accordionContainer .right {
    width: 47.5%;
}

    .sideBar.accordionContainer .left + .right {
        margin-left: 5%;
    }

    .sideBar.accordionContainer .left select {
        width: 100%;
    }

.content .contentBody .sideBar .box .boxHeadline span {
    color: #fff;
    font-weight: bold;
    border: none;
}

.content .contentBody .sideBar .box + .box {
    margin-top: 10px;
}

.content .contentBody .sideBar .box .boxContent {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #414042;
    border-top: 0;
    position: relative;
    background-color: #fff;
}

.content .contentBody .sideBar .box .regaddress span.address {
    width: 260px;
    display: block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .contentBody .sideBar .box .boxContent input.edit, .group .edit.black {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
}

.group {
    position: relative;
}

    .group .edit.black {
        top: 0;
        right: 20px;
    }

.edit.black {
    background: url(../images/edit.png) top right no-repeat;
    background-size: auto 100%;
}

.content .contentBody .accordionHeadline input.questionmark, .boxHeadline.red input.questionmark {
    background: url(../images/Help2_trans_neg_rgb.svg) center center no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    display: inline-block;
    position: absolute;
    top: 7px;
    border: none;
}

.boxHeadline.red input.questionmark, .content .contentBody .accordion.red .accordionHeadline input.questionmark {
    border: none;
}

.content .contentBody .accordionHeadline .reload {
    background: url(../images/reload.png) center right no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
    border: none;
}

.content .contentBody .mainContent .actionNavigation {
    width: 100%;
    margin-bottom: 10px;
}

.content .contentBody .mainContent.noSidebar {
    width: 1400px;
    margin-right: 0;
}

.content .contentBody .sideBar + .mainContent.fullWidth {
    margin-top: 10px;
}

.content .contentBody .redBoxes {
    margin-top: 10px;
    float: left;
}

.content .contentBody .mainContent .actionNavigation .navigationButton {
    float: right;
    width: auto;
    background: #bebebe;
    padding: 5px 15px;
    height: auto;
    color: #fff;
}

    .content .contentBody .mainContent .actionNavigation .navigationButton + .navigationButton {
        margin-right: 2px;
    }

.content .contentBody .mainContent .actionNavigation .left .navigationItem {
    float: left;
    position: relative;
}

    .content .contentBody .mainContent .actionNavigation .left .navigationItem + .navigationItem {
        margin-left: 2px;
        display: block;
    }

.content .contentBody .mainContent .actionNavigation .navigationItem .subNavigation {
    width: 250px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
    display: none;
    border: 1px solid #bebebe;
}

    .content .contentBody .mainContent .actionNavigation .navigationItem .subNavigation a {
        clear: both;
        width: 100%;
        display: block;
        background: #000;
        padding: 10px;
        box-sizing: border-box;
        text-align: left;
        height: auto;
        color: #fff;
        border-top: 2px solid #fff;
    }

        .content .contentBody .mainContent .actionNavigation .navigationItem .subNavigation a.subnavigationpoint {
            background: #000;
            color: #fff;
            padding-left: 30px;
            border-top: none;
        }

.content .contentBody .mainContent .actionNavigation .right .navigationItem {
    float: right;
    margin-left: 2px;
    position: relative;
}

.content .contentBody .mainContent .actionNavigation .navigationItem .subNavigation a:hover {
    color: #fff;
    background: #dc0032;
}

.content .contentBody .mainContent .actionNavigation .navigationItem .subNavigation a.noCursor:hover {
    background: #000;
    color: #fff;
}

.content .contentBody .mainContent .actionNavigation .navigationItem:hover .subNavigation {
    display: block;
}

.content .contentBody .mainContent .actionNavigation .navigationButton.print {
    background: url(../images/print.png) center center no-repeat #bebebe;
    background-size: 20px auto;
    width: 50px;
    height: 20px;
}

.content .contentBody .mainContent .actionNavigation .navigationButton.ticketNavigation {
    background: url(../images/menu_icon_small.png) center left 20px #DC9E2F no-repeat;
    padding-left: 60px;
}

.actionNavigation .left.small {
    width: 30%;
}

    .actionNavigation .left.small + .right {
        width: 65%;
    }

a.print {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../images/print_red.png') center center no-repeat;
    background-size: auto 17px;
    position: absolute;
    top: 0;
    right: 70px;
}

a.view {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../images/view_red.png') center center no-repeat;
    top: 0;
    right: 70px;
    margin-left: 5px;
}

input.attachment {
    width: 20px !important;
    height: 20px;
    right: 40px;
    top: 0;
    position: absolute;
    background: url('../images/attach.png') center center no-repeat !important;
}

input.attachment_nice {
    width: 20px !important;
    height: 20px;
    margin-left: 3px;
    top: 0;
    position: absolute;
    background: url('../images/attach_nice.png') center center no-repeat !important;
}

.content .contentBody .mainContent {
    width: 980px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

    .content .contentBody .mainContent.fullWidth {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }

    .content .contentBody .mainContent .tabNavigation {
        box-sizing: border-box;
        border: thin solid #414042;
        border-top: none;
    }

        .content .contentBody .mainContent .tabNavigation .tabs {
            background: #bebebe;
        }

            .content .contentBody .mainContent .tabNavigation .tabs .tab {
                float: left;
                width: 25%;
                box-sizing: border-box;
                padding: 10px;
                border-top: 2px #DC9E2F solid;
                background: #808285;
                cursor: pointer;
                position: relative;
            }

        .content .contentBody .mainContent .tabNavigation.closed .tabContent {
            height: 0;
            padding: 0;
            min-height: 0;
            background-color: #fff;
        }

        .content .contentBody .mainContent .tabNavigation .tabs .tab + .tab {
            border-left: 2px solid #fff;
        }

        .content .contentBody .mainContent .tabNavigation .table.contentScroll .tableHeader {
            padding-right: 17px;
        }

        .content .contentBody .mainContent .tabNavigation .table .scrollContainerTable {
            max-height: 756px;
            overflow-y: scroll;
        }

        .content .contentBody .mainContent .tabNavigation .tabs .tab span {
            font-weight: bold;
            text-align: center;
            display: block;
            width: auto;
            color: #fff;
            margin: 0 auto;
        }

        .content .contentBody .mainContent .tabNavigation .tabs .tab input {
            width: 15px;
            height: 15px;
            background: url(../images/plus_white.png) center center no-repeat;
            color: #fff;
            position: absolute;
            right: 20px;
            top: 10px;
            padding: 0;
            border: none;
        }

        .content .contentBody .mainContent .tabNavigation .tabs .tab.active, .content .contentBody .mainContent .tabNavigation .tabs .tab:hover {
            border-top: 2px #dc0032 solid;
            background: #fff;
        }

            .content .contentBody .mainContent .tabNavigation .tabs .tab.active input, .content .contentBody .mainContent .tabNavigation .tabs .tab:hover input {
                background: url(../images/plus_blk.png) center center no-repeat;
                border: none;
            }

            .content .contentBody .mainContent .tabNavigation .tabs .tab.active span, .content .contentBody .mainContent .tabNavigation .tabs .tab:hover span {
                color: #000;
            }

                .content .contentBody .mainContent .tabNavigation .tabs .tab.active span.red, .content .contentBody .mainContent .tabNavigation .tabs .tab:hover span.red {
                    color: #dc0032;
                }

        .content .contentBody .mainContent .tabNavigation .tabContent {
            padding: 10px;
            min-height: 98px;
            box-sizing: border-box;
            background-color: #fff;
        }

            .content .contentBody .mainContent .tabNavigation .tabContent .tab {
                display: none;
            }

                .content .contentBody .mainContent .tabNavigation .tabContent .tab.active {
                    display: block;
                }

.tabNavigation .filter {
    width: 100%;
    margin-bottom: 20px;
}

.filter select {
    width: 100%;
    background: #fff url(../images/arrow_small_dwn.png) center right 10px no-repeat;
    padding: 5px 10px;
    height: 30px;
}

.filter .threeCol .col.big {
    width: 40%;
}

    .filter .threeCol .col.big + .col {
        width: 10%;
    }

.accordionContainer {
    margin-top: 10px;
}

    .accordionContainer + .tabNavigation {
        margin-top: 10px;
    }

    .accordionContainer .left, .accordionContainer .right {
        width: 485px;
    }

        .accordionContainer .left + .right {
            margin-left: 10px;
        }

    .accordionContainer.withAnimation .accordion .accordionContent {
        display: none;
    }

.sideBar {
    margin: 0;
}

.accordionContainer .accordion .accordionHeadline {
    padding: 10px;
    background: #808285;
    border: thin solid #414042;
    position: relative;
}

.accordionContainer .accordion.red .accordionHeadline {
    background: #dc0032;
}

.box.red select {
    background: #fff url(../images/arrow_small_dwn.png) center right 10px no-repeat;
}

.box.red input.button {
    width: auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 30px;
    padding: 5px 20px;
}

.box.red input.button2 {
    width: 100%;
    right: 10px;
    bottom: 10px;
    height: 30px;
    padding: 5px 20px;
}

.clickAddress {
    margin-top: 20px;
}

    .clickAddress .left, .clickAddress .right {
        position: relative;
    }

    .clickAddress span.headline {
        text-decoration: none;
    }

    .clickAddress span {
        text-decoration: underline;
        text-decoration-style: dotted;
        font-size: 11px;
        width: 100%;
        display: block;
    }

    .clickAddress .left input, .clickAddress .right input {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        left: 0;
        top: 0;
        background: none !important;
    }

.hideButton {
    display: none;
}

.box.red input.button.left {
    left: 10px;
    right: auto;
}

.loadFile {
    position: absolute;
    right: 0;
    width: 47px;
    height: 30px;
    opacity: 0;
}

.box.red .inputGroup.noMargin input, .box.red .inputGroup.noMargin label {
    margin-top: 15px;
}

.box.red .inputGroup + .inputGroup {
    margin-top: 10px;
}

    .box.red .inputGroup + .inputGroup.withMargin {
        margin-top: 20px;
    }

.box.red input {
    height: 30px;
    padding: 5px 10px;
}

    .box.red input.redText {
        color: #dc0032;
    }

    .box.red input.redbox {
        background: #dc0032;
    }

.box.red .boxContent {
    min-height: 400px;
}

    .box.red .boxContent.big {
        min-height: 460px;
    }

.box.noFixHeight .boxContent {
    min-height: 100%;
}

.removeDocument {
    background: url(../images/trash_white.png) center center no-repeat #dc0032 !important;
    height: 30px !important;
}

.addDocument {
    background: url(../images/add.png) center center no-repeat #dc0032 !important;
    height: 30px !important;
}

.box.red .inputGroup textarea {
    height: 80px;
}

.box.red .inputGroup span {
    width: 100%;
    display: inline;
}

.accordionContainer .accordion .accordionHeadline a[href], .accordionContainer .accordion .accordionHeadline input.edit {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../images/arrow_right_white.png) center center no-repeat;
    width: 10px;
    border: none;
}

.accordionContainer .accordion .accordionHeadline input.edit {
    background: url(../images/edit_white.png) center center no-repeat;
    width: 20px;
    top: 10px;
    border: none;
}

.accordionContainer .accordion .accordionContent.closed {
    display: none;
}

.accordionContainer .accordion .accordionContent {
    padding: 10px;
    border: 1px solid #414042;
    border-top: 0;
    background-color: #fff;
}

    .accordionContainer .accordion .accordionContent .financialGroup, .menuGroup {
        float: left;
        width: auto;
    }

.accordionContainer .accordion + .accordion {
    margin-top: 10px;
}

.accordionContainer .accordion .accordionContent .left {
    width: 47.5%;
    float: left;
    margin-right: 5%;
}

    .accordionContainer .accordion .accordionContent .left.small {
        width: 30%;
    }

.sideBar .accordion .accordionContent .left, .sideBar .accordion .accordionContent .right {
    width: 49% !important;
}

.sideBar .accordion .accordionContent.checkboxlist .left .group span.bold, .sideBar .accordion .accordionContent.checkboxlist .right .group span.bold {
    display: block;
    width: 100%;
}

.sideBar .accordion .accordionContent .left {
    margin-right: 2%;
}

.accordionContainer .accordion .accordionContent.fixHeight {
    height: 297px;
}

.accordionContainer .accordion .accordionContent span.multiline {
    height: 80px;
}

.accordionContainer .accordion .accordionContent .right {
    width: 47.5%;
    float: left;
}

.accordionContainer .accordion .accordionContent .left + .right {
    margin: 0;
}

.accordionContainer .accordion .accordionContent .group {
    width: 100%;
    overflow: hidden;
}

.accordionContainer .accordion .accordionContent .inputGroup.group + .inputGroup.group {
    margin-top: 10px;
}

.accordionContainer .accordion .accordionContent .group.withMargin {
    margin-top: 20px;
}

.accordionContainer .accordion .accordionContent .group.withSelect {
    margin-bottom: 5px;
}

    .accordionContainer .accordion .accordionContent .group.withSelect::after {
        content: '';
        display: block;
        clear: both;
    }

.accordionContainer .accordion .accordionContent .group.placeHolder {
    height: 25px;
}

.accordionContainer .accordion .accordionContent .group.withSelect span, .accordionContainer .accordion .accordionContent .group.withSelect select {
    float: left;
}

.accordionContainer .accordion .accordionContent .group span {
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.accordionContainer .accordion .accordionContent .group h3 span {
    font-size: 13px;
}

.accordionContainer .accordion .accordionContent .group span.bold, span.bold {
    font-weight: bold;
    width: 150px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.accordionContainer .accordion .accordionContent .group.big span.bold {
    width: 47.5%;
    float: left;
    margin-right: 5%;
    padding: 5px 0;
}

    .accordionContainer .accordion .accordionContent .group.big span.bold + select {
        padding: 5px 10px;
        height: auto;
        width: 47.5%;
    }

    .accordionContainer .accordion .accordionContent .group.big span.bold + input {
        width: 47.5%;
        float: left;
        padding: 5px 10px;
        height: auto;
    }

.accordionContainer .accordion .accordionContent .group span.headline.bold {
    text-decoration: underline;
    border: none;
}

.accordionContainer .accordion .accordionContent .group span.fullWidth {
    width: 100%;
    display: block;
    padding-top: 0;
}

.accordionContainer .accordion .accordionContent .group span.bold + span {
    width: 220px;
    display: inline-block;
}

.accordionContainer .accordion .accordionContent .group h3 span {
    color: #dc0032;
    display: block;
    margin-bottom: 5px;
}

.accordionContainer .accordion .accordionContent .group + .group h3 span, .group.big + .group.big {
    margin-top: 10px;
}

.accordionContainer .accordion .accordionContent .fullWidth {
    clear: both;
    width: 100%;
    padding-top: 15px;
}

    .accordionContainer .accordion .accordionContent .fullWidth span.bold {
        font-weight: bold;
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }

.accordionContainer .accordion .accordionContent.checkboxes .group span + span {
    text-align: right;
}

.accordionContainer .accordion .accordionContent .fullWidth select {
    width: 95%;
    float: left;
}

.accordionContainer .accordion .accordionContent .fullWidth input {
    margin-left: 2%;
    width: 3%;
    float: left;
    background: url(../images/red_arrow_right.png) center center no-repeat;
}

.pickupDays {
    margin-top: 20px;
}

    .pickupDays .col {
        width: 25% !important;
        float: left;
        position: relative;
    }

        .pickupDays .col .group span.bold, .pickupDays .col .group span {
            width: 100%;
            margin: 0;
        }

        .pickupDays .col .group {
            min-height: 26px;
        }

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    box-sizing: border-box;
    z-index: 9999;
}

    .overlay.hidden {
        display: none;
    }

    .overlay .overlayInner {
        width: 580px;
        background: #fff;
        box-sizing: border-box;
        padding: 30px;
        margin: 0 auto;
        border-top: 5px solid #DC9E2F;
        position: relative;
        margin-top: 50px;
    }

    .overlay.small .overlayInner {
        width: 370px;
    }

    .overlay.medium .overlayInner {
        width: 550px;
    }

    .overlay.big .overlayInner {
        width: 620px;
    }

    .overlay .overlayInner h1 {
        width: 100%;
        display: block;
        position: relative;
        margin-bottom: 30px;
    }

        .overlay .overlayInner h1 span {
            font-size: 28px;
            color: #000;
            width: auto;
            display: inline-block;
            line-height: 100%;
        }

        .overlay .overlayInner h1 + div {
            margin-top: 25px;
        }

    .overlay .overlayInner h2, .overlay .overlayInner h2 span {
        font-size: 13px;
        color: #000;
        width: 100%;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 25px;
    }

.overlayInner h2.redline {
    margin-top: 25px;
    margin-bottom: 0;
}

    .overlayInner h2.redline span {
        margin-top: 0;
        margin-bottom: 0;
        width: auto;
    }

.overlay .overlayInner .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
    height: 15px;
    background: url(../images/close_x_trans.png) no-repeat center center;
    background-size: 100% auto;
    cursor: pointer;
}

.overlay .overlayInner .left {
    width: 47.5%;
    float: left;
}

.overlay .overlayInner .right {
    width: 47.5%;
    float: left;
    margin-left: 5%;
}

.overlay .overlayInner .inputGroup {
    width: 100%;
    clear: both;
}

    .overlay .overlayInner .inputGroup.half {
        width: 47.5%;
        clear: both;
    }

    .overlay .overlayInner .inputGroup.withMargin {
        margin-top: 30px;
    }

    .overlay .overlayInner .inputGroup.checkbox {
        height: 50px;
        box-sizing: border-box;
        padding-top: 25px;
    }

.overlay .overlayInner .row + .row {
    margin-top: 10px;
}

.overlay .overlayInner .inputGroup + .inputGroup {
    margin-top: 10px;
}

.overlay .overlayInner .inputGroup + .radioGroup {
    margin-top: 25px;
}

.overlay .overlayInner .inputGroup.placeHolder, .overlay .overlayInner .inputGroup.radio {
    height: 50px;
}

.overlay input, .overlay select {
    padding: 5px 10px;
    height: 30px;
    width: 100%;
    background: #fff;
    color: #414042;
}

    .overlay input[type="radio"] {
        height: auto;
    }

.overlay select {
    background: url(../images/arrow_small_dwn.png) no-repeat center right 10px #fff;
}

.overlay .overlayInner .dropZone {
    width: 100%;
    height: 200px;
    background: #bebebe;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

    .overlay .overlayInner .dropZone span {
        color: #fff;
        display: block;
        width: 100%;
    }

    .overlay .overlayInner .dropZone .txtdropzone {
        position: absolute;
        left: 0;
        top: 0;
        background: none;
        width: 100%;
        height: 100%;
        padding: 0;
        opacity: 0;
        z-index: 9999;
    }

    .overlay .overlayInner .dropZone .documentIcon {
        background: url(../images/file.png) top center no-repeat;
        background-size: auto 80px;
        height: 20px;
        padding-top: 100px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -60px;
        text-align: center;
    }

.overlay .overlayInner span, .overlay .overlayInner span + select {
    width: 100%;
    display: block;
}

.overlay .overlayInner .inputGroup span.error {
    margin-bottom: 0 !important;
}

.overlay .overlayInner span + select.half {
    width: 47.5%;
}

.overlay .overlayInner input.button {
    width: auto;
    float: right;
    margin-top: 30px;
    padding: 5px 20px;
    color: #fff;
}

    .overlay .overlayInner input.button.inline {
        width: 100%;
        margin-top: 20px;
    }

.overlay .overlayInner .left input.button {
    float: left;
}

.overlay .overlayInner input.button.preview {
    background: #bebebe;
    color: #fff;
}

.overlay .overlayInner textarea {
    width: 100%;
    background: #fff;
    height: 180px;
    resize: none;
    padding: 10px;
    padding-right: 50px;
    box-sizing: border-box;
    border: thin solid #414042;
    color: black;
}

.overlay .overlayInner input[type="checkbox"] {
    margin-top: 0;
}

.overlay .overlayInner .calendar {
    position: relative;
}

.overlay span.red.bold {
    margin-bottom: 10px;
}

.overlay .overlayInner .calendar h2, h2.redline {
    margin-bottom: 25px;
    margin-top: 25px;
    position: relative;
    height: 30px;
}

.linklist span {
    display: inline-block !important;
    width: auto !important;
}

.linklist a {
    border-bottom: 1px dotted #000;
    display: inline-block;
    margin-left: 25px;
}

.linklist.right {
    width: auto !important;
    display: inline-block;
    float: right !important;
    margin: 0;
}

h2.redline {
    margin-bottom: 0;
    margin-top: 35px;
}

.redline_divider {
    padding-bottom: 15px;
    border-bottom: 3px solid #dc0032;
}

.overlay .overlayInner .calendar h2 span, h2.redline span {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8000;
    width: auto;
    padding-right: 20px;
}

.overlay .overlayInner .calendar h2::after, h2.redline::after {
    content: '';
    display: block;
    width: 100%;
    background: #A90034;
    height: 3px;
    position: absolute;
    right: 0;
    top: 20px;
}

.overlay .overlayInner .radioGroup {
    width: 100%;
    margin-bottom: 10px;
}

    .overlay .overlayInner .radioGroup .group {
        float: left;
        width: auto;
    }

        .overlay .overlayInner .radioGroup .group + .group {
            margin-left: 20px;
            margin-top: 0;
        }

        .overlay .overlayInner .radioGroup .group input {
            width: auto;
            background: transparent;
            margin-right: 10px;
        }

.overlay .overlayInner input[type="checkbox"] + label {
    margin-top: 0;
}

.overlay .overlayInner .red input[type="checkbox"] + label {
    color: #dc0032;
    font-weight: bold;
}

.overlay h1 .questionmark {
    background: url(../images/help.png) center center no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    display: inline-block;
    position: absolute;
    top: 2px;
}

    .overlay h1 .questionmark.right {
        right: 0;
        left: auto;
        width: 20px;
        height: 20px;
    }

.overlay .overlayInner .faq {
    width: 100%;
    display: none;
    margin-bottom: 30px;
    height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .overlay .overlayInner .faq p {
        margin-bottom: 15px;
    }

    .overlay .overlayInner .faq.small {
        max-height: 150px;
    }

    .overlay .overlayInner .faq.medium {
        max-height: 200px;
    }

    .overlay .overlayInner .faq.big {
        max-height: 250px;
    }

.overlay .overlayInner .searchInput input[type="text"] {
    width: calc(100% - 30px);
    height: 30px;
}

.overlay .overlayInner .searchInput input + input[type="submit"] {
    height: 30px;
}

.overlay .overlayInner .group + .group {
    margin-top: 10px;
}

.overlay .overlayInner .accordionContainer .accordion .accordionContent .group.placeHolder {
    height: 56px;
}

.overlay .pickupDays .col .group input {
    width: 100%;
    margin: 0;
}

.overlay .pickupDays .col .group {
    min-height: 30px;
}

    .overlay .pickupDays .col .group + .group {
        margin-top: 5px;
    }

.overlay .pickupDays .firstCol {
    width: 22% !important;
}

.overlay .pickupDays .secondCol, .overlay .pickupDays .lastCol {
    width: 35% !important;
}

.overlay .pickupDays .lastCol {
    float: right;
}

h2.redline::after {
    top: 10px;
}

.redLineAccordion {
    position: relative;
}

    .redLineAccordion h2 {
        background: url(../images/dwn_arrow.png) center right 20px no-repeat #bebebe;
        padding: 10px;
        color: #fff;
        margin: 0 !important;
        box-sizing: border-box;
        cursor: pointer;
    }

        .redLineAccordion h2 span {
            margin: 0 !important;
            color: #fff !important;
        }

    .redLineAccordion + .redLineAccordion {
        border-top: 2px solid #fff;
    }

.redlineContent {
    margin-top: 10px;
    display: none;
    margin-bottom: 10px;
}

    .redlineContent.active {
        display: block;
    }

.transform {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.ticket {
    position: relative;
}

    .ticket .ticketHeadline {
        width: 100%;
    }

.ticketaccordion .accordionContent {
    max-height: 633px;
    overflow-y: scroll;
}

.contentBody .ticket {
    padding: 20px;
    padding-left: 40px;
}

.ticket .ticketHeadline {
    position: relative;
}

    .ticket .ticketHeadline .ticketcol {
        width: 25%;
        float: left;
        cursor: pointer;
    }

        .ticket .ticketHeadline .ticketcol span {
            width: 100%;
        }

        .ticket .ticketHeadline .ticketcol.ticketInformation {
            width: 40%;
        }

            .ticket .ticketHeadline .ticketcol.ticketInformation span {
                width: auto;
                float: left;
            }

            .ticket .ticketHeadline .ticketcol.ticketInformation .attachmentsTrigger {
                width: 20px;
                height: 28px;
                float: left;
                margin-left: 20px;
                margin-top: -5px;
                cursor: pointer;
                background: url(../images/attachment.png) center center no-repeat;
                background-size: 12px auto;
                position: relative;
            }

                .ticket .ticketHeadline .ticketcol.ticketInformation .attachmentsTrigger:hover span {
                    display: block;
                }

            .ticket .ticketHeadline .ticketcol.ticketInformation .attachmentlist {
                display: none;
                position: absolute;
                left: 100%;
                top: 0;
                padding: 5px;
                border: 1px solid #dc0032;
                background: #fff;
                z-index: 9999;
                margin-left: 10px;
            }

        .ticket .ticketHeadline .ticketcol.ticketdetail {
            width: 40%;
        }

        .ticket .ticketHeadline .ticketcol.ticketSender {
            width: 20%;
        }

            .ticket .ticketHeadline .ticketcol.ticketSender span {
                text-align: right;
            }

.ticket + .ticket {
    border-top: 2px dotted #bebebe;
}

.ticket.internal {
    background: #E6E7E7;
}

.ticket .ticketContent {
    max-height: 57px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    padding-bottom: 20px;
}

    .ticket .ticketContent a {
        border-bottom: dotted 1px #000;
    }

.ticket .arrow {
    width: 100%;
    margin-top: 10px;
    height: 10px;
    background: url(../images/arrow_small_dwn.png) center center no-repeat;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    position: absolute;
    bottom: 20px;
    left: 0;
    cursor: pointer;
}

.ticket .ticketHeadline .ticketCheckbox {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 0;
    left: -35px;
}

.ticket .ticketContent span {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ticket .ticketContent.isOpen + .arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accessInfo {
    width: 100%;
    clear: both;
    padding: 20px 0 0 0;
}

    .accessInfo span {
        color: #bebebe;
    }

.moduleCallCounter {
    width: 100%;
    margin-bottom: 10px;
}

    .moduleCallCounter .fourCol {
        width: 100%;
    }

        .moduleCallCounter .fourCol .col {
            width: 220px;
        }

            .moduleCallCounter .fourCol .col + .col {
                margin-left: 10px;
            }

            .moduleCallCounter .fourCol .col:last-child {
                width: 265px;
            }

        .moduleCallCounter .fourCol .col {
            float: left;
        }

    .moduleCallCounter .accordionContent span {
        width: 100%;
        display: block;
    }

    .moduleCallCounter .accordionContainer .inputGroup .button {
        display: block;
        float: left;
        color: #fff;
    }

        .moduleCallCounter .accordionContainer .inputGroup .button + .button {
            margin-left: 5px;
        }

    .moduleCallCounter .twoCol {
        width: 450px;
        float: left;
        margin-top: 10px;
    }

        .moduleCallCounter .twoCol .row {
            float: left;
        }

            .moduleCallCounter .twoCol .row + .row {
                margin-top: 10px;
            }

            .moduleCallCounter .twoCol .row .col {
                float: left;
                width: 220px;
            }

                .moduleCallCounter .twoCol .row .col + .col {
                    margin-left: 10px;
                }

    .moduleCallCounter select {
        background: url(../images/arrow_small_dwn.png) no-repeat center right 10px #fff;
    }

    .moduleCallCounter .twoCol + .twoCol {
        margin-left: 10px;
        width: 495px;
    }

    .moduleCallCounter .twoCol textarea {
        width: 100%;
        height: 150px;
    }

    .moduleCallCounter .noButton {
        background: none;
        border-bottom: 1px dotted #dc0032;
        padding: 0 !important;
        margin-right: 50px;
        color: #dc0032 !important;
        margin-top: 20px;
        height: auto !important;
    }


.content .contentBody .moduleCallCounter .accordionHeadline input.questionmark {
    border: none;
}

.accordionHeadline input.plus {
    border: none;
}

.overlay .overlayInner #modCommunicationHistoryRepeater span {
    display: inline-block;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.ui-datepicker-header {
    background: #dc0032;
    font-weight: bold;
    line-height: 30px;
    border: none;
    border-radius: 0;
}

.ui-datepicker tbody td {
    padding: 0;
}

.ui-datepicker tbody td {
    border: 0;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

.ui-datepicker th {
    padding: .5em;
}

.ui-datepicker tbody {
    background: #eaeaea;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: none;
    background: #eaeaea;
    text-align: center;
    padding: .5em;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: #dc0032;
    color: #fff;
}

.ui-state-hover, .ui-widget-content .ui-state-hover {
    background: #dc0032;
    color: #fff;
    border: none;
}

.ui-datepicker-prev-hover {
    left: 2px;
}

a {
    color: #414042;
}

    a:visited {
        color: #414042;
    }

    a:hover {
        color: #414042;
    }

    a:active {
        color: #414042;
    }

.breakWord {
    word-wrap: break-word;
}
