/* Graphics/Generics/logindefault.css */
/* updated 16/07/13 */

@import url("3_COL_Reset.css");

/* @import url("./././Template/Wizard/css/wizard.css"); */

/* @group Login Screen */

	/* @group Page layout */


div#page-box {
	/*background-color: #fff;*/
}

/*div#container {
	width: 100%;
	max-width: 100%;
	text-align: left;
	padding: 0;
	margin-bottom: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	top: 0;
}*/

#header {	
	height: auto;
}

#header img#logo {
	margin-top: 12px;
}

#branding img.logo {
	margin-top: 10px;
	height: 80px;
	border: none;
	outline: 0 !important;
}

/*#header #toolbar {
    display: none;
}

#branding h1 {
	display: none;
}

div#nav-main {
	display: none;
}*/

div.section {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding: 0;
}

#content li {
	/*list-style: none;*/
}

.clearer {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

	/* @end */

	/* @group Tools */
       
	/* @end */


	/* @group Form */
ul#Logos{
    list-style-type:none;
    padding:0;
    margin:0;
}
div#form {
    padding: 35px 70px 20px 70px;
}



        div#form:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

        div#form.section {
            min-height: 200px;
            display: block;
        }

            div#form.section.auth-type {
                min-height: 300px;
                background-image: none;
            }

        div#form h2 {
            color: #444;
            font-size: 1.2em;
            margin: 1em 0;
            text-align: left;
            text-transform: uppercase;
            font-weight: normal;
            font-style: normal;
        }

        div#form div#submit-feedback {
            margin: auto;
            text-align: center;
            padding: 0;
            /*height: 80px;*/
        }

            div#form div#submit-feedback span {
                font-size: 0.9em;
                line-height: 1.6em;
                display: block;
                margin: 0;
                padding: 1.2em;
                color: #56493f;
                background-color: #fff3b7;
                border: 1px solid #797669;
            }

                div#form div#submit-feedback span.invisible {
                    display: none;
                }

            div#form div#submit-feedback a,
            div#form div#submit-feedback a:visited {
                font-weight: bold;
                color: #56493f !important;
                text-decoration: underline;
            }

        div#form.auth-type div.full {
            text-align: left;
            padding: 10px;
            margin-bottom: 0.5em;
            overflow: visible;
            width: 798px;
            height: 90px;
            _margin-bottom: 10px !important; /* ie6 */
            *margin-bottom: 10px !important; /* ie6 ie7 */
            margin-bottom: 10px\9 !important; /* ie8 */
            margin-bottom: 10px\0/ !important; /* IE8+9  */
        }

        /* @end */

        /* @group Form inputs */

        div#form input,
        div#form span.submit {
            display: inline-block;
        }

            div#form input,
            div#form span.submit a {
                width: 250px;
                font-size: 16px;
                vertical-align: top;
            }

            div#form span.submit.alt {
            }

        div#form input {
            margin: 18px 20px 18px 0;
        }

        * + html div#form input {
            margin: 18px 18px 18px 0;
        }

        /*div#form input.submit {
	        margin: 18px 0 18px 0;
        }*/

        div#form input {
            line-height: 1.4em;
            border-radius: 4px;
            padding-left: 6px;
            color: #52606d;
            background-color: #e6e9ed;
            border: 1px solid #565656;
            vertical-align: bottom;
        }

            div#form input.jq_watermark {
                line-height: 2em;
                padding-left: 6px;
                color: #52606d;
                background-color: #e6e9ed;
                border: 1px solid #565656;
                vertical-align: bottom;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

        div#form .info-label {
            display: block;
            text-align: left;
            color: #444;
            font-size: 0.9em;
            margin: 1em 0;
            vertical-align: top;
        }

        div#form .info-text {
            display: inline-block;
            text-align: left;
            color: #444;
            font-size: 0.9em;
            margin: 0.5em 0;
            vertical-align: top;
        }

        * + html div#form input.jq_watermark,
        * + html div#form input.textbox {
            line-height: 1.6em;
            font-size: 1.2em;
            border: 1px solid #3b5679;
            color: #2f3c4c;
            height: 30px;
            vertical-align: middle;
        }

            * + html div#form input.jq_watermark.hack,
            * + html div#form input.textbox.hack {
                left: -4px;
                position: relative;
            }

        div#form span.jq_watermark,
        div#form span.textbox {
            padding: 0 !important;
            margin-top: 0 !important;
        }

        div#form input:focus {
            color: #3b5679;
            background-color: #fff;
            outline: 0 !important;
        }

    /*input::-webkit-input-placeholder {
        color: #fff;
        text-indent: -9999px;
    }*/

    div#form input[type="submit"],
    div#form input.submit {
        height: 36px;
        text-align: center;
        text-shadow: none;
        padding: 2px !important;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;

        color: #fff;
        border: 1px solid #832121;
        background-color: #db3b3a;
    }

    div#form span.submit a {
        display: inline-block;
        width: 100%;
        color: #fff;
        padding: 2px !important;
        border: 1px solid #565656;
        background: #354d6d;
        cursor: pointer;
        text-decoration: none !important;
    }

    * + html div#form input.submit {
        border: none;
        line-height: 1.9em;
        height: 34px;
    }

    div#form input#lgn {
        margin-left: 0;
    }

    div#form input#sbmt {
        margin-right: 0;
    }

    div#form input[type="submit"]:hover,
    div#form input.submit:hover,
    div#form span.submit a:hover {
        background-color: #3b5679;
    }

    div#form input[type="submit"]:active,
    div#form input.submit:active,
    div#form span.submit a:active {
        background-color: #3b5679;
        outline: 0 !important;
    }

    /* @group Alt version buttons */

    div#form.auth-type input,
    div#form.auth-type span.submit a {
        height: auto !important;
        width: 320px;
        margin: 0;
        margin-bottom: 1em;
        text-align: center;
        padding: 0.6em 0 !important;
    }

    div#form.auth-type span.submit.alt a {
        height: auto !important;
        width: 260px;
        margin: 0;
        margin-bottom: 1em;
        text-align: left;
        padding: 0.6em 2em !important;
    }

    div#form.auth-type input a {
        color: #fff;
        margin-bottom: 0 !important;
    }

    div#form.auth-type div.box {
        text-align: center;
        width: 360px;
        height: 230px;
        padding: 15px 20px 0 20px;
        margin-bottom: 2em;
        overflow: visible;
    }

        div#form.auth-type div.box:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

        div#form.auth-type div.box.full {
            padding-bottom: 0;
        }

            div#form.auth-type div.box.full ul {
            }

    * + html div#form.auth-type div.box {
        border: 1px solid #ccc;
        margin-bottom: 0;
    }

    * html div#form.auth-type div.box {
        border: 1px solid #ccc;
        margin-bottom: 0;
    }

    div#form.auth-type div.box {
        border: 1px solid #ccc\0/;
    }

    :root div#form.auth-type div.box /* IE9 + IE10pp4 */ {
        border: none \0/IE9;
    }

    div#page-box div#container.page-width div#middle-content div#form.section div.box ul.info-text.Manuali li {
    }

        div#page-box div#container.page-width div#middle-content div#form.section div.box ul.info-text.Manuali li a {
            color: #3b5679;
            text-transform: uppercase;
            padding: 0 2px;
        }

            div#page-box div#container.page-width div#middle-content div#form.section div.box ul.info-text.Manuali li a:hover {
                text-decoration: underline;
            }

    div#form.auth-type div.box ul,
    div#form.auth-type div.box ol,
    div#form.auth-type div.box dl,
    div#form.auth-type div.box span {
        text-align: left;
    }

    div#form.auth-type div.box ul,
    div#form.auth-type div.box dl {
        padding-left: 10px;
        margin-left: 0;
    }

    div#form.auth-type div.box li {
        padding-left: 1em;
        margin-bottom: 1em;
    }

    div#form.auth-type div.box dd {
        color: #666;
        margin: 0;
        margin-bottom: 1em;
        font-style: italic;
    }

    div#form .submit.alt a {
        background: #383838;
        cursor: pointer;
    }

    div#form span.submit.alt span {
        text-indent: -9999px !important;
        font-size: 0.01em |important;
        display: none;
    }

    div#form .submit.alt a:hover {
        background: #383838;
        border: 1px solid #565656;
        outline: 0 !important;
    }

    div#form .submit.alt a:active {
        background: #383838;
        outline: 0 !important;
    }

    /* @end */

    div#form table {
        margin: 1em auto;
    }

        div#form table span {
            font-size: 1em;
            line-height: 1.6em;
        }

    div#form div#CPHcontent_PNLInfo table td {
        text-align: left;
    }

    /* @end */

    /* @group Info */

    div#info {
        color: #666;
        text-align: center;
        background-color: transparent;
        padding: 24px 0 24px 0;
    }

        div#info fieldset {
            margin-left: auto;
            margin-right: auto;
            width: 800px;
            font-size: 0.9em;
            background-color: inherit;
            border: 1px solid #ccc;
            padding: 10px 10px;
            text-align: left;
        }

            div#info fieldset p,
            div#info fieldset span {
                margin: 12px 0;
            }

        div#info legend {
            color: #666;
            background-color: inherit;
            font-weight: bold;
        }

    /* @end */

    /* @group Footer */

    #footer {
        margin-top: 0;
        padding-top: 0.7em;
        font-size: 0.9em;
        line-height: 2em !important;
        color: #666;
        background-color: #e5e5e5;
    }

    /* @group #cFooter IE hacks */

    * html #footer {
        background: #e5e5e5;
        background-image: none;
        background-repeat: repeat-x;
        background-position: 0 top;
        height: 150px;
    }

    * + html #footer {
        background: #e5e5e5;
        background-image: none;
        background-repeat: repeat-x;
        background-position: 0 top;
        height: 150px;
    }

        /* @end */

        #footer a {
            color: #ae0000;
            text-decoration: none;
        }

            #footer a:hover {
                color: #ae0000;
                text-decoration: underline !important;
            }

    /* @end */


    /* @end */

    /* @group Vari hack */

    div#form.auth-type div.full /*box_full*/ {
        text-align: left;
        padding: 10px;
        margin-bottom: 0.5em;
        overflow: visible;
        width: 798px;
        height: 90px;
        _margin-bottom: 20px; /* ie6 */
        *margin-bottom: 20px; /* ie6 ie7 */
        margin-bottom: 20px\9; /* ie8 */
        margin-bottom: 20px\0/; /* IE8+9  */
    }

    .ui-autocomplete {
        text-align: left !important;
    }

    input.AgencyText {
        width: 500px !important;
    }

    .Fieldrow ul.Testo_Campo.agencylist {
        padding-left: 0px;
        margin-left: 170px;
    }

    #loaderImage {
        background-image: url(../img/loadersprite32.gif);
        background-repeat: no-repeat;
        height: 32px;
        width: 32px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
    }

    .loaderinfo .text {
        vertical-align: middle;
        font-size: 1em;
        color: #888;
        font-weight: bold;
        display: inline;
    }

    .loaderinfo span#ctl00_CPHcontent_LBvalidationInfo_t.text {
        font-size: 1.3em;
    }

    .loaderinfo {
        margin: 2em 0;
        padding: 2em 1em;
    }

    div#form div.loaderinfo {
        font-size: .85em;
        line-height: 2em;
        display: block;
        margin: 2em 0;
        padding: 1.2em;
        color: #888;
        background: #fff;
        border: 1px solid #bbb;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.2), inset 1px 1px 1px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.2), inset 1px 1px 1px rgba(0,0,0,0.2);
        box-shadow: 0px 1px 0px rgba(255,255,255,0.2), inset 1px 1px 1px rgba(0,0,0,0.2);
    }


    /* @end */


    #page-box #container {
        padding: 0;
    }

    #page-box #container div.DIV_MP_Content {
        padding: 1px 24px 1px 24px;
    }


    #tools > ul > li > a {
        display: inline-block;
    }


@media (max-width: 750px) {
    div#form {
        padding: 35px 35px 20px 40px;
    }

    #nav-main ul#top, #nav-main ul#top li {
        width: auto!important;
    }

    #nav-main {
        padding-left: 0;
    }

    div#form div#submit-feedback {
        height: auto;
    }

}

div#form div#loginContent input.submit:hover {
    border: 1px solid #832121;
    background: #c83332;
}

#wizard div.wiz_header div.wiz_top_info div.wiz_top_desc span.Testo_Campo, #Wizard div.wiz_header div.wiz_top_info div.wiz_top_desc span.Testo_Campo {
    width: auto;
}



#content #nav-main ul#top {
    /*float: right;
            display: inline-block;*/
    /*text-align: right;*/
}

    #content #nav-main ul#top > li {
        display: inline-block;
        float: none;
    }

div#nav-main ul#top > li > a > span.fa:last-child {
    vertical-align: baseline;
}





#nav-main {
    margin: 0px;
}









ul#top li.help a {
    background-image: none !important;
    text-decoration: underline !important;
}

/* Fix header */
body #branding {
    min-height: 50px;
    height: 80px;
}

    body #branding h1 {
        display: none;
    }

    body #branding img.logo {
        bottom: 0px;
        min-height: initial;
        max-height: initial;
    }

/*RESET_UI_2017.css*/
/*Aggiunti per limitare gli spataccamenti...*/
body #toolbar #tools {
    padding-left: 0px;
}


/*Vecchi stili che erano su albero comunitą, ma che non servono pił*/

/*ul.tags
        {
            display: inline-block;
            padding: 0;
        }

        ul.tags li 
        {
            display: inline-block;
            border: 1px solid #aaaaaa;
            margin-right: 5px;
            padding: 0px 5px 0px 5px;
            font-size: 0.9em;
        }*/
#serviceinfo:after {
    content: ' ';
    display: block;
    height: 0;
    position: relative;
    width: 0;
    overflow: hidden;
    clear: both;
}

div#serviceinfo.RigaTitolo.serviceinfo div.tagcontainer {
    width: 40%;
    float: right;
    margin-left: 12px;
}


div#nav-main ul#top > li.noarrow > a > span.fa:last-child {
    display: inline-block;
}

div#nav-main ul#top li * {
    display: inline-block;
}

#tools > ul > li.languages:hover,
#nav-main ul#top li.languages:hover a {
    background-color: transparent;
}

#tools > ul > li.languages a:hover,
#nav-main ul#top li.languages a:hover {
    background-color: #ececec;
}

@media screen and (max-width: 1100px) {
    body div#serviceinfo.RigaTitolo.serviceinfo div.tagcontainer {
        width: 100%;
        float: none;
        margin-left: 12px;
    }
}