
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1 Aug, 2019, 12:32:48 PM
    Author     : ppawar
*/

body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #F5F5F5;
}

body.leftSpace {
    margin-left: 75px;
}

body.leftMenuActive {
    margin-left: 190px;
}

body.rightSpace {
    margin-right: 75px;
}

body.rightMenuActive {
    margin-right: 190px;
}

/* default custom Css Start*/

.roundedBtn {
    border-radius: 15px;
    text-transform: uppercase;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    padding: 0.05rem 0.4rem;
    margin-right: 0.5rem;
    width: fit-content;
    height: 21px;
    font-size: 13px;
    z-index: 1;
}

.valignCenter {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
}

.mr-15 {
    margin-right: 10px;
}

.h-0 {
    height: 0px;
}

/* default custom Css End*/

/* Izi- Modal Css Start*/

.btnGroupModal {
    margin-top: 1rem;
    margin-bottom: 1rem;
    float: right;
}

.btnGroupModal .btn {
    background-color: #df4b13;
    color: #fff;
}

/* Izi- Modal Css End*/

/*Top navabar Css Start*/
.sensoyoTopNavbar {
    width: 100%;
    z-index: 100;
    position: fixed;
    height: 50px;
    top: 0;
    right: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 0 15px;
}

.sensoyoTopNavbar .top-menu-icon {
    font-size: 22px;
    width: 22px;
    vertical-align: middle;
    color: #5B5A57CC;
    margin: 0 3px 0;
} 

.sensoyoTopNavbar .navbar-top {
    margin: 0 0 0 15px;
}

.sideMenuToggle {
    margin: 0 15px 0 0;
}
.navBarIconsWithoutNames > .material-icons {
    color: #9E9E9E;
}

.sensoyoLogo {
    padding: 0;
}

.sensoyoLogo img {
    height: 40px;
}


.logoTitle {
    content: "";
    font-size: 22px;
    letter-spacing: 0;
    color: #5B5A57;
    text-transform: uppercase;
    opacity: 1;
}

.logoTitle:before {
    content: "Sparkle";
}

.sensoyoTopNavbar .navbar-nav a {
    color: #5B5A57;
    cursor: pointer;
}

.sensoyoTopNavbar .nav-item span{
    vertical-align: middle;
}

.sensoyoTopNavbar .nav-item.active-item .top-menu-icon {
    color: #DF4B13;
}

.user-name-badge {
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    background: #579AFF;
    color: #fff;
    line-height: 28px;
    display: inline-block;
    border-radius: 50%;
}

.navbar-nav .dropdown-menu {
    padding: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 0;
}
.dropdown-menu .dropdown-menu-icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.dropdown-menu .dropdown-item  {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 15px;
}

.logoTitle:before {
    content: "Platform";
}

.nav-item.show:after {
    content: '';
    position: absolute;
    top: 90%; 
    width: 20px;
    left: 10px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 20px;
    box-shadow: 0px 3px 6px #00000029;	
} 

@media (max-width: 502px) {
    .logoTitle:before {
        content: "";
    }
}

@media (max-width: 433px) {
    .logoTitle:before {
        content: "";
    }
}

.navBarPaddings {
    padding: 0.1rem 0.7rem;
    margin-bottom: 3px;
}


.navBarPaddings {
    padding: 0.1rem 0.7rem;
    margin-bottom: 3px;
}

/*Top navabar Css End*/

/*Bootstrap overloaded classes start*/


.form-control:focus {
    color: #666666;
    background-color: #fff;
    border-color: #df4b13;
    outline: 0;
    box-shadow: none; 
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
}

.card.customCard {
    position: relative;
    margin: 5px;
    min-height: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 13px;
}

.card.customCard.cardPaddings {
    padding: 0px;
}

.card.customCard > .cardHeadingWrapper {
    position: relative;
    height: 3.625rem;
    padding: 0.3125rem 0;
}

.card.customCard > .cardHeadingWrapper > .cardHeading {
    position: absolute;
    left: 15px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
}

.card.customCard.globalMapCard > .cardHeadingWrapper > .cardHeading {
    color: #ffffff;
}

.card.customCard > .cardHeadingWrapper > .cardToolbar {
    display: flex;
    position: absolute;
    right: 5px;
}

.card.customCard > .cardHeadingWrapper > .cardToolbar img{
    margin-right: 8px;
}

.card.customCard > .cardHeadingWrapper > .cardToolbar .tableSearchWithIcon {
    height: calc(1.5em + .25rem + 2px);
    margin-right: 20px;
    min-width: 200px;
    max-width: 200px;
    border-radius: 21px;
    padding-right: calc(1.5em + .75rem);
    background-image: url(../../images/toolbaricon/search.svg);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.card.customCard > .cardBody {
    height: 100%;
    position: relative;
}

.customCardHeading {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #737373;
}

/*Bootstrap overloaded classes end*/

.globalPlantListCard thead, .plantDashboardCard5 thead, .plantAlarmListViewCard thead, .modalTable thead {
    background-color: #E2B06559;
}

.firstIcon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.plantComparisionChangePlantBtnPosition {
    position: absolute;
    top: 40px;
    left: 10px;
}

.globalAllPlantsPowerAndRevenueDateFilters {
    z-index: 1;
    position: absolute;
    right: 135px;
    top: 4px;
}

/*Bootstrap-table overloaded classes start*/
#organizationSubscriptionTableWrapper .bootstrap-table.bootstrap4 {
    width: 100%;
}

.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list {
    display: none !important;
}

.bootstrap-table .fixed-table-container .table td {
    max-width: 0;
    overflow: hidden;
    padding: 0.45rem;
    /*need to review*/
    /*    text-overflow: ellipsis;
        white-space: nowrap;*/
}

.fixed-table-pagination {
    margin-left: 16px;
    margin-right: 16px;
}

.page-link {
    color: #6A6967;
    background-color: #FFFFFF;
    border: 0.5px solid #5B5A57;
}

.page-link:focus {
    box-shadow: 0 0 0 0.0rem rgba(0,0,0,.0);
}

.page-link:hover {
    z-index: 2;
    color: #FFFFFF;
    text-decoration: none;
    background: #BEBDB8 0% 0% no-repeat padding-box;
    border-color: #BEBDB8;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background: #5B5A57 0% 0% no-repeat padding-box;
    border-color: #5B5A57;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
    margin-right: 5px;
    margin-left: 5px;
}

.bootstrap-table .fixed-table-toolbar .search .search-input {
    height: calc(1.5em + .25rem + 2px);
    margin-right: 50px;
    min-width: 130px;
    max-width: 130px;
    border-radius: 21px;
    padding-right: calc(1.5em + .75rem);
    background-image: url(../../images/toolbaricon/search.svg);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.table-bordered {
    border: 0px solid #dee2e6;
}

.bootstrap-table .fixed-table-pagination>.pagination ul.pagination a {
    margin: 0px 2.5px;
    border-radius: 100%;
    padding: 2px 6px;
    line-height: 1;
}


.bootstrap-table .fixed-table-pagination > .pagination-detail, .bootstrap-table .fixed-table-pagination > .pagination {
    margin-top: 5px;
    margin-bottom: 5px;
}

.bootstrap-table .fixed-table-pagination>.pagination-detail .pagination-info {
    line-height: 0px;
    margin-right: 5px;
}

.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
    border-bottom: 0px solid #ffffff; 
}

.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
}

.bootstrap-table .fixed-table-container.fixed-height .table thead th {
    border: 1px solid transparent;
}

.fixed-table-container .mCSB_outside+.mCSB_scrollTools {
    right: -7px;
    display: none;
}

.fixed-table-container .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.fixed-table-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: transparent;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #FFFFFF;
}


.table-bordered td, .table-bordered th {
    border-right: 0px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.table-bordered td, .table-bordered th {
    border: 0px solid #dee2e6;
}

.table {
    width: 100% !important;
}

tspan {
    font-family: 'Source Sans Pro', sans-serif;
}

/*Bootstrap-table overloaded classes end*/


/*select 2 overloaded classes start*/

.select2-container .select2-selection--single {
    text-align: left;
    height: 55px !important;
    padding: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
    width: 50px !important;
    padding: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 23px !important;
}

.select2-container {
    z-index: 99;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #df4b13 !important;
    border: 1px solid #df4b13 !important;
    color:#fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color:#fff !important;
}

/*select 2 overloaded classes end*/

/*Global dashboard dividation classes start*/

.globalDashboardRowFirst,
.globalDashboardRowSecond {
    /*	add patch uncomment below line*/
    /*	min-height: calc((100vh - 130px)/2);*/
    min-height: calc((100vh - 95px)/2);
}

.globalDashboardRowFirst .globalDashboardColumnFirst .globalDashboardInnerRowFirst,
.globalDashboardRowFirst .globalDashboardColumnFirst .globalDashboardInnerRowSecond {
    min-height: calc(100%/2);
}

.globalDashboardRowSecond .globalDashboardColumnFirst, .globalDashboardRowSecond .globalDashboardColumnSecond, .globalDashboardRowSecond .globalDashboardColumnThird {
    max-height: inherit;
}

.globalStatsCard {
    position: relative;
    overflow: hidden;

}

.globalStatsCard.Generation {
    background: transparent linear-gradient(91deg, #C694F9 0%, #AB64F4 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.globalStatsCard.Revenue {
    background: transparent linear-gradient(90deg, #6AA5E3 0%, #6866E9 100%) 0% 0% no-repeat padding-box;
    border-radius: 13px;
    opacity: 1;
}

.globalStatsCard.devCommunication {
    background: transparent linear-gradient(90deg, #F69F61 0%, #F15865 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.globalStatsCard.Alarms {
    background: transparent linear-gradient(91deg, #A4E15F 0%, #53A31D 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.globalStatsCard .bgIcon {
    font-size: 8rem;
    color: #E2B065;
    position: absolute;
    bottom: -22px;
    right: 5px;
}

.globalStatsCard .generation-icon {
    color: #EFD4AC;
}
.globalStatsCard .revenue-icon {
    color: #88CCA5;
}
.globalStatsCard .devCommunication-icon {
    color: #8590D2;
}
.globalStatsCard .alarms-icon {
    color: #EEB499;
}

.globalStatsCard .iconDeviceComm{
    bottom: 0;
    right: -1.7rem;
    font-size: 7rem;	
}

.globalStatsCard .iconRevenue {
    bottom: 0;
    right: -1.3rem;
    font-size: 10rem;
    line-height: 5.6rem;	
}

.globalStatsShowDetails {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*background-color: #E2B065;*/
    padding: 0.5rem;
}

.showDetails {
    position: relative;
    width: 47px;
    height: 23px;
    padding-left: 2px;
    color: white;
    border: 1px solid #fff;
    border-radius: 20px;
    cursor: pointer;
}

.showDetails:after {
    content: '\2022 \2022 \2022';
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    font-size: 25px; 
    letter-spacing: 2px;
}

.trendingsUp {
    position: relative;
    width: 28px;
    height: 28px;
    padding-left: 2px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: 600;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.trendingsDown {
    position: relative;
    width: 28px;
    height: 28px;
    padding-left: 2px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: 600;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.trendingsText {
    font-size: 22px;
    padding-left: 5px;
    letter-spacing: 0;
    color: #FFFFFF;
}

.trendingsUp:after {
    content: '\02191';
    color: #4DB300;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    font-size: 25px; 
    letter-spacing: 2px;
}

.trendingsDown:after {
    content: '\02193';
    position: absolute;
    color: #F30106;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    font-size: 25px; 
    letter-spacing: 2px;
}

.globalStatsShowDetailsText {
    padding-right: 0.4rem;
}

.globalStatsShowStats {
    position: absolute;
    left: 5px;
    bottom: 45px;
}

.globalStatsShowStatsYTD {
    font-size: 16px;
    letter-spacing: 0;
    color: #FFFFFF;
    padding-left: 5px;
}

.globalStatsShowStatsTitle {
    font-size: 16px;
    letter-spacing: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    /*line-height: 2;*/
    padding-left: 5px;
    margin-bottom: 0.5rem;
}

.globalStatsShowStatsValueWrapper {
    line-height: 0.7;
    margin-bottom: 0.5rem;
}

.globalStatsShowStatsValue {
    font-size: 40px;
    letter-spacing: 0;
    font-weight: bold;
    color: #FFFFFF;
}

.globalStatsShowStatsValueUnits {
    font-size: 34px;
    letter-spacing: 0;
    /*font-weight: bold;*/
    color: #FFFFFF;
    padding-left: 10px;
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .globalStatsShowStatsValue {
        font-size: 30px;
    }

    .globalStatsShowStatsValueUnits {
        font-size: 24px;
    }

    .globalStatsShowStatsValueWrapper {
        line-height: 0.5;
        margin-bottom: 0.2rem;
    }

    .globalStatsShowStats {
        position: absolute;
        left: 5px;
        bottom: 35px;
    }
}

.globalMapCard .cardHeadingWrapper {
    background-color: rgba(0,0,0,0.5);
    position: absolute !important;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
}

.globalMapCard .cardBody #globalMap {
    position: relative;
}

.globalMapCard #globalMap {
    height: inherit;
}

.globalPlantListCard #globalListView {
    height: inherit;
}

.plantAlarmCatTextHigh {
    color: #FF6600;
}

.plantAlarmCatTextCritical {
    color: #FF0000;
}
.plantAlarmCatTextLow {
    color: #000000;
}

.plantAlarmCatTextMedium {
    color: #E2B065;
}

.plantAlarmCatCircleHigh {
    width: 15px;
    height: 15px;
    background: #FF6600 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    display: inline-block;
}

.plantAlarmCatCircleCritical {
    width: 15px;
    height: 15px;
    background: #FF0000 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    display: inline-block;
}
.plantAlarmCatCircleLow {
    width: 15px;
    height: 15px;
    background: #BEBDB8 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    display: inline-block;
}

.plantAlarmCatCircleMedium {
    width: 15px;
    height: 15px;
    background: #E2B065 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    display: inline-block;
}

.plantStatusCircleNormal {
    width: 21px;
    height: 21px;
    background: #4DB300 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    display: inline-block;
}

.plantNameNormal, .deviceStatusActive {
    color: #4DB300;
}

.plantNameCritical, .deviceStatusInactive {
    color: #FF0000;
}

.plantNameInactive {
    color: #BEBDB8;
}

.plantStatusCircleCritical {
    width: 21px;
    height: 21px;
    background: #FF0000 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    display: inline-block;
}

.plantStatusCircleInactive {
    width: 21px;
    height: 21px;
    background: #BEBDB8 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    display: inline-block;
}

.legendWrapper {
    position: absolute;
    margin: 10px;
    bottom: 25px;
}

.plantAlarmListViewCard .legendWrapper {
    position: absolute;
    margin: 20px 10px;
    bottom: 25px;
}

.plantListLegendsText {
    font-size: 16px;
    line-height: 20px;
    margin-right: 10px;
    letter-spacing: 0;
    color: #737373;
    opacity: 1;
}

.plantListLegendsNormal {
    width: 12px;
    height: 12px;
    background: #4DB300 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    display: inline-block;
}

.plantListLegendsCritical {
    width: 12px;
    height: 12px;
    background: #FF0000 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    display: inline-block;
}

.plantListLegendsInactive {
    width: 12px;
    height: 12px;
    background: #BEBDB8 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    display: inline-block;
}
.plantListLegendsHigh {
    width: 12px;
    height: 12px;
    background: #FF6600 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    display: inline-block;
}
.plantListLegendsMedium {
    width: 12px;
    height: 12px;
    background: #E2B065 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    display: inline-block;
}
.plantListLegendsLow {
    width: 12px;
    height: 12px;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    display: inline-block;
}

.plantListAlarmCountLow {
    width: fit-content;
    height: fit-content;
    padding: 2px 9px;
    color:#FFFFFF;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    /*display: inline-block;*/
}

.plantListAlarmCountCritical {
    width: fit-content;
    height: fit-content;
    padding: 2px 9px;
    color:#FFFFFF;
    background: #FF0000 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    /*display: inline-block;*/
}

.plantListAlarmCountHigh {
    width: fit-content;
    height: fit-content;
    padding: 2px 9px;
    color:#FFFFFF;
    background: #FF6600 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    /*display: inline-block;*/
}
.plantListAlarmCountMedium {
    width: fit-content;
    height: fit-content;
    padding: 2px 9px;
    color:#FFFFFF;
    background: #E2B065 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    /*display: inline-block;*/
}

.customCardHeading span {
    margin-right: 2px;
}

/*Sidebar classes start*/

.sidebarWrapperLeft {
    left: 0;
    min-height: inherit;
    margin-left: 0;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

.sidebarWrapperRight {
    right: 0;
    min-height: inherit;
    margin-right: 0;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}


#pageContentWrapperWithoutPatch {
    max-height: calc(100vh - 50px);
    min-height: calc(100vh - 50px);
    height: calc(100vh - 50px);
    width: 100%;
    min-width: 100%;
    padding: 5px 5px 0px 5px;
    margin-top: 50px;
}

#wrapper.leftToggled .sidebarWrapperLeft {
    margin-left: -122px;
}

#wrapper.rightToggled .sidebarWrapperRight {
    margin-right: -122px;
}

#attachSidebarWrapper {
    position: fixed;
    top: 50px;
    z-index: 100;
    height: calc(100% - 50px);
    background: #212529;
    overflow: auto;
}

.sideNavMenuRight {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    height: 100%;
    background: #212529;
}

.sidebarWrapperLeft .sidebar-heading,
.sidebarWrapperRight .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

.sidebarWrapperLeft .sidebarNav,
.sidebarWrapperRight .sidebarNav {
    width: 187px;
    min-height: calc(100vh - 50px);
}

.sidebarNav {
    position: relative;
    background: #5B5A57;
}

.sidebarNav .sidebaropenbtn {
    position: fixed;
    top: 50%;
    left: 177px;
    z-index: 2;
}

.sidebarNav .sidebarclosebtn {
    position: fixed;
    top: 50%;
    left: 55px;
    z-index: 2 !important;
    -ms-transform: rotate(1800deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidebarNav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #5B5A57;
}

.sidebarNav .metismenu {
    background: #5B5A57 0% 0% no-repeat padding-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: inherit;
}
.sidebarNav .metismenu .has-arrow:after {
    border-width: 2px 0 0 2px;
    width: .7em;
    height: .7em;
}
.sidebarNav .metismenu .has-arrow:after {
    -webkit-transform: rotate(224deg) translateY(-50%);
    transform: rotate(224deg) translateY(-50%);
}

.sidebarNav .metismenu .has-arrow[aria-expanded=true]:after, 
.sidebarNav .metismenu .mm-active>.has-arrow:after {
    -webkit-transform: rotate(45deg) translateY(0);
    transform: rotate(45deg) translateY(0);
}

.sidebarNav .metismenu li + li {
    margin-top: 0px;
    /*margin-top: 5px;*/
}

.sidebarNav .metismenu li:last-child {
    margin-bottom: 5px;
}


.sidebarNav .metismenu > li {
    /*-webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.sidebarNav .metismenu li a {
    position: relative;
    display: block;
    padding: 22px 20px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
    color: #C6C5C4;
    text-transform: uppercase;
    opacity: 1;
    outline-width: 0;
    transition: all .3s ease-out;
}

.sidebarNav .metismenu li ul a {
    font-size: 14px;
    padding: 5px 15px 5px 42px;
}

.sidebarNav .metismenu a i {
    font-size: 22px;
}

.sidebarNav .metismenu a:hover i,
.sidebarNav .metismenu a:focus i,
.sidebarNav .metismenu a:active i,
.sidebarNav .metismenu .mm-active > a i{
    color: #DF4B13;
    font-size: 22px;
}

.sidebarNav .metismenu a:hover span,
.sidebarNav .metismenu a:focus span,
.sidebarNav .metismenu a:active span,
.sidebarNav .metismenu .mm-active > a span{
    color: #FFFFFF;
}

.sidebarNav .metismenu a:hover,
.sidebarNav .metismenu a:focus,
.sidebarNav .metismenu a:active,
.sidebarNav .metismenu .mm-active > a{
    text-decoration: none;
}

/*custom scroll*/
.sidebarWrapperLeft .mCSB_outside + .mCSB_scrollTools,
.sidebarWrapperRight .mCSB_outside + .mCSB_scrollTools {
    right: -8px;
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer {
    position: absolute;
    top: 16px;
    left: 8px;
    bottom: 0;
    right: 8px;
    height: auto;
    display: none;
}

.mCSB_scrollTools.mCSB_3_scrollbar.mCS-light.mCSB_scrollTools_horizontal {
    display: none;
}

.metismenu .hideArrow.has-arrow:after {
    right: unset;
    display: none;
}

@media (max-width: 768px) {
    body.leftSpace {
        margin-left: 0px;
    }

    body.rightSpace {
        margin-right: 0px;
    }

    body.rightMenuActive {
        margin-right: 0px;
    }

    body.leftMenuActive {
        margin-left: 0px;
    }

    .sidebarWrapperLeft {
        margin-left: 0px;
    }

    .sidebarWrapperRight {
        margin-right: 0px;
    }

    #pageContentWrapperWithPatch , #pageContentWrapperWithoutPatch {
        min-width: 100vw;
    }

    #wrapper.leftToggled .sidebarWrapperLeft {
        margin-left: -262px;
    }

    #wrapper.rightToggled .sidebarWrapperRight {
        margin-right: -262px;
    }

    .sidebarNav .sidebarclosebtn {
        position: fixed;
        top: 50%;
        left: 0px;
        z-index: 2 !important;
        -ms-transform: rotate(1800deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

/*Sidebar classes end*/

/*google map info window css start*/

.gm-style .gm-style-iw-c {
    min-width: 352px;
    padding: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 0.95;
}

.gm-style .gm-style-iw-c button{
    display: none !important;
}

.gm-style .gm-style-iw-d {
    max-width: 100% !important;
    overflow: auto !important;
}

.mapInfoBubble {
    padding: 12px;
}

.mapInfoBubble .heading {
    font-size: 16px;
    letter-spacing: 0;
    color: #737373;
}

.mapInfoBubble .lastCommunicatedText {
    font-size: 12px;
    letter-spacing: 0;
    color: #737373;
    margin-bottom: 12px;
}

.mapInfoBubble .value {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0;
    color: #282828;
}

.mapInfoBubble .plantName {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
}

.mapInfoBubbleBlockElement {
    margin-bottom: 4px;
}

.gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
    box-shadow: 2px 2px 2px 0 rgba(178,178,178,.4);
    content: "";
    height: 25px;
    left: 18px;
    position: absolute;
    top: 10px;
    transform: translate(-50%,-50%) rotate(90deg);
    width: 25px;
}

/*google map info window css end*/

/*----------------------------------------*/
/*  3.  Icons CSS
/*----------------------------------------*/

.icons_24px {
    height: 24px;
    width: 24px;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.reportFilters .material-icons {
    font-size: 22px;
}

/*----------------------------------------*/
/*  4.  Footer CSS
/*----------------------------------------*/
footer {
    display: flex;
    background-color: #fff;
    color: #212222;
    opacity: 0.8;
    height: 25px;
    width: 100%;
    justify-content: center;
}

/*----------------------------------------*/
/*  4.  Management Tables CSS
/*----------------------------------------*/
.bootstrap-table.bootstrap4 table thead {
    background-color: #E2B06559;
}

/*----------------------------------------*/
/*  4.  Button CSS
/*----------------------------------------*/

.bttn-unite.bttn-primary {
    border-color: #df4b13;
    color: #df4b13;
}

.bttn-unite.bttn-xs {
    padding: 0px 8px;
    font-size: 15px !important;
    font-family: inherit;
}

.bttn-unite.bttn-xs > i {
    font-size: 20px;
}


/*----------------------------------------*/
/*  4.  Management Tables ADD/ EDIT Box CSS
/*----------------------------------------*/

.sidr-right {
    position: absolute;
}

.sidr-heading {
    float: left;
    font-size: 20px;
    font-weight: 600;
    color: #666666;
}

.sidr-right-header {
    position: absolute;
    top:0;
    height:50px;
    width: 100%;
    padding: 10px;
    background-color: #F5F5F5;
}

.sidr-right-header button {
    position: relative;
    float: right;
}

.sidr-right-header .material-icons {
    position: absolute;
    right: 3px;
    bottom: 3px;
    font-size: 20px;
}

.sidr-right-body {
    position: absolute;
    top:50px;
    width: 100%;
    padding: 10px;
}

.sidr-right-body label {
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}

@media (min-width: 576px) and (max-width: 575.98px) {
    .sidr {
        width: 560px !important;
    }
}

@media (min-width: 480px) and (max-width: 575.99px) {
    .sidr {
        width: 480px !important;
    }
}

@media (min-width: 360px) and (max-width: 479.99px) {
    .sidr {
        width: 360px !important;
    }
}

@media (min-width: 320px) and (max-width: 359.99px) {
    .sidr {
        width: 320px !important;
    }
}

/*----------------------------------------*/
/*  4.  Multiselect bootstrap CSS
/*----------------------------------------*/

.btn-group, .btn-group-vertical {
    display: flex;
}

.btn-group-vertical>.btn, .btn-group>.btn {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-group-vertical>.btn:focus, .btn-group>.btn:focus {
    color: #666666;
    background-color: #fff;
    border-color: #df4b13;
    outline: 0;
    box-shadow: none;
}

.btn:focus {
    outline: 0;
    box-shadow:none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow:none;
}

.multiselect-container {
    width: 100%;
}

.multiselect-container >.multiselect-item.multiselect-all > a > label, .mCSB_container >.multiselect-item.multiselect-all > a > label {
    padding: 3px 20px 3px 35px !important;
    background: #fff;
    margin-bottom: 0px;
}

.multiselect-container > .multiselect-item.multiselect-all > a > label .checkmark ,.mCSB_container >.multiselect-item.multiselect-all > a > label .checkmark{
    left: 5px;
}

.multiselect-container > li.multiselect-item.multiselect-group label, .mCSB_container > li.multiselect-item.multiselect-group label {
    padding: 3px 35px !important;
}

.multiselect-container > li.multiselect-item.multiselect-group label .checkmark, .mCSB_container > li.multiselect-item.multiselect-group label .checkmark {
    left: 5px;
}

.multiselect-container > li a:hover, .mCSB_container > li a:hover {
    text-decoration: none;
}

.multiselect-container > li a:focus, .mCSB_container > li a:focus {
    outline: 0;
    box-shadow: none;
}

.multiselect-container > li label, .mCSB_container > li label {
    outline: 0;
    box-shadow: none;
    padding: 3px 60px !important;
}

.multiselect-container > li label .checkmark, .mCSB_container > li label .checkmark{
    left: 30px;
}

.multiselect-container > li>a>label>input[type=checkbox], .mCSB_container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px;
    margin-right: 5px;
}

.multiselect-container > li, .mCSB_container > li {
    padding: 3px 0px !important;
}

.multiselect-container > li>a, .mCSB_container>li>a {
    color: #666666;
}

.dropdown-toggle::after {
    position: absolute;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    right: 10px;
    top: 45%;
}

.multiselect-selected-text {
    position: absolute;
    bottom: 20%;
    left: 20px;
}

/*dummy*/

/* The checkbox-container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container>input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
    text-decoration: none;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container>input:checked ~ .checkmark {
    background-color: #df4b13;
    text-decoration: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container>input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container>.checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*//custom scroll checkbox*/
.multiselect-container .mCSB_scrollTools .mCSB_draggerContainer {
    right: -15px;
}


.multiselect-container .mCSB_container {
    width: 100%;
}

/*----------------------------------------*/
/*  4.  Profile CSS
/*----------------------------------------*/
.profileBoxWrapper {
    height: calc(100% - 20px);
    background-color: #fff;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-right: 25%;
    padding-left: 25%;
}

.profileBoxWrapper .form-group {
    margin-bottom: 0.8rem;
}

.profileBoxWrapper .card {
    position: relative;
    min-height: 150px;
    max-width: 160px;
}

.profileBoxWrapper .card-body {
    padding: 3px;
}

.profileBoxWrapper .card-body img {
    height: 150px;
    width: 150px;
}

.profileBoxWrapper .card-footer {
    position: absolute;
    right:0px;
    bottom:0px;
    padding: 5px;
    width: 50px;
    border-top: none;
    background-color: transparent;
}

.profileBoxWrapper .card-footer label{
    margin: 0;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .profileBoxWrapper {
        padding-top: 1%;
        padding-bottom: 1%;
        padding-right: 1%;
        padding-left: 1%;
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
    .profileBoxWrapper {
        padding-top: 1%;
        padding-bottom: 1%;
        padding-right: 5%;
        padding-left: 5%;
    }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .profileBoxWrapper {
        padding-top: 3%;
        padding-bottom: 3%;
        padding-right: 10%;
        padding-left: 10%;
    }
}

/*input with icons*/
.form-control.dateIcon{
    background-image: url(../../images/toolbaricon/datepicker.svg) !important;
    background-repeat: no-repeat;
    background-position: center right calc(.375em + 0.7875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    -webkit-background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    -moz-background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    -o-background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/*input verifys*/

.form-control-verify {
    float: right;
    display: unset;
}

.form-control-verify.is-error:before {
    float: right;
    color: #e74c3c;
    font-weight: 600;
    content: "Verify";
}

.form-control-verify.is-success:before  {
    float: right;
    color: #29b765;
    font-weight: 600;
    content: "Verified";
}

.is-error {
    color: #e74c3c;
    font-weight: 600;
}

.is-success {
    color: #29b765;
    font-weight: 600;
}

/*selectDatePicker box*/
.selectDatePickerWrapper {
    position: relative;
}

.selectDatePickerWrapper #selectDatePickerButton {
    color: #FFFFFF;
    background-color: #5B5A57;
    border-color: #5B5A57;
    border-radius: 35px;
    padding: .100rem .75rem;
    width: 225px;
}

#selectDatePickerButton:hover .selectDatePickerListGroup, #selectDatePickerButton .selectDatePickerListGroup:hover {
    display: block;
}

.selectDatePickerWrapper .selectDatePickerListGroup {
    position: absolute !important;
    top: 40px;
    right: -5px;
    list-style-type: none;
    padding: 0px;
    width: 149px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #DADADA;
    border-radius: 8px;
    display: none;
    z-index: 100;
}

.selectDatePickerWrapper .selectDatePickerListGroupItem {
    position: relative;
    height: 2.5rem;
    padding: 0 !important;
    border-bottom:1px solid #E0DFDD;
    color: #5B5A57;
    width: 100%;
    font-weight: 400;
    z-index: 2;
}

.selectDatePickerWrapper .selectDatePickerListGroupItem:hover {
    background-color: #E2B065;
    color: #fff;
}

.selectDatePickerWrapper .selectDatePickerListGroup:before{
    content: "";
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1;
    border: solid 15px transparent;
    border-right-color: #FFF;
    transform-origin: center center;
    transform: translate(-2em, -.5em) rotate(90deg);
}

/*date pickers*/
.datepicker--pointer {
    position: absolute;
    background: #E2B065 !important;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1;
}

.datepicker--button-custom:hover {
    color: #4a4a4a;
    background: #f0f0f0;
}

.datepicker--button-custom {
    color: #4EB5E6;
    cursor: pointer;
    border-radius: 4px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.datepickerParent .datepickerDetailed {
    position: absolute;
    top: 0;
    left: 148px;
    display: block;
    opacity: 1;
}

.datepicker--cell.-in-range- {
    background: #E2B065 0% 0% no-repeat padding-box !important;
    color: #FFFFFF !important;
    border-radius: 0;
}

.customDatePicker .datepicker--cell {
    height: 40px !important;
}

.customDatePicker .datepicker--cells-months {
    height: 240px;
}


.datepicker--nav {
    border-bottom: 0px solid #efefef !important;
}

.datepickerParent:hover .datepickerDetailed {   
    display: block
}

/*.datepickerDetailed:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 11px;
    z-index: 100;
    border: solid 15px transparent;
    border-right-color: #E2B065 !important;
    transform-origin: center center;
    transform: translate(-2em, -.5em) rotate(0deg);
}*/

.datepicker {
    width: 260px !important;
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 24px 24px #0000004D !important;
    border: 0px solid #FFFFFFCC !important;
}

.datepicker--nav-title, .datepicker--nav-title i {
    color: #000000 !important;
}

.datepicker--nav {
    padding: 0px 4px !important;
}

.datepicker--days-names {
    margin: 4px 0 3px !important;
}

.datepicker--day-name {
    color: #0000008A !important;
    font-size: 14px !important;
}

.datepicker--cell.-current-{
    color: #DF4B13!important;
}

.datepicker--cell.-focus- {
    color: #fff !important;
    background-color: #DF4B13!important;
    border-radius: 50%;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: #fff !important;
    background-color: #DF4B13!important;
    border-radius: 50%;
}

.datepicker--cell {
    height: 25px !important;
}

.startDateEndDateWrapper {
    padding:  5px 20px;
    background: #E2B065 0% 0% no-repeat padding-box;
    opacity: 1;
}

.dateHeading {
    font-size: 14px;
    letter-spacing: 0;
    color: #FFFFFF;
}

.dateValue {
    font-size: 20px;
    letter-spacing: 0;
    color: #FFFFFF;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 100; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}


/*notification box*/

.notificationBox {
    position: absolute;
    max-width:260px;
    max-height:370px;
    min-width:260px;
    min-height:fit-content;
    z-index: 100;
    top: 80px;
    float: right;
    right: 55px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #DADADA;
    border-radius: 10px;
    display: none;
}

#notificationIcon {
    position: relative;
}

#notificationIcon:hover + .notificationBox, #notificationIcon + .notificationBox:hover {
    display: block;
}

.notificationBox:before{
    content: "";
    position: absolute;
    top: -20px;
    right: -5px;
    z-index: 1;
    border: solid 15px transparent;
    border-right-color: #FFF;
    transform-origin: center center;
    transform: translate(-2em, -.5em) rotate(90deg);
}

.notificationBox .listGroup {
    max-height: inherit;
    min-height: inherit;
    list-style-type:none;
    padding: 20px;
}

.notificationBox .listGroupItem {
    height: 4.5rem;
    padding: 0 !important;
    border-bottom:1px solid #E0DFDD;
}

.notificationBox .listGroupItem a{
    height: inherit;
}

.notificationBox .listGroupItem .timeAgo{
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #B5B3AF;
}

.notificationBox .viewAllNotifications {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #E56D3F;
}

.notificationBox .listGroupFooter a{
    float: right;
}

.notificationBox .listGroupItem .notificationMessage{
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #5B5A57;
}

.notificationBox .listGroupItem span{
    height: inherit;
}

.notificationBox .listGroup.mCustomScrollbar {
    padding: 20px !important;
}

.notificationBox .mCSB_2_container {
    width:100%;
}

.notificationBox .mCSB_outside+.mCSB_scrollTools {
    right: -5px;
    top: 5px;
    bottom: 5px;
}

/*avatar styles*/
.avatarRound {
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

/*expand css styles start*/

.expand .expandCharts {
    height: 350px;
    width: 100%;
    margin-bottom: 20px;
}

.expand .expandCharts .modalChart {
    height: 350px;
    width: 100%;
}

#deviceCommunicationGlobalStatusModal .expandTable {
    margin-top: 50px;
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
}

.expand .expandTable {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
}

.expand .expandTable .modalTable {
    width: inherit;
}

.expand .expandTable .modalTable td, .table th {
    padding: 0.55rem;
}

.expand .expandTable .bootstrap-table .fixed-table-container {
    padding-bottom: 0px !important;
}

/*expand css styles end*/

/*iziModal css styles start*/

.iziModal {
    border-radius: 10px !important;
}

.iziModal .iziModal-header {
    box-shadow: none !important;
}

.iziModal .iziModal-header-title {
    font-size: 18px;
    letter-spacing: 0;
    color: #737373 !important;
    text-transform: uppercase;
}

.expand.iziModal .iziModal-header {
    position: absolute !important;
}

/*iziModal css styles end*/

/*individual datepicker for cards css styles start*/

.cardBody.globalDatepickerForIndividualChartParent.datepickerForIndividualChartParent .datepickerForIndividualChart {
    position: absolute;
    top: 0%;
    right: 160px;
    opacity: 1;
    z-index: 100;
}

.cardBody.globalDatepickerForIndividualChartParent.datepickerForIndividualChartParent .datepickerForIndividualChart .datepicker--pointer {
    display: block;
    right: -12px;
    top: 7px;
    background: transparent !important;
    border-top: 10px solid transparent;
    border-left: 10px solid #E2B065;
    border-bottom: 10px solid transparent;
}

.cardBody.globalDatepickerForIndividualChartParent.datepickerForIndividualChartParent #globalPlantExportAndRevenueChartMothlyDatepicker {
    position: absolute;
    top: 5px;
    right: 265px;
    opacity: 1;
    z-index: 100;
}

.cardBody.globalDatepickerForIndividualChartParent.datepickerForIndividualChartParent #globalPlantExportAndRevenueChartYearlyDatepicker {
    position: absolute;
    top: 5px;
    right: 195px;
    opacity: 1;
    z-index: 100;
}

.cardBody.datepickerForIndividualChartParent .datepickerForIndividualChart {
    position: absolute;
    top: -45%;
    right: 120px;
    opacity: 1;
    z-index: 100;
}

.cardBody.datepickerForIndividualChartParent .datepickerForIndividualChart .datepicker--pointer {
    display: block;
    right: -12px;
    top: 125px;
    background: transparent !important;
    border-top: 10px solid transparent;
    border-left: 10px solid #E2B065;
    border-bottom: 10px solid transparent;
}

.cardBody.datepickerForIndividualTableParent .datepickerForIndividualTable {
    position: absolute;
    top: -35%;
    right: 80px;
    opacity: 1;
    z-index: 100;
}

.cardBody.datepickerForIndividualTableParent .datepickerForIndividualTable .datepicker--pointer {
    display: block;
    right: -12px;
    top: 125px;
    background: transparent !important;
    border-top: 10px solid transparent;
    border-left: 10px solid #E2B065;
    border-bottom: 10px solid transparent;
}

/*.cardBody.datepickerForIndividualTableParent .datepickerForIndividualTable:before {
    content: "";
    position: absolute;
    top: 110px;
    right: -40px;
    z-index: 1;
    border: solid 15px transparent;
    border-right-color: #FFFFFF;
    transform-origin: center center;
    transform: translate(-1em, 0.5em) rotate(180deg);
}*/

.customCard.datepickerForIndividualChartParent .datepickerForIndividualChart {
    position: absolute;
    top: 0px;
    right: 120px;
    opacity: 1;
    z-index: 10;
}

.customCard.datepickerForIndividualChartParent .datepickerForIndividualChart .datepicker--pointer {
    display: block;
    right: -12px;
    top: 10px;
    background: transparent !important;
    border-top: 10px solid transparent;
    border-left: 10px solid #E2B065;
    border-bottom: 10px solid transparent;
}

.datepickerForIndividualChartParent:hover .datepickerForIndividualChart {   
    display: block;
}

/*plant datepicker common start*/
#monthlyDatePicker .datepicker-inline {
    position: absolute;
    right: -262px;
    bottom: -190px;
}

#customDatePicker .datepicker-inline {
    position: absolute;
    right: -262px;
    bottom: -290px;
}


/*plant datepicker common end*/

/*popovercss start*/

.fu_popover_content_default {
    padding: 0px 0px !important
}

.fu_popover_content_default  .btn-group-vertical>.btn, .btn-group>.btn {
    padding: .375rem 0.275rem  !important;
}

.fu_popover_default {
    background: transparent !important;
    border: 0px solid rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
}
/*popovercss end*/

/*individual datepicker for cards cssstyles end*/

/*.bootstrap-table .fixed-table-container .table thead th .sortable {
    cursor: pointer;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 30px;
}*/
/*bootstrap column grid override start*/

@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media (min-width: 1366px) {
    .col-xl-3 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

/*bootstrap column grid override end*/

/*mapListView css start*/

.mapListViewMain .legendWrapper {
    position: unset;
}

.mapListViewMain .bootstrap-table.bootstrap4 {
    display: none;
}

/*mapListView css end*/

/*aboutus css start*/
.aboutUsWrapper {
    height: 100%;
    color: #707070;
    margin: 20px;
}


.userGuideAndContactUs .linkOrEmail {
    color: #DF4B13;
}

.aboutUsWrapper .row{
    height: 100%;
}

.aboutUsWrapper .row .aboutUs{
    padding: 50px;
}

.aboutUsWrapper .row .userGuideAndContactUs{
    padding: 50px;
}

.aboutUsWrapper .aboutUsHeading,  .userGuideAndContactUs .aboutUsHeading{
    font-size: 32px;
    line-height: 50px;
    color: #DF4B13;
    font-weight: 400;
}

.userGuideAndContactUs {
    background-color: #ffffff;
    border-radius: 10px;
    height: inherit;
}

/*add units css*/

.bootstrap-table .fixed-table-container .table td button,
.bootstrap-table .fixed-table-container .table td input,
.bootstrap-table .fixed-table-container .table td select,
.bootstrap-table .fixed-table-container .table td textarea {
    width: 100%;
}

.bootstrap-table .fixed-table-container .table td .material-icons {
    font-size: 16px;
}

.addManagementMain .bootstrap-table.bootstrap4 table thead {
    background-color: #FFFFFF;
}

.addManagementMain .bootstrap-table.bootstrap4 {
    width: 100%;
}

.addManagementMain .managementTable {
    margin-right: 15%;
    margin-left: 15%;
    padding: 20px;
}

.addManagementMain .table-bordered td, .table-bordered th {
    border-bottom: 0px solid #dee2e6 !important;
}


.addManagementMain .bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: 0.10rem 0.75rem;
}

.addManagementMain .tableToolbar {
    width: 100%;
    height: 55px;
    padding: 0px 10px;
    /*background-color: #000;*/
}

.addManagementMain .tableToolbar .tableToolbarHeading {
    float: left;
    font-weight: 400;
}

.addManagementMain .bootstrap-table .fixed-table-container .table td {
    padding: 0.15rem;
}

.addManagementMain .tableToolbar .tableToolbarControls {
    float: right;
}

.addManagementMain .tableToolbar .tableToolbarControls .save {
    border: 1px solid #000;
    margin-right: 3px;
    color: #fff;
    border-radius: 30px;
    padding: .175rem 0.75rem;
    background-color: #707070;
}

.addManagementMain .tableToolbar .tableToolbarControls .cancel{
    border: 1px solid #000;
    margin-right: 3px;
    color: #707070;
    border-radius: 30px;
    padding: .175rem 0.75rem;
    background-color: #fff;
}

.tableToolbarControls .save{
    border: 1px solid #707070;
    margin-right: 3px;
    color: #fff !important;
    border-radius: 30px;
    padding: .175rem 0.75rem;
    background-color: #707070;
}

.tableToolbarControls .cancel {
    border: 1px solid #707070;
    margin-right: 3px;
    color: #707070 !important;
    border-radius: 30px;
    padding: .175rem 0.75rem;
    background-color: #fff;
}

.tableToolbarControls input {
    border: 1px solid #707070;
    width: 150px;
    margin-right: 3px;
    color: #707070 !important;
    border-radius: 30px;
    padding: .175rem 0.75rem;
    background-color: #fff;
    outline: 0;
}

.tableToolbarControls .cancel .material-icons, .tableToolbarControls .save .material-icons {
    font-size: 22px;
}

.addManagementMain .managementTableCardToolbar {
    width: 100%;
    height: 35px;
    padding: 0px 10px;
    margin-top: 10px;
    /*background-color: #000;*/
}

.addManagementMain .managementTableCardToolbar .managementTableCardToolbarHeading {
    float: left;
    font-weight: 400;
}

.addManagementMain .managementTableCardToolbar .managementTableCardToolbarControls {
    float: right;
}

.addManagementMain .managementTableCard {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-top: 25px;
    height: fit-content;
    padding-bottom: 25px;
}

.tableImg {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.orgListSearch.buttons-toolbar {
    position: absolute;
    right: 306px;
}

.buttons-toolbar input {
    border: 1px solid #707070;
    margin-right: 3px;
    color: #707070 !important;
    border-radius: 30px;
    padding: .175rem 0.75rem;
    background-color: #fff;
    width: 120px;
}

/*mainContent*/
#pageContentWrapperWithoutPatch .mainContent {
    min-height: calc(100% - 30px);
    background-color: #fff;
    padding: 5px;
}

/*buttons with and without background*/

/*toolsearch csss*/

.tool-search {
    width: 100px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.tool-search .searchIcon {
    position: absolute;
    right: 10px;
    font-size: 16px;
    top: 5px;
    color: #222;
}
.tool-search .form-control {
    height: 25px;
    border-radius: 20px;
    background-color: transparent;
    font: 11px/15px Source Sans Pro, sans-serif;
}

/*buttons with and without background*/

a.action {
    width: auto;
    min-width: 80px;
    height: 30px;
    border: 1px solid #DF4B13;
    border-radius: 50px;
    padding: 0px;
    margin-right: 10px;
}

a.active_buttons {
    color: #FFF !important;
    background-color: #DF4B13 !important;
}

a.action.buttonWithoutBackground {
    background-color: #FFF;
    color: #DF4B13;
}

a.action.buttonWithoutBackground.active {
    background-color: #DF4B13;
    color: #fff;
}

/*error messages*/
.error {
    color: #D8000C;
}  
.UploadPhotoTextStyle {
    text-decoration: underline;
    cursor: pointer
} 
.ChagePhoto_Footer_Profile{
    position: absolute;
    left: 0px;
    width: 100%;
    color: #5B5A57;
    font: 11px/20px Source Sans Pro;
    bottom: -7px;
} 
.ChangePhotoCardBody_Profile{
    position: relative;
    background-color: #EE9E7F;
    border-radius: 5px;
    width: 100px;
    height: 100px;
    text-align: center;
} 

.UploadProfileImg_Logo {
    font: 11px/20px Source Sans Pro;
}


/*//override label and text box css*/
label {
    font: 11px/20px Source Sans Pro, sans-serif ;
}

.form-control {
    font: 12px/20px Source Sans Pro, sans-serif ;
}

.form-group {
    margin-bottom: 0rem;
}

.multiselect-native-select .btn-group button {
    font: 12px/20px Source Sans Pro, sans-serif ;
} 


thead {
    background-color: #F5E3C9;
}

thead tr{
    color:  #282828;
} 

thead th{
    color:  #282828;
    background-color: #F5E3C9;
    font: 13px/14px Source Sans Pro, sans-serif;
    letter-spacing: 0px;
    border-bottom: 0px solid transparent !important;
} 
            
.flatpickr-input[readonly] {
    cursor: pointer;
    border: 1px solid #5B5A57 !important;
    background-color: transparent;
}
   .Safari_Btn {
            -webkit-appearance: none;
             width: unset !important;
             height: unset !important;
             padding: 2px 24px !important;
            } 

           .clear20{
                height: 20px;
                clear: both
            } 
              .clear40{
                height: 40px;
                clear: both
            }  
            .color707070 {
               color: #707070 !important;
            } 
              .fs-18 {
              font-size: 18px;
            } 
             .fs-14 {
              font-size: 14px;
            }  
            .colorDF4B13 {
                color: #DF4B13 !important;
                font-style:normal
            } 
             .margin0Auto {
                margin: 0 auto;
            } 
 .sensoyoTopNavbar .dropdown-item.active, .sensoyoTopNavbar .dropdown-item:active {
     background-color: transparent;
}