
/* 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#headerLogin {
    height: 108px;
    width: 770px;
    background-color: #FFFFFF;
    margin-bottom: 5px;
    border-radius: 5px;
}


div.logoLogin {
    float: left;
    padding-left: 10px;
    margin-top: 15px;
}



span.formTitle {
    font-weight: bold;
    font-size: 33px;
    text-transform: uppercase;
    font-family: "Calibri","Verdana",serif;
}

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.titleFormBackoffice {
    padding-top: 55px;
    padding-right: 10px;
    text-align: right;
    color: #9ea1a5;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Calibri","Verdana",serif;
}

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;
}

div.uploadIcon, div.deleteIcon, div.counts {
    float: left;
    padding-right: 10px;
}

div.loginField {
    padding-top: 12px;
}

.labelLoginForm {
    color: #AAAAAA;
    font-weight: bold;
    padding-bottom: 5px;
}

input[type=text]#userName {
    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: 340px;
    color: #9ea1a5;
}

input[type=text]#password-1 {
    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;
}

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.login-container{
    margin-left: 50px;
}

div.submit{
    clear: both;
    margin-left: 245px;
    padding-bottom: 30px;
    padding-top: 20px;
}

.error {
    color: #ff0000;
}


.errorblock {
    font-family: "Calibri","Verdana",serif;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #ff0000 !important;
    border-radius: 5px;
    padding: 4px 6px;
    width: 340px;
    color: #9ea1a5;
}

.errorblockPassword {
    font-family: "Calibri","Verdana",serif;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #ff0000;
    border-radius: 5px;
    padding: 4px 6px;
    width: 300px;
    color: #9ea1a5;
}

















div.alertMessage {
    padding: 20px;
    background-color: #a2aec7;
    margin-bottom: 20px;
}

div.searchArea {
    clear: both;
    height: 35px;
    float: right;
}

div.resultSearchArea {
    clear: both;
    float: right;
    width: 260px;
}


.btn {
    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: #008000;*/
    font-size: 12px;
    height: 30px;
}

div.fieldName {
    clear: both;
    float: left;
    margin: 5px;
    width: 200px;
    padding-top: 5px;
}

div.fieldValue{
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 380px;
    text-align: left;
    display: inline-block;
}


input[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: #008000;
    width: 90px;
}

input[type="button"] {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    /*color: #ff0000;*/
    font-weight: bold;
    margin-left: 50px;
    width: 90px;
}

input[type=text] {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    width: 160px;
}

div.fieldErrorNewLine {
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 12px;
    white-space: nowrap;
    color: #ff0000;
    padding-top: 5px;

}

div.fieldError {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    white-space: nowrap;
}


/** 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;
    box-shadow: none;
}

.hideShowPassword-toggle-hide {
    background-position: -44px center;
}

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
    border-color: #0088cc;
    outline: transparent;
}



.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;
}





<!-- footer -->
div.footer {
    clear: both;
    font-size: 10px;
    margin-top: 5px;
    padding-right: 20px;
    color: #fff;
}

div.copyright{
    float:right;
    text-align: right;
}

div.footerAddress{
    text-align: left;
    float: left;
    font-size: 10px;
    padding-bottom: 15px;
    padding-left: 20px;
}

a.footer {
    color: #fff;
    text-decoration: none;
}

div.footer {
    clear: both;
    font-size: 10px;
    margin-top: 5px;
    padding-right: 20px;
    color: #fff;
}

div.footerAddress{
    text-align: left;
    float: left;
    font-size: 10px;
    padding-bottom: 15px;
    padding-left: 20px;
}


/**
Dashboard
 */

body.backoffice {
    margin: 0;
    padding: 0;
    color: #34302D;
    font-family: "Arial","Calibri","Verdana",serif;
    font-size: 12px;
    background-color: #6382b0;
}

div.footerBackground {
    background-color: #6382b0;
}

div.logout{
    float: right;
    font-size: 7pt;
    text-align: center;
    text-transform: uppercase;
    padding-right: 15px;
    padding-top: 20px;
    width: 60px;
}

div#mainPage {
    width: 750px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    min-height: 350px;
}

h2 {
    clear: both;
}