
:root {
    --salunda-blue: #1E88E5;
    --salunda-green: #9BCD4B
}

body {
}

.centreSpan {
}

html {
    font-size: 16px;
}

.blazorError {
    background: #ffffff;
    color: #000000 !important;
    z-index: 20;
}

.blazorErrorLink {
    background: #ffffff;
    color: #006FB0 !important;
}

.default-font-size {
    font-size: 14px !important
}

.mud-select-input input {
    caret-color: transparent !important
}

.mud-select-input-show-cursor input {
    caret-color: auto !important
}

.selectedButton-light {
    background: #abc584 !important;
}

.selectedButton-dark {
    background: #668044 !important;
}

.salunda-blue-background {
    background: var(--salunda-blue) !important;
}

.salunda-green-background {
    background: #9BCD4B !important;
}

.custom-mud-switch .mud-typography {
    position: relative
}

.custom-mud-switch .mud-typography:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--salunda-blue);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.custom-mud-switch:hover > .mud-typography:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.unselectedButton {
    background: var(--salunda-green) !important;
}

.board-border-bottom-dark {
    border-bottom-width: 1px;
    border-bottom-color: #ffffff;
    border-bottom-style: solid !important;
}

.board-border-right-dark {
    border-right-width: 1px;
    border-right-color: #ffffff;
    border-right-style: solid !important;
}

.board-border-left-dark {
    border-left-width: 1px;
    border-left-color: #ffffff;
    border-left-style: solid !important;
}

.board-border-top-dark {
    border-top-width: 1px;
    border-top-color: #ffffff;
    border-top-style: solid !important;
}


.board-border-bottom-light {
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    border-bottom-style: solid !important;
}

.board-border-right-light {
    border-right-width: 1px;
    border-right-color: #000000;
    border-right-style: solid !important;
}

.board-border-left-light {
    border-left-width: 1px;
    border-left-color: #000000;
    border-left-style: solid !important;
}

.board-border-top-light{
    border-top-width: 1px;
    border-top-color: #000000;
    border-top-style: solid !important;
}



.board-table {
    table-layout: fixed;
    border-spacing: 0px;
    text-align: center;
}

.board-cell {
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    line-height: 0.5 !important
}

.zone-legend-cell {
    height: 140px;
    line-height: 0.5 !important;
    white-space: nowrap;
   
}

th.zone-legend-cell > div {
    transform:
    /* Magic Numbers */
    translate(0px, 51px)
    /* 45 is really 360 - 45 */
    rotate(315deg);
    width: 30px;
   
}

th.zone-legend-cell > div > span {
    padding: 5px 10px;
    font-weight: 500;
    font-size: 15pt;
}

.limit-cell {
    height: 30px;
    width: 30px;
    line-height: 0.5 !important;
    font-size: 15pt;
}

.auth-fill {
    border-color: green;
    background: green;
    font-size: 15pt;
}

.auth-border{
    border-width: 1px;
    border-radius: 5px;
    border-color: green;
    background: green;
    
}

.noauth-fill {
    background: red;
}

.noauth-border {
    border-width: 1px;
    border-radius: 5px;
    border-color: red;
    background: red;
}


.limit-opacity {
    opacity: 0.5
}

.auth-table {
    table-layout: fixed;
    border-spacing: 2px;
    text-align: center;
    align-self:end;
}

.personality-legend-cell {
    height: 20px;
    line-height: 0.5 !important;
    font-weight: 500;
    text-align: right;
    padding-right: 10px !important;
    font-size: 15pt;
}

.board-legend-cell {
    height: 20px;
    min-height: 20px;
    width: 275px;
    line-height: 0.5 !important
}

.board-row {
    height: 20px; 
    min-height: 20px; 
    line-height: 0.5 !important
}

.auth-board-row {
    height: 30px;    
    line-height: 0.5 !important
}

.board-blank {
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    width: 22px;
    display: inline-block;
}

.board-button-ok {
    border-radius: 0px !important;
    background: #0DCC92 !important;
    padding: 9px !important;
    min-width: 20px !important;
    min-height: 20px !important;
}

.board-button-row-finger-light {
    border-radius: 0px !important;
    background: #00000000 !important;
    padding: 0px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    font-size: .75rem !important;
    font-weight: 400 !important;
}

.board-button-row-finger-dark {
    border-radius: 0px !important;
    background: #373740 !important;
    padding: 0px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    font-size: .75rem !important;
    font-weight: 400 !important;
}

.board-button-warning {
    border-radius: 0px !important;
    background: #CCB80F !important;
    padding: 9px !important;
    min-width: 20px !important;
    min-height: 20px !important;
}

.board-button-ok-inactive-dark {
    border-radius: 0px !important;
    background: linear-gradient(45deg, #0DCC92 0 50%, #222222 50% 100%) !important;
    padding: 9px !important;
    min-width: 20px !important;
    min-height: 20px !important;
}

.board-button-ok-inactive-light {
    border-radius: 0px !important;
    background: linear-gradient(45deg, #0DCC92 0 50%, #dddddd 50% 100%) !important;
    padding: 9px !important;
    min-width: 20px !important;
    min-height: 20px !important;
}

.board-button-error {
    border-radius: 0px !important;
    background: linear-gradient(45deg, #CCB80F 0 50%, #CC3639 50% 100%) !important;
    padding: 9px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 0.7 !important;
}



.board-button-v1 {
    border-radius: 0px !important;
    background: #7EB19F !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 0.7 !important;
    align-items: center;
    justify-content: center;
}

.board-button-v1-6 {
    border-radius: 0px !important;
    background: #0C8282 !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 0.7 !important;
    align-items: center;
    justify-content: center;
}

.board-button-v2 {
    border-radius: 0px !important;
    background: #3532A7 !important;
    color: #fff !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 0.7 !important;
    align-items: center;
    justify-content: center;
}

.board-button-v2ps {
    border-radius: 0px !important;
    background: #cc20dB !important;
    color: #fff !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 0.7 !important;
    align-items: center;
    justify-content: center;
}

.board-button-version-active {
    padding: 9px !important;
}

.board-button-version-inactive {
    padding: 4.1px !important;
}

.board-button-replacement {
    border-radius: 0px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 0.7 !important;
    align-items: center;
    color: #fff !important;
    justify-content: center;
    padding: 9px !important;
}

.board-button-replacement > * {
    position: absolute;
    top: calc(50%-0.7px);
    left: 0;
}

.board-button-unknown {
    border-radius: 0px !important;
    background: #CC3639 !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 0.7 !important;
    align-items: center;
    justify-content: center;
}

.board-button-notactive {
    border-radius: 0px !important;
    background: #CC3639 !important;
    color: #ffffff !important;
    padding: 4.1px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 0.7 !important;
    align-items: center;
    justify-content: center;
}

.board-button-danger {
    border-radius: 0px !important;
    background: #CC3639 !important;
    padding: 9px !important;
    min-width: 20px !important;
    min-height: 20px !important;
}

.unselected-border-light {
    border-color: #ffffff !important;
    border-width: 2px !important;
    border-style: solid !important;
}

.unselected-border-dark {
    border-color: #000000 !important;
    border-width: 2px !important;
    border-style: solid !important;
}

.selected-border {
    border-color: #ff1493 !important;
    border-width: 2px !important;
    border-style: solid !important;
}

.divider-margin {
    margin-bottom: 15px !important;
}

.dangerText {
    color:#CC3639 !important;
}

.warningText {
    color: #CCB80F !important;
}

.normalText {
}

.fleetpanel .mud-expand-panel .mud-expand-panel-header {
    padding: 0px !important;
    min-height: 20px !important;
}

.fleetpanel .mud-expand-panel {
   background-color: transparent !important;
}

.firmwarePadding .mud-expand-panel .mud-expand-panel-header {
    padding: 0px 0px 0px 4px !important;
    min-height: 20px !important;
}

.firmwarePadding {
    padding: 0px !important;
    min-height: 20px !important;
}


