div#header {
}

div#logo {
    float: left;
}

div#title {
    float: right;
    padding-right: 10px;
    padding-top: 30px;
}

img.logo {
    height: 85px;
}

div#content {
    clear: both;
}

div.block {
    float: left;
    padding-left: 20px;
    min-width: 250px;
    padding-right: 60px;
}

div.button {
    text-align: center;
}
/*
button {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    color: #666666;
    font-weight: bold;
    font-size: 0.8em;
    margin-top: 10px;
}*/

div#referenceToCheckResult {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 300px;
}

div.fieldName {
    clear: both;
    float: left;
    margin: 5px;
    width: 100px;
    padding-top: 5px;
    font-weight: bold;
}

div.fieldValue{
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 180px;
    text-align: left;
    display: inline-block;
}

div#headerLogin {
    height: 108px;
    width: 770px;
    background-color: #FFFFFF;
    margin-bottom: 5px;
    border-radius: 5px;
}

/* Loading div */
div#overlay {
    border:solid 0px #ffffff;
    position:absolute;
    top:100px;
    /*left:170px;*/
    height:300px;
    width:770px;
    background-color:#ffffff;
    opacity:0.8;
    filter:alpha(opacity=80);
    border-radius: 5px;
}

div#overlay div {
    font-size:18px;
    font-weight:bolder;
    color:#666666;
    vertical-align: middle;
    border: solid 0px #000000;
}

div#overlay-image {
    margin-top:30px;
    width:68px;
    margin-left: auto;
    margin-right: auto;
}
div#overlay-message {
    margin-top:30px;
    margin-left: auto;
    margin-right: auto;
    width: 7em;
    padding-left: 1em;
    color: #666666;
}


div.logout{
    float: right;
    font-size: 7pt;
    text-transform: uppercase;
    padding-right: 5px;
    padding-top: 10px;
}

div.footer {
    clear: both;
    width: 770px;
    color: #ffffff;
    font-size: 9px;
    font-weight: bold;
    margin-top: 5px;
}

div.footerAddress {
    text-align: left;
    float: left;
    color: #ffffff;
    font-size: 10px;
    padding-bottom: 15px;
}

div.copyright {
    float:right;
    text-align: right;
    color: #c9dff0;
}

/* backoffice */

body.loginPage {
    margin: 0;
    padding: 0;
    color: #34302D;
    font-family: "Arial","Calibri","Verdana",serif;
    font-size: 12px;
    background-color: #6382b0;
}

div#wrapper {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 770px;
}

div.titleFormBackoffice {
    padding-top: 20px;
    padding-right: 50px;
    text-align: center;
    color: #9ea1a5;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Calibri","Verdana",serif;
}


.backofficeTitle {
    font-family: AmaticSC-Regular, serif;
    color: #9ea1a5;
    text-align: center;
}


span.formTitle {
    font-weight: bold;
    font-size: 33px;
    text-transform: uppercase;
    font-family: "Calibri","Verdana",serif;
}

div#headerLogin {
    height: 108px;
    width: 770px;
    background-color: #FFFFFF;
    margin-bottom: 5px;
    border-radius: 5px;
}

div.logoLogin {
    float: left;
    padding-left: 10px;
    margin-top: 10px;
}

div#mainLogin {
    width: 750px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    min-height: 350px;
}

div.login-container{
    margin-left: 50px;
}

h1 {
    font-family: "Calibri","Verdana",serif;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: -5px;
    color: #9ea1a5;
    clear: both;
}

a.footer {
    color: #ffffff;
    text-decoration: none;
}

/** Show/hide password **/
::-ms-reveal,
::-ms-clear {
    display: none !important;
}

.hideShowPassword-toggle {
    background-color: transparent;
    background-image: url('../img/wink.png'); /* fallback */
    background-image: url('../img/wink.svg'), none;
    background-position: 0 center;
    background-repeat: no-repeat;
    /*border: 2px solid transparent;
    border-radius: 0.25em;*/
    border: none;
    outline:none;
    cursor: pointer;
    font-size: 100%;
    height: 44px;
    margin: 0;
    max-height: 100%;
    padding: 0;
    overflow: 'hidden';
    text-indent: -999em;
    width: 46px;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-right: 2px;
}

.hideShowPassword-toggle-hide {
    background-position: -44px center;
}

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
    border-color: #0088cc;
    outline: transparent;
}

input[type=text].login {
    font-family: "Calibri","Verdana",serif;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #9ea1a5;
    border-radius: 5px;
    padding: 4px 6px;
    width: 300px;
    color: #9ea1a5;
}

input[type=password].login {
    font-family: "Calibri","Verdana",serif;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #9ea1a5;
    min-width: 300px;
    background: transparent;
    background-size:auto !important;
    color: #9ea1a5;
    border-radius: 5px;
    padding: 4px 6px;
}

div.loginField {
    padding-top: 12px;
}

.hideShow-toggle {
    background-color: transparent;
    background-image: url('../img/wink.png'); /* fallback */
    background-image: url('../img/wink.svg'), none;
    background-position: 0 center;
    height: 44px;
    width: 46px;
    border: none;
    outline:none;
    cursor: pointer;
    font-size: 100%;
    height: 44px;
    margin: 0;
    max-height: 100%;
    padding: 0;
    overflow: 'hidden';
    width: 46px;
    -moz-appearance: none;
    -webkit-appearance: none;
}


.hideShow-toggle-hide {
    background-position: -44px center;
}

div.submitLogin {
    clear: both;
    padding-bottom: 30px;
}

input.login[type=submit] {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    font-weight: bold;
    color: #0088cc;
    width: 250px;
    height:34px;
}

input.login[type=submit]:hover {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: inherit;
    background-color: #0088cc;
    padding: 4px 6px;
    font-weight: bold;
    color: #fff;
}

div.fieldErrorNewLine {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 12px;
    white-space: nowrap;
    color: #ff0000;
}