﻿html,
body {
    overflow-x: hidden;
}

.bikIcon {

    max-height: 30px;
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-right: 5px;
}

#mastercontainer {
    min-height: 100%;
    position: relative;
}

#masterheader {
    padding: 10px;
}

#masterbody {
    padding: 10px;
    padding-bottom: 100px;
    /* Height of the footer */
}

#masterfooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    /* Height of the footer */
    /*background:#fafafa;*/
    color: black;
    background-color: transparent;
    /*border-top: 1px;*/
    /*border-color: gray;
        border-top-style: solid;*/
}

.verticalLine {
    padding-top: 3px;
    padding-bottom: 3px;
    border-left: 1px solid rgb(235, 235, 235);
}


/*.thirdNavigationBarSplitter {
        font-size: 20px;
        padding-top: 5px;
        color: rgb(235, 235, 235);
    }*/

/*.thirdNavigationBar {

        top: 102px;
        display: none;
        border-bottom: 1px solid rgb(235, 235, 235);
        background-color: rgb(253, 253, 253);
    }*/

#navcontainer ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    list-style-type: none;
    text-align: left;
    border: 1px;
    border-color: gray;
    width: 100%;
}

#navcontainer ul li {
    display: inline;
}

#navcontainer ul li div {
    text-decoration: none;
    color: rgb(103, 103, 103);
}

.thirdNavigationBarShow {
    display: block;
}

#thirdNavigationBar.thirdNavigationBarHidden {
    display: none;
}

.SubMenuInbox {
    display: block;
}

.comboBoxStyle {
    width: 250px;
}

/*.detailDiv {
        background: transparent;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 75px;
        border-color: black;
    }*/


.secondNavigation {
    top: 50px;
}

.borderless tbody tr td,
.borderless tbody tr th,
.borderless thead tr th {
    border: none;
}


.footerVariable {
    bottom: 20px;
}

.fullOpacity {
    opacity: 1;
}

.validationProblemColor {
    color: #b80a0a;
    font-weight: bold;
}