html, html:not(.in-modal) body {
    height: 100%;
    margin: 0;
    background-color: #fff;
}

html.in-modal, html.in-modal body {
    background: transparent;
}

html.in-modal body {
    position: relative;
    overflow-x: hidden;
}

html:not(.in-modal) #page-wrapper {
    min-height: calc(100% - 85px);
    position: relative;
}

html:not(.in-modal) #page-right-content {
    min-height: auto;
    padding-bottom: 0;
}

html:not(.in-modal) #header-bottom + section {
    min-height: auto;
}

.footer {
    position: static;
    height: 60px;
    margin-top: 25px;
}


@media (min-width: 421px) {
    body > .modal > .modal-dialog.modal-inner-xxs {
        margin-left: auto;
        margin-right: auto;
        width: 384px;
    }
}

@media (min-width: 517px) {
    body > .modal > .modal-dialog.modal-inner-xs {
        margin-left: auto;
        margin-right: auto;
        width: 480px;
    }
}

@media (min-width: 768px) and (max-width: 804px) {
    body > .modal > .modal-dialog.modal-inner-sm {
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    }
}

@media (min-width: 805px) {
    body > .modal > .modal-dialog.modal-inner-sm {
        width: 768px;
    }
}

@media (min-width: 768px) and (max-width: 1028px) {
    body > .modal > .modal-dialog.modal-inner-md {
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    }
}

@media (min-width: 1029px) {
    body > .modal > .modal-dialog.modal-inner-md {
        width: 992px;
    }
}

@media (min-width: 768px) and (max-width: 1236px) {
    body > .modal > .modal-dialog.modal-inner-lg {
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    }
}

@media (min-width: 1237px) {
    body > .modal > .modal-dialog.modal-inner-lg {
        width: 1200px;
    }
}

@media (min-width: 768px) and (max-width: 1450px) {
    body > .modal > .modal-dialog.modal-inner-xl {
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    }
}

@media (min-width: 1451px) {
    body > .modal > .modal-dialog.modal-inner-xl {
        width: 1414px;
    }
}

@media (min-width: 768px) and (max-width: 1664px) {
    body > .modal > .modal-dialog.modal-inner-xxl {
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    }
}

@media (min-width: 1665px) {
    body > .modal > .modal-dialog.modal-inner-xxl {
        width: 1628px;
    }
}

body > #modal > .modal-dialog > .modal-content {
    border: 0;
    padding: 0;
    line-height: 0;
    opacity: 1;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    background: transparent;
}

body > #modal > .modal-dialog > .modal-content > iframe {
    border: none;
    width: 100%;
}

.in-modal .container {
    width: 100%;
}

button.close[data-dismiss="parent-modal"] {
    position: fixed;
    top: 6px;
    right: 8px;
    z-index: 10;
}

button.close[data-dismiss="parent-modal"] + .close-background {
    position: fixed;
    top: 1px;
    right: 3px;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    font-size: 21px;
}

button.close[data-dismiss="parent-modal"] + .close-background > .fa {
    visibility: hidden;
    margin: 5px;
}

.in-modal .modal-header {
    border-bottom-width: 2px;
    margin: -30px 0 0;
    padding: 30px 0 15px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}

.in-modal .modal-header::after {
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    left: -20px;
    background: #fff;
}

/*.in-modal .modal-title {
	padding-top: 25px;
}
.in-modal .modal-header > .modal-title {
	padding-top: 0;
}*/

.in-modal .modal-body {
    padding: 20px 0;
    z-index: 0;
}

.in-modal .modal-footer {
    margin: 0 0 -15px;
    padding: 15px 0 20px;
}

html:not(.in-modal) > body:not(.modal-open) {
    overflow-y: scroll;
}

.in-modal #page-right-content {
    min-height: auto;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 15px;
/ / padding-top: 0;
/ / padding-bottom: 0;
}

.in-modal .page-header {
    margin-top: 0;
}

.in-modal .page-header > .btn {
    margin-right: 20px;
}

body > #modal > .iframe-loading-indicator {
    position: absolute;
    top: 30px;
    left: 50%;
}

body > #modal > .iframe-loading-indicator > .fa {
    margin-left: -50%;
    color: #eee;
}

body > #modal:not(.modal-iframe-loading) > .iframe-loading-indicator {
    display: none;
}

body > #modal.modal-iframe-loading > .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

body > #modal.modal-iframe-loading > .modal-dialog > .modal-content {
    opacity: 0;
}

h4.header-title > small {
    font-size: .6em;
}

.note-group-select-from-files {
    display: none !important;
}

.has-error > .select2-container--default .select2-selection {
    border-color: #d57171 !important;
}

.has-error > .note-editor.note-frame {
    border: 1px solid #d57171 !important;
}

.has-error > .select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #d57171 transparent transparent transparent;
}

.has-error > .msgvuoto {
    color: #d57171;
}

[data-href] {
    cursor: pointer;
}

[data-href]:hover .btn-link {
    text-decoration: underline;
}

.table.table-datahref-hover > tbody > tr[data-href]:hover {
    background: #f9f9f9;
}

[data-euro],
[data-percent] {
    text-align: right;
}

.tcol-small,
.action-buttons {
    width: 1px;
}

.action-buttons:not(:last-child) {
    padding-right: 0;
}

.action-buttons {
    padding-left: 5px !important;
    min-width: 33px;
}

.table > thead > tr > th:empty,
.table > thead > tr > td:empty,
.table > tbody > tr > th:empty,
.table > tbody > tr > td:empty,
.table > tfoot > tr > th:empty,
.table > tfoot > tr > td:empty {
    padding: 0 !important;
}

.action-buttons:empty {
    width: 0 !important;
    min-width: 0 !important;
}

.action-buttons > .btn,
.action-buttons > form > .btn {
    width: 100%;
}

.action-buttons > .btn > b[data-badge],
.action-buttons > form > .btn > b[data-badge] {
    padding-left: 5px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.action-buttons > .btn.btn-default > b[data-badge],
.action-buttons > form > .btn.btn-default > b[data-badge] {
    color: #777;
}

textarea {
    resize: vertical;
}

.profile {
    line-height: 60px !important;
}

.navbar-default .navbar-nav > li > a {
    color: rgba(255, 255, 255, .7);
}

.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(255, 255, 255, .1);
}

.top-navbar-items-right a.menu-right-item {
    padding: 0 10px !important;
}

.control-label,
.checkbox > label,
.msgvuoto {
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.checkbox > label + input[type="checkbox"] {
    margin-left: 30px;
}

.checkbox > label + input[type="checkbox"] + label {
    margin-left: 45px;
}

.checkbox,
.radio {
    margin-bottom: -5px;
}

.checkbox + .checkbox,
.radio + .radio {
    margin-top: 10px;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 35px;
}

.checkbox + .checkbox.checkbox-first-level {
    margin-top: 15px;
}

.checkbox-single > label,
.radio-single > label {
    padding-left: 0;
}

td > .checkbox-single,
td > .radio-single {
    margin-top: 0;
}

.checkbox input[type="checkbox"] + label::after {
    text-align: left;
    opacity: 0;
    content: "\f00c";
    font-family: 'FontAwesome', sans-serif;
    -webkit-transition: opacity .15s ease-in-out, color .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out, color .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out, color .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out, color .15s ease-in-out;
    transition: opacity .15s ease-in-out, color .15s ease-in-out;
}

.checkbox input[type="checkbox"]:checked + label::after {
    opacity: 1;
    content: "\f00c";
    font-family: 'FontAwesome', sans-serif;
}

.checkbox input[type="checkbox"].tristate + label::after {
    color: #bbb;
}

.form-stars > .checkbox {
    margin: 0;
    padding: 0 5px 0 25px;
}

.form-stars > .checkbox label::before {
    border-width: 0;
}

.form-stars > .checkbox input[type="checkbox"] + label::after {
    content: "\f006";
    font-size: 22px;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    font-weight: normal !important;
}

.form-stars > .checkbox.star-hover input[type="checkbox"] + label::after,
.form-stars > .checkbox.star-checked:not(.star-not-hover) input[type="checkbox"] + label::after,
.form-stars > .checkbox:not(.star-not-hover) input[type="checkbox"]:checked + label::after {
    content: "\f005";
    color: #e2ab3b;
}

/*.select2-results {
	overflow: hidden;
}
.select2-results__options {
	overflow-x: hidden;
	margin-right: -100%;
	padding-right: 100%;
}
.select2-results__option {
	width: 100%;
}*/

select.hidden + .select2 {
    display: none !important;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.select2-container--default .select2-selection {
    outline: none !important;
}

.form-control,
.select2-container--default .select2-selection,
.select2-container--default .select2-dropdown,
.select2-container--open .select2-dropdown,
.checkbox input[type="checkbox"] + label::before,
.note-editor.note-frame {
    border-color: #e3e3e3 !important;
    -webkit-transition: border-color .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out;
    -ms-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
}

.form-control:focus,
.form-control:active,
.select2-container--focus .select2-selection,
.select2-container--open .select2-selection,
body.select2-container--is-focused .select2-container--open .select2-dropdown,
.select2-container--open .select2-dropdown.select2-dropdown--open,
.checkbox > input[type="checkbox"]:focus + label::before,
.checkbox > input[type="checkbox"]:active + label::before,
.datepicker-dropdown,
.daterangepicker,
.bootstrap-timepicker-widget,
.colorpicker,
.note-editor.note-frame.focus {
    border-color: #aaa !important;
}

.has-error > .form-control,
.has-error > div > .form-control {
    border-color: #d57171 !important;
}

.panel > .panel-heading + .table > thead > tr > th:first-child,
.panel > .panel-heading + .table > thead > tr > td:first-child,
.panel > .panel-heading + .table > tbody > tr > th:first-child,
.panel > .panel-heading + .table > tbody > tr > td:first-child,
.panel > .panel-heading + .table > tfoot > tr > th:first-child,
.panel > .panel-heading + .table > tfoot > tr > td:first-child {
    padding-left: 20px;
}

.panel > .panel-heading + .table > thead > tr > th:last-child,
.panel > .panel-heading + .table > thead > tr > td:last-child,
.panel > .panel-heading + .table > tbody > tr > th:last-child,
.panel > .panel-heading + .table > tbody > tr > td:last-child,
.panel > .panel-heading + .table > tfoot > tr > th:last-child,
.panel > .panel-heading + .table > tfoot > tr > td:last-child {
    padding-right: 20px;
}

.table > tbody.multi-head > tr:first-child > th.h4 {
    border-top-width: 0;
}

.table > tbody.multi-head > tr:not(:first-child) > th.h4 {
    border-top-width: 2px;
}

.table > tbody.multi-head > tr > th.h5 {
    padding-left: 25px;
}

.table > tbody.multi-head > tr > td:first-child {
    padding-left: 50px;
}

.panel > .panel-heading + .table > tbody.multi-head > tr:not(:first-child) > th.h4 {
    border-top-width: 2px;
}

.panel > .panel-heading + .table > tbody.multi-head > tr > th.h5 {
    padding-left: 37px;
}

.panel > .panel-heading + .table > tbody.multi-head > tr > td:first-child {
    padding-left: 62px;
}

.panel.panel-custom {
    border-color: #014b94;
    color: #fff;
}

.panel.panel-primary {
    border-color: #458bc4;
    color: #fff;
}

.panel.panel-success {
    border-color: #4fc55b;
    color: #fff;
}

.panel.panel-info {
    border-color: #3db9dc;
    color: #fff;
}

.panel.panel-warning {
    border-color: #e2ab3b;
    color: #fff;
}

.panel.panel-danger {
    border-color: #d57171;
    color: #fff;
}

.panel.panel-dark {
    border-color: #626773;
    color: #fff;
}

.panel.panel-custom > .panel-footer.bg-custom {
    border-radius: 0 !important;
}

.bg-custom > h3 > small {
    color: rgba(255, 255, 255, .7);
}

tr.valign-middle > td,
tr.valign-middle > th,
td.valign-middle,
th.valign-middle {
    vertical-align: middle !important;
}

select.form-control + .select2 {
    width: 100% !important;
}

select.form-control.input-sm + .select2-container .select2-selection {
    font-size: 12px;
    height: 30px !important;
}

select.form-control.input-sm + .select2-container .select2-selection .select2-selection__rendered {
    line-height: 30px !important;
    margin-top: -1px;
    margin-left: -2px;
}

select.form-control.input-sm + .select2-container .select2-selection .select2-selection__arrow {
    height: 26px;
}

.topbar .topbar-left {
    width: auto;
    padding-right: 15px;
}


@media (max-width: 1199px) {
    .logo-lg {
        display: none;
    }

    .logo-sm {
        display: inline-block !important;
    }
}

textarea.form-control.sm {
    min-height: 150px;
}

textarea.form-control.md {
    min-height: 230px;
}

textarea.form-control.lg {
    min-height: 330px;
}

.select2-dropdown {
    padding: 3px 0;
}

.select2-dropdown--above {
    border-bottom-width: 0 !important;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.15);
}

.select2-dropdown--below {
    border-top-width: 0 !important;
    margin-bottom: 25px;
}

.select2-container--above.select2-container--open .select2-selection {
    border-top-width: 0 !important;
    padding-top: 1px;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.15);
}

.select2-container--below.select2-container--open .select2-selection {
    border-bottom-width: 0 !important;
    padding-bottom: 1px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.navbar-toggle span {
    position: relative !important;
    top: 0;
    -webkit-transition: -webkit-transform .5s ease, opacity .5s ease, top .5s ease;
    transition: transform .5s ease, opacity .5s ease, top .5s ease;
}

.navbar-toggle.open span:first-child {
    top: 7px;
}

.navbar-toggle.open span:nth-child(2) {
    opacity: 0;
    visibility: visible;
}

.navbar-toggle.open span:last-child {
    top: -7px;
}

.checkbox-second-level {
    margin-left: 15px;
}

button[data-seleziona-tutto] {
    margin-top: -1px;
}

.panel-footer {
    padding: 10px 20px;
}

.notification-list > div {
    overflow-y: auto;
    max-height: 267px;
}

.notification-list .media-body {
    margin-left: 0;
}

.notification-list .media-body h5 {
    text-overflow: unset;
    white-space: unset;
    line-height: 17px;
}

.notification-list > div > .fa-bell-o {
    color: #ddd;
    margin-bottom: 35px;
}

.span-obb {
    display: none;
}

.campo-obb .span-obb {
    display: initial;
}

.logo > .logo-box {
    background-color: #fff;
    border-radius: 5px;
    padding: 4px;
    height: 54px;
    vertical-align: middle;
    margin-top: -4px;
    display: inline-block;
    line-height: 40px;
}

.logo > .logo-box > img {
    max-height: 46px;
    padding: 0;
    margin-top: 0;
    height: auto;
}

.logo > .logo-box > img + img {
    margin-left: 5px;
}

.logo > .logo-box > img.logo-lg {
    max-width: 202px;
}

.logo > .logo-box > img.logo-sm {
    max-width: 46px;
}

.no-cursor {
    cursor: none;
}

.colorpicker {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    padding: 8px;
    margin-top: 2px;
}

.text-bold {
    font-weight: bold;
}

.text-white {
    color: #fff;
}

button[type="submit"]:not(.submitting) > i.fa.fa-spin,
button[data-submit]:not(.submitting) > i.fa.fa-spin {
    display: none;
}

.navigation-menu > li > a {
    outline: none;
    margin: 0;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
}

::selection {
    background: #014b94;
    color: #fff;
}

::-moz-selection {
    background: #014b94;
    color: #fff;
}

@media (min-width: 1025px) {
    .navbar-default .navigation-menu > li > a::selection {
        background-color: #fff;
        color: #014b94;
    }

    .navbar-default .navigation-menu > li > a::-moz-selection {
        background-color: #fff;
        color: #014b94;
    }
}

.bg-custom::selection,
.bg-custom *::selection {
    background-color: #fff;
    color: #014b94;
}

.bg-custom::-moz-selection,
.bg-custom *::-moz-selection {
    background-color: #fff;
    color: #014b94;
}

.label-custom::selection {
    background-color: #fff;
    color: #014b94;
}

.label-custom::-moz-selection {
    background-color: #fff;
    color: #014b94;
}

.badge::selection {
    background-color: #fff;
    color: #014b94;
}

.badge::-moz-selection {
    background-color: #fff;
    color: #014b94;
}

.pagination > .active > a::selection,
.pagination > .active > span::selection,
.pagination > .active > a:hover::selection,
.pagination > .active > span:hover::selection,
.pagination > .active > a:focus::selection,
.pagination > .active > span:focus::selection {
    background-color: #fff;
    color: #014b94;
}

.pagination > .active > a::-moz-selection,
.pagination > .active > span::-moz-selection,
.pagination > .active > a:hover::-moz-selection,
.pagination > .active > span:hover::-moz-selection,
.pagination > .active > a:focus::-moz-selection,
.pagination > .active > span:focus::-moz-selection {
    background-color: #fff;
    color: #014b94;
}

.list-group-item.active, .list-group-item.active:focus::selection,
.list-group-item.active:hover::selection {
    background-color: #fff;
    color: #014b94;
}

.list-group-item.active, .list-group-item.active:focus::-moz-selection,
.list-group-item.active:hover::-moz-selection {
    background-color: #fff;
    color: #014b94;
}

.btn-custom::selection {
    background-color: #fff;
    color: #014b94;
}

.btn-custom::-moz-selection {
    background-color: #fff;
    color: #014b94;
}

.panel-custom > .panel-heading::selection,
.panel-custom > .panel-heading *::selection {
    background-color: #fff;
    color: #014b94;
}

.panel-custom > .panel-heading::-moz-selection,
.panel-custom > .panel-heading *::-moz-selection {
    background-color: #fff;
    color: #014b94;
}

h4.header-title::selection {
    background: #008b48;
    color: #fff;
}

h4.header-title::-moz-selection {
    background: #008b48;
    color: #fff;
}

#flotTip {
    padding: 8px 12px !important;
    background-color: #626773 !important;
    font-size: 13px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: transparent !important;
}


.gutter-20.row {
    margin-right: -10px;
    margin-left: -10px;
}

.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.gutter-10.row {
    margin-right: -5px;
    margin-left: -5px;
}

.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.gutter-0.row {
    margin-right: 0;
    margin-left: 0;
}

.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"] {
    padding-right: 0;
    padding-left: 0;
}


.section-title {
    font-size: 20px !important;
    margin-bottom: 20px;
}

.boxfam {
    border: 1px solid;
    display: block;
    margin-bottom: 20px;
    height: 280px;
    background: #eee no-repeat center calc(56% + 10px);
    background-size: auto 70%;
}

.boxfam span {
    display: block;
    padding: 8px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 110%;
}

.menulat > .alert {
    margin: 16px;
}


div.cmenu {
    display: none;
    border: 1px solid transparent;
    position: relative
}

div.cmenu.att {
    display: block !important;
}

.expand {
    cursor: pointer;
}

.expand:not(.unico) > b::before {
    font-family: FontAwesome, sans-serif;
    content: '\f105';
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 0;
    position: absolute;
    right: 8px;
    top: 18px;
    box-sizing: border-box;
    font-weight: normal;
}

.expand.expanded:not(.unico) > b::before {
    content: '\f107';
    color: #337ab7;
}

.expand.expand-star > b::before {
    content: '\2605';
}

.expand:hover > b::before {
    color: #337ab7;

}

h3.titolo-menulat {
    font-weight: 600;
    font-size: 22px;
    padding: 10px 0 16px 16px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0
}

.per-menulat {
    padding-left: 300px
}

.menulat {
    background: #f9f9f9;
    border-right: 1px solid #e5e5e5;
    float: left;
    width: 280px;
    position: absolute;
    top: 70px;
    bottom: -25px;
}

@media (max-width: 1200px) {
    .per-menulat {
        padding-left: 220px
    }

    .menulat {
        width: 220px;
    }
}

.menulat h4 a,
.menulat h5 a {
    color: #333;
    display: block;
    padding: 8px 16px 8px 16px
}

.menulat .cmenu.att::before {
    content: '';
    position: absolute;
    height: 100%;
    border-right: 1px solid #337ab7;
    right: -2px;
    z-index: 10
}

.menulat h4.att::before {
    content: '';
    position: absolute;
    height: calc(100% + 2px);
    border-right: 1px solid #337ab7;
    right: -1px;
    z-index: 10
}

.menulat .att a {
    color: #337ab7;
}

.menulat h4 a:hover,
.menulat h5 a:hover {
    color: #014B94;
    border-left: 3px solid #014B94;
    padding-left: 13px
}

.menulat h5 a:hover {
    padding-left: 22px
}

.menulat h5 a {
    padding-left: 25px
}

.menulat h4,
.menulat h5 {
    font-weight: normal;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 !important;
    position: relative
}

.menulat h4 {
    font-size: 17px;
    margin-top: 17px;
    position: relative;
}

.menulat h5.attv, .menulat h4.attv {
    font-weight: bold
}

.menulat h5.attv::before {
    font-family: FontAwesome, sans-serif;
    display: block;
    content: '';
    position: absolute;
    font-size: 28px;
    right: -3px;
    top: 0;
    height: 100%;
    z-index: 20;
    width: 9px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAATCAYAAACtHkzTAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOdAAADnQBaySz1gAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDgvMzAvMTh9UmqkAAAAqklEQVQokX2Quw3CQBBE320DUAIdQAnknEQJmNgJJUAHILExVwKBC3AJpgO34AZ8JGfLcJ9N5+1oZoz3ntyJVScF8QqcTMpBrFbACyACxOoOaIFVBIjVNdBPIoD8ie1S/AEAB2yjPOH7DhxTbYw5POfEqZOSOAHnIjA2tQMeOWDeQay+U0GXNSvgk3UILhugI7UkwNjUPbAHhiQQoA64ZIEAOeAWZYgaWHVftnc5tug0i/sAAAAASUVORK5CYII=') no-repeat center center

}

.ris {
    margin-bottom: 16px;
}

.side_bar {
    overflow: hidden;
}

.titolo-famiglia {
    margin-bottom: 32px;
}

.pretitfam {
    margin: -6px 0 -16px 0;
    font-weight: normal;
}


.table > thead > tr > th {
    white-space: nowrap;
}

.datepicker {
    margin-bottom: 25px;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background: #014b94 !important;
}

.datepicker .prev,
.datepicker .next {
    color: transparent;
}

.datepicker .prev::before,
.datepicker .next::before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #676a6c;
    content: '\f053';
    position: relative;
    left: 3px;
}

.datepicker .next::before {
    content: '\f054';
}

.daterangepicker {
    padding: 6px;
}

.daterangepicker th:not(.available) {
    cursor: default;
}

.hr-thick {
    border-top-width: 2px;
}

.hr-custom {
    border-top-color: #014B94;
}

.container.container-sm {
    max-width: 768px;
}

.container.container-md {
    max-width: 992px;
}


.privacy-policy {
    background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    color: #9a9fa2;
    height: 150px;
    overflow-y: scroll;
    padding: 4px;
    text-align: justify;
}

.table > tbody > tr > td > .progress {
    margin-bottom: 0;
    position: relative;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > td > .progress {
    background-color: #ececec;
}

.table > tbody > tr > td > .progress > .progress-bar[data-below-min] > span {
    position: absolute;
    left: 0;
    width: 100%;
    color: #676a6c;
}

.form-group:not(.has-error) .only-has-error {
    display: none;
}

select {
    display: none !important;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: default;
}

select + input[type="text"][disabled] {
    cursor: pointer;
    background: #fff;
}

select + .select2 + input[type="text"][disabled] {
    display: none;
}

.bootstrap-filestyle > input.form-control {
    border: #e3e3e3 !important;
}

.group-span-filestyle:focus {
    outline: none;
}

.group-span-filestyle:focus > .btn-default {
    background-color: #ededed !important;
    border: 1px solid #cccccc !important;
}

.file-link + input,
.file-link + input + .bootstrap-filestyle {
    display: none;
}

.wrapper-page.wrapper-page-lg {
    max-width: 880px;
}


.form-questions > .form-group {
    margin-bottom: 50px;
}

.label-question-number {
    position: absolute;
}

.label-question {
    display: inline-block;
    margin-left: 35px;
    margin-right: 35px;
}

.question-options {
    margin-left: 35px;
    margin-right: 35px;
}

.question-options > .checkbox-inline + .checkbox-inline,
.question-options > .radio-inline + .radio-inline {
    margin-left: 35px;
}

.question-options > .control-label {
    margin-top: 15px;
}

.question-options > * .control-label {
    font-weight: normal;
    margin-top: 8px;
}

.form-control.input-dotted {
    height: 20px;
    padding: 0 2px 1px;
    border-radius: 0;
    border-width: 0 0 1px;
    border-style: dotted;
    border-color: #888 !important;
    display: inline-block;
}

.table-input-fullwidth {
    width: 100%;
}

.table-input-fullwidth td:first-child {
    width: 1px;
    white-space: nowrap;
    padding-right: 15px;
}


.question-options > table.question-poll {
    width: 100%;
}

.question-options > table.question-poll > tbody > tr > td:first-child {
    width: 200px;
    max-width: 20vw;
    vertical-align: middle;
}

.question-options > table.question-poll > tbody > tr > td:first-child > .progress {
    margin-bottom: 0;
}

.question-options > table.question-poll > tbody > tr > td:last-child {
    padding-left: 15px;
}

.dropdown-menu > li > a > .fa {
    margin-right: 10px;
}

.note-editor.note-frame .note-editing-area .note-editable {
    margin-top: 5px;
}

.alert-warning {
    color: #d18f0c;
}


.note-editable img {
    max-width: initial;
}

.note-editable table {
    border-spacing: initial;
    border-collapse: initial;
    background-color: initial;
}

.note-editable td {
    padding: initial;
}


.td-html > * {
    margin: 0 !important;
    padding: 0 !important;
}

.box-non-disponibile {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.box-non-disponibile * {
}

.box-non-disponibile > a {
    opacity: .2;
    pointer-events: none;
    cursor: default;
}

.text-non-disponibile {
    display: none;
}

.box-non-disponibile > .text-non-disponibile {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    padding-top: 18px; /* 38 di riga blu sopra - 20 di margin sotto */
    transform: translateY(-50%);
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}


.table > tbody > tr.table-subtotal {
    background: #fff;
}

.table > tbody > tr.table-subtotal > th {
    padding-bottom: 24px;
}

.table > tbody > tr.table-subtotal + tr > th {
    border-top-width: 0;
}

.table > tfoot > tr.table-total > th {
    border-top-width: 2px;
}

.top-navbar-items-right a.menu-right-item.change-language {
    height: 70px;
    width: 46px;
    position: relative;
}

.top-navbar-items-right a.menu-right-item.change-language img {
    width: 26px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.top-navbar-items-right a.menu-right-item.change-language + ul.dropdown-menu li a img {
    height: 14px;
    margin-right: 10px;
    margin-top: -3px;
}


.progress-bar-custom {
    border: solid #014b94;
    border-width: 6px 0;
}


.page-header > .alert.pull-right {
    margin-top: -9px;
}

.page-header > .alert.pull-right + .alert.pull-right,
.page-header > .alert.pull-right + .btn.pull-right,
.page-header > .btn.pull-right + .alert.pull-right,
.page-header > .btn.pull-right + .btn.pull-right {
    margin-right: 15px;
}


.text-answers-list {
    max-height: 450px;
    overflow-y: auto;
    margin: 0 -15px;
    padding: 0 15px;
}

.checkbox-radio-answers-list {
    max-height: 300px;
    overflow-y: auto;
    margin-left: 15px;
    margin-bottom: 10px;
    padding-bottom: 0;
}


@media print {
    button.close[data-dismiss="parent-modal"],
    button.close[data-dismiss="parent-modal"] + .close-background {
        display: none;
    }

    .modal-footer {
        display: none;
    }

    .text-answers-list,
    .checkbox-radio-answers-list {
        max-height: unset !important;
    }
}


.dropdown-menu > li:hover > a {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    bottom: auto;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}


[data-nascosta-distante] {
    display: none;
}


.note input {
    border-color: transparent !important
}

.ben input, .ben .form-group:not(.has-error) .select2-container--default:not(.select2-container--open) .select2-selection {
    border-color: #CCDBEA !important
}

.doc input, .doc .form-group:not(.has-error) .select2-container--default:not(.select2-container--open) .select2-selection {
    border-color: #CCE8DA !important
}

.doc .bootstrap-filestyle.input-group input {
    background-color: #CCE8DA !important
}

.doc .btn-default {
    border-color: #B2DCC8 !important
}

.doc .btn-secondary {
    background-color: #4CAE7F !important;
    color: #FFF !important
}

.doc .btn-secondary:hover {
    background-color: #7FC5A3 !important;
    color: #FFF !important
}

.note .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #efd5d5
}

.doc .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #dfede6
}


.row-eq-height,
.row-eq-height > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.table.table-sticky-header > thead:first-child > tr:first-child > th {
    position: sticky;
    top: 0;
    z-index: 5;
}

.table.table-sticky-header > thead:first-child > tr:first-child > th::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: -2px;
    left: 0;
    background: #fff;
    z-index: -1;
    border-bottom: 2px solid #ddd;
}


#modal .modal-dialog {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

#modal iframe {
    height: calc(100vh - 30px);
}


html.in-modal .modal-backdrop {
    position: absolute;
}


label[for="sn-checkbox-open-in-new-window"] {
    display: none;
}


.table tr.striped-row {
    background: #f9f9f9;
}

.table.borderless td, .table.borderless th {
    border: none;
}

.text-gray {
    color: #bbb;
}

.text-middle {
    display: inline-block;
    vertical-align: middle;
    float: none;
}