.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;
}

.mt-0{
    margin-top:0!important;
}

#tableLayout_processing{
    position: absolute;
    color:#0060A0;
    width: 100%;
    height:100%;
    top: 0;
    padding: 0;
}

#tableLayout_processing .centercenter{
    position: absolute;
    font-size: 50px;
    top: 45%;
    left: 47%;
    transform: translate(-50%, -50%);
}

.navbar-minimalize{
    margin: 0;
    float: none;
    padding: 5px 20px;
    line-height: 25px;
}

.ibox-content{
    border: none;
}

.qNotice{
    text-align: center;
    margin-top: 1em;
    color: red;
}

.page-heading{
    min-height: 70px;
}

.f12{
    font-size: 12px;
}

.nav.nav-tabs li{
    z-index: 99;
}

.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;
}

table.dataTable tr.child ul{
    width: 100%;
}

.dtr-title{
    display:block!important;
}

.o-none{
    opacity: 0;
}

.qBottomArea{
    margin-top: 1em;
    text-align: right;
}

.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;
}

.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: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 50px;
    font-size: 20px;
}

.qCart:hover{
    cursor:pointer;
}

.fontGreen{
    color:#1ab394;
}

.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;
}

.swal2-textarea{
    width: 90%!important;
}

.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{
    min-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;
    font-weight: bold;
}

.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;
}

.nav-header .dropdown-menu{
    text-align: center;
    font-size: 13px;
}

.nav-header .dropdown-menu li{
    padding: .5em;
}

.nav-header .dropdown-menu li:last-child{
    padding: 0em;
}

.nav-header .dropdown-menu li a{
    border-top: 1px solid #ccc;
    text-align: center;
}

.catDropzone:hover{
    cursor:pointer;
}

.panel-heading:hover{
    cursor:pointer;
}

.nav-second-level{
    padding:0!important;
}

.nav-second-level li{
    margin:0!important;
}

.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 .nav > li.active {
    border-left: 4px solid #888888;
    background: #293846;
}

.invis{
    visibility: hidden;
    display:block;
    width:0;
    height:0;
}
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;
}

.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;
}

.itemTable th,td
{
    padding:10px;
    border-bottom: 1px solid #ddd;
}

.noTableScrollBar{
    overflow-x: hidden;
}

.table-responsive{
    overflow-x: hidden;
}

.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;
}

.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: 100px 0; text-align: center; }

.droppable.dragover { background: #00CC71; }
.settingsDragover { background-color: #00CC71;!important;}

.changeTitle:hover{
    cursor:pointer;
}

.qCodeUploader:hover{
    cursor:pointer;
}

.top-calendar{
    text-align: center;
    font-size: 22px;
}

/* Markierung für den Aktuellen Tag in der Kalenderlistenansicht. */
.fc-day-today th {
    background: #c2fb98 !important;
    font-weight: bold !important;
}
.fc-day-today .fc-list-day-text:after {
    content: " (heute)";
}

.fc-day-sat th, .fc-day-sun th {
    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;
}

@media (max-width: 768px) {
    .dataTables_wrapper {
        padding-bottom: 30px;
        padding-top: 15px;
    }

    .dataTables_length {
        width: 100%;
    }
    .dataTables_filter {
        width: 100%;
    }
}

.box-round{
    padding: 10px;
    border-radius:10px;
    font-size:.9em;
}

.swal2-content.h-100{
    overflow-y: scroll;
}

#signature-pad{
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 400px;
    height: 200px;
    max-width: 100%;
}

/*.swal2-content.h-100 #swal2-content .box{*/
/*    box-shadow: none;*/
/*}*/
