/* 
    Document   : admin
    Created on : 24.03.2015, 14:57:01
    Author     : helmuth
    Description:
        Purpose of the stylesheet follows.
*/

root {
    display: block;
}

.mobile-rotate-hint {
    display: none;
}

#customer-logo {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;

    max-width: 100px;
}

@media (orientation: portrait) {
    .mobile-rotate {
        display: none;
    }

    .mobile-rotate-hint {
        display: block;
    }

    table.raiting th {
        width: 10px;
    }

    .thead-raiting, .thead-rating {

        position: relative;
        left: 70px;
        top: 64px;

        display: block;
        width: 10px;
        font-size: 14px;
        height: 140px;
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);

        white-space: nowrap;
        font-size: smaller;

    }
}

.thead-raiting, .thead-rating {
    font-size: smaller;
}

/* BOOTSTRAP OVERWRITES */

/* old css overwrites */
h1.h1, h1.error, h1.steps {
    display: none;
}

.article {
    padding: 15px;
}

.like-buttons, #social-media-boxes {
    display: none;
}

.panel-body .row {
    margin: 0px;
}

.step-wrapper .row {
    padding: 28px;
}

.hide {
    display: none;
}

span.comment-author {
    font-weight: bold;
    width: 125px;
    float: left;
    font-size: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
}

p.comment-content {
    margin-left: 165px;
    width: 300px;
    padding-left: 2px;
    border-left: 1px solid #ccc;
    margin-bottom: 5px;
}

@media (orientation: portrait) {
    span.comment-author {
        display: none;
    }

    p.comment-content {
        margin-left: 0px;
        width: 100%;
        padding-left: 2px;
        border-left: none;
        margin-bottom: 5px;
    }
}

#dashboard-table {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}

#legend-table {
    background: #f5f5f5;
    margin-top: -21px;
}

#legend-table:last-of-type {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

table th {
    background: #f5f5f5;
}

h4 {
    color: #337ab7;
    text-transform: uppercase;
}

.step-wrapper h4 {
    text-transform: none;
}

.label-primary {
    margin-right: 2px;
}

.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    color: #444;
}

.fcb-logo {
    max-height: 100px;
    height: auto;
    width: auto;
    padding-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.tv48-logo {
    max-height: 100px;
    height: auto;
    width: auto;
    padding-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.stadionwelt-logo {
    max-height: 50px;
    height: auto;
    width: auto;
    padding-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.stadionwelt-background {
    background-image: url('/pictures/layout/bg_stadionwelt_slc_expertspanel.jpg');
    background-attachment: fixed;
    height: 100%;
}


.default-slc-logo {
    max-height: 150px;
    height:auto;
    width: 13%;
    padding-right: 15px;
}