.resultError{
    font-size: small;
    color: red;
}
.loaded{
    display: none;
}
body.preloader-site {
    overflow: hidden;
}
.preloader-wrapper {
    height: 100%;
    width: 100%;
    background-color: rgba(38, 166, 154, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}
.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #28a745;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #17a2b8;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffc107;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.disabledLi a{
    cursor: not-allowed;color: gray;opacity: 0.4
}

.wizard_horizontal ul.wizard_steps li a .step_no{
    width:70px;
    height:70px;
    /*line-height:40px;*/
    border-radius:10px;
    display:block;
    margin:0 auto 5px;
    font-size:14px;
    text-align:center;
    position:relative;
    z-index:5;
    line-height: 5;
}

.wizard_horizontal ul.wizard_steps li a:before{
    content: "";
    position: absolute;
    height: 4px;
    background: #ccc;
    top: 35px;
    width: 100%;
    z-index: 4;
    left: 0;
}

.wizard_horizontal ul.wizard_steps li a.annullato:before{
    background: #dc3545;
}

.wizard_horizontal ul.wizard_steps li a.processato:before{
    background: #73879C;
}

.bg-processato{
    background: #73879C;
}

.wizard_horizontal ul.wizard_steps li a.confermato:before{
    background: #1ABB9C;
}

.bg-confermato{
    background: #1ABB9C;
}

.img-prodotto{
    max-height: 400px;
    width: auto;
    padding: 20px;
}


.bs-glyphicons .glyphicon{
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
}

.glyphicon-class{
    margin-top: 15px;
    font-weight: normal;
}

.autocomplete-suggestions{
    font-size: small!important;
}

.btn-table-sp{
    margin:5px!important;
    border: 2px solid RED;
}



table.dataTable > tbody > tr.child ul{
    width: 100%;
    text-align: left;
}

.nav-sm .nav.side-menu li a{
    font-size: 11px;
    font-weight: bold;
}

.form-control-feedback{
    margin-top: 3px;
}

.appendResultApi{
    padding: 10px;
    margin-bottom: 10px;
}


h3 {
    margin-top: 0!important;
    font-weight: bold;
}
.glyphicon-class{
    font-size:medium!important;
}
@media only screen and (max-width: 400px) {
    .bs-glyphicons li {
        width: 100%!important;
    }
    .glyphicon-class{
        font-size:large !important;
    }
}


.editable-click, a.editable-click, a.editable-click:hover{
    padding: 4px;
}



.form-check-label{
    padding: 4px;
    font-size: medium;
    color: #212529;
}