body {
	/* Wegen Nav-Bar fixed */
	padding-top:70px;
    overflow-y:scroll;
}

a {
    outline:none;
}
input[type="date"] { line-height: initial; }
.row {
	margin-left:0;
	margin-right:0;
}


.bigger-font .form-control {
    font-size: 17px;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 16px;
    padding-right: 16px;
}
input[type="number"], input.currency {
    text-align: right;
}
form hr {
	border-color:#CCC;
}
.form-control, .input-group-addon  {
	padding:6px;
}
.form-group {
	margin-bottom:6px;
}
.container {
	width:98%;
}

input.slim, select.slim {
    height:auto;
    margin:0 !important;
    padding:2px;
}


.dropbox-available-container {
    position: relative;
}
.dropbox-available-icon {
    position: absolute;
    bottom: 5px;
    right:5px;
}

form .help-block {
    margin-bottom: 0;
}

.navbar-fixed-top .open > .dropdown-menu {
    overflow-y:scroll;
    height:500px;
}
.navbar-fixed-top .open.small-dropdown .dropdown-menu {
    height:auto;
    overflow:hidden;
}

.navbar-fixed-top .nav > li > a {
    padding: 15px 10px;
}

.unselected {
    background-color:#E84E40 !important;
    text-align: center;
}

.R {
    background-color: #FF9 !important;
}
.L {
    background-color: #E6E6FF !important;
}
/* Katalog Page -> Seiten Position Dropdown */
.seiten-position-select {
    width:120px;
    display:inline;
    transition:all 0.5s ease;
    float:none;
}
.L .seiten-position-select {
    float:left;
}
.R .seiten-position-select {
    float:right;
}


.KatalogPage .col-LosID {
    width:105px;
}


.search-and-replace-preview-table tr td abbr {
    background-color: yellow;
    color: red;
    font-weight: bold;
}

.search-and-replace-preview-table tr td label {
    font-weight: normal;
    cursor: pointer;
}


/* Katalog Preview */
.catalog-preview {
    position: relative;
    width:42px;
    height:29px;
    transition:all 0.2s ease;
}
.catalog-preview:hover {
    transform:scale(3);
    z-index: 1000;
    top:0px;
    left:0px;
    box-shadow: 0 0 10px #000;
}
    .catalog-preview .spread {
        width:42px;
        height:29px;
        position: relative;
    }
    .catalog-preview .catalog-page {
        background-color:#FFF;
        border:1px dashed #DDD;
        width:21px;
        height:29px;
        position: absolute;
    }
    .catalog-preview .page-left {
        top:0;
        left:0;
    }
    .catalog-preview .page-right {
        top:0;
        left:21px;
    }

    .SeitenPosition-R .catalog-preview .page-right {
        background-color: #FF9;
        border:1px solid #BBB;
    }
    .SeitenPosition-L .catalog-preview .page-left {
        background-color: #E6E6FF;
        border:1px solid #BBB;
    }
    .catalog-preview-lot {
        background-color:rgba(255,0,0,0.4);
        position: absolute;
        top:2px;
        left:2px;
        transition:all 0.2s ease;
    }
    .Randlos .catalog-preview-lot {
        top:-2px;
        left:-2px;
    }
    .SeitenPosition-R .catalog-preview-lot {
        left:23px;
    }
    .SeitenPosition-R.Randlos .catalog-preview-lot {
        left:22px;
    }
    .GroesseImKatalog-Z .catalog-preview-lot {
        width:38px;
        height:25px;
    }
    .GroesseImKatalog-Z.Randlos .catalog-preview-lot {
        width:46px;
        height:33px;

    }
    .GroesseImKatalog-G .catalog-preview-lot {
        width:17px;
        height:25px;
    }
    .GroesseImKatalog-G.Randlos .catalog-preview-lot {
        width:23px;
        height:33px;
    }
    /* Halb Seitige Lose */
    .GroesseImKatalog-H .catalog-preview-lot {
        width:17px;
        height:12px;
    }
    .GroesseImKatalog-H.Randlos .catalog-preview-lot {
        width:23px;
        height:15px;
    }
    .GroesseImKatalog-H.item-1 .catalog-preview-lot,
        /* 2 Viertel und 1 Halbe, Halb unten */
    .GroesseImKatalog-H.item-2 .catalog-preview-lot {
        top:15px;
    }
    /* Drittel */
    .GroesseImKatalog-D .catalog-preview-lot {
        width:17px;
        height:7px;
    }
    /* Drittel, zweites Los auf der Seite */
    .GroesseImKatalog-D.item-1 .catalog-preview-lot {
        top:10px;
    }
    .GroesseImKatalog-D.item-2 .catalog-preview-lot {
        top:20px;
    }
    .GroesseImKatalog-D.Randlos .catalog-preview-lot {
        width:23px;
    }


    /* Viertel */
    .GroesseImKatalog-V .catalog-preview-lot {
        width:8px;
        height:12px;
    }
    /* Viertel, rechte Spalte unten und linke Spalte unten */
    .GroesseImKatalog-V.item-1 .catalog-preview-lot,
    .GroesseImKatalog-V.item-3 .catalog-preview-lot {
        top:15px;
    }
    /* Viertel, Unten, linke und recht Spalte, Randlos */
    .GroesseImKatalog-V.Randlos.item-1 .catalog-preview-lot,
    .GroesseImKatalog-V.Randlos.item-3 .catalog-preview-lot {
        top:18px;
    }


    /* V - Linke Seite für rechte Spalte [|][x|] */
    .GroesseImKatalog-V.SeitenPosition-L.item-2 .catalog-preview-lot,
    .GroesseImKatalog-V.SeitenPosition-L.item-3 .catalog-preview-lot {
        left:11px;
    }
    /* V - Rechte Seite für rechte Spalte [|][|x] */
    .GroesseImKatalog-V.SeitenPosition-R.item-2 .catalog-preview-lot,
    .GroesseImKatalog-V.SeitenPosition-R.item-3 .catalog-preview-lot {
        left:32px;
    }
    /* N - Normal: 6 pro Seite */
    .GroesseImKatalog-N .catalog-preview-lot {
        width:8px;
        height:6px;
    }
    .GroesseImKatalog-N.item-1 .catalog-preview-lot,
    .GroesseImKatalog-N.item-4 .catalog-preview-lot {
        top:10px;
    }
    .GroesseImKatalog-N.item-2 .catalog-preview-lot,
    .GroesseImKatalog-N.item-5 .catalog-preview-lot {
        top:20px;
    }
    /* N - rechte Spalte auf linker Seite [|x][|] */
    .GroesseImKatalog-N.SeitenPosition-L.item-3 .catalog-preview-lot,
    .GroesseImKatalog-N.SeitenPosition-L.item-4 .catalog-preview-lot,
    .GroesseImKatalog-N.SeitenPosition-L.item-5 .catalog-preview-lot {
        left:11px;
    }
    /* N - rechte Spalte auf rechter Seite [|][|x] */
    .GroesseImKatalog-N.SeitenPosition-R.item-3 .catalog-preview-lot,
    .GroesseImKatalog-N.SeitenPosition-R.item-4 .catalog-preview-lot,
    .GroesseImKatalog-N.SeitenPosition-R.item-5 .catalog-preview-lot {
        left:32px;
    }


.lot-image {
    position: relative;
    float:left;
    margin-right:10px;
    width: 20px;
}

.lot-image img:hover {
    position: absolute;
    z-index: 1000;
    max-width:800px;
    width:auto;
    transform:translateX(-80%) translateY(-50%)
}
.TextKorrekturPage .lot-image img:hover,
.LosPage .lot-image img:hover,
.EinlieferungPage .lot-image img:hover,
.ExterneLosErfassungPage .lot-image img:hover {

    box-shadow: 0 0 10px #888;
}


#GarantiePreisUebernahme, #GesamtErstAusruf {
    margin-top:-6px;
    margin-bottom:-10px;
}

.bootstraplabelfield .control-label span {
	font-size:120%;
	font-weight: normal;
	top:-7px;
}

.radio-inline span {
	margin-top:2px;
	display:block;
}
.radio-inline .label {
    padding:6px 10px;
}
.radio-inline input[type="radio"] {
    margin-top: -4px;
}

.tab-nav-pagination-bar.row, .first-row {
	margin:0;
	position: relative;
}
.tab-nav-pagination-bar .pagination {
	margin: 0;
	position: absolute;
	right:0;
	top:0;
}
/* Pagination Bar oben rechts auf Höhe der Überschrift */
.first-row .pagination {
      margin: 0;
      position: absolute;
      right:0;
      bottom:10px;
  }

.navbar .pagination  {
	margin:0;
}

.form-inline .input-block-level {
	width:100%;
}

.big-col {
	width:70%;
}
.small-col {
	width:28%;
}

.slim-hr { margin-bottom:10px; margin-top:0; }
.panel hr {
	margin-top:0;
	margin-bottom:0;
}
.panel hr + p, .panel .pull-right + p { /* Alle "p" die direkt nach einer hr kommen */
	margin-top:10px;
}

.quick-search-form {
	margin-top:26px;
}
.message.validation {
	padding-left:16px;
}


.alert-container {
	position: fixed;
	bottom:20px;
	right:20px;
}

.unlock-link {
	cursor:pointer;
}

.above-well .active {
    margin-bottom:0;
}
.below-tabs .well {
    border-radius: 0;
}
.ajax-loader {
    display:none;
}
.flag-toggle {
    cursor: pointer;
}

.Todo-add-button {
    display: none;
}

.progress-slim {
    margin-bottom:0;
}

.well-white {
    background-color:#FFF;
    border: 1px solid #DDD;
    overflow: hidden;
}
.well.stats {
    overflow: hidden;
}

.Retoure, .Retoure td {
    background-color: #F2DEDE !important;
}
/* Für die Einlieferung -> Los Tabelle */
#LoseDieserEinlieferung .hatTitelDE td {
    background-color: #DFF0D8;
}

@media screen {
    .visible-print-inline {
        display:none;
    }
}

.keep-whitespace {
    white-space: nowrap;
}

/**
 *  Sortable Table
 *
 */
.tablesorter thead .tablesorter-header {
    white-space: nowrap;
    cursor: pointer;
}
.tablesorter thead .tablesorter-header.tablesorter-headerAsc,
.tablesorter thead .tablesorter-header.tablesorter-headerDesc {
    background-color: #D9EDF7;
}
.tablesorter thead .tablesorter-header .glyphicon-sort,
.tablesorter thead .tablesorter-header .glyphicon-sort-by-attributes,
.tablesorter thead .tablesorter-header .glyphicon-sort-by-attributes-alt {
    color:#2A6496;
}
/* Default Sort / No Sort */
.tablesorter thead .tablesorter-header .glyphicon-sort-by-attributes,
.tablesorter thead .tablesorter-header .glyphicon-sort-by-attributes-alt {
    display:none;
}
.tablesorter thead .tablesorter-header .glyphicon-sort {
    display: inline-block;
}
/* Sort ASC / UP */
.tablesorter thead .tablesorter-header.tablesorter-headerAsc .glyphicon-sort,
.tablesorter thead .tablesorter-header.tablesorter-headerAsc .glyphicon-sort-by-attributes-alt {
    display:none;
}
.tablesorter thead .tablesorter-header.tablesorter-headerAsc .glyphicon-sort-by-attributes {
    display:inline-block;
}

/* Sort DESC / DOWN */
.tablesorter thead .tablesorter-header.tablesorter-headerDesc .glyphicon-sort,
.tablesorter thead .tablesorter-header.tablesorter-headerDesc .glyphicon-sort-by-attributes {
    display:none;
}
.tablesorter thead .tablesorter-header.tablesorter-headerDesc .glyphicon-sort-by-attributes-alt {
    display: inline-block;
}

var {
    font-style: normal;
}

tr.geloescht td {
    background-color: #bbb;
}

.scrollable {
    overflow-y:scroll;
    height:800px;
    display: block;
    clear: both;
    margin-top:10px;
}

tbody.loading {
    background: url(../images/throbber-150.gif) top center no-repeat;
}
tbody.loading tr {
    opacity:0.1;
}

.label-lg {
    font-size:110%;
}
input.radio:checked + .label-lg {
    background-color: #3366CC;
}

form optgroup {
    border-top: 1px solid #CCC;
    margin: 4px 0;
    padding: 4px;
}

.panel-body p:last-child {
    margin-bottom: 0;
}


#VUE_AREA .drop-area {
    min-width:100%;
    min-height:100px;
    border:2px dashed #CCC;
    border-radius:8px 8px;
}
#VUE_AREA .trash-area {
    min-width:100%;
    min-height:100px;
}
#VUE_AREA .clickable {
    cursor:pointer;
}
#VUE_AREA .modal-lg {
    width:1064px;
}
#VUE_AREA .row {
    margin-left:-15px;
    margin-right:-15px;
}
#VUE_AREA .panel-primary .panel-heading a {
    color:#FFF;
}

#VUE_AREA .scroller {
    background-color:#FAFAFA;
    padding:10px;
    box-shadow: inset 0 0 10px #CCC;
    border:1px solid #FAFAFA;
}
#VUE_AREA h1.col-sm-6 + .alert {
    margin-top:20px;
    margin-bottom:0;
}

/** NVK Liste */

#VUE_AREA .lot-label {
    display:inline-block;
    padding:12px;
    margin:4px;
    font-size:16px;
    width:60px;
}
.lot-label.verkauft {
    border-color:#EBCCD1;
    background-color:#F2DEDE;
    color:#A94442;
}
.lot-label.reserviert {
    color: #FFF;
    background-color: #f0ad4e;;
    border-color: #c7864c;;
}
.lot-label.verkauftohnerechnung {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.lot-label.frei {
    border-color:#D6E9C6;
    background-color:#DFF0D8;
    color:#3C763D;
}



.lot-label:hover {
    cursor:pointer;
}

a.disabled {
    cursor: not-allowed;
}

.thumbnail.bg-warning {
    background-color: #fcf8e3;
}
.nvk-page-container {
    padding-bottom:120px;
}
.nvk-page-container .step-nav {
    margin-top:20px;
    font-size:120%;
}
    .nvk-page-container .step-nav li:not(:last-child) {
        margin-right:20px;
    }
.nvk-los-panel {
    overflow:hidden;
}
.nvk-los-panel .left-side {
    float:left;
    width:70%;
}
    .nvk-los-panel .left-side .lot-images {
        float:left;
        width:320px;
    }
    .nvk-los-panel .beschreibung {
        float: left;
        width: calc(100% - 390px);
        margin: 0 30px;
    }
    .nvk-los-panel .beschreibung .preis-tabelle {
        width:300px;
    }
.nvk-los-panel .right-side {
    float:right;
    width:30%;
}
.nvk-los-panel .shorten, .shorten {
    text-overflow: ellipsis;
    text-overflow: ellipsis;

    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}
.lot-image-col {
    width:320px;
    float:left;
}
.nvk-los-preis-panel .lot-image-col {
    width: 240px;
}
.nvk-los-preis-panel .lot-content {
    width:calc(100% - 350px);
    float:left;
    margin-left:30px;
}
.nvk-los-warenkorb-item .lot-content {
    overflow: hidden;
}

.nvk-status-bar {
    min-height:80px;
    padding:10px 0px;
}

.form-horizontal .spaced input.radio {
    min-height: 20px;
}
.form-horizontal .spaced label.radio-inline {
    margin-right:20px;
}

.form-horizontal .inlined-checkboxes .checkbox {
    display:inline-block;
    font-weight: 400;
    margin-right:20px;
}


#los-meta-felder .row {
    margin-bottom:5px;
}


.label-primary.zustand-nicht-angegeben,
.label-primary.zustand--1 { background-color: #AAA; }
.label-primary.zustand-0 { background-color: #3366CC; }
.label-primary.zustand-1 { background-color: #8BC34A; }
.label-primary.zustand-2 { background-color: #CDDC39; color:#000; }
.label-primary.zustand-3 { background-color: #FFEB3B; color:#000; }
.label-primary.zustand-4 { background-color: #FF9800; }
.label-primary.zustand-5 { background-color: #FF5722; }
.label-primary.zustand-6 { background-color: #DC3912; }



/**
 *  Kategorie Farben
 */
.cat-label { font-family:Monospace; }
.cat-101 { background-color:#3366CC; } /* Ringe */
.cat-102 { background-color:#DC3912; } /* Armreifen */
.cat-103 { background-color:#FF9900; } /* Ketten */
.cat-104 { background-color:#109618; } /* Ohrschmuck */
.cat-105 { background-color:#990099; } /* Broschen */
.cat-106 { background-color:#0099C6; } /* Diverser Schmuck */
.cat-107 { background-color:#DD4477; } /* Schmuck Sets */
.cat-108 { background-color:#66AA00; } /* Steine */
.cat-109 { background-color:#880E4F; } /* Schmuckuhren */
.cat-110 { background-color:#316395; } /* Armbanduhren */
.cat-111 { background-color:#994499; } /* Taschenuhren */
.cat-112 { background-color:#22AA99; } /* Uhren Zubehör */
.cat-113 { background-color:#AAAA11; } /* Diverse Uhren */
.cat-120 { background-color:#6633CC; } /* Varia */

.pt-1 { padding-top: 0.25em; }
.pt-2 { padding-top: 0.5em; }
.pt-3 { padding-top: 0.75em; }
.pt-4 { padding-top: 1em; }