/*CMS*/
/* summernote  */
.note-group-select-from-files {
    display:none;
}
.modal-title {
    display:none;
}
/*Summernote*/
.copy-url-btn{
    background-color: transparent;
    border: none;
    color: rgb(128, 128, 128);
}
/*nestable menu*/
.menu-box {
    border: 1px solid #a1a1a1;
    margin: 10px;
    padding: 10px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.menu-list li {
    display: block;
    margin-bottom: 5px;
    border: 1px solid #eee;
    background: #fff;
}

ul.menu-list > li p {
    background: #fff;
    display: block;
    font-size: 14px;
    color: black;
    /*text-transform: uppercase;*/
    text-decoration: none;
    padding: 10px;
}

ul.menu-list > li:hover {
    cursor: move;
}

ul.menu-list ul {
    margin-left: 20px;
    margin-top: 5px;
}

ul.menu-list ul li p {
    color: black;
}

li.menu-highlight {
    border: 1px dashed red !important;
    background: #f5f5f5;
}

/*nestable menu*/

/**
drag and drop nelle righe della tabella

#sortable-table td {
    cursor: grab;
    transition: transform 0.1s ease;

}

#sortable-table td:hover {
    cursor: grab;
    transition: transform 0.1s ease;
}

#sortable-table td.ui-sortable-helper {
    cursor: grabbing;
}

/**
fine drag and drop nelle righe della tabella
 */


/* Drag and drop immagini negli hooks */
#sortable-container .card {
    cursor: grab;
    transition: transform 0.2s ease;
    border: 2px solid #ddd; /* Aggiunto un bordo per indicare chiaramente l'area di trascinamento */
    border-radius: 8px;
    margin: 5px;
    background-color: #fff;
}

#sortable-container .card:hover {
    cursor: grab;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Effetto ombra durante il trascinamento */
}

#sortable-container .card.ui-sortable-helper {
    cursor: grabbing;
    transform: scale(1.1); /* Leggero zoom durante il trascinamento */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); /* Ombra più evidente durante il trascinamento */
}

#sortable-container .card img {
    width: 100%;
    height: auto;
    border-radius: 6px; /* Angoli arrotondati per le immagini */
    transition: transform 0.2s ease;
}

#sortable-container .card:hover img {
    transform: scale(1.1); /* Effetto di zoom sull'immagine durante il trascinamento */
}

/* Fine drag and drop immagini negli hooks */

/* Immagini nella modale per associazione ai componenti */
.square-container {
    position: relative;
    overflow: hidden;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square-button {
    width: 30px;
    height: 30px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.square-button:hover {
    background-color: #0056b3;
}

.square-button:active {
    background-color: #003366;
}

.form-check-input:checked + .form-check-label .square-container {
    border: 2px solid #007bff; /* Change color to indicate selection */
}

.square-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/*FINE CMS */
.bg-brand{
    background-color: #363636;
}

.sidebar .sidebar-brand{
    height: auto;
    padding: 15px 10px 15px 10px;
}

.sidebar-brand-image{
    width: 100%;
    display: block;
}

.bg-login{
    background-color: #000;
    padding: 10px;
}

.btn-brand{
    background-color: #e20036;
    color: #ffffff;
}

.btn-brand:hover{
    background-color: #fe003d;
    color: #dedede;
}

.login-logo{
    margin-bottom: 50px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.login-logo img{
    margin: 0 auto;
    display: block;
}

.icon-letters{
    background-color: #e20036;
    border-radius: 50%;
    padding: 7px;
    width: 40px;
    height: 40px;
    color: #ffffff;
}

table tr td, table tr th{
    font-size: 15px;
}

table td .btn{
    margin-bottom: 5px;
    display: inline-block !important;
}

.deleteform{
    display: inline;
}

.headline{
    font-weight: bold;
}

.barcode{
    padding: 5px;
    border: 1px solid #dedede;
    overflow: hidden;
}

.barcode svg{
    width: 100%;
    display: block;
}

.spinner{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    background: url(../img/bg-spinner.png) repeat;
}

.spinner .spinner-border{
    margin-top: 190px;
}

.logocarte{
    width: 250px;
}

.img-overlay{
    border: 1px solid #dedede;
    position: relative;
}

.overlaydelete{
    display: none;
    width: 100%;
    position: absolute;
    top: 80%;
    bottom: 0;
    background-color: #000;
    z-index: 999;
    text-align: center;
    color: #ffffff;
    opacity: 0.9;
    transition: all 1s ease;
}

.overlaydelete i{
    margin-top: 9%;
}

.img-overlay:hover .overlaydelete{
    display: block;
}

.space{
    width: 100px;
}

.radio-hidden{
    display: none;
}

.image-select{
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border: 1px solid black;
}

.img-selected{
    border: 3px solid black;
}

.paypalbutton{
    width: 150px;
    height: 60px;
    overflow: hidden;
    background: #ffffff url(../img/paypallogo.png) center no-repeat;
    background-size: 100%;
    border: 1px solid #dedede;
    border-radius: 10px;
}

.paypalbutton:hover{
    border: 3px solid #dedede;
}

.deleterow{
    margin-top: 35px !important;
}

.select2-container .select2-selection--single{
    height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 35px !important;
    line-height: 35px !important;
}

.select2{
    width: 100% !important;
}

.card-header .btn{
    margin-bottom: 5px !important;
}

tr th a{
    color: #858796;
}
tr th a:hover{
    color: #7a7a7a;
}

tr th a.active{
    color: #fb004c;
}

.receipt{
    width: 100%;
    padding: 15px 25px 15px 25px;
    font-family: Roboto;
    color: #000;
    margin: 0 auto;
    max-width: 370px;
    overflow: hidden;
    background: url("../img/receipt_body.png") repeat-y;
    background-size: 100%;
}

.receipt .subtitle{
    font-size: 13px;
}

.receipt .total{
    line-height: 20px !important;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.receipt-top, .receipt-bottom{
    width: 100%;
    margin: 0 auto;
    max-width: 370px;
    height: 17px;
    background-size: 100% !important;
}

.receipt-top{
    background: url("../img/receipt-top.png") no-repeat;
}

.receipt-bottom{
    background: url("../img/receipt_bottom.png") no-repeat;
}

.title-receipt{
    font-size: 20px;
}

.receipt table{
    margin-top: 20px;
    width: 100%;
    border: none;
    font-weight: normal;
}

.receipt table tr td, .receipt table tr th{
    line-height: 20px !important;
    border: none;
    padding: 0;
}

.table .dropdown-header{
    padding: 0 15px 0 15px;
}

.printwaybill:hover{
    cursor: pointer;
}

.card-body table{
    box-sizing: border-box;
}

.card-body code{
    width: 100%;
    box-sizing: border-box;
    color: #7a7a7a;
}
