.debugInput {
    display: none; /*inline-block*/
    min-height: 12px;
    font-size: 0.7em;
    color: #BBB;
}

.risultatoCalcolo {
    float: left;
   /* font-size: 1.2em*/
}

.risultatoCalcolo2 {
  /*  font-size: 1.2em;*/
}

.risultatoCalcolo3 {
  /*  font-size: 1.2em;*/
    padding-top: 10px;
    display: inline-block
}

.labelRisultatoCalcolo {
    float: left;
    width: 300px;
}

.form-check-input {
    width: 40px;
    clear: both;
    margin-left: 310px;
    margin-top: -6px;
}

.common-subtitle-ghp {
    color: #a53535;
    padding: 14px 0 14px 0;
}

.azioni-tabs-azp {
    padding: 24px 0 0 0;
}

.area-item-over-arp {
    width: 20px;
    float: right;
    margin-right: 10px;
    margin-top: 0;
}

.area-item-over-arp a:link, .area-item-over-arp a:visited {
    width: 18px;
    height: 18px;
    font-size: 0.4em;
    padding-left: 3px;
    padding-top: 2px;
    display: block;
    border-radius: 4px;
    opacity: 0.5
}

.area-item-over-arp a:hover, .area-item-over-arp a:active {
    opacity: 1
}

.file-item-arp {
    margin-bottom: 12px;
    margin-right: 10px !important;
    border-top: 1px solid #848888;
    padding-top: 8px;
    border-bottom: none;
}

.date-item-group {
    margin-bottom: 20px;
}

.date-item-arp {
    padding-bottom: 14px;
}

.date-item-text-arp {
}

.date-item-over-arp {
    width: 20px;
    float: right;
    margin-right: 10px;
    margin-top: 0;
}

.date-item-over-arp a:link, .area-item-over-arp a:visited {
    width: 18px;
    height: 18px;
    background: #ffffff;
    font-size: 0.4em;
    padding-left: 3px;
    padding-top: 2px;
    display: block;
    border-radius: 4px;
    opacity: 0.5
}

.date-item-over-arp a:hover, .area-item-over-arp a:active {
    opacity: 1
}

.azioni-tabs-in-azp a {
    width: 250px;
    margin: 2px;
    min-width: 120px;
}

.azioni-tabs-in-azp.float-right {
    float: right;
}

.parametri-ricerca-cont {
    border: 1px solid #ccc;
    background: #eee;
    padding: 15px 10px 0 10px ;
    margin: 10px 0 30px 0;
}
.parametri-ricerca-cont .azioni-tabs-azp {
     padding: 0 0 0 0;
}
.parametri-ricerca-cont .form-row>.col, .form-row>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}
.bottone-spaziosx {
    margin-left: 260px
}

label {
    font-weight: bold;
}

.data-mod, .data-mod:active, .data-mod:visited {
    color: #999;
}

.data-mod:hover {
    color: #666;
}

.data-mod b {
    color: #666;
}

.data-mod:hover b {
    color: #333;
}

.table.table-striped th {
    text-align: center
}

/* ----------------------------- */
/* PRELOADER ANIM */
.sb-content-overlay {
    z-index: 10000022;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    overflow: hidden;
    pointer-events: none;
    left: 0px;
    top: 0px;
    transition: opacity;
    transition-duration: 1s;
    z-index: 10000000;
}

.sb-loading {
    width: 56px;
    height: 56px;
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
    z-index: 10000;
    border-radius: 50%;
    padding: 3px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    display: inline-block;
    background: white;
}

.circular {
    animation: rotate 2s linear infinite;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.loadingPath {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #ff4081;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

/* ----------------------------- */
.th-azioni , .td-azioni {
    min-width: 18px;
    min-height: 18px;
    text-align: center;
}
.td-azioni a:link, .td-azioni a:visited {
    opacity: 0.5
}

.td-azioni a:hover, .td-azioni a:active {
    opacity: 1
}
.td-azioni img {
    width: 13px;
    height: auto;
}
.labelFiltri {
    font-weight: bold;
    text-transform: uppercase;
    color:#133371;
    padding-bottom: 5px;
}
.modal-content .btn {
    color:#fff;
    background: #a53535;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}
.modal-footer .col-xs-6 {padding-left: 10px;}
.nav-tabs .nav-link { line-height: 20px;}

td .common-subtitle-ghp {font-size: 1.1rem}


input[type=checkbox], input[type=radio] {
    transform: scale(1.3);
    margin-right: 5px;
}

a.disabled {
    pointer-events: none !important;
    cursor: not-allowed;
    opacity: 0.3;
}
label.required:after {
    content: "*";
    color:#a53535;
    margin-left: 2px;
}
span.required:after {
     content: "*";
     color:#a53535;
     margin-left: 2px;
 }
.azioni-tabs.active.navigazione {
    min-width: 50px;
    width: 50px;
    background:#133371;
    font-size: 1.7em;
    line-height: 38px;
}
.legendaObbligatorio {
    margin-top: 15px;
    font-size: 0.9em;
}

/* -----------------ChatBot Styling---------------------- */
.tab-content-block-in-utp{
    margin-bottom: 20px;
}
.tab-content-left-utp{
    min-height: 350px;
    display: flex;
    width: 45%;
}


.tab-content-right-utp{
    max-height: 650px;
    overflow-y: scroll;
    display: flex;
    flex: 1;
    padding: 0;
}

.tab-content-right-utp .accordion-wrapper{
    width: 100%;
}
.chat-row-cont {
    min-height: 600px;
}
.chat-row{
    height: 100%;
    display: flex;
    border: 1px solid #ccc;
}
.ccw-wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    border-right: 1px solid #ccc;
}
.ccw-new-text{
    display: flex;
  /*  position: relative; */
}

.ccw-new-text textarea{
    flex: 1;
    border: none;
    border-top: 1px solid #ccc;
    outline: 0;
    padding: 10px;
    border-radius: 3px;
}
.ccw-new-text textarea:focus {
    border: 1px solid #666;
}

.ccw-new-text button {
    position: absolute;
    right: 15px;
    top: 20px;
    border: 0;
    outline: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
   background-color: transparent;
    background-repeat:no-repeat;
    background-position: center center;
    background-image: url("../icons/4004143.svg");
  
}

.ccw-wrapper .ccw-history.ccw-with-avatar{
    flex: 1;
    padding: 10px;
    max-height: 700px;
    overflow: auto;
}

[id^="ccw-history"] {
    display: flex;
    flex-direction: column;
}
[id="ccw-history-only"] {
    max-height: 400px;
    overflow: auto;
    border-right: 1px solid #ccc;
    padding: 20px;
}
.ccw-entry{
    justify-content: space-between;
    display: flex;
    max-width: 95%;
}
.ccw-entry .ccw-text {
    padding: 3px 10px;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 10px;
    /*display: flex;*/
    flex: 1;
    align-self: flex-start;
    background-color: #133371;
    color: #fff;
}
.ccw-entry.ccw-type-q{
    align-self: flex-end;
}
.ccw-entry.ccw-type-a{
    align-self: flex-start;
    flex-direction: row-reverse;
}
.ccw-entry.ccw-type-b{
    align-self: flex-start;
    flex-direction: row-reverse;
}


.ccw-entry.ccw-type-b .ccw-text{
    background-color: #eee;
    color: #133371;
}



.ccw-entry.ccw-type-a .ccw-text{
    background-color: #eee;
    color: #133371;
}

.ccw-person {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eee;
    margin: 0 8px;
 
    background-repeat:no-repeat;
    background-position: center ;
    background-image: url("../icons/chatbot-user.png");
  
}

.ccw-history.ccw-with-avatar .ccw-type-a .ccw-person,
.ccw-history.ccw-with-avatar .ccw-type-b .ccw-person,
.ccw-history.ccw-with-avatar .ccw-type-e .ccw-person,
.ccw-entry.ccw-type-a .ccw-person,
.ccw-entry.ccw-type-e .ccw-person,
.ccw-entry.ccw-type-b .ccw-person{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: none;
	background-color: #FFFFFF !important;
    margin: 0 8px;
 
    background-repeat:no-repeat;
    background-position: center center;
    background-image: url("../icons/chatbot-bot.svg");
}

.ccw-entry.ccw-type-error{
    max-width: none;
}

.ccw-entry.ccw-type-error .ccw-text {
    text-align: center;
    color: #fcfcfc;
    background: #a53535;
}

.ccw-entry.ccw-type-error .ccw-person {
    display: none;
}

hr{
    display: none;
}

.checkboxForm{
   
    margin-top: 20px;
}


.accordion{
    width: 100%;
}

.modal {
z-index: 9999999999999 !important;
}
.hidden { display: none}

a.icoMod {display: inline-block; padding: 4px 8px; margin-left: 16px; border-radius: 4px; font-size: 12px; line-height: 13px; color: #FFFFFF; background:#133371 }
a.icoMod:hover {color: #EEEEFF;  }

a.nextSequenceButton {display: inline-block; padding: 6px 12px; border-radius: 12px; border:1px solid #a53535; color: #a53535; background:#eeeeee; }
a.nextSequenceButton:hover {color: #a53535; background:#ffffff; }

/**/

.form-validate-error {
    color: red;
    font-size: 12px;
    margin-top: 10px;
    display: block;
}

.modal-title {
    color: #133371;
    font-weight: bold;
    text-align: center;
}

.form-validate-error {
    color: red;
    font-size: 15px;
    margin-top: 10px;
    display: block;
}

.requiredStar {
    color: red;
}

hr {
    display: block
}
.piuMenoCont {
    padding-top: 32px;
    padding-left: 0;
}
a.piuMeno {
    color: #fff;
    background: #005cbf;
    padding: 6px 10px ;
    text-align: center;
    display: inline-block;
    float: left;
    border-radius: 5px; margin-left: 5px;
    cursor: pointer;
}
.form-validate-error {font-size: 12px; margin-top: 5px; font-weight: bold}