/*LOGIN*/
[class^="icon-"], [class*=" icon-"] {
    margin-right:0px;
}

.login-layout .login-icon.entypo-icon {
    line-height:114px;
}

footer .vd_bottom {
    color: #7e7e7e;
}

.vd_content {
    min-height: 920px;
}

.vd_menu-search {
    margin-top:0px;
}

.btn-group {
    display: flex;
}

/* css new rules */
.iframe-wrapper {
    width:210px;
    height:122px;
}
.iframe-wrapper iframe {
    width:200px;
    height:112px;
}

.iframe-wrapper-video iframe {
    width:560px;
    height:315px;
}

/* jstree */
.jstree-default .jstree-clicked {
    background: #393d41;
    border-radius: 2px;
    box-shadow: none;
}
.jstree-default .jstree-disabled.jstree-hovered {
    background: transparent;
    box-shadow: none;
    color:black;
}
.jstree-anchor:hover{
    color:#000000;
}
#tree{
   /* margin-left:-8px;*/
}
/*#tree [id='1'] {
    margin-left:-25px;
}
 #tree [id='1'] > i {
    visibility: hidden;
}*/

/* counter */
body {
    counter-reset: mio-counter;
}
.elemento_counter {
    counter-increment: mio-counter;
    content: counter(mio-counter);
}
.elemento_counter:after {
    content: " " counter(mio-counter);
}

/* Ordinamento */

.ui-state-highlight {
    height: 80px;
    line-height: 1.2em;
}
.handle_sortable:hover {
    cursor: ns-resize;
}

/* datepicker */
.ui-datepicker-calendar .ui-state-highlight {
    height: 28px;
    line-height: 21px;
}
.ui-datepicker-calendar .ui-state-active {
    background-color: #FFF;
}
/* timepicker */
.bootstrap-timepicker-widget table td input {
    width: 45px;
    margin: 0;
    text-align: center;
}

/* dropzone */
.dropzone_custom {
    background-image: url(../assets/img/dropzone_bg_image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFF;
    border:2px dotted #ECAF5A;
    height:100px;
}

/* modal */
.modal_con_scrollbar {
    height: 600px;
    overflow: auto;
}

.btn_elimina_dropdown {
    text-decoration: none;
    color:#262626;
    font-size:14px;
    background-color: transparent;
}

/*.dropdown-menu > li > form > .btn_elimina_dropdown:hover,
.dropdown-menu > li > form > .btn_elimina_dropdown:focus {
    display:block;
    background-color: #1fae66;
    color: #fff;
}*/

/* SIDEBAR */
/* The side navigation menu */
.sidenav {
    height: 95%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 2; /* Stay on top */
    top: 20;
    left: 0;
    background-color: #1FAE66;
    border-right: 1px solid white;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 30px; /* Place content 60px from the top */
    padding-right: 0;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    color: white;
}
.allblack {
    background-color: black !important;
}
#bgopacized {
    display: none;
    background-color: #0a0a0a;
    opacity: 0.9;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;overflow-x: auto;}
    .sidenav a {font-size: 18px;}
}

.affix {
    width:50px;
}

/* DROPZONE */
.dz-error-message {
    display: none !important;
}
 .popover {
     width:300px !important;
 }
/* POPOVER */
.popover-title {
    text-align: center;
    font-size: 10px;
}

@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}
@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
    }
}

.vd_round-btn.btn-sm {
    font-size: 16px;
    height: 30px;
    line-height: 28px;
    width: 30px;
}

.vd_title-section {
    padding-bottom: 10px;
    padding-top: 10px;
}
.panel-bd-left-grey {
    border-left: 3px solid #bbb;
}
.panel-bd-left-yellow {
    border-left: 3px solid #F89C2C;
}
.panel-bd-yellow {
    border: 3px solid #F89C2C;
}
.testatine_console_seo {
    border-bottom: 1px solid #CCC;
}
.anchor{
    position: relative;
    top:-80px;
    display: block;
    height: 0;
    width:0;
}
.edit_didascalia {
    cursor: pointer;
}