/* AFTERSALESTOOLS NEW */
#divFooter {
	background-color: #000000;
}
#divBody {
    /*background-color: #f5f5f5;*/
    background-color: #ffffff;
}
#divBodyLogin {
    /*background-color: #f5f5f5;*/
    background-color: #000000;
}

#divMasterMenu{
    background-color: #ffffff;
}

#divMasterHeading {
    position: relative;
    height: 190px;
    background: url(../../../HandlerHeader.ashx?h=0) no-repeat center center/cover;
}

#divMasterHeadingLarge {
    position: relative;
    height: 300px;
    background: url(../../../HandlerHeader.ashx?h=1) no-repeat center bottom/cover;
}

@media only screen and (max-width: 600px) {
    #divMasterHeading {
        position: relative;
        height: 200px;
        background: none;
        background-color: white;
    }
    #divMasterHeadingLarge {
        position: relative;
        height: 150px;
        background: none;
        background-color: white;
    }
}

.navbar {
background-color: #ffffff;
}

.bg-light {
    background-color: #ffffff!important;
}
#iframeModal{
    background-color: #ffffff!important;
}

/* AFTERSALESTOOLS */

.coloricons {
	color: #ec433c
}
.tablecolor {
	background-color: #ec433c
}

/* 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 !important;
        display: block;
        transition: 0.3s;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #818181 !important;
        }



/* 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;
        }
}

.breadcrumb-item+.breadcrumb-item {
font-size: 13px;
    color: #000;
}

.btn {
    border-radius: 0rem;
}
.list-group-item {
    /*background-color: #f5f5f5;*/
    background-color: #ffffff;
    border: 0px solid rgba(0,0,0,.125);
}

.ast-dropdown-menu {
    left: -120px;
}

.ast-dropdown-menu-language {
    left: -45px;
}

.ast-card {
    border-radius: 0rem;
}

.ast-card-body {
    padding: 2.25rem;
}

.ast-btn-primary {
    color: #fff;
    background-color: #ec433c;
    border-color: #ec433c;
}

    .ast-btn-primary:hover {
        color: #ec433c;
        background-color: #fff;
        border-color: #ec433c;
    }

.ast-btn-secondary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ec433c;
    padding: .0rem .0rem;
    line-height: 0.0;
}

    .ast-btn-secondary:hover {
        color: #ec433c;
        background-color: #ffffff;
        border-color: #ffffff;
    }

.ast-btn-alternative {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

    .ast-btn-alternative:hover {
        color: #000000;
        background-color: #fff;
        border-color: #000000;
    }

.ast-btn-outline-primary {
    color: #ec433c;
    background-color: transparent;
    background-image: none;
    border-color: #ec433c;
}

    .ast-btn-outline-primary:hover {
        color: #ec433c;
        background-color: #F0F1F2;
        border-color: #ec433c;
    }

.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: #ec433c;
}

/* BOOTSTRAP */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
body {
    /*font-family: 'Roboto';*/
	font-family: "Poppins",sans-serif;
    /*background-color: #f0f1f2;*/
    background-color: #000000;
}


.fontB1{
		font-family: "Poppins",sans-serif;
		font-size: 40px;
		font-weight: 700;
		color: #000;
		line-height: 50px;
		letter-spacing: 3px;
		margin: 0 0 0 0;
		}
		
		.fontB2{
		font-family: "Poppins",sans-serif;
		font-size: 15px;
		font-weight: 300;
		color: #000;
		line-height: 25px;
		margin: 0 0 0 0;
}
.fontB3 {
    font-family: "Poppins",sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #000;
    /*line-height: 5px;*/
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 0 0;
    padding-right: 0px;
}	



.fontB1B{
		font-family: "Poppins",sans-serif;
		font-size: 40px;
		font-weight: 400;
		color: #000;
		line-height: 50px;
		letter-spacing: 3px;
		margin: 0 0 0 0;
		}
		
		.fontB2B{
		font-family: "Poppins",sans-serif;
		font-size: 15px;
		font-weight: 300;
		color: #000;
		line-height: 25px;
		margin: 0 0 0 0;
}
.fontB3B {
    font-family: "Poppins",sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: none;
    margin: 0 0 0 0;
    padding-left: .5rem;
}
.fontB3Bbold {
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 0 0;
    padding-right: 0px;
    padding-left: .5rem;
}
.fontB3Bupper {
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 0 0;
    padding-right: 0px;
    padding-left: .5rem;
}

a {
    /*color: #ec433c;*/
color: #000000;
}
    a:hover {
        color: #999999;
    }

h2, .h2 {
    font-size: 1.2rem;
    color: #ec433c;
}

h3, .h3 {
    font-size: 1.0rem;
}

.show > .btn-secondary.dropdown-toggle {
    color: #ec433c;
    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: transparent;
    margin-bottom: 0rem;
}

.container {
    /*background-color: #f5f5f5;*/
    background-color: #ffffff;
}

.col-form-label {
    font-weight: 400;
}


.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: #f5f5f5;*/
    background-color: #ffffff;
    margin: 0.1rem;
    text-align: center;
    line-height: 2rem;
    max-width: 170px;
}


.page-item.active .page-link {
    background-color: #ec433c;
    border-color: #ec433c;
}

.page-link {
    color: #ec433c;
}

    .page-link:hover {
        color: #ec433c;
    }

.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;
}

.qrPreviewVideo {
    max-width: 350px !important;
}
.bootbox-accept {
    background-color: #ec433c;
    border-color: #E1A24E;
}
.bootbox-accept:hover {
    color: #ec433c;
    background-color: #fff;
    border-color: #ec433c;
}