/* global
/* ------------------------ */
body,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
}

/* flex utility
/* ------------------------ */
.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}
.justify-content-end {
    justify-content: end;
}

/* font sizes */
.f16 {
    font-size: 16px;
}
.f18 {
    font-size: 18px;
}
.f20 {
    font-size: 20px;
}
.f22 {
    font-size: 22px;
}
.f24 {
    font-size: 24px;
}


/* table align
/* ------------------------ */
.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

/* daterangepicker
/* ------------------------ */
.daterangepicker .input-mini.active {
    border-color: #000 !important;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover,
.daterangepicker td.active, .daterangepicker td.active:hover,
.daterangepicker td.end-date {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.daterangepicker td.in-range {
    background-color: #f5f5f5;
}

.daterangepicker .ranges li {
    color: #000 !important;
}

/* sidebar
/* ------------------------ */
.main-sidebar {
    position: fixed;
}

.skin-custom .sidebar-menu > li:hover > a, .skin-custom .sidebar-menu > li.active > a {
    border-left-color: #fff000
}

.sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 0
}

.main-header .sidebar-toggle:before {
    content: ''
}

.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
    background-color: #ffd200 !important;
}

.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #00a55a !important;
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #00aae6 !important;
}

.sidebar-toggle i {
    font-size: 20px;
    display: inline-block;
    vertical-align: text-top;
    float: left;
}

.skin-custom .main-header .navbar .sidebar-toggle:hover {
    color: inherit
}

.main-header .sidebar-toggle {
    padding: 13px
}

.skin-custom .main-header .navbar {
    background: #ffd000;
    background: -moz-linear-gradient(left, #ffd000 0%, #fe0 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ffd000), color-stop(100%, #fe0));
    background: -webkit-linear-gradient(left, #ffd000 0%, #fe0 100%);
    background: -o-linear-gradient(left, #ffd000 0%, #fe0 100%);
    background: -ms-linear-gradient(left, #ffd000 0%, #fe0 100%);
    background: linear-gradient(to right, #ffd000 0%, #fe0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd000', endColorstr='#ffee00', GradientType=1);
}

.skin-custom .main-header .navbar .nav > li > a:hover {
    background: inherit;
    color: inherit;
}

.content-header > h1 {
    font-size: 27px;
    padding-top: 20px
}

.btn {
    padding: 5px 20px;
    transition: background-color .2s ease-in-out;
}

/* .detailEvaluationPage .btn{
    height: 40px;
} */
.btn-font-sm {
    font-size: 14px;
}

.btn-yellow {
    background-color: #fff000;
    border-color: #ffd200;
}

.btn-black {
    background-color: #000 !important;
    border-color: #000;
    color: #fff !important;
    transition: background-color .2s ease-in-out;
}

.btn-grey {
    background-color: #aaa !important;
    border-color: #aaa;
    color: #000 !important;
    transition: background-color .2s ease-in-out;
}

.btn[disabled],
.btn.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.btn-black:hover {
    background-color: #333 !important
}

.btn-grey:hover {
    background-color: #ddd !important
}

.box-body hr {
    margin: 0
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus,
.radio input[type="radio"]:focus + label::before {
    outline: none;
    outline-offset: 0;
}

.checkbox input[type="radio"] {

}

.lightTitle {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #000;
}

.box .box-title {
    margin-top: 0;
    font-size: 22px;
    font-weight: bold;
}
.box .box-subtitle {
    font-size: 16px;
    font-weight: bold;
}
.box .box-header {
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.box-warning {
    border: 0;
}

.box-warning:before {
    content: '';
    display: block;
    background: #ffd000;
    background: -moz-linear-gradient(left, #ffd000 0%, #fe0 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ffd000), color-stop(100%, #fe0));
    background: -webkit-linear-gradient(left, #ffd000 0%, #fe0 100%);
    background: -o-linear-gradient(left, #ffd000 0%, #fe0 100%);
    background: -ms-linear-gradient(left, #ffd000 0%, #fe0 100%);
    background: linear-gradient(to right, #ffd000 0%, #fe0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd000', endColorstr='#ffee00', GradientType=1);
    height: 3px;
}

.toggleBox {
    background-image: url('/images/icone/meno_icona.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fe0;
    background-size: 26px;
    width: 35px;
    height: 35px;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    outline: 0 !important;
    border-bottom-left-radius: 4px;
    border-bottom: 1px solid #ecdb00;
}

.closed .toggleBox, .toggleBox.closed {
    background-image: url('/images/icone/piu_icona.png');
}

.closed.box-warning {
    opacity: 0.6;
}

.closed .box-body {
    display: none
}

.itemBox1 {
    position: relative;
}

.itemBox1 p {
    background-color: #fff;
    font-weight: bold;
    font-size: 26px;
    margin: 0;
    padding: 10px;
}

.itemBox1 p.indicataVal {
    background-color: #00aae6;
    color: #fff;
}

.itemBox1 p small {
    font-weight: 300;
    font-size: 16px;
}

.itemBox1 p.success {
    color: #00a035
}

.itemBox1 input {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    height: 57px;
    font-weight: bold;
    font-size: 26px;
}

.itemBox1 button {
    position: absolute;
    right: 5px;
    width: auto;
    top: 30px;
}

.form-control {
    /* border-radius: 0;
    -webkit-border-radius: 0; */
    background-color: #fafafa;
    border-radius: 4px;
    padding-left: 6px;
}

.space1 {
    margin-bottom: 60px;
}

.bootstrap-switch-primary {
    background-color: #000 !important;
    color: #fff;
}

.bootstrap-switch-handle-on,
.bootstrap-switch-label,
.bootstrap-switch-handle-off {
    padding: 5px 8px !important;
}

/*.bootstrap-switch{*/
/*padding: 5px;*/
/*}*/
.bootstrap-switch .bootstrap-switch-label {
    background-color: #f5f5f5;
    transition: background-color .2s ease-in-out;
}

.bootstrap-switch .bootstrap-switch-label:hover {
    background-color: #ddd;
}

.modalTitle {
    font-weight: bold;
    font-size: 22px;
    margin-top: 20px;
}

.closeModal {
    position: absolute;
    right: 12px;
    width: 16px;
    cursor: pointer;
}

.followMe.scroll-to-fixed-fixed {
    background-color: #ecf0f5;
    padding-top: 10px;
}

.anchorSection {
    margin-top: 15px;
}

.back {
    color: inherit;
    display: inline-block;
    margin-top: 5px;
}

.back:hover {
    text-decoration: underline;
    color: inherit;
}

.followMe.scroll-to-fixed-fixed .anchorSection {
    margin-top: 0
}

.anchorSection div {
    display: inline-block;
    margin-right: 5px;
    color: #000;
    cursor: pointer;
    font-size: 13px;
}

.anchorSection div:after {
    content: '';
    display: inline-block;
    height: 12px;
    width: 1px;
    background-color: #000;
    margin-left: 5px;
}

.anchorSection div:hover {
    text-decoration: underline;
}

.anchorSection div:nth-child(5):after {
    display: none
}

.anchorSection p {
    position: absolute;
}

.followMe .anchorSection {
    display: none
}

.followMe.scroll-to-fixed-fixed .anchorSection {
    display: inline-block;
    margin-right: 8px
}

.followMe.scroll-to-fixed-fixed .downloadPDF {
    display: none
}

.label-yellow {
    background-color: #fff000;
    color: #000;
}

.alert-yellow {
    color: #000;
    background-color: #fff000;
}

.swal2-popup {
    font-size: inherit
}

#requiredFieldsVehicle a {
    text-decoration: underline;
    color: inherit;
}

#requiredFieldsIndicata a {
    text-decoration: underline;
    color: inherit;
}

.importantField {
    border-color: #ffd000
}

.LoadingFullPage {
    text-align: center;
    display: table;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    /*background-image:url('/img/loading.gif');
    background-repeat: no-repeat;
    background-position: center;*/
    z-index: 300000;
}

.LoadingFullPageContainer {
    vertical-align: middle;
    display: table-cell;
}

.LoadingFullPageContainer > img {
    width: 80px;
}

.LoadingFullPageContainer > div {
    margin-top: 10px;
    font-size: 20px;
}

.modal-xl {
    width: 90%;
}

#loading {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    z-index: 2500;
    padding-top: 150px;
    font-size: 22px;
}

#loading img {
    max-width: 300px
}

#to_top_button {
    background-color: #000;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    width: 36px;
    height: 30px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    text-align: center;
    border-top-left-radius: 5px;
}

#to_top_button a {
    color: #fff;
    font-size: 1.8em;
}

.required:after {
    content: ' *';
    color: #f00;
}

.editOverlayPage,
.editOverlayWidget,
.editOverlayBlockSx,
.editOverlayBlockDx {
    position: absolute;
    top: 80px;
    left: 120px;
    z-index: 10000;
    display: none;
    /*max-width: 1000px;*/
}

.editBgOverlayPage {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.actionCntEditPage {
    margin-left: 10px;
    padding-bottom: 20px;
}

.actionCntEditPage img {
    max-width: 80px
}

#contentarea {
    min-height: 200px !important
}

#rte-toolbar, #divFrameLink {
    z-index: 10000
}

#dropImage, #dropLogo, #dropImageMobile {
    min-height: 90px;
    padding: 30px 15px;
}

.dropzone.dz-started .dz-message,
.wi_dropzone.dz-started .dz-message {
    opacity: 1
}

.dz-success-mark svg {
    display: none
}

#docs_upload {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
}

.wi_listAttachments {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.wi_listAttachments li:not(:last-child) {
    margin-bottom: 5px
}

.wi_listAttachments a {
    color: #444;
}

.nav-tabs a {
    color: #444;
    font-size: 16px
}

.wi_dropzone {
    padding: 50px 5px;
    min-height: 100px;
    border: 2px dashed #333;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 20px;
}

.wi_dropzone .dz-message {
    text-align: center;
}

.datepicker.dropdown-menu {
    z-index: 1060 !important
}

#listPages > div {
    margin-bottom: 15px;
    font-size: 16px;
}

#listPages .btnremove {
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 5;
}

#addTags button {
    border: 0;
    background-color: transparent;
    padding: 6px 12px;
    font-size: 18px;
}

#addTags .input-group-addon {
    padding: 0;
    background-color: #5cb85c;
    color: #fff;
}

.tagsCnt span.label {
    margin-right: 10px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}

.tagsCnt i {
    cursor: pointer
}

.tagsCnt b {
    margin-right: 10px
}

.tagsCnt .editTag {
    display: none
}

.promoBox {
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    padding: 5px 5px 0;
    margin-bottom: 15px;
}

.listGallery, #listHour {
    list-style: none;
    padding-left: 0;
}

.listGallery:after {
    display: table;
    content: '';
    clear: both;
}

.listGallery > li {
    display: block;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
}

.listGallery .buttons {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.topNostriNumeri {
    font-size: 22px;
    text-align: center;
    font-weight: 300;
}

.middleNostriNumeri {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #1058a1;
}

.bottomNostriNumeri {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

.listGallery {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.listGallery li {
    width: 25%;
    text-align: right;
}

.listGallery li > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.listGallery li button {
    display: inline-block;
    text-align: right;
    margin-top: 10px;
}

.listGallery li .edit {
    cursor: pointer;
}

.table-damage td:first-child {
    width: 30%;
}

/*.attachmentList{*/
/*    padding: 20px 0;*/
/*    list-style: none;*/
/*}*/
/*.attachmentList > li{*/
/*    font-size: 16px;*/
/*    padding: 10px 2px;*/
/*    border-bottom: 1px solid #ccc;*/
/*    display: block;*/
/*}*/
.indicataIconCnt {
    padding-left: 30%
}

.indicataIconCnt .days {
    position: absolute;
    top: 15px;
    left: 30%;
    font-size: 19px;
    width: 45px;
    text-align: center;
    font-weight: bold;
}

.indicataIconCnt .labell {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 1.2;
}

.indicataIconCnt2 {
    padding-left: 35%;
    background-image: url('/images/icone/ico_indicata_buy.png');
    background-position: 22% 5px;
    background-repeat: no-repeat;
    line-height: 1.1;
    min-height: 50px;
}

.indicataIconCnt2.pvm {
    background-image: url('/images/icone/ico_indicata_sell.png');
}

.indicataIconCnt2 b {
    font-size: 22px;
    font-weight: bold
}

.itemInfoIndicata {
    margin-bottom: 2px;
}

.itemInfoIndicata > div {
    height: 30px;
    padding: 5px;
    float: left;
}

.itemInfoIndicata > div:first-child {
    width: 50%;
    background-color: #f5f5f5;
    font-weight: 600;
    border-right: 2px solid #fff;
}

.itemInfoIndicata > div:last-child {
    width: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
}

.balanceMedia {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    text-align: center;
    padding: 30px;
    font-size: 24px;
}

.imagePlusIcon {
    position: absolute;
    top: 7px;
    left: 7px;
    color: #fd0;
    font-size: 22px;
}

.listaImmaginiTop {
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.listaImmaginiTop h4 {
    font-size: 20px;
    margin: 0;
}

.listaImmaginiTop button,
.listaImmaginiTop button:hover {
    color: #000;
}

/*.listaImmagini h4{*/
/*    border-bottom: 1px solid #ccc;*/
/*    padding-bottom: 5px;*/
/*    font-size: 20px;*/
/*    margin-bottom: 15px;*/
/*}*/
.radioStylezTitle {
    margin-bottom: 10px;
}

.radioStylez {
    margin-bottom: 30px;
    position: relative;
    display: flex;
}

.radioStylez:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    left: 0;
    top: 34px;
    z-index: 1;
}

.radioStylez .radio {
    width: 23%;
    padding-top: 20px;
    padding-left: 0;
    z-index: 3;
}

.radioStylez .radio label {
    position: static;
}

.radioStylez .radio span {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    margin-top: -3px;
}

.radioStylez .radio label::before {
    left: calc(50% - 8px);
    margin-left: 0;
    width: 25px;
    height: 25px;
}

.radioStylez .radio label::after {
    left: calc(50% - 4px);
    margin-left: 0;
    width: 17px;
    height: 17px;
    top: 25px;
}

.dropFile {
    display: block;
    background-color: #eee;
    min-height: 160px;
    border: 2px dashed #ccc;
    border-radius: 3px;
    position: relative;
}

.dropFile input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.dropFile span {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    font-size: 1.5rem;
    text-align: center;
}

/* checkbox più grandi! */
.checkbox label::before {
    width: 26px;
    height: 26px;
}

.checkbox label::after {
    cursor: pointer;
    font-size: 16px;
    padding-top: 0;
}

.checkbox label {
    padding-left: 15px;
    line-height: 26px;
}

.form-inline .checkbox label {
    padding-left: 4px;
}

.checkbox input, .radio input {
    cursor: pointer;
}

.radio label::before {
    width: 20px;
    height: 20px;
}

.radio label::after {
    width: 8px;
    height: 8px;
    top: 6px;
    left: 6px;
}

.radio label {
    padding-left: 8px;
}

.checkbox input:disabled + label,
.radio input:disabled + label {
    cursor: not-allowed;
}

/* CHECKBOX COME INTERRUTTORI */
.wiSwitch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
}

.wiSwitch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.wiSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.wiSlider:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 1px;
    bottom: 1px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .wiSlider {
    background-color: #ffd000;
}

input:focus + .wiSlider {
    box-shadow: 0 0 1px #ffd000;
}

input:checked + .wiSlider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    /*background-color: #000;*/
}

/* Rounded sliders */
.wiSlider.round {
    border-radius: 34px;
}

.wiSlider.round:before {
    border-radius: 50%;
}

.wiSwitchLabel {
    padding-left: 10px;
    vertical-align: sub;
}

input:disabled + .wiSlider {
    opacity: 0.5;
    cursor: default;
}

input:disabled + .wiSlider:before {
    opacity: 0.5
}

/* FINE CHECKBOX COME INTERRUTTORI */
/* ZOOM */
.lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar {
    background-color: rgba(0, 0, 0, 0.80) !important;
}

.lg-toolbar .lg-icon {
    color: #fff !important;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #ffd000 !important;
}

.wi-rotate {
    font-size: 18px !important;
}

.listGallery img {
    opacity: 1;
    transition: all .2s ease-in-out;
}

.listGallery img:hover {
    opacity: .8;
}

.profile-pic {
    position: relative;
    display: inline-block;
}

.profile-pic .edit {
    opacity: 0;
    transition: all .2s ease-in-out;
}

.profile-pic .edit {
    position: absolute;
    right: 10px;
    top: 3px;
    display: block;
    font-size: 20px;
    opacity: 0;
}

.profile-pic .edit a {
    color: #000;
}

.profile-pic:hover .edit {
    opacity: 1;
}

/* FINE ZOOM */
/* companies custom tabs
/* ------------------------ */
.listAppViewTab {
    list-style: none;
    padding: 0;
}

.listAppViewTab li:not(.unsortable) {
    padding: 15px;
    cursor: move;
    transition: background-color .2s ease-in-out;
    background-color: #fff;
    margin-bottom: 0;
    border-bottom: 1px solid #efefef;
}

.listAppViewTab li:not(.unsortable):hover {
    background-color: #efefef;
}

.listAppViewTab .row-header {
    border-bottom: 1px solid #eee;
    margin: 0 0 20px;
    font-weight: bold;
}

.listAppViewTab .fa-bars {
    margin-right: 10px;
}

.listAppViewTab .img-preview {
    border: 1px solid #efefef;
}

.listAppViewTab .myAppViewCol {
    display: inline-block;
    width: 125px;
    text-align: center;
}

/* ------ */
/* fermo amministrativo */
#boxFermoAmm {
    border: 1px solid #f5f5f5;
    padding: 30px;
    background-color: #fff;
    /* border-radius: 10px; */
    color: #000;
}

#boxFermoAmm .aci {
    background-color: #004aba;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 30px;
    font-weight: 500;
    margin-top: 10px;
}

#boxFermoAmm .aci .txt {
    margin-top: 8px;
    line-height: 1.2;
}

#boxFermoAmm .aci img {
    max-height: 50px;
}

#boxFermoAmm svg {
    max-width: 110px;
}

#boxFermoAmm .inputFA {
    border-radius: 10px;
}

#boxFermoAmm .inputFA input {
    height: 44px;
    border: 0;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    background-color: #fff !important;
}

#boxFermoAmm .inputFA.plate,
#boxFermoAmm .inputFA.codfis {
    position: relative;
    border-radius: 3px;
    border: 1px solid #000;
}

#boxFermoAmm .inputFA.plate:before,
#boxFermoAmm .inputFA.plate:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 22px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

#boxFermoAmm .inputFA.plate input {
    padding: 10px;
    text-align: center;
    cursor: default;
}

#boxFermoAmm .inputFA.plate:before {
    left: 0;
    background-image: url('/images/fermo_amm/left-targa.png');
}

#boxFermoAmm .inputFA.plate:after {
    right: 0;
    background-image: url('/images/fermo_amm/right-targa.png');
    background-position: right;
}

#boxFermoAmm .inputFA.codfis:before {
    content: '';
    background-image: url('/images/fermo_amm/codice_fiscale.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 70px;
    height: 100%;
    z-index: 1;
    top: -1px;
    left: 1px;
    border-radius: 3px;
}

#boxFermoAmm .inputFA.codfis input {
    padding-left: 80px;
}

#boxFermoAmm .btn-fermoamm {
    background-color: #f5651c;
    color: #fff;
    border: 1px solid #f5651c;
    padding: 5px;
    height: 46px;
}

#boxFermoAmm .fermo-semaforo {
    opacity: .1;
    transition: all .4s;
}

#boxFermoAmm .fermo-semaforo.active {
    opacity: 1;
}

#boxFermoAmm .fermo-esito-testuale,
#boxFermoAmm .fermo-testo-result {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.historyFermoAmm table {
    table-layout: fixed;
    background-color: #f9f9f9;
}

.historyFermoAmm table td:nth-child(1) {
    width: 12%;
}

.historyFermoAmm table td:nth-child(2) {
    width: 19%;
}

.historyFermoAmm table td:nth-child(3) {
    width: 17%;
}

.historyFermoAmm table td:nth-child(4) {
    width: 35%;
}

.historyFermoAmm table td:nth-child(5) {
    width: 5%;
    text-align: right;
}

.historyFermoAmm table td:nth-child(6) {
    width: 12%;
    text-align: right;
}

.historyFermoAmm table td:first-child {
    border-left: 1px solid #f5f5f5;
}

.historyFermoAmm table td:last-child {
    border-right: 1px solid #f5f5f5;
}

.historyFermoAmm table .fa-circle {
    font-size: 22px;
}

.historyFermoAmm table .fa-circle.verde {
    color: #39ff14
}

.historyFermoAmm table .fa-circle.rosso {
    color: #f00
}

.historyFermoAmm table .arrow {
    cursor: pointer;
    margin-left: 7px;
    font-size: 18px;
}

.historyFermoAmm table .arrow.open {
    transform: rotate(180deg);
}

.historyFermoAmm .item.hider {
    display: none;
}

.historyFermoAmm .padder {
    width: 18px;
    display: inline-block;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #f5651c;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 20px;
        left: 20px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 40px;
        height: 40px;
        opacity: 0;
    }
}

/* cdk modal */
#sendCdkModal .titleModal {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.3;
}

#sendCdkModal .modal-body {
    padding: 30px;
}

#sendCdkModal .btn-grey,
#sendCdkModal .btn-black {
    padding-left: 35px;
    padding-right: 35px;
}

.infocarSpaceBox {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 12px;
}

.infocarSpaceBox2 {
    font-size: 13px;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 12px;
}

.infocarSpaceBox2 > div {
    font-size: 11px;
    margin-top: 5px;
}

.infocarPrevisioneUsatoBox {
    font-size: 11px;
    background: #e6e6e9;
    color: #393b4d;
    margin-bottom: 3px;
    padding-bottom: 5px;
}

.infocarPrevisioneUsatoBoxContent {
    display: flex;
}

.infocarPrevisioneUsatoBoxContent > div:first-child {
    padding-top: 10px;
    width: 50%;
}

.infocarPrevisioneUsatoBoxContent .mese {
    border-bottom: 10px solid #fff;
    padding-left: 10px;
    margin-bottom: 5px;
    padding-bottom: 2px;
    margin-top: -2px;
}

.infocarPrevisioneUsatoBoxContent .entrata {
    padding-left: 10px;
    font-weight: 600;
    font-size: 15px;
}

.infocarPrevisioneUsatoBoxContent > div:last-child {
    text-align: right;
    width: 50%;
    padding-right: 10px;
    padding-top: 5px;
}

.infocarPrevisioneUsatoBoxContent > div:last-child b {
    font-size: 26px;
}

.infocarPrevisioneUsatoBoxContent > div:last-child small {
    font-size: 15px;
}

/* merchant
/* ------------------------ */
.merchant-image {
    border: 2px solid #eee;
    cursor: pointer;
}

.merchant-image-selected {
    border-color: #fff000;
}

.tag-list > span {
    padding: 2px 4px;
    font-size: 12px;
    display: inline-block;
    margin: 0 6px 6px 0;
    background: #ddd;
    border-radius: 4px;
    font-weight: bold;
}

/* custom select multiple list with pills and search
/* ------------------------ */
.select-multiple-pills {
    position: relative;
    margin: 15px 0;
}
.selected-list {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 4px 0;
}
.selected-list > div {
    display: inline-block;
    margin: 0 6px;
    padding: 4px 6px;
    font-size: 12px;
    background: #ddd;
    border-radius: 4px;
}
.selected-list > div .fa {
    padding-left: 5px;
    cursor: pointer;
}
.selected-list input {
    display: inline-block;
    min-width: 100px;
    padding: 4px 6px;
    border: none;
    outline: none;
    flex-grow: 1;
}
.select-list-wrap {
    position: relative;
}
.select-list-wrap .select-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.select-list > div {
    display: block;
    font-size: 12px;
    cursor: pointer;
    transition: filter .2s ease-in-out;
    padding: 6px 10px;
}

.select-list > div:hover,
.select-list > div:focus {
    filter: brightness(110%);
}

.dashboard--external-evaluations-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.external-evaluation-box-text {
    font-size: 25px;
}

/* search input
/* ------------------------ */
.search-input-selected {
    margin: 10px 0;
}
.search-input-selected .selected-tag {
    background: #efefef;
    border-radius: 4px;
    margin: 0 4px;
    padding: 4px 8px;
    display: inline-block;
}
.search-input-selected .selected-tag:first-child {
    margin-left: 0;
}
.search-input-selected .fa {
    cursor: pointer;
    text-align: center;
    padding: 0 4px;
    margin-left: 4px;
    transition: color .2s ease-in-out;
    color: #333;
}
.search-input-selected .fa:hover {
    color: #ccc;
}
.search-input-selected .no-selected {
    padding: 2px 0;
}

.search-input-list {
    background: #efefef;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.search-input-list > div {
    padding: 2px 6px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.search-input-list > div:hover {
    /*color:#777;*/
    background: #e0e0e0;
}


/* evaluation styles */
.evaluation-h4 {
    padding-top: 15px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 15px
}

.hr-dark {
    border-color: #dedede;
    border-width: 1px;
}

.pallino-firma {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #ff0;
    margin-right: 2px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.pallino-firma.active {
    background: green;
}
.badge-lang {
    background: #ecf0f5;
    color: #272525;
    font-size: 11px;
    font-weight: 400;
    margin-left: 10px;
    letter-spacing: 0.02em;
}

.autocomplete-dates-wrap {
    display: inline-block;
    background: #ecf0f5;
    border-radius: .5rem;
    padding: .5rem .5rem;
}
.autocomplete-dates-wrap table {
    width: 100%;
}
.autocomplete-dates-wrap td {
    padding: .25rem .5rem;
    font-size: 14px;
    line-height: 1.2;
    min-width: 10rem;
}
.autocomplete-dates-wrap td:last-child {
    text-align: right;
}
