﻿html {
    height: 100vh;
}

body {
    height: 100vh;
}

.tooltip-inner {
    background-color: #f5f5f5;
    color: #797D89;
    box-shadow: inset 0 2px 2px rgba(0,0,0,.05);
    border: 1px solid #c3c3c3;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #f5f5f5 !important;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #f5f5f5 !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #f5f5f5 !important;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #f5f5f5 !important;
}

.tooltip.show {
    opacity: 1;
}

.disable-a-events {
    pointer-events: none;
    color: #797D89!important;
}
/**************** Container ******************/
.container{
    max-width:960px;
}

/******* Margin common css *******/
.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

/****** Padding common css ********/
.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}


.hidden {
    display: none;
}

.input-validation-error {
    border: 1px solid red !important;
}

.k-grid {
    font-size: 12px;
    overflow-x: auto;
}

    .k-grid select {
        margin-bottom: 0;
    }

.k-grid-filter.k-state-active {
    color: white;
    background-color: #5285c8;
    border-color: #5285c8;
}


/*DEFAULT  SETTINGS */
.topBar {
    background-color: black;
    padding: 3px;
    z-index: 1;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #AEAEAE;
    font-size: 14px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}

    body > .popover .popover-content {
        color: black;
    }

#menusx {
    background: #333333;
}

/* OVERRIDE HTML5BP */

::-moz-selection {
    background-color: #0099FF;
}

::-webkit-selection {
    background-color: #0099FF;
}

::selection {
    background-color: #0099FF;
}


/*OVERRIDE BOOSTRAP*/
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding: 0px;
}

@media (max-width: 979px) {
    .navbar-fixed-top {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

/*div.row-fluid
{
    margin-top: 20px;
}*/

.row-fluid div.rowTitle {
    font-size: 15px;
    color: black;
    border-bottom: solid 1px #CCCCCC;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.input-prepend .k-autocomplete {
    font-size: 14px;
}

    .input-prepend .k-autocomplete .k-input {
        width: 206px !important;
        height: 20px;
        padding: 4px 6px;
        border: 1px solid #ccc;
        box-shadow: none;
        border-top: -1px;
    }

    .input-prepend .k-autocomplete.k-header {
        width: 206px !important;
        height: 30px;
        border: none;
    }

.modal.centered, .modal.noBound {
    width: auto;
    height: auto;
}

    .modal.centered.in {
        top: 50%;
    }

    .modal.centered .modal-body, .modal.noBound .modal-body {
        max-height: 800px;
        max-width: 1200px;
    }

    .modal.centered .modal-footer.form, .modal.noBound .modal-footer.form {
        padding: 0;
    }

.modal.top {
    z-index: 9999;
}
/* TOP MENU RIGTH */

/* Navbar icone */
.navbar .nav li {
    padding-top: 3px;
}

.nbtop_btn {
    color: #666666;
    font-size: 20px;
    cursor: pointer;
    margin-right: 20px;
    text-decoration: none !important;
}

    .nbtop_btn:hover {
        color: #ffffff;
    }

.nbtop_ver {
    color: #0099FF;
    background-color: #000;
    background-color: rgba(0, 153, 255, 0.3);
    font-size: 10px;
    display: inline-block;
    border: 1px solid #0099ff;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 3px 10px 3px 10px;
}

/*APP BAR LEFT*/

#mmenu-container {
    margin-top: 64px;
}

    #mmenu-container:not( .mm-menu ) {
        display: none;
    }


.mm-panel {
    border-style: none;
    background-color: #333333 !important;
    padding: 0 !important;
}

.app-title {
    font-size: 35px;
    color: black;
}

.AppBarItem-MainTitle {
    font-size: 16px;
    display: inline-block;
    margin-left: 18px;
    vertical-align: middle;
    -webkit-transition: margin-left 0.1s; /* Safari */
    transition: margin-left 0.1s;
}

    .AppBarItem-MainTitle .description {
        white-space: nowrap;
        font-size: 12px;
    }

.AppBarItem-MainIcon {
    font-size: 21px;
    vertical-align: sub;
}

.AppBarItem-Icon {
    font-size: 24px;
}

.AppBarItem-Title {
    font-size: 12px;
    margin-left: 5px;
}

nav.mm-menu_opened .first-level .AppBarItem-MainTitle {
    margin-left: 8px;
    -webkit-transition: margin-left 0.2s; /* Safari */
    transition: margin-left 0.2s;
}

.mm-listview {
    border: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

    .mm-listview li {
        vertical-align: middle;
        background-color: #333333;
        cursor: pointer;
        color: white;
        border-top: 1px solid #2d2d2d;
    }

        .mm-listview li:hover {
            color: white;
        }

.first-level .mm-listitem__text {
    padding: 23px 10px 23px 20px;
}

.second-level .mm-listitem__text, .third-level .mm-listitem__text {
    padding: 12px 10px 12px 20px;
}

.first-level {
    background-image: url(../img/menu/1stLevel.png);
}

    .first-level:hover {
        background-image: url(../img/menu/1stLevel_Over.png);
    }

    .first-level.mm-listitem_selected > .mm-listitem__text, .app_selected > .mm-listitem__text {
        background-image: url(../img/menu/1stLevel_Selected.png);
    }

        .first-level.mm-listitem_selected > .mm-listitem__text:hover, .app_selected > .mm-listitem__text:hover {
            background-image: url(../img/menu/1stLevel_Selected_Over.png);
        }

.second-level {
    font-size: 15px;
}

.second-level, .third-level {
    background-image: url(../img/menu/2nd3rdLevel.png);
}

    .second-level:hover, .third-level:hover {
        background-image: url(../img/menu/2nd3rdLevel_Over.png);
    }

    .second-level.group-selected > .mm-listitem__text, .third-level.mm-listitem_selected > .mm-listitem__text {
        background-image: url(../img/menu/2nd3rdLevel_Selected.png);
    }

        .second-level.group-selected > .mm-listitem__text:hover, .third-level.mm-listitem_selected > .mm-listitem__text:hover {
            background-image: url(../img/menu/2nd3rdLevel_Selected_Over.png);
        }

.first-level > .mm-listitem__text {
    border-left: 4px solid #848484;
}

.second-level > .mm-listitem__text {
    padding-left: 40px;
}

.third-level > .mm-listitem__text {
    padding-left: 70px;
}

.second-level > .mm-listitem__text, .third-level > .mm-listitem__text {
    border-left: 4px solid #545454;
}

.second-level i.icon {
    font-size: 12px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px;
}

.third-level a span:first-of-type {
    font-size: 14px;
}

.third-level .icon {
    float: right;
    margin-right: 10px;
    font-size: 11px;
}

    .third-level .icon i {
        vertical-align: middle;
    }

.mm-btn:not(.mm-listitem__text) {
    display: none;
}

.mm-listitem_selected > .mm-listitem__text, .app_selected > .mm-listitem__text {
    border-left: 4px solid #408bf7 !important;
}

.mm-btn:after, .mm-btn:before {
    border-color: white;
}


.mm-listitem__btn:not(.mm-listitem__text) {
    height: inherit;
}

.mm-listitem_opened > .mm-listitem__btn {
    background: rgba(0,0,0,0);
}


.mm-listitem_opened > .mm-panel {
    background: #333333;
}

.second-level.mm-listitem_opened > .mm-listitem__btn .icon {
    opacity: 0.5;
}

.mm-btn_next:after, .mm-btn_prev:before {
    display: none !important;
}


.blockpointer {
    cursor: default;
    background-image: url(../img/bg-body-bar.jpg) !important;
}

.mm-menu, .mm-slideout {
    --mm-sidebar-collapsed-size: 67px;
    --mm-sidebar-expanded-size: 400px
}

.mm-wrapper_sidebar-collapsed .mm-slideout {
    width: calc(100% - 67px);
    width: calc(100% - var(--mm-sidebar-collapsed-size));
    -webkit-transform: translate3d(67px,0,0);
    transform: translate3d(67px,0,0);
    -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size),0,0);
    transform: translate3d(var(--mm-sidebar-collapsed-size),0,0)
}

.mm-menu_offcanvas, .mm-menu_columns-1 {
    width: 80%;
    min-width: 240px;
    max-width: 400px;
    max-width: var(--mm-sidebar-expanded-size);
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after, .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: white;
}

.hamburger {
    padding: 10px 20px;
    margin-top: 3px;
}

.hamburger-box {
    width: 25px;
    height: 25px;
}


.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 3px;
}

    .hamburger-inner::before {
        top: -8px;
    }

    .hamburger-inner::after {
        bottom: -8px;
    }

.hamburger--collapse .hamburger-inner::after {
    top: -16px;
}

@media all and (min-width:550px) {
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(400px,0,0);
        -ms-transform: translate(400px,0);
        transform: translate3d(400px,0,0)
    }
}

@media all and (min-width:550px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-400px,0,0);
        -ms-transform: translate(-400px,0);
        transform: translate3d(-400px,0,0)
    }
}

@media all and (min-width:550px) {
    .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-400px,0,0);
        -ms-transform: translate(-400px,0);
        transform: translate3d(-400px,0,0)
    }
}

/* BREADCRUMBS */
.breadcrumb {
    font-size: 28px !important;
    background-color: #ffffff !important;
}

    .breadcrumb > li:first-child {
        color: #0099FF;
        cursor: pointer;
    }

    .breadcrumb > li {
        color: #0099FF;
    }

    .breadcrumb .current-app {
        color: black;
        cursor: pointer;
    }


/* HOME PAGE */
.mm-slideout {
    z-index: auto !important;
}

#mmenu-wrapper {
    padding-top: 64px;
    position: relative;
    padding-bottom: 160px;
}


/*MODULE - STANDARD VIEW*/
.moduleGroup .favourite-icon {
    margin-right: 20px;
    cursor: pointer;
}

.moduleGroupHeader {
    color: #0099FF;
    font-size: 22px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 5px;
}

.moduleList {
    color: #797D89;
    font-size: 15px;
    background-color: #f5f5f5;
    vertical-align: middle;
    border: 1px solid #E3E3E3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 15px 15px 15px;
}

    .moduleList a {
        text-decoration: none;
        color: #797D89;
    }


.DatePicker {
    color: #555555;
    font-size: 20px;
    margin-left: 36px;
    margin-right: 36px;
    margin-top: 5px;
    cursor: pointer;
    background-color: #EDF9D9;
    vertical-align: middle;
    border: 1px solid #718D67;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 15px 15px 15px;
}

.DateButton {
    color: #718D67;
    background-color: #C3E6AF;
}

.moduleListTitle {
    padding-left: 5px;
}

.addPref:hover {
    color: #0099FF;
}

.remPref {
    color: #0099FF;
}

/* MODULE PREFERRED VIEW*/

.ModuleItem-container {
    width: 350px;
    height: 200px;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px #797D89;
    box-shadow: 0px 0px 5px #797D89;
    float: left;
    margin-right: 40px;
    margin-top: 10px;
    cursor: pointer;
}

.ModuleItem {
    border: 10px solid #F5F5F5;
    height: 150px;
    padding: 15px;
    color: #AEAEAE;
}

    .ModuleItem:hover {
        border: 10px solid #0099FF;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px #0099FF;
        box-shadow: 0px 0px 5px #0099FF;
    }

.ModuleItem-Icon {
    background-image: url('../img/emptyicon.png');
    background-repeat: no-repeat;
    height: 95px;
    width: 95px;
    padding-left: 20px;
    padding-top: 20px;
    color: white;
    font-size: 32px;
}

.right {
    float: right;
}

/************* Body ********************/
body {
    overflow-x: auto;
    /*min-width: 979px;*/
}

.grigio {
    color: #aeaeae;
}

    .grigio:hover {
        cursor: pointer;
    }

/************* Moduli ******************/
.modulo {
    background: #F5F5F5;
    border: 1px solid #d6d6d6;
    -webkit-box-shadow: 0px 0px 5px #797D89;
    box-shadow: 0px 0px 5px #797D89;
    padding: 5px;
}

    .modulo:hover {
        background: #DDDDDD;
    }

    .modulo a {
        cursor: pointer;
        text-decoration: none;
    }

    .modulo .favourite-icon {
        top: 6px;
        right: 8px;
        position: absolute;
        cursor: pointer;
    }

.modulo-interno {
    height: 200px;
    margin: 14px;
    background: #FFFFFF;
    padding: 20px 0;
    position: relative;
}

    .modulo-interno .subtitle {
        color: #AEAEAE;
        font-size: 15px;
        font-weight: 700;
    }

    .modulo-interno .title {
        color: black !important;
        font-style: oblique;
        font-size: 18px;
        font-weight: 700;
    }



    .modulo-interno p {
        color: #AEAEAE;
        font-size: 12px;
        font-style: oblique;
        text-align: justify;
    }

    .modulo-interno .modulo-icon {
        background-image: url('../img/emptyicon.png');
        background-repeat: no-repeat;
        height: 72px;
        width: 72px;
        color: white;
        font-size: 32px;
        text-align: center;
    }

        .modulo-interno .modulo-icon span {
            vertical-align: middle;
            vertical-align: -webkit-baseline-middle;
        }

.module-row span.icon {
    vertical-align: text-top;
    font-size: 22px;
}

    .module-row span.icon.no-visible {
        visibility: hidden;
    }

    .not-visible{
        visibility:hidden
    }

.tabStrip {
    text-align: right;
    font-weight: bold;
    border-top: none;
    border-right: none;
    border-left: none;
    padding-right: 25px;
    background: none;
}

    .tabStrip .k-state-hover {
        background-color: #FAFAFA;
    }

    .tabStrip .k-link {
        color: #CCCCCC;
        text-decoration: none;
    }

    .tabStrip .k-state-active .k-link {
        color: black;
    }



.navbar .nav {
    padding: 10px 0;
}

.navbar-modulo .nav {
    padding: 0;
}

.navbar-fixed-top {
    position: fixed;
}

.navbar-modulo .nav > .active > a, .navbar-modulo .nav > .active > a:hover, .navbar-modulo .nav > .active > a:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 4px solid #0099FF;
    font-weight: bold;
}

.tabStrip .k-item .k-complete, .k-tabstrip .k-item .k-complete {
    display: none;
}

.k-tabstrip .k-content, .k-panelbar .k-tabstrip .k-content {
    padding: 0px;
    border: none;
    margin-bottom: 0.5px
}


.navbar-modulo {
    min-height: 40px;
    border: solid 1px #ebebeb;
    border-bottom: solid 4px #CDCDCD;
    background: linear-gradient(#f9f9f9, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#eaeaea'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #f9f9f9, #eaeaea); /* for firefox 3.6+ */
    padding: 0 !important;
}

    .navbar-modulo .divider-vertical {
        border-right: 1px solid #fff;
        font-size: 18px;
    }

    .navbar-modulo .nav > li {
        margin-bottom: -4px;
    }

        .navbar-modulo .nav > li a {
            background: linear-gradient(#f9f9f9, #eaeaea);
            border-bottom: solid 1px #ebebeb;
            border-bottom: solid 4px #CDCDCD;
            color: #777;
        }

            .navbar-modulo .nav > li a:focus, .navbar-modulo .nav > li a:hover {
                color: #333;
            }

    .navbar-modulo .nav > .active > a, .navbar-modulo .nav > .active > a:hover, .navbar-modulo .nav > .active > a:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-bottom: 4px solid #0099FF;
        font-weight: bold;
        color: #555;
    }

div.barraBlu {
    background-color: #DBF1FF;
    height: 65px;
    color: #005B97;
    font-size: 1.6rem;
    line-height: 65px;
    padding: 0 20px;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

    div.barraBlu span[class^=i-] {
        font-size: 2rem;
        vertical-align: text-bottom;
    }

/************** Generale *****************/
.modulo-bloccato {
    color: #B53E40;
}

.label-error {
    color: #B53E40 !important;
    background: none;
    border: none;
}

.app-forbidden-icon {
    color: #FD4941;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 16px;
    margin-left: 13px;
    padding-top: 3px;
    padding-left: 3px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    background-image: url(../img/bg-body-bar.jpg);
}


.btn-pflow {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.btn-pflow:hover, .btn-pflow:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

/************* FOOTER  *****************/
.footer {
    padding: 20px 40px;
    /*height: 130px;*/
    background: #f5f5f5;
}

    .footer b {
        font-weight: bold;
        margin-left: 20px;
    }

    .footer img {
        float: right;
        margin-right: 40px;
    }

    .footer.navbar-fixed-bottom {
        position: fixed;
        bottom: 0;
    }

/*************  KNOB *****************/
.knob {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

    .knob:focus {
        outline: none;
    }


/************************ Notifiche **************************/
.notification-box {
    background: #f6f6f6;
    border: 1px solid #e8e9e7;
    color: #000;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 10px;
}

    .notification-box .notification-header {
        border-bottom: 1px solid #e8e9e7;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
        font-weight: bold;
    }

        .notification-box .notification-header .notification-status {
            font-weight: normal;
            color: #0099ff;
        }

    .notification-box .notification-body {
        margin: 15px;
    }

    .notification-box p {
        padding: 0;
        margin: 0;
    }

    .notification-box span {
        font-weight: bold;
    }

    .notification-box a {
        color: #000000;
        text-decoration: none;
    }

        .notification-box a:hover {
            text-decoration: none;
        }

    .notification-box.edit {
        background: #f2fcdb;
        border-color: #b7e8a4;
    }

        .notification-box.edit .notification-header {
            border-bottom: 1px solid #b7e8a4;
        }

        .notification-box.edit a {
            color: #829b74;
            text-decoration: underline;
        }

            .notification-box.edit a.btn {
                border: 1px solid #c0e3ae;
                padding-left: 25px;
                padding-right: 25px;
                text-decoration: none;
                background: #def5cd; /* Old browsers */
                /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZjVjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMGUzYWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                background: -moz-linear-gradient(top, #def5cd 0%, #c0e3ae 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#def5cd), color-stop(100%,#c0e3ae)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #def5cd 0%,#c0e3ae 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #def5cd 0%,#c0e3ae 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #def5cd 0%,#c0e3ae 100%); /* IE10+ */
                background: linear-gradient(to bottom, #def5cd 0%,#c0e3ae 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def5cd', endColorstr='#c0e3ae',GradientType=0 ); /* IE6-8 */
            }

    .notification-box.active {
        background: #f3fcff;
        border-color: #bddce1;
    }

        .notification-box.active .notification-header {
            border-bottom: 1px solid #bddce1;
        }


.notification-gritter:first-child {
    margin-top: 50px;
}

.notification-gritter-success .gritter-item {
    background-color: rgba(183,232,164,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccb7e8a4', endColorstr='#ccb7e8a4',GradientType=0 ); /* IE6-8 */
}

    .notification-gritter-success .gritter-item:hover {
        background-color: rgba(183,232,164,1);
    }

/* Risoluzione anomalia nella visualizzazione controlli della mappa */
.gmnoprint img {
    max-width: none;
}

.select-box {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}

    .select-box .message {
        background: #f5f5f5;
        border: 1px solid #e8e8e8;
        color: #b5b5b5;
        padding: 20px;
        font-size: 20px;
        -ms-border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

.large-select-box {
    margin: 0 auto;
}

.orange-select-box {
    background: #FFEDDE;
    border: 1px solid #FFD4A6;
    padding: 20px;
    font-size: 15px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.orange-text {
    color: #FF6F00;
}

.barraRicerca {
    height: 80px;
    color: #6C905F;
    background-color: #F0FBD9;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ACE298;
    padding: 6px 20px 0px 20px;
    font-family: Arial;
    font-size: 13px;
}

    .barraRicerca.noLabel {
        height: auto;
        padding: 18px 18px;
    }

    .barraRicerca input[type="text"] {
        width: 140px;
    }

    .barraRicerca label {
        font-weight: bold;
        font-size: 11px;
    }

    .barraRicerca .pull-left {
        margin-left: 25px;
    }

        .barraRicerca .pull-left:first-child {
            margin-left: 0px;
        }

    .barraRicerca .btn, .barraRicerca img {
        margin-top: 22px;
    }

    .barraRicerca .spacer {
        background: #ACE298;
        width: 1px;
        height: 90%;
    }

.container-fluid.green_bar {
    padding: 0;
}

.filter-bar.green_bar {
    margin-top: 10px;
    padding: 15px 18px;
}

.tabStrip ~ .filter-bar.green_bar {
    margin-top: 10px;
}

.filter-bar .btn > img {
    margin-top: 0px;
    margin-right: 8px;
}

/*.filter-bar .row-flud:nth-child(n+1) {
        margin-top: 20pt;
        display: inline-block;
    }*/


.filter-bar ul.filter-list {
    list-style-image: url("/img/ico/filter.png");
}

.filter-bar h3 {
    color: black;
    font-weight: bold;
}

.filter-bar .row-fluid {
    /*height: 50px;*/
    width: auto;
}

    .filter-bar .row-fluid.first-row {
        padding: 20px 20px 15px 20px;
    }

    .filter-bar .row-fluid.second-row {
        padding: 10px 20px 5px 20px;
    }

.filter-bar div[class^="span"] {
    height: inherit;
}

ul.filter-list > li {
    color: black;
}

    ul.filter-list > li:hover {
        cursor: pointer;
        color: inherit;
    }

#filterDiv {
    width: 155px;
}

    #filterDiv > .btn-success {
        line-height: 25pt;
        font-size: 12pt;
        width: 131px;
        height: 35px;
    }

        #filterDiv > .btn-success > img {
            vertical-align: middle;
        }

#renderingFiltro {
    width: auto;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.filter-name {
    background-color: lightgray;
    -moz-border-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 5px;
    margin-left: 20px;
}

    .filter-name label {
        color: white;
        font-weight: bold;
        padding: 5pt;
        display: inline;
        line-height: 25pt;
        font-size: 12pt;
    }

.row-fluid .filter-row {
    padding: 3px 0px;
}

.row-fluid .filter-body {
    padding: 0;
    margin: 0;
}

.filter-body > input[type=text] {
    background-image: url("/img/ico/find.png");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-color: white;
    font-size: 12pt;
    margin: 0;
    -moz-border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 10pt;
}

.filter-body input[type=text] {
    padding: 8pt;
}

.advanced .filter-body input[type=text] {
    padding: 3pt;
}

.filter-body .k-select {
    margin-top: 6px;
    margin-right: 1px;
}

.filter-body .k-datepicker .k-select {
    margin-top: 0;
    margin-right: 1px;
}

.advanced .filter-body .k-select {
    margin-top: 2px;
}

.filter-body span.k-datepicker, .filter-body span.k-combobox, .filter-body span.k-dropdown {
    margin-right: 5px;
}

.advanced .filter-body span.k-datepicker, .advanced .filter-body span.k-combobox, .advanced .filter-body span.k-dropdown {
    width: 98%;
}

.filter-body span.k-datepicker {
    width: 115px;
}

.filter-body > span.k-autocomplete {
    margin-right: 35px;
}


.filter-body .k-combobox .k-input,
.filter-body .k-autocomplete .k-input,
.filter-body .k-picker-wrap .k-input,
.filter-body .k-dropdown-wrap .k-input {
    -webkit-box-shadow: inset 0 0 0px 0px #000000;
    box-shadow: inset 0 0 1px 0px #000000;
}

@media(max-width:1024px) {
    .filter-row > div[class*="span"] { /* for the above viewpoints, force spans to be 50% */
        width: 48.717948717948715%;
        float: left;
    }

        .filter-row > div[class*="span"]:nth-child(n + 1) {
            margin-left: 0;
        }

    .advanced .filter-row > div[class*="span"]:nth-child(4n + 2), .advanced .filter-row > div[class*="span"]:nth-child(4n + 1),
    .advanced .filter-row {
        padding: 0px 0px 3px 0px;
    }

    /*.filter-row > div[class*="span"]:last-child {
            float:right;
    }*/
}

.advanced .filter-name label {
    line-height: 15pt;
    font-size: 10pt;
    white-space: nowrap;
    font-weight: normal;
}

.filter-line {
    height: 50px;
}


#btnConferma {
    background-image: url("/img/ico/plus.png");
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: text-bottom;
}

#salvaFiltro, #caricaFiltro {
    background-repeat: no-repeat;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-top: 10pt;
    margin-left: 10pt;
    margin-bottom: 12pt;
}

#caricaFiltro {
    background-image: url("/img/ico/carica.png");
}

    #caricaFiltro + div label {
        margin-right: 8px;
    }

#salvaFiltro {
    background-image: url("/img/ico/salva.png");
}

#saveFilter {
    margin-right: 6px;
}

#calendarStartDiv, #calendarStopDiv {
    background-repeat: no-repeat;
    width: 71px;
    height: 44px;
    margin-left: 5pt;
    margin-bottom: 2pt;
}

#calendarStartDiv {
    background-image: url("/img/ico/fromDateCalendar.png");
}

#calendarStopDiv {
    background-image: url("/img/ico/toDateCalendar.png");
}

#showStartCalendar, #showStopCalendar {
    width: 260px;
    height: 240px;
    padding: 42px 0px 0px 0px;
    margin-top: 43px;
    z-index: 100;
    float: right;
    border-width: 0px;
}

#showStartCalendar {
    background: url("/img/ico/fromDateCalendarPopover.png") transparent no-repeat 0 0;
}

#showStopCalendar {
    background: url("/img/ico/toDateCalendarPopover.png") transparent no-repeat 0 0;
}

div[id^="show"][id$="Calendar"] .k-header, div[id^="show"][id$="Calendar"] .k-content {
    width: 98%;
    margin: 0% 1% 0% 1%;
}

#lblStartMonth, #lblStopMonth {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: absolute;
    margin-top: 10pt;
    margin-left: -1pt;
    color: white;
    font-size: 10pt;
}

#lblStartDay, #lblStopDay {
    position: absolute;
    padding-left: 15pt;
    font-size: 30pt;
    font-weight: bold;
    line-height: 35pt;
    color: black;
}

#elencoFiltri {
    background: #f9fdee;
    background: -moz-linear-gradient(left, #f9fdee, #f7feec);
    background: -webkit-linear-gradient(left, #f9fdee, #f7feec);
    background: -o-linear-gradient(left, #f9fdee, #f7feec);
    background: -ms-linear-gradient(left, #f9fdee, #f7feec);
    background: linear-gradient(left, #f9fdee, #f7feec);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fdee', endColorstr='#f7feec',GradientType=1);
    height: 100%;
}

    #elencoFiltri label {
        display: inline;
        font-size: 12pt;
        padding-left: 5pt;
        width: 100px;
    }

    #elencoFiltri > div {
        height: 30pt;
        margin-right: 10pt;
        margin-top: 11pt;
        padding: 10px;
    }

    #elencoFiltri img {
        padding-left: 10pt;
        vertical-align: sub;
    }

        #elencoFiltri img:nth-child(2n) {
            margin-right: 4pt;
        }

    #elencoFiltri #btnDeleteAll {
        cursor: pointer;
    }

.popover div label {
    display: inline;
}

.popover div img[value="Elimina"] {
    margin-top: 2px;
    float: right;
}

div[id^="btnDelete"] {
    color: black;
    /*font-weight: bold;*/
}

div[id^="btnDelete"], div[id^="btnEdit"] {
    cursor: pointer;
}

.grid-icons input[type="checkbox"], .grid-icons a {
    padding: 0;
    margin: 0 10px 0 0 !important;
}

.grid-icons .off img {
    opacity: 0.3;
    -ms-opacity: 0.3;
    /* works for IE 8. */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.select-box-multiple {
    margin-bottom: 5px;
    margin-right: 10px;
}

    .select-box-multiple p {
        background: #61b1ff;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 12px;
        width: 390px;
        color: #FFFFFF;
        margin: 0;
        font-weight: bold;
    }

    .select-box-multiple input[type="checkbox"] {
        margin: 0;
        background: #61b1ff;
        border: 1px solid #FFFFFF;
        color: #FFFFFF;
    }

    .select-box-multiple select {
        margin: 0;
    }

    .select-box-multiple .arrow-down {
        margin-left: 14px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #61b1ff;
    }

.selectall {
    margin-top: 15px;
    text-decoration: underline;
    color: #61b1ff;
    font-weight: bold;
}

    .selectall:hover {
        text-decoration: none;
        color: #61b1ff;
    }

tr.k-state-selected {
    background: #E5F5FF !important;
    color: #000000;
}

#notFoundFirst #btnDoFirst {
    width: 460px;
    height: 50px;
    font-size: 1em;
    font-weight: normal;
    color: #b5b5b5;
}


/****************************** checkbox ************************/
.css-label {
    margin-right: 10px;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label {
        padding-left: 20px;
        height: 18px;
        display: inline;
        line-height: 18px;
        background-repeat: no-repeat;
        background-image: url(checkbox/checkNO.png);
        font-size: 15px;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox.checked + label.css-label {
        background-image: url(checkbox/checkb1.png);
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-image: url(checkbox/checkb1.png);
    }

    input[type=checkbox].css-checkbox.css-checkbox-blue.checked + label.css-label {
        background-image: url(checkbox/checkb2.png);
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox.css-checkbox-blue:checked + label.css-label {
        background-image: url(checkbox/checkb2.png);
        cursor: pointer;
    }


.btn-green {
    color: #728C66;
    background: linear-gradient(180deg,#E4F6CC,#C2E2AE);
    border-radius: 10px;
    border: 1px solid #9DCC8C;
    padding: 5px 40px 5px 40px;
    font-family: Arial;
    font-size: 15px;
    margin-top: -8px;
}

    .btn-green:hover {
        color: #728C66;
        background: linear-gradient(180deg,#E4F6CC,#C2E2AE);
    }

#barraRicerca, #barraRicerca:after, #barraRicerca:before, .green_bar, .green_bar:after, .green_bar:before {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}
/* per eliminare lo spazio del padding */

#barraRicerca {
    color: #6C905F;
    background-color: #F0FBD9;
    border-radius: 5px;
    border: 1px solid #ACE298;
    padding: 6px 20px 0px 20px;
    font-family: Arial;
    font-size: 13px;
}


.green_bar {
    color: #6C905F;
    background-color: #F0FBD9;
    border-radius: 5px;
    border: 1px solid #ACE298;
    padding: 20px 20px 20px 20px;
    font-family: Arial;
    font-size: 13px;
    margin: 0px 0px 20px 0px;
}

    .green_bar form div {
        float: left;
        margin-right: 20px;
    }





@media only screen and (min-width : 10px) and (max-width : 480px) {
    #barraRicerca {
        color: #6C905F;
        background-color: #F0FBD9;
        font-size: 100%;
        width: 100%;
        width: 430px;
        height: 100%;
        height: 106px;
        padding: 2px 2px 2px 2px;
    }
}

@media only screen and (min-width : 480px) and (max-width : 768px) {
    /*@media (max-width : 767px) {*/
    #barraRicerca {
        color: #6C905F;
        background-color: #F0FBD9;
        font-size: 100%;
        width: 100%;
        width: 745px;
        height: 100%;
        padding: 2px 2px 2px 2px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 979px) {
    #mainDiv {
        width: 500px;
        height: 500px;
        float: left;
        margin-left: 20px;
    }

    #barraRicerca {
        color: #6C905F;
        background-color: #F0FBD9;
        font-size: 100%;
        width: 100%;
        width: 742px;
        height: 100%;
        padding: 2px 2px 2px 2px;
    }

    div.row-fluid {
        margin-top: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1200px) {
    #barraRicerca {
        color: #6C905F;
        background-color: #F0FBD9;
        font-size: 100%;
        width: 100%;
        width: 1050px;
        height: 100%;
        padding: 2px 2px 2px 50px; /*width, , height , */
        margin-left: 17px;
        float: left;
        padding-right: 1200px;
    }

    #mainDiv {
        width: 1300px;
        height: 500px;
    }

    #container {
        width: 100%;
        width: 1150px;
        height: 100%;
        padding: 2px 2px 2px 50px; /*width, , height , */
        float: left;
        padding-left: 70px;
    }
}

/* trasforma la griglia in scrollabile */
.scrollableGrid {
    overflow-x: auto;
}

    .scrollableGrid .k-grid {
        display: block;
        border: none;
    }

.k-grid-header th[data-dir] {
    font-weight: bold;
}

/*Scelta anagrafica Espresso Mps*/
#sceltaAnagrafica select {
    width: auto !important;
}

#sceltaAnagrafica select, #sceltaAnagrafica input {
    margin: 10px 10px !important;
}

.k-autocomplete {
    margin-left: 0 !important;
}

#DatiMittente .editor, #DatiDestinatario .editor {
    line-height: 30px;
}

    #DatiMittente .editor label, #DatiDestinatario .editor label {
        float: left;
        text-align: right;
        line-height: 30px;
    }

    #DatiMittente .editor input[type=checkbox], #DatiDestinatario .editor input[type=checkbox] {
        margin: 0 0 0 10px;
    }

table#anagrafica tr {
    cursor: pointer;
}


/*Css Parte Reports Widiba*/
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }


.alert h4 {
    margin: 10px 0;
}

.k-pager-numbers li {
    line-height: inherit;
}

.k-picker-wrap .k-input {
    padding: 4px 6px;
    height: 30px;
}


/* Css aggiunto a posteriori */
.well {
    margin: auto;
    min-height: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.section-title {
    font-size: 20px;
    color: black;
}

.siq_bL {
    bottom: 0 !important;
    left: 0 !important
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
    top: unset !important;
}

.dataTables_scrollBody {
    overflow: inherit !important;
}