@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,500;0,600;0,700;1,400&display=swap');



/***ICONS***/
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?wbp489');
    src: url('fonts/icomoon.eot?wbp489#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?wbp489') format('truetype'),
        url('fonts/icomoon.woff?wbp489') format('woff'),
        url('fonts/icomoon.svg?wbp489#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.icon-file-text2:before {
    content: "\e926";
}

.icon-file-pdf:before {
    content: "\eadf";
}

.icon-file-excel:before {
    content: "\eae2";
}

.icon-file-pdf {
    font-size: 2.5rem;
}


/*Variabili*/
:root {
    --main: #254563;
    --secondary: #0070C0;
    --warning: #FF0000;
    --success: #00B050;
    --waiting: #e39a1a;
    --info: #00B0F0;
    --backgroud_light: #f8f7f6;

}

html {
    font-size: 13px;
}

body {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Rethink Sans', sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

th .form-control {
    padding: 0.25rem !important
}


.wrapper {
    position: relative;
    width: 100%;
    padding: 0 4%;
    min-height: 600px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}

.header_nav {
    padding: 0.5rem 4%;
    margin-bottom: 2rem
}

.myresponsive {
    position: relative;
    float: left;
    width: 100%;
}

.link {
    color: #0d6efd !important;
    text-decoration: underline !important;
    cursor: pointer
}

/*Ui Dialog*/
.ui-dialog {
    position: fixed !important;
    min-width: 320px !important;
    max-width: 95vw !important;
    font-family: inherit !important;
    z-index: 1000 !important
}

.ui-widget {
    font-family: inherit !important
}

.ui-dialog :focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    background-color: var(--main)
}

.bi-eye-slash {
    width: 16px;
    height: 16px;
}


.account-wall {
    margin-top: 10px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.page-link {
    height: 100%;
}

/*OVERLAY*/
#blocca_schermo {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(1, 1, 1, 0.7);
    display: none;
    z-index: 110;
}

#loading {
    position: fixed;
    width: 5.71rem;
    height: 5.71rem;
    left: 50%;
    top: 50%;
    margin-left: -2.85rem;
    margin-top: -2.85rem;
    border-radius: 10px;
    z-index: 111;
    color: #fff;
    background: url('../images/icons/loader.gif') no-repeat;
    background-size: cover;
    display: none
}

#blocca_schermo h6 {
    position: relative;
    width: 300px;
    height: 300px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: 60px;
    color: #fff !important;
    text-align: center
}

.pointer {
    cursor: pointer !important
}


.chat_box1 {
    width: 90%;
    margin-left: 10%;
    padding: 0.25rem 1rem;
    border-radius: 10px;
    border: 1px dotted #cacaca;
    background-color: var(--main);
    color: #fff
}

.chat_box2 {
    width: 90%;
    margin-right: 10%;
    padding: 0.25rem 1rem;
    border-radius: 10px;
    border: 1px dotted #cacaca;
    background-color: #fff;
    color: #000
}

.chat_input_text {
    width: 100%;
}


.danger-badge {
    background-color: red;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.warning-badge {
    background-color: orange;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.success-badge {
    background-color: green;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
}

table td {
    vertical-align: middle;
}

.sub_parent_track td:first-child {
    padding-left: 2%;
}

.placeholder-copy {
    cursor: pointer;
    position: relative;
}

.placeholder-copy:hover {
    text-decoration: underline dotted;
}

.placeholder-copy::after {
    content: 'Copiato!';
    position: absolute;
    bottom: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    font-size: 0.75rem;
    font-weight: normal;
    padding: 2px 7px;
    border-radius: 4px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s;
}

.placeholder-copy.copied::after {
    opacity: 1;
}

.attiva_disattiva_ajax {
    cursor: pointer;
}

/* Localized Loader */
.loader-container {
    position: relative !important;
}

.table-loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100px;
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    border-radius: 4px;
}

.css-loader {
    width: 48px;
    height: 48px;
    border: 5px solid var(--main);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Rende il testo grigio chiaro e in corsivo */
.option-disattivata {
    color: #a0a0a0; 
    font-style: italic;
}