﻿@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-admin-styles.css";
@import "page-login-styles.css";
@import "page-projects-styles.css";
@import "page-project-lines-styles.css";
@import "page-settings-styles.css";
@import "master-footer-style.css";

html, #master_body{
    height: 100%;
}

/* The background behind the actual form. So that part of the browser wat is not used.*/
#master_body 
{
    height: 99%;
}

.labelstyle {
    margin-left: 20px;
    display: inline-block;
}

legend {
    color:var(--text_color_depth_5);
    font-weight: bold;
    Margin-left: 4px;
	Margin-bottom: 3px;
}

.group-box-header-style {
    margin: 5px;
    font-size: 1.1em !important;
    font-weight: bold !important;
    color: var(--text_color_depth_5) !important;
}

.project-grid-status
{
    display: inline-block;
    vertical-align: top;
    margin-top: 4px; /*makes the text move a bit down*/
}
#master_header #master_left {
    line-height: 3em;
    width: 60%;
    text-align: left;
}

#master_header #master_right {
    overflow: auto;
    width: 40%;
}

#master_header #master_left, #master_header #master_right
{
    color:var(--text_color_depth_1);
    height: 100%;
}
#master_header { 
    padding:0;
	min-width: 1920px;
	margin: 0px !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#div {
	min-width: 1920px;
	margin: 0px !important;
}

.PanelUpdateProjectGridWarning
{
    color:var(--text_color_depth_5)
	background-image: url('../Images/bgmessage.jpg');
}

/* header */
#master_top {
    height: 90px;
	width: 100%;
	padding: 0px;
}

#PanelRadanWebQuote
{
    display: none;
    background-image: url('../Images/Header.png');
}



.DetailEntryField
{
    width: 275px;
}

.MaterialDescription 
{
    width: 400px;
}



.button-projectlines {
    margin-left: 205px;
    width: 225px;
}


/* 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;
}

.buttonapplication {
    padding: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
}

textarea, input[type=text], input[type=password], select, label {

    /*background-image: none !important;*/
    line-height: 20px;
    display: inline-block;
    vertical-align: top !important;
    outline: none !important;
}


.linkstyle {
    color: var(--text_color_depth_5);
}
.linkstyle:hover {
    color: var(--text_accent);
}

fieldset {
    border: none;
    color: var(--text_color_depth_2);
    font-weight: normal;
}

fieldset tr td {
    color: var(--text_color_depth_2);
}

fieldset span #lblMessage
{
    color:var(--text_color_depth_2)
}
.customgroupingstyle {
    border: none;
    color: var(--text_color_depth_2);
    font-weight: bold;
    font-size: 1.1em !important;
}
.logo-image {
    width: 250px;
    height: auto;
    padding: 20px;
    margin-left: 185px;
}

.plabelentrycombination {
    margin: 0px;
    padding: 2px;
}

.DetailEntryField,
#ContentPlaceHolder1_txtAppSettingValue,
#ContentPlaceHolder1_linkToJsonValidator,
#ContentPlaceHolder1_linkToWeb2Calc {
    margin-left: 20%;
}

#ContentPlaceHolder1_txtUserNameAdmin,
#ContentPlaceHolder1_txtCompanyCofCAdmin,
#ContentPlaceHolder1_txtFirstNameAdmin,
#ContentPlaceHolder1_txtNewPasswordAdmin,
#ContentPlaceHolder1_txtUserEmailAdmin,
#ContentPlaceHolder1_ddlLanguageAdmin,
#ContentPlaceHolder1_txtRegistrationDateAdmin,
#ContentPlaceHolder1_txtCompanyNameAdmin,
#ContentPlaceHolder1_txtVatNrAdmin,
#ContentPlaceHolder1_txtLastNameAdmin,
#ContentPlaceHolder1_txtRetypeNewPasswordAdmin,
#ContentPlaceHolder1_txtUserPhoneNrAdmin,
#ContentPlaceHolder1_txtLastLoginDateAdmin {
    margin-left: 35%
}

#ContentPlaceHolder1_chkIsApproved,
#ContentPlaceHolder1_ChkIsAdmin,
#ContentPlaceHolder1_ChkIsSuperUser {
    margin-left: 15%;
}

#ContentPlaceHolder1_UpdatePanelDetails {
    width: 750px;
}

.settings-page-label, .update-company-details-page-label, .projects-page-label, .login-register-label{
    position: absolute;
    text-align: right;
    width: 14%;
}

.project-lines-page-label {
    position: absolute;
}

.admin-page-label {
    float: left;
    position: absolute;
    text-align: left;
}

.gridButton {
    background-position: center center;
    background-color: Transparent;
    background-repeat: no-repeat;
    background-size: initial;
    width: 20px;
    height: 20px;
    padding: 0;
}

#admin-table {
    text-align: left;
    width: 900px;
}

.buttonapplication{
    cursor: pointer;
}

.fg-button {
    width: 21px;
}

#ContentPlaceHolder1_btnLogin_Button1 {
    margin-left: 20%;
}

#ContentPlaceHolder1_lblOrientation
{
    display: none;
}