@font-face {
    font-family: 'FontAwesome';
    src: url("/fonts/fontawesome-webfont.eot?v=4.5.0");
    src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Kleuren

Blauw : #008000
Grijs : #DDDDDD

*/

/* Fonts */
.fa-setting {
    font-family: 'FontAwesome';
    font-size: 26px;
    line-height: 30px;
    display: block;
    float: left;
    clear: left;
    width: 30px;
    margin-right: 10px;
}

.fa-setting-blue {
    font-family: 'FontAwesome';
    font-size: 16px;
    text-align: center;
    color: #008000;
}

    .fa-setting:hover, .fa-setting-blue:hover {
        text-decoration: none;
    }

.fa-home:before {
    content: "\f015";
}

.fa-lock:before {
    content: "\f023";
}

.fa-phone:before {
    content: "\f095";
}

.fa-music:before {
    content: "\f001";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-cog:before {
    content: "\f013";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}
/*  Elements */
body {
    background-repeat: repeat-x;
    background-position: 50% top;
    background-color: #DDDDDD;
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI',Tahoma,'Helvetica Neue',Helvetica,Arial,'sans-serif';
}

input, textarea, keygen, select {
    font-family: 'Segoe UI',Tahoma,'Helvetica Neue',Helvetica,Arial,'sans-serif';
    /*font-size: 16px;*/
    padding-left: 5px;
    border-width: 0px;
}

input:disabled, textarea:disabled {
    background-color: #F0F0F0;
    color: black;
}

.MainMenuName {
    padding-left: 1%;
    padding-top: 16px;
    height: 34px;
    width: 10%;
    background-color: #008000;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.MainMenu {
    padding-left: 1%;
    height: 50px;
    line-height: 50px;
    width: 40%;
    background-color: #008000;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.MainMenuLogo {
    height: 50px;
    width: 35%;
    background-color: #008000;
    float: left;
}

.Powered {
    margin: 5px 40px 0px 0;
    color: white;
    font-size: 10px;
    float: right;
}

.SubMenu {
    height: 50px;
    width: 100%;
    background-color: #FFFFFF;
    color: #008000;
    text-decoration: none;
}

.SubButton {
    height: 50px;
    width: 210px;
    text-align: center;
}

.error_message {
    color: red;
    left: 25%;
    top: 408px;
    vertical-align: middle;
    text-align: center;
}

form {
    margin: 0px;
}

.PlanningScrollGrid {
    width: 100%;
    overflow: auto;
    border-left: #000000 1px;
    border-bottom: #000000 1px;
    scrollbar-3d-light-color: #999999;
    scrollbar-arrow-color: #9C3842;
    scrollbar-base-color: #003366;
    scrollbar-dark-shadow-color: #9C3842;
    scrollbar-face-color: #e7e7e7;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #9C3842;
}

.ButtonPanel {
    height: 100%;
    background-color: whitesmoke;
    vertical-align: middle;
    padding: 5px;
}

textarea {
    margin-left: 0px;
    margin-bottom: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.button {
    background-color: #008000;
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Segoe UI',Tahoma,'Helvetica Neue',Helvetica,Arial,'sans-serif';
}

    .button:active {
        background-color: gray;
    }

.buttonsmall {
    background-color: #008000;
    border: none;
    color: white;
    padding: 0px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 20px;
    font-family: 'Segoe UI',Tahoma,'Helvetica Neue',Helvetica,Arial,'sans-serif';
}

    .buttonsmall:active {
        background-color: gray;
    }

.treeviewTop {
    margin-left: 5px;
    margin-top: 40px;
    padding: 20px 100px 0 100px;
}

.treeview {
    margin-left: 5px;
    padding: 0 100px 0 0;
    border-bottom: 1px solid #008000;
    display: inline-block;
    height: 510px;
    overflow-y: scroll !important;
}

h1 {
    margin: 0px 0px 8px;
    letter-spacing: 1px;
}

h2 {
    text-align: center;
}

h3 {
}

/* Gridview */

.Gridview {
    background-color: white;
    font-size: 14px;
    width: 100%;
    line-height: 30px;
}

.GridviewSub {
    background-color: white;
    font-size: 14px;
    width: 100%;
    line-height: 30px;
    border: 1px solid #008000;
}

.GridviewPrint {
    padding: 0 10px;
    line-height: normal;
}

.Gridview-alt {
    background-color: #DDDDDD;
}

.GridHeader {
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    background-color: #008000;
    color: #ffffff;
    border: none;
}

.GridHeaderprint th {
    padding: 0 10px;
}

.GridHeaderDrop th {
    display: none;
}

.GridviewDrop {
    background-color: white;
    font-size: 14px;
    width: 100%;
    line-height: 30px;
    margin-left: 5px;
    border-color: #C0C0C0;
}

.Gridviewfont {
    font-size: 14px;
    width: 100%;
    line-height: 30px;
}

.padding10 {
    padding: 0 10px;
    border-color: #C0C0C0;
}

.grid-paging {
    text-align: left;
    font-size: 16px;
    margin: 0px 35px;
    background-color: #008000;
    line-height: 30px;
}

    .grid-paging td {
        padding-left: 5px;
    }

    .grid-paging span {
        padding: 1px 4px;
        display: inline-block;
        margin: 3px 4px;
        color: black;
        background-color: #DDDDDD;
        border-radius: 3px;
    }

    .grid-paging a {
        color: white;
    }

        .grid-paging a:hover {
            text-decoration: underline;
        }

.toPick {
    width: 80px;
    border: 1px solid #DDDDDD;
    text-align: right;
}
/*  Tabel instellingen */
th {
    line-height: 30px;
    background-color: #008000;
    color: #ffffff;
    border: none;
    padding-right: 5px;
}

td {
    padding: 0 5px 0 0;
}

.Dashboard {
    text-align: center;
}

/* Standard button */
.ButtonStyle {
    height: 22px;
    background-color: whitesmoke;
    border-bottom-style: solid;
    border-color: Silver;
    border-width: thin;
}

/* Image button */
.ImageButtonStyle {
    height: 22px;
}

/* Link button */
.LinkButtonStyle {
    height: 22px;
}

/* TextBox */
.TextBoxStyle {
    height: 22px;
    margin-left: 0px;
}

.TextBoxMultiLineStyle {
}

.hiddenRow {
    display: none;
}

.LabelStyle {
    height: 16px;
    padding-left: 5px;
}

.CheckBoxStyle {
    height: 18px;
    vertical-align: top;
}

.ddlStyle, .DropDownListStyle {
    height: 23px;
    width: 150px;
    font-family: 'Segoe UI',Tahoma,'Helvetica Neue',Helvetica,Arial,'sans-serif';
}


/* Classes */
.GroupLabel {
}

SELECT, INPUT, TEXTAREA {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.modalBackground th {
    text-align: center;
}

.modalBackground {
    cursor: pointer;
    width: 500px;
    height: 160px;
    vertical-align: middle;
    text-align: center;
    background-color: #008000;
    border-radius: 5px 5px;
    border: 1px solid #008000;
}

.buttonpopup {
    background-color: #008000;
    border: none;
    color: white;
    padding: 0px 15px;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin-top: 3px;
    margin-bottom: 4px;
    font-family: 'Segoe UI',Tahoma,'Helvetica Neue',Helvetica,Arial,'sans-serif';
}

select {
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

hr {
    height: 1px;
}

.thead {
    background-color: #102452;
}

thead a {
    text-decoration: none;
}

    thead a:visited {
        text-decoration: none;
    }

    thead a:hover {
        text-decoration: none;
    }

tfoot {
    background-color: #dedfde;
}

.tfoot2 {
    background-color: #dedfde;
}

.message {
    width: 400px;
    background-color: #ffbf7f;
    border: #ff8000 1px solid;
    padding: 8px;
    margin-bottom: 8px;
}

.cError {
    width: 400px;
    background-color: #ffbf7f;
    padding: 8px;
    margin-bottom: 8px;
    border: #ff8000 1px solid;
}

.cHiliteTable {
    border: #102452 1px solid;
    cursor: default;
    behavior: url(/css/tablehl.htc);
}

.menuitems {
    padding: 0 10px;
}

#mouseoverstyle {
    background: #102452;
    text-decoration: none;
}

    #mouseoverstyle s {
    }

.menuitemsdisabled {
    padding: 0 10px;
}

div {
}

    div.tabs {
        width: 100%;
        background-color: white;
        float: left;
    }

        div.tabs ul {
            padding: 0px;
            margin: 0px;
            list-style-type: none;
        }

        div.tabs li {
            padding: 0px;
            margin: 0px;
            display: inline;
        }

        div.tabs a {
            background: url(/gekko/images/tabsR.gif) no-repeat right top;
            border-bottom: black 1px solid;
            float: left;
            text-decoration: none;
        }

            div.tabs a:hover {
                background-position: 100% -50px;
            }

        div.tabs span {
            background: url(/gekko/images/tabsL.gif) no-repeat left top;
            padding: 2px 9px;
            display: block;
            white-space: nowrap;
            float: left;
        }

span {
    text-align: left;
}

div.tabs a:hover span {
    background-position: 0% -50px;
}

div.tabs li#current a {
    background-position: 100% -50px;
    border-width: 0px;
}

div.tabs li#current span {
    background-position: 0% -50px;
    padding-bottom: 3px;
}

.Sell {
}

.Reduce {
}

.Underweight {
}



.om_table {
    width: 100%;
    background-color: white;
    border: #102458 1px solid;
}

.om_header {
    background-color: #102458;
}

.om_rowheader {
    background-color: #f0f0f0;
}

.om_cell_up {
    background-color: #86de90;
}

.om_cell_down {
    background-color: #ff7c7c;
}

.om_cell_close {
    background-color: #fdfdfd;
}

.c4d {
    visibility: hidden;
}

.popupHover {
    background-image: url('../../../../../../images/header-opened.png');
    background-repeat: repeat;
    background-position: left top;
    background-color: #102452;
}

.popupMenu {
    background-color: gainsboro;
    background-repeat: repeat;
    background-position: left top;
    filter: alpha(opacity=100);
    opacity: 1.00;
    border: 2px outset white;
    padding: 2px;
    width: 90px;
}

.popupMenuLink {
    text-decoration: none;
}

.MenuCell {
    width: 200px;
    background-color: gainsboro;
    text-align: left;
}

.popupMenuLink:Hover {
    color: #FFF;
    background-color: #008000;
    background-repeat: repeat-x;
    text-decoration: none;
    width: 90px;
}

.ModalPopup {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}


.Pager, .Pager td {
    text-decoration: none;
}

    .Pager a {
        text-decoration: none;
    }

.tpForums {
    background-color: #DCE4F9;
    border: 1px gray;
    width: 450px;
    padding: 4px;
    padding-top: 2px;
    height: 0px;
    overflow: hidden;
}

#header {
    background: whitesmoke;
    height: 25px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.scroller {
    height: auto;
    overflow: scroll;
}

/* From are my CSS settings. */
p {
}

tr.subheader, td.subheader {
    text-align: center;
    background-color: #BBBBBB;
    border: solid 1px #CCCCCC;
    border-left: 0;
    border-top: 0;
}

tr.footer, td.footer {
    text-align: right;
    background-color: #777777;
}

tr.color0, color0 {
    background-color: #FFFFFF;
    padding: 5px;
    height: 22px;
    border: solid 1px #CCCCCC;
    border-left: 0;
    border-top: 0;
}

tr.color1, color1 {
    background-color: #DDDDDD;
    padding: 5px;
    height: 22px;
    border: solid 1px #CCCCCC;
    border-left: 0;
    border-top: 0;
}

td.sort, sort {
    text-align: center;
}

.text {
    padding-left: 6px;
    background-image: url('../../../../../Backgrounds/bground_teaser.gif');
    text-transform: uppercase;
    color: #333333;
    line-height: 16px;
    letter-spacing: 1px;
    text-decoration: none;
}

.menutext {
    padding-left: 6px;
    line-height: 16px;
    letter-spacing: 1px;
    text-decoration: none;
}

a.nav {
    padding: 8px 23px 7px 16px;
    background-image: url('../../../../../Images/bground_navi.gif');
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

    a.nav:hover {
        padding: 8px 23px 7px 16px;
        background-image: url('../../../../../Images/bground_navi_ov.gif');
        text-transform: uppercase;
        letter-spacing: 1px;
        text-decoration: none;
    }

/* Pages */

#webmain {
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px 5px 0;
    border: 2px outset white;
    background-color: whitesmoke;
}

    #webmain .button {
        width: 250px;
        height: 50px;
    }

    #webmain td {
        padding: 0 0 5px 5px;
    }

.background {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.flags {
    float: right;
    margin-right: 20px;
    padding: 10px 0px 0 5px;
}
