﻿/* radius */
.logonMain
{
    cursor: pointer;
    padding: .6em;
    color: #333;
    border-style: solid;
    border-width: 1px;
    border-color: #999; /*#879DB7;*/
    -moz-border-radius: .3em; /*FireFox*/
    border-radius: .3em; /* IE 9, Chrome*/
}

/* Shadow */
.logonMain
{
    /*  -moz-box-shadow:0 .1em 0em rgba(0,0,0,.2), 0 0 .2em rgba(0,0,0,.3); 	
        -webkit-box-shadow: 0 .1em 0em rgba(0,0,0,.2), 0 0 .2em rgba(0,0,0,.3); */ /* Safari and Chrome */
    box-shadow: 5px 5px 5px #888888; /* Norme W3C */
}


/* Login  
----------------------------------------------------------*/
html
{
	background: none;
	background-color: #4394B7;
}
    /*background-color: #7AC0DA;*/ /*#C5E5EF;*/
    
.logon
{
    width: 400px;
    margin: 20px auto;
}

.logonTitle
{
    float: left;
    width: 100%;
    font-size: 1.5em;
    font-variant: normal;
    text-transform: none;
    text-align: center;
}

.logonMain
{
    float: left;
    width: 100%;
    /*max-height: 450px;*/
    margin: 5px 5px 5px 5px;

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2M0YzRjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(216,216,216,1) 43%, rgba(196,196,196,1) 81%, rgba(237,237,237,1) 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(43%,rgba(216,216,216,1)), color-stop(81%,rgba(196,196,196,1)), color-stop(99%,rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(216,216,216,1) 43%,rgba(196,196,196,1) 81%,rgba(237,237,237,1) 99%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(216,216,216,1) 43%,rgba(196,196,196,1) 81%,rgba(237,237,237,1) 99%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(216,216,216,1) 43%,rgba(196,196,196,1) 81%,rgba(237,237,237,1) 99%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(216,216,216,1) 43%,rgba(196,196,196,1) 81%,rgba(237,237,237,1) 99%);
    filter: none; /* I.E 9*/
   /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );*//* IE6-8 */
}


.headerLang
{
    float: right;
    margin-top: 8px;
    margin-right: 15px;
    text-align: right;
    color: #070EDF;
}
.headerLang a
{
    font-size: 0.9em;
    color: #4A5996;
    text-decoration: none;
}


/*********************************/
/* language                      */
/*********************************/
#logon_language
{
    display: block;
    color: #333;
    font-size: .85em;
    padding: 32px 0 0 15px;
    text-align: left;
}

    #logon_language ul
    {
        margin: 0;
    }

    #logon_language li
    {
        display: inline;
        list-style: none;
    }

        #logon_language li a
        {
            text-decoration: underline;
            color: #333;
        }

            #logon_language li a.active
            {
                text-decoration: none;
                font-weight: bold;
            }

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.validation-summary-errors, .field-validation-error
{
    font-weight: normal;
    font-size: 0.9em;
}

.logonMain fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #fff;
}

.logonMain fieldset p 
{
    margin: 2px 12px 10px 10px;
}

.logonMain fieldset.login label
{
    display: block;
}

.logonMain fieldset label.inline 
{
    display: inline;
}

.logonMain legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #1D1D1D;
}

.logonMain input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

.logonMain input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

.logonMain div.accountInfo
{
    width: 400px;
}

.bold
{
    font-weight: bold;
}

.sdbbNO
{
    display: none !important;
}