.K_mobile_boxfilter
{
    position: fixed;
    /*margin-top:50px;*/
    z-index: 1050;
    width: 30vw;
    margin: auto;
    left: 0;
    right: 0;
    top: 1em;
}

.K_box_divider
{
    padding:20px;
}

.K_box_fixed
{
    position: fixed !important;
    /*border-bottom: solid 2px rgba(16, 32, 48, 0.75);*/
    /*border-left: solid 2px rgba(16, 32, 48, 0.75);*/
    /*border-top-left-radius: 4px;*/
    /*-moz-border-radius-topleft: 4px;*/
    /*-webkit-border-top-left-radius: 4px;*/
    /*background-color: #ffffff;*/
    /*max-width:350px;*/
    /*right:0px;*/
    /*top:160px;*/
    top:5.5em;
    /*margin:1em;*/
}


/*
.K_box_list_open {transition: slideRight 0.5s ease; }
*/
/*.K_box_list_close {transition: all 0.5s ease; }*/

.timeline.min {width:100%;}
/*.timeline.max {width:calc(100% - 100px);}*/
.K_box_list_open {right:350px;}
.K_box_list_close {right:-5px; }

.K_box_list_open .widgetlist.timeline-header {line-height: 1em;}
.K_box_list_close .widgetlist.timeline-header {line-height: 0;}

.K_box_list_open .panel-body {opacity: 1;}
.K_box_list_close .panel-body {opacity: 0.5;overflow:hidden;}

.K_box_list_close .widgetlist.title,
.K_box_list_close .widgetlist.userimage,
.K_box_list_close .widgetlist .thumb {    display:none;}
.K_box_list_open .panel-body {    overflow-x:hidden; overflow-y: auto;}
/*.K_box_list_open .widgetlist.title {    display:block;}*/

.K_pnl_hide
{
    display: none !important;
}

.K_pnl_show
{
    display: inherit;
}

.K_box_share
{
    /*background: rgba(16, 32, 48, 0.80);*/
    z-index:1050;
    margin-top:40px;

}
@media screen and (max-width:768px) {
    .K_box_share { margin-top:60px;}
}

.K_btn_close_share
{
    position:absolute;
    /*top:10px;*/
    right:10px;
    cursor: pointer;
    color:#ffffff;

}

.K_title_range_slider
{
    font-size:15px;
    font-weight: bold;
    padding: 5px;
    background: rgba(16, 32, 48, 0.75);
    color:#ffffff;
}

.K_box_profile
{
    padding:15px;
}

/* Personalizzazioni del tema MYDEWETRA 2.0*/

.sidebar .nav > li.nav-header
{
    border-bottom: solid 1px #fed300 !important;
}

.timeline .timeline-icon a {
    border:3px solid #2d353c !important;
}

.timeline .timeline-body {
    margin-right:0% !important;
}

[class^="ACROWEB_ico-"], [class*=" ACROWEB_ico-"] {
    /*width:40px !important;*/
    height:40px;

    /*line-height: 1.5 !important;*/
}

.btn.btn-warning
{
    background-color: #fed300 !important;
    color:#575d63 !important;
    border-color: #fed300 !important;
}
.btn.btn-warning:hover
{
    border-color: #575d63 !important;
}

.btn-group, .btn-group-vertical
{
    vertical-align: inherit !important;
}


/*----------------------------------------------------------------------------------- */
/*  Personalizzazione selct2 - filtri */
/*----------------------------------------------------------------------------------- */

.select2-container
{
    width:78%;
}

.select2-container-multi .select2-choices .select2-search-field input
{
    width:100% !important;
    max-width:100% !important;
}


/*----------------------------------------------------------------------------------- */
/*  jQuery UI Slider */
/*----------------------------------------------------------------------------------- */
.slider-container {
    margin-bottom: 25px; }

.ui-slider {
    background-color: /*#f0f0f0*/#c0c0c0;
    height: 4px;
    border-radius: 2px;
    position: relative;
    z-index: 0;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border-radius: 2px;
    top: 0;
    height: 100%; }

.ui-slider-handle {
    border:0 !important;
    position: absolute;
    z-index: 2;
    width: 28px;
    height: 28px;
    top: -13px;
    margin-left: -14px;
    background-color: #fed300;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 3px 4px rgba(0, 0, 0, 0.1);
    outline-color: #d9e0e7;
}

.ui-widget-header
{
    background-color: #575d63 /*#fed300*/;
}

.modal-dialog
{
    width:70% !important;
}
/*
=======================================================================================
                        SummerNote
=======================================================================================
*/


.note-popover .popover-content, .panel-heading.note-toolbar {padding: 10px 15px;}