﻿body.interactiveGuide,
body.interactiveGuide * {
    cursor: help !important;
}

/* se è attiva la guida interattiva aggiunge un bordo rosso sull'hover degli elementi che supportano la funzione */
.interactiveGuide [data-interactive-guide]:hover {
    border: 2px solid red;
}

.cursor-pointer{
    cursor:pointer;
}

.rowsHeight{
    min-height:190px;
}

.p-chiusura{
    padding:100px;
}

.fixed-right{
    position:fixed;
    right:30px;
    z-index:100;
}

.fixed-bottom-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}

.alma_NavItem {
    font-weight: bold;
    color: white !important;
    font-size: large;
}

    .alma_NavItem:hover {
        color: darkred !important;
        background-color: whitesmoke;
        border-radius: 5px 5px;
        /*text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;*/
    }

.alma_active {
    border-bottom: 2px solid red;
}


.blink {
    animation: blinkingText 1.5s infinite;
}

@keyframes blinkingText {
    0% {
        color: #00CC00;
    }
    49% {
        color: transparent;
    }
    50% {
        color: transparent;
    }
    99% {
        color: #00CC00;
    }
    100% {
        color: #00CC00;
    }
}

.blinkRed {
    animation: blinkingTextRed 0.5s infinite;
}

@keyframes blinkingTextRed {
    0% {
        color: #ff0000;
    }
    49% {
        color: transparent;
    }
    50% {
        color: transparent;
    }

    99% {
        color: #ff0000;
    }

    100% {
        color: #ff0000;
    }
}

.controlError {
    border: inset;
    border-color: red;
}

.bgError {
    background-color: #fe8989;
}

.textRed {
    color: white;
    background-color: red;
}

.textGreen {
    color: white;
    background-color: green;
}

.textYellow {
    background-color: #e6d233;
}

.textSmall {
    font-size: small;
}

.textLarge {
    font-size: large;
}


.textLarger {
    font-size: larger;
}

.textX-Large {
    font-size: x-large;
}

.textXX-Large {
    font-size: xx-large;
}

.ric { /* Campo areaClientiRicerca rictab */
    border: 2px solid dodgerblue;
}

.text.vertical {
    transform: rotate(90deg);
    transform-origin: left top 0;
}


.backgroundBlock_I {
    background: linear-gradient(27deg, rgba(187,187,187,1) 30%, rgba(247,138,100,1) 80%);
}

.backgroundBlock_D {
    background: linear-gradient(27deg, rgba(187,187,187,1) 30%, rgba(225,247,100,1) 80%);
}

.backgroundBlock_T {
    background: linear-gradient(27deg, rgba(187,187,187,1) 30%, rgba(175,234,240,1) 80%);
}

/* -- */
.backgroundBlock {
    background: #F9FAFB;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #CDCDCD;
}

.backgroundBlockI {
    background: #22B6D7;
    color: white;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: right;
}

.backgroundBlockD {
    background: #C8D722;
    color: white;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: right;
}

.backgroundBlockT {
    background: #667085;
    color: white;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: right;
}

.temporaleClass {
    background-color: #E4E7EC;
    border: 1px solid #CCCCCC;
    color: black;
    padding: 1px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    float: left;
    border-radius: 3px;
    font-family: Arial, Helvetica, sans-serif;
}

    .temporaleClass:hover {
        background-color: white;
    }

.temporaleClassfocus {
    background-color: white;
}

.content-dashboard {
    border: 1px solid #CDCDCD;
    border-radius: 10px 10px 10px 10px;
    border-left: 1px solid #CDCDCD;
    border-bottom: 3px solid #CDCDCD;
}

.page-title {
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}


.panel-title {
    justify-content: end;
    border: 1px solid #D0D5DD;
    background-color: #F9FAFB;
    border-radius: 10px 10px 0px 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-left: 0px;
}

.panel-title-filtri {
    background-color: #D5DCEB;
}

.panel-nav {
    border: 0px;
    background-color: #F9FAFB;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.panel-nav-filtri {
    background-color: #D5DCEB;
}

.panel-content {
    margin-left:0px;
    border: 1px solid #D0D5DD;
    border-top: hidden;
    background-color: #FCFCFD;
    border-radius: 0px 0px 10px 10px;
    padding: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.panel-content-navigazione {
    background-color: #FCFCFD;
    border-radius: 10px 10px 10px 10px;
    padding: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.panel-content-navigazione-yellow {
    border: 1px solid #FFC433;
    border-top: 5px solid #FFC433;
}

.panel-content-navigazione-orange {
    border: 1px solid rgba(247,138,100,1);
    border-top: 5px solid rgba(247,138,100,1);
}

.panel-content-navigazione-red {
    border: 1px solid #EF5F63;
    border-top: 5px solid #EF5F63;
}

.panel-content-navigazione-blue {
    border: 1px solid #4F92F5;
    border-top: 5px solid #4F92F5;
}

.panel-content-navigazione-violet {
    border: 1px solid #B47DEB;
    border-top: 5px solid #B47DEB;
}

.panel-content-navigazione-sky {
    border: 1px solid #45D6F5;
    border-top: 5px solid #45D6F5;
}

.panel-content-navigazione-green {
    border: 1px solid #5ED778;
    border-top: 5px solid #5ED778;
}

.panel-content-navigazione-almond {
    border: 1px solid #8B8378;
    border-top: 5px solid #8B8378;
}

.panel-content-filtri {
    background-color: #EAECF5;
}

.label-content-filtro {
    border: 1px solid #7187BC;
    border-radius: 9px;
    background-color: #D5DCEB;
    color: #4E68A6;
    padding: 3px;
    width: auto;
    height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.button {
    border: 0px;
    border-radius: 9px;
    padding: 3px;
    width: 250px;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: white;
    margin-right: 5px;
    font-weight: bold;
}

.buttonPiccolo {
    border: 0px;
    border-radius: 9px;
    padding: 3px;
    width: 150px;
    height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: white;
    margin-right: 5px;
    font-weight: normal;
}

.button-nav {
    border: 1px solid #4E68A6;
    border-radius: 9px;
    padding: 0px;
    width: 100%;
    height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #4E68A6;
    margin-right: 5px;
    background-color: #EAECF5;
}

.button-nav-select {
    background-color: #4E68A6;
    color: white;
}

.button-blue {
    background-color: #4E68A6;
}

.button-green {
    background-color: #12B76A;
}

.button-red {
    background-color: red;
}


.button-neutro {
    background-color: #D5DCEB;
    color: #4E68A6;
}

.button-bluNotte {
    background-color: #293656;
}

.button-Filtro {
    background-color: #D5DCEB;
}


.Graph-backcolor {
    background-color: rgb(79,171,255,21%);
}

.underlineGray {
    background: radial-gradient(circle, rgba(110,117,124,1) 14%, rgba(255,255,255,0) 100%);
    background-size: 100% 2px;
    background-position: bottom 0 left 0,bottom 5px left 0;
    background-repeat: no-repeat;
}

.underlineBlue {
    background: radial-gradient(circle, rgba(78,104,176,1) 14%, rgba(255,255,255,0) 100%);
    background-size: 100% 2px;
    background-position: bottom 0 left 0,bottom 5px left 0;
    background-repeat: no-repeat;
}

.form-control-campo {
    height: 32px;
}

.form-control-campo-readOnly {
    color: #667085;
    background-color: #F2F4F7;
    border: 1px solid #D0D5DD;
    border-radius: 9px;
    padding: 3px;
    height: 32px;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.base-label-Piccola {
    color: #667085;
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 0px;
}

#upBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 150px;
    z-index: 99;
    font-size: 10px;
    border: none;
    outline: none;
    /*background-color: red;*/
    background: rgb(128, 128, 128, 0.30);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width: 40px;
    height: 50px;
}

.corner {
    border: 1px solid #D0D5DD;
    border-radius: 9px;
    padding: 3px;
    width: 270px;
    height: 90px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.corner-green {
    border-left: 8px solid #099C29;
}

.corner-red {
    border-left: 8px solid #F04438;
}

.corner-gray {
    border-left: 8px solid #D9D9D9;
}

.corner-blue {
    border-left: 8px solid #293656;
}

.corner-orange {
    border-left: 8px solid rgba(247,138,100,1);
}

.corner-violet {
    border-left: 8px solid #7187BC;
}

.corner-yellow {
    border-left: 8px solid #e6d233;
}

.corner-black {
    border-left: 8px solid black;
}

.corner-nav {
    border: 1px solid #D0D5DD;
    border-radius: 9px;
    padding: 0px;
    width: 280px;
    height: 90px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: white;
}

.corner-nav-A {
    border-bottom: 5px solid rgba(247,138,100,1);
}

.corner-nav-M {
    border-bottom: 5px solid #8B8378;
}

.corner-nav-Y {
    border-bottom: 5px solid #FFC433;
}

.corner-nav-R {
    border-bottom: 5px solid #EF5F63;
}

.corner-nav-B {
    border-bottom: 5px solid #4F92F5;
}

.corner-nav-V {
    border-bottom: 5px solid #B47DEB;
}

.corner-nav-S {
    border-bottom: 5px solid #45D6F5;
}

.corner-nav-G {
    border-bottom: 5px solid #5ED778;
}

.corner-info {
    width: 400px;
    height: auto;
}

.corner-label-titolo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.corner-label-sottotitolo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.corner-label-valore {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: bold;
}

.corner-label {
    background-color: #EAECF5;
    height: 40px;
    width: 340px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.corner-label-piccolo {
    background-color: #EAECF5;
    height: 25px;
    width: 300px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 5px;
}

/*switch radio button*/
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 15px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/**/

.TableRam {
    font-size: 12px;
    background-color: white;
    border-radius: 10px 10px 0px 0px;
}

.TableRam-theadColor {
    background-color: #EAECF5;
}

.BtnRicerca {
    display: block;
    position: fixed;
    bottom:20px;
    z-index: 99;
    outline: none;
    background: rgb(78, 104, 166, 0.30);
    cursor: pointer;
    border: 0px;
    border-radius: 9px;
    padding: 3px;
    width: 180px;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: white;
    margin-right: 5px;
    font-weight: bold;
}

.BtnRicerca-Seleziona {
    right: 350px;
}

    .BtnRicerca-Seleziona:hover {
        background-color: rgb(78, 104, 166);
        border: 1px solid black;
    }


.BtnRicerca-Chiudi {
    right: 150px;
}

    .BtnRicerca-Chiudi:hover {
        background-color: #EAECF5;
        color: black;
        border: 1px solid black;
    }

.BtnRegistra-vertical {
    display: block;
    position: fixed;
    bottom: 50px;
    right: 130px;
    z-index: 99;
    outline: none;
    background: rgb(78, 104, 166, 0.30);
    cursor: pointer;
    border: 0px;
    border-radius: 9px;
    padding: 3px;
    width: 180px;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: white;
    margin-right: 5px;
    font-weight: bold;
}

    .BtnRegistra-vertical:hover {
        background-color: rgb(78, 104, 166);
        border: 1px solid black;
    }

.BtnChiudi-vertical {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 130px;
    z-index: 99;
    outline: none;
    background: rgb(78, 104, 166, 0.30);
    cursor: pointer;
    border: 0px;
    border-radius: 9px;
    padding: 3px;
    width: 180px;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: white;
    margin-right: 5px;
    font-weight: bold;
}

    .BtnChiudi-vertical:hover {
        background-color: #EAECF5;
        color: black;
        border: 1px solid black;
    }

#BtnOn {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 30px;
	z-index: 99;
	font-size: 10px;
	border: none;
	outline: none;
	/*background-color: red;*/
	background: rgb(128, 128, 128, 0.30);
	color: black;
	cursor: pointer;
	padding: 10px;
	border-radius: 4px;
/*	width: 40px;
	height: 50px;*/
}

.UL-underlineBlack {
    background: radial-gradient(circle, rgba(0,0,0,1) 14%, rgba(255,255,255,0) 100%);
    background-size: 100% 1px;
    background-position: bottom 0 left 0,bottom 5px left 0;
    background-repeat: no-repeat;
}

.UL-underlineGreen {
    background: radial-gradient(circle, rgba(0,163,53,1) 14%, rgba(255,255,255,0) 100%);
    background-size: 100% 2px;
    background-position: bottom 0 left 0,bottom 5px left 0;
    background-repeat: no-repeat;
}

.UL-underlineRed {
    background: radial-gradient(circle, rgba(255,102,97,1) 14%, rgba(255,255,255,0) 100%);
    background-size: 100% 2px;
    background-position: bottom 0 left 0,bottom 5px left 0;
    background-repeat: no-repeat;
}

.UL-underlineBlue {
    background: radial-gradient(circle, rgba(66,135,245,1) 14%, rgba(255,255,255,0) 100%);
    background-size: 100% 2px;
    background-position: bottom 0 left 0,bottom 5px left 0;
    background-repeat: no-repeat;
}

.UL-underlineYellow {
    background: radial-gradient(circle, rgba(233,240,175,1) 14%, rgba(255,255,255,0) 100%);
    background-size: 100% 2px;
    background-position: bottom 0 left 0,bottom 5px left 0;
    background-repeat: no-repeat;
}

.UL-underlinePink {
    background: radial-gradient(circle, rgba(255,135,253,1) 14%, rgba(255,255,255,0) 100%);
    background-size: 100% 2px;
    background-position: bottom 0 left 0,bottom 5px left 0;
    background-repeat: no-repeat;
}

.StatoWhite {
    background-color: white;
}

.StatoGreen{
    background-color:green;
}

.StatoRed {
    background-color: red;
}

.StatoYellow {
    background-color: yellow;
}

.StatoViolet {
    background-color: violet;
}

.StatoGray {
    background-color: gray;
}

