body {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #FFF;
}

.filterbar .filter-input {
    width: 100%;
}

.printonly {
    display: none;
}

.fav {
    color: #DAA000;
    margin-left: 5px;
}

    .fav.no-votes {
        color: #CCC;
    }

    .fav.few-votes {
        color: #006dcc;
    }

    .fav.much-votes {
        color: #DAA000;
    }

tr.finish-important a.ticket-url,
tr.finish-important td.ticket-finish {
    color: #DAA000;
    font-weight: bold;
}

tr.finish-urgent a.ticket-url,
tr.finish-urgent td.ticket-finish {
    color: #E2001A;
    font-weight: bold;
}

/* Dashboard Start */
body .gn-menu-main {
    z-index: 999;
}

.jumbotron.welcome.dashboard {
    padding-top: 0;
    padding-bottom: 0;
}

.jumbotron.welcome.dashboard > .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.welcome h4.dash-title {
    font-size: 14px;
    font-weight: bold;
    color: #888888;
    background-color: #444444;
    padding: 6px 0;
    margin: 0 45px 10px 45px;

    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.dash {

}

.dash-user {
    width: 340px;
    margin: 0 auto;
}

.dash-sum {
    width: 510px;
    margin: 0 auto;
}

.dash-entry {
    width: 150px;
    float: left;

    margin: 0 10px;
}

.stats-title h5 {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.stats-circle {
    width: 80px;
    height: 80px;

    margin: 0 auto;

    border: 4px solid #555555;

    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;

    cursor: pointer;
}

.stats-circle:hover {
    background-color: #3d3d3d;
}

.percent-circle {
    position: relative;
}

.dash-entry.dash-upcoming .stats-circle {
    border-color: #E2001A;
}

.stats-count {
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;

    letter-spacing: -1px;
    text-align: center;

    display: block;
    margin-top: 18px;
}

.dash-score .stats-count {
    font-size: 34px;
    margin-top: 12px;
}

.dash-score .percent-count {
    display: block;
    width: 100%;
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 200;
}

.stats-count small {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}

.stats-desc {
    text-align: left;
    margin-top: 10px;
}

.dash-score .stats-desc {
    text-align: center;
}

.stats-desc ul {
    list-style: none;
    margin: 0;
    padding-left: 15px;
}

.dash-score .stats-desc ul {
    padding-left: 0;
}

.stats-desc ul li {
    color: #DDDDDD;
    margin: 0 0 5px 0;
    padding: 0;
}

.stats-desc ul li a,
.stats-desc ul li a:link,
.stats-desc ul li a:active,
.stats-desc ul li a:visited {
    padding: 2px;
    text-decoration: none;
    color: #DDDDDD;
}

.stats-desc ul li a:hover {
    color: #FFFFFF;
}

.stats-desc ul li span {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    min-width: 30px;

    padding: 1px 0 0 1px;
    margin-right: 5px;
    background-color: #666666;

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.pie {
    background-color: #555555;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.pie > div {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pie span {
    background-color: #FFFFFF;
    display: block;
    width: 100%;
    height: 100%;
}

.pie .left span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.pie .right span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.pie:before,
.pie:after {
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.pie:before {
    background-color: #333333;
    content: "";
    width: 90%;
    height: 90%;
    z-index: 100;
}

.pie:after {
    z-index: 200;
    text-align: center;
}
/* Dashboard Ende */

tr.finish-unset {

}

.dashboard {
    background: lightgrey;
}

    .news-list {
        margin-top: 50px;
    }

.manage-products a.delete {
    color: #a94442;
}

.manage-products a.disabledDelete {
    color: #cccccc;
}

p a i {
    color: #333;
}

    p a.btn i,
    p button.btn i {
        color: inherit;
        margin-right: 10px;
    }

ul {
    list-style: square;
    margin: 0;
    padding: 0 0 0 18px;
}

    ul li {
        margin: 0;
        padding: 0;
    }

.ticket-detail tr td {
    vertical-align: top;
}

.comment textarea {
    max-width: 100%;
}

.file-list p {
    padding: 2px 0;
}

.ticket-detail tr td .history-title {
    padding-top: 40px;
    display: inline-block;
}

.history-important {
    background-color: #fdf7f7;
}

    .history-important td:first-child {
        border-left: 3px solid #d9534f;
        padding-left: 5px;
    }

.history-status {
    background-color: #f4f8fa;
}

    .history-status td:first-child {
        border-left: 3px solid #5bc0de;
        padding-left: 5px;
    }

.form-control.error {
    border-color: #a94442;
}

.help-block.error {
    color: #a94442;
}

table.table-rowlink tr.ticket-entry {
    cursor: pointer;
}

.progress {
    margin-bottom: 5px;
}

.progress-extended,
.size {
    font-size: 11px;
}

.container {
    background-color: #FFF;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .jumbotron .container {
        background-color: transparent;
    }

    .welcome {
        background-color: #333;
        color: #F0F0F0;
        text-align: center;
        border-bottom: 2px solid #E2001A;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .filterbar {
        margin-top: 30px;
        margin-bottom: 30px;
    }

.forgot-password a {
    color: #cccccc;
}

.gn-menu {
    font-size: 16px;
}

.gn-menu-main .glyphicon-user {
    margin-right: 15px;
}

.gn-menu-wrapper {
    border-right: 4px solid #E2001A;
    border-top: 0;
    background-color: rgba(255,255,255,0.97);
}

.gn-menu-main {
    z-index: 99;
    background-color: rgba(255,255,255,0.97);
    border-bottom: 1px solid #CCC;
}

    .gn-icon-menu::before,
    .gn-icon-menu.gn-selected::before {
        background: #E2001A;
        box-shadow: 0 3px white, 0 -6px #E2001A, 0 -9px white, 0 -12px #E2001A;
        content: '';
    }

        .no-touch .gn-icon-menu:hover::before,
        .no-touch .gn-icon-menu.gn-selected:hover::before {
            background: white;
            box-shadow: 0 3px #E2001A, 0 -6px white, 0 -9px #E2001A, 0 -12px white;
        }

            .logo-typo {
                float: left;
                margin-top: 8px;
                margin-right: 20px;
            }

            .gn-menu-main > li {
                border-right: 1px solid #CCC;
            }

                .gn-menu-main a {
                    color: #333;
                }

                    .no-touch .gn-menu-main a:hover,
                    .no-touch .gn-menu li.gn-search-item:hover,
                    .no-touch .gn-menu li.gn-search-item:hover a {
                        background: #E2001A;
                        color: white;
                    }

                        .no-touch .gn-menu-main .logo a:hover {
                            background: #F0F0F0;
                            color: #E2001A;
                        }

.callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}

    .callout p:last-child {
        margin-bottom: 0;
    }

    .callout-danger {
        background-color: #fdf7f7;
        border-color: #d9534f;
    }

        .callout-danger h4 {
            color: #d9534f;
        }

    .callout-warning {
        background-color: #fcf8f2;
        border-color: #f0ad4e;
    }

        .callout-warning h4 {
            color: #f0ad4e;
        }

    .callout-info {
        background-color: #f4f8fa;
        border-color: #5bc0de;
    }

        .callout-info h4 {
            color: #5bc0de;
        }

h2::before {
    color: #E2001A;
}

/** JS Fileupload Plugin **/

.fileinput-button {
    position: relative;
    overflow: hidden;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}
.progress-animated .progress-bar,
.progress-animated .bar {
    background: url("../image/progressbar.gif") !important;
    filter: none;
}
.fileupload-process {
    float: right;
    display: none;
}
.fileupload-processing .fileupload-process,
.files .processing .preview {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../image/loading.gif") center no-repeat;
    background-size: contain;
}
.files audio,
.files video {
    max-width: 300px;
}

@media (max-width: 767px) {
    .fileupload-buttonbar .toggle,
    .files .toggle,
    .files .btn span {
        display: none;
    }
    .files .name {
        width: 80px;
        word-wrap: break-word;
    }
    .files audio,
    .files video {
        max-width: 80px;
    }
    .files img,
    .files canvas {
        max-width: 100%;
    }
}


.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { /*font-weight: normal; color: #3399FF;*/ }
