:root {
    --primary: #1a8fcc;/*#F6A821*/
    --primary-dark: #156e9e;
    --primary-darker: #0f4e71;
    --primary-light: #34a7e5;
    --primary-lighter: #61baea;
    --secondary: #add525;
    --secondary-dark: #8cad1f;
    --secondary-darker: #698217;
    --secondary-light: #b7dd3c;
    --secondary-lighter: #c7e467;
    --secondary-ds: rgba(199, 228, 103, 0.25);
    --dialog-back: #111111;/*444444*/
    --field-back: #535353;
    --dropdown-back: #111111;
    --dropdown-control: #333333;
    --modal-header: #222;
    --modal-back: #000;
    --main-font-size: 12px;
    --heading-font-size: 14px;
    --main-font-color: #FFF;
    --status-pending: #888;
    --status-success: #add525;/*#28a745*/
    --status-warning: #ffc107;
    --status-danger: #990000;
    --status-error: #990000;
    --status-fail: #990000;
    --component-background: #222;
    --noise-data:  #add525;
    --vib-data: #1a8fcc;
    --aq-data: #F6A821;
    --met-data: #9966ff;
    --marker-selected: #888;
    --syntax-field-color: #7abee6;
    --syntax-value-color: #ffc107;
    --syntax-number-color: #add525;
    --syntax-bool-color: #0f4e71;
    --syntax-null-color: #9966ff;
    --paid: #28a745;
    --unpaid: #990000;
}


body {
  background-color: rgb(243,243,244);
  font-family: 'MuseoSans-500', sans-serif;
  font-size: var(--main-font-size);
  color: #FFF;
  background-color: #000;
}

a {
  color: var(--primary) !important;
}

a.jstree-anchor {
  color: #FFF !important;
}

.data-type-noise
{
    background-color: var(--noise-data);
}

.data-type-vib
{
    background-color: var(--vib-data);
}

.data-type-aq
{
    background-color: var(--aq-data);
}

.data-type-met
{
    background-color: var(--met-data);
}

.data-type-1
{
    background-color: var(--noise-data);
}

.data-type-2
{
    background-color: var(--vib-data);
}

.data-type-3
{
    background-color: var(--aq-data);
}

.data-type-4
{
    background-color: var(--met-data);
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.unhittable {
    pointer-events: none;
}


#dropzone {
    text-align: center;
    width: 300px;
    height: 100px;
    margin: 10px;
    padding: 10px;
    border: 4px dashed red;
    border-radius: 10px;
  }
  
#boxtitle {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: black;
    font: bold 2em "MuseoSans-500", sans-serif;
    width: 300px;
    height: 100px;
}

.lm_header .lm_tab {
    font-family: "MuseoSans-300";
    font-size: var(--main-font-size);
}

.dash-select
{
    margin-left:5px;
    display: inline-block;
    margin-bottom:10px;
}

.dash-select i
{
    line-height: 1;
    margin: 0px;
    padding: 0px;
}

.full-width
{
    width: 100%;
}

.dash-select.full-width .select-wrapper
{
    width: calc(100% - 150px);
}

.dash-select-label-wrap
{
    width: 130px;
    display: inline-block;
}

.dash-select img
{
    width:20px;
    height:20px;
    display:inline;
}

.dash-select p
{
    height:25px;
    display:inline-block;
    font-family: "Museo-700";
    color: var(--primary);
    font-size: var(--main-font-size);
    margin-left: 5px;
    margin-right: 5px;
    width: 70px;
    margin-bottom: 0px;
    vertical-align: text-top;
}

.dash-select.no-icon p
{
    width: 90px;
}

.dash-select.auto-width p
{
    width: auto;
}

.dash-select.secondary p
{
    color: var(--secondary);
}

.dash-select.secondary .caret
{
    color: var(--secondary);
}

.dash-select > .select-wrapper
{
    /*width:300px;*/
    display:inline-block;
    font-family: "MuseoSans-500";
    color: #FFF;
    font-size: var(--main-font-size);
    margin-left:5px;
}

.upload-controls.dash-select > .select-wrapper
{
    width:300px;
}

.dash-select .select-dropdown
{
    padding:0px !important;
    background-color: var(--dialog-back);
    font-size: var(--main-font-size) !important;
    margin: 0px !important;
    color: #FFF !important;  

    display: block;
    position: relative;
    top: 2px;
}

.dash-select.index-select > .select-wrapper
{
    width: 120px;
}

.dash-select.weighting-select > .select-wrapper
{
    width: 40px;
}

.dash-select.band-type-select > .select-wrapper
{
    width: 80px;
}

.dash-select.band-select > .select-wrapper
{
    width: 60px;
}

.dash-select.grouping-select > .select-wrapper
{
    width: 250px;
}

.dash-select.data-type-select > .select-wrapper
{
    width: 150px;
}

.dash-select.data-type-select > p
{
    width: 140px;
}

.dash-select.view-type-select > .select-wrapper
{
    width: 150px;
}

.dash-select.separate-type-select > .select-wrapper
{
    width: 40px;
}

.dash-select.grouping-duration-select > .select-wrapper
{
    width: 150px;
}

.dash-select.grouping-duration-select > p
{
    width: 140px;
}

.dash-select.time-profile-select > .select-wrapper
{
    width: 150px;
}

.dash-select.time-profile-select > p
{
    width: 140px;
}

.dash-select.measurement-include-select > .select-wrapper
{
    width: 150px;
}

.dash-select.measurement-include-select > p
{
    width: 140px;
}

.dash-select.wrap-type-select > .select-wrapper
{
    width: 80px;
}

.dash-select.partial-type-select > .select-wrapper
{
    width: 40px;
}

.dash-select.measurement-duration-select > .select-wrapper
{
    width: 80px;
}

.dash-select.measurement-period-select > .select-wrapper
{
    width: 100px;
}


.dash-select .select-wrapper span.caret
{
    top: 5px; 
}

.dash-select.color-select > .color-wrapper
{
    width: 40px;
    height: 20px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-left: 5px;
    border: 1px solid #888;
    display: inline-block;
    /*top: 5px;*/
    vertical-align: top;
}

.dash-select.color-select > .color-wrapper > input
{
    border: 0;
    padding: 0;
    width: 200%;
    height: 200%;
    cursor: pointer;
    transform: translate(-25%, -25%);
}

.dash-select.grouping-n-value > input
{
    width: 70px !important;
}

.dash-select.analysis-decimal-places > input
{
    width: 40px !important;
}

.dropdown-content 
{
    /*padding:0px !important;*/
    background-color: var(--dialog-back) !important;
    font-size: var(--main-font-size) !important;
    /*margin: 0px !important;*/
    color: #FFF !important;  
}

.dropdown-item
{
    padding: 2px 15px;
    color: #FFF  !important
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #FFF;
  text-decoration: none;
  background-color: var(--primary);
}

.dash-select input.select-dropdown
{
    /*height: 30px;*/
}

.dash-select .caret
{
    top: 0.5rem;
}

.dash-select li > a, .dash-select li > span
{
    color:#FFF;
    padding:0px;
    font-size: 12px;
}

.dash-select li:hover,
.dash-select span:hover,
.dash-select li.active
{
    background-color: var(--primary-dark)  !important;
}

.dash-select .bootstrap-datetimepicker-widget li:hover,
.dash-select .bootstrap-datetimepicker-widget span:hover,
.dash-select .bootstrap-datetimepicker-widget li.active
{
    background-color: rgba(0,0,0,0) !important;
}

.dash-select .search-wrap
{
    margin: 0px !important;
    padding: 0px;
}

.dash-select .md-form
{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.dash-select .search
{
    font-size: var(--main-font-size);
    padding: 5px !important;
    width: calc(100% - 20px) !important;
}

.dash-select input
{
    display: inline-block;
    background-color: rgba(0,0,0,0);
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    padding: 0px;
    margin-left: 5px;
    height: 25px;
    font-size: var(--main-font-size);

}

.dash-select input:focus
{
    display: inline-block;
    background-color: rgba(0,0,0,0);
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    padding: 0px;
    margin-left: 5px;
    /*height: 25px;*/
    box-shadow: none;
}

.dash-select .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: var(--main-font-size);
}

.chart-legend
{
    float: right;
    margin-top: 10px;
    margin-right: 5px;
    height: 20px;
}

.chart-legend p
{
    position: relative;
    top: 2px;
}

.data-table
{
    margin: 20px;
}

.data-table th,
.data-table td
{
    color:#FFF;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.data-table .data-column
{
    text-align: center;
}

.modal-header
{
    background-color: var(--modal-header);
    padding: 10px !important;
    margin: -20px 20px -20px 20px !important;
    display: inline-block;
    text-align: left !important;
    cursor: pointer;
    border-radius: 10px !important;
}

.landing-modal-header
{
    background-color: var(--modal-header);
    padding: 5px !important;
    margin-bottom: -20px !important;
}

.forgot-modal-header
{
    background-color: var(--modal-header);
    border-radius: .25rem;
    margin-bottom: -10px !important;
    width: 90%;
    text-align: center;
    margin-left: 5%;
    color: var(--primary);
}

.modal-header-text
{
    color: #FFF;
    font-size: var(--heading-font-size);
    font-family: "MuseoSans-300";
    margin-left: 10px;
    position: relative;
    top: 3px;
}

.modal-pre-close-content
{
    display: inline;
}

.modal-header .close-button
{
    padding: 0px;
    margin: 0px;
    float:right;
}

.modal-header img
{
    width: 20px;
    height: 20px;
}

.modal-header-icon
{
    width: 20px;
    height: 20px;
    display: inline;
}

.modal-content
{
    background-color: var(--modal-back);
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.modal-content p
{
    padding: 5px 20px 0px;
    color: #FFF;
    font-size: 14px;
    margin-bottom: 5px;
}

.modal-select
{
  margin-left: 2.5rem;
}

.landing-card
{
    background-color: var(--modal-back) !important;
    margin-top: 0px !important;
    padding: 0px;
    padding-top: 30px;
    /*border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;*/
    border-radius: 20px;
}

.landing-card .card-footerfooter
{
    display: block;
    text-align: center;
    background-color: var(--modal-header);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top: 1px solid #dee2e6;
}

.modal-body
{
    margin-top:20px;
}

.modal-dialog.cascading-modal .modal-body
{
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-footer
{
    display: block;
    text-align: center;
    padding: 0px;
    background-color: var(--modal-header);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.form-icon
{
    width: 20px;
    height: 20px;
    margin-left: 10px;
    display: inline;
}


input
{
    color: var(--main-font-color) !important;
}

.form-button
{
    background-color: var(--primary-dark); 
}

.md-form label
{
    font-family: "MuseoSans-300";
}

/*Fonts*/

.Museo700 {
	font-family: "Museo-700";
}

.MuseoSans500 {
	font-family: "MuseoSans-500";
}

.MuseoSans500Italics {
	font-family: "MuseoSans-500-Italic";
}

.MuseoSans700 {
	font-family: "MuseoSans-700";
}

.md-tabs .nav-item.open .nav-link, .md-tabs .nav-link.active {
  background-color: rgba(255, 255, 255, .1) !important;
}

.primary-colors
{
    border: 2px solid var(--primary) !important;
    background-color: var(--primary) !important;
}

.form-check-input[type="checkbox"].filled-in:checked + label::after, label.btn input[type="checkbox"].filled-in:checked + label::after {
    border: 2px solid var(--primary) !important;
    background-color: var(--primary) !important;
}

.md-form
{
    margin-top: 1rem !important;
}

.nav-justified .nav-item {
  line-height: 2.5 !important;
}

.f-modal-alert .f-modal-icon.f-modal-success::after, .f-modal-alert .f-modal-icon.f-modal-error::after, .f-modal-alert .f-modal-icon.f-modal-success::before, .f-modal-alert .f-modal-icon.f-modal-error::before {
    background-color: var(--modal-back) !important;
}

.f-modal-alert .f-modal-icon.f-modal-success .f-modal-fix, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-fix {
    background-color: var(--modal-back) !important;
}

.system-version
{
    color: #888;
    font-family: "MuseoSans-300";
    margin-top: -10px;
}

.section-main-title
{
    margin: 10px;
    border-bottom: 2px solid var(--primary);
    padding-bottom: 2px;
    display: inline-block;
    padding-right: 100px;
}

.section-main-title div
{
    display: inline-block;
    vertical-align: -moz-middle-with-baseline;
    color: var(--main-font-color);
    font-size: 16px;
    font-family: "MuseoSans-500";
}

.section-main-title img
{
    height: 20px;
    display: inline-block;
    margin-right: 12px;
}

.section-dividing-title
{
    margin: 10px;
    padding-bottom: 2px;
    display: inline-block;

    background-color: #333;
    width: 100%;
    margin-left: 0px;
    padding-left: 10px;
}

.section-dividing-title div
{
    display: inline-block;
    vertical-align: -moz-middle-with-baseline;
    color: var(--main-font-color);
    font-size: 16px;
    font-family: "MuseoSans-500";
}

.section-dividing-title img
{
    height: 20px;
    display: inline-block;
    margin-right: 12px;
}


.section-title
{
    padding-left: 10px;
    color: var(--main-font-color);
    font-size: 16px;
    font-family: "MuseoSans-500";
}

.section-text
{
    padding-left: 10px;
    color: #CCC;
    font-size: 14px;
    font-family: "MuseoSans-300";
}

.data-key-field
{ 
    color: var(--syntax-field-color);
    font-size: 14px;
    font-family: "Consolas","Monaco", monospace;
}

.data-key-value
{
    color: var(--syntax-value-color);
    font-size: 14px;
    font-family: "Consolas","Monaco", monospace;
}

.data-key-help
{ 
    color: var(--syntax-field-color);
    font-size: 18px;
    font-family: "Consolas","Monaco", monospace;
    margin-bottom: 10px;
    display: inline-block;
}

.data-key-help-type
{ 
    color: var(--syntax-number-color);
    font-size: 18px;
    font-family: "Consolas","Monaco", monospace;
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 20px;
}

.data-key-help-required
{ 
    color: #dc3545;
    font-size: 18px;
    font-family: "Consolas","Monaco", monospace;
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 20px;
}

.data-key-help-optional
{ 
    color: var(--syntax-value-color);
    font-size: 18px;
    font-family: "Consolas","Monaco", monospace;
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 20px;
}


.data-value-help
{ 
    color: var(--syntax-value-color);
    font-size: 18px;
    font-family: "Consolas","Monaco", monospace;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    background: #333;
    border-radius: 5px;
}

.section-detail
{
    margin: 10px;
    /*border-bottom: 2px solid var(--primary);*/
    padding-bottom: 2px;
    /*display: inline-block;*/
    /*padding-right: 100px;*/
}

.section-detail.first-detail
{
    border-top: 1px solid var(--primary);
    padding-top: 5px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.section-detail.detail-group
{
    margin-top:0px;
    margin-bottom: 0px;
}

.section-detail .detail-label
{
    display: inline-block;
    vertical-align: -moz-middle-with-baseline;
    color: #CCC;
    font-size: 14px;
    font-family: "MuseoSans-300";
    width:150px;
}

.section-detail .detail-value
{
    display: inline-block;
    vertical-align: -moz-middle-with-baseline;
    color: var(--main-font-color);
    font-size: 14px;
    font-family: "MuseoSans-300";
}

.section-detail img
{
    height: 14px;
    width: 14px;
    display: inline-block;
    margin-right: 5px;
}


.section-values
{
    margin-left: 10px;
    border-top: 1px solid #888;
    margin-top: 2px;
    padding-bottom: 3px;
}



.syslog-icon
{
    height: 15px;
    display: inline-block;
    margin-right: 10px;
}

.sys-log-heading
{
    /*margin: 10px;
    border-bottom: 1px solid #FFF;
    padding-right: 100px;
    padding-bottom: 2px;
    display: inline-block;*/
}

.sys-log-heading div
{
    display: inline-block;
    vertical-align: -moz-middle-with-baseline;
    color: var(--main-font-color);
    font-size: 15px;
    font-family: "MuseoSans-500";
}

.sys-log-heading img
{
    height: 15px;
    display: inline-block;
    margin-right: 10px;
}

.sys-log-admin
{
    color: #dc3545;
}

/*Tables*/

table.table td, table.table th
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
}

.table td, .table th 
{
    border: none;
}

.table td 
{
    color: var(--main-font-color);
    font-family: "MuseoSans-300";
}

.table-striped tbody tr:nth-of-type(2n+1) 
{
    background-color: rgba(255,255,255,.05);
}

.table-icon
{
    height: 20px;
    padding-left:3px;
    padding-right:3px;
}


.table-column-heading
{
    /*margin: 10px;
    border-bottom: 1px solid #FFF;
    padding-right: 100px;
    padding-bottom: 2px;
    display: inline-block;*/
    white-space: nowrap;
}

.table-column-heading div
{
    display: inline-block;
    vertical-align: -moz-middle-with-baseline;
    color: var(--main-font-color);
    font-size: 15px;
    font-family: "MuseoSans-500";
}

.table-column-heading img
{
    height: 15px;
    display: inline-block;
    margin-right: 10px;
}

.bootstrap-table.fullscreen 
{
    background-color: var(--component-background);
    padding: 10px;
}

.pagination .page-item.active .page-link 
{
    background-color: var(--secondary) !important;
    color: #FFF !important;
}

.page-link
{
    color: var(--secondary) !important;
}

/*Buttons*/

.btn
{
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.modal-button
{
    background-color: var(--modal-header);
    padding-top: 3px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;

    border-radius: 5px;
    border: 1px solid var(--primary);
    margin-top:10px;
    margin-bottom:10px;
}

.modal-button-label
{
    color: #FFF;
    font-size: var(--heading-font-size);
    font-family: "Museo-700";
    position: relative;
    top: 2px;
}

.modal-button-icon
{
    width: 20px;
    height: 20px;
    margin-left:5px;
}

.round-button
{
    border-radius: 5px;
    border: 1px #FFF;
    background: rgba(255,255,255,0.15);
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.round-button-small
{
    margin: 0px;
    margin-right:3px;
    border-radius: 2px;
    padding: 5px;
    line-height: 1;
}

.round-button div
{
    display: inline-block;
    vertical-align: -moz-middle-with-baseline;
    color: var(--main-font-color);
    font-size: 15px;
    font-family: "MuseoSans-500";
}

.round-button-small div
{
    line-height: 1;
    font-size: 12px;
}

.round-button span
{
    margin-left:5px;
}

.round-button img
{
    height: 15px;
    display: inline-block;
    margin-right: 10px;
}

.round-button-small img
{
    width: 14px;
    height: 14px;
    display: inline-block;
    /*position: relative;
    top: -1px;*/
    margin-right: 2px;
}


.modal-footer .round-button
{
    background-color: #000;
}


/*Console*/

.console-entry
{
    height:25px;
    width:100%;
}

.console-entry:nth-of-type(2n+1) 
{
    background-color: rgba(255,255,255,.05);
}

.console-entry .status-indicator
{
    pointer-events: none; 
    display: inline-block;
    vertical-align: middle;
    width:16px; 
    height:16px; 
    border-radius:50%; border: 1px solid #333;
    margin-left: 5px;
}

.console-entry .anim-status-indicator
{
    pointer-events: none; 
    margin-left: 5px;
    position: relative;
    top: 4px;
}

.console-entry .time-indicator
{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #888;
    margin-left: 10px;
    font-family: "Consolas","Monaco", monospace;
}

.console-entry .summary-text
{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: var(--main-font-color);
    margin-left: 10px;
    font-family: "Consolas","Monaco", monospace;
}

.status-pending
{
    background-color: var(--status-pending) !important;
}

.status-success
{
    background-color: var(--status-success) !important;
}

.status-warning
{
    background-color: var(--status-warning) !important;
}

.status-error
{
    background-color: var(--status-error) !important;
}

.status-danger
{
    background-color: var(--status-danger) !important;
}

.status-fail
{
    background-color: var(--status-fail) !important;
}

/*Controls*/
.search-input.form-control 
{
    padding: 0px;
    padding-left: 5px;
    background-color: rgba(255,255,255,0.05) !important;
    border: none;
    font-family: "MuseoSans-300";
    /*
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #222;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    */
}

.search-input.form-control:active 
{
    background-color: rgba(255,255,255,0.05) !important;
}

.search-input.form-control:focus 
{
    border-color: var(--secondary-lighter) !important;
    box-shadow: 0 0 0 .2rem var(--secondary-ds) !important;
}


.bootstrap-table .fixed-table-toolbar .bs-bars, .bootstrap-table .fixed-table-toolbar .search, .bootstrap-table .fixed-table-toolbar .columns 
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.search-input
{
    height: 30px;
}

.dropdown-menu 
{
    background-color: var(--dropdown-back);
    color: #FFF !important;
}

.dropdown-control
{
    background-color: var(--dropdown-control);
    color: #FFF !important;
    padding: 5px;
    margin: 5px;
}

.form-check 
{
    padding-left: 3px;
    padding-right: 8px;
    margin-left: 36px;
    margin-bottom: 20px;
}

.form-check-label
{
    font-size: 16px;
    color: #FFF;
    font-family: "MuseoSans-300";
    line-height: 1.3 !important;
}

.form-check-input[type="checkbox"] + label::before, .form-check-input[type="checkbox"]:not(.filled-in) + label::after, label.btn input[type="checkbox"] + label::before, label.btn input[type="checkbox"]:not(.filled-in) + label::after {
    top: 5px;
}

.dash-select .form-check-input[type="checkbox"] + label::before, .form-check-input[type="checkbox"]:not(.filled-in) + label::after, label.btn input[type="checkbox"] + label::before, label.btn input[type="checkbox"]:not(.filled-in) + label::after 
{
    top: 2px;/*12px*/
}

.dash-select .select-toggle-all label
{
    top: 2px;/*12px*/
}

.dash-select .select-toggle-all
{
    height: 26px;
}

.dash-select .select-toggle-all .form-check-input[type="checkbox"] + label::before, .form-check-input[type="checkbox"]:not(.filled-in) + label::after, label.btn input[type="checkbox"] + label::before, label.btn input[type="checkbox"]:not(.filled-in) + label::after 
{
    top: 0px;
}

.form-check-input[type="checkbox"]:checked + label::before, label.btn input[type="checkbox"]:checked + label::before 
{
    top: -2px;/*12px*/
}

.form-check.bstable .table-column-heading
{
    margin-left: 10px;
}

/*Misc*/
.dot {
  height: 15px;
  width: 15px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-top: 5px;
}

/*Styling*/
.system-log-table
{
    border: none; 
    font-family: Consolas,monaco,monospace !important; 
    color:#FFF; 
    background-color: #000;
}

.system-log-table td
{ 
    font-family: Consolas,monaco,monospace !important; 
}



.leaflet-control-attribution.leaflet-control span
{
    display: none !important;
}

.dropdown-primary .dropdown-content li a, .dropdown-primary .dropdown-content li span:hover, .dropdown-primary .dropdown-content li.active 
{
    background-color: var(--primary-darker) !important;
}

.dropdown-content li > a, .dropdown-content li > span 
{
    color: #FFF !important;
    padding-left: 5px;
    line-height: 1.5rem;
}

.modal-feedback-text
{
    color: #FFF !important;
}

.md-textarea
{
    padding-top: 15px !important;
    color: #FFF !important;
    font-family: "MuseoSans-300" !important;
    overflow-y: auto !important;
}

.ribbon-button.active
{
    background-color: rgba(255,255,255,0.15);
}

.table 
{
    color: #FFF !important;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover 
{
    background-color: var(--primary) !important;
}

.bootstrap-datetimepicker-widget table td.today::before 
{
    border-bottom-color: var(--primary) !important;
}

.md-form .form-control 
{
  padding-bottom: 0px !important;
  padding-top: 15px !important;
}

.select-wrapper input.select-dropdown 
{
    /*height: 25px;*/
    /*padding-top: 14px;*/
    
    margin-bottom: 0px !important;
    height: unset;
    line-height: 1.5;
    margin-top: 5px;
}

.select-wrapper + label.mdb-main-label 
{
    top: 0px;
    left: 0px;
}

.select-wrapper + label.active 
{
    transform: translateY(-8px);
}

.select-wrapper input.select-dropdown, .select-wrapper span.caret 
{
    color: var(--primary);
}

#mapViewSelectWrapDiv .select-wrapper input.select-dropdown
{
    margin-bottom: 0px !important;
}

.select-wrapper span.caret 
{
    right: 5px;
    /*top: 18px;*/
    padding-top: 5px;
}

.jstree-default-dark .jstree-clicked 
{
    background: #555;
}
/*Icons*/

.fa
{
    width: 18px;
    height: 18px;
}

.fa path
{
    fill: #FFF;
}

.fal
{
    width: 18px;
    height: 18px;
}

.fa-caret-square-down
{
    content:url(..//img//icons//dark//caret-down.svg);
} 

.fa-caret-square-up
{
    content:url(..//img//icons//dark//caret-up.svg);
} 

.fa-sync
{
    content:url(..//img//icons//dark//sync-alt.svg);
} 

.fa-toggle-off
{
    content:url(..//img//icons//dark//toggle-off.svg);
} 

.fa-toggle-on
{
    content:url(..//img//icons//dark//toggle-on.svg);
} 

.fa-th-list
{
    content:url(..//img//icons//dark//th-list.svg);
} 

.fa-plus
{
    content:url(..//img//icons//dark//plus.svg);
} 

.fa-minus
{
    content:url(..//img//icons//dark//minus.svg);
} 

.fa-arrows-alt
{
    content:url(..//img//icons//dark//arrows-alt.svg);
} 

.fa-search
{
    content:url(..//img//icons//dark//search.svg);
} 

.fa-trash
{
    content:url(..//img//icons//dark//trash-alt.svg);
} 

.fa-calendar
{
    content:url(..//img//icons//dark//calendar-alt.svg);
} 

.fa-clock
{
    content:url(..//img//icons//dark//clock.svg);
} 

.fa-chevron-up
{
    content:url(..//img//icons//dark//chevron-up.svg);
} 

.fa-chevron-down
{
    content:url(..//img//icons//dark//chevron-down.svg);
} 

.fa-chevron-left
{
    content:url(..//img//icons//dark//chevron-left.svg);
} 

.fa-chevron-right
{
    content:url(..//img//icons//dark//chevron-right.svg);
} 

/*Map*/

.map-marker
{
    color: #000;
    border-radius: 0px;
    padding: 0px;
}

.map-marker-line
{
    border-bottom: 3px solid #FFF;
    width: 50px;
    height: 46px;
    margin-left: 10px;
}

.map-marker-container
{
    background-color: #333;
    border-radius: 5px;
    padding: 2px;
    padding-top: 0px;
    margin-left:50px;
    margin-top:-20px;
}

.map-marker-container
{
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.map-marker-container.selected
{
    border-top: 1px solid var(--marker-selected);
    border-bottom: 1px solid var(--marker-selected);
    border-right: 1px solid var(--marker-selected);
}

.map-marker-name
{
    font-family: "MuseoSans-300";
    font-size: 12px;
    color: #FFF;
    border-left: none;
}

.map-marker-details
{
    display: none;
    max-height: 250px;
    overflow-y: auto;
}

.map-marker-details.active
{
    display: block;
}

.map-marker-curr-val
{
    border-top: 1px solid #555;
    font-family: "MuseoSans-700";
    font-size: 18px;
    color: #FFF;
    border-left: none;
    margin-top: 0px;
    line-height: 1;
    padding-top: 5px;
    white-space: nowrap;
}

.map-marker-curr-val.no-top-border
{
    border-top: none;
}

.map-marker-change-val
{
    font-family: "MuseoSans-300";
    font-size: 12px;
    border-left: none;
}

.map-marker-index
{
    font-family: "Museo-500";
    color: #BBB;
    font-size: 13px;
    border-left: none;
    line-height: 1;
    margin-top: 3px;
    margin-bottom: 3px;
}

.map-marker-last-update
{
    font-family: "MuseoSans-300";
    font-size: 10px;
    border-left: none;
    color: #BBB;
    margin-top: 0px;
}

/*
.map-marker-container.noise-data
{
    border-left: 3px solid #888;
}

.map-marker-line.noise-data
{
    border-bottom: 3px solid var(--noise-data);
}
*/

.map-marker-container
{
    border-left: 3px solid #888;
}

.map-marker-line
{
    border-bottom: 3px solid #888;
}

.map-marker-container.alert-status-clear
{
    border-left: 3px solid var(--status-success);
}

.map-marker-line.alert-status-clear
{
    border-bottom: 3px solid var(--status-success);
}

.map-marker-container.alert-status-warning
{
    border-left: 3px solid var(--status-warning);
}

.map-marker-line.alert-status-warning
{
    border-bottom: 3px solid var(--status-warning);
}

.map-marker-container.alert-status-danger
{
    border-left: 3px solid var(--status-danger);
}

.map-marker-line.alert-status-danger
{
    border-bottom: 3px solid var(--status-danger);
}

.map-marker-deselect
{
    float: right;
    padding-right: 5px;
    cursor: pointer;
    display: none;
}

.map-marker-deselect img
{
    width: 15px;
    height: 15px;
}

.map-marker-deselect.active
{
    display: inline-block;
}

a.map-attr
{
    display: inline !important;
}

.map-chart-content
{   
    width: 100%; 
    height:100%; 
    padding-top:30px; 
    padding-right:10px;
}

.leaflet-bar a 
{
    background-color: var(--component-background) !important;
}

.leaflet-control-zoom a 
{
    color: var(--secondary) !important;
}

.leaflet-control-attribution.leaflet-control
{
    background-color: #000 !important;
    color: #AAA !important;
}

/*
.leaflet-control-attribution.leaflet-control svg
{
    display: none !important;
}
*/

.leaflet-control-attribution.leaflet-control a:first-of-type
{
    display: none !important;
}

/*Map Key*/
.map-key
{
    margin-top: 10px;
    margin-right: 10px;
    background: rgba(28,28,28,0.8);
    height: 20px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.map-key-item
{
    height: 50px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 2px;

}

.map-key-icon
{
    display: inline-block;
    height: 10px;
    width: 10px;
    /*background-color: #555;*/
    margin-right: 10px;
    border-radius: 50%;
}


.map-tile-providers
{
    margin-bottom: 10px;
    margin-left: 10px;
    background: rgba(28,28,28,0.8);
    height: 30px;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 5px;
}

.map-tile-provider
{
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: #FFF;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
}

.map-tile-provider img
{
    height: 18px;
    width: 18px;
    border-radius: 50%;
    pointer-events: none;
    margin-top: 1px;
    margin-left: 1px;
}

.map-monitor-data-types-area
{
    float: right;
    padding-top: 2px;
    padding-right: 5px;
    /* height: 20px; */
}

.map-monitor-data-icon
{
    display: inline-block;
    height: 10px;
    width: 10px;
    /*background-color: #555;*/
    margin-right: 2px;
    border-radius: 50%;
    float: right;
    position: relative;
    top: 2px;
}


.map-key-label
{
    font-family: "MuseoSans-300";
    font-size: 12px;
    color: #FFF;
    display: inline-block;
    text-transform: uppercase;
}

.arrow-up {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid red;
    position: relative;
    top: -8px;
    margin-left: 5px;
    margin-right: 2px;
}

.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid green;
    position: relative;
    top: -8px;
    margin-left: 5px;
    margin-right: 2px;
}

.dropdown-content.select-dropdown
{
    position: fixed !important;
    width: 300px !important;
    top: auto !important;
    left: auto !important;
}

.band-select .dropdown-content.select-dropdown
{
    width: 60px !important;
}


.analysis-item .dropdown-content.select-dropdown
{
    position: absolute !important;
}

.modal-select .dropdown-content.select-dropdown
{
    position: absolute !important;
}


.fixed-bottom-button
{
    position: absolute !important;
    bottom: 0px;
    right: 0px;
}

.analysisControlsPane
{
    padding-top:15px;
    padding-left:5px
}

.analysis-monitor
{
    /*margin-left: 40px;*/
    margin-bottom: 5px;
    padding: 0px;
    background: #111;
    border-radius: 5px;
    border-left: 3px solid var(--noise-data);
}

.map-monitor-selector
{
    /*margin-left: 40px;*/
    margin: 5px;
    padding: 0px;
    background: #111;
    border-radius: 5px;
    border-left: 3px solid #888;
    cursor: pointer;
}

.map-monitor-selector.active
{
    border-left: 3px solid var(--noise-data);
}

.map-monitor-selector.active.alert-status-warning
{
    border-left: 3px solid var(--status-warning);
}

.map-monitor-selector.active.alert-status-danger
{
    border-left: 3px solid var(--status-danger);
}

.analysis-monitor.noise-data
{
    border-left: 3px solid var(--noise-data);
}

.analysis-pane-divider
{
    margin-top: 0px;
    margin-bottom: 0px; 
    border-top: 5px solid #000;
    margin-left: 5px;
    margin-right: 5px; 
}

.analysis-group-pane
{
    margin-top:5px;
    margin-left: 5px;
    margin-right: 5px;
    
    padding-top: 0px;
    padding-bottom: 5px;
    background-color: #111;
    border-radius: 5px;

    overflow-y: auto;
    height: 100%;
}

.analysis-group-divider
{
    margin-top: 0px;
    margin-bottom: 7px; 
    border-top: 2px solid #AAA;
    margin-left: 5px;
    margin-right: 5px; 
}

.analysis-section-divider
{
    margin-top: 0px;
    margin-bottom: 0px; 
    border-top: 1px solid #555;
    margin-left: 5px;
    margin-right: 5px; 
    padding-top: 10px;    
}

.bootstrap-datetimepicker-widget .list-unstyled {
    background: #000 !important;
}

.pane-margin
{
    margin-left:5px;
}

.analysis-item-band-control
{
    display: inline-block;
}

.sub-align
{
    vertical-align: sub;
}

.duration-input > input
{
    width: 20px !important;
    -moz-appearance: textfield;
    text-align: right;
}

.duration-input > input::-webkit-outer-spin-button,
.duration-input > input::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

.decimal-places-input > input
{
    width: 20px !important;
    -moz-appearance: textfield;
}

.decimal-places-input > input::-webkit-outer-spin-button,
.decimal-places-input > input::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

.width-height-input > input
{
    width: 40px !important;
    -moz-appearance: textfield;
}

.width-height-input > input::-webkit-outer-spin-button,
.width-height-input > input::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}


.duration-suffix
{
    font-size: 12px;
    color: #888;
    margin-left: 7px;
    margin-right: 7px;
}

.duration-area
{
    display: inline-block;
}

.time-profile-area
{
    display: block;
}

.time-profile-area.single-day
{
    display: inline-block;
}

.analysis-time-profile
{
    display: inline-block;
}

.analysis-time-profile-day
{
    
}

.analysis-week-profile
{
    display: block;
    margin-bottom: 18px;
}

.time-profile-day-label > p
{
    width: 50px !important;
    color: #AAA !important;
}

.analysis-time-profile-day > div
{
    margin-bottom: 0px;
}

.time-input > input
{
    width: 90px !important;
}

.no-bottom-margin
{
    margin-bottom: 0px !important;
}

.add-top-margin
{
    margin-top: 10px !important;
}

.analysis-head-buttons
{
    margin-top: 5px;
    margin-left: 5px;
}

.clickable-icon
{
    cursor: pointer;
}

.analysis-results-content
{
    width: fit-content;
    padding-right: 20px;
    max-width: 100%;
    padding-left:10px;
}

.analysis-results-table
{
    max-height: 500px;
    overflow: auto;
}

.analysis-chart-content
{
    width: 100%; 
    height: 460px; 
    /*padding-top: 30px; */
    padding-right:10px;
}

.chart-item-wrap
{
    height: 500px;
}

.analysis-results-time-history
{
    width: 100%;
}

.analysis-results-histogram
{
    width: 100%;
}

.analysis-results-spectrum
{
    width: 100%;
}

.analysis-results-table tr:nth-child(even) 
{
    background-color: rgba(255,255,255,0.05);
}

.analysis-results-table thead 
{
    position: sticky;
    top: 0;
}

.analysis-results-table .date-indicator 
{
    position: sticky;
    background: var(--primary-darker) !important;
}

.analysis-results-table .date-indicator > td
{
    text-align: left;
    font-family: "Museo-500";
}

.analysis-results-table .date-indicator.heading-rows-1 
{
    top: 31.6px;
}

.analysis-results-table .date-indicator.heading-rows-2 
{
    top: 63.2px;
}

.analysis-results-table .date-indicator.heading-rows-3 
{
    top: 94.8px;
}

.analysis-results-table thead tr th 
{
    padding-bottom: 5px;
    font-family: "Museo-500";
    background-color: #000;
    
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    white-space: nowrap;
}

.analysis-results-table td
{
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "MuseoSans-300";
    /*min-width: 200px;*/
    white-space: nowrap;
}

.analysis-results-table td.left 
{
    text-align: left;
    padding-right: 15px;
    padding-left: 5px;
    vertical-align: initial;
}

.analysis-results-table th.left 
{
    text-align: left;
    padding-right: 15px;
    padding-left: 5px;
}

.analysis-results-table .groups
{
    
}

.analysis-results-table .bands
{
    
}

.analysis-results-table .data
{
    
}

.analysis-content-title
{
    font-family: "Museo-500";
    color: #FFF;
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.analysis-update-button
{
    margin-bottom: 10px;
}

.info-text
{
    font-family: "MuseoSans-300";
    color: #FFF;
    font-size: 16px;
    padding-left:10px;
    margin-bottom:10px;
}

.code-block
{
    white-space:pre;
    color:#FFF;
}

.api-structure-area
{
    padding:10px;
    background-color:#111;
    color:#FFF;
    height: 560px;
    border-radius: 5px;
    overflow-y: auto;
    margin-left:10px;
    margin-right:10px;
}

.api-explain
{
    padding:10px;
    background-color:#111;
    color:#FFF;
    height: 560px;
    border-radius: 5px;
    overflow-y: auto;
    margin-right:10px;
}

.api-explain p
{
    color:#FFF;
    font-family: consolas;
    font-size: 14px;
}

.api-explain table.table td
{
    padding: 3px;
    font-family: consolas;
    font-size: 14px;
}


.JSONstring {
  color: var(--syntax-value-color);
  font-family: consolas;
  padding: 2px;
}

.JSONnumber {
  color: var(--syntax-number-color);
  font-family: consolas;
  padding: 2px;
}

.JSONboolean {
  color: var(--syntax-bool-color);
  font-family: consolas;
  padding: 2px;
}

.JSONnull {
  color: var(--syntax-null-color);
  font-family: consolas;
  padding: 2px;
}

.JSONkey {
  color: var(--syntax-field-color);
  font-family: consolas;
  border-radius: 2px;
  border: 1px solid #111;
  padding: 2px;
}

.JSONkeyNoClick {
  color: var(--syntax-field-color);
  font-family: consolas;
  border-radius: 2px;
  border: 1px solid #111;
  padding: 2px;
}

.api-explain-pane .JSONkey {
  cursor: pointer;
}

.api-explain-pane .JSONkey:hover {
  border: 1px solid #555;
}

.JSONcomment {
    color: #53874c;
    font-family: consolas;
    padding: 2px;
}

.api-help
{
    margin-bottom: 10px;
}

.sandbox-test-area
{
    width: 100%;
    margin-left:10px;
    margin-right:10px;
    padding-right: 20px;
}

#sandboxTestCode
{
    width: 100%;
    background-color: #111;
    border-radius: 5px;
    color: #FFF;
    height: 500px;
    margin-top: 8px;
    border: 1px solid #555;
    overflow-y: auto;
}

.sandbox-server-response
{
    padding:10px;
    background-color:#111;
    color:#FFF;
    height: 500px;
    border-radius: 5px;
    overflow-y: auto;
    margin-right:10px;
}

.clickable
{
    cursor: pointer;
}

.api-explain-pane hr
{
    border-top: 1px solid rgba(255,255,255,.5);
}

.confirm-text
{
    color: #FFF;
    font-size: 14px;
}

.form-area-label
{
    font-family: "Museo-500";
    color: #FFF;
    font-size: 14px;
    margin-left:10px;
}

.round-button.no-label img
{
    margin-right: 0px;
}

.share-org
{
    padding-right: 5px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.share-org img
{
    width: 20px;
    height: 20px;
}

.share-org-name
{
    font-family: "Museo-500";
    color: #FFF;
    font-size: 14px;
    margin-left:10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
}

.share-org-remove
{
    cursor: pointer;
    float: right;
}


#registerFormCountry
{
    padding:0px !important;
    background-color: var(--dialog-back);
    font-size: var(--main-font-size) !important;
    margin: 0px !important;
    color: #FFF !important;  

    display: block;
    position: relative;
    top: 2px;
}

.register-form-country .dropdown-content.select-dropdown
{
     position: absolute !important;
     width: unset !important;
    top: unset !important;
    left: unset !important;
}

.upload-button
{
    height: 40px;
    padding: 0px;
    padding-right: 3px;
}

.upload-button button
{
    float: right;
    margin: 0px;
}

#uploadExplorerTree
{
    overflow: auto;
    height: 100%;
}

.realperson-text
{
    color: #FFF !important;
}

.warning-text
{
    color: var(--status-error);
}

.leaflet-tile-container img {
  width: 257px !important;
  height: 257px !important;
}

.f-modal-alert .f-modal-icon.f-modal-warning::after {
    background-color: rgba(0, 0, 0, 0);
}

.f-modal-alert .f-modal-icon.f-modal-warning::before {
    background-color: rgba(0, 0, 0, 0);
}

.dash-select.details-field > input
{
    width: 300px !important;
}

.dash-select.details-field p
{
    width: 150px;
}

.dash-select.details-field p
{
    width: 150px;
}

.dash-select.details-field > .select-wrapper
{
    width: 300px;
}

.tight-feedback
{
    display: none;
}

.tight-feedback.active
{
    display: block;
}

.tight-feedback
{
    color: #FFF;
}

.tight-feedback.invalid
{
    color: var(--status-error);
}

.tight-feedback.valid
{
    color: var(--status-success);
}

.tight-field
{
    border-bottom: 1px solid #ced4da;
}

.tight-field.valid
{
    border-bottom: 1px solid var(--status-success);
}

.tight-field.invalid
{
    border-bottom: 1px solid var(--status-error);
}

.hidden
{
    display: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #111;
}

.info-field-badge
{
    display: inline-block;
    padding: 2px 10px 2px 10px;
    border-radius: 2px;
    text-align: center;
}

#tokensStripeCardArea
{
    background-color: #333;
    display: inline-block;
    width: 500px;
    position: relative;
    top: 10px;
    padding: 8px 5px 8px 5px;
    border-radius: 4px;
}

.check-out-figure > input
{
    border-bottom: none;
    text-align: right;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
    background-color: #333 !important;
    font-size: 16px;
}

.token-balance > input
{
    border-bottom: none;
    text-align: center;
    padding: 20px 5px 20px 5px;
    border-radius: 4px;
    background-color: #000 !important;
    font-size: 22px;
    position: relative;
    top: 5px;
}

.dash-select.details-field.top-up-amount > input
{
    font-size: 18px;
    text-align: right;
    width: 150px !important;
    -moz-appearance: textfield;
}

.dash-select.details-field.top-up-amount > input::-webkit-outer-spin-button,
.dash-select.details-field.top-up-amount > input::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

.token-label
{
    margin-left:10px;
    font-size: 18px;
    color: var(--secondary);
}

.dash-select.details-field.details-field.token-price-band > input
{
    border-bottom: none;
    text-align: right;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
    background-color: #333 !important;
    font-size: 16px;
    width: 50px !important;
}

.dash-select.details-field.details-field.token-price-band > p
{
    width: 50px;
}

.price-band-label
{
    margin-left:10px;
    font-size: 16px;
    color: var(--secondary);
}

.token-info-text
{
    margin-left: 5px;
    color: #CCC;
}

#tokensStripeFeedbackArea
{
    font-size: 14px;
    width: 670px; 
    text-align: right;
}

#tokensStripeFeedbackArea.error
{
    color: var(--status-error);
}

#tokensStripeFeedbackArea.success
{
    color: var(--status-success);
}

.tight-switch
{
    margin-left: 10px;
    font-size: 13px;
    margin-bottom: 10px;
}

.tight-switch .switch
{
    display: inline-block;
}

.tight-switch .switch label input[type="checkbox"]:checked + .lever::after 
{
    background-color: var(--primary-dark);
}

.tight-switch .switch label input[type="checkbox"]:checked + .lever
{
    background-color: var(--primary-lighter);
}


.dash-select.details-field.details-field.auto-top-up-detail
{
    margin-left: 10px;
}

.dash-select.details-field.details-field.auto-top-up-detail > input
{
    border-bottom: none;
    text-align: right;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
    background-color: #333 !important;
    font-size: 16px;
    width: 80px !important;
}

.dash-select.details-field.details-field.auto-top-up-detaild > p
{
    width: 80px;
}


.notifications-area .badge
{
    box-shadow:none; 
    background-color:var(--tertiary); 
    position: relative; 
    top: -6px; 
    left: -6px; 
    font-size: 10px; 
    font-family: 'Museo-700';
    color: #000 !important;
}


.notification-item
{
    margin: 3px 10px 5px 10px;
    border-bottom-width: 1px;
    border-bottom-color: #333;
    border-bottom-style: solid;
    cursor: pointer;
}

.notification-item.selected
{
    background-color: var(--primary-darker);
}

.notification-heading
{
    font-family: "MuseoSans-500";
    color: #CCC;
    font-size: 16px;
}

.notification-heading.unread
{
    font-family: "MuseoSans-700";
    color: #FFF;
}

.notification-heading img
{
    width:14px; 
    height:14px; 
    display:inline; 
    margin-top:-5px;
    margin-right:5px;
}

.notification-details
{
    font-family: "MuseoSans-500";
    color: #DDD;
    font-size: 14px;
    margin-bottom: 5px;
}

.notification-details.unread
{
    font-family: "MuseoSans-700";
    color: #FFF;
}

.notification-datetime
{
    font-family: "MuseoSans-500";
    color: #888;
    font-size: 12px;
    float: right;
}

.notification-action
{
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 2px;
}

.notification-highlight
{
    font-family: "MuseoSans-700";
    color: #FFF;
}

.notification-details-pane
{
    margin: 2px 10px 2px 10px;
}

.notification-field-label
{
    color: #CCC;
    font-size: 14px;
    margin-right: 20px;
}

.notification-field-value
{
    color: #FFF;
    font-size: 14px;
}

.notification-message
{
    color: #FFF;
    font-size: 16px;
    margin: 2px 10px;
    font-family: "MuseoSans-300";
}

.notification-button
{
    margin-top: 10px;
    margin-right: 10px;
}

.notification-list-info
{
    color: #888;
    font-size: 14px;
    margin: 2px 10px;
    font-family: "MuseoSans-300";
}

.notifications-unread-count
{
    color: #000;
    background-color: var(--secondary);
    padding: 1px 5px;
    border-radius: 10px;
    font-size: 11px;
    font-family: "Museo-500";
    position: absolute;
    top: 3px;
    left: 50px;
}

.notification-unread-label
{
    font-family: "MuseoSans-500";
    color: var(--secondary);
    font-size: 14px;
}

.alerts-triggered-count
{
    color: #000;
    background-color: var(--status-warning);
    padding: 1px 5px;
    border-radius: 10px;
    font-size: 11px;
    font-family: "Museo-500";
    position: absolute;
    top: 3px;
    right: 10px;
}

.log-breadcrumbs
{
  background-color: #111;
  border-radius: 5px;
  padding: 2px 5px 2px 5px;
  display: inline-block;

  transform: translate(0,0);
    --delay: 0s;
    animation-delay: --delay;
    animation-name: cascade;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-direction: alternate;

    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */

    margin-bottom: 5px;
}

.log-breadcrumb
{
  display: inline-block;
  margin-right: 5px;
  /*cursor: pointer;*/
}

.log-breadcrumb-divider
{
  display: inline-block;
  margin-right: 5px;
  color: #888;
}

.log-entry-bullet
{
    background-color: var(--primary-darker);
    display: inline-block;
    width: 10px;
    height: 10px;
    /*margin: 10px;*/
    margin-right: 10px;
    position: relative;
    border-radius: 50%;

    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}


.version-history-area
{
  /*
  height: 450px;
  overflow-y: auto;
  */
  padding:5px;
}

.version-history-entry
{
  background-color: #111;
  border-radius: 5px;
  padding: 2px 5px 2px 5px;

  opacity: 0;
  position: relative;
  top: -15px;
  transform: translate(0,0);
  --delay: 0s;

  animation-delay: --delay;
  animation-name: cascade;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-direction: alternate;

  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */

  margin-bottom: 5px;
}

.version-history-date
{
  display: inline-block;
  margin-right: 20px;
  color: #FFF;
}

.version-history-number
{
  display: inline-block;
  margin-right: 20px;
}

.version-history-breadcrumbs
{
  display: inline-block;
}

.version-history-description
{
  display: block;
  padding-left: 20px;
  color: #AAA;
}

.breadcrumb-highlighted
{
  color: var(--primary);
}

@keyframes cascade {
    to {
        transform: translate(0, 15px);
        opacity: 1;
    }
    }

    @keyframes fade-in {
    to {
        opacity: 1;
    }
    }

.build-text-highlighted
{
  color:var(--secondary);
}

.build-text-muted
{
  color: #888;
}

.breakdown-chart
{
    width: 800px;
    height: 300px;
}

#uploadsTimelineDiv
{
    height: 100%;
}

/*Timeline*/

.timeline-period
{
    font-family: "Museo-700";
}

.timeline-group-time-indicator
{
    font-family: "Museo-700";
}

.timeline-block-time-indicator
{
    font-family: "MuseoSans-500";
}

.timeline-group-overlay-label
{
    font-family: "MuseoSans-500";
    font-size: 13px;
}

.timeline-item-overlay-status-label
{
    font-family: "MuseoSans-500";
    font-size: 13px;
}

.timeline-item-overlay-label
{
    font-family: "MuseoSans-500";
    font-size: 13px;
}

.timeline-block
{
    border-radius: 10px;
}

.timeline-block-content
{
    /*padding-left: 40px;*/
}

.timeline-overlay-content
{

}

.timeline-start-block
{
    /*width: 46px !important;
    border-radius: 50%;*/
}

.timeline-end-block
{
    /*width: 46px !important;
    border-radius: 50%;*/
}   

/*
.success
{
    background-color: #75ff33;
}

.warning
{
    background-color: #ffbd33;
}

.danger
{
    background-color: #ff5733;
}
*/

.block-status-marker
{
    pointer-events: none; 
    position:absolute; 
    right: 15px; 
    top: 5px; 
    width:12px; 
    height:12px; 
    border-radius:50%;
    border: 1px solid #333;
}

.block-content-text-line-1
{
    user-select: none; 
    pointer-events: none; 
    color:#FFF; 
    position:absolute; 
    left: 15px; 
    top: 3px;
    font-family: "MuseoSans-500";
    font-size: 13px;
}

.block-content-text-line-2
{
    user-select: none; 
    pointer-events: none; 
    color:#FFF; 
    position:absolute; 
    left: 15px; 
    top: 22px;
    font-family: "MuseoSans-500";
    font-size: 13px;
}

.timeline-group-time-indicator-prefix
{
    user-select: none; 
    font-size: 16px; 
    color:#555;
}

.timeline-group-time-indicator-group-1
{
    user-select: none; 
    font-size: 16px; 
    color:#000;
}

.timeline-group-time-indicator-group-2
{
    user-select: none; 
    font-size: 12px; 
    color:#555;
}

.timeline-block-time-indicator-1
{
    font-size:11px; 
    padding-left:3px; 
    user-select: none;
    color:#000;
}

.timeline-block-time-indicator-2
{
    font-size:9px; 
    user-select: none;
    color:#000;
}

.timeline-button img 
{
    top: 1px !important;
}

.timeline-group-overlay-label .timeline-button svg 
{
    top: -9px !important;
}

#timeline-period-selector-area {
    background-color: var(--primary-darker);
}

#timeline-time-indicator-area
{
    background-color: #FFF;
}

.timeline-lane
{
    /*background-color: #333;*/
}

#timeline-lanes-area
{
    background-color: #FFF !important;
}

.timeline-item-overlay-marker
{
    pointer-events: none; 
    position:absolute; 
    right: 15px; 
    top: 5px; 
    width:12px; 
    height:12px; 
    border-radius:50%;
    border: 1px solid #333;
}

.timeline-key
{
    position: relative;
    top: 11px;
    margin-left: 10px;
}

.timeline-key-marker
{
    pointer-events: none; 
    /*position:absolute; 
    right: 15px; 
    top: 5px; */
    width:12px; 
    height:12px; 
    border-radius:50%;
    border: 1px solid #333;
    display: inline-block;
    margin-left: 3px;
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.timeline-key-label
{
    font-family: "MuseoSans-300";
    font-size: 12px;
    color: #FFF;
    display: inline-block;
    text-transform: uppercase;
}

.graph-wrap
{
    height: 100%;
    padding: 5px;
}

.graph-controls
{
    height: 40px;
}

.graph-title
{
    height: 30px;
    font-size: 14px;
    font-family: "Museo-500";
    padding-left: 5px;
}

.graph-legend
{
    float: right;
}

.graph-content
{
    height: calc(100% - 80px);
}

.graph-canvas
{
    height: calc(100% - 80px);
}

.graph-wrap.map-graph
{
    border-top: 1px solid #888;
    margin-top: 5px;
}

.graph-content.map-graph
{
    height: 218px !important;
}

.graph-canvas.map-graph
{
    height: 200px !important;
}

.graph-controls.map-graph
{
    display: block;
    height: auto;
}

.graph-message-area
{

}

.graph-message
{
    color: var(--status-warning);
    background-color: #555;
    padding: 3px;
    font-size: 14px;
}

.graph-message img
{
    width: 16px;
    height: 16px;
    margin-right:7px;
    position: relative;
    top: -3px;
    margin-left: 5px;
}

.table-message-area
{

}

.table-message
{
    color: var(--status-warning);
    background-color: #555;
    padding: 3px;
    font-size: 14px;
}

.table-message img
{
    width: 16px;
    height: 16px;
    margin-right:7px;
    position: relative;
    top: -3px;
    margin-left: 5px;
}

.paid
{
    background-color: var(--paid);
}

.unpaid
{
    background-color: var(--unpaid);
}

.data-matching-content
{
    max-height: 600px;
    overflow-y: auto;
    padding: 10px;
}

.data-matching-table tr:nth-of-type(2n+1) 
{
    background-color: rgba(255,255,255,.05);
}

.data-matching-table th
{
    line-height: 35px;
    height: 35px;
    color: #FFF;
    padding: 0px 20px 0px 0px;
}

.data-matching-table-wrap
{
    
}

.data-matching-table td
{
    line-height: 22px;
    height: 22px;
    color: #CCC;
    padding: 0px 20px 0px 0px;
    white-space: nowrap;
}

.data-matching-filename
{
    color: #AAA;
    padding: 5px 0px 15px 0px;
    font-size: 16px;
    font-family: "Museo-500";
}

.data-matching-filename .label
{
    color: #FFF;
    margin-left: 10px;
}

.data-match-status-dot 
{
  height: 20px;
  width: 20px;
  background-color: #888;
  border-radius: 50%;
  display: inline-block;
}

.data-match-status-dot img 
{
    height: 16px;
    width: 16px;
    position: relative;
    top: -3px;
    left: 2px;
}

.data-match-status-dot.matched
{
    background-color: var(--secondary);
}

.data-match-status-dot.unmatched
{
    background-color: var(--status-warning);
}

.data-match-status-index
{
    color: #FFF;
    font-family: "Museo-500";
    margin-left: 5px;
    display: inline-block;
}

.table-controls
{
    height: 41px;
}

.table-title
{
    height: 24px;
    font-size: 14px;
    font-family: "Museo-500";
    padding-left: 5px;
}

.table-wrap
{
    height: 100%;
}

.table-content
{
    overflow-x: auto;
    height: calc(100% - 65px);
    padding-left: 5px;
}

.recog-data-type
{
    color: var(--secondary-dark) !important;
}

.recog-data-group
{
    color: var(--secondary-dark) !important;
}

.recog-data-group-name
{
    color: var(--secondary-light) !important;
}

.analysis-group-overview
{   
    cursor: pointer;
}

.analysis-group-overview:hover
{   
    background-color: #333;
}

.analysis-controls-buttons
{
    padding-left: 5px;
    padding-top: 5px;
}

.analysis-summary-item
{
    cursor: pointer;
}

.analysis-summary-item:hover
{
    background-color: #333;
}

.analysis-group-controls
{
    position: sticky;
    top: 0px;
    background-color: #111;
    border-bottom: 1px solid #fff;
    z-index: 1000;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}



#mapMonitorListSearchWrapDiv
{
    padding: 5px; 
}

#mapMonitorListSearch
{
    width: 180px;
}

.leaflet-touch .leaflet-bar a:first-child 
{
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.leaflet-touch .leaflet-bar a:last-child 
{
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar 
{
    border: none !important;
}

.form-feedback
{
    position: relative;
    top: -15px;
    padding-left: 40px;
    color: #AAA;
}

.form-feedback-status-dot 
{
  height: 10px;
  width: 10px;
  background-color: #888;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
}

.admin-area-pane
{
    margin-top:5px;
    margin-left: 5px;
    margin-right: 5px;
    
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    background-color: #111;
    border-radius: 5px;

    overflow-y: auto;
}

.right-button-margin
{
    margin-right: 5px !important;
}

.right-button-top-margin
{
    margin-top: 5px !important;
}

.select-wrapper .search-wrap 
{
    padding-top: 0px;
}

.dropdown-content.select-dropdown.active
{
    padding-top:0px;
}

.select-wrapper .search-wrap .md-form input 
{
    padding-top: 0px !important;
}

.dash-select.form-select > p
{
    width: 140px !important;
}

.dash-select.form-select > input
{
    width: 140px !important;
}

.threshold-value
{
    margin-bottom: 0px !important;
}

#alertFormThresholdDiv
{
    max-height: 400px;
    overflow-y: auto;
}

.threshold-value > input
{
    -moz-appearance: textfield;
}

.threshold-value > input::-webkit-outer-spin-button,
.threshold-value > input::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

.form-heading > p
{
    width: 200px !important;
}

.theshold-band
{
    color: #888;
    font-size: 12px;
}

.alert-log-value
{
    color: #888;
}

.alert-exceeded-value
{
    color: #FFF;
    font-size: .9rem;
}

.alert-excess
{
    color: #FFF;
    font-size: 12px;
}

.alert-log-table
{
    marign-bottom: 10px;
}

.alert-log-table td
{
    padding-right: 30px;
}

.monitor-alert-icon
{
    display: inline-block;
    vertical-align: text-bottom;
}

.monitor-alert-icon img
{
    width: 15px;
    height: 15px;
}

.monitor-alert-section
{
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.key-desc-section
{
    margin-bottom: 10px;
}

.key-desc-text
{
    
}

.account-setting-label
{
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
}

.account-setting-divider
{
    border-top: 1px solid #888;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 99%;
}

.select-wrapper
{
    padding-top: 10px;
}

.select-wrapper input.select-dropdown 
{

}

.analysis-group-pane .dash-select
{
    margin-bottom: 0px;
}

.index-remover
{
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: relative;
    top: 4px;
}

.index-remover img
{
    width: 15px;
    height: 15px;
}

.dropdown-menu.dropdown-control
{
    max-height: 50vh;
    overflow-y: auto;
}

.form-directive-text
{
    margin-left: 35px;
    margin-top: 30px;
}

.form-page-form
{
    max-width: 500px;
    margin: auto;
    margin-top: 30px;
}

.form-page-card
{
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: none;
}

.form-page-card.card
{
   background-color: unset;
}

.form-page-card .card-body
{
    padding: 0px;
}

.server-message-modal .modal-header
{
    border-bottom: none;
}

.welcome-heading
{
    color: #FFF;
    padding: 3px 10px;
    font-family: "Museo-500";
    font-size: 20px;
}

.welcome-text
{
    color: #FFF;
    padding: 5px 10px;
    font-family: "MuseoSans-300";
    font-size: 15px;
}

