/* DEFAULTS
----------------------------------------------------------*/
html {
    height: 100%;
}

form {
    height: 100%;
    overflow: hidden;
}

body {
    background: #fff;
    font-size: .70em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    height: 100%;
}

.floatRight {
    float: right;
}

a:link, a:visited {
    color: Black;
    text-decoration: none;
}

a:hover {
    color: Black;
    text-decoration: none;
}

a:active {
    color: Black;
}

p {
    margin-bottom: 10px;
    line-height: 1.4em;
}

.fullWidth {
    width: 100%;
}



/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.2em;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    /*width: 960px;*/
    background-color: #fff;
    margin: 0px auto 0px auto;
    height: 100%;
}

.header {
    position: absolute;
    height: 120px;
    margin: 0px;
    padding: 0px;
    background: #fff;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 15px;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.popup-header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #fff;
    width: 100%;
}

    .popup-header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 15px;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.content {
    position: absolute;
    bottom: 30px;
}

.main {
    height: 100%;
    width: auto;
    padding-left: 10px;
    float: left;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 8px 0px 0px 10px;
}

    .footer a:link, a:visited {
        display: block;
        line-height: 1.35em;
        text-decoration: none;
        white-space: nowrap;
    }

/*.disclaimerBtn {
    margin: 0px 0px 5px 0px;
}*/

.grayBackground {
    background-color: #ccc;
}



/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #a4a4a4;
    width: 100%;
}

div.menu {
    padding: 2px 2px 2px 2px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #a4a4a4;
            border: 1px #000 solid;
            color: #fff;
            display: block;
            line-height: 1.35em;
            padding: 2px 2px 2px 2px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #a4a4a4;
                color: #fff;
                text-decoration: none;
            }



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}



/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: 100%;
}

.ficheFinderHeader {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .ficheFinderHeader a:link {
        color: white;
    }

    .ficheFinderHeader a:visited {
        color: white;
    }

    .ficheFinderHeader a:hover {
        color: white;
    }

.ficheFinderDisclaimer {
    padding: 20px 15px 2px 20px;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

button {
    margin: 5px 5px 5px 5px;
    padding: 4px 10px 4px 10px;
    font-weight: bold;
    color: #000;
    background: #ddd;
    border: 1px solid #000;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}



/* Table */

#contentNav {
}

.layout {
    background-color: #ccc;
    /*font-size: 09px;*/
    color: Black;
    height: auto;
    margin: 0 auto;
    border: 1px solid white;
}

    .layout tr td {
        border-width: 1px;
        padding: 1px 1px 1px 1px;
        border-style: solid;
        border-color: White;
    }

.navigation {
    width: 340px;
    height: auto;
    min-height: 100%;
    float: left;
    border-right: 1px solid black;
}



/* Pict Table */
.picttable {
    height: auto;
    width: 100%;
    border-width: 1px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

    .picttable tr td {
        border-width: 3px;
        border-style: solid;
        vertical-align: middle;
        text-align: center;
    }

.pictCatalogTable {
    font-size: 10px;
    color: Black;
    height: auto;
    min-width: 100px;
    margin: 0 auto;
    border: 0px solid;
}

    .pictCatalogTable tr td {
        border-width: 0px;
        padding: 0px 0px 0px 0px;
        border-style: solid;
        border-color: White;
        vertical-align: middle;
        text-align: center;
        padding-bottom: 3px;
    }

    .pictCatalogTable a:link, a:visited {
        color: Black;
    }

pictCatalogTable a:hover {
    color: Black;
    text-decoration: none;
}

pictCatalogTable a:active {
    color: Black;
}

.gridrow {
    background-color: #ccc;
}

.grid {
    font-size: 10px;
    color: Black;
    height: auto;
    margin: 0 auto;
    border: 1px solid white;
}

    .grid tr td {
        border-width: 1px;
        padding: 1px 1px 1px 1px;
        border-style: solid;
        border-color: White;
    }

.gridrowselected {
    background-color: #6ce26c;
}

.print {
    background-color: White;
    color: Black;
}

    .print td {
        font-size: 12px;
        font-style: normal;
        line-height: normal;
        font-variant: normal;
        text-transform: none;
        color: #000000;
        text-decoration: none;
    }

.navibar {
    background-color: White;
    color: Black;
    margin-left: auto;
    margin-right: 6px;
    text-align: right;
    padding: 2px 15px 2px 2px;
}

    .navibar td {
        font-size: 2 em;
        font-weight: bold;
        text-transform: none;
        color: #000000;
        text-decoration: none;
        padding: 0px 20px 0px 20px;
    }

        .navibar td a:link, a:visited {
            background-color: White;
            display: block;
            line-height: 1.35em;
            text-decoration: none;
            white-space: nowrap;
        }

        .navibar td a:hover {
            background-color: #bfcbd6;
            color: #465c71;
            text-decoration: none;
        }

        .navibar td a:active {
            background-color: White;
            text-decoration: none;
        }

.resultpage {
    border-color: #a4a4a4;
    border-style: solid;
    border-top: 5px;
    border-left: 5px;
    border-right: 0px;
    border-bottom: 0px;
}

.partslist {
    padding: 30px 10px 10px 10px;
    background-color: White;
}

.partslist_head {
    text-decoration: none;
    text-align: left;
}

    .partslist_head td, .partslist_head th, .partslist_head a, .partslist_head a:hover, .partslist_head a:visited, .partslist_head .bold, .partslist_head a.bold, .partslist_head a:hover.bold {
        font-weight: bold;
        color: #000000;
    }

.partslist_row {
    background-color: #FFFFFF;
}

.searchComboBox {
    width: 80%;
    font-size: 12px;
}

a.aspNetDisabled {
    -moz-opacity: 0.40;
    opacity: .40;
    filter: alpha(opacity=40);
    cursor: default;
}

.jstree-default .jstree-anchor {
    font-size: 14px;
}

.form-control {
    box-sizing: border-box;
    margin: 5px 2px 5px 2px;
    line-height: 14px;
    font-size: 14px;
}

input.form-control[type=text], input.form-control[type=search] {
    width: 415px;
}

.form-label {
    line-height: 14px;
    font-size: 14px;
}

table#SearchTable > tbody > tr > td {
    padding-left: 4px;
}

/*base for rem = 10px*/
html {
    font-size: 62.5%;
}

/*Set default size to 14px / 1.4rem*/
body {
    color: black;
    font-size: 14px;
    font-size: 1.4rem;
}