﻿
@media print {
    * {
        background: none !important;
        color: black !important;
    }
}

:root {
    --font-family: Barlow, Verdana, Arial;
    --main-Bg-color: #ffffff;
    --Bg-color2: #FFFFFF;
    --Click-btn-color: white; /* #663399 gray */
    --Click-btn-Background: #663399;
    --offerte-color-Evidente: #663399;
    --offerte-border: silver;
    --gridview-font-size: clamp(10pt, 2.6vw, 12pt);
}




body {
    margin: 0;
    padding: 0;
    font-family: var(--font-family);
    font-size: 10pt;
    vertical-align: top;
    text-align: center;
    color: var(--main-text-color); /*color: white;*/
    background-color: var(--main-Bg-color); /*background-color: #01083E;*/
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    /*    background-image: url('http://www.noleggiopicar.it/images/YES_SFONDO.jpg');*/
    background-size: 100%;
}


/* ========================================================== */
/* ========================================================== */

.lblMsg1 {
    color: white;
    font-family: var(--font-family);
    font-size: 11pt;
    font-weight: bold;
}

.lblMsg {
    color: brown;
    font-family: var(--font-family);
    font-size: 11pt;
    font-weight: bold;
}
/* ========================================================== */
/* ========================================================== */


.ModalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/Sfondo2.png');
    background-repeat: repeat;
    z-index: 1000;
}

.ModalPopup {
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    z-index: 1010;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

/*
.ModalBlur
{
    background-image:url('images/glassBreak2.png');
    background-repeat:repeat;
	filter: blur (add=0, direction=225, strength=20, enabled=true);
}
*/

/* ========================================================== */
/* ========================================================== */
/*               LOGIN - Change passwrod                      */
/* ========================================================== */
/* ========================================================== */

.Login_Left_TD {
    text-align: right;
    width: 15%;
}

.Login_Right_TD {
    text-align: left;
    width: 15%;
}

.Login_Label {
    font-size: 9pt;
    width: 70px;
    height: 17px;
    color: var(--main-text-color);
}

.Login_input {
    font-size: 9pt;
    text-align: center;
    background-color: #FFFFCC;
    width: 96%;
}

.Login_DropDownList {
    font-size: 9pt;
    width: 96%;
    height: 22px;
    text-align: center;
    background-color: #FFFFCC;
}

.SecPanelBorder {
    border-style: solid;
    border-width: 7px;
    border-top-color: #F0F0F0;
    border-left-color: #E0E0E0;
    border-right-color: Silver;
    border-bottom-color: Gray;
}

.PanelSEC1 {
    background: silver;
    color: Black;
}

.lblTitleSEC {
    text-align: center;
}

.lblTitleChngPswd {
    background: silver;
    color: Black;
}

.btnChngPswd {
    color: #C0c0c0;
    font-style: italic;
}

.lblMsgSEC1 {
    color: brown;
    font-size: 10pt;
}

.Login_WaterMark {
    color: gray;
    text-align: center;
    font-style: italic;
    font-size: 9pt;
    width: 130px;
    height: 17px;
    background-color: #FFFFCC;
}
/* ========================================================== */
/* ========================================================== */
/* ========================================================== */
/* ========================================================== */



.Calendar1 {
    margin: 0 auto;
    text-decoration: none;
    font-family: var(--font-family);
}

.CalendarDay {
    text-decoration: none;
    cursor: pointer;
    font-family: var(--font-family);
}




/*--------------------------------------*/
/*     frm ERROR                        */
/*--------------------------------------*/
.frmERROR {
    border: solid 2px white;
    font-size: 11pt;
    font-family: var(--font-family);
    background-color: #11184f;
    color: white;
    font-weight: bold;
}







/* ========================================================== */
/* ========================================================== */


/* ========================================================== */
/* ========================================================== */
/*                     GridView                               */
/* ========================================================== */
/* ========================================================== */


.GridViewItemStyle {
    padding: 3px 10px;
    font-family: var(--font-family);
    font-size: clamp(14pt, 10vw, 20pt); /*var(--gridview-font-size);*/
    vertical-align: top;
    background-color: #E7E7FF;
    color: #4A3C8C;
}

.GridView, .GridView td, .GridView th {
    background-color: transparent;
    color: black;
    font-size: clamp(14pt, 10vw, 20pt);
    padding: 3px 10px;
    font-family: var(--font-family);
}

.GridViewRowStyle, .GridViewRowStyle td, .GridViewRowStyle th {
    background-color: white;
    color: #610A0B;
    border: 1px solid silver;
    font-family: var(--font-family);
    font-size: clamp(14pt, 10vw, 20pt);
}


.GridViewSelectedRowStyle, .GridViewSelectedRowStyle td, .GridViewSelectedRowStyle th {
    background-color: #738A9C;
    color: #F7F7F7;
    font-weight: bold;
    font-family: var(--font-family);
    font-size: clamp(14pt, 10vw, 20pt);
}

.GridViewEditRowStyle, .GridViewEditRowStyle td, .GridViewEditRowStyle th {
    background: #738A9C;
    color: #F7F7F7;
    font-family: var(--font-family);
    font-size: clamp(14pt, 10vw, 20pt);
    font-weight: bold;
    padding: 4px 8px;
}

.GridViewAlternatingRowStyle, .GridViewAlternatingRowStyle td, .GridViewAlternatingRowStyle th {
    background-color: #E0E0E0;
    color: black;
    border: 1px solid silver;
    font-family: var(--font-family);
    font-size: clamp(14pt, 10vw, 20pt);
}

.GridViewPagerStyle {
    background-color: #4A3C8C; /* transparent */
    color: #4A3C8C;
    font-family: var(--font-family);
    font-size: clamp(14pt, 10vw, 20pt);
    padding: 3px;
    text-align: center;
    vertical-align: top;
}

    .GridViewPagerStyle a, .GridViewFooterStyle a {
        background-color: transparent;
    }

.GridViewHeaderStyle, .GridViewHeaderStyle th a {
    background-color: #4A3C8C;
    color: #F7F7F7;
    font-family: var(--font-family);
    vertical-align: top;
    text-align: center;
    font-size: clamp(14pt, 10vw, 20pt);
    font-weight: bold;
}


.GridViewFooterStyle {
    text-align: center;
    vertical-align: top;
    background-color: #B5C7DE;
    color: #4A3C8C;
    font-size: clamp(14pt, 10vw, 20pt);
}
/* ========================================================== */
/* ========================================================== */
/* ========================================================== */
/* ========================================================== */


/* ========================================================== */
/* ========================================================== */
/*                     GridView Interno PiCAR                               */
/* ========================================================== */
/* ========================================================== */


.GridViewItemStyle1 {
    padding: 3px 10px;
    font-family: var(--font-family);
    font-size: var(--gridview-font-size);
    vertical-align: top;
    background-color: #E7E7FF;
    color: #4A3C8C;
}

.GridView, .GridView td, .GridView th {
    background-color: transparent;
    color: black;
    font-size: var(--gridview-font-size);
    padding: 3px 10px;
    font-family: var(--font-family);
}

.GridViewRowStyle1, .GridViewRowStyle1 td, .GridViewRowStyle1 th {
    background-color: white;
    color: #610A0B;
    border: 1px solid silver;
    font-family: var(--font-family);
    font-size: var(--gridview-font-size);
}


.GridViewSelectedRowStyle1, .GridViewSelectedRowStyle1 td, .GridViewSelectedRowStyle1 th {
    background-color: #738A9C;
    color: #F7F7F7;
    font-weight: bold;
    font-family: var(--font-family);
    font-size: var(--gridview-font-size);
}

.GridViewEditRowStyle1, .GridViewEditRowStyle1 td, .GridViewEditRowStyle1 th {
    background: #738A9C;
    color: #F7F7F7;
    font-family: var(--font-family);
    font-size: var(--gridview-font-size);
    font-weight: bold;
    padding: 4px 8px;
}

.GridViewAlternatingRowStyle1, .GridViewAlternatingRowStyle1 td, .GridViewAlternatingRowStyle1 th {
    background-color: #E0E0E0;
    color: black;
    border: 1px solid silver;
    font-family: var(--font-family);
    font-size: var(--gridview-font-size);
}

.GridViewPagerStyle1 {
    background-color: #4A3C8C; /* transparent */
    color: #4A3C8C;
    font-family: var(--font-family);
    font-size: var(--gridview-font-size);
    padding: 3px;
    text-align: center;
    vertical-align: top;
}

    .GridViewPagerStyle1 a, .GridViewFooterStyle1 a {
        background-color: transparent;
    }

.GridViewHeaderStyle1, .GridViewHeaderStyle1 th a {
    background-color: #4A3C8C;
    color: #F7F7F7;
    font-family: var(--font-family);
    vertical-align: top;
    text-align: center;
    font-size: var(--gridview-font-size);
    font-weight: bold;
}


.GridViewFooterStyle1 {
    text-align: center;
    vertical-align: top;
    background-color: #B5C7DE;
    color: #4A3C8C;
    font-size: var(--gridview-font-size);
}
/* ========================================================== */
/* ========================================================== */
/* ========================================================== */
/* ========================================================== */


/* ========================================================== */
/* ========================================================== */
/*                 mbiMENU                                    */
/* ========================================================== */
/* ========================================================== */
ul.mymenu {
    font-size: 10pt;
    font-family: var(--font-family);
    text-transform: uppercase; /* Tutto maiuscolo */
    background: #1432FE; /* STATIC MENU BACKGROUND  [1] #1432FE; #610A0B; */
    width: 690px;
    height: 26px;
    margin-left: 17px;
    margin-top: 17px;
    line-height: 26px;
}

    ul.mymenu, ul.mymenu li, ul.mymenu ul, ul.mymenu ul li {
        /* all parts of the list */
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        ul.mymenu li {
            /* <li> 1.st Static */
            float: left;
            position: relative;
        }

        ul.mymenu a {
            /* <a> 1.st link (static) */
            display: block;
            padding: 0 15px;
            text-decoration: none;
            color: #FFFFFF; /* STATIC MENU FOREGROUND      [2] */
        }

        ul.mymenu ul {
            /* <ul> 1.st Dynamic */
            position: absolute;
            top: 25px;
            left: -9999px;
            width: 12em;
        }

        ul.mymenu li:hover ul, ul.mymenu li.sfhover ul, ul.mymenu li:active ul {
            /* Over 1.st <ul> (dynamic) */
            left: -1px;
            z-index: 100;
        }

        ul.mymenu ul {
            /* <ul> 1.st Dynamic */
            padding: 7px 0;
            border: 1px solid #FFFFFF; /* BORDO Menu Dinamico #A6ADB4 */
            width: 210px;
        }


        ul.mymenu ul, ul.mymenu li li a {
            /* <ul> 1.st Dynamic AND <a> Dynamic */
            background-color: #ffffff; /* SubMenu */
            color: #1432FE; /* SubMenu ; #1432FE; #610A0B; */
            font-size: 9pt;
            font-family: var(--font-family);
            text-transform: uppercase;
            padding: 5px;
            text-align: left;
        }

        ul.mymenu a:hover, ul.mymenu a:active, ul.mymenu li:hover, ul.mymenu li:active, ul.mymenu li:hover a {
            /* Over on 1.st <li> OR on 1.st <a>link */
            background-color: #ffffff; /* MENU STATICO [3] */
            color: #1432FE; /* MENU STATICO HOVER  #610A0B; #1432FE    [4] */
        }

        ul.mymenu li li {
            float: none;
            line-height: 26px;
            width: 200px;
            /*display:block !important;*/
            /*display: inline;*/
        }


            ul.mymenu li li a:hover {
                background-color: #1432FE; /* SubMenu #1432FE; #610A0B; */
                color: #ffffff; /* SubMenu */
            }

        ul.mymenu ul:hover {
            background-color: #ffffff; /* SubMenu */
            color: #1432FE; /* SubMenu  #1432FE; #610A0B; */
        }


        /*====================*/
        /* DYNAMIC 2.nd LEVEL */
        /*====================*/
        ul.mymenu ul ul {
            position: absolute;
            visibility: hidden;
            top: 0px;
            width: 210px;
        }

            ul.mymenu ul ul li {
                background-color: #E0E0E0;
                display: block;
                float: none;
                padding: 5px 5px 5px 5px;
                border: none;
                margin: 0;
            }

                ul.mymenu ul ul li a {
                    color: maroon;
                    text-decoration: none;
                }

                ul.mymenu ul ul li:hover {
                    background-color: #E0E0E0;
                }


        ul.mymenu ul li:hover ul {
            position: absolute;
            visibility: visible;
            left: 80px;
        }

        ul.mymenu ul ul li:hover a {
            color: white;
            background-color: #1432FE; /* Bkgcolor  #1432FE  #610A0B; */
        }
/* ========================================================== */
/* ========================================================== */
/* ========================================================== */
/* ========================================================== */




/* ================================================================== */
/* ==============classi usate da mbiPrepareHTML5Video.vb ============= */
/* ================================================================== */

.divText {
    text-align: center;
    font-size: 12pt;
    font-family: var(--font-family);
    padding: 10px;
    margin: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 1);
    /*border-radius: 15px;
    border: 2px solid var(--offerte-border);*/
}

.divOfferta {
    text-align: center;
    font-size: 12pt;
    font-family: var(--font-family);
    padding: 10px;
    margin: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 1);
    border-radius: 15px;
    border: 2px solid var(--offerte-border);
}


.divOfferta:hover .imgZoom {
    transform: scale(1.06);
}

.imgZoom {
    position: relative;
    width: 96%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 1);
    transition: transform 0.2s ease-in-out;
}

    .imgZoom:hover {
        transform: scale(1.1);
    }

.imgAuto {
    width:100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 1);
}

.OfferteMarca {
    font-size:18pt;
    font-weight: bold;
    color: var(--offerte-color-Evidente);
}

.video {
    position: relative;
    padding-top: 0;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    /*display: inline-block;*/
}

    .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.video1 {
    width: 100%;
    height: auto;
}


.VideoResponsive iframe,
.VideoResponsive object,
.VideoResponsive embed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* ========================================================== */
/* ========================================================== */
/* ========================================================== */
/* ========================================================== */


/* ========================================================== */
/* ========================================================== */
/*           ACCORDION   gestione Utenti - SysAdmin           */
/* ========================================================== */
/* ========================================================== */
.Div_accordion {
    cursor: pointer;
    font-family: var(--font-family);
    font-size: 10pt;
    color: black;
    font-weight: bold;
    background: #E0E0E0;
    border: solid 1px white;
}


.Accordion {
    background-color: Silver;
    color: Black;
    font-family: var(--font-family);
    font-size: 10pt;
    border: solid 1px Black;
}

.AccordionPaneHeader {
    background-color: Silver;
    padding: 3px 3px 3px 3px;
    border-top: solid 1px Black;
    border-bottom: solid 1px Black;
}

.SelectedAccordionPaneHeader {
    background-color: Gray;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
    border-top: solid 1px Black;
    border-bottom: solid 1px Black;
}

.AccordionPaneContent {
    padding: 3px 3px 3px 3px;
}
/* ========================================================== */
/* ========================================================== */
/* ========================================================== */
/* ========================================================== */




/* ======================== Google api  =================================== */

.UseMap area {
    border: none 0px;
    outline: none;
    outline-width: 0;
}


.banner {
    position: relative;
    overflow: auto;
}

    .banner li {
        list-style: none;
    }

    .banner ul li {
        float: left;
    }







