.catSuccessMessage {
    font-weight: bold;
    text-align: center;
    height: 40px;
    background-color: #28a745;
    margin-right: -15px;
    margin-left: -15px;
    color: white;
    font-size: 16px;
    line-height: 45px;
    position: relative;
    box-sizing: border-box;
}

.smallTable{
    font-size: 0.9em;
}

.searchBox{
    position: absolute;
    right: 150px;
    top:13px;
}

.box-round{
    padding: 10px;
    border-radius:10px;
    font-size:.9em;
}

.searchBox input{
    height: 30px;
}

.searchBox input, .searchBox button{
    width: 50%;
    float: left;
}

.qNotice{
    text-align: center;
    margin-top: 1em;
    color: red;
}

.page-heading{
    min-height: 70px;
}

.nav.nav-tabs li{
    z-index: 99;
}

.changeWeekSelect{
    display: inline-block;
    font-size: 16px;
    width: 170px;
}

.calendarkw{
    position: relative;
}

.catErrorMessage {
    font-weight: bold;
    text-align: center;
    height: 40px;
    background-color: #dc3545;
    margin-right: -15px;
    margin-left: -15px;
    color: white;
    font-size: 16px;
    line-height: 45px;
    position: relative;
    box-sizing: border-box;
}

.qBottomArea{
    margin-top: 1em;
    text-align: right;
}

.nav-second-level{
    padding:0!important;
}

.nav-second-level li{
    margin:0!important;
}


.qBottomArea button{
    margin-left: 20px;
}

.qNewTable tr th, .qNewTable tr td{
    text-align: center;
}

.qNewTable{
    width: 100%;
}

.qRed{
    color:red;
}

.qIconItem{
    font-size: 20px;
    margin-top: 7px;
}

.qIconItem:hover{
    cursor:pointer;
}

.qButton{
    color: white!important;
    text-decoration: none!important;
    margin-left: 5px;
}

.qSmall{
    font-size: 12px;
}

.iconSize{
    font-size: 20px;
}

.removeCartPostitionWithNull:hover{
    cursor: pointer;
}

.qCartTitle{
    font-size: 14px;
    line-height: 34px;
    font-weight: bold;
}

.qDeleteFromCart i{
    font-size: 20px;
}

.qCart{
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 50px;
    font-size: 20px;
}

.qCart:hover{
    cursor:pointer;
}

.qCart i{
    font-size: 24px;
}

.qCart i.active{
    color:#1ab394;
}

.qAddToCart{
    font-size: 20px;
}

.qAddToCart.active{
    color:#1ab394;
}

.qPaddingLeft{
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.qSearchFooter{
    width: 100%;
    text-align: center;
}

.qSearchFooter.active{
    color:#1ab394;
}

.qCatalogNavbar{
    background-color: white;
    /*border-bottom: 1px solid #e7eaec;*/
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
    margin-bottom: 0px;
}

.qSearchColumn{
    width: 150px;
}

.qChildRow{
    box-shadow: inset 5px 0px 0px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: inset 5px 0px 0px 0px rgba(0,0,0,0.45);
    -webkit-box-shadow: inset 5px 0px 0px 0px rgba(0,0,0,0.45);
    background-color: #ddd!important;
}

#qDropzone{
    height: 100px;
    border: 2px dashed #e7eaec;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

#qDropzone:hover{
    cursor: pointer;
}

.qFileDrag{
    border: 2px solid #e7eaec!important;
    font-size: 24px!important;
    color: #ccc!important;
}

.qOpenArchiv{
    font-size: 18px;
    margin-right: 1em;
    line-height: 18px;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.panel-title{
    position: relative;
}

.panel-title > .active{
    position: absolute;
    right: 5px;
    font-size: 30px;
    top: -13px;
}

.cartArea{
    width: 80px;
}

.qWidth500{
    width: 500px!important;
}

.qPullLeft{
    float:left;
}

.qPullRight{
    float:right;
}

.qNoFloat{
    float:none!important;
}

.qTextLeft{
    text-align: left!important;
}

.qTextRight{
    text-align: right!important;
}

.swal2-popup{
    font-size: 14px!important;
}

.qSupplierAddToCart{
    position: absolute;
    top: -11px;
    right: 50px;
}

.qSupplierAddToCart i{
    font-size: 24px;
}

.qSupplierAddToCart .qAddToCartAmount{
    height: 24px;
    font-size: 16px;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.qHover:hover{
  cursor:pointer;
}

.catDropzone:hover{
    cursor:pointer;
}

.panel-heading:hover{
    cursor:pointer;
}

.qCatalogNavbar .nav > li > a:focus {
    background-color: white!important;
    color: #555;
}

.qCatalogNavbar .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav a:hover{
    background-color: #e7e7e7!important;
    color: #555;
}

.qCatalogNavbar.navbar-default .nav > li > a:hover{
    color: #555!important;
}

.qCatalogNavbar.navbar-default .nav > li > a{
    padding: 17px 20px 17px 25px;
}

.qCatalogNavbar .nav > li.active {
    border-left: none;
}

.invis{
    visibility: hidden;
    display:block;
    width:0;
    height:0;
}

.overviewTable tr{
    cursor: pointer;
}

textarea.form-control{
    resize:vertical;
}

.hiddenSubmit{
    display:none;
}

.headerSubmit{
    position:absolute;
    top:1.3em;
    right:1em;
}

.topRow{
    margin-bottom:1em;
}

.middle-box h1.logo-name{
    font-size:120px;
    margin-bottom:0.3em;
}

.searchDropDown ul{
    left: 15px;
    width: 100%;
    list-style-type: none;
    z-index: 1000;
}

.pdfContentV a{
    margin-left: 2em;
    font-size: 18px;
    display: block;
    text-align: center;
    margin-top: 1em;
}

.pdfContentV{
    border-top: 1px solid #ccc;
}

.ui-autocomplete.dropdown-menu{
    width:30em;
}

.ui-autocomplete.show{
    display:block;
}

#searchList ul li{
    position:relative;
}

#searchList ul li .type{
    color:#aaa;
    position:absolute;
    right:2em;
    top:0.2em;
    display:block;
}

.createItem {
    position: relative;
    left:49.5em;
}

.formPadding {
    padding-left: 3px;
}

.noTableScrollBar{
    overflow-x: hidden;
}

.searchAutocomplete{
    width: 250px;
    float:left;
}

.addbtn {
    position: relative;
    left: 1em;
}

.panel-body a{
    color:#337ab7;
    font-size: 14px;
}

.panel-body a:hover{
    color:darkblue;
    text-decoration: underline;
}

.subItemPlus
{
    font-size:14px;
}

h5 em{
     color:#BBB;
 }

em2{
    color:#BBB;
}

#uploadFiles {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

#uploadFilesW {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

#uploadFilesE {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.offerItemList .nav-tabs li{
    z-index: 99;
    width: 50%;
    display: inline-block;
    float: none;
}

.offerItemList .nav-tabs li a{
    text-align: center;
}

.offerItemList .nav-tabs li.active a{
    border: 1px solid #ccc!important;
    border-radius: 0;
}

.center {
    margin: auto;
    width: 40%;
    padding: 10px;
}


#modal_80 .modal-dialog {
    width: 80%;
    max-height: 800px;
    overflow-y: scroll;
    margin: 30px auto;
}

#modal_60 .modal-dialog {
    width: 60%;
    margin: 30px auto;
}

.tableSub{
    margin-left: 1em;
}

.itemTable
{
    width: 100%;
    line-height: 20px;
}

.qbox{
    border: 3px solid #ddd;
    padding: 1em;
}

.mt-1{
    margin-top:1em;
}

.f-14{
    font-size: 14px;
}

.itemTable th,td
{
    padding:10px;
    border-bottom: 1px solid #ddd;
}

.noTableScrollBar{
    overflow-x: visible;
}

.table-responsive{
    overflow-x: visible;
}

.dragOffer{
    z-index: 1000;
}

.dragAction{
    z-index: 1000;
}

.monteurUl{
    padding-left: 0px;
}

.selectAction
{
    padding: 8px;
    list-style: none;
    font-size: 14px;
}


.note-editable{
    background-color:white;
    overflow:auto;
}
.note-codable {
    display:none;
}
.note-dropzone {
    display: none;
}

.hide{
    display:none!important;
}

.activeFile
{
    color:#BBB;
}

.fileFooter .pageFile
{
    padding:7px;
    font-size: 18px;
}

.fileFooter .pageFile:hover
{
    cursor:pointer;
}

table
{
    cursor:pointer;
}

.mainTableMonteur
{
    width: 100%;
}

.mainTableMonteur th, .mainTableMonteur td
{
    border: 1px solid #ddd;
}

.mainTableMonteur tr:nth-child(even)
{
    background-color: #eeeeee;
}
.setMainTableMonteur:hover{
    cursor:pointer;
}

.testsystem{
    text-align: center;
    font-size: 30px;
    background: red;
    color: white;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    /* height: 72px; */
    z-index: 99999;
}

.loader {
    display: none;
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.dropzone{
    height:100px;
    width:200px;
}

.mail-box .note-editable{
    padding: 5px;
}

.changeWeek{
    cursor: pointer;
}

.scroll{
    overflow: auto;
    height: 30em;
}

.smallerHr
{
    margin-top: 5px;
    margin-bottom: 5px;
}

#offerItem{
    position: relative;
}

#offerItem .systemA{
    position: absolute;
    top: 5em;
    left: 1em;
    z-index: 101;
}

.collapsemenu{
    font-size: 30px;
    position: absolute;
    right: 1em;
    top:0.5em;
    z-index: 9999;
}

.clearMonteurCache{
    font-size: 30px;
    position: absolute;
    right: 2.5em;
    top:0.5em;
    z-index: 9999;
}

.collapsemenu:hover, .clearMonteurCache:hover{
    cursor:pointer;
}

.droppable { background: #08c; color: #fff; padding: 30px 10px; text-align: center; }

.droppable.dragover { background: #00CC71; }
.settingsDragover { background-color: #00CC71;!important;}

.acceptWFile{
    color:green;
}

.declineWFile{
    color:red;
}

.changeTitle:hover{
    cursor:pointer;
}

.qCodeUploader:hover{
    cursor:pointer;
}

.navbar-minimalize {
    margin: 0;
    float: none;
    padding: 5px 20px;
    line-height: 25px;
}


.top-calendar{
    text-align: center;
    font-size: 22px;
    margin-bottom: 5px;
}

/* Markierung für den Aktuellen Tag in der Kalenderlistenansicht. */
.fc-today-cust td {
    background: #c2fb98 !important;
    font-weight: bold !important;
}
.fc-today-cust .fc-list-heading-main:after {
    content: " (heute)";
}

.fc-weekend td {
    background-color: #ffe0e0 !important;
}

.logTable input:not([type=radio]){
    width:70px;
}

.disabledBackground
{
    opacity: 0.5;
    background: #CCC;
}

.sortMonteureList{
    list-style: none;
}

.sortMonteureList li{
    padding: 0.5em;
    border: 1px solid #ccc;
    margin: 0.5em;
    font-size: 1.2em;
}

.sortMonteureList li:hover{
    cursor: pointer;
}

.w-100{
    width: 100%;
    text-align: center;
}

.changeWeekSelect option:checked{
    background:#2F4050;
    color: white;
}

.dataTableSpinner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    margin: 6px 15px;
}

.dataTableSpinner i{
    font-size: 40px;
}

.dataTableSearchButton{
    height: 30px;
    border-radius: 0;
    line-height: 16px!important;
    margin: 0!important;
    outline: none!important;
}

.moreText{
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.moreText:hover{
    overflow: visible;
    white-space: break-spaces;
}

.wideModal .swal2-popup{
    width: 50%;
}

.hideActions .copy_left, .hideActions .copy_right, .hideActions .remove_appointment{
    display:none;
}

.hideActions .allowDraggable{
    pointer-events: none;
}

.dataTables_length select{
    padding: 0 10px;
}

.modal-content{
    border-radius: 0!important;
}

.modal-body{
    padding: 30px!important;
}

.bigSpinner{
    font-size: 20px;
}

.tabs-container .ibox-content{
    border:none;
}

.swal2-container{
    z-index: 9999!important;
}

.ml-1{
    margin-left: 5px;
}
