body{
    font-family: 'Poppins', sans-serif !important;
}

.text-logo{
    color: black;
    font-size: 15px;
    text-transform: uppercase;
}

.bold{
    font-weight: 900;
}

.login-register {
    background: url(../images/login.jpg?v=2) center center/cover no-repeat!important;
    background-position-x: -240px !important;
}

.login-register {
    background: url(../images/login.jpg?v=2) center center/cover !important;
    background-position-x: -120px !important;
}

.choose-role-page{
    position:absolute;
    left:0;
    top:0;
    background-image: url('/web/images/login.jpg') ;
    width: 100vw;
    background-size: cover;
    min-height: 100vh;
    padding-top: 10vh;
}

.login-register{
    position:absolute;
    left:0;
    top:0;
}

.white-box{
    border-radius: 20px;
}

@media only screen and (max-width: 768px) {
    .light-logo{
        width: 39px;
    }
}

.container-language-login{
    padding: 10px;
}

@media (max-width: 767px){
    #msform fieldset, .login-register, .step-register {
        position: absolute !important;
    }
}

.lang-name{
    text-transform: uppercase;
}

.item-role{
    transition: left 1s linear;
    position: relative; 
}

.item-role:hover{ 
    left: 15px;
}

.text-error{
    color: #a94442;
}

.icon-into-image{
    position: absolute;
    color: white;
    font-size: 15px !important;
    top: 10px;
    right: 310px;
    background-color: red;
    border-radius: 10px;
    padding: 4px;
    cursor: pointer;
}

.ck-editor__editable {
    min-height: 200px;
}

.search-icon{
    background-color: white !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.search-input{
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.clear{
    clear: both;
}

.full-width{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.img-center{
    margin-left: auto;
    margin-right: auto;
}

canvas{
    border: 1px solid black;
}

.login-register .lg-content{
    position:absolute;
    top: 40%;
    text-align: center;
    padding: 0 50px;
    width: calc(100% - 400px);
}

.login-register .lg-content h1{
    color:white;
}

.login-register .lg-content p{
    color: white;
}

#registerform{
    display: none;
}


@media (max-width: 769px){
    .login-box {
        width: 100% !important;
    }
}

.lg-content-mobile{
    width: 100%;
    text-align:center;
    position: absolute;
    top: 40%;
    padding: 0 50px;
    color:white;
}

.lg-content-mobile h1{
    color:white;
}

.btn-icon{
    cursor: pointer;
    font-size: 20px !important;
}

.btn-icon-add:hover{
    color: green;
}

.btn-icon-delete:hover{
    color:red;
}

.btn-icon-edit:hover{
    color: blue;
}

b{
    font-weight: 900 !important;
}

.box{
    border: 1px solid #CCC;
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
}

.flex-button{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  
    -webkit-flex-flow: row wrap;
}

.flex-button button{
    margin:5px;
    width: calc(25% - 10px);
    min-width: 40px;
}

@media only screen and (max-width: 1409px) {
    .flex-button button{
        width: calc(50% - 10px) !important;
    }
}

.margin-5{
    margin: 5px;
}

.tooltip-fixed{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    padding: 10px;
    background-color: rgba(0,0,0,0.8);
    color:white;
    border-radius: 10px;
}

.padding-top-28{
    padding-top: 28px !important;
}

.link{
    cursor: pointer;
    text-decoration: underline;
}

/*.navbar .logo b{
    padding-left: 59px;
}*/

.hide-sidebar .navbar .logo b{
    padding-left: 10px !important; 
}

.white-box{
    margin-top: 20px;
}

.switch-padding{
    padding-top: 25px;
}

a{
    text-transform: none;
}

.wizard-steps>li.done{
    background-color: white !important;
}

.wizard-steps>li.done h4{
    color: black !important;
}

.wizard-steps>li.current{
    background-color: #7ace4c !important;
}

.wizard-steps>li{
    background-color: white !important;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.element-list-view{
    float: left;
    width: 170px;
    padding: 10px;
}

.read-more-state {
  display: none;
}

.read-more-wrap {
    margin: 0px;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Mostra di più';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Mostra di meno';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #333;
  background: #e4e7ea;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
  margin-top: 2%;
}

.pointer{
    cursor: pointer;
}

.link-icon{
    cursor: pointer;
    font-size: 25px;
}

.page-item a{
    width: 30px !important;
}

th{
    font-weight: 700 !important;
}

.navbar-top-links>li>a {
    line-height: 57px !important;
    min-height: 57px !important;
}

select[readonly].select2-hidden-accessible + .select2-container 
{
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection 
{
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear 
{
    display: none;
}

.jstree-hidden{
    display: none;
}
.jstree-contextmenu{
    padding: 0;
}
.jstree-proton-contextmenu li a i,
.vakata-contextmenu-sep{
    display: none !important;
}
.vakata-context li > a {
    padding: 0 10px 0 10px;
    background: #fff;
    width: 150px;
    font-size: 12px;
    line-height: 18px;
    height: 20px;
}

.jstree-proton-contextmenu {
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    padding: 5px 0;
    background: #fff;   
    margin-left: 20px;
}

.vakata-context li > a{
    box-shadow: 0 0 0 #000 !important;
}

.jstree-proton .jstree-search{
    font-style: normal;
}

.select-node{
    padding: 20px;
    background: #fafafa;
    border: 1px dashed #ccc;
    min-height: 300px;
}

#search-input-tree{
    width: 100%;
    margin-bottom: 10px;
    padding: 6px 10px;
}

.home-favorite{
  padding: 5px 20px 0;
  height: 40px;
  display: inline-block;
  position: relative;
  width: auto;
  top: -40px;
  right: 0;
  background: rgba(112,187,98,0.9);
  border-radius: 8px;
}

.card-posts .card-body{
  position: relative;
}

.home-favorite .star:before,
.home-favorite .home:before{
  font-size: 25px;
  color: #fff !important;
  margin: 0;
}

.home-favorite .star,
.home-favorite .home{
  margin: 0 10px;
}

.home-favorite .home:before{
  top: 10px;
}


.star.active:before {
    content: "\02605";
}

.home.active:before {
    content: "\f2dc";
}

.star {
    visibility:hidden;
    font-size:30px;
    cursor:pointer;
    color: #72ba61;
}
.star:before {
   content: "\2606";
   position: absolute;
   visibility:visible;
   margin-top: -6px;
   margin-left: -7px;
}
.star:checked:before {
   content: "\2605";
   position: absolute;
}

.home {
    visibility:hidden;
    font-size:30px;
    cursor:pointer;
    color: #238ae6;
}
.home:before {
   content: "\f6a0";
   position: absolute;
   visibility:visible;
   margin-top: 4px;
   margin-left: -16px;
}
.home:checked:before {
   content: "\f164";
   position: absolute;
}

.btn-info{
    background: #00A9E0 !important;
    border: 1px solid #00A9E0 !important;
}

.label-info{
    background: #00A9E0 !important;
    border: 1px solid #00A9E0 !important;
}

.alert-info{
    background: #00A9E0 !important;
    border: 1px solid #00A9E0 !important;
}

.navbar-header {
    background: #000000 !important;
}

.btn-success, .btn-success.disabled {
    background: #34B233 !important;
    border: 1px solid #34B233 !important;
}

.label-success, .label-success.disabled {
    background: #34B233 !important;
    border: 1px solid #34B233 !important;
}

.alert-success, .alert-success.disabled {
    background: #34B233 !important;
    border: 1px solid #34B233 !important;
}

.btn-danger, .btn-danger.disabled {
    background: #E00034 !important;
    border: 1px solid #E00034 !important;
}

.label-danger, .label-danger.disabled {
    background: #E00034 !important;
    border: 1px solid #E00034 !important;
}

.alert-danger, .alert-danger.disabled {
    background: #E00034 !important;
    border: 1px solid #E00034 !important;
}

.nav.nav-indentation {
    padding-left: 20px;
}

[style*="--aspect-ratio"] > :first-child {
    width: 100%;
}
[style*="--aspect-ratio"] > img {  
    height: auto;
} 
@supports (--custom:property) {
    [style*="--aspect-ratio"] {
        position: relative;
    }
    [style*="--aspect-ratio"]::before {
        content: "";
        display: block;
        padding-bottom: calc(96% / (var(--aspect-ratio)));
    }  
    [style*="--aspect-ratio"] > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 98%;
    }  
}

.node-loader {
    max-width: 100%;
    max-height: 100%;
    width: 400px;
    height: 80px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px 0px;
    border-radius: 10px;
    /* left: 50%;
    transform: translateX(-50%);
    top: 20px; */
    right: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 99998;
    background: #11609e;
    color: white;
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
    font-size: 1.3em;
}

.node-loader .circular {
    position: relative;
    margin: 10px 20px;
}

.environment {
    min-height: 330px!important;
}
