/* PRINT ============================= */

/* @media print { */

.col-print-1 {
    width: 8%;
    /* width: 15mm; */
    float: left;
}

.col-print-2 {
    width: 16%;
    /* width: 30mm; */
    float: left;
}

.col-print-3 {
    width: 25%;
    /* width: 47mm; */
    float: left;
}

.col-print-4 {
    width: 33%;
    /* width: 62mm; */
    float: left;
}

.col-print-5 {
    width: 42%;
    /* width: 79mm; */
    float: left;
}

.col-print-6 {
    width: 50%;
    /* width: 95mm; */
    float: left;
}

.col-print-7 {
    width: 58%;
    /* width: 110mm; */
    float: left;
}

.col-print-8 {
    width: 66%;
    /* width: 125mm; */
    float: left;
}

.col-print-9 {
    width: 75%;
    /* width: 142mm; */
    float: left;
}

.col-print-10 {
    width: 83%;
    /* width: 157mm; */
    float: left;
}

.col-print-11 {
    width: 92%;
    /* width: 174mm; */
    float: left;
}

.col-print-12 {
    width: 100%;
    /* width: 190mm; */
    float: left;
}

.printable .table-responsive {
    margin: 0px !important;
    border: 0px;
    /* padding: 0px !important; */
}

.printable .table tbody tr td,
.table tbody tr th {
    border: 0px;
    /* padding: 0px !important; */
}

.printable .table.customBordered tbody tr td,
.table.customBordered tbody tr th,
.table.customBordered thead tr th {
    border: 1px solid #ddd !important;
}

.printable .table.customBoldBordered tbody tr td,
.table.customBoldBordered tbody tr th,
.table.customBoldBordered thead tr th {
    border: 1px solid #222 !important;
}

.printable .table.customBolderBordered tbody tr td,
.table.customBolderBordered tbody tr th,
.table.customBolderBordered thead tr th {
    border: 2px solid #222 !important;
}

.printable .table.customBackgrounded tbody tr td,
.table.customBackgrounded tbody tr th,
.table.customBackgrounded thead tr th {
    background-color: #eee !important;
}

.printable .table.customLightBackgrounded tbody tr td,
.table.customLightBackgrounded tbody tr th,
.table.customLightBackgrounded thead tr th {
    background-color: #F5F5F5 !important;
}

.printTitle {
    border-collapse: separate;
    box-sizing: border-box;
    color: #777;
    cursor: text;
    font-family: "Roboto", Arial, Tahoma, sans-serif;
    font-size: 12.6px;
    font-weight: 400;
    line-height: 12.6px;
    opacity: 1;
    padding-bottom: 0px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 0px;
    z-index: 3;
}

.printTitle.signature {
    padding-top: 40px;
    position: absolute;
}

.printValue {
    color: #333;
    display: block;
    float: left;
    font-family: "Roboto", Arial, Tahoma, sans-serif;
    font-size: 15px;
    font-weight: 400;
    /* height: 34px; */
    line-height: 20px;
    /* padding-bottom: 6px; */
    padding-left: 12px;
    padding-right: 12px;
    /* padding-top: 6px; */
    position: relative;
    z-index: 2;
}

.printValue.signature {
    padding-top: 6px;
}

.printable>.footer-copyright {
    background: #ffffff;
    padding: 0px 20px 0px 0px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 0px !important;
    color: #333;
    text-align: right;
    font-size: 8px;
}

.printValue>p {
    margin: 0;
}

.toRight {
    float: right;
}

.toLeft {
    float: left;
}

.toCenter {
    text-align: center;
}

.holder {
    /* width: auto; */
    display: inline-block;
}

.holder .cerificazione {
    height: 80px;
    width: auto;
    /* display: inline; */
}

​
/* } */

/* FINE PRINT ============================= */

/* VERTICAL ALIGNMENT ============================= */

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* FINE VERTICAL ALIGNMENT ============================= */

.sidebar .nav-collapse,
.sidebar[data-background-color="white"] .nav-collapse {
    /*    margin-top: 0;
        margin-bottom: 15px;*/
    padding-bottom: 5px;
    padding-top: 5px;
}

.sidebar.sidebar-style-2 .nav .nav-item a {
    padding: 3px 7px;
    border-radius: 2px;
}

.sidebar .nav-collapse li a,
.sidebar[data-background-color="white"] .nav-collapse li a {
    padding: 3px 15px !important;
}

.sidebar .nav .nav-section .text-section,
.sidebar[data-background-color="white"] .nav .nav-section .text-section {
    padding: 0px 15px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.footer-copyright {
    background: #ffffff;
    padding: 0px 20px 0px 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #adaba5;
    color: #333;
    /*    text-align: right;*/
    font-size: 12px;
}

.fakeDisabledA {
    color: #222 !important;
    /*background-color: #eee;*/
    /*padding-left: 37px;*/
    display: block;
    position: relative;
    font-family: "Calibri", "Droid Sans", "Verdana", "Arial", "sans-serif";
    font-style: italic;
    opacity: 0.6;
    cursor: not-allowed;
}

.shortCell td {
    height: 35px !important;
}

.customBordered td {
    border: 2px solid slategray !important;
}

.customBordered thead th {
    border: 2px solid slategray !important;
}

.done {
    /*    background-color: #179d08;*/
    background-color: rgba(23, 157, 8, 0.8);
    color: white;
    text-align: center;
}

.in-progress {
    /*    background-color: yellow;*/
    background-color: rgba(255, 255, 0, 0.6);
    color: darkslategrey;
    text-align: center;
}

.to-do {
    /*    background-color: yellow;*/
    background-color: rgba(255, 0, 0, 0.8);
    color: white;
    text-align: center;
}

.table-small-td td,
.table-small-td th {
    /*font-size: 13px;*/
    height: 40px;
    padding: 0 10px !important;
}

.table-centered-td td,
.table-centered-td th {
    text-align: center;
}

.table-thin-td td,
.table-thin-td th {
    padding: 0 10px !important;
}

.table-bordered-bd-info td,
.table-bordered-bd-info th {
    border: 1px solid #1572e8 !important;
    font-size: 13px;
    height: 40px;
    padding: 0 10px !important;
}

.table-bordered-bd-info thead tr th {
    font-weight: bold;
    font-size: 15px;
    color: white;
    /*color: darkslategrey;*/
    /*background-color: rgba(72, 171, 247, 0.1);*/
    background-color: #1572e8;
    /*    opacity: 0.2;*/
}

.table .table-bordered-bd-info td,
.table-bordered-bd-info th {
    border: 1px solid #1572e8 !important;
    font-size: 13px;
    height: 40px;
    padding: 0 10px !important;
}

.table .table-bordered-bd-info tr td:first-child {
    font-weight: bold;
    color: darkslategrey;
    /* background-color: rgba(72, 171, 247, 0.1);
     background-color: #48abf7;
      opacity: 0.2;*/
}

.table-bordered-bd-warning td,
.table-bordered-bd-warning th {
    border: 1px solid #FFAD46 !important;
    font-size: 13px;
    height: 40px;
    padding: 0 10px !important;
}

.table-bordered-bd-warning thead tr th {
    font-weight: bold;
    font-size: 15px;
    color: white;
    /*color: darkslategrey;*/
    /*background-color: rgba(72, 171, 247, 0.1);*/
    background-color: #FFAD46;
    /*    opacity: 0.2;*/
}

.table .table-bordered-bd-warning td,
.table-bordered-bd-warning th {
    border: 1px solid #FFAD46 !important;
    font-size: 13px;
    height: 40px;
    padding: 0 10px !important;
}

.table .table-bordered-bd-warning tr td:first-child {
    font-weight: bold;
    color: darkslategrey;
    /* background-color: rgba(72, 171, 247, 0.1);
     background-color: #48abf7;
      opacity: 0.2;*/
}

.table-righedocumento td input {
    padding-left: 1px;
    padding-right: 1px;
    text-align: right;
}

.table-documenti td a.fakeDisabledA {
    display: unset;
}

.lessImportant {
    color: #222 !important;
    /*background-color: #eee;*/
    /*padding-left: 37px;
    font-style: italic;*/
    font-family: "Calibri", "Droid Sans", "Verdana", "Arial", "sans-serif";
    opacity: 0.6;
    font-size: 12px !important;
    height: 30px !important;
}

.lessImportantNoHeight {
    color: #222 !important;
    /*background-color: #eee;*/
    /*padding-left: 37px;
    font-style: italic;*/
    font-family: "Calibri", "Droid Sans", "Verdana", "Arial", "sans-serif";
    opacity: 0.6;
    font-size: 12px !important;
}

.negative {
    color: #ff0000 !important;
    background-color: rgba(255, 255, 0, 0.5);
    /*padding-left: 37px;
    font-style: italic;*/
}

.modal-xl {
    width: 90%;
    max-width: 1200px;
}

.message-out .message-body .message-content .name {
    color: #001060;
    font-size: 11px;
    margin-bottom: 5px;
}

.message-out .message-body .message-content .content {
    font-size: 13px;
}

.reduced-font-size td {
    font-size: 12px;
    padding: 0 3px !important;
    color: #333;
}

.unread {
    /* text-decoration: underline; */
    font-style: italic;
}

.margined {
    margin: 10px !important;
    margin-top: 20px !important;
}

.form-check label,
.form-group label {
    margin-bottom: .5rem;
    color: #495057;
    font-weight: 500;
    font-size: 13px !important;
    white-space: nowrap;
    text-transform: uppercase;
}

.form-floating-label {
    padding-top: 20px;
}

.form-floating-label .my_placeholder {
    position: absolute;
    padding: 0;
    padding-left: 1.5rem;
    transition: all .2s;
    opacity: .8;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 400;
    top: 3px;
    display: flex;
    align-items: center;
    height: 100%;
}

.form-floating-label .my_placeholder_sim {
    position: absolute;
    padding: 0;
    margin-bottom: 0 !important;
    font-size: 13px !important;
    top: -34px;
    opacity: 1;
    font-weight: 600;
    display: flex;
    align-items: center;
    height: 100%;
}

.form-floating-label .form-control:focus+.my_placeholder,
/*.form-floating-label .form-control:valid + .my_placeholder, */
/* da problemi con not required => sostituisco con: */
.form-floating-label .form-control:valid:required+.my_placeholder,
/*.form-floating-label .form-control:success + .my_placeholder,*/
.form-floating-label .form-control.filled+.my_placeholder {
    /*font-size:90%!important;*/
    font-size: 13px !important;
    transform: translate3d(0, -34px, 0);
    top: 0;
    opacity: 1;
    padding: .375rem 0 .75rem;
    font-weight: 600;
    color: #495057 !important;
}

.form-floating-label .error+.my_placeholder,
.form-floating-label.has-error .my_placeholder_sim,
.form-floating-label.has-success .my_placeholder_sim {
    /*font-size:90%!important;*/
    font-size: 13px !important;
    /*transform:translate3d(0,-41px,0);*/
    top: -46px;
    opacity: 1;
    padding: .375rem 0 .75rem;
    font-weight: 600;
    color: #495057 !important;
}

.form-control.filled {
    border: 1px solid #1572e8 !important;
}

.customBordered {
    border: 1px solid #ddd !important;
    padding: 10px 10px !important;
    margin-bottom: 0px !important;
}

.customBoldBordered {
    border: 1px solid #222 !important;
    padding: 5px 5px !important;
    margin-bottom: 0px !important;
}

.customBolderBordered {
    border: 2px solid #222 !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
}

.rightBorderedLight {
    border-right: 4px inset #ebedf2 !important;
}

.customBordered,
.customBoldBordered,
.customBolderBordered .col-md-12,
.col-md-10,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
label {
    margin-bottom: 0px !important;
}

.customBackgrounded {
    background-color: #eee !important;
}

.customLightBackgrounded {
    background-color: #F5F5F5 !important;
}

.tab-content {
    padding-top: 20px;
}

.phy-art,
.phy-art:focus,
.phy-art:disabled,
.phy-art[readonly] {
    background-color: #363b4c !important;
    color: #fff !important;
    opacity: 1 !important;
}

.phy-art+label,
.phy-art label {
    color: #fff !important;
}

.phy-art_sim .dropdown-toggle,
.phy-art_sim .dropdown-menu,
.phy-art_sim .dropdown-menu input,
.phy-art_sim .dropdown-menu a {
    background-color: #363b4c !important;
    color: #fff !important;
}

.phy-art_sim .dropdown-item:focus,
.phy-art_sim .dropdown-item:hover {
    color: #16181b !important;
    text-decoration: none;
    background-color: #f8f9fa !important;
}

.phy-art_sim .select2-container--bootstrap .select2-selection--single {
    background-color: #363b4c !important;
    color: #fff !important;
}

.phy-art_sim .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    background-color: #363b4c !important;
    color: #fff !important;
}

.phy-art_sim .select2-results__option--highlighted[aria-selected] {
    background-color: #161b2c !important;
    color: #fff !important;
}

.phy-art_sim .select2-results__option[aria-selected="true"] {
    background-color: #565b6c;
    color: #f5f5f5;
}

.phy-art_sim .select2-search {
    background-color: #363b4c !important;
    color: #fff !important;
}

.phy-art_sim .select2-search input {
    background-color: #363b4c !important;
    color: #fff !important;
}

.phy-art_sim .select2-results {
    background-color: #363b4c !important;
    color: #fff !important;
}

/******* custom-template *******/
.custom-template {
    position: fixed;
    top: 30%;
    transform: translateY(-50%);
    right: -325px;
    width: 325px;
    height: max-content;
    display: block;
    z-index: 1;
    background: #ffffff;
    transition: all .3s;
    z-index: 1003;
    box-shadow: -1px 1px 20px rgba(69, 65, 78, 0.15);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all .5s;
}

.custom-template.open {
    right: 0px;
}

.custom-template .custom-toggle {
    position: absolute;
    width: 45px;
    height: 45px;
    background: #363b4c;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid #177dff;
    cursor: pointer;
    color: #ffffff;
    box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
}

.custom-template .custom-toggle i {
    font-size: 20px;
    animation: 2s tada linear infinite;
}

.custom-template .title {
    padding: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-bottom: 1px solid #ebedf2;
    background: #5867dd;
}

.custom-template .custom-content {
    padding: 20px 15px;
    max-height: calc(100vh - 90px);
    overflow: auto;
}

.custom-template .switcher {
    padding: 5px 0;
}

.custom-template .switch-block h4 {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    line-height: 1.3;
    margin-bottom: 0;
    text-transform: uppercase;
}

.custom-template .btnSwitch {
    margin-top: 20px;
    margin-bottom: 25px;
}

.custom-template .btnSwitch button {
    border: 0px;
    height: 20px;
    width: 20px;
    outline: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #eee;
    position: relative;
    transition: all .2s;
}

.custom-template .btnSwitch button:hover {
    border-color: #0bf;
}

.custom-template .btnSwitch button.selected {
    border-color: #0bf;
}

.custom-template .img-pick {
    padding: 4px;
    min-height: 100px;
    border-radius: 5px;
    cursor: pointer;
}

.custom-template .img-pick img {
    height: 100%;
    height: 100px;
    width: 100%;
    border-radius: 5px;
    border: 2px solid transparent;
}

.custom-template .img-pick:hover img,
.custom-template .img-pick.active img {
    border-color: #177dff;
}

thead input {
    width: 100%;
}

/*.alert-custom > [data-notify="container"] {
    border-left: 15px;
    border-left-color: #363b4c;
}
.alert-custom > [data-notify="icon"] {
    height: 50px;
    margin-right: 12px;
}
.alert-custom > [data-notify="title"] {
    padding: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    background-color: #363b4c !important;
    color: #fff !important;
}*/
/******* custom-template *******/

.customtable .details-control {
    /*background: url('../assets/img/details_open.png') no-repeat center center;*/
    cursor: pointer;
    padding: 8px;
}

.customtable tr.shown .details-control {
    /*background: url('../assets/img/details_close.png') no-repeat center center;*/
}

.customtable td {
    padding: 0px !important;
    font-weight: bold;
    /*color: darkslategrey;*/
    color: black !important;
}

.customtable td .container-fluid {
    padding-right: 0px !important;
}

.col-lg-4.colReduced,
.col-md-4.colReduced {
    max-width: 33% !important;
}

.col-lg-8.colReduced,
.col-md-8.colReduced {
    max-width: 66% !important;
}

.nestedtable {
    width: 100% !important;
    /*height: 30px !important;*/
    /*margin-top: 15px !important;*/
}

.nestedtable thead th {
    font-style: italic;
    font-weight: lighter !important;
    font-size: 13px !important;
    height: 25px;
    line-height: 0px;
}

.headlesstable thead {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.tooltip-inner {
    background-color: #c4c4c4;
    color: #1572e8;
    font-weight: bold;
    text-align: left;
    max-width: 500px;
}

.tooltip-inline-inner {
    background-color: #e4e4e4;
    color: #1572e8 !important;
    font-weight: bold;
}

.my-page-with-error {
    background-image: url("../assets/img/ia_software_card_tl.jpg");
    background-size: cover;
    background-position: center;
    image-rendering: pixelated;
}

.my-page-with-error .my-with-error {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.61);
}

.my-page-with-error .my-with-error h1 {
    font-size: 100px;
    letter-spacing: .15em;
    font-weight: 600;
    animation-delay: .5s;
}

.my-page-with-error .my-with-error .desc {
    font-size: 27px;
    text-align: center;
    line-height: 50px;
    animation-delay: 1.5s;
    letter-spacing: 2px;
}

.my-page-with-error .my-with-error .desc span {
    font-weight: 600;
    font-size: 30px;
}

.my-page-with-error .my-with-error .btn-back-home {
    border-radius: 50px;
    padding: 13px 25px;
    animation-delay: 2.5s;
}

.easy-autocomplete-container li {
    text-align: left;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.table-loader {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url("../assets/img/loaders/ajax-loader-b.gif") 50% 50% no-repeat;
}

.table-loader.loading {
    display: block;
}

.selezionaordinen,
.selezionarigaordinen {
    width: auto !important;
}

.scadenza_bianca {
    background-color: whitesmoke !important;
}

.scadenza_bianca .fc-event-title {
    color: #1572e8 !important;
}

.scadenza_label_verde {
    color: #31ce36 !important;
}

.scadenza_verde {
    background-color: #31ce36 !important;
}

.scadenza_verde .fc-event-title {
    color: white !important;
}

.scadenza_blu {
    background-color: #1572e8 !important;
}

.scadenza_blu .fc-event-title {
    color: white !important;
}

.scadenza_rossa {
    background-color: #f25961 !important;
}

.scadenza_rossa .fc-event-title {
    color: white !important;
}

.scadenza_nera {
    background-color: black !important;
}

.scadenza_nera .fc-event-title {
    color: white !important;
}

.quick-actions.quick-actions-info .quick-actions-header {
    background: #1269db;
}

.dropdown.bootstrap-select.form-control {
    padding-top: 0px !important;
}

.form-floating-label .form-control.filled+.my_placeholder.danger,
.form-group label.danger {
    color: red !important;
}

table tr.success {
    background-color: #dff0d8 !important;
}

table tr.danger {
    background-color: #f2dede !important;
}

.table-bordered td, .table-bordered th {
    border: 1px solid black !important; /* Bordo più spesso e nero */
}


.table-sm td, .table-sm th {
    padding: 0.3rem; /* Riduce ancora di più la spaziatura */
}

.barcode{
    padding-top: 15px;
    padding-bottom: 15px;
}