.navbar {
    background: none repeat scroll 0 0 #333;
    border-radius: 0;
    border-width: 0;
    box-shadow: none;
    margin: 0;
    min-height: 45px;
    padding-left: 0;
    padding-right: 0;
}

.table-header {
    background-color: #C0C0C0; /*#307ecc */;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    margin-bottom: 1px;
    padding-left: 12px;
}

.page-header h1 {
    color: #333; /*#2679b5 */;
}

.nav-list > li:before {
    color: #333;
}

.no-skin .nav-list li.active > a:after {
    -moz-border-right-colors: #333;
    border-right-color: #333;
}

.dropzone {
    min-height: 200px;
}

body {
    background: #ffffff;
}

.compareDivider {
    background-color: #A0A0A0!important;
    color: #ffffff;
    font-weight: bold;
}

.fehler {
    border: 1px solid #CC0000!important;
    background-color: orange!important;
}

.preview {
    margin: 2px;
    margin-top: 4px;
    padding: 4px;
    width: 95px;
}

.dropzone {
    min-height: 180px!important;
}

.dataTable > thead > tr > th[class*="sorting_"] {
    color: #555!important;
}

.supportdiv {
    background-color: orange;
    padding: 10px;
    color: #ffffff;
    font-weight: bold;
    width: 155px;
    text-align: center;
    position: fixed;
    top: 270px;
    left: -60px;
    transform: rotate(270deg);
    cursor: pointer;
    border: 1px solid #c0c0c0;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=25);
    -moz-opacity:0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    z-index: 10000;
    text-align: center;
    padding-top: 320px;
}

.ball1 {
    background-color: rgba(0,0,0,0);
    border: 15px solid rgba(255,132,38, 0.9);
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #D85D00;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    position: relative;
    top: -50px;
    -moz-animation: spinoff .5s infinite linear;
    -webkit-animation: spinoff .5s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes spinoff {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinoff {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

#cboxClose {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    margin-top: 15px;
}

.rotateIt {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}