.padnone{
    padding: 0px !important;
}
.invalid-feedback{
    border: red solid 1px;
}
.scroll{
    max-height: 455px;
    overflow-y: auto;
}

.nav-tabs {
    border: 1px solid #e1e8ef !important;
}
.saldo_label{
    display: block;
    font-size: x-large;
    font-weight: bold;
    color: #32475c;
    font-family: sans-serif;
}
.label-report{
    font-weight: bold;
    text-transform: uppercase;
}
.content-report{
    margin-left: 15px;
}
ul ul {
    margin-bottom: 0;
    line-height: 40px;
}
.company_list_cs{
    margin-top: 20px;
    font-size: small;
}
ul {
    margin-bottom: 30px;
}

.navbar-brand {
    padding: 5px 15px;
    height: 50px;
}

.navbar-brand-logo {
    height: 40px;
}

.user-code {
    color: #2c3e4f;
    padding-left: 15px;
    background: white;
    margin-top: 20px;
    border: 1px solid #2c3e4f;
}
.creditsafe-span-A{
    color: green;
}
.creditsafe-span-B{
    color: #b7b700;
}
.creditsafe-span-C{
    color: #ff3800;
}
.creditsafe-span-D{
    color: red;
}
.user-plan{
    color: #2c3e4f;
    padding-left: 15px;
    background: white;
    border: 1px solid #2c3e4f;
}

.layout-sidebar-collapsed .user-code{
    display: none;
}

.layout-sidebar-collapsed .user-plan{
    display: none;
}

.no-underline a:focus, a:hover {
    text-decoration: none;
}

.no-underline a:focus, a:hover .card {
    opacity: 0.9;
}

#count-export{
    display: inline;
    padding-right: 5px;
    font-weight: 800;
}

.card-gray{
    background-color: #f4f4f4;
}


.card-aliceblue{
    background-color: aliceblue;
}

.card-reference{
    padding: 0;
    padding-left: 18px;
    margin-top: 10px;
}

.m-b-10{
    margin-bottom: 10px;
}

.note_class:focus{
    width: 100%;
    height: 200px!important;
}

.note_class{
    height: 35px !important;
}
@media only screen and (max-width: 600px) {
    .padnone-xs{
        padding: 0px !important;
    }

    .btn-action-sm {
        width: 100%;
        margin-bottom: 20px;
    }

    .amount-mobile{
        text-align: left;
    }

    div#item-list {
        margin-bottom: 20px;
    }

    .row-item-mobile{
        margin-top: 20px;
    }

    .subtotal-row{
        text-align: left;
        margin-top: 20px;
        font-size: 16px;
        border-top: 1px solid #dedede;
        font-weight: 800;
    }

    .content-tax-mobile{
        padding-top: 7px;
    }

    .m-b-10{
        margin-bottom: 10px;
    }

    input[type="checkcard"]{
        width: 70px;
    }

    .input-group-addon strong{
        font-size: 12px;
    }

    .crediti-imposta{
        padding-top: 20px;
    }

    li.treeview{
        margin-left: -20px;
    }

    .tab-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    ul ul {
        margin-bottom: 22px;
        line-height: 24px;
        margin-left: -25px;
        margin-top: 10px;
    }

}
