﻿:root {
    --gradient-diagonal-1: linear-gradient(135deg, var(--color-ui-secondary) 11.05%, var(--color-ui-primary) 100%);
    --color-ui-primary: #b03131ff;
    --bs-primary-rgb: #b03131ff;
    --bs-primary: red;
    }

    html {
    font-size: 0.8em;
}

body {
    /*scrollbar-color: pink white;*/
    scrollbar-width: thin !important;
    background-color: white; /*#eee ;*/
    font-family: 'Poppins', sans-serif;
}

.smallText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.smallText2 {
    overflow: hidden;
}

@media (max-width: 1200px) {
    html {
        font-size: 0.6em;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 0.5em;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
    /*background-image: url(../Image/bg3.png);*/ /* TemaChiara*/
}


.autocomplete-custom-combobox {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .autocomplete-custom-combobox + label {
        color: red;
    }

.autocomplete-custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.autocomplete-custom-combobox-input {
    margin: 0;
    padding: 5px 1px;
    width: 94%;
}

.ui-menu-item-wrapper {
    color: red;
}

.ui-autocomplete-input {
    height: calc(3.5rem + 2px);
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}



#DivOverlay, #NewDivOverlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(128,128,128,0.65); /* Black background with opacity */
    z-index: 999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}



.DivOverlay_center_div {
    position: fixed;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    text-align: center;
    
}

.DivOverlay_Pos_iFrame {
    position: absolute;
    left: 2%;
    right: 2%;
    top: 5%;
    bottom: 2%;
    width: 96%;
    height: 93%;
    scrollbar-base-color: white;
    border: none;
}

.NewDivOverlay_Pos_iFrame {
    position: absolute;
    left: 30%;
    right: 30%;
    top: 5%;
    bottom: 2%;
    width: 40%;
    height: 50%;
    scrollbar-base-color: white;
    border: none;
}


#DivOverlay_small {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(128,128,128,0.95); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}


.DivOverlay_Pos_iFrame_small {
    position: absolute;
    left: 20%;
    right: 20%;
    top: 20%;
    bottom: 20%;
    width: 60%;
    height: 60%;
    scrollbar-base-color: white;
    border: none;
}

.MyShadow {
    box-shadow: 1px 10px 6px 10px rgba(0, 0, 0, 0.24), 10px 10px 8px rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 3px 4px;
}

.calendar_default_main {
    box-shadow: 1px 10px 6px 10px rgba(0, 0, 0, 0.24), 10px 10px 8px rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 3px 4px;
}

.InLinecheckbox {
    margin: 30px 0 0 0;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar {
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    z-index: 1000;
}

.main {
    margin-top: 40px; /* Add a top margin to avoid content overlay */
}

.Col_hidden {
    display: none;
    visibility: hidden;
}

.testo_piccolo {
    font-size: 15px; /* var(--bs-body-font-size); */
    border-top: 0;
}

.row {
    /*border: 1px solid red;*/
}

.DivRowMinime row {
    padding: 0;
    margin: 0;
}

.nascosto {
    display: none;
}

.buttons-create {
    color: #fff !important;
    background-color: #369 !important;
    border-color: #369 !important;
    font-weight: 700 !important;
    margin-left: 10px !important;
}

    .buttons-create::before {
        content: "+ ";
    }

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #369;
}

.accordion-button.collapsed {
    color: black;
    background-color: #bcbcbc;
    /* lightsteelblue  ;*/
}

.accordion-button:focus {
    border-color: lightblue;
}

.accordion-item {
    border: 0;
}

.accordion-body {
    background-color: var(--bs-body-bg);
}

.accordion-header {
    margin-bottom: 2px !important;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0rem black;
}

.btn-clienti {
    width: 90%;
    background-color: coral;
    text-overflow: ellipsis;
    overflow: hidden;
}

.navbar-nav {
    white-space: nowrap;
}

.ico_menu_xpress {
    width: 32px;
    height: 32px;
    border: none;
}

.ml-4 {
    margin-left : 4px;
}

.ico_title_xpress {
    width: 36px;
    height: 36px;
    border: none;
}

.distanziaSX {
    position: absolute;
    left: 120px;
}
/*.form-floating input {
    font-size: 14px ;
}
.form-floating > .form-control, .form-floating > .form-select {
    height: calc(2.6rem + 3px);
}*/


@media (min-width:576px) {
    .container, .container-sm {
        max-width: 98%;
    }
}

@media (min-width:768px) {
    .container, .container-md, .container-sm {
        max-width: 98%;
    }
}

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 98%;
    }
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 95%;
    }
}

@media (min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 95%;
    }
}


.bg-Lavanda-rosato {
    background-color: rgb(255,240,245);
}

.bg-Lavanda-rosa {
    background-color: rgb(251, 174, 210);
}

.bg-Lavanda-blu-pervinca {
    background-color: rgb(204, 204, 255);
}

.bg-Salvia {
    background-color: #e5e8e2;
}

.bg-Tungsteno {
    background-color: #e8e5e2;
}

.bg-Tungsteno-strong {
    background-color: #bcbcbc;
}

.bg-primary-loggedout {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important;
}



.bg-evidenzia {
    --bs-bg-opacity: 1;
    /* background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important;*/
    background-color: rgba(255,229,153) !important;
}

.bg-piu-usati {
    --bs-bg-opacity: 1;
    background-color: mistyrose !important;
}

#select2-Consegne_sc_addeb-container {
    background-color: mistyrose !important;
}

a.btn.btn-info {
    /*height: 30px !important;*/
}

.my_elipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**/

/*.dt-left tronca {
    width: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    background: white;
    resize: horizontal;
}*/

/*td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/


.tronca120 {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 0.8em;
}

    .tronca120:hover {
        text-overflow: clip;
        white-space: normal;
        word-break: break-all;
    }

table .btn {
    padding: .100rem 0.5rem !important;
}

.zoomable {
    border-color: hotpink;
}

.in_win_menu {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: lightsteelblue;
    border-top: 2px solid darkgray;
    border-bottom: 1px solid darkgray;
}

    

    .in_win_menu .btn-info, .in_win_menu .btn-danger {
        margin-top: 0px;
        height: 100% !important;
    }

.bg-navbar {
    /*background-color: #369;*/
    background-color: var(--color-ui-primary);
}

.myNavLink {
    color: white !important;
}
.nav-link {
    /*color: white !important;*/
}

.dataTables_length {
    margin-right: 3px;
}

/*.button:has(> span) {
    background-color: hotpink !important;
}*/
.buttons-excel span::before {
    background-color: green !important;
    background-image: url(../Image/excel.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 16px;
    content: " ";
}

.buttons-excel i::after {
    content: "  Esporta ";
}

.buttons-excel {
    background-color: white !important;
}

.dataTables_filter, .dataTables_length {
    background-color: white !important;
}

.btn-danger1 {
    background-color: darkred !important;
}

.Highlight {
    background-color: rgb(159,197,232) !important;
}

.Highlight-warm {
    background-color: lightgoldenrodyellow !important;
    color: black !important;
}

.Highlight-danger1 {
    background-color: palevioletred !important;
}

.Highlight-danger2 {
    background-color: olivedrab !important;
}

/* DIMESIONI ICONE NELLA DATATABLE*/
.bi {
    font-size: 12px;
}

.bi_big {
    font-size: 20px;
}

table .btn {
    padding: 0.1rem 0.5rem !important;
}

.select2-selection--single {
    height: calc(3.5rem + 2px) !important;
}

.select2-selection__rendered {
    padding-top: calc(1.5rem ) !important;
}

.validation-summary-errors {
    background-color: orangered !important;
    color: white !important;
    font-size: 1.3rem !important;
    border-radius: 0.25rem !important;
}

.buttons-excel2 {
    background-color: lightgreen !important;
    background-image: url(../Image/excel2.png) !important;
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 2px;
    padding-left: 30px;
    content: " ";
    color: black !important;
}

.buttons-excel3 {
    background-color: darkviolet !important;
    background-image: url(../Image/excel2.png) !important;
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 2px;
    padding-left: 30px;
    content: " ";
    color: white !important;
}

.buttons-text-vert-centra {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-control:focus {
    /*box-shadow: 0 0 0 .25rem #369 !important;*/
}

/*.toast {
    opacity: 1 !important;
    margin-top: 1.8rem !important;
    margin-left: 2.8rem !important;
}*/

/*PERSONALIZZAZIONE INTESTAZIONE DATATABLES*/
table.dataTable thead {
    background-color: gainsboro !important;
    border-radius: 0.5rem !important;
}

    table.dataTable thead > tr > th {
        font-weight: 100 !important;
    }
/*FINE - PERSONALIZZAZIONE INTESTAZIONE DATATABLES*/
table.dataTable {
    background-color: white !important;
}


/*PERSONALIZZAZIONE INTESTAZIONE MENU*/
.navbar {
    font-size: 18px;
    font-weight: 100;
}

h1 {
    font-weight: 100;
}

.btn {
    font-weight: 100;
}
/*FINE - PERSONALIZZAZIONE INTESTAZIONE MENU*/

.ico_title_xpress_small {
    width: 24px;
    height: 24px;
}

.DTtoolbar {
    float: left;
}

.DTtotale {
    margin-left: 10px;
    margin-right: 10px;
}

table.dataTable td.focus {
    outline: 1px solid white !important;
    outline-offset: -4px !important;
    background-color: white !important;
}

.drop_file {
    width: 21em;
    height: 21em;
    background-color: floralwhite !important;
    border: 2px solid black;
}

.bulletinboard_out {
    border-radius: .25rem;
    padding: 10px 10px 20px 10px;
    border: 1px solid #BFBFBF;
    background-color: lightgray;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.bulletinboard_in {
    text-decoration: none;
}

.select2-selection--multiple {
    min-height: 48px !important;
}

.select2-selection--multiple {
    /*padding-top: 15px !important;*/
    padding-top: calc(1.3rem ) !important;
}
/*.form-floating {
    border: 1px solid black !important;
}

.in_win_menu {
    border: 1px solid black !important;
}*/

.h100-scroll { /* to scroll col individually*/
    max-height: 50vh !important;
    overflow: auto !important;
}


.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}


.select2-container .select2-selection--multiple {
    height: auto !important;
    margin: 0;
    padding: 0;
    line-height: inherit;
    border-radius: 0;
}

.select2-container .select2-search--inline .select2-search__field {
    margin: 0;
    padding: 0;
    min-height: 0;
}

.select2-container .select2-search--inline {
    line-height: inherit;
}

.form-control, .input-group-text, input {
    border-color: lightgray !important;
    border-left: 1px dotted white !important;
    border-top: 1px dotted white !important;
}

.intestazione_sezione_paziente {
    margin-top: 20px;
    margin-bottom: 10px;
    width  : 99%;
    font-size: 1.5em;
    font-weight: 700 !important;
}

.paz_sesso input[type=checkbox] {
    /*display: none;*/
    visibility :hidden ;
}

.paz_sesso input[type=checkbox] {
    /*display: none;*/
}
    .paz_sesso input[type=checkbox] + label {
        display: inline-block;
        padding: 0 0 0 0px;
        background: url("/Image/female.png") no-repeat !important;
        height: 64px;
        width: 64px;
        background-size: 100%;
        top: 0px;
        position : absolute ;
    }

    .paz_sesso input[type=checkbox]:checked + label {
        background: url("/Image/male.png") no-repeat !important;
        height: 64px;
        width: 64px;
        display: inline-block;
        background-size: 100%;
    }



.paz_tipo input[type=checkbox] {
    display: none;
}

    .paz_tipo input[type=checkbox] + label {
        display: inline-block;
        padding: 0 0 0 0px;
        background: url("/Image/white.png") no-repeat !important;
        height: 64px;
        width: 64px;
        background-size: 100%;
    }

    .paz_tipo input[type=checkbox]:checked + label {
        background: url("/Image/black.png") no-repeat !important;
        height: 64px;
        width: 64px;
        display: inline-block;
        background-size: 100%;
    }


.paz_checkb input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
/*    padding: 10px;*/
    margin-left: 3px
}

/* Might want to wrap a span around your checkbox text */
.paz_checkb label {
    /* Checkbox text */
    margin-left: 5px;
    font-size: 110%;
    display: inline;
}

.float-container {
    padding: 0px;
}

.float-child {
    min-width: 30px;
    float: left;
    padding: 0px;
    border: none;
}

.float-child2 {
    float: left;
    padding: 0px;
    border: none;
}

.paz_main {
    display: flex;
    width: auto;
    height: 100%;
    
    margin: 0 auto;
    overflow: auto;
}

.paz_left {
    flex-grow: 1;
    height: 85vh;
    position: relative;
    width: 50%; /* Remove this, just for demo */
    max-width: 50%; /* Remove this, just for demo */
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 20px;
    padding-right: 20px;
}

.paz_right {
    flex-grow: 1;
    height: 85vh;
    width: 50%; /* Remove this, just for demo */
    max-width: 50%; /* Remove this, just for demo */
    position: relative;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.paz_right {
    scrollbar-color: red !important;
}

.paz_first {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    overflow: auto;
}

.paz_second {
    max-width: 467px;
    background-color: #2b2f3e;
    overflow: auto;
}



/*table.dataTable td.dt-control:before {
    background: url('/Image/plus.png') no-repeat center center !important;
    height: 1em !important;
    width: 1em !important;
    margin-top: 0px !important;
    display: inline-block;
     color: white; 
    border: none !important;
    border-radius: 0em !important;
    box-shadow: none !important;
    box-sizing: unset !important;
     box-shadow: 0 0 .2em #444; 
     box-sizing: content-box; 
     text-align: center; 
     text-indent: 0 !important; 
     font-family: "Courier New", Courier, monospace; 
     line-height: 1em; 
    content: " " !important;
    background-color: #31b131;
}*/

textarea, textarea.form-control {
    /*border-radius: 0px !important;*/
    border-color: lightgray !important;
    border-left: 1px dotted white !important;
    border-top: 1px dotted white !important;
    /*scrollbar-color: pink #eaeaf6;*/
    scrollbar-width: thin !important;
    /*background-color: #eaeaf6;*/ /* TemaChiara*/
}

.chart-container {
    width: 100px;
    height: 100px
}

table.dataTable tbody tr.selected > * {
    color: black !important;
}


.trix-content {
    /*max-width: 105vh !important;*/
    overflow-x: auto;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

    .trix-content > div {
        
    }


.calendar_default_event_inner {
    padding-top: 0 !important;
}



.table_no_color td {
        background-color: transparent !important;
        color: white;
    }

/*.table_no_color table  {
    margin: 10px auto !important;
    border-collapse: separate !important;
    border-spacing: 1px !important;
    padding: 10px !important;
    margin: 10px !important;
}

    .table_no_color dataTable tr {
        margin: 10px auto !important;
        border-collapse: separate !important;
        border-spacing: 1px !important;
        padding: 10px !important;
        margin: 10px !important;
    }*/



table.dataTable tbody th, table.dataTable tbody tr {
    margin-bottom: 300px !important; /* e.g. change 8x to 4px here */
}

.table_no_color table {
    margin: 10px auto !important;
    border-collapse: separate !important;
    border-spacing: 1px !important;
    padding: 10px !important;
    margin: 10px !important;
}

.TitoloPaziente {
    border-radius: 4px 4px 0px 0px !important;
}

.centra_check {
    margin-top: 1.2em !important;
}

.btn-green {
    border-radius: 4px 4px 0px 0px !important;
    background-color: darkgreen !important;
    color: white;
}

.btn-violet {
    border-radius: 4px 4px 0px 0px !important;
    background-color: violet !important;
    color: white;
}

.btn-red {
    border-radius: 4px 4px 0px 0px !important;
    background-color: darkred !important;
    color: white;
}

.btn-pink {
    border-radius: 24px 24px 10px 10px !important;
    /*background-color: hotpink !important;*/
    color: white !important;
    background-color: var(--color-ui-primary) !important;
    margin-top:2px;
}

.btn-gold {
    border-radius: 24px 24px 10px 10px !important;
    background-color: gold !important;
}

.contest-hidden {
    background-color: lightgray;
    margin-bottom: 0px;
}

.contest-show {
    background-color: white;
    margin-bottom: 0px;
}

.form-floating.input_textarea label {
    min-width: 90%;
}
:root {
    --control-backgrounf: papayawhip;
}

.form-floating.input_textarea label::before {
    content: "";
    position: absolute;
    top: 0.9em;
    z-index: -1;
    width: 100%;
    height: 1.2em;
    background-color: var( --control-backgrounf);
    box-shadow: 0 0 8px 4px var(--control-backgrounf);
}


.form-floating.input_textarea > .form-control:focus ~ label, .form-floating.input_textarea > .form-control:not(:placeholder-shown) ~ label, .form-floating.input_textarea > .form-select ~ label {
    opacity: 0.95;
    color: gray;
}


.select2-selection span {
    
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.middle-left {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 10em;
    height: 10em;
    align-content: center;
    z-index:900;
}

.middle-right {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10em;
    height: 10em;
    align-content: center;
    z-index: 900;
}

.top-middle-right1 {
    position: absolute;
    top: 10em;
    right: 10px;
    width: 10em;
    height: 5em;
    align-content: center;
    z-index: 900;
}

.top-middle-right {
    position: absolute;
    bottom: 5em;
    right: 10px;
    width: 10em;
    height: 5em;
    align-content: center;
    z-index:900;
}
.top-middle-right2 {
    position: absolute;
    bottom: 12em;
    right: 10px;
    width: 10em;
    height: 5em;
    align-content: center;
    z-index: 900;
}

.title {
    font-size: 3em;
}
.subtitle {
    font-size: 2.5em;
    font-weight: 200 !important;
    color: darkgray;
}
.pollstatus {
    font-size: 2em;
    font-weight: 100 !important;
    /*color: darkslateblue;*/
    /*background-color: yellow;*/
    color: white;
    background-color: var(--color-ui-primary);
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 24px 24px 10px 10px !important;
}



.dito {
    cursor: pointer;
}


#readyGo {
    position: relative;
    color: black;
    z-index: 999;
}

@keyframes count {
    0% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

.nums {
    font-size: 13rem;
    font-weight: 400;
    height: auto;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    animation: count 0.1s cubic-bezier(0.1,0.1,1,1) 1;
    z-index: 999;
    /*font-family:Roboto;*/
    /*text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FF2D95 0px 0px 20px, #FF2D95 0px 0px 30px, #FF2D95 0px 0px 40px, #FF2D95 0px 0px 50px, #FF2D95 0px 0px 75px;*/
    text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #b03131ff 0px 0px 20px, #b03131ff 0px 0px 30px, #b03131ff 0px 0px 40px, #b03131ff 0px 0px 50px, #b03131ff 0px 0px 75px;
}

.nums1 {
    top: 150px;
}

.nums2 {
    top: 0;
}

.badge {
    height: 100px;
    width: 100px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%; /* may require vendor prefixes */
    background: yellow;
}

.toast-message {
    font-size: 2rem;
    font-weight: 100;
}

.card {
    text-decoration: none;
    border: 1px solid #aaa;
}

.disabled {
    background-color: lightgray;
    text-decoration: none;
    color: #666;
    border: 1px solid #aaa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e2e2e2));
    background: -webkit-linear-gradient(top, #fafafa 0%, #e2e2e2);
    background: -moz-linear-gradient(top, #fafafa 0%, #e2e2e2);
    background: -ms-linear-gradient(top, #fafafa 0%, #e2e2e2);
    background: -o-linear-gradient(top, #fafafa 0%, #e2e2e2);
    background: linear-gradient(top, #fafafa 0%, #e2e2e2);
}

.big_login {
    height: 5em;
    background-color: lightgray;
}

.smallCDWN {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: #000;
    position: absolute;
    left: 0.5em;
    bottom: 0.5em;
    font-size: 3em;
}

.podiumfont1_1 {
    font-size: 3rem;
    font-weight: 100;
}
.podiumfont2_1 {
    font-size: 1.8rem;
    font-weight: 100;
}

.podiumfont3_1 {
    font-size: 2.4rem;
    font-weight: 100;
}

.podiumfont4_1 {
    font-size: 1.4rem;
    font-weight: 100;
}

.podiumfont1_2 {
    font-size: 2.5rem;
    font-weight: 100;
}

.podiumfont2_2 {
    font-size: 1.8rem;
    font-weight: 100;
}

.podiumfont3_2 {
    font-size: 2.4rem;
    font-weight: 100;
}

.podiumfont4_2 {
    font-size: 1.4rem;
    font-weight: 100;
}

.podiumfont1_3 {
    font-size: 2.5rem;
    font-weight: 100;
}

.podiumfont2_3 {
    font-size: 1.8rem;
    font-weight: 100;
}

.podiumfont3_3 {
    font-size: 2.4rem;
    font-weight: 100;
}

.podiumfont4_3 {
    font-size: 1.4rem;
    font-weight: 100;
}

.Ask4Clients {
    /*position: absolute;
    padding-top: 30px;
    top: 35px;
    left: 3px;*/
    font-size: 1.8rem;
    font-weight: 100;
}

#mymoveblediv {
    width : 180px;
    position: absolute;
    z-index: 9;
    background-color: white;
    border: 1px solid #d3d3d3;
    text-align: center;
    
}

    #mymoveblediv > p {
        margin-bottom: 0px;
    }
    #mymoveblediv > p > a {
        font-size: 22px;
    }

#mymovebledivheader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #2196F3;
    color: #fff;
}

.movable_element {
    height:50px;
    width: 100%;
    margin-top: 2px;
    
}

.btn-primary:focus {
    background-color: var(--color-ui-primary);
}

#toast-container > .toast-success {
    background-image: none;
    background-color: darkolivegreen !important;
    color: white;
}

.btn-primary,
.btn-primary:hover {
    /*background-image: linear-gradient(#db301d, #d9230f 6%, #cc210e);*/
    background-color: var(--color-ui-primary) !important;
    filter: none;
    border: 1px solid var(--color-ui-primary) !important; /*#bd1e0d;*/
}

.ul_drg {
    list-style: none;
    margin-left: 0px;
}

.li_drg {
    display: flex;
    width: 90%;
    max-width: 400px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 4px;
    background-color: var(--color-ui-primary);
    color: white;
    margin-top: 5px;
}

    .li_drg input {
        background: var(--color-ui-primary) !important;
        color: white !important;
        border: 0px solid !important;
    }

        .li_drg input:focus, .li_drgT input:focus, .li_drgP input:focus {
            background-color: white !important;
            color: black !important;
        }

.li_drgT {
    display: flex;
    margin: 5px auto;
    width: 90%;
    max-width: 400px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 4px;
    margin-left: 25px;
    background-color: lightgray;
}

    .li_drgT input {
        background-color: lightgray !important;
        color: black !important;
        border: 0px solid !important;
    }


.li_drgP {
    display: flex;
    margin: 5px auto;
    width: 90%;
    max-width: 400px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 4px;
    margin-left: 45px;
    background-color: white;
}

    .li_drgP input {
        background-color: white !important;
        color: black !important;
        border: 0px solid !important;
    }

.img_drg {
    border-radius: 50%;
}

.span_drg {
    margin: 10px;
    font-size: 1.0em;
    font-weight: 100;
    flex-grow: 1;
}



.i_drg {
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    padding-top: 14px;
    color: rgb(108,108,108);
}

.consensi label {
    font-size: 25px !important;
    
}
/*.consensi h4 {
    font-size: 15px !important;
}
.consensi h5 {
    font-size: 15px !important;
}*/


/*REPORT*/

.list {
    /* Remove HTML defaults */
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/******************/
/* Flexbox Layout */
/******************/
/* Flexbox parent containers */
.list, .pack > a, .pack-card {
    display: flex
}



div.pack-card > div:nth-of-type(even) {
    background: #f2f2f2;
    border-bottom: 1px solid #ddd;
}

div.pack-card > div:nth-of-type(odd) {
    border-bottom: 1px solid #ddd;
}

.list, .pack > a {
    flex-flow: row wrap
}

.pack-card {
    flex-flow: column wrap;
    justify-content: space-between
}

.list {
    justify-content: center
}

/* Flexbox child items */
.pack-sku, .pack-card,
.pack-description {
    flex: 1
}
/* allow to stretch to fill parent */

/* Flexbox spacing */
.list {
    gap: calc(2 * var(--pad))
}

/*.pack > a, .pack-card {
    gap: var(--pad)
}*/

/**********************/
/* Sizing and Styling */
/**********************/
/* All classes containing ... */
[class*="pack"] {
    padding: var(--pad)
}

.pack {
    /*    max-width: min(24rem, 100%); /* toy with this */

    background-color: White;
    width: 50em;
    color: #444;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

    .pack:hover {
        background-color: antiquewhite;
        border-color: Black;
        color: Black;
    }

    .pack > a {
        /* text-decoration-style: wavy; */
        text-decoration-color: #e8e8e8;
        color: currentColor;
        text-decoration: none;
    }

    .pack:hover > a {
        text-decoration-style: solid;
        text-decoration-color: Black;
    }

.pack-sku {
    white-space: nowrap;
    border: none;
    background-color: var(--bs-primary-rgb);
    font-size: 1.5em;
    color: white;
}

/* Make vertical textbox when space allows */
.pack-sku {
    flex: 0; /* disable fill parent size */
    /* Rotate writing direction and element */
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-align: right;
}

.pack-card {
    /* border: var(--bd) solid #2c74b4 */
    text-align: start;
}

.pack-title {
    border: none;
    background-color: var(--bs-primary-rgb);
    font-size: 1.5em;
    font-weight: bold;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    color: white;
}

.pack-description {
    /* border: var(--bd) solid #6fac45; */
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pack-information {
    border: var(--bd) solid #fe0000;
}
/*REPORT FINE*/


.reportresult tr:nth-child(even) {
    background-color: #f2f2f2;
}
.reportresult td {
    font-size: 1.2em;
}

.reportresult th, td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.reportresult th {
    font-size: 1.8em;
    height: 40px;
    background-color: var(--color-ui-primary);
    color: white;
}
.reportresult {
    /* Change these properties */
    border-radius: 5px 5px 0px 0px;
    /* Don't change these properties */
    border-spacing: 0;
    border-collapse: separate;
    border: var(--border);
    overflow: hidden;
}

.reportresult tr:hover {
    background-color: coral;
}



