/* AFTERSALESTOOLS */

.coloricons {
    color: #ed3b3b
}

.tablecolor {
    background-color: #ed3b3b
}

/* MENU LATERALE */
.col2sidenav {
    min-width: 80%;
}

.isidenav {
    width: 28px !important;
}

.psidenav {
    padding: 8px;
    text-decoration: none;
    font-size: 1.2rem;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.p2sidenav {
    padding: 8px;
    text-decoration: none;
    font-size: 1.2rem;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.row0sidenav {
    max-height: 42px;
}

.rowsidenav {
    padding: 2px 2px 2px 8px;
    !important;
}

.row2sidenav {
    padding-left: 50px;
}


.colsidenav {
    padding-right: 5%;
}

.hrsidenav {
    border-top: 1px solid #818181 !important;
    width: 96% !important;
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}
/****************/



/* The side navigation menu */
.sidenav {
    width: 100%;
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    background: rgba(0, 0, 0, 0.9);
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}



    /* The navigation menu links */
    .sidenav a {
        padding: 8px;
        text-decoration: none;
        font-size: 1.2rem;
        color: #f1f1f1;
        display: block;
        transition: 0.3s;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #818181;
        }



/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}







.ast-dropdown-menu {
    left: -120px;
}

.ast-dropdown-menu-language {
    left: -45px;
}

.ast-card {
    border-radius: 1.25rem;
}

.ast-card-body {
    padding: 2.25rem;
}

.ast-btn-primary {
    color: #fff !important;
    background-color: #ed3b3b;
    border-color: #ed3b3b;
}

    .ast-btn-primary:hover {
        color: #ed3b3b !important;
        background-color: #fff;
        border-color: #ed3b3b;
    }

.ast-btn-secondary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ed3b3b;
    padding: .0rem .0rem;
    line-height: 1.5;
}

    .ast-btn-secondary:hover {
        color: #ed3b3b;
        background-color: #ffffff;
        border-color: #ffffff;
    }

.ast-btn-outline-primary {
    color: #ed3b3b;
    background-color: transparent;
    background-image: none;
    border-color: #ed3b3b;
}

    .ast-btn-outline-primary:hover {
        color: #ed3b3b;
        background-color: #F0F1F2;
        border-color: #ed3b3b;
    }

.ast-label {
    font-weight: bold;
}


.ast-content {
    text-align: right;
}

.ast-elencoSX {
    color: #666666;
    text-decoration: none;
}

    .ast-elencoSX:hover {
        text-decoration: none;
    }

.ast-page-title {
    padding: .5rem 1rem;
    margin-bottom: 0rem;
}

.ast-page-title-upper {
    padding: .5rem 1rem;
    margin-bottom: 0rem;
    text-transform: uppercase;
}


.ast-far {
    font-size: 1.6rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}

.ast-far-carousel {
    display: flex;
    font-size: 1.6rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}

@media only screen and (max-width: 400px) {
    .ast-far-carousel {
        display: none;
    }
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.ast-label-breadcrumb {
    color: #ed3b3b;
}

.ast-label-secondary {
    color: #000 /*#090E98;*/
}

/* BOOTSTRAP */
body {
    font-family: 'Roboto';
    /*background-color: #f0f1f2;*/
    background-color: #ffffff;
}

a {
    color: #ed3b3b;
}

    a:hover {
        color: #999999;
    }

h2, .h2 {
    font-size: 1.2rem;
    color: #ed3b3b;
}

h3, .h3 {
    font-size: 1.0rem;
}

.show > .btn-secondary.dropdown-toggle {
    color: #ed3b3b;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: .0rem;
    box-shadow: 0 0 0 0rem rgba(108,117,125,.0) !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #999999;
}

.img-fluid {
    width: 100%;
}

.navbar-brand {
    margin-right: 0rem;
}

.breadcrumb {
    background-color: #FFFFFF;
    margin-bottom: 0rem;
}

.container {
    background-color: white;
}

.col-form-label {
    font-weight: bold;
}


.custom-range {
    width: 60px;
}

/*.pager td table tbody tr {
    display: flex;
}*/

pager-flex {
    display: flex;
}

/* FLEXBOX */

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: center;*/
}

.no-wrap {
    flex-wrap: nowrap;
    background: #cccccc;
}

.flex-container > div {
    background-color: #ffffff;
    margin: 0.1rem;
    text-align: center;
    line-height: 2rem;
    max-width: 170px;
}


.page-item.active .page-link {
    background-color: #ed3b3b;
    border-color: #ed3b3b;
}

.page-link {
    color: #ed3b3b;
}

    .page-link:hover {
        color: #ed3b3b;
    }

.pagination {
    float: right;
}

@media only screen and (max-width: 600px) {
    .ast-modal-dialog {
        max-width: 350px !important;
    }
}

@media only screen and (max-width: 768px) {
    .flex-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (max-width: 991px) {
    .ast-headerxs {
        width: 100%;
        text-align: right;
    }
}

.ast-dropdown-menu {
    left: -120px;
}

.LBL_DISP_STYLE {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}

.nextArrow {
    position: absolute;
    right: 0;
    transform: translate(100%);
    top: 50%;
    color: #ed3b3b;
    cursor: pointer;
}

.prevArrow {
    position: absolute;
    left: 0;
    transform: translate(-100%);
    top: 50%;
    color: #ed3b3b;
    cursor: pointer;
}

.closeZoom {
    z-index: 1;
    position: fixed;
    top: 0px;
    right: 4px;
    color: #ed3b3b;
}

.border_shadow {
    filter: drop-shadow(2px 2px 2px #a3a3a3);
    /*filter: drop-shadow(2px 2px 2px #ed3b3b);*/
}

.title_treeGraphics {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #262626;
}

.modal-dialog_margin {
    margin-top: 8rem;
}

.modal-dialog_margin {
    height: 170px; 
    width: 170px; 
    display: table-cell; 
    vertical-align: bottom;
}

.ast-footer {
    background-color: rgb(48,48,48);
    color: #818181;
    display : inline-block;
}

.ast-subfooter {
    background-color: #ffffff !important;
}

    .ast-subfooter a {
        font-weight: bold;
        font-size: 14px;
        color: #e2001a;
    }

.ast-tree-card {
    /*font-size: 14px !important;
    font-weight: 500 !important;
    color: #2c2f33 !important;*/
    /*width: 222px !important;*/
    min-width: 200px !important;
    max-width: 300px !important;
    min-height: 200px !important;
    min-height: 300px !important;
}

    .ast-tree-card a:hover, visited, active {
        text-decoration: none;
        /*color: #a8a8a8 !important;*/
    }

input[type=checkbox], input[type=radio] {
    margin-right: 8px
}