﻿@import "colors.css";
@import "buttonstyles.css";
@import "colorstyles.css";
@import "tabsstyles.css";
@import "tablestyles.css";
@import "borderstyles.css";
@import "navigationstyles.css";
@import "messageboxstyles.css";
@import "fontstyles.css";
@import "page-login-styles.css";
@import "page-projects-styles.css";
@import "page-project-lines-styles.css";
@import "page-settings-styles.css";
@import "page-admin-styles.css";

html {
    height: 100%;
    background: #E4E4E4;
}

/* The background behind the actual form. So that part of the browser wat is not used.*/
#master_body {
    /* background: #E4E4E4 url('bg.jpg') repeat-x left bottom; */
    background: #F0F0F0;
    color: #444;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    height: 99%;
}

/* navigation */
.navigation {
    /* background: #D9E1E5 url('nav.jpg'); */
    background: transparent;
    border: 0px;
    height: 41px;
}

.navigation a {
    background: transparent; /* transparent url('nav.jpg') left top repeat-x; */
    border-right: 0px;
    display: block;
    float: left;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.3em
}

.navigation a:hover {
    background: transparent;
}

#Help{
    color: yellow !important;
}


.messagebox {
    border-style: ridge;
    padding: 10px;
    overflow: auto;
    background-image: url('../Images/bgmessage.jpg');
    width: 300px;
    height: 150px;
    z-index: 100;
    margin: auto;
    position: absolute;
    top: 150px;
    left: 40%;
    font-size: 1.2em;
}

.messageboxDialog {
    top: 5px;
    left: 10%;
    width: 80%;
}

#master_header #master_left {
    background-color: #4292C7;
    font: normal 2.8em "Trebuchet MS",sans-serif;
    line-height: 3em;
    width: 60%;
    text-align: left;
}

#master_header #master_right {
    overflow: auto;
    width: 40%;
}

#master_header #master_left, #master_header #master_right {
    background-color: #4292C7;
    color: #FFF;
    height: 100%;
}

.PanelUpdateProjectGridWarning {
    background-image: url('../Images/bgmessage.jpg');
}

/* header */
#master_top {
    height: 130px;
}

#PanelRadanWebQuote {
    background-image: url('../Images/text_header.jpg');
}

.DetailEntryField {
    width: 225px;
}

.MaterialDescription {
    width: 400px;
}

/*Added KeesO; 31-8-2012; Grid sorting color. */
tr.odd td.sorting_1 {
    background-color: #BAFF91;
}

tr.even td.sorting_1 {
    background-color: #EAFFDE;
}

.button-projectlines {
    margin-left: 205px;
    width: 225px;
}

.logoBlock {
    background: #ffffff;
    left: 0px;
    width: 40%;
    position: absolute;
    height: 150px;
    z-index: 100000;
    text-align: right;
    padding-right: 30px;
    box-sizing: border-box;
}

.logo {
    margin-right: 18px;
    margin-top: 30px;
    z-index: 3;
    position: relative;
    box-sizing: border-box;
}

#master_header {
    padding: 0;
    background-color: var(--background_depth_3)
}

#master_top {
    height: 150px;
    position: relative;
    background-color: var(--background_depth_3);
    box-shadow: 0px 8px 5px #888888;
}

#master_container {
    min-width: 900px;
    border: solid 5px #CBCAC6;
}

.hoofdmenu {
    margin-top: 125px;
    margin-right: 10%;
    float: right;
}

input, textarea, keygen, select, button {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
}

.ui-widget {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
}

/* Grid sorting color. */
tr.odd td.sorting_1 {
    background-color: #f5e1dc;
}

tr.even td.sorting_1 {
    background-color: #f7eff4;
}

a.current_page_item {
    font-weight: 900 !important;
}

#ActueleLever {
    margin-left: 30px;
}

/* Added KeesO 18-12-2017; Do not show include transport check on make order form. */
#update-project-status > ul > li:nth-child(4) {
    display: none;
}

.gridButton {
    background-position: center center;
    background-color: Transparent;
    background-repeat: no-repeat;
    background-size: initial;
    width: 20px;
    height: 20px;
    padding: 0;
}

a {
    color: var(--background_depth_3);
}

li.customLoginText {
    list-style: square;
    margin-left: 20px;
}

@font-face {
    font-family: 'PFSyncProBold';
    src: url('../Fonts/PFSynchPro-Bold.ttf') format('truetype');
}

#ContentPlaceHolder2_txtCalendar {
    display: none;
}