﻿
/* **************************************************
Name: hitachi.css
Description: Base CSS

2018.06.21 Created

Copyright 2018 Hitachi Capital Mobility B.V..
***************************************************** */
/* **************************************************
Hitachi Colors (official):
#1a1a1a inspire grey (websafe #333333)
#e10026 inspire red	 (websafe: #cc0033) altenative: #ff0026 (style book) or #be0022 (darker) or #e60027 (other hitachi websites)
#ffffff inspire white

Grijs tinten dark-light
#4d4d4d 70 (websafe #666666)
#737373 55 (websafe #666666)
#b3b3b3 30 (websafe #cccccc)
#d9d9d9 15 (websafe #cccccc)
#f2f2f2 05 (websafe #ffffff) header

red tinten light-dark
#b3001b 30 (websafe #cc0033)
#800013 50 (websafe #990000)

Websites
Font color: #000000
Header bground: #f2f2f2
Footer bground: #222222
Inspire red: #e10026

Shades and Tints of Inspire red #e10026 (niet officieel)
#6b0012 darker (websafe #660000)
#a6001c	dark (websafe #990033)
#e10026 Inspire Red
#ff1d43 light (websafe #ff3333)
#ff5874 lighter (websafe #ff6666)
#fff5f6 lightest (websafe #ffcccc)

Shades and Tints of Inspire red #be0022 (niet officieel)
#890014 darker (websafe #330000)
#850017	dark (websafe #990000)
#be0022 Inspire Red
#d14c64 light (websafe #cc3366)
#e599a6 lighter (websafe #cc9999)
#f8e5e8 lightest (websafe #ffccff)
***************************************************** */
/* ==================================================

Initial Setting
[-] Base
[-] Body
[-] Link
[-] Header

===================================================== */
/* Base Setting
=========================================================================================== */
html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Roboto, Arial, "Lucida Grande", sans-serif;
    font-size: 100%;
    color: #000000;
    font-style: normal;
    font-variant: normal;
    line-height: 160%;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 100%;
}

caption, th {
    text-align: left;
    color: #1a1a1a;
}

object, embed {
    vertical-align: top;
}

legend {
    display: none;
}

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

h1 {
    font-size: 120%;
    font-weight: bold;
    color: #e10026;
}

h2 {
    font-size: 100%;
    font-weight: bold;
    color: #e10026;
}

h3, h4, h5, h6 {
    font-size: 80%;
    font-weight: bold;
    color: #1a1a1a;
}

img, abbr, acronym, fieldset {
    border: 0;
}

img {
    vertical-align: top;
}

/*ul li {list-style-type: none;}*/

strong {
    font-weight: bold;
}

em {
    font-style: italic;
    font-size: 90%;
}

sub {
    margin: auto 1px auto;
    font-size: 92.2%;
    vertical-align: -0.15em;
    line-height: 100%;
}

* html body sub {
    font-size: 105%;
}

*:first-child + html body sub {
    font-size: 105%;
}

sup {
    margin: auto 1px auto;
    font-size: 92.2%;
    vertical-align: 0.15em;
    line-height: 100%;
}

* html body sup {
    font-size: 105%;
}

*:first-child + html body sup {
    font-size: 105%;
}

.ClearFix {
    zoom: 1;
}

    .ClearFix:after {
        content: "";
        display: block;
        clear: both;
    }

input {
    border: solid 2px #cccccc;
    width: 100px;
    padding: 3px;
    font-size: 15px;
}

    input.inputfield {
        width: 150px;
    }

    input.inputfieldlong {
        width: 250px;
    }

.button {
    background-color: #e10026;
    border: 1px solid #e10026;
    color: #ffffff;
    font-weight: bolder;
    width: 100px;
    height: 30px;
    padding: 3px;
    margin: 3px 10px 3px 0px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

    .button:hover {
        background-color: #be0022;
        border: 1px solid transparent;
    }
/* Link
=========================================================================================== */
a {
    text-decoration: underline;
    color: #e10026;
}

    a:link {
        text-decoration: underline;
        color: #e10026;
    }

    a:visited {
        text-decoration: underline;
        color: #800013;
    }

    a:hover {
        text-decoration: none;
        color: #800013;
    }

    a:active {
        text-decoration: none;
        color: #ff0026;
    }

/* Header
=========================================================================================== */

#headerDiv {
    padding: 0 0 0 0;
    border: 0 solid;
    width: 100%;
    height: 8vh;
    min-height: 85px;
    overflow: hidden;
    display: block;
    clear: both;
    display: inline;
}

#HeaderArea {
    position: relative;
    border-top: solid 5px #e10026;
    background-color: #f2f2f2;
    zoom: 1;
}

* html #HeaderArea {
    position: static;
    background-color: #f2f2f2;
}

    #HeaderArea:before {
        content: "";
        position: absolute;
        display: block;
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: #ccc;
    }

#HeaderSet {
    width: 100%;
    margin: 0 auto;
    text-align: right;
    zoom: 1;
}

    #HeaderSet:after {
        content: "";
        display: block;
        clear: both;
    }

    #HeaderSet .Statement {
        float: left;
        width: 95px;
        height: 29px;
        display: block;
        padding: 9px 0 0 30px;
    }
    * html #HeaderSet .Statement {
        overflow: hidden;
    }

    #HeaderSet .langselect {
        float: right;
        height: 29px;
        display: block;
        padding: 0px 30px 0px 0px;
        overflow: hidden;
    }

#HeaderLogo {
    float: right;
    padding: 5px 30px 5px 5px;
}

#HeaderTitle {
    float: left;
    padding: 5px 5px 5px 30px;
    display: inline;
    clear: left;
    font-size: 18pt;
    font-weight: 700;
    color: #1a1a1a;
}


/* Body
=========================================================================================== */

body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Roboto, Arial, "Lucida Grande", sans-serif;
    font-size: 12pt;
    font-weight: 500;
    line-height: 100%;
    text-align: left;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    margin: 0px auto;
    padding: 0px;
    background-color: #fff;
    color: #000000;
    text-size-adjust: 100%;
    overflow: auto;
}

#mainDiv {
    text-align: left;
    border: 0 solid;
    padding: 5px 5px 5px 30px;
    min-width: 900px;
    width: 98%;
    height: 90vh;
    display: block;
    float: none;
    margin: 0 auto;
    clear: both;
    overflow: auto;
}

#fullDiv {
    width: 100%;
    overflow: auto;
}

#centerDiv {
    width: 80%;
    min-width: 600px;
    position: relative;
    margin: 0 auto;
    overflow: auto;
}

#formDiv {
    width: 80%;
    min-width: 600px;
    font-size: 10pt;
    position: relative;
    margin: 30px auto;
    padding: 20px;
    border: solid 0px #1a1a1a;
    display: block;
    overflow: auto;
}

#messageDiv {
    width: 50%;
    min-width: 200px;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    padding: 20px;
    border: solid 3px;
    display: block;
    overflow: auto;
}