/***   NUOVE MODIFICHE DA riga 330   ***/
body {
    background-color: #b8b8b8;
    /*background-color: #a03535;
    background-image: url("/images/bg.gif");*/
    background-image: url("../images/bg-img.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 25px 0 0;
    font-family: Arial, Calibri;
    font-size: 13px;
}
.table td, .table th {
    font-size: 13px;
}
INPUT.form-control {
    height: auto;
}
.page-container {
    max-width: 1400px;
    margin: 0 auto;
}
.page-header.navbar .page-logo {
    display: block;
    float: left;
    height: 70px;
    padding: 10px 20px 0;
    width: 80%;
}
.page-header.navbar {
    height: 70px;
    min-height: 70px;
}
.page-content-wrapper .page-content {
    padding: 0 0 0 20px;
}
.page-head {
    background-color: white;
    border-radius: 4px;
    margin-bottom: 20px;
}
.page-head.portlet.light {
    background-color: #fff;
    padding: 0 20px;
}
.page-footer .page-footer-inner,
.page-footer .page-footer-inner A {
    color: white;
    float: none;
}
.page-footer {
    text-align: center;
}
.page-right-button {
    float: right;
    margin-top: 10px;
}
.portlet.light .form .form-body, .portlet.light .portlet-form .form-body {
    padding: 0;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #F03F2A;
    border-color: #000000;
}
.pagination > li > a, .pagination > li > span {
    color: #F03F2A;
}
DIV#form-left DIV.form-group {
    float: left;
    width: 45%;
    min-width: 300px;
    margin-right: 4.5%;
}
DIV#form-left H4 {
    font-weight: bold;
}
DIV#form-left .mt-checkbox {
    margin-bottom: 0;
}
DIV#form-left .mt-checkbox-list {
    padding: 0;
}
DIV.clear {
    clear: both;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    font-size: 13px;
    height: 24px;
    line-height: 1.5;
    padding: 0 5px;
}
.input-group-sm > .input-group-btn > select.btn, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, select.input-sm {
    font-size: 13px;
    height: 24px;
    line-height: 1.5;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 2px 8px;
}
.app-show-label {
    border-bottom: 1px solid lightblue;
    width: 24%;
    min-width: 150px;
    font-weight: bold;
    float: left;
    height: 27px;
    padding: 8px 4px 4px 2px;
}
.app-show-value {
    border-bottom: 1px solid lightblue;
    float: left;
    width: 70%;
    height: 27px;
    padding: 8px 4px 4px 2px;
}
.content.login-logo {
    text-align: center;
    padding: 10px 30px 10px;
}
#login-logo {
    margin: 0 auto;
    width: 50%;
}
.link {
    cursor: pointer;
}

.image-list-holder{
    width: 100px;
    height: 100px;
    margin: 10px;
}

.image-list-holder IMG{
    max-width: 100px;
    max-height: 100px;
}

.image-list-container{
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    word-wrap: break-word;
    width: 120px;
}

.image-list-text{
    overflow: hidden;
    height: 15px;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}

.fa {
    font-size: 20px;
    line-height: 20px!important;
}

.page-top{
    display: none!important;
}

.ck-button {
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
    float:left;
}

.ck-button:hover {
    /*background:red;*/
}

.ck-button label {
    float:left;
    width:100%;
    height: 100%;
    margin: 0px;
}

.ck-button label span {
    text-align:center;
    padding:3px 5px;
    display:block;
}

.ck-button label input {
    position:absolute;
    top:-20px;
}

.ck-button input:checked + span {
    background-color:#911;
    color:#fff;
}
.ck-button-ok input:checked + span {
    background-color:#B8F2BF!important;
    color:#333!important;
}
.ck-button-nt input:checked + span {
    background-color:#B8EDEF!important;
    color:#333!important;
}
.ck-button-ns input:checked + span {
    background-color:#EFB8EC!important;
    color:#333!important;
}
.ck-button-de input:checked + span {
    background-color:#EFB8B8!important;
    color:#333!important;
}
.ck-button-ds input:checked + span {
    background-color:#ECEFB8!important;
    color:#333!important;
}

.serial-img-list {
    width: 100%;
    height: 240px;
    /*overflow: scroll;*/
    overflow-y: scroll;
}
.serial-img-element {
    cursor: pointer;
    float: left;
    border: 1px solid lightgrey;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    padding: 2px;
    margin: 0 4px 4px 0;
    width: 108px;
    height: 108px;
    line-height: 101px;
    text-align: center;
    vertical-align: middle;
}
.serial-img-element-selected {
    border: 3px solid #911;
    padding: 0;
}
.serial-img-element IMG {
    max-width: 100px;
    max-height: 100px;
}
#sample_4{
    width: 100%!important;
}




.progress-bar{
    animation: progress-bar-stripes 2s linear infinite;

}

.form-horizontal .form-group{
    margin: 20px 0 !important;
}

.row{
    margin: 0 !important;
}

.portlet-title{
    margin: 0px!important;
}
.portlet-body{
    padding: 20px!important;
}
#sample_4{
    width: 100%!important;
}

#products_table{
    width: 100%!important;
}

#products_table th{
    width: 0 !important;
}

#products_table tbody tr td:last-child{
    display: none !important;
}

#products_table tbody tr td:first-child{
    text-align: center;
}

.recap_container{
    margin-bottom: 20px;
}

.image-container{
    display: inline-block;
    width: 20%;
    min-width: 200px;
}

.revision-item-images{
    width: 100px;
    height: 100px;
    margin: 10px;
}

.nav-link-selected{
    background-color: #d9001a !important;
    color: white !important;
}

.android-barcode-scanner{
    display: none !important;
}





/*************************************
TUTTO QUELLO CHE MODIFICO NEL PROGETTO
*************************************/
/* Body font & global rules */
html, body {
    font-family: 'Encode Sans', Arial, Calibri, sans-serif !important;
    color: #4d4d4d;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Encode Sans', Arial, Calibri, sans-serif !important;
}

* {
    border-radius: 0px !important;
}

.color-orangered {
    color: orangered;
}
.color-limegreen {
    color: limegreen;
}

.page-footer .page-footer-inner, .page-footer .page-footer-inner a {
    color: #4d4d4d;
}

table tr td .icon {
    line-height: 1.5;
}
.icon:not(.no-after-space):after {
    content: "\00a0";
}

.input-group-addon {
    background-color: #fff !important;
    padding: 6px 3px;
    font-size: 17px;
}

.form-control {
    height: auto;
    border: 1px solid #b8b8b8;
    font-size: 12px;
}
.input-group .form-control {
    border-right: none;
}
.input-group .input-group-addon {
    border: 1px solid #b8b8b8;
    border-left: none;
}

.fileinput {
    text-align: center;
}
.thumbnail.fileinput-new, .thumbnail.fileinput-preview {
    max-width: 200px;
    max-height: 150px;
    border: none;
    padding: 0px;
}

.scroll-to-top > i {
    color: #d9001a;
}

.mt-checkbox, .mt-radio {
    font-size: 12px;
}

.btn, .btn.default:not(.btn-outline), #modal-cancel-action, .pager.wizard li > a {
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    background-color: #b8b8b8;
    margin-right: 10px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 3px;
}
.btn:hover, .btn.default:not(.btn-outline):hover, #modal-cancel-action:hover, .pager.wizard li > a:hover {
    background-color: #4d4d4d;
    color: #ffffff;
}
.btn-submit, #modal-confirm-action {
    background-color: #d9001a;
    color: #ffffff;
}
.btn-submit:hover, #modal-confirm-action:hover {
    background-color: #d5011a;
    color: #ffffff;
}
.btn.btn-custom-file {
    background-color: #fff;
    font-size: 12px;
    font-weight: normal;
    color: #b8b8b8;
    border: 1px solid #b8b8b8;
    cursor: default !important;
    margin: 0px 3px 0px 0px;
    vertical-align: middle;
    line-height: 1.3;
    text-transform: none;
}
.btn.btn-custom-file:last-of-type {
    margin: 0px 0px 0px 0px;
}
.btn.btn-custom-file *, .btn-btn-custom-file input[type="button" i] {
    cursor: default !important;
}
.btn.btn-custom-file i.icon {
    font-size: 15px;
    vertical-align: middle;
}

input.ff-test-input-file[type="file"] + div {
    border: 1px solid #b8b8b8;
    background-color: #fff;
    color: #b8b8b8;
    width: 100%;
    padding: 5.5px 8px 5.5px 12px;
    overflow: auto;
    cursor: default !important;
}
input.ff-test-input-file[type="file"] + div > i.icon {
    float: right;
    font-size: 18px;
}
input.ff-test-input-file[type="file"] {
    display: none;
}
.btn.btn-upfile {
    border: 1px solid #b8b8b8;
    background-color: #fff;
    color: #b8b8b8;
    text-transform: none;
    font-weight: normal;
}

.ff-test-lenght-attributes {
    padding-bottom: 0px;
    vertical-align: bottom;
    height: 54px;
    padding-top: 28px;
}
.ff-test-lenght-attributes .mt-radio {
    margin-bottom: 0px;
    font-size: 13px;
}

.ff-test-checkbox-setting {
    float: none;
    margin-bottom: 3px;
}
.ff-test-checkbox-setting div.mt-checkbox-list {
    padding-bottom: 0px;
    /*padding-top: 30px;
    height:54px;*/
}
/*@media (min-width: 768px) {
    .ff-test-checkbox-setting div.mt-checkbox-list {
        padding-top: 30px;
        height:54px;
    }
}*/

.ff-test-my-grey-title {
    margin: 30px 0px 20px;
    padding: 10px 20px 0px;
    border-bottom: 1px solid #eee;
}
.ff-test-my-grey-title h4, .ff-test-my-grey-title h4 b {
    color: #b4b4b4 !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: inherit;
}

.ff-test-checkbox-setting label.mt-checkbox {
    font-size: 13px;
    margin-bottom: 0px !important;
}
.mt-checkbox-list .mt-radio, .mt-checkbox-list .mt-checkbox, .mt-radio-list .mt-radio, .mt-radio-list .mt-checkbox {
    display: inline-block;
    margin-right: 25px;
}
.mt-checkbox > span, .mt-radio > span,
.mt-checkbox:hover>input:not([disabled]):checked~span, .mt-radio:hover>input:not([disabled]):checked~span,
.mt-checkbox>input:checked~span, .mt-radio>input:checked~span,
.mt-checkbox:hover>input:not([disabled])~span, .mt-radio:hover>input:not([disabled])~span,
.mt-checkbox>input:focus~span, .mt-radio>input:focus~span {
    border: 1px solid #b8b8b8 !important;
    background-color: #ffffff;
}
.mt-radio > span:after {
    background-color: #d9001a;
}
.mt-checkbox > span:after {
    border: solid #d9001a;
    border-width: 0px 2px 2px 0px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 0px;
}

.form .form-actions {
    border: none;
}

.has-error input.form-control::placeholder {
    color: #e73d4a;
}

.ff-test-clear-both {
    clear: both;
}

.input-daterange input {
    text-align: left;
}

.input[type="time"] {
    line-height: 1 !important;
}

.ff-test-select-div-parent {
    box-sizing: border-box;
    border: 1px solid #b8b8b8;
    background: #ffffff url("../images/down-arrow.svg") right 10px center no-repeat;
    background-size: 14px;
}
.ff-test-select-div-parent select.form-control {
    width: 100%;
    /*width: fit-content;*/
    color: #4d4d4d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none !important;
    /*background: #ffffff url("../images/down-arrow.svg") right 10px center no-repeat;*/
    /*background-size: 14px;*/
    background-color: transparent;
    line-height: 1.42857 !important;
}
/*thead .ff-test-select-div-parent select.form-control {
    width: 100%;
}*/
.ff-test-select-div-options-container {
    position: relative;
    padding: 0px;
    top: -1px;
    /*margin-top: -1px;*/
    /*position: absolute;
    background-color: #ffffff;
    color: #b8b8b8;
    border: 1px solid #b8b8b8;*/
}
.form-group + .ff-test-select-div-options-container {
    top: 0px;
    /*margin-top: 0px;*/
    /*position: inherit;*/
    /*position: relative;*/
}
.ff-test-select-div-options-container ul {
    position: absolute;
    z-index: 1000;
    min-width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-weight: normal;
    background-color: #ffffff;
    border: 1px solid #b8b8b8;
    max-height: 150px;
    overflow-y: auto;
}
.form-group + .ff-test-select-div-options-container ul {
    /*min-width: inherit;*/
    margin-top: -16px;
}
.ff-test-select-div-options-container ul li {
    display: block;
    margin: 0px;
    padding: 5px 10px;
    cursor: pointer;
}
.ff-test-select-div-options-container ul li:hover {
    background-color: #e0e0e0;
}
.ff-test-select-table-parent select.form-control {
    /*display: inline-block;*/
    width: 100%;
    color: #b8b8b8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none !important;
    background: transparent url("../images/down-arrow.svg") right 10px center no-repeat;
    background-size: 10px;
}
@-moz-document url-prefix() {
    .ff-test-select-div-parent select.form-control {
        padding-bottom: 5.15px;
    }
}




/* Login page */
.login .content {
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -ms-border-radius: 0px 0px 2px 2px;
    -o-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
    padding: 10px 18px;
    margin: 0px auto;
}

@media (min-height: 600px) {
    .login .content.login-logo {
        margin-top: 20vh;
    }
}
@media (min-height: 450px) and (max-height: 600px) {
    .login .content.login-logo {
        margin-top: 10vh;
    }
}

.login .content.login-logo {
    -webkit-border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -ms-border-radius: 2px 2px 0px 0px;
    -o-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
    padding: 10px 30px;
}

.login .content .form-actions {
    padding-top: 0px;
    border-bottom: none;
}

.login .content .check {
    color: #111;
}

.login .content .form-control {
    background-color: #fff;
    color: #111;
}

.login-form label.rememberme.check {
    color: #8290a3;
    margin-left: 0px;
}
.login-form label.rememberme.check:hover, .login-form label.rememberme.check > input[type='checkbox']:checked {
    color: #111;
}

.login-form button.btn.uppercase {
    background-color: transparent;
    border: 1px solid #dde3ec;
    color: #8290a3;
}
.login-form button.btn.uppercase:hover {
    color: #111;
}

.login-form .form-actions .rememberme.check.mt-checkbox > input[type="checkbox"] + span {
    border: 1px solid #d9d9d9 !important;
}


/* Pages header */
.page-header-inner .page-logo > div {
    display: flex;
    flex-direction: row;
}

.page-header-inner .page-logo {
    width: 100% !important;
    max-width: 1400px;
    float: none !important;
    margin: 0px auto;
}

.page-header-inner .page-logo .header-logo-verpelli {
    float: left;
}

.page-header-inner .page-logo .header-logo-verpelli > img {
    height: 50px;
    width: 50px;
}

.page-header-inner .page-logo .header-logo-verpelli + div.hidden-xs {
    width: auto;
    float: left;
    height: 50px;
    margin: 0px;
    margin-left: 15px;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 2px 2px #e6e6e6;
    color: #0e0e0e;
}

@media (min-width: 992px) {
    .page-header-inner .page-logo .header-logo-verpelli + div.hidden-xs {
        width: 190px;
    }
}

.ff-test-container {
    float: right;
    width: 100%;
    max-width: 1105px;
    height: 50px;
    padding-left: 40px;
}

.ff-test-container > div {
    display: flex;
    flex-direction: row;
}

.ff-test-container > div:first-of-type {
    margin-left: 12px;
    margin-bottom: 2px;
}

div.ff-test-container div.ff-test-first-pre {
    float: left;
    background-color: #dfdfdf;
    height: 24px;
    width: 11px;
    margin: 0px;
    padding: 0px;
    border-top: 24px solid #fff;
    border-right: 11px solid #dfdfdf;
}
div.ff-test-container div.ff-test-first-main {
    float: right;
    width: 100%;
    background-color: #dfdfdf;
    height: 24px;
    margin: 0px;
    padding: 0px;
}

div.ff-test-container div.ff-test-second-pre {
    float: left;
    background-color: #b4b4b4;
    height: 24px;
    width: 11px;
    margin: 0px;
    padding: 0px;
    border-top: 24px solid #fff;
    border-right: 11px solid #b4b4b4;
}
div.ff-test-container div.ff-test-second-main {
    float: right;
    width: 100%;
    background-color: #b4b4b4;
    height: 24px;
    margin: 0px;
    padding: 0px;
}

div.ff-test-ext {
    position: absolute;
    right: 0px;
    width: 50vw;
}
.ff-test-ext > div {
    padding: 0px;
    width: 100%;
    height: 24px;
}

.ff-test-ext .ff-test-ext-first {
    margin: 10px 0px 2px 0px;
    background-color: #dfdfdf;
}

.ff-test-ext .ff-test-ext-second {
    margin: 0px;
    background-color: #b4b4b4;
}

/* Sidebar */
.page-sidebar-wrapper .page-sidebar.navbar-collapse {
    border-radius: 0px;
}

.page-sidebar-menu .nav-item .nav-link > span.title {
    font-size: 15px;
}
.page-sidebar-menu .nav-item a.nav-link > i {
    font-size: 28px;
}
.page-sidebar-menu .nav-item .nav-link > span.title, .page-sidebar-menu .nav-item a.nav-link > i {
    text-transform: uppercase;
    color: #b4b4b4 !important;
    vertical-align: middle;
}
.page-sidebar-menu .nav-item .nav-link:hover > span.title, .page-sidebar-menu .nav-item a.nav-link:hover > i {
    color: #4d4d4d !important;
}
.page-sidebar-menu .nav-item .nav-link.nav-link-selected > span.title, .page-sidebar-menu .nav-item a.nav-link.nav-link-selected > i {
    color: #fff !important;
}



/* Page title */
.page-head.portlet.light {
    border-radius: 0px;
    padding-right: 0px;
}

.page-head > .page-title {
    padding: 6px 0px;
}

@media (max-width: 767px) {
    .page-content-wrapper .page-content .page-title {
        margin-bottom: 0px;
    }
}

.page-head > .page-title > h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: #b4b4b4;
}

.page-head > .page-right-button {
    background-color: #d9001a;
    font-weight: bold;
    text-transform: uppercase;
    height: 100%;
    padding: 10px 40px 10px 20px;
    margin: 0px;
}

.page-head > .page-right-button > a {
    color: #fff;
}
.page-head > .page-right-button > a:hover,
.page-head > .page-right-button > a:active,
.page-head > .page-right-button > a:focus {
    text-decoration: none;
}

.page-head > .page-right-button > a > i.icon {
    font-size: 150%;
}

.page-head > .page-right-button > a > i.icon, .page-head > .page-right-button > a > span.title {
    vertical-align: middle;
}



/* Main container format */
.portlet {
    border-radius: 0px;
}

.portlet-body {
    padding-top: 10px !important;
}

.table-scrollable {
    margin-top: 0px !important;
}


/* Tables... */
.ff-test-show-datatable-overflow-absolute, .ff-test-show-datatable-overflow-absolute-bottom, .ff-test-show-datatable-overflow-fixed {
    position: absolute;
    /*float: right;*/
    right: 10px;
    top: 10px;
    z-index: 500;
    color: red;
    font-size: 18px;
}
.ff-test-show-datatable-overflow-fixed {
    position: fixed;
}
.ff-test-show-datatable-overflow-absolute-bottom {
    bottom: 20px;
    top: unset;
}

.ff-test-filter-button {
    border-radius: 0px;
    background-color: #b8b8b8;
    color: #fff;
}

table.dataTable > tbody > tr:nth-child(even),
.el-table__body-wrapper tr:nth-child(even) {
    background-color: #e6e6e6;
}
table.dataTable > tbody > tr:nth-child(odd),
.el-table__body-wrapper tr:nth-child(odd)  {
    background-color: transparent;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}

.table-scrollable {
    border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_length {
    color: #b8b8b8;
}
.dataTables_wrapper .dataTables_length > label > select.form-control {
    border: 1px solid transparent;
    margin-bottom: 3px;
    color: #b8b8b8;
}

.dataTable > thead > tr input.form-control, .dataTable > thead > tr select.form-control {
    border-radius: 0px;
    border: 1px solid #b8b8b8;
    font-weight: normal;
    font-size: 12px;
}
.dataTable > thead > tr input.form-control::placeholder {
    color: #4d4d4d;
}
.dataTable > thead > tr .input-group input.form-control {
    border-right: none;
}
.dataTable > thead > tr i.input-group-addon:last-child {
    border-radius: 0px;
    border: 1px solid #b8b8b8;
    border-left: none;
}
.dataTable > thead > tr .input-group.input-daterange i.input-group-addon:last-child {
    font-size: 15px;
}

.dataTable:not(.ff-test-not-this-table) > thead > tr:first-of-type > th {
    padding-left: 0px;
}
.dataTable > thead > tr > th {
    font-size: 12px;
    vertical-align: middle;
}
.dataTable > thead > tr, .dataTable > thead > tr > th, .dataTable > tbody > tr, .dataTable > tbody > tr > td {
    border: none;
}
.dataTable > thead > tr:last-of-type,
.el-table__header {
    background-color: #d9001a;
    color: #fff;
    text-transform: uppercase;
}

.el-table th.el-table__cell {
    background-color: #d9001a;
    color:white
}

.el-table__header .caret-wrapper {
    display: none;
}

.dataTable > thead > tr > th.sorting_disabled {
    padding-right: 8px !important;
}
/*.dataTable > thead > tr > th.sorting::after, .dataTable > thead > tr > th.sorting_asc::after, .dataTable > thead > tr > th.sorting_desc::after {
    display: none;
}*/

.dataTable > thead > tr > th#ff-test-preserve-mt-cb {
    padding-right: 8px !important;
}
.dataTable > thead > tr > th#ff-test-preserve-mt-cb::after {
    display: none;
}
.dataTable > thead > tr > th#ff-test-preserve-mt-cb .mt-checkbox {
    margin-left: 5px;
    margin-right: -5px;
}
table.dataTable > thead > tr > th .mt-checkbox > span,
table.dataTable > thead > tr > th .mt-checkbox > span:hover,
table.dataTable > thead > tr > th .mt-radio > span,
table.dataTable > thead > tr > th .mt-radio > span:hover,
table.dataTable > thead > tr > th .mt-checkbox > span:after,
table.dataTable > thead > tr > th .mt-radio > span:after {
    border-color: #fff !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after{
    color: #fff;
    opacity: 1;
    /*bottom: 1px;*/
    top: 15%;
}

.dataTable > thead > tr > th.table-checkbox * {
    display: none;
}
.dataTable > thead > tr .group-checkable + span:after {
    border: solid #fff;
    border-width: 0px 2px 2px 0px;
}

.dataTables_wrapper .dataTables_paginate .pagination > li > a {
    border: 1px solid #b8b8b8;
    border-radius: 0px;
}

.dataTables_wrapper .dataTables_paginate .pagination > li > a {
    color: #b8b8b8;
}
.dataTables_wrapper .dataTables_paginate .pagination > li > a > i.fa {
    line-height: 14px !important;
}
.dataTables_wrapper .dataTables_paginate .pagination > li.active > a {
    background-color: #d9001a;
    border: 1px solid #d9001a;
    color: #fff;
}

table tr td .icon {
    font-size: 25px;
    vertical-align: middle;
}
.dataTable tbody tr > td:last-of-type i.icon {
    font-size: 20px;
}
.dataTable tbody tr > td:last-of-type .link:hover {
    color: #d9001a;
}
.dataTable tbody tr > td:last-of-type > .link {
    margin-right: 4px;
}
.dataTable tbody tr > td:last-of-type > .link:last-of-type {
    margin-right: 0px;
}
.dataTable tbody tr > td:last-of-type > .icon:last-of-type::after, .dataTable tbody tr > td:last-of-type > span:last-of-type > .icon::after {
    content: '';
}

table.dataTable > tfoot {
    display: none;
}

.el-table--fit {
    overflow-x: hidden;
}

.el-table--fit th {
    font-size: 12px !important;
    padding: 2px 30px 2px 8px;
}

.el-table--fit td {
    font-size: 13px !important;
    padding: 2px 8px;
}

.el-table__row .red-revision-date {
    background-color: orangered !important;
    color: white;
}

.el-table__row .green-revision-date {
    background-color: limegreen !important;
}

.el-table__inner-wrapper .hidden-columns {
    display: none;
}

.el-table--fit .is-sortable,
.el-table--fit .is-sortable.ascending,
.el-table--fit .is-sortable.descending {
    cursor: pointer;
    position: relative;
}
.el-table--fit .is-sortable:after,
.el-table--fit .is-sortable.sorting_asc:after,
.el-table--fit .is-sortable.descending:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
}

.el-table--fit .is-sortable:after,
.el-table--fit .is-sortable.ascending:after,
.el-table--fit .is-sortable.descending:after {
    color: #fff;
    top: 15%;
}

.el-table--fit .is-sortable:after {
    content: "\e150";
}

.el-table--fit .is-sortable.ascending:after {
    content: "\e155";
}

.el-table--fit .is-sortable.descending:after {
    content: "\e156";
}

/* EL SELECT */

.filter-select {
    width: 100%;
    height: 32px;
}
.filter-select .el-select {
    width: 100% !important;
    height: 100%;
    padding-top: 3px;
    border-right: 1px solid #b8b8b8;
}

div.dataTables_wrapper div.dataTables_length label {
    padding: 0 5px;
}

:root {
    color-scheme: light;
    --el-color-primary: #409eff;
    --el-color-primary-light-3: #79bbff;
    --el-color-primary-light-5: #a0cfff;
    --el-color-primary-light-7: #c6e2ff;
    --el-color-primary-light-8: #d9ecff;
    --el-color-primary-light-9: #ecf5ff;
    --el-color-primary-dark-2: #337ecc;
    --el-color-success: #67c23a;
    --el-color-success-light-3: #95d475;
    --el-color-success-light-5: #b3e19d;
    --el-color-success-light-7: #d1edc4;
    --el-color-success-light-8: #e1f3d8;
    --el-color-success-light-9: #f0f9eb;
    --el-color-success-dark-2: #529b2e;
    --el-color-warning: #e6a23c;
    --el-color-warning-light-3: #eebe77;
    --el-color-warning-light-5: #f3d19e;
    --el-color-warning-light-7: #f8e3c5;
    --el-color-warning-light-8: #faecd8;
    --el-color-warning-light-9: #fdf6ec;
    --el-color-warning-dark-2: #b88230;
    --el-color-danger: #f56c6c;
    --el-color-danger-light-3: #f89898;
    --el-color-danger-light-5: #fab6b6;
    --el-color-danger-light-7: #fcd3d3;
    --el-color-danger-light-8: #fde2e2;
    --el-color-danger-light-9: #fef0f0;
    --el-color-danger-dark-2: #c45656;
    --el-color-error: #f56c6c;
    --el-color-error-light-3: #f89898;
    --el-color-error-light-5: #fab6b6;
    --el-color-error-light-7: #fcd3d3;
    --el-color-error-light-8: #fde2e2;
    --el-color-error-light-9: #fef0f0;
    --el-color-error-dark-2: #c45656;
    --el-color-info: #909399;
    --el-color-info-light-3: #b1b3b8;
    --el-color-info-light-5: #c8c9cc;
    --el-color-info-light-7: #dedfe0;
    --el-color-info-light-8: #e9e9eb;
    --el-color-info-light-9: #f4f4f5;
    --el-color-info-dark-2: #73767a;
    --el-bg-color: #ffffff;
    --el-bg-color-page: #f2f3f5;
    --el-bg-color-overlay: #ffffff;
    --el-text-color-primary: #303133;
    --el-text-color-regular: #606266;
    --el-text-color-secondary: #909399;
    --el-text-color-placeholder: #a8abb2;
    --el-text-color-disabled: #c0c4cc;
    --el-border-color: #dcdfe6;
    --el-border-color-light: #e4e7ed;
    --el-border-color-lighter: #ebeef5;
    --el-border-color-extra-light: #f2f6fc;
    --el-border-color-dark: #d4d7de;
    --el-border-color-darker: #cdd0d6;
    --el-fill-color: #f0f2f5;
    --el-fill-color-light: #f5f7fa;
    --el-fill-color-lighter: #fafafa;
    --el-fill-color-extra-light: #fafcff;
    --el-fill-color-dark: #ebedf0;
    --el-fill-color-darker: #e6e8eb;
    --el-fill-color-blank: #ffffff;
    --el-box-shadow: 0px 12px 32px 4px rgba(0,0,0,0.04),0px 8px 20px rgba(0,0,0,0.08);
    --el-box-shadow-light: 0px 0px 12px rgba(0,0,0,0.12);
    --el-box-shadow-lighter: 0px 0px 6px rgba(0,0,0,0.12);
    --el-box-shadow-dark: 0px 16px 48px 16px rgba(0,0,0,0.08),0px 12px 32px rgba(0,0,0,0.12),0px 8px 16px -8px rgba(0,0,0,0.16);
    --el-disabled-bg-color: var(--el-fill-color-light);
    --el-disabled-text-color: var(--el-text-color-placeholder);
    --el-disabled-border-color: var(--el-border-color-light);
    --el-overlay-color: rgba(0,0,0,0.8);
    --el-overlay-color-light: rgba(0,0,0,0.7);
    --el-overlay-color-lighter: rgba(0,0,0,0.5);
    --el-mask-color: rgba(255,255,255,0.9);
    --el-mask-color-extra-light: rgba(255,255,255,0.3);
    --el-border-width: 1px;
    --el-border-style: solid;
    --el-border-color-hover: var(--el-text-color-disabled);
    --el-border: var(--el-border-width) var(--el-border-style) var(--el-border-color);
    --el-svg-monochrome-grey: var(--el-border-color)
}

.ff-test-select-div-parent .form-control {
    border: none !important;
}

.el-select {
    --el-select-border-color-hover: var(--el-border-color-hover);
    --el-select-disabled-color: var(--el-disabled-text-color);
    --el-select-disabled-border: var(--el-disabled-border-color);
    --el-select-font-size: var(--el-font-size-base);
    --el-select-close-hover-color: var(--el-text-color-secondary);
    --el-select-input-color: var(--el-text-color-placeholder);
    --el-select-multiple-input-color: var(--el-text-color-regular);
    --el-select-input-focus-border-color: var(--el-color-primary);
    --el-select-input-font-size: 14px;
    --el-select-width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: var(--el-select-width);
    height: 25px;
}

.el-select__wrapper {
    display: flex;
    padding-top: 1px;
}

.el-select--small {
    border: 1px solid lightgray;
    padding: 0 5px;
    width: 40px;
}

.el-select--small .el-select__wrapper {
    font-size: 12px;
    gap: 4px;
    line-height: 20px;
    min-height: 24px;
    padding: 2px 8px;
}

.el-select--small .el-select__selection {
    gap: 4px;
}
.el-select__selection {
    align-items: center;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 0;
    position: relative;
    padding-top: 1px;
}

.el-select__input-wrapper.is-hidden {
    opacity: 0;
    position: absolute;
}
.el-select__input-wrapper {
    max-width: 100%;
}
.el-select__selected-item {
    display: flex;
    flex-wrap: wrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #b8b8b8;
    font-size: 13px;
}
.el-select--small .el-select__input {
    height: 20px;
}
.el-select__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    color: #b8b8b8;
    font-family: inherit;
    font-size: 13px;
    height: 24px;
    max-width: 100%;
    outline: none;
    padding: 0;
}
.el-select__placeholder, .el-select__tags-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.el-select__selected-item {
    display: flex;
    flex-wrap: wrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.el-select--small .el-select__prefix, .el-select--small .el-select__suffix {
    gap: 4px;
}
.el-select__prefix, .el-select__suffix {
    align-items: center;
    color: var(--el-input-icon-color, var(--el-text-color-placeholder));
    display: flex;
    flex-shrink: 0;
    gap: 6px;
}
.el-select__caret {
    color: var(--el-select-input-color);
    cursor: pointer;
    font-size: var(--el-select-input-font-size);
    transform: rotate(0deg);
    transition: var(--el-transition-duration);
}
.el-icon {
    --color: inherit;
    align-items: center;
    display: inline-flex;
    height: 1em;
    justify-content: center;
    line-height: 1em;
    position: relative;
    width: 1em;
    fill: currentColor;
    color: var(--color);
    font-size: inherit;
}
.el-icon svg {
    height: 1em;
    width: 1em;
}
svg:not(:root) {
    overflow: hidden;
}
.el-popper.is-pure {
    padding: 0;
}
.el-popper.is-light {
    background: var(--el-bg-color-overlay);
    border: 1px solid var(--el-border-color-light);
}
.el-select__popper.el-popper {
    background: var(--el-bg-color-overlay);
    border: 1px solid var(--el-border-color-light);
    box-shadow: var(--el-box-shadow-light);
}
.el-popper {
    --el-popper-border-radius: var(--el-popover-border-radius, 4px);
    border-radius: var(--el-popper-border-radius);
    font-size: 12px;
    line-height: 20px;
    min-width: 10px;
    overflow-wrap: break-word;
    padding: 5px 11px;
    position: absolute;
    visibility: visible;
    z-index: 9999999999 !important;
}
.el-scrollbar {
    --el-scrollbar-opacity: 0.3;
    --el-scrollbar-bg-color: var(--el-text-color-secondary);
    --el-scrollbar-hover-opacity: 0.5;
    --el-scrollbar-hover-bg-color: var(--el-text-color-secondary);
    height: 100%;
    overflow: hidden;
    position: relative;
}
.el-select-dropdown__wrap {
    max-height: 274px;
}
.el-scrollbar__wrap--hidden-default {
    scrollbar-width: none;
}
.el-scrollbar__wrap {
    height: 100%;
    overflow: auto;
}
.el-scrollbar__view {
    overflow-x: auto;
}
.el-select-dropdown__list {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 6px 0;
}
.el-select-dropdown__item.is-selected {
    color: var(--el-color-primary);
    font-weight: bold;
}
.el-select-dropdown__item.is-hovering {
    background-color: var(--el-fill-color-light);
}
.el-select-dropdown__item {
    box-sizing: border-box;
    color: var(--el-text-color-regular);
    cursor: pointer;
    font-size: var(--el-font-size-base);
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    padding: 0 32px 0 20px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* Images archive */
.ff-test-images-container {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.ff-test-images-container > div {
    margin: 0px;
    display: inline-table;
    width: 100%;
}
.ff-test-images-container i.icon {
    font-size: 23px;
    margin: 10px auto;
}
.ff-test-images-container i.icon:hover {
    color: #d9001a;
}
.ff-test-images-container i.icon:last-of-type::after {
    content: '';
}
.ff-test-images-container div .image-list-container {
    float: none;
    display: inline-block;
    margin: 0.5%;
    width: 11%;
    box-sizing: border-box;
    padding: 0px;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .ff-test-images-container div .image-list-container {
        width: 14%;
    }
}
@media (min-width: 480px) and (max-width: 768px) {
    .ff-test-images-container div .image-list-container {
        width: 23%;
    }
}
@media (max-width: 480px) {
    .ff-test-images-container div .image-list-container {
        width: 48%;
    }
}
.ff-test-images-container .image-list-container .image-list-holder {
    margin: 10px auto;
    vertical-align: middle;
    width: 90%;
}
.ff-test-images-container .image-list-container img {
    max-width: 100%;
    max-heigth: 100%;
    box-sizing: border-box;
}
.ff-test-images-container .image-list-text {
    margin: 10px auto;
    text-wrap: normal;
    font-size: 12px;
}
.ff-test-images-container .image-list-actions {
    margin: 10px auto;
}

.ff-test-images-page-filter > div {
    width: 48%;
    margin-bottom: 10px;
}
.ff-test-images-page-filter > div:first-of-type {
    float: left;
}
.ff-test-images-page-filter > div:last-of-type {
    float: right;
}
.ff-test-images-page-filter div input, .ff-test-images-page-filter div input::placeholder, .ff-test-images-page-filter div select {
    font-size: 12px;
    color: #4d4d4d;
}
.ff-test-images-page-filter div .form-control {
    border: 1px solid #b8b8b8;
}
.ff-test-images-page-filter .input-group input {
    border-right: none;
}
.ff-test-images-page-filter .input-group .input-group-addon {
    border: 1px solid #b8b8b8;
    border-left: none;
}

.ff-test-no-padding-right {
    padding-right: 0px !important;
}

.ff-test-col-right {
    padding-right: 0px;
    padding-left: 5px;
}
.ff-test-col-left {
    padding-right: 5px;
    padding-left: 0px;
}

.dataTable tbody tr td.ff-test-center-bg-white {
    text-align: center !important;
    background-color: #fff !important;
    vertical-align: middle;
}
.dataTable tbody tr td.ff-test-center-bg-white .mt-checkbox > input[type="checkbox"], .dataTable thead tr:last-of-type .mt-checkbox > input[type="checkbox"] {
    position: relative;
    /*margin: 0px;*/
}
.dataTable tbody tr td.ff-test-center-bg-white .mt-checkbox, .dataTable thead tr:last-of-type .mt-checkbox {
    margin: 0px;
    text-align: center;
    vertical-align: middle;
}

.display-none {
    display: none !important;
}


/* Insert new serial */
.progress-striped .progress-bar.progress-bar-danger {
    background-color: #d9001a;
    background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    /*border-radius: 4px !important;*/
}
#bar.progress.progress-striped {
    border-radius: 4px !important;
}

.form-wizard .steps > li.active > a.step .number, .form-wizard .steps > li > a.step .number {
    background-color: #d9001a;
    font-weight: bold;
    color: #fff;
    height: 70px;
    width: 70px;
    vertical-align: middle;
    font-size: 32px;
}

.form-wizard .steps > li.active > a.step .desc, .form-wizard .steps > li > a.step .desc {
    color: #b8b8b8;
}
.form-wizard h3.block {
    color: #b4b4b4;
}

/* Pager */
.pager.wizard {
    margin-bottom: 0px;
    margin-top: 50px;
}
.pager.wizard > .previous-wizard {
    display: none;
    float: left;
}
.pager.wizard > .next-wizard, .pager.wizard > .submit-wizard-end {
    display: none;
    float: right;
}
.pager.wizard > .submit-wizard-end > button {
    line-height: 1;
}

.ff-test-download-title {
    font-size: 17px !important;
    font-weight: bold;
    text-transform: uppercase;
}

.cke_top.cke_reset_all, .cke_bottom.cke_reset_all {
    background-color: #fff;
}

.input-daterange .input-group-addon {
    width: 1%;
    line-height: 1;
}

.ff-test-warning-to-show {
    color: #d9001a;
}

.ff-test-nothing-to-show {
    text-align: center;
    background-color: white;
    padding: 20px;
    color: #d9001a;
}


/* General modal */
#general-modal {
    /*display: inline-block;*/
    text-align: center;
    width: 100%;
    word-wrap: break-word;
    /*margin-top: -162.5px;*/
    display: none;
}
#general-modal.modal.fade.in {
    top: 30%;
}
#general-modal.modal.container {
    margin: auto !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
#general-modal .modal-header, #general-modal .modal-body, #general-modal .modal-footer {
    background-color: white;
    /*display: inline-block;*/
    text-align: center;
    width: 50%;
    margin: auto;
    border: none;
}
.modal-header{
    text-align: center;
}

/*#company-serial-modal.modal {
    display: none;
    margin: auto;
    width: 90%;
    max-height: 95%;
}
#company-serial-modal .modal-content {
    border: none;
}
#company-serial-modal .modal-header, #company-serial-modal .modal-body, #company-serial-modal .modal-footer {
    border: none;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
}*/

#revisione_rapida_container.row {
    background-color: #fff;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
}
.ck-button input[type="checkbox"] {
    display: none;
}

.ff-test-status-col-revisioni {
    text-align: center;
    background-color: #fff;
}


#revision-show-modal.modal .modal-header, #revision-show-modal.modal .modal-body, #revision-show-modal.modal .modal-footer,
#company-serial-modal .modal-header, #company-serial-modal .modal-body, #company-serial-modal .modal-footer {
    max-width: 1400px;
    width: 90%;
    background-color: #fff;
    margin: 0px auto;
    /*padding: 20px 50px;*/
    text-align: center;
    border: none;
}
#revision-show-modal.modal,
#company-serial-modal.modal {
    display: none;
    max-height: 100%;
    flex-direction: column;
}
#revision-show-modal .modal-header,
#company-serial-modal .modal-header {
    /*max-height: 11%;*/
    min-height: fit-content;
}
#revision-show-modal .modal-footer,
#company-serial-modal .modal-footer {
    /*max-height: 8%;*/
    /*max-height: 22%;*/
    /*min-height: 32px;*/
    min-height: fit-content;
}
#revision-show-modal .modal-body,
#company-serial-modal .modal-body {
    overflow-y: scroll !important;
    max-height: 81%;
}
#revision-show-modal #revision_show_modal_table_introduction,
#company-serial-modal #company-serial-details-modal {
    margin: auto;
    text-align: left;
}
#revision-show-modal #revision_show_modal_table_introduction td,
#company-serial-modal #company-serial-details-modal td {
    padding-left: 25px;
    min-width: 200px;
}
#company-serial-details-modal td{
    min-width: 200px;
}
#lista_revisioni_precedenti, #last_revision{
    text-align: center;
}
#revision-show-modal label {
    text-overflow: ellipsis;
    overflow: hidden;
}
#revision-show-modal #revision_show_modal_table_list {
    width: 100%;
    margin: auto;
    font-size: 12px;
}
#revision-show-modal #revision_show_modal_table_list th, #revision-show-modal #revision_show_modal_table_list td {
    padding: 0px 8px !important;
}
#revision-show-modal #revision_show_modal_table_list > thead > tr > th {
    background-color: #d9001a;
    color: #fff;
    text-transform: uppercase;
}
#revision-show-modal #revision_show_modal_table_list tbody tr {
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
}

#company-serial-modal #company-serial-modal-img-container, #company-serial-modal #company-serial-modal-img-container > div {
    vertical-align: middle;
    text-align: center;
}
#company-serial-modal img#serial_image {
    max-width: 100%;
    max-height: 360px;
}
#company-serial-modal > .modal-body > h3 {
    text-align: left;
    padding: 22px 15px;
    border-bottom: 1px solid #e7ecf1;
}
#company-serial-modal > .modal-body > h3,
#company-serial-modal .portlet-title h4 b {
    color: #b4b4b4;
    font-size: 18px;
    text-transform: uppercase;
}
#company-serial-modal #consigli_duso_container {
    width: 90%;
    margin: auto;
}
#company-serial-modal #consigli_duso_container ul{
    text-align: left;
}
#company-serial-modal #immagini_serial_container {
    margin-top: 20px;
    text-align: center;
    overflow: auto;
    padding: 0px 35px;
}
#company-serial-modal #immagini_serial_container > img {
    display: inline-block;
    margin: 10px;
    max-height: 150px;
    max-width: 150px;
}
#company-serial-modal hr {
    display: none;
}

.vue-modal.modal {
    display: flex !important;
    padding-right: 15px;
}

.vue-modal-container .modal-backdrop {
    opacity: .5;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
  z-index: 990050;
  position: relative;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
  z-index: 990050;
  position: relative;
}

.vue-modal .revision-warning {
    color: red;
    font-weight: 900;
    font-size: 15px;
}

.vue-modal ul {
    list-style: none;
    margin-top: 10px;
}

.el-select-container {
    max-width: 180px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 15px;
}

.el-select-container .el-select {
    width: 100% !important;
    height: 40px !important;
    margin: 0 auto;
}

.el-select-container .el-select__selection {
    padding: 6px 0 0 5px;
}

.el-select-container .el-select__selected-item {
    font-size: 15px;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.import-page-container {
    display: flex;
    flex-wrap: wrap;
}

.import-page-container .el-select-container {
    max-width: none;
    width: 45%;
    margin: 25px 0;
}

.import-page-container .form-actions {
    display: flex;
    justify-content: flex-end;
    padding: 0 20px;
}

.import-page-container .form-actions .btn {
    margin-right: 0px;
}

.import-page-container .import-icon-container {
    width: 10%;
    display: flex;
    justify-content: center;
    font-size: 30px;
    align-items: center;
}

.import-page-warning {
    width: 100%;
    color: red;
    margin: 10px 0;
    text-align: right;
}

.import-page-form-actions {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0 20px;
}

#revision-item-modal .modal-header, #revision-item-modal .modal-body, #revision-item-modal .modal-footer {
    max-width: 1400px;
    width: 90%;
    background-color: #fff;
    margin: auto;
    padding: 20px 50px;
    text-align: center;
    border: none;
}
#revision-item-modal tbody td {
    text-align: left;
    vertical-align: top;
    border-top: 0px;
    border-bottom: 1px solid #e7ecf1;
}
#revision-item-modal .ff-test-limited-table {
    width: 75%;
    margin: auto;
}
#revision-item-modal #revision-flags-modal-container {
    margin-left: -3px;
}
#revision-item-modal .input-daterange .input-group-addon {
    font-size: 18px;
}
#revision-item-modal #ff-test-radio-to-none {
    margin-left: -5px;
}
#revision-item-modal #ff-test-radio-to-none input {
    display: none;
}
#revision-item-modal.modal {
    max-height: 100%;
}
#revision-item-modal .modal-header {
    max-height: 8%;
}
#revision-item-modal .modal-footer {
    max-height: 8%;
    min-height: 32px;
}
#revision-item-modal .modal-body {
    overflow-y: scroll !important;
    max-height: 84%;
}
@media (max-width: 768px) {
    #revision-item-modal .modal, #revision-item-modal .modal-header, #revision-item-modal .modal-body, #revision-item-modal .modal-footer {
        padding: 20px;
        width: 95%;
    }
    #revision-item-modal .ff-test-limited-table {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .ff-test-sm-display-none-spacer {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .ff-test-xs-display-none-spacer {
        display: none !important;
    }
}

#ff-test-previous-reviews .portlet-title,
#company-serial-modal .portlet-title {
    border-bottom: none;
}
#ff-test-previous-reviews .mt-element-list .list-simple.mt-list-container,
#company-serial-modal .mt-element-list .list-simple.mt-list-container {
    border: none;
}

#ff-test-add-new-image {
    margin: 30px auto;
    text-align: center;
}

#image_full_size_modal {
    display: none;
    margin: auto;
    width: 90%;
    max-height: 95%;
}
#image_full_size_modal .modal-content {
    border: none;
}
#image_full_size_modal .modal-dialog {
    top: 0px!important;
    margin: 0px !important;
    margin-top: 0px!important;
    margin-right: 0px!important;
    margin-bottom: 0px!important;
    margin-left: 0px!important;
}
#image_full_size_modal .modal-body {
    width: 100%!important;
    height: 80%!important;
    padding: 10px!important;
    vertical-align: middle;
    text-align: center;
}
#image_full_size_modal .modal-header, #image_full_size_modal .modal-footer {
    height: 10%;
    width: 100%!important;
    vertical-align: middle!important;
    text-align: center;
    border: none;
}
#image_full_size_modal .modal-content, #image_full_size_modal .modal-dialog.modal-full {
    width: 100%!important;
    height: 100%!important;
}
#image_full_size_modal .modal.fade.in{
    top: 0px!important;
    padding: 10px!important;
}
#image_full_size_modal .image-full-size-container{
    width: 100%;
    height: 100%;
}
#image_full_size_show{
    max-width: 100%;
    max-height: 100%;
}
@media (min-width: 768px) {
    #image_full_size_modal .modal-dialog {
        top: 0px!important;
        margin: 0px!important;
    }
}

/*.ff-test-grey-center .ff-test-grey-center {
    text-align: center !important;
    margin: auto !important;
    float: left !important;
    clear: none;
    display: block !important;
}*/
.ff-test-new-attach-up {
    margin-top: 50px;
    overflow: auto;
}

.ff-test-template-products-show-all {
    float: right !important;
    padding-right: 25px !important;
}

.ff-test-new-attach-up h4 {
    float: left;
}
.ff-test-new-attach-up .btn {
    float: right;
}
.ff-test-aligned-left-w-padding {
    text-align: left;
    padding-left: 20px;
}
.ff-test-grey-center .ff-test-grey-center .font-dark, .ff-test-aligned-left-w-padding {
    color: #b4b4b4 !important;
}
#added_products_list.list-group, [name="added_products_list"].list-group {
    text-align: center;
}
#added_products_list.list-group .list-group-item.ff-test-added-products-header h4, [name="added_products_list"].list-group .list-group-item.ff-test-added-products-header h4, .ff-test-new-attach-up h4.ff-test-added-products-header {
    font-size: 16px;
    color: #b4b4b4;
}
#added_products_list.list-group .list-group-item.ff-test-added-products-header, [name="added_products_list"].list-group .list-group-item.ff-test-added-products-header, .ff-test-new-attach-up {
    text-align: left;
    padding-left: 20px;
    border: none;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}
#added_products_list.list-group .list-group-item:not(.ff-test-added-products-header), [name="added_products_list"].list-group .list-group-item:not(.ff-test-added-products-header) {
    text-align: center !important;
    display: inline-block;
    width: fit-content;
    margin: 10px 20px;
    padding: 5px 10px;
}

.recap_container {
    color: #b8b8b8;
}

.form-group.ff-test-has-suggest {
    margin-bottom: 1px !important;
}
.ff-test-suggest {
    font-style: italic;
    color: #b4b4b4;
    font-size: 10px;
}

.serial-img-list {
    text-align: center;
}
.serial-img-element {
    border: 4px solid #fff;
    padding: 5px !important;
    margin: 4px;
    display: inline-block;
    float: none;
    width: 118px;
    height: 118px;
    line-height: 98px;
}
.serial-img-element img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    vertical-align: middle;
}
.serial-img-element-selected {
    border-color: #d7d7d7 !important;
}

.revision-show-modal-button-row {
    cursor: pointer;
}

.mt-element-list .list-simple.mt-list-container.ff-test-remove-border {
    border: 0px;
}

.ff-test-spacer {
    margin: 25px 0px;
    width: 100%;
}

.num-attestato-row .attestato{
    display: none;
}

.signature_container img{
    max-width: 100px;
}

#consigli_duso_container hr{
    display: none;
}

.company-serial-modal-body.modal-body >h3{
    padding: 22px 15px;
    border-bottom: 1px solid #e7ecf1;
    color: #b4b4b4;
    font-size: 18px;
    text-transform: uppercase;
}

.company-serial-modal-body.modal-body .portlet-title h4 {
    color: #b4b4b4;
    font-size: 18px;
    text-transform: uppercase;
}

#consigli_duso_container .consigli_duso_tile h3{
    text-align: center;
}

#company-serial-modal .modal-header{
    background-color: #D9001A;
    color: #FFFFFF;
}

.close.close-white{
    background-image: url("/images/icons/remove-icon-small-w.png") !important;
    opacity: 1 !important;
}

.revision-esito-cell{
    text-transform: uppercase;
}

.revision-barcode-cell{
    text-align: center;
}

#linked_companies{
    display: none;
}

.serial-show-container .modal-header{
    background-color: #D9001A;
    color: #fff;
}

.serial-show-container #company-serial-modal-img-container #serial_image{
    width: 100%;
}

.spacer{
    margin: 50px 0;
    display: inline-block
}

.linked-company .icon {
    font-size: 22px;
}

.linked-company:hover {
    color:#D9001A
}

.description-accordion-trigger {
    text-align: right;
    cursor: pointer;
}

.description-accordion-trigger:hover {
    background:#D9001A;
    color: #fff;
}


.description-accordion-trigger .icon {
    font-size: 15px;
}

.tr-accordion td {
    padding: 15px !important;
}

.even {
    background-color: #e6e6e6 !important;
}

.odd {
    background-color: transparent !important;
}

.table.dataTable {
    width: 100% !important;
}

.table-checkable tr>td:first-child,
.table-checkable tr>th:first-child {
    text-align: left;
    min-width: 60px;
}





/* Aziende > Elenco > DT > Azioni */
@media (min-width: 790px) {
    #ff-test-action-col-aziende {
        min-width: 237px;
    }
}
/* Aziende > Elenco > DT > Mostra matricole > Azioni */
@media (min-width: 790px) {
    #ff-test-action-col-matricole {
        min-width: 280px;
    }
}
/* Revisioni > Elenco > DT > Azioni */
@media (min-width: 790px) {
    #ff-test-action-col-revisioni {
        /*min-width: 220px;*/
        min-width: 127px;
    }
}
/* Revisioni > Elenco > DT > Inizia revisione > Last col */
@media (min-width: 790px) {
    .ff-test-status-col-revisioni {
        min-width: 100px;
    }
}
@media (min-width: 768px) {
    #revision-show-modal.modal .modal-header, #revision-show-modal.modal .modal-body, #revision-show-modal.modal .modal-footer,
    #company-serial-modal .modal-header, #company-serial-modal .modal-body, #company-serial-modal .modal-footer {
        padding: 20px 50px;
    }
}

@media screen and (min-width: 0px) {
    .table-responsive {
        border: 0px !important;
    }
}
@media screen and (min-width: 0px) and (-webkit-min-device-pixel-ratio: 0) {
    input[type=time].form-control {
        line-height: 1;
    }
}
