﻿/*TEMP*/
.todo
{
    text-align: center;
}


/*DEFAULTS*/

body {
    font-size: .80em;
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    font-family: "Ford Antenna" , Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    height: 100%;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
}

li
{
    list-style: none;
}

/*HEADINGS*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    color: #F0F0F0;
    font-size: 1.7em;
    margin-bottom: 16px;
    *font-weight: bolder;   /*[IE 7]*/
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1.1em;
}

h6
{
    color: #505050;
    font-size: 1.7em;
    margin-top: 10px;
    margin-bottom: 10px;
    *font-weight: bolder;   /*[IE 7]*/
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/*STYLE ELEMENTS*/

a.white_link:link {
    background-color: rgba(28, 48, 84, 0.01);
    color: #FFFFFF;
    text-decoration: none;
}

a.white_link:visited {
    background-color: rgba(28, 48, 84, 0.01);
    color: #FFFFFF;
    text-decoration: none;
}

a.white_link:hover {
    background-color: rgba(28, 48, 84, 0.01);
    color: #FFFFFF;
    text-decoration: none;
}

a.grey_link:link {
    background-color: rgba(229, 224, 220, 0.01);
    color: #454545;
}

a.grey_link:visited {
    background-color: rgba(229, 224, 220, 0.01);
    color: #454545;
}

a.grey_link:hover {
    background-color: rgba(229, 224, 220, 0.01);
    color: #454545;
    text-decoration: none;
}

a.red_link:link {
    color: #102b4e;
}

a.red_link:visited {
    color: #102b4e;
}

a.red_link:hover {
    color: #102b4e;
    text-decoration: none;
}

/*PRIMARY LAYOUT ELEMENTS*/

.page
{
    min-width: 1200px;
    min-height: 100%;
    height: 100%;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: #E5E0DC;
    width: 100%;
}

.main
{
    height: 100%;
    min-height: 600px;
    min-width: 1230px;
}

.footer
{
	clear:both;
	float:left;
	width:100%;
    color: #000000;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    position: static;
    bottom: 0;
    height: 90px;
}

.textbox_layout {
    margin-left: 20px;
    *margin-top: 10px; /*[IE 7]*/
    *margin-left: -15px; /*[IE 7]*/
    display: inline-block;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
}

.textbox_layout ul
{
    padding: 10px 0 16px 0;
    *margin-top: -5px;    /*[IE 7]*/
}

.textbox_layout li
{
    display: inline;
    padding: 5px;
    text-align: right;
}

.textbox_layout input
{
    margin-left: 30px;
}

.textbox_layout a
{
    color: #F0F0F0;
    text-decoration: none;
}

/*HOMEPAGE LAYOUT ELEMENTS*/

#container div
{
    /*border: 1px solid #800000;*/
}

#container
{
    width: 100%;
    height: 100%;
    *margin: 40px 0px 60px 0px;
}

#leftmenu
{
    float: left;
    clear:left;
    width: 260px;
    height: 470px;
    margin-bottom:100px;
    background-image: url("../../App_Images/layouts/leftmenu_blu.png");
    background-repeat:no-repeat;
}

#leftmenu h4
{
    color: #FFFFFF;
    margin-left: 15px;
}

#central_contents
{
    clear: none;
    min-width: 600px;
    margin: 50px 260px 0px 260px;
    padding-top: 20px;
    *margin: 0px 260px 0px 260px;  /*[IE 7]*/
}

#contacts
{
    margin-left: 20px;
}

    #contacts h4 {
        font-size: 1.8em;
        color: #102b4e;
    }

    #contacts li.contatto {
        color: #102b4e;
        font-size: 1.6em;
        margin: 5px 0 5px 0;
    }

        #contacts li.contatto a {
            color: #102b4e;
            text-decoration: none;
        }

#contacts li.description
{
    font-size: 1.2em;
    margin-left: 80px;
}

#rightmenu
{
    float: right;
    width: 245px;
    height: 470px;
    text-align: right;
    margin-bottom:25px;
    background-image: url("../../App_Images/layouts/rightmenu.png");
    background-repeat:no-repeat;
}
#bottomright_menu {
    /*float: right;*/
    width: 240px;
    /*height: 470px;*/
    text-align: right;
    /*margin-bottom: 100px;*/
    /*background-image: url("../../App_Images/layouts/rightmenu.png");
    background-repeat: no-repeat;*/
}

#rightmenu h4
{
    color: #505050;
    margin-left: 15px;
}

#mycontracts, #mydocuments, #myinfo
{
    font-size: 1.5em;
}

#mycontracts
{
    margin: 45px 15px -5px 20px;
    *margin: 40px 15px 45px 20px;  /*[IE 7]*/
}

#mydocuments
{
    margin: 0px 15px 0px 5px;
    padding-top: 0px;
    height: 40px;
    
    font-size: 1.65em;
}

#myinfo
{
    margin: 0px 15px 0px 5px;
}

#myinfo h5
{
    color: #707070;
    margin: 20px 0 0 30px;
    text-align: left;
}

#mydocuments, #myinfo
{
    text-align: center;
}

#support, #help
{
    margin: 15px;
    padding-right: 10px;
    font-size: 1.5em;
    margin-top: 45px;
}

.static_content
{
    margin: 0 20px 0 10px;
}

    .static_content h4 {
        font-size: 1.8em;
        color: #102b4e;
    }

.static_content ol
{
    padding-left: 25px;    
}

    .static_content li.question {
        /*list-style-type: decimal;*/
        color: #102b4e;
        font-size: 1.6em;
        margin: 5px 0 5px 0;
    }

.static_content li.answer
{
    font-size: 1.1em;
    text-align: justify;
    margin-left: 10px;
}

.static_content li.answer ul
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.static_content li.answer li
{
    list-style: disc outside none;
}

.static_content li.answer li.circle
{
    list-style: circle outside none;
}

.static_content p
{
    margin: 0px;
    white-space: pre-wrap;
    text-align: justify;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: black;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

/*FOOTER LAYOUT ELEMENTS*/

.footer div
{
    float:right;
}

#poweredby
{
    margin: 5px 30px 20px 5px;
}
#eW_help
{
    margin-top:25px;
}

/*TAB MENU*/

div.hideSkiplink
{
    background-color: #51473D;
    width: 100%;
    min-height: 10px;
}

div.menu
{
    padding: 4px 0px 4px 4px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu img
{
    width: 25px;
    height: 25px;
    border: 0px;
    padding-right: 7px;
    vertical-align: middle;
    margin-bottom: 2px;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #A80000;
    border: 1px #800000 solid;
    color: #EDDFDE;
    display: block;
    line-height: 1.35em;
    padding: 2px 15px 0px 15px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #DB9885;
    color: #800000;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #800000;
    color: #E7D0D0;
    text-decoration: none;
}


/*BUTTONS MENU*/

div.toolbar
{
    padding: 0px 4px 0px 4px;
}

div.toolbar ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.toolbar img
{
    width: 25px;
    height: 25px;
    border: 0px;
    padding-right: 7px;
    vertical-align: middle;
    margin-bottom: 2px;
}

div.toolbar ul li a, div.toolbar ul li a:visited
{
    color: #714747;
    display: block;
    line-height: 1.35em;
    padding: 2px 5px 0px 5px;
    text-decoration: none;
    white-space: nowrap;
}

div.toolbar ul li a:hover
{
    background-color: #D7D7D7;
    text-decoration: none;
}

/*LOGIN_DISPLAY*/

.logindisplay
{
    text-align: right;
    padding: 10px 10px;
}

/*LOGIN_BOX*/


.form-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .form-row label {
        width: 120px;
        font-weight: bold;
        font-size: 20px;
        padding: 4px;
    }

    .form-row .label-username {
        background-color: rgba(255, 0, 0, 0.01);
    }

    .form-row .label-password {
        background-color: rgba(196, 35, 34, 0.01);
    }

    .form-row input {
        flex: 1;
        padding: 5px;
        font-size: 16px;
    }
.loginbox
{   
    background-image: url("../../App_Images/layouts/loginbox_blu.png");
    background-repeat:no-repeat;
    color: #F0F0F0;
    padding: 2% 5% 5% 2%;
    height: 350px;
    width: 520px;
    margin: 50px auto 0 auto;
}

.loginbox h1
{
    text-align: center;
    font-size: 2.0em;
    color: #F0F0F0;
    margin: 60px 0 30px 0;
    *margin-bottom: 70px;
}

.loginbox h4
{
    text-align: center;
    font-size: 1.0em;
    margin-top: 10px;
    width: 500px;
}

#loginbox_button
{
    float: right;
    margin-top: 30px;
    padding-right: 10px;
    *margin-top: 0px;

}

.loginbox_tail
{
    clear: both;
    padding-top: 20px;
    margin: auto;
    text-align: center;
    width: 500px;
}

.loginbox_tail a
{
    margin-left: 15px;
    margin-right: 15px;
}

/*ACTIVATION BOX*/

.activationbox
{
    height: 430px;
    width: 600px;
    margin: 50px auto 0 auto;
    background-image: url("../../App_Images/layouts/loginbox_blu.png");
    background-repeat:no-repeat;
    color: #F0F0F0;
}

#activcontainer
{
    height: 430px;
    width: 320px;
    padding: 5px 0 0 130px;
}

#activcontainer h1
{
    color: #F0F0F0;
    text-align: center;
    font-size: 1.8em;
}

#activbutton
{
    width: 72px;
    margin: 5px auto;
}

#activationfailure h4
{
    text-align: center;
}

/*CHANGE PSWD BOX*/

.changepswdbox
{
    height: 430px;
    width: 600px;
    margin: 50px auto 0 auto;
    background-image: url("../../App_Images/layouts/loginbox_blu.png");
    background-repeat:no-repeat;
    color: #F0F0F0;
}

#changepswd
{
    height: 430px;
    width: 320px;
    padding: 60px 0 0 130px;
}

#changepswd h1
{
    color: #F0F0F0;
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 10px;
}

#pswdbutton
{
    width: 200px;
    margin: 35px auto;
}

/*WELCOME BOX*/

#welcomebox
{
    text-align: center;
    font-size: 1.5em;
    padding-top: 20%;
}

#welcomebox h5
{
    color: #707070;
    margin-top: 20px;
}

/*MONTLY STATS BOX*/

a.montly_stats_back
{
    padding-left: 80%;
}

#montly_stat_box
{
    position: relative;
    padding-left: 7%;
    font-size: 1.1em;
}

#montly_warning
{
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 1.1em;
}

.left_td
{
    min-width: 70px;    
    text-align: right;
}

/*MISC*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    padding: 5px;
}

.failureNotification
{
    font-size: 1.2em;
    color: Silver;
}

.bold
{
    font-weight: bold;
}

.radgridButtonColumn  {
    width: 20px;
    height: 20px;
}