
html {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link {
    text-decoration: none;
}

a:hover {
    color: #000099;
}

a:active {
    text-decoration: none;
}

.class_href {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: White;
}

.class_href:hover {
    color: White;
}

.context-menu-font {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
}

.context-menu-css-title-quick-actions:before {
    content: "Azioni rapide";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #D7D6D6;
    padding: 2px;

    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.context-menu-css-title-quick-actions :first-child {
    margin-top: 20px;
}

.label {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
}

.label-error {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #d02718;
}

.txtbox {
    padding: 0 3px;
    border: 1px solid #aaa;
    white-space: nowrap;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.txtbox:not(textarea) {
    height: 23px !important;
    line-height: 23px !important;
}

.txtbox:focus {
    box-shadow: 0 0 1px 2px rgb(156, 200, 255);
    border: 1px solid #333333;
    outline: none;
}

.txtbox[readonly] {
    background-color: #cccccc;
    color: #222222;
}

.txtbox[disabled] {
    background-color: #cccccc;
    color: #222222;
}

.txtbox::-ms-clear {
    display: none;
}

.txtbox.errorMsg {
    border-color: red;
}

.button_small02 {
    border: 1px solid #000000;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #000000;
    background-color: #D7D6D6
}

.btn-green {
    background: #86df5e;
    background: -webkit-linear-gradient(#86df5e, #317d0f);
    background: linear-gradient(#86df5e, #317d0f);
    border-radius: 5px;
    padding: 3px 8px;
    color: #ffffff;
    display: inline-block;
    font: normal 700 12px/1 "Open Sans", sans-serif;
    text-align: center;
    text-shadow: 1px 1px #000000;
}

.btn-yellow {
    background: #ffff00;
    background: -webkit-linear-gradient(#ffff00, #bf9000);
    background: linear-gradient(#ffff00, #bf9000);
    border-radius: 5px;
    padding: 3px 8px;
    color: #ffffff;
    display: inline-block;
    font: normal 700 12px/1 "Open Sans", sans-serif;
    text-align: center;
    text-shadow: 1px 1px #000000;
}

.btn-red {
    background: #ff0000;
    background: -webkit-linear-gradient(#ff0000, #990000);
    background: linear-gradient(#ff0000, #990000);
    border-radius: 5px;
    padding: 3px 8px;
    color: #ffffff;
    display: inline-block;
    font: normal 700 12px/1 "Open Sans", sans-serif;
    text-align: center;
    text-shadow: 1px 1px #000000;
}

.label_small {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    margin-top: 3px;
}

.menulogout {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #D7D6D6;
}

.menulogout:hover {
    color: #FFFFFF;
}

.bannerriga {
    /*
        background-image:url(images/bgline.png);
        background-repeat:repeat-x;
    */
}

.datepicker {
}

.datepicker.error {
    border: 1px solid red;
}

.ui-datepicker-trigger {
    position: relative;
    top: -2px;
    cursor: pointer;
}


/*
 * Tables
 */

.externalcontainer tr td {
    vertical-align: top;
}

.rounded-corner {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    color: #E3E3E3;
    font-size: 14px;
    margin: 25px;
    text-align: left;
    border-collapse: collapse;
}

.rounded-corner thead th.rounded-head-left {
    background-color: #7e91af;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;

}

.rounded-corner thead th.rounded-head-right {
    background-color: #7e91af;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
}

.rounded-corner th {
    padding: 8px;
    font-weight: bold;
    font-size: 15px;
    color: #E3E3E3;
    background: #7e91af;
}

.rounded-corner th:hover {
    color: #ffffff;
    cursor: pointer;
}

.rounded-corner td.redRow {
    background: #fdd;
}

.rounded-corner td.greenRow {
    background: #ada;
}

.rounded-corner td.vipRow {
    background: #ffffaa;
}

.rounded-corner td {
    padding: 8px;
    background: #dddddd;
    border-top: 1px solid #fff;
    color: #4A4B3D;
}

.rounded-corner td.deletedRow {
    background: #fdd;
}

.rounded-corner-fixed-height td {
    height: 24px;
}

.rounded-corner tfoot td.rounded-foot-left {
    background: #dddddd;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.rounded-corner tfoot td.rounded-foot-right {
    background: #dddddd;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.rounded-corner tbody tr:hover td {
    background: #cccccc;
}

.form-table {
    margin: 0;
    border-collapse: collapse;

}

tr.form-row {
    display: table-row;
}

.form-table .form-row > td {
    padding: 8px;
    background: #dddddd;
    border-top: 1px solid #fff;
    color: #4A4B3D;
}

.form-table .form-row:first-child td:first-child {
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
}

.form-table .form-row:first-child td:last-child {
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
}

.form-table .last-row td:first-child {
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.form-table .last-row td:last-child {
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.prdRowList {
    cursor: pointer;
}

/*
* Auth Table
*/

.auth-table {
    margin: 0;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    color: #D7D6D6;
    font-size: 14px;

}

.auth-table .auth-row td {
    padding: 8px;
    background: #dddddd;
    border-top: 1px solid #fff;
    color: #4A4B3D;
    vertical-align: top;
}

.auth-table tr:first-child td {
    color: #000000;
    background: #D7D6D6;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 15px;
}

.auth-table .auth-row:first-child td:first-child {
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
}

.auth-table .auth-row:first-child td:last-child {
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
}

.auth-table .auth-last-row td:first-child {
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.auth-table .auth-last-row td:last-child {
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

/*
* Auth Table List
*/

.auth-table-list {
    margin: 0;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    color: #D7D6D6;
    font-size: 14px;
}

.auth-table-list .auth-row td {
    padding: 8px;
    background: #dddddd;
    border-top: 1px solid #fff;
    color: #4A4B3D;
}

.auth-table-list tr:first-child td {
    color: #000000;
    background: #D7D6D6;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 15px;
}

.auth-table-list .auth-row:first-child td:first-child {
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
}

.auth-table-list .auth-row:first-child td:last-child {
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
}

.auth-table-list .auth-last-row td:first-child {
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.auth-table-list .auth-last-row td:last-child {
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.auth-button {
    background-color: #000000;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-left-radius: 7px;
    text-indent: 0;
    border: 1px solid #666666;
    display: inline-block;
    color: #D7D6D6;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    height: 25px;
    width: 90px;
    text-decoration: none;
    text-align: center;
}

.auth-button:hover {
    background-color: #333333;
    cursor: pointer;
    color: #D7D6D6;
}

.auth-button:active {
    position: relative;
    top: 1px;
}

.auth-errorMsg {
    color: #D41225;
    font-size: 14px;
}


.auth-txtbox {
    border: 1px solid;
    border-color: #022863;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.auth-txtbox[readonly] {
    background-color: #cccccc;
    color: #222222;
}

.auth-txtbox::-ms-clear {
    display: none;
}

.auth-txtbox.auth-errorMsg {
    border: 1px dotted red;
}

.auth-multiple-header {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    padding: 8px;
    background: #dddddd;
    color: #4A4B3D;
}

/*
 * Div Container
 */

.rounded-corner-div, .rounded-corner-div-body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    color: #D7D6D6;
    font-size: 14px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #D7D6D6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-collapse: collapse;
    text-align: left;

}

.rounded-corner-div-head {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a80329), color-stop(1, #2F486B));
    background: -moz-linear-gradient(center top, #a80329 5%, #2F486B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e486b', endColorstr='#2F486B');
    background-color: #D7D6D6;
    color: #FFFFFF;
    font-size: 16px;
    border-left: 0 solid #0070A8;
    padding: 8px;
    text-align: center;
}

.rounded-corner-div-body {
    border: none;
    margin: 15px
}

.rounded-corner-div-foot {
    margin: 10px;
}

.errorMsg {
    color: #d00038;
    font-size: 14px;
}

.locked {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.8); /*lets make it semi-transparent */
    z-index: 9999; /*because you could set some z-indexes in your code before, so lets make sure that this will be over every elements in html*/
}

.clearable {
    background-image: url(images/clearable.png);
    background-repeat: no-repeat;
    background-position: right -10px center;
    padding-right: 18px; /* USE the same right padding in jQ! */
}

/* (jQ addClass:) if input has value: */
.clearable.x {
    background-position: right 5px center;
}

/* (jQ addClass:) if mouse is over the 'x' input area*/
.clearable.onX {
    cursor: pointer;
}

.euro {
    background-image: url(images/euro.png);
    background-repeat: no-repeat;
    background-position: right -2px top;
    padding-right: 13px; /* USE the same right padding in jQ! */
}

.right {
    text-align: right;
}

.perc {
    background-image: url(images/perc.png);
    background-repeat: no-repeat;
    background-position: right -2px top;
    padding-right: 13px; /* USE the same right padding in jQ! */
}

.srcfld {
    background-image: url(images/cerca.png);
    background-repeat: no-repeat;
    background-position: right 2px top 3px;
    padding-right: 12px; /* USE the same right padding in jQ! */
}

ul.ui-autocomplete {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.ui-autocomplete-loading {
    background: url('images/indicator.gif') no-repeat right center;
    background-color: white;
    padding-right: 12px;
}

.ui-autocomplete-input { /*margin-left: 2px;*/
}

.custom-combobox {
    top: 0;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    height: 16px;
    border: 1px solid black;
}

.custom-combobox input {
    vertical-align: middle;
    height: 14px;
    margin-right: 0px;
}

.custom-combobox input[readonly] {
    background-color: white;
    color: black;
}

.apptitle {
    border: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: #8e8e8e;
    width: auto;
}

#editnote .ui-dialog-titlebar,
#editnote .ui-dialog-titlebar-close {
    display: none;
}

#editnote .ui-dialog-content {
    padding: 0;
}

#editnote .ui-dialog-buttonpane {
    border: 0;
    padding: 0;
}

#editnote .ui-button-text {
    padding: 0;
}

tr.warninghead td {
    line-height: 100% !important;
    font-size: 16px !important;
    font-weight: bold !important;
    font-style: italic !important;
}

.warningline a,
.warningline a:visited {
    color: #CC0000 !important;
}

.warningline {
    line-height: 100%;
}

tr.warningline td {
    line-height: 100% !important;
    font-style: italic !important;
    padding: 1px !important;
}
tr.warningline td div {
    padding-bottom: 2px;
}

.appversion {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    /*background: #FFF;*/
    color: #888;
    position: fixed;
    bottom: 0;
    right: 2px;
}

#radioButtonList .ui-button .ui-button-text {
    color: #CCC;
}

#radioButtonList .ui-button.ui-state-active .ui-button-text {
    color: #4A4B3D;
    background-color: white;
}

.tabTitle {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: #8e8e8e;
    width: auto;
}

.tabSubtitle {

}

.notifiche {
    overflow: hidden;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.notificheHeader {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #333333), color-stop(1, #000000));
    background: -moz-linear-gradient(center top, #333333 5%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000');
    background-color: #333333;
    color: #D7D6D6;
    font: normal 12px/150% -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;;
    font-size: 14px;
    border-left: 0px;
    text-align: left;
}

.notifiche tbody tr:nth-child(odd) td {
    background-color: #fbfbfb;
}

.notifiche tbody tr:nth-child(even) td {
    background-color: #e8ecee;
}

.notifiche tbody tr:hover td {
    background: #d0dafd;
}

.notifiche tfoot {
    background: #fbfbfb;
}

.oneline {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.back {
    display: none;
}

.tooltipevent {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
    background: #E1EEf4;
    position: absolute;
    z-index: 10001;
    padding: 0;
    font: normal 12px/150% -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;;
    border: 1px solid #5db1f9;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.tooltipeventTab tr:first-child td:first-child {

    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #FFF;
    font-weight: bold;
}

.tooltipeventTab tr:first-child td:last-child {

    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    color: #FFF;
    font-weight: bold;
}

.push_button {

    cursor: pointer;

    background-color: white;

    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;

    border: 1px solid;
    border-radius: 3px;

    width: 32px;
    height: 32px;

    -webkit-box-shadow: 4px 4px 2px;
    -moz-box-shadow: 4px 4px 2px;
    box-shadow: 4px 4px 2px;

    /*    -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;*/
}

.push_button:active {
    position: relative;
    top: 2px;
    left: 1px;

    -webkit-box-shadow: 2px 2px 1px;
    -moz-box-shadow: 2px 2px 1px;
    box-shadow: 2px 2px 1px;

}

.c-menu {
    border: 2px solid #D7D6D6 !important;
    background: black !important;
}

.c-menu-item {
    cursor: pointer;
    margin: 0;
    padding: 3px 1em 3px .4em;
    background-color: black;
    color: white;
}

.c-menu-item:hover {
    color: #D7D6D6;
    background-color: #555555;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.blurred {
    opacity: .2;
    transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
}

.blurred:hover {
    opacity: 1;
}

#userAlertMessage {
    background-color: #333;
    min-height: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

#userAlertMessage a {
    color: #4B8EE7;
    text-decoration: none;
}

#userAlertMessageClose {
    float: right;
    font-size: 24px;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}

#userAlertMessageClose:hover {
    color: #D7D6D6;
}

#userAlertMessage a.userAlertMessageOK {
    color: #D7D6D6;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: bold;
    display: inline-block;
    border: 2px solid #D7D6D6;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;

    background-image: linear-gradient(#D7D6D6, #D7D6D6), linear-gradient(#333, #333);
    background-size: 0 2px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: .4s ease-out;

}

#userAlertMessage a.userAlertMessageOK:hover {
    border: 2px solid #333;
    background-size: 100% 2px, auto;
}

.evidenzia {
    border: 2px solid #cc0000;
    font-weight: bold;
    color: #cc0000;
}

.statusContainer {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 2px 5px 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
}

.ms-choice {
    height: 23px;
    line-height: 22px;
    color: #444;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.ms-choice > div.icon-close:before {
    content: '\2716';
    color: red;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    font-size: 12px;
}

.ms-choice > span {
    padding-left: 4px;
    top: 1px;
}

.ms-search input {
    width: 95%;
}

.ms-drop ul > li.hide-radio label {
    padding: 3px 4px;
}

.ms-drop ul > li.hide-radio.selected {
    color: black;
    background-color: rgb(156, 200, 255);
}

.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

code {
    display: block;
    background: #f1f1f1;
    white-space: pre;
    padding: 1em;
    text-align: left;
    margin: 0.25em 0;
    direction: ltr;
}

p.sceditor-vm blockquote {
    background: #fff7d9;
    margin: 0.25em 0;
    border-left: 0.3em solid #f4e59f;
    padding: 0.5em 0.5em 0.5em 0.75em;
}

p.sceditor-vm blockquote cite {
    font-weight: bold;
    display: block;
    font-size: 1em;
    margin: 0 -.5em .25em -.75em;
    padding: 0 .5em .15em .75em;
    border-bottom: 1px solid #f4e59f;
}

/*generate survey*/
.collapseOpenImg{
    -webkit-transform:rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bgSectionColor{
    background-color: rgb(178, 178, 178);
}
.bgQuestionColor{
    background-color: rgb(235, 235, 235)
}
.bgQuestionOptionColor{
    background-color: #ffffff;
}

.barContainer{
    background-color:white;
    position:absolute;
    right: -13px;
    top: -13px;
    border:1px solid black;
    border-radius: 5px;
    float:right;
    display: table;
    -webkit-box-shadow: -2px 7px 16px 0 #515151;
    box-shadow: -2px 7px 16px 0 #515151;
    opacity: 0.5;
}

.barContainer:hover{
    opacity: 1;
}
