﻿/* CSS file ABC: AsBuildConnect */

/*#region Navigation*/
/*due to the fact that there are .net objects generated while the menu is created, the height of this row is in the beginning heigher than eventually.*/
/*Reduce the max-height so that there is no height flickering*/
#menu-section {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 15px;
}

.right {
    float: right !important;
}

.width25prct {
    width: 25%;
}

.width50prct {
    width: 50%;
}

.width75prct {
    width: 75%;
}

.width100prct {
    width: 100%;
}

.nav {
    background: white;
    display: block !important;
    position: relative;
    border-bottom: none;
    /*padding: 0 10px 0 0;*/
    overflow: visible;
    /*float: right!important;*/
    /* margin-right: 200px; */
    font-family: Verdana;
    font-size: 13px;
}

    .nav a {
        color: #6e6e78;
        /*font-size: 0.8em;*/
        /*font-family: Arial;*/
        text-decoration: none;
        display: block;
        /*width: 100%;*/
    }

        .nav a:hover {
            color: black;
        }

    .nav br {
        display: block;
    }

    .nav .quicklinks {
        display: block;
        float: right;
        height: 100%;
        border: none;
    }

        .nav .quicklinks select {
            color: #222222;
            width: 170px;
            margin: 10px 8px 0 0;
            float: left;
        }

        .nav .quicklinks input {
            margin: 5px 0 0;
            float: left;
        }

    .nav ul {
        list-style: none;
        margin: 0;
    }

    .nav > ul {
        padding: 0;
        margin: 0;
    }

        .nav > ul > li {
            width: auto;
            /*border-right: 1px solid #e3e3df;
			border-bottom: 1px solid #e3e3df;*/
            /*font-weight: bold;*/
            position: relative;
        }

            .nav > ul > li.current > a {
                color: #fefefe;
                font-weight: bold;
            }

            .nav > ul > li > a {
                display: table-cell;
                /*height: 3em;*/
                vertical-align: middle;
                padding: 0 4px 0 4px;
                width: 100%;
                /*font-weight: bold;*/
            }

                .nav > ul > li > a:hover + ul, .nav > ul > li > a:focus + ul {
                    display: block;
                }

            .nav > ul > li a.break_inside {
                line-height: 1.2em;
                padding-top: .3em;
                text-align: center;
            }

            .nav > ul > li.quicklinks {
                z-index: 10;
            }

            .nav > ul > li > ul {
                margin: 0;
                padding: 0;
                position: absolute;
                z-index: 9999;
                left: inherit !important;
                right: 0;
                border: 1px solid white;
                border-top: none;
                width: 200px;
                background-color: #d2d2d2;
            }

                .nav > ul > li > ul li {
                    border-bottom: 1px solid white;
                }

                    .nav > ul > li > ul li:last-child {
                        border-bottom: none;
                    }

                    .nav > ul > li > ul li a {
                        line-height: 140%;
                        padding: 10px 30px;
                        position: relative;
                        color: black;
                        font-weight: bold;
                        /*font-size: 0.7em;
						font-family: Arial;*/
                    }

                        .nav > ul > li > ul li a:before {
                            content: url('../Images/css_navigation_sub_element.gif');
                            color: black;
                            font-size: .65em;
                            position: absolute;
                            top: 11px;
                            left: 15px;
                        }

                        .nav > ul > li > ul li a:hover {
                            color: #fefefe;
                            text-decoration: none;
                        }

                .nav > ul > li > ul > li > ul {
                    margin: 0;
                    padding: 0;
                    display: none;
                    position: absolute;
                    z-index: 9999;
                    left: 0;
                    border: 1px solid white;
                    border-top: none;
                    width: 200px;
                    background-color: #d2d2d2;
                }

                    .nav > ul > li > ul > li > ul > li > ul {
                        margin: 0;
                        padding: 0;
                        display: none;
                        position: absolute;
                        z-index: 9999;
                        left: 0;
                        border: 1px solid white;
                        border-top: none;
                        width: 200px;
                        background-color: #d2d2d2;
                    }

                .nav > ul > li > ul:hover, .nav > ul > li > ul:focus {
                    display: block;
                }

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

/*#endregion Navigation*/
/*#region areas*/
#content-container {
    float: left;
    position: relative;
    width: 100%;
    min-height: 250px;
}

#page-header {
    float: left;
    position: relative;
    width: 100%;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 20px;
}

#header {
    float: left;
    position: relative;
    width: 100%;
}

#filter-header {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 15px;
}
/*#endregion areas*/
/*#region Search Tables*/
.Search {
    float: left;
}

#MachineSearchArea {
    min-height: 20px;
}

.SearchResultTableHeader {
    font-weight: bold;
    text-align: left;
}

.SearchTitle {
    font-weight: bold;
    font-size: larger;
    /* text-decoration: underline; */
    /* margin-bottom: 10px; */
}

.RefinerTitle {
    font-weight: bold;
    /* font-size: medium; */
    text-decoration: none;
    background-color: #9fa2ad;
    color: white;
}

.SearchResultTable thead td, div.pagesectionheader {
    background-color: #9fa2ad;
}

div.pagesectionheader {
    margin: 10px 0px 7.5px 0px;
    padding: 7.5px;
}

.SearchResultTable thead tr .sortable {
    background-image: url(images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

.SearchResultTable thead tr .SortedOnAsc {
    background-image: url(images/asc.gif);
}

.SearchResultTable thead tr .SortedOnDesc {
    background-image: url(images/desc.gif);
}

.SearchResultTable thead tr .SortedOnAsc, .SearchResultTable thead tr .SortedOnDesc {
    background-color: #626570;
}

/*.SearchResultTable thead tr .SortedOnAsc
{
	text-decoration: underline!important;
}

.SearchResultTable thead tr .SortedOnDesc
{
	text-decoration: overline!important;
}*/

#spnMasterFilterSearch {
    float: right;
    /*margin-right: 6%;*/
}

#btnMasterFilterSearch {
    height: 24px;
    min-width: 75%;
    max-width: 100%;
    float: right;
}
/*#endregion*/

div.Hidden {
    visibility: hidden;
    height: 0;
    display: none;
}

table.Hidden {
    visibility: hidden;
    height: 0;
    display: none;
}

.PartialLoading {
    background-color: lightgray;
    filter: alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity: 0.50; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
}

    .PartialLoading img {
        position: absolute;
        left: 45%;
        top: 45%;
        max-height: 40px;
        width: 40px;
        /*max-width: 10%;*/
    }

.PartialLoadingRelative {
    background-color: lightgray;
    filter: alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity: 0.50; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 0px;
    left: 0px;
}

    .PartialLoadingRelative img {
        position: absolute;
        left: 45%;
        top: 45%;
        max-height: 40px;
        width: 40px;
        /*max-width: 10%;*/
    }

#loading {
    position: Fixed;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    opacity: 0.7;
    filter: alpha(opacity=80);
    top: 0px;
    left: 0px;
    z-index: 999999;
    display: none;
    text-align: center;
}

/*#loading .Centerer
	{
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	#loading img, #uploading img
	{
		display: inline-block;
		vertical-align: middle;
		max-height: 100%;
		max-width: 100%;
	}*/
section.fcolumn {
    float: left;
    width: 100%;
    position: relative;
}

div.fcolumn {
    float: left;
    /*margin-bottom: 10px;*/
    /* margin-top: 5px; */
    width: 100%;
    position: relative;
}

div.fBreadcrumb {
    float: left;
    margin-bottom: 10px;
    /* margin-top: 5px; */
    width: 100%;
    position: relative;
}

table.fcolumn {
    width: 100%;
}

div.fcolumnLargeBottomMargin {
    width: 100%;
    margin-bottom: 20px;
}

div.fsmallcolumn {
    float: left;
    margin-bottom: 10px;
}

div.fverysmallcolumn {
    float: left;
    margin-bottom: 10px;
}

.fmediumcolumn {
    float: left;
}

div.flargecolumn {
    float: left;
    margin-bottom: 10px;
}

div.fautocolumn {
    float: left;
    margin-bottom: 10px;
}

div.fsearchcolumn {
    float: left;
}

div.frightcolumn {
    float: right;
    margin-bottom: 10px;
    margin-top: 10px;
}

div.fline-of-controls {
    line-height: 1.5em; /*width: 224px;*/
    display: inline-block;
    width: 100%;
    min-height: 26px;
}

.fleftautospan {
    text-align: left;
    display: inline-block;
    width: auto;
    vertical-align: top;
    float: left;
}

.fleftspan {
    text-align: left;
    display: block;
    width: 100%;
    vertical-align: top;
    float: left;
}

.frightspan {
    width: 80%;
    display: inline-block;
    line-height: 1.5em;
    /*float: right;*/
    /*margin-right: 6%;*/
}

.ffullrightspan {
    /* width: 98%; */ /*100% - margin-right*/
    /* display: inline-block; */
    line-height: 1.5em;
    float: right;
    /* margin-right: 2%; */
    /* bottom: 0; */
}

.fright {
    float: right !important;
}

.loginlabels {
    max-width: 25%;
    min-width: 25%;
    float: left;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 1em;
}

.logininputs {
    float: left;
    width: 50%;
}

.loginInformation {
    float: left;
    width: 100%;
}

.loginForm {
    max-width: 500px;
    min-width: 350px;
    margin: 130px 50px 50px 220px;
}

.login {
    background: url('images/login_bg.gif') no-repeat;
    background-position: -250px -90px;
}

#spnLoginSubmit {
    float: right;
}

#btnLogin {
    height: 24px;
    min-width: 75%;
    max-width: 100%;
    float: right;
}

.label {
    font-size: 1em; /*  color: #787878;*/ /*font-weight: bold;*/
    /*text-align: right;*/
    line-height: 1.5em; /*vertical-align: top;*/
    font-weight: bold;
}

input[type=text], input[type=password] {
    width: 98%;
    padding: 2px;
    font-size: larger;
    height: 18px;
}

select {
    width: 98%;
}

.span {
    white-space: pre;
}

.MenuUserName {
    color: #EFEFEF;
}

div#mnMainMenu {
    position: absolute !important;
    bottom: 15px;
    right: 0;
}

table {
    border-collapse: collapse;
}

tr:not(.NoBackground):nth-child(odd) {
    background-color: #f1f1f1;
}

span#ContentPlaceHolder1_lblMachineSearchSection {
}

body {
    font-family: Arial;
    font-size: 12px;
}

a {
    color: #656CA5;
    text-decoration: underline;
}

td {
    padding: 3px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

thead td {
    background-color: #626570;
    color: white !important;
    font-weight: bold;
}

thead a, .pagesectionheader span {
    color: white;
    text-decoration: none;
}

.pagesectionheader span {
    font-weight: bold;
    margin-left: 15px;
    text-transform: uppercase;
}

div#MachineSearchRefiners table {
    width: 100%;
}

.RefinerTable {
    table-layout: fixed;
    margin-bottom: 20px;
}

    .RefinerTable tbody {
        max-height: 80px;
        display: block;
        overflow: auto;
    }

        .RefinerTable tbody tr {
            width: 100%;
            display: block;
        }

.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap {
    white-space: normal;
    overflow: auto;
    width: 100%;
}

.SearchResultTable {
    table-layout: fixed;
}

.pager a {
    font-size: larger;
    padding-left: 5px;
    text-decoration: none;
}

.errorvalidator {
    background-color: #fef1ec;
    border: 1px solid red !important;
    /*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;*/
}

.checkvalidator {
    /* background-color: #F7F7B0 !important;*/
}

.notallowedtoaccess label {
    color: rgb(190,190,190);
}

div#pnlException {
    margin-bottom: 15px;
}

/*#region SwitchTable*/
.SwitchTableHeaderTwistyColumn {
    width: 10px;
}

.SwitchTableHeaderLabelColumn {
}

.SwitchTableBodyLabelColumn {
    width: 25%;
}

.SwitchTable {
    margin-bottom: 20px;
    width: 100%;
    table-layout: fixed;
}

    /* Locked */
    .SwitchTable.Locked .SwitchTableHeaderTwisty {
        cursor: default !important;
        /*background-position: -80px -144px;*/ /*.ui-icon-bullet*/
        /*background-position: -96px -144px;*/ /*.ui-icon-radio-on*/
        background-position: -112px -144px; /*.ui-icon-radio-off*/
    }

    .SwitchTable.Locked .SwitchTableHeaderTitle {
        cursor: default !important;
    }

    /* Collapsed */
    .SwitchTable.Collapsed .SwitchTableHeaderTwisty {
        cursor: pointer;
        background-position: -32px -16px;
    }

    .SwitchTable.Collapsed .SwitchTableHeaderTitle {
        cursor: pointer;
    }

    /* Expanded */
    .SwitchTable.Expanded .SwitchTableHeaderTwisty {
        cursor: pointer;
        background-position: -64px -16px;
    }

    .SwitchTable.Expanded .SwitchTableHeaderTitle {
        cursor: pointer;
    }

    /* Loading */
    .SwitchTable.Loading > thead > tr > td {
        background-color: #9CA0A0;
    }

    .SwitchTable.Loading .SwitchTableHeaderTitle {
        cursor: wait;
    }

    .SwitchTable.Loading .SwitchTableHeaderTwisty {
        cursor: wait;
        background-position: -160px -112px;
    }

    /* ALERT ! */
    .SwitchTable.Alert > thead > tr > td, #InformationMessagesSearchResultTable.Alert > thead > tr > td {
        background-color: darkred;
    }
    .SwitchTable.Alert > tbody > tr > td, #InformationMessagesSearchResultTable.Alert > tbody > tr > td {
        color: darkred;
    }

    .ScrollableDiv
    {
        max-height: 200px;
        overflow-y: auto;
    }
   
    .SwitchTable.Alert .SwitchTableHeaderTitle {
        cursor: pointer;
    }

    .SwitchTable.Alert .SwitchTableHeaderTwisty {
        cursor: pointer;
        background-position: 0 -144px;
    }

    /* Success ! */
    .SwitchTable.Success > thead > tr > td {
        background-color: darkgreen;
    }

    .SwitchTable.Success > tbody > tr > td {
        color: darkgreen;
    }

    .SwitchTable.Success .SwitchTableHeaderTitle {
        cursor: pointer;
    }

    .SwitchTable.Success .SwitchTableHeaderTwisty{
        cursor: pointer;
        background-position: 0 -144px;
    }

    /* Warning ! */
    .SwitchTable.Warning > thead > tr > td {
        background-color: darkgoldenrod;
    }

    .SwitchTable.Warning > tbody > tr > td {
        color: darkgoldenrod;
    }

    .SwitchTable.Warning .SwitchTableHeaderTitle {
        cursor: pointer;
    }

    .SwitchTable.Warning .SwitchTableHeaderTwisty {
        cursor: pointer;
        background-position: 0 -144px;
    }

    /* Info ! */
    .SwitchTable.Info > thead > tr > td {
        background-color: forestgreen;
    }

    .SwitchTable.Info > tbody > tr > td {
    }

    .SwitchTable.Info .SwitchTableHeaderTitle {
        cursor: pointer;
    }

    .SwitchTable.Info .SwitchTableHeaderTwisty {
        cursor: pointer;
        background-position: -16px -144px;
    }

    /* NoAccess ! */
    .SwitchTable.NoAccess > thead > tr > td {
        background-color: darkgoldenrod;
    }

    .SwitchTable.NoAccess > tbody > tr > td {
    }

    .SwitchTable.NoAccess .SwitchTableHeaderTitle {
        cursor: not-allowed;
    }

    .SwitchTable.NoAccess .SwitchTableHeaderTwisty {
        cursor: not-allowed;
        background-position: 0px -128px;
    }

    /* NoData ! */
    .SwitchTable.NoData > thead > tr > td {
        background-color: #C0C0C0;
    }

    .SwitchTable.NoData > tbody > tr > td {
    }

    .SwitchTable.NoData .SwitchTableHeaderTitle {
        cursor: default;
    }

    .SwitchTable.NoData .SwitchTableHeaderTwisty {
        cursor: default;
        background-position: -80px -224px;
    }

/*#endregion*/
/*#region filetypes*/
.filetypepdf {
    width: 16px;
    height: 16px;
    background-image: url("images/pdf.png");
    display: block;
    float: left;
    margin-right: 10px;
}

.filetypexls, .filetypexlsx {
    width: 16px;
    height: 16px;
    background-image: url("images/xls.png");
    display: block;
    float: left;
    margin-right: 10px;
}

.filetypedoc, .filetypedocx {
    width: 16px;
    height: 16px;
    background-image: url("images/doc.png");
    display: block;
    float: left;
    margin-right: 10px;
}

.filetypeother {
    width: 16px;
    height: 16px;
    background-image: url("images/other.png");
    display: block;
    float: left;
    margin-right: 10px;
}

.filetypeOtherApplication {
    width: 16px;
    height: 16px;
    background-image: url("images/next.png");
    display: block;
    float: left;
    margin-right: 10px;
}

.strikethrough {
    text-decoration: line-through;
    font-style: italic;
}

.PgcAdminButtons, .DefaultButtonStyle {
    height: 24px;
    min-width: 220px;
    max-width: 75%;
    float: right;
}
.UploadAdminButtons, .DefaultButtonStyle {
    height: 24px;
    min-width: 220px;
    max-width: 75%;
}

.ui-autocomplete {
    max-height: 140px; /* per line 20 px*/
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index: 1000;
}
/*endregion*/

/* To force a left spacing of 15px instead of using empty columns on a table */
.marginLeft15px {
    margin-left: 15px;
}

/* Specifically related to the messageboard on the homepage and the contentadmin pages */
.WelcomePageAlertContent {
    padding: 10px;
    border: 1px solid black;
    margin-bottom: 20px;
}

.gvMessageOverview {
    width: 100%;
    table-layout: fixed;
}

    .gvMessageOverview td {
        word-wrap: break-word;
    }

/* Logo in the header section */
.sc-logo-section {
    float: left;
}

.sc-logo-link {
    float: left;
}

.sc-logo-image {
    height: 60px;
}

/*Css for the information messages*/
.displayFlex {
    display: flex;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

#tblstBasicSerialNumberInformation, #tblInformationMessages {
    width: 50%;
}

#tblInformationMessages {
    margin-left: 10px;
}

    #tblInformationMessages p {
        margin: 0;
    }

    #tblInformationMessages > tbody td {
        vertical-align: top;
        white-space: normal;
    }

        #tblInformationMessages > tbody td > div {
            overflow-y: auto;
            height: 240px;
        }

#informationMessageSearch {
    border-bottom: 1px solid lightgrey;
    margin-bottom: 20px;
}

#informationMessageContent {
    display: flex;
    flex-direction: column;
}

    #informationMessageContent > input {
        align-self: flex-end;
        margin-bottom: 10px;
    }

#InformationMessagesSearchResultTable td {
    white-space: normal;
}

#InformationMessagesSearchResultTable p {
    margin: 0;
}

.btnDeleteInformationMessage {
    cursor: pointer;
}

#PagingInformationMessage a, #PagingFeatureValues a, #PagingModels a, #PagingProductConfiguration a {
    cursor: pointer;
}

.ProdConfTable, #informationMessagesAddEditTable {
    table-layout: auto;
    width: 100%;
}

    #informationMessagesAddEditTable th, #informationMessagesAddEditTable td, #informationMessagesAddEditTable thead th, #informationMessagesAddEditTable tbody td, #informationMessagesAddEditTable tfoot td, #informationMessagesAddEditTable tfoot th {
        width: auto !important;
    }

    #informationMessagesAddEditTable tbody td {
        text-align: center;
    }

    #informationMessagesAddEditTable tbody tr > td:first-child {
        max-width: 200px;
    }

    #informationMessagesAddEditTable tbody td .ql-toolbar {
        text-align: start;
    }

    #informationMessagesAddEditTable tbody td .messageArea {
        min-height: 80px;
    }

    #informationMessagesAddEditTable tbody tr > td:last-child > div {
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }

        #informationMessagesAddEditTable tbody tr > td:last-child > div button {
            margin: 5px;
        }

.remainingChar {
    float: right;
}

.searchContainer {
    display: flex;
    align-items: baseline;
}

    .searchContainer label {
        width: 100px;
    }

    .searchContainer input {
        width: 200px;
        margin: 5px;
    }

.loadingscreen {
    text-align: center;
}

.selectedRowItem {
    background-color: #C0C0C0 !important;
    font-weight: bold !important;
}

.ProdConfTable td {
    width: 25%;
}

.ProdConfTable thead td a {
    color: white;
}

#sltFeatures {
    height: 24px;
}

.actionContainer {
    text-align: center;
}

    .actionContainer button {
        float: none;
        margin: auto;
    }

    .actionContainer a, .ffvDelete {
        cursor: pointer;
    }

.modelFeatureValueLimit {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .modelFeatureValueLimit > p {
        width: 30%;
    }

    .modelFeatureValueLimit .inputTag {
        width: 70%;
    }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

#productConfigruationSearchResultTable > thead > tr > td:first-child {
    width: 20px;
}

.collapsed, .unCollapsed {
    border: 1px solid black;
}

.unCollapsed {
    border-bottom: none;
}

.featureValueRow {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

#featureFeatureValuesContainer {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
}

    #featureFeatureValuesContainer .featureRow {
        display: flex;
        gap: 0.5rem;
        justify-content: space-between;
    }

        #featureFeatureValuesContainer .featureRow p, #featureFeatureValuesContainer .featureRow select {
            width: 190px;
        }

        #featureFeatureValuesContainer .featureRow p {
            text-align: start;
        }
.errorMessageContainer, .successMessageContainer, .warningMessageContainer {
    padding: 10px;
    border-radius: 10px;
}
.errorMessageContainer {
    background-color: #F8D7DA;
}
.successMessageContainer {
    background-color: #D4EDDA;
}

.warningMessageContainer {
    background-color: #F2D4A0;
}