/* Write your custom CSS here */

body {
    color: #343434;
}

.page-header .navbar-nav > li > a,
.page-header .navbar-nav > li > a:focus {
    color: #fff !important;
    font-size: 14px;
    text-transform: none;
}

.navbar .open .dropdown-menu {
    margin-top: 10px !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > dropdown.active > a {
    /*background: #E6ECF3;*/
    background: #fff;
    color: #272C39 !important;
}

.dropdown-menu {
    min-width: 190px;
}

.navbar-nav > li:hover {
    background: #1c202a;
}

.cluster1 > a {
    /*background: #1c202a;*/
}
.cluster2 > a {
    /*background: #1c202a;*/
}
.cluster1-1 > a {
    border-left: 1px solid #fff;
}
.cluster1-2 > a {
    border-right: 1px solid #fff;
}
.cluster2-2 > a {
    border-right: 1px solid #fff;
}
.cluster3-1 > a {
    border-right: 1px solid #fff;
}
.cluster4-1 > a {
    border-right: 1px solid #fff;
}

.alert {
    margin: 20px 15px 5px;
}

.page-inner {
    background: #fff;
    padding: 0;
}

.page-inner  .page-title {
    padding: 5px 15px;
}

.panel {
    height: 100%;
    /*margin-top: 25px;*/
    margin-top: 0;
    /*padding: 25px; */
    padding: 15px;
}

.panel.no-minheight {
    min-height: auto;
}

.panel-body {
    position: relative;
}

.btn-primary {
    background: #B01917 !important;
    border: 1px solid #B01917 !important
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #9f1311 !important;
    border: 1px solid #9f1311 !important
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-top: 10px;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    margin-left: 30px;
}

.dataTables_wrapper {
    min-height: 562px;
}

.dataTables_wrapper .dataTables_filter input {
    max-width:  175px;
}

table.dataTable .col-bulk {
    padding-right: 8px !important;
}

table.dataTable .col-bulk input[type="checkbox"] {
    margin-right: 0;
}

#filterContainer,
#buttonLine {
    display: none;
}

.filter-container {
    float: right;
    z-index: 9999;
}

.filter-container .btn-search,
#buttonLine .btn-search {
    margin-left: 15px;
    margin-right: 15px;
}

table.dataTable thead th, table.dataTable thead td {
    padding-right: 18px !important;
}

.dataTables_length {
    margin-top: 4px;
}

.data-table a {
    color: #B01917;
}

.data-table th {
    font-size: 12px;
}

.data-table td {
    font-size: 13px;
    padding: 6px 8px !important;
    vertical-align: middle !important;
}

.data-table a:hover {
    color: #9f1311;
    text-decoration: underline;
}

.dataTables_wrapper .dataTables_processing {
    background: #fff;
    color:  #272C39;
    height: 100%;
    opacity: 0.9;
    top: 85px;
    z-index: 9999999;
}

div.DTE_Inline div.DTE_Inline_Field div.DTE_Field > label, div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field > label {
    display: none;
}

.DTE_Inline_Field {
    margin: -5px 0;
}

.DTE_Field_Input input {
    width: 100%;
}

.page-sidebar-menu a {
    cursor: pointer;
}

.col-id {
    max-width: 50px !important;
    min-width: 50px !important;
}

.col-action {
    text-align: center;
}

.col-action a {
    color: #B01917;
    cursor: pointer !important;
    margin: 0 6px;
}

.col-action a i {
    font-size: 18px;
}

.col-artist-fixed {
    overflow-x: hidden;
    max-width: 180px !important;
    min-width: 180px !important;
    width: 180px !important;
}

.action-icon {
    font-size: 18px;
    margin: 0 5px;
}

.assign-icon {
    cursor: pointer;
    float: left;
    font-size:  18px;
    margin-right: 5px;
}

.message-icon {
    cursor: pointer;
    float: left;
    font-size:  18px;
    margin-right: 10px;
    vertical-align: middle;
}

.message-icon.disabled {
    color: #eee;
    cursor: initial;
    vertical-align: middle;
}

.message-icon.disabled:hover {
    color: #eee;
}

.artist-name {
    display: block;
    padding-right: 20px;
}

.assign-artist-label {
    display: block;
    margin-left: 25px;
    padding-top: 4px;
    padding-right: 20px;
    position: relative;
    width: calc(100% - 21px);
}

.delete-assignment-icon {
    cursor: pointer;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 2px;
    vertical-align: top;
}

.col-width-auto {
    width: auto !important;
}

.col-min-120 {
    min-width: 120px !important;
}

#btnSearchArtist,
#btnSearchMedium {
    cursor: pointer;
}

.data-table td.highlight {
    background-color: #fbf5dd !important;
}

.data-table tr:hover {
    background-color: #fbf5dd !important;
}

.data-table tr.highlight {
    background-color: #fbf5dd !important;
}

.header-menu {

}

.header-menu ul li {
    display: inline-block;
    margin: 0 12px;
    padding: 16px 0;
}

.header-menu ul li a {
    color: #fff;
}

.button-line {
    float: right;
    margin-left: 25px;
}

.button-line .btn i {
    margin-right: 5px;
}

.badge-pill {
    background: #B01917;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.badge-pill a {
    color: #fff;
    cursor: pointer;
    margin-left: 5px;

}

.page-no-sidebar .page-content {
    width: 100%;
}

.page-no-sidebar .page-header {
    left: 0;
}

.modal-lg {
    min-width: 1080px;
}

.fixedHeader-floating {
    z-index: 99;
}

.page-footer {
    border-top: 1px solid #eee;
    margin-top: 25px;
    padding-top: 15px;
    position: relative;
    text-align: center;
}

#version-label {
    background: #fff;
    border-radius: 30px;
    color: #515151;
    display: inline-block;
    right: 15px;
    top: 0;
    padding: 5px 20px;
    z-index: 9;
    margin: auto auto;
}

#auktionsnummer, #auktionshaus, #auktionsdatum, #waehrung {
    margin-bottom: 10px;
    width: auto;
}

#auktionsnummer:after, #auktionshaus:after, #auktionsdatum:after, #waehrung:after {
    content: "";
    clear: both;
    display: block;
    height: 1%;
}
#auktionsnummer label {
    width: 125px;
    float: left;
    margin-right: 15px;
    padding-top: 3px;
}
#auktionshaus label {
    width: 125px;
    float: left;
    margin-right: 15px;
    padding-top: 3px;
}
#auktionsdatum label {
    width: 125px;
    float: left;
    margin-right: 15px;
    padding-top: 3px;
}
#waehrung label {
    width: 125px;
    float: left;
    margin-right: 15px;
    padding-top: 3px;
}
#waehrung select {
    width: 135px;
    font-size: 12px;
    height: 25px;
    padding: 0;
    color: #666666;
    border: 1px solid #666666;
    font-weight: 400;
}
#statistik-legende li {
    font-size: 11px;
    margin-left: -15px;
}

.table-responsive {
    overflow-x: hidden;
}

.modal {
    background: rgba(0,0,0,0.7);
    z-index: 9999999;
}
