body {
    font-family: "Roboto";
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    line-height: 1.4em;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    background: url("../images/bgr.jpg") repeat-y top center;
}

/* HEADER: */
body > header {
    height: 136px;
    background: #054f87;
    border: none;
    border-bottom: 6px solid #2b2b2b;
    position: relative;
    width: 1024px;
    margin: auto;
    -moz-box-sizing: border-box;
}

header a.logo_bg {
    position: absolute;
    top: 20px;
    left: 38px;
    width: 433px;
    height: 96px;
    background-image: url("../images/logo_bg.png");
}

header a.logo_en {
    position: absolute;
    top: 20px;
    left: 38px;
    width: 433px;
    height: 96px;
    background-image: url("../images/logo_en.png");
}

header .lang {
    position: absolute;
    top: 20px;
    right: 30px;
}

header .lang button.btn {
    height: 32px;
    background: #f1f1f1;
    border-width: 0px;
    font-size: 14px;
    color: #2b2b2b;
    font-family: Arial;
    padding: 6px 8px 6px 15px;
    font-weight: normal;
}

header button.btn .caret {
    border-top-color: #00aeef;
}

header .dropdown-menu {
    margin-top: 0px;
}

header .dropdown-menu li > a {
    font-size: 13px;
    color: #2b2b2b;
}

/*header .dropdown-menu li > a:hover{*/
/*background: #FFFFFF;*/
/*color: #000000;*/
/*}*/
header .login {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

header a.home-link {
    position: absolute;
    bottom: 23px;
    right: 50px;
    font-family: Arial;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    background: no-repeat left center;
    padding: 3px 2px 1px 38px;
}

header a.home-link:hover {
    text-decoration: underline;
}

header .btn-login {
    border-width: 0px;
    font-size: 14px;
    color: #2b2b2b;
    font-family: Arial;
    font-weight: normal;
    background: #f1f1f1 url("../images/ico_user.png") no-repeat 10px center;
    padding: 5px 10px 5px 38px;
}

header .login .btn-group .btn-login {
    padding-left: 38px;
}

header .dropdown-menu li > a.logout {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

header .login .btn-group.open .dropdown-toggle {
    background-image: url("../images/ico_user.png");
}

header .btn-group.open .btn.dropdown-toggle {
    background-color: #FFFFFF;
}

header .btn-group .btn.dropdown-toggle {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

/* --------- */

/** FOOOTER */
body > footer {
    padding-top: 235px;
    height: 1px;
    background-color: #2b2b2b;
    border: 0px;
    position: relative;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.02);
    display: block;
    clear: both;
}

footer a.logo_bg {
    position: absolute;
    top: 30px;
    left: 40px;
    background: url("../images/logo_footer_bg.png") no-repeat;
    width: 268px;
    height: 74px;
}

footer a.logo_en {
    position: absolute;
    top: 30px;
    left: 40px;
    background: url("../images/logo_footer_en.png") no-repeat;
    width: 268px;
    height: 74px;
}

footer .info {
    position: absolute;
    left: 385px;
    top: 49px;
    font-size: 13px;
    color: #b4afac;
    width: 180px;
    font-style: normal;
    line-height: 14px;
    font-family: "Open Sans";
    font-weight: 400;
}

footer img.tmdn {
    position: absolute;
    top: 35px;
    left: 592px;
}

footer span.address, footer span.tel, footer a.mail, footer a.web {
    position: absolute;
    bottom: 13px;
    color: #FFFFFF;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 300;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 3px 0px 9px 35px;
}

footer span.address {
    left: 40px;
    background-image: url("../images/ico_address.png");
}

footer span.tel {
    left: 385px;
    background-image: url("../images/ico_tel.png");
}

footer a.mail {
    left: 600px;
    background-image: url("../images/ico_mail.png");
}

footer a.web {
    left: 825px;
    background-image: url("../images/ico_web.png");
}

footer a:hover {
    text-decoration: underline;
}

.main-bpo-content {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    min-width: 560px;
    width: 954px;
    min-height: 640px;
}

.main-bpo-content .form {
    margin-bottom: 65px;
    width: 100%;
}

.i18n-flags {
    float: right;
    margin-top: 20px;
    margin-right: 30px;
}

span.gototop {
    display: none;
    background-image: url("../images/gototop.png");
    background-repeat: no-repeat;
    font-family: "Open Sans";
    font-size: 13px;
    color: #FFFFFF;
    width: 79px;
    /*height: 15px;*/
    padding: 47px 0px 17px 0px;
    position: fixed;
    left: 50%;
    margin-left: 475px;
    bottom: 240px;
    text-align: center;
    cursor: pointer;
}

header .dropdown-menu li > a:hover,
header .dropdown-menu li > a:focus {
    color: white;
    text-decoration: none;
    outline: 0;
    background-color: #0faeff;
    background-image: -moz-linear-gradient(top, #1ab2ff, #00aaff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1ab2ff), to(#00aaff));
    background-image: -webkit-linear-gradient(top, #1ab2ff, #00aaff);
    background-image: -o-linear-gradient(top, #1ab2ff, #00aaff);
    background-image: linear-gradient(to bottom, #1ab2ff, #00aaff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1AB2FF', endColorstr='#FF00AAFF', GradientType=0);
}

header .dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    /*border-bottom: 1px solid white;*/
}

header .login .btn-group .btn-login {
    padding-left: 38px;
}

header .dropdown-menu li > a.logout {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

header .login .btn-group.open .dropdown-toggle {
    background-image: url("../images/ico_user.png");
}

header .lang {
    position: absolute;
    top: 20px;
    right: 30px;
}

header .lang button.btn {
    height: 32px;
    background: #f1f1f1;
    border-width: 0px;
    font-size: 14px;
    color: #2b2b2b;
    font-family: Arial;
    padding: 6px 7.5px 6px 15px;
    font-weight: normal;
}

header button.btn .caret {
    margin-left: 7.5px;
    border-top-color: #00aeef;
}

header .dropdown-menu {
    margin-top: 0px;
}

header .dropdown-menu li > a {
    font-size: 13px;
    color: #2b2b2b;
    font-family: Arial;
}

header a.download-pdf:hover {
    color: #fff !important;
    text-decoration: underline;
}

header a.feedback {
    position: absolute;
    left: 530px;
    font-family: Arial;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: transparent url("../images/icon-feedback.png") left top no-repeat;
    padding: 0 0 0 45px;
    line-height: 30px;
    margin-top: 47px;
}

header a.feedback:hover {
    color: #fff !important;
    text-decoration: underline;
}

header a.download-pdf {
    position: absolute;
    bottom: 18px;
    right: 270px;
    font-family: Arial;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url("../images/icon-manual-white.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 45px;
    line-height: 30px;
    margin-right: 25px;
    white-space:pre-wrap;
}