﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 0;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
     /*Hide captions*/ 
    .carousel-caption {
        display: none;
    }
}

/* CSS for Loading GIF Image during Ajax unobtrousive call*/
/* https://www.c-sharpcorner.com/article/unobtrusive-ajax-and-jquery-for-partial-updates-in-asp-net-mvc/ */
.HideLoader {
    display: none;
}

.ShowLoader {
    display: normal;
}

/*style Desunto da https://developers.google.com/maps/documentation/javascript/examples/marker-simple*/
/*<style >*/
/* Always set the map height explicitly to define the size of the div
    * element that contains the map. */
#map {
    height: 100%;
}

.map300 {
    width: 100%;
    height: 300px;
}
.none {
    display:none
}
.whitespacepre {
    white-space: pre;
}

/*Inizio https://stackoverflow.com/questions/1853662/how-to-show-page-loading-div-until-the-page-has-finished-loading*/
/*
<div id="loading">
  <img id="loading-image" src="images/ajax-loader.gif" alt="Loading..." />
</div>
*/

#loading {
    z-index: 100099;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: #fff;
    text-align: center;
    display: none;
}
#loadingimage {
    z-index: 100100;
    position: absolute;
    top: 20%;
    left: 47%;
}
#loading_2 {
    z-index: 105099;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: relative;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: #fff;
    text-align: center;
    display: none;
}
#loadingimage_2 {
    z-index: 105199;
    position: relative;
    top: 0%;
    left: 0%;
}
#loading_3 {
    z-index: 106099;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: relative;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: #fff;
    text-align: center;
    display: none;
}

#loadingimage_3 {
    z-index: 106199;
    position: relative;
    top: 0%;
    left: 0%;
}
#maploading {
    z-index: 110099;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: #fff;
    text-align: center;
    display: none;
}
#maploadingimage {
    z-index: 110199;
    position: absolute;
    top: 40%;
    left: 47%;
}
#mapcercaloading {
    z-index: 200099;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: #fff;
    text-align: center;
    display: none;
}
#mapcercaloadingimage {
    z-index: 200199;
    position: absolute;
    top: 40%;
    left: 42%;
}
/*Fine https://stackoverflow.com/questions/1853662/how-to-show-page-loading-div-until-the-page-has-finished-loading*/

/* inizio https://stackoverflow.com/questions/52027988/tooltip-does-not-show-with-bootstrap-slider*/
/*.tooltip.in {
    opacity: 1;
}*/
/*.slider .tooltip.in {
    opacity: 1;
}

.slider .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.slider .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.slider .tooltip.top {
    padding: 5px 0;
}*/
/* fine https://stackoverflow.com/questions/52027988/tooltip-does-not-show-with-bootstrap-slider*/

/* inizio https://www.w3schools.com/howto/howto_js_tabs.asp Style the tab */
/* No Fade in Tabs*/
.tabsoggetto_consegna {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons that are used to open the tab content */
    .tabsoggetto_consegna button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tabsoggetto_consegna button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tabsoggetto_consegna button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabsoggetto_consegnacontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Style the tab Si Fade in Tabs*/
/*.tabsoggetto_consegna {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}*/

    /* Style the buttons inside the tab */
    /*.tabsoggetto_consegna button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }*/

        /* Change background color of buttons on hover */
        /*.tabsoggetto_consegna button:hover {
            background-color: #ddd;
        }*/

        /* Create an active/current tablink class */
        /*.tabsoggetto_consegna button.active {
            background-color: #ccc;
        }*/

/* Style the tab content */
/*.tabsoggetto_consegnacontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}*/

/* Fade in tabs */
/*@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}*/
/* fine https://www.w3schools.com/howto/howto_js_tabs.asp Style the tab */

/* inizio Copiato da site.css da AspNetCoreOData STSServerIdentity */
.page-consent .client-logo {
    float: left;
}

    .page-consent .client-logo img {
        width: 80px;
        height: 80px;
    }

.page-consent .consent-buttons {
    margin-top: 25px;
}

.page-consent .consent-form .consent-scopecheck {
    display: inline-block;
    margin-right: 5px;
}

.page-consent .consent-form .consent-description {
    margin-left: 25px;
}

    .page-consent .consent-form .consent-description label {
        font-weight: normal;
    }

.page-consent .consent-form {
    padding-left: 16px;
}

.consent-remember {
    padding-left: 21px;
}


.paddingright5px {
    padding-right: 5px;
}

.big_checkbox {
    width: 30px !important;
    height: 30px !important;
}

.consent-title-spacing-top {
    margin-top: 10px;
}

.consent-title-spacing-bottom {
    margin-bottom: 10px;
}

.consent-middle {
    vertical-align: super;
}

.logoutiframe {
    display: none;
    width: 0;
    height: 0;
}
/* fine  Copiato da site.css da AspNetCoreOData STSServerIdentity */
