.product_select .select2-selection__choice {
    display: none
}

.product_select input.select2-search__field,
.product_select .select2-search,
.product_select .product_list .select2-search__field {
    width: 100%!important;
}

#sortable1,
#sortable2 {
    border: 1px solid #eee;
    width: 142px;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
    cursor: pointer
}

#sortable1 li,
#sortable2 li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    width: 120px;
}

.product_select .select2-results__option {
    background-color: white!important;
    color: #333!important;
}

.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.image-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.image-preview-input-title {
    margin-left: 2px;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-control,
.select2-container--default .select2-selection--single {
    background-color: #fbfbfb;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fbfbfb;
    color: #000;
}

input[type="checkbox"] {
    /* change "blue" browser chrome to yellow */
    filter: hue-rotate(18deg) brightness(1.2) grayscale(50%);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    padding: 10px;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.btn-info,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #6db7e4;
    border-color: #72a1b7;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #5d9cc2;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: #dd7a8d !important;
    border-color: #dd7a8d !important;
}

.datepicker {
    z-index: 99999 !important;
}

.modal-edit td {
    border-top: none!important;
    border-bottom: 1px solid #f4f4f4
}

.modal-edit .check {
    margin-top: 27px;
}

.product_input td {
    white-space: nowrap;
}

.product_result .select2-container--default .select2-selection--single,
.product_result .select2-selection .select2-selection--single {
    border: 1px solid #ffff;
}

.editable {
    cursor: pointer;
}

div.price.editable {
    cursor: pointer;
}

.pac-container {
    z-index: 20001 !important;
}

.status span.select2-selection.select2-selection--single {
    background-color: #358dbe;
    padding: 2px;
    height: auto;
    border: none;
    border-radius: .25em;
}

.status span.select2.select2-container.select2-container--default {
    width: auto!important;
}

.status .select2-container .select2-selection--single .select2-selection__rendered {
    color: white;
    font-weight: 700;
    font-size: 75%;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 3px;
    line-height: 1.5;
    text-align: center;
}

.select2-container .select2-choice {
    padding: 5px 10px;
    height: 40px;
    width: 132px;
}

.status .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2_dropdown {
    font-size: 12px;
    width: 100px!important;
}

.clickable-row {
    cursor: pointer;
}

.edit_num {
    text-align: right;
}

.td_currency {
    float: right;
    padding-left: 0px;
    width: 15px;
    text-align: right
}

.td_price,
.td_discount {
    white-space: nowrap;
    width: 100px;
    text-align: right;
}

.td_number {
    text-align: right;
    margin-right: 10px
}

.td_netto,
.td_brutto {
    white-space: nowrap;
    width: 100px;
    text-align: right;
}

.td_vat,
.td_billing {
    width: 100px;
    text-align: center;
}

.td_quantity {
    width: 50px
}

.loading-image {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #b8bbc2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.close_h:hover {
    background-color: #fff;
}

.control-todo>li {
    background: #fff;
}


/*
.control-sidebar-bg, .control-sidebar{
right: -500px;
width:500px
}

*/

.bubble {
    border-radius: 5px;
    position: relative;
    padding: 0px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    width: 31px;
    color: #444444;
    line-height: 1.3;
}

.bubble::before {
    position: absolute;
    right: 10%;
    top: 100%;
    border: solid transparent;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-color: transparent;
    border-top-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
    border-width: 6px;
}

.beauftragt,
.teilweise_berechnet,
.berechnet {
    display: none;
}

.product-image {
    position: relative;
    width: 30%;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.product-image:hover .image {
    opacity: 0.3;
}

.product-image:hover .middle {
    opacity: 1;
}

.text {
    color: black;
    font-size: 16px;
}

.fade-scale {
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}

.product-details .select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #fff!important;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px;
}

.editable {
    min-width: 20px;
    min-height: 20px;
}

.editable:before {
    font-family: 'FontAwesome';
    content: "\f040";
    padding-right: 5px;
    font-size: 12px;
    color: #c9d0de;
    vertical-align: top;
}

input[type=checkbox] {
    -webkit-transform: scale(1, 1);
}

.linkbutton {
    border: none;
    padding: 0!important;
    color: #3c8dbc!important;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}

a {
    cursor: pointer!important
}

.fa-chevron-down {
    color: #97a0b3!important;
}

.mega-dropdown-menu {
    width: 500px!important;
}

@media only screen and (max-width: 1160px) {
    .pagetitle {
        display: none
    }
    .btn-app {
        width: 79px!important;
        min-width: 0px;
    }
    .app-title {
        font-size: 9px
    }
}

@media only screen and (max-width: 1020px) {
    .btn-app {
        width: 52px !important;
        height: 56px;
    }
    .app-title {
        display: none
    }
    .mega-dropdown-menu {
        width: 250px!important;
        width: 90vw!important;
    }
}

@media only screen and (max-width: 599px) {
    .btn-app {
        display: none
    }
}

.dropdown-menu {
    box-shadow: 3px 9px 16px #88888880;
    min-height: 200px;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6;
    cursor: pointer
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
    background-color: #aab7d1;
    cursor: pointer
}

.nowrap {
    white-space: nowrap;
}

.module {
    background-color: white;
    text-align: left;
    width: 50%;
    height: 50px;
    white-space: normal;
    overflow: hidden;
}

.circlepre {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #62bbd1;
    width: 16px;
    position: relative;
}

.circlepre:before {
    content: "\f10c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: -14px;
    left: 0;
}

.circlepro {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e9a5a9;
    width: 16px;
    position: relative;
}

.circlepro:before {
    content: "\f10c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: -14px;
    left: 0;
}

.circlepost {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ca6073;
    width: 16px;
    position: relative;
}

.circlepost:before {
    content: "\f10c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: -14px;
    left: 0;
}

.circledel {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c5b454;
    width: 16px;
    position: relative;
}

.circledel:before {
    content: "\f10c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: -14px;
    left: 0;
}

.circleson {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #b7b7b7;
    width: 16px;
    position: relative;
}

.circleson:before {
    content: "\f10c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: -14px;
    left: 0;
}

.sent span.select2-selection.select2-selection--single {
    background-color: #00c0ef;
}

.denied span.select2-selection.select2-selection--single {
    background-color: #a95060;
}

.archived span.select2-selection.select2-selection--single {
    background-color: rgb(145, 120, 155);
}

.sold span.select2-selection.select2-selection--single {
    background-color: rgb(145, 120, 155);
}

.table-scroll {
    position: relative;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
}

.table-wrap {
    width: 100%;
    overflow: auto;
    cursor: pointer;
}

.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
    cursor: pointer;
}

.table-scroll th,
.table-scroll td {
    padding: 5px 10px;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
}

.clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    cursor: pointer;
}

.clone th,
.clone td {
    visibility: hidden;
    cursor: pointer;
}

.clone td,
.clone th {
    border-color: transparent;
}

.clone tbody th {
    visibility: visible;
}

.clone .fixed-side {
    visibility: visible;
    background-color: #fff;
    font-weight: normal;
    border: none;
    border-right: 2px solid #f4f4f4;
}

.clone thead,
.clone tfoot {
    background: transparent;
}

.gantt-h {
    font-weight: normal;
    color: #b0b0b0;
    border-right: 2px solid #f4f4f4;
}

.last {
    border-right: 2px solid #f4f4f4;
}

.gantt td {
    border-right: 2px solid #f4f4f4;
}

label {
    margin-top: 10px;
}

.form-btn {
    margin-top: 10px
}

.text-red li {
    color: #dd4b39 !important;
    list-style-type: none;
    margin: 5px -40px;
}

.circle {
    border: 2px solid;
    border-radius: 18px;
    height: 13px;
    width: 13px;
    margin-top: 4px;
    margin-right: 2px;
    float: left;
}

.sidebar-toggle::before {
    content: none!important
}

.loader {
    color: #fff;
    font-size: 50px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fc-event,
.fc-event:hover {
    border-color: transparent !important;
}

.dt-button {
    background-color: #f0f0f0!important;
    display: inline-block;
}

.content-wrapper {
    margin-top: 50px;
}

.input-group {
    z-index: 0;
}

.lds-ripple,
.lds-ripple div {
    box-sizing: border-box;
    float: right;
    color: #7d97b7;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 20px;
    margin-top: -39px;
    margin-right: 38px;
}

.lds-ripple span {
    line-height: 5.5;
    margin-left: -8px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid currentColor;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}

.tabIcons .active {
    color: #72afd2;
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    margin-top: 300px;
}

#datatable td:last-child {
    min-width: 170px;
    display: inline-block;
}

.tabIcons.active {
    color: #72afd2;
}

.tabIcons.active+div {
    color: #72afd2;
}

.newUpdate_v75 {
    display: none;
}

.fixed-form-end {
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 400px;
    z-index: 1000;
    background-color: #f9fafc!important;
    padding: 10px;
    height: 100px;
}