body {

}

body .layout-wrapper .sidenav {
    width: 100%;
    position: initial;
    background-color: transparent;
    box-shadow: initial;
    padding: 0 1rem 0 0;
}

.sidebar-card {
    background: white;
    margin: 0 0 0.5rem 0;
    padding: 0;
    width: 100%;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    border-radius: 3px;
}

/*
link styling start
 */
.sidebarLinkHover, .sidebarLinkHover .fa-chevron-right {
    transition: transform 0.3s;
}

.sidebarLinkHover:hover .fa-chevron-right {
    transform: translateX(0.25rem);
}

.ui-button-raised, .ui-button-raised .fa-chevron-left {
    transition: transform 0.3s;
}

.ui-button-raised:hover .fa-chevron-left {
    transform: translateX(-0.25rem);
}

.sidebarLinkHover:hover {
    text-decoration: none;
}

/*
link styling end
 */

/*
    For hiding ripple animation overflow
 */
body .ui-button {
    overflow: hidden;
}

/*
general
 */
.centeredOnSmallScreens {

}

.centeredOnMediumScreens {

}

.centeredOnLargerThanSmallScreen {
    text-align: center;
}

.leftAlignedOnLargerThanSmallScreen {
    text-align: left;
}

.rightAlignedOnLargerThanSmallScreen {
    text-align: right;
}

/*

 */

/*
map start
 */

.mapMaxWidthHeight {
    width: 100%;
    /*
        - 8rem is to exclude top bar mapHeight
     */
    height: calc(100vh - 8rem);
}

body .mapTypeButton {
    position: relative;
    bottom: 3rem;
    left: 1rem;
}

.ui-button.dashboardRefreshButton {
    position: absolute;
    left: 1rem;
    top: 1rem;
}

/*
map end
 */

/*
checkbox start
 */
body .wrappingCheckboxText {

}


body .currentSignDisplay {
    width: 100%;
    height: 100%;
}

body .currentSignNoLinkDisplay {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.wrappingCheckboxText.ui-selectmanycheckbox label {
    display: initial;
}

/*
checkbox end
 */

/*
panel start
 */

/*
panel end
 */

.mobile-image {
    max-width: 9rem;
    max-height: 2.5rem;
    margin: 0 2rem;
}

/*
button styling
 */


.pulsating-button {
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation-iteration-count: 3;
}

.pulsating-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0)
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0)
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0)
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0)
    }
}


body .ui-button .ui-widget .ui-button-flat .ui-button-icon-only .ui-state-hover {
    border: none;
}

body .ui-button .ui-widget .ui-button-flat .ui-button-icon-only .ui-state-active {
    border: none;
}

body .ui-button .ui-widget .ui-button-flat .ui-button-icon-only .ui-state-active :hover {
    border: none;
}

.bigActivationButtonIcon:before {
    position: relative;
    bottom: 3.08rem;
    right: 1.4rem;
}

/*
button end
 */

/*
animation start
 */


/*
animation end
 */


/*
menuButton start
 */

/*
menuButton end
 */

.gpsDatePicker {
    padding: 0 10px 0 0;
}

/*
list start
 */
body .dataTableDataList {

}

.dataTableDataList.ui-datalist .ui-datalist-content {
    border: none;
    background: none;
    padding: 0;
}

body .dataListEmptyMessagePadding {

}

.dataListEmptyMessagePadding.ui-datalist .ui-datalist-empty-message {
    padding-left: 0;
}


/*
list end
 */


/*
tabview start
 */
.ui-tabs {
    background: transparent;
}

body .ui-tabs .ui-tabs-nav {
    background: transparent;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header {
    background: transparent;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header :hover {
    background: transparent;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-hover {
    background: transparent;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active {
    background: transparent;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active :hover {
    background: transparent;
}

body .ui-tabs .ui-tabs-panels {
    background: transparent;
}

body .ui-tabs .ui-tabs-panels .ui-tabs-panel {
    padding: 0 0.5rem 0 0.5rem;
}

/*
tabview end
 */

/*
dataView start
 */

body .ui-paginator {
    background: transparent;
}

body .ui-dataview .ui-dataview-content {
    background: transparent;
}

body .ui-dataview .ui-paginator.ui-paginator-bottom {
    border-width: 0;
}

/*
dataView end
 */

/*
toggle switch start
 */


/*
toggle switch end
 */

/*
card start
 */

/*
card end
 */


/*
text styling start
 */


/*
text styling end
 */

/*
Tree start
 */


/*
Tree end
 */

/*
fileupload start
 */
body .onlyButtonFileUpload {

}

.onlyButtonFileUpload.ui-fileupload .ui-fileupload-content {
    border: none;
    padding: 0;
}

.onlyButtonFileUpload.ui-fileupload .ui-fileupload-buttonbar {
    background-color: #fff;
    border: none;
    padding: 0;
}

body .focusFileUploadButton {

}

.focusFileUploadButton.ui-fileupload .ui-fileupload-buttonbar .ui-button {
    background-color: #007ad9;
    border: #007ad9;
    color: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}

.focusFileUploadButton.ui-fileupload .ui-fileupload-buttonbar .ui-button.ui-state-hover {
    background-color: #116fbf;
    color: #ffffff;
    border-color: #116fbf;
}

body .focusFileUploadButton.ui-fileupload .ui-fileupload-buttonbar .ui-button.ui-state-active {
    background-color: #005b9f;
    color: #ffffff;
    border-color: #005b9f;
}

/*
fileupload end
 */

/*
radiobutton start
 */
body {
    --radio-btn-height: 2rem;
}

body .increased-radio-btn-height {

}

.increased-radio-btn-height .ui-radiobutton {
    height: var(--radio-btn-height);
}

.increased-radio-btn-top-margin .ui-radiobutton {
    margin-top: 0.75rem;
}

/*
radiobutton end
 */


/*
selectOneMenu start
 */
.selectOneMenuBackgroundFix {

}

.selectOneMenuBackgroundFix .ui-selectonemenu-items-wrapper {
    background: white;
}

/*
selectOneMenu end
 */
/*
cell editor start
todo: add this to theme
 */
div .ui-cell-editor-output {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
cell editor stop
 */

/*
media queries start
 */

@media screen and (max-width: 1280px) {
    .gpsDatePicker {
        padding: 0;
    }
}

@media screen and (max-width: 992px) {
    .gpsDatePicker {
        padding: 0 1rem 0 0;
    }
}

@media screen and (max-width: 768px) {
    body .loginContainer {
        width: 90%;
        left: 5%;
    }

    .mobile-image {
        margin: 0 1rem;
    }
}

@media screen and (max-width: 576px) {
    .mobile-image {
        max-width: 4rem;
    }


    /**
        Make the table rows into cards
     */
    body .ui-datatable-reflow .ui-datatable-data tr.ui-widget-content {
        display: flex;
        width: 100%;
        border: 1px solid #eaeaea;
        border-radius: 3px;
        flex-direction: column;
        padding: 4px;
        margin-bottom: 4px;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    }

    .ui-datatable-reflow .ui-datatable-data td[role="gridcell"] {
        font-weight: normal;
    }

    .ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title {
        font-weight: 600;
    }

    body .ui-datatable-reflow .ui-paginator.ui-paginator-top, body .ui-datatable-reflow .ui-paginator.ui-paginator-bottom {
        border: none;
    }

    body .ui-datatable-reflow .ui-reflow-label {
        padding: 12px;
        text-align: center;
    }

    /**
        Style reflow dropdown. Unable to style the select options without some js
    */
    body .ui-datatable-reflow .ui-reflow-dropdown {
        vertical-align: initial;
        border: 1px solid #a6a6a6;
        position: relative;
        -moz-transition: border-color 0.3s;
        -o-transition: border-color 0.3s;
        -webkit-transition: border-color 0.3s;
        transition: border-color 0.3s;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 0.429em 0.857em 0.429em 0.857em;
        margin: 0;
        cursor: pointer;
    }

    body .ui-datatable-reflow .ui-reflow-dropdown.ui-state-hover {
        border-color: #212121;
    }

    body .ui-datatable-reflow .ui-reflow-dropdown.ui-state-highlight {
        border-color: #22b9e2;
    }

    body .ui-datatable-reflow .ui-reflow-dropdown.ui-state-focus {
        border-color: #22b9e2;
    }

    body .ui-datatable-reflow .ui-reflow-dropdown select {
        font-size: 14px;
    }

    /*
        restyle datatable header for reflow
     */
    body .ui-datatable-reflow .ui-datatable-header {
        border: none;
        background: none;
        font-size: 16px;
    }

    /*
        For creating some room around the cards
     */
    body .ui-datatable-reflow table {
        display: inline-grid;
    }

    body .ui-datatable-reflow .ui-datatable-data.ui-widget-content {
        margin: 6px;
    }

    /*
        Paginator options styling
     */
    body .ui-paginator .ui-paginator-rpp-options {
        border-radius: 3px;
        font-size: 14px;
        padding: 4px;
        cursor: pointer;
    }

    body .ui-paginator .ui-paginator-rpp-options:hover {
        border-color: #212121;
    }

    body .ui-paginator .ui-paginator-rpp-options:focus {
        border-color: #22b9e2;
    }

    body .ui-paginator .ui-paginator-rpp-options:active {
        border-color: #22b9e2;
    }

    body .ui-paginator .ui-paginator-rpp-options .ui-widget .ui-state-default .ui-corner-left .ui-state-hover {
        border-color: #212121;
    }
}

@media screen and (max-width: 768px) {
    .sm-large-button {
        height: 45px;
    }

    body .loginContainer {
        width: 90%;
        left: 5%;
    }
}

/*
media queries end
 */

body .ui-outputpanel-loading {
    width: 50px;
    height: 50px;
    background: url("/jakarta.faces.resource/images/small_spinner.gif.xhtml;jsessionid=6DA331685B0909933CBF361025865CCD?ln=default") center center no-repeat;
}

.mediumScreenOrLessSideBarHeader {
    position: fixed;
    z-index: 10;
    width: 100%
}

.mediumScreenOrLessSideBarContent {
    position: relative;
    margin-top: 64px;
}

body .layout-wrapper .sidebarOpenCloser .ui-button.sidebarOpenCloserButton {
    color: #ffffff;
    background: #22b9e2;
}

body .layout-wrapper .bottomBarOpenCloser .ui-button.bottomBarOpenCloserButton {
    color: #ffffff;
    background: #22b9e2;
    border-radius: 50%;
    font-size: 22px;
}

body .ui-button.button-favorite-hover {

}

.button-favorite-hover:hover .fa-star:before {
    color: #F4C732;
    text-shadow: 0 0 1px #F4C732;

    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .no-column-header {

}

body .no-column-header.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title {
    display: none;
}

body .ui-selectonelistbox .ui-selectlistbox-filter-container, body .ui-selectmanymenu .ui-selectlistbox-filter-container {
    border-bottom: transparent;
    background: transparent;
    margin-bottom: 0.5rem;
}

.disabled-interval-panel {
    opacity: 0.5;
}

.noBorders * {
    border: none !important;
}

.treenodeDeleteBtn {
    position: absolute;
    right: 10px;
    font-size: 12px !important;
    margin-top: -0.2rem !important;
}

.dialog-min {
    width: 50vh;
    height: 50vh;
    max-width: 1000px;
    text-align: center;
    max-height: 500px;
}

body .ui-datatable.borderless tbody,
body .ui-datatable.borderless th,
body .ui-datatable.borderless td {
    border-style: none;
}

.noTableHeader thead {
    display: none;
}

body .ui-datepicker {
    border: none;
}

.ui-speeddial-action {
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2);
}

body .ui-selectonelistbox .ui-selectlistbox-listcontainer .ui-selectlistbox-list .ui-selectlistbox-item {
    pointer-events: all;
}

.ui-state-disabled.showTooltip {
    pointer-events: all;
}

.ui-dataview .ui-dataview-header .hideheader {
    display: none;
}

.space-every-sixth-row:nth-child(6n) {
    margin-bottom: 1rem;
}

.space-every-sixth-row:last-child {
    margin-bottom: 0;
}

.controller-tree-leaf {
    border-width: 1px;
    border-color: lightgray;
    border-bottom-style: solid;
}

.hide-horizontal-scroll {
    overflow: hidden;
}

.withBorder {
    border: 1px solid lightgray;
    border-radius: 3px;
}

.stripedBackground {
    background: repeating-linear-gradient(-45deg, #d9d9d9, #d9d9d9 0.1rem, white 0.1rem, white 0.5rem);
}

.dashboardConfig {
    max-width: 40rem;
    position: relative;
    z-index: 1000;
}

.ui-dashboard-panel > .ui-panel > .ui-panel-content {
    height: 100%;
}

.hideTabHeader > .ui-tabs-nav
{
    display: none !important;
}

.card-white-background {
    border-style: solid;
    border-width: 0.5px;
    border-color: #e8e8e8;
}

.separator-white-background {
    border-color: #e8e8e8;
    border-style: solid;
    border-width: 0.5px;
}

.single-tabtitle-nopointer {
    padding: 0;
    margin: 16px;
}

.multi-column-widget {
    column-width: 20rem;
    column-rule: 1px solid lightgrey;
    column-gap: 50px;
    padding-top: 0.5rem
}

.separate-groups {
    padding-bottom: 14px;
    break-inside: avoid;
}

.softened-text {
    color: #454C4F;
}

.column-data-text {
    text-align: left;
}

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

.column-data-numbers {
    text-align: right;
}

.scenelist-padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
}

.sceneitems-padding {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
}

.scene-items-command-pos {
    margin-top: 2rem;
    padding-left: 1rem;
}
