﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html * {
/*    font-family: Assistant,sans-serif; */
/*    font-size: 15px; */
/*    font-weight: 800; */
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
/*    font-family: Assistant,sans-serif; */
    font-size: 15px;
/*    font-weight: 800; */
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;

/*    font-family: Assistant,sans-serif; */
    font-size: 15px;
/*    font-weight: 800; */
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


/* CSL added
-------------------------------------------------- */

.modbusaddr {
    /*    background-color: blue; */
    /* margin: 5px 0px; */
}

.modbusaddrVISUALONLY {
    /*    background-color: blue; */
    margin: 5px 0px;
}

.moduleIMEI {
    max-width: 300px;
    width: 300px;
}

.readlinesample {
    display: none;
}

.writelinesample {
    display: none;
}

.deletedInput {
    background-color: #DDDDDD;
}

.ma_button_orange {
    color: black;
    background-color: #F6A623;
    width: 100px;
    border: none;
    border-radius: 4px;
    margin-right: 16px;
    font-style: normal;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    line-height: 36px;
    box-shadow: 2px 2px 5px #aaaaaa;
}

.ma_button_indigo {
    color: white;
    background-color: #3f51b5;
}

.ma_button_wide {
    width: 200px;
}



.navbar-custom {
    /*    background-color: #3f51b5; */
    background-color: #25306c;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
/*    font-weight: 800; */
    line-height: 1.2;
}


.deletedLine {
    background-color: #dc3545 !important;
}


.deletedImage {
    border-style: solid;
    border-width: 10px;
    border-color: red;
}

.fwn {
    font-weight: normal;
}

.iconEnabled {
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
    font-size: 28px;
}

.iconDisabled {
    color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 28px;
}

.iconDEBUG {
    color: rgba(255, 0, 0, 0.54) !important;
    cursor: pointer;
    font-size: 28px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.table td, .table th {
    vertical-align: middle;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 75, 0, 130 */
.csl-bk-colour-indigo {
    background-color: indigo !important;
    border-color: indigo !important;
}

.csl-bk-colour-indigo:focus {
    box-shadow: 0 0 0 0.2rem rgba(75, 0, 130, 0.5) !important;
}

.csl-text-colour-indigo {
    color: indigo !important;
}

.csl-bk-colour-deeppink {
    background-color: deeppink !important;
    border-color: deeppink !important;
}

.csl-bk-colour-deeppink:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 20, 147, 0.5) !important;
}

.csl-text-colour-deeppink {
    color: deeppink !important;
}

.csl-bk-colour-darkpink {
    background-color: #B30E67 !important;
    border-color: #B30E67 !important;
}

.csl-bk-colour-darkpink:focus {
    box-shadow: 0 0 0 0.2rem rgba(139, 0, 139, 0.5) !important;
}

.csl-text-colour-darkpink {
    color: #B30E67 !important;
}


.csl-bk-colour-darkmagenta {
    background-color: darkmagenta !important;
    border-color: darkmagenta !important;
}

.csl-bk-colour-darkmagenta:focus {
    box-shadow: 0 0 0 0.2rem rgba(139, 0, 139, 0.5) !important;
}

.csl-text-colour-darkmagenta {
    color: darkmagenta !important;
}






.csl-bk-colour-lightseagreen {
    background-color: lightseagreen !important;
    border-color: lightseagreen !important;
}

.csl-bk-colour-lightseagreen:focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 178, 170, 0.5) !important;
}

.csl-text-colour-lightseagreen {
    color: lightseagreen !important;
}


.csl-bk-colour-darkorchid {
    background-color: darkorchid !important;
    border-color: darkorchid !important;
}

.csl-bk-colour-darkorchid:focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 50, 204, 0.5) !important;
}

.csl-text-colour-darkorchid {
    color: darkorchid !important;
}


.csl-bk-colour-blue {
    background-color: blue !important;
    border-color: blue !important;
}

.csl-bk-colour-blue:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 255, 0.5) !important;
}

.csl-text-colour-blue {
    color: blue !important;
}


.csl-bk-colour-green {
    background-color: green !important;
    border-color: green !important;
}

.csl-bk-colour-green:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 255, 0, 0.5) !important;
}

.csl-text-colour-green {
    color: green !important;
}


.csl-bk-colour-cornflowerblue {
    background-color: cornflowerblue !important;
    border-color: cornflowerblue !important;
}

.csl-bk-colour-cornflowerblue:focus {
    box-shadow: 0 0 0 0.2rem rgba(100, 149, 237, 0.5) !important;
}

.csl-text-colour-cornflowerblue {
    color: cornflowerblue !important;
}


.csl-bk-colour-teal {
    background-color: teal !important;
    border-color: teal !important;
}

.csl-bk-colour-teal:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.5) !important;
}

.csl-text-colour-teal {
    color: teal !important;
}


.csl-bk-colour-drabgreen {
    background-color: rgb(60, 179, 113) !important;
    border-color: rgb(60, 179, 113) !important;
}

.csl-bk-colour-drabgreen:focus {
    box-shadow: 0 0 0 0.2rem rgba(60, 179, 113, 0.5) !important;
}

.csl-text-colour-drabgreen {
    color: rgb(60, 179, 113) !important;
}


.csl-bk-colour-drabblue {
    background-color: #054a91 !important;
    border-color: #054a91 !important;
}

.csl-bk-colour-drabblue:focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 178, 170, 0.5) !important;
}

.csl-text-colour-drabblue {
    color: #054a91 !important;
}

.csl-expansion-icon {
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
    font-size: 16px !important;
}

.csl-expansion-icon-white {
    color: rgba(255, 255, 255, 1.00);
    cursor: pointer;
    font-size: 16px !important;
}


.csl-table-background-1 {
    background-color: #CFFFFF;
}

.csl-table-background-2 {
    background-color: #C3FFE8;
}

.csl-table-background-1b {
    background-color: #FDD7E4;
    /*background-color: #F0D7EC;*/
}

.csl-table-background-2b {
    background-color: #FFDFDD;
    /*background-color: #D795CD;*/
}

.csl-table-striped-invisible-element {
    background: white;
    border-style: hidden;
}

.csl-readonly-style {
    background-color: #e9ecef;
}

.csl-readonly-style-ex {
    background-color: #dadfe4
}

.csl-select-warning-1 {
    background-color: #890000;
    color: white;
}

.csl-select-warning-2 {
    background-color: #620000;
    color: white;
}

    /*
.tableheadsticky {
    background-color: white;
    position: sticky;
    z-index: 100;
    top: 0;
}
*/
    .csl-table-sticky-column-heading {
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 1;
}

.csl-invalid-entry {
    border: 2px solid red;
}



input.pw {
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}


/* purple
.csl-report-heading-year {
    color: white;
    background-color: #49007C;
}

.csl-report-heading-quarter {
    color: white;
    background-color: #710AA4;
}

.csl-report-heading-month {
    color: white;
    background-color: #8F28C2;
}

.csl-report-heading-week {
    color: white;
    background-color: #A33CD6;
}

.csl-report-heading-day {
    color: white;
    background-color: #B750EA;
}
*/

/* purple red
.csl-report-heading-year {
    color: white;
    background-color: #49007C;
}

.csl-report-heading-quarter {
    color: white;
    background-color: #8F28C2;
}

.csl-report-heading-month {
    color: white;
    background-color: #CC33CC;
}

.csl-report-heading-week {
    color: white;
    background-color: #CC3380;
}

.csl-report-heading-day {
    color: white;
    background-color: #CC3333;
}
*/

/* mix
.csl-report-heading-year {
    color: white;
    background-color: #49007C;
    opacity: 0.8;
}

.csl-report-heading-quarter {
    color: white;
    background-color: #710AA4;
    opacity: 0.8;
}

.csl-report-heading-month {
    color: white;
    background-color: #8F28C2;
    opacity: 0.8;
}

.csl-report-heading-week {
    color: white;
    background-color: #CC3399;
    opacity: 0.8;
}

.csl-report-heading-day {
    color: white;
    background-color: #CC3333;
    opacity: 0.8;
}
*/

.csl-report-heading-year {
    color: white;
    background-color: #3333CC;
}

.csl-report-heading-quarter {
    color: white;
    background-color: #3366CC;
}

.csl-report-heading-month {
    color: white;
    background-color: #3388CC;
}

.csl-report-heading-week {
    color: white;
    background-color: #33A3CC;
}

.csl-report-heading-day {
    color: white;
/*    background-color: #33CCB3; */
    background-color: #33BFCC;
}


.csl-report-heading-year-minmax {
    color: white;
    background-color: #8d0a9d;
}

.csl-report-heading-quarter-minmax {
    color: white;
    background-color: #9c0fbf;
}

.csl-report-heading-month-minmax {
    color: white;
    background-color: #9e36d2;
}

.csl-report-heading-week-minmax {
    color: white;
    background-color: #a953dd;
}

.csl-report-heading-day-minmax {
    color: white;
    background-color: #ca69e3;
}

.csl-widget-event-list-heading-day {
    color: white;
    background-color: #054a91;
}

.csl-widget-event-list-heading-week {
    color: white;
    /*    background-color: #0767ca; */
    /* background-color: #065db7; */
    background-color: #04376b;
}

.csl-widget-event-list-heading-month {
    color: white;
    /*    background-color: #1584f7; */
    /* background-color: #0871dd; */
    background-color: #022345;
}


.cslDropTarget {
    background-color: grey !important;
}

.clearfix {
    clear: both;
    font-size: 1px;
}

.motd {
    text-align: center;
    color:white;
    background-color:darkcyan;
}

/* doesn't work on ff
::-webkit-resizer {
    display: none;
}
*/

.widget {
    position: absolute;
    z-index: 10;
    background-color: white;
    /* border: 1px solid #d3d3d3; */
    /* text-align: center; */
    border-radius: 0.5em;
    box-shadow: lightgray 2px 2px 10px;
    /*    resize: both;
    overflow: auto; */
}

.widget-body {
    resize: both;
    overflow: auto;
/*background-color: red; */
/*    scrollbar-width: none; */
}

widget-configure {
}

/*
.widget-placeholder {
    position: absolute;
    z-index: 5;
    background-color: #F9F9F9;
    border-radius: 0.5em;
    overflow: auto;
}

.widget-tab-active {
    background-color: #F9F9F9 !important;
    border-bottom-color: #F9F9F9 !important;
}

.widget-placeholder-visible {
    background-color: #E8E8E8;
}
*/
.widget-placeholder {
    position: absolute;
    z-index: 5;
    background-color: #e9ecef;
    border-radius: 0.5em;
    overflow: auto;
}

.widget-tab-active {
    background-color: #e9ecef !important;
    border-bottom-color: #e9ecef !important;
    border-top-color: #ced4da !important;
    border-left-color: #ced4da !important;
    border-right-color: #ced4da !important;
}

.widget-placeholder-visible {
    background-color: white;
}

.widget-on-tour {
    z-index: 20;
/*    background-color: red !important; */
    opacity: 0.8;
}

.widget-header {
    /*    padding-left: 10px; */
    /*    cursor: move; */
    /*    z-index: 10; */
    /*background-color: #3333CC; */
    color: #000;
}


.tab-container-overrun {
    z-index: -1;
    position: absolute;
    box-shadow: 0 -1px 0 #dee2e6;
}

.csl-context-menu {
    position: absolute;
    background-color: white;
    border-radius: 0.5em;
    box-shadow: lightgray 2px 2px 10px;
    z-index: 999;
}

.csl-table-compact {
    /*background-color: red !important;*/
    line-height: 0.8;
}


.clsWidgetCanvas {
    padding-top: 0px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

/*
.clsWidgetHeader {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
*/

.clsWidgetTitle {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



/*
.csl-tab-nav-link {
    border-bottom-color: red !important;
}
*/


/*
#mydiv1 {
    position: absolute;
    z-index: 9;
    border: 1px solid #d3d3d3;

        background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    text-align: center;

}

#mydivheader1 {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #2196F3;
    color: #fff;
}
*/



/* Remove default bullets */
#myUL {
    list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#myUL {
    margin: 0;
    padding: 0;
}

.csl-admin-tree {
    list-style-type: none;
}

.organisationClicked {
    cursor: pointer;
}

contract_tree_element {
    cursor: pointer;
}

contract_tree_element {
    cursor: pointer;
}

.administrationTreeIcon {
    cursor: default;
    color: rgba(0, 0, 0, 0.54);
    vertical-align: bottom;
}

.bootstrapselect-multiple {
    /*border: 1px solid #ced4da;*/
}

.bootstrapselect-multiple-button {
    color: white !important;
    border: 1px solid #ced4da !important;
}

.bootstrapselect-multiple-button-filter-option-inner-inner {
    color: #495057; /* from form-control */
}

option:disabled {
    color: lightgray;
}


#ModuleTable td {
    padding-top: 0.3em;
    padding-bottom: 0em;
}


/*
table thead tr th {
    // you could also change td instead th depending your html code
    background-color: green;
    position: sticky;
    z-index: 100;
    top: 0;
}
*/

/* Style the caret/arrow */
/*.caret {
    cursor: pointer;
    user-select: none;*/ /* Prevent text selection */
/*}*/


    /* Create the caret/arrow with a unicode, and style it */
/*
    .caret::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }
*/

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
/*.caret-down222::before {
    transform: rotate(90deg);
}*/

/* Hide the nested list */
/*.nested222 {
    display: none;
}*/

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
/*.active222 {
    display: block;
}

.csl-admin-tree {
    list-style-type: none;

}


.tree {
    --spacing: 1.5rem;
    --radius: 10px;
}

.tree li {
    display: block;
    position: relative;
    padding-left: calc(2 * var(--spacing) - var(--radius) - 2px);
}

.tree ul {
    margin-left: calc(var(--radius) - var(--spacing));
    padding-left: 0;
}

.tree ul li {
    border-left: 2px solid #ddd;
}

.tree ul li:last-child {
    border-color: transparent;
}

.tree ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(var(--spacing) / -2);
    left: -2px;
    width: calc(var(--spacing) + 2px);
    height: calc(var(--spacing) + 1px);
    border: solid #ddd;
    border-width: 0 0 2px 2px;
}

.tree summary {
    display: block;
    cursor: pointer;
}

.tree summary::marker,
.tree summary::-webkit-details-marker {
    display: none;
}

.tree summary:focus {
    outline: none;
}

.tree summary:focus-visible {
    outline: 1px dotted #000;
}

.tree li::after,
.tree summary::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(var(--spacing) / 2 - var(--radius));
    left: calc(var(--spacing) - var(--radius) - 1px);
    width: calc(2 * var(--radius));
    height: calc(2 * var(--radius));
    border-radius: 50%;
    background: #ddd;
}

    .tree summary::before {
        z-index: 1;
        background: #696 url('https://iamkate.com/code/tree-views/expand-collapse.svg') 0 0;
    }

.tree details[open] > summary::before {
    background-position: calc(-2 * var(--radius)) 0;
}


.TESTLIST1 li::before {
    content: 'arrow_left';
    font-family: 'Material Icons';
}*/

