body {
    padding-top: 10px;
    padding-bottom: 40px;
}
.dropdown-menu {
    margin-top: 0;
}
.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin:0 20px;
    border-width: 0;
}
.dropdown-menu .dropdown .dropdown-menu.left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
    background: #007bff;
    color: white;
}
.dropdown-menu > li.show > a{
    color: white;
}

.wizardStep{
    height:100% !important;
}


.tooltip.tooltip-main {
    margin-top: -40px;
}

/* Landing Page */
.container-full {
    margin: 0 auto;
    width: 100%;
    min-height:100%;
    /*color:#eee;*/
    overflow:hidden;
}
/* Preloader with Bootstrap Progress Bar
-----------------------------------------------*/
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 95%;
    z-index: 99;
    background:rgba(255,255,255,0.8);
    display:flex;
    justify-content:center;
    align-items:center;
}
.loader-container {
    width: 600px;
/*    height: 500px;	
    position: relative;
    top:0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;	*/
    text-align: center;
/*    background: url('/img/circular1.jpg');	*/
    background-repeat: no-repeat;
    opacity: 0.6;
}
.loader-waiting-icon {
    width:20px;
/*    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;	
    margin:-60px 0 0 -60px;	*/
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.inner-loader {
/*    margin-top:40%;	*/
}
.loader-container icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader-container p.label {
    font-size:16px;
    font-weight:bold;
}

.slider.slider-horizontal:hover .tooltip.tooltip-main.top .tooltip-arrow:after,
.slider.slider-vertical:hover .tooltip.tooltip-main.top .tooltip-arrow:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 40%;
    bottom: -10px;
    border: transparent 5px solid;
    border-top: #000 5px solid;
}

.slider-handle::after{
    content: attr(aria-valuenow);
    position: absolute;
    bottom: calc(100% + 0.5em);
    left: 50%;
    transform: translateX(-50%);

    font-size: 0.75em;
    font-weight: 600;
    color: #393f50;
    background-color: white;
    box-shadow: 0px 0px 6px 0px rgba(182, 182, 182, 0.4);

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3em;
    width: 4em;
    height: 2.5em;
}

/*classi visibilita oggetti*/
.hidden{
    display: none;
}

.complexCtr{
    font-size:1.0em;
    border:1px solid #5C6F82;
    border-radius:10px;
    padding:5px;
    margin-bottom:45px;
    width: 99%;
}

.slider-tick-label{
    font-size:0.7em!important;
}

.callout {
    padding: 1.5rem 1.222rem;
    border: 1px solid #5b6f82;
    border-top-color: rgb(91, 111, 130);
    border-right-color: rgb(91, 111, 130);
    border-bottom-color: rgb(91, 111, 130);
    border-left-color: rgb(91, 111, 130);
    position: relative;
    max-width: 90ch;
    margin: 1.5rem 1.5rem 0.5rem;
    border-radius: 8px;

}


.btn-dark {
    color: #19191A;
    text-align: left!important;
}


.btn-dark:hover {
    color: #fff;
    background-color: #5C6F82!important;
    border-color: #5C6F82!important;
}

.btn-dark .popovercmd{
    padding:0px;
    margin-bottom: 0px;
    font-width: 800;
}

.bootstrap-select-wrapper {
    position: relative;
    padding-top: 0;
    margin-bottom: 5px!important;

}

.form-control{
    margin-top: 0px!important;
    padding-top: 0px!important;
    margin-bottom: 3px!important;
}

input[type="date"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], textarea,select {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #5c6f82;
    border-radius: 0;
    padding: .375rem .5rem;
    padding-top: 0.375rem;
    margin-bottom: 3px;
    outline: 0;
    height: 2.0rem;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    font-weight: 700;
}

.runtime-line{
    fill:red; color:red;
}
#my-container {
    /*		background:lightyellow;	*/
}
.hortree-label {
    /*		top:50%;	*/
}
.question > .hortree-branch {	/* TOGLIE IL MARGINE DI SINISTRA PER COMPATTARE */
    /*		margin-left: 0px;	*/
}

.hortree-branch[data-level="0"] .hortree-branch[data-ntype="question"] {
    /*		margin-top: -37px!important;	*/
}
small {font-size:11px;}
.istruzioni {background:lightyellow;border-radius:0px 35px 35px 35px;border:1px solid orange;margin-bottom:2rem;}

@media (min-width: 768px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin:0;
        border-width: 1px;
    }
}

#hortree-wrapper * {  font-family: "Titillium Web", Geneva, Tahoma, sans-serif;  }

.hidden { display:none!important; }
.invisible { visibility:hidden!important; }
.invisible-until-loaded { visibility:hidden!important; }
