/*
 * Display UUIDs using a monospace font
 */
.dataTable .dt_uuid {
    font-family: monospace;
    font-size: 0.8em;
}
/*
 * Stick footer at the bottom of the page
 */
html,
body {
    height: 100%;
}
html {
    scroll-behavior: smooth;
}

.content-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
}

#base {
    margin-bottom: -64px;
}

/*
 * Footer styling
 */
#fbuffer {
    height: 64px;
}

#footer {
    height: 64px;
}

#page-generation-stats {
    font-size: 0.7em;
    padding-top: 0.4em;
}
#swal2-html-container {
	color: #ff9800;
}
#swal2-html-container {
	font-size: 16px;
}
.swal2-actions {

	margin: 2em auto 0 !important;
}
#copyright-note {
    padding-top: 10px;
    font-size: 0.8em;
    font-weight: bold;
}

#date-of-issue {
  font-size: 0.8em;
}

/* Hover indicator for datatable column */
.hover-indicator {
    cursor: pointer;
}


@media (max-width:400px) {
    .applyMarginOnXS {
        margin-right: -20px !important;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 1;

    }

    50% {
        opacity: 0;

    }

    100% {
        opacity: 1;

    }
}

.blink {
    animation: fadeIn 1s infinite alternate;

}

a.tooltips {
    position: relative;
    display: inline;
}

a.tooltips span {
    position: absolute;
    width: 89px;
    color: #FFFFFF;
    background: #000000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
}

a.tooltips span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

a:hover.tooltips span {
    visibility: visible;
    opacity: 0.8;
    bottom: 15px;
    left: 50%;
    margin-left: 137px;
    z-index: 999;
}

td.descTable {
    display: grid;
    grid-template-columns: 90% auto;
    border: 0 !important;
}

#displayRules {
    cursor: pointer;
    border: 1px solid rgba(33, 150, 243, 0.6);
    text-align: center;
    height: 26px;
    width: 45px;
}

#displayRules .fa-eye {
    font-size: 17px;
}

#previewRulesModalContent {
    padding: 10px;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#previewRulesModalContent p {
    letter-spacing: inherit;
}

#ruleScheduleModalContent,
#ruleMultiScheduleModalContent,
#bulkRulesModalContent {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

#header {
    z-index: 999999999;
}

#ruleMultiScheduleModal {
    z-index: 999999;
}

/* .border-bottom:not(:last-child){
    border-bottom: 1px solid;
} */
.padding-sm-left-right {
    margin: 10px;
    border: 1px solid rgba(33, 150, 243, 0.6);
    padding: 5px;
}

.padding-sm-left-right p {
    margin: 0;
}

.fromToGrid {
    display: grid;
    grid-template-columns: 50% auto;
    justify-items: center;
    margin-bottom: 15px;
}

.gauge-label-font-size {
    font-size: 22px;
}

.formDay {
    border-bottom: 1px solid #ddd;
}

.fromToGrid label {
    margin-bottom: 0;
}

#ruleScheduleModal {
    z-index: 99999;
}

#ruleScheduleModalContent .input-group.date,
#ruleMultiScheduleModalContent .input-group.date {
    width: 50%;
}

.input-group.date.right-mr {
    margin-right: 5px;
}

.input-group.date.left-mr {
    margin-left: 5px;
}

.input-group.date.right-mr label {
    font-weight: bold;
    color: rgba(33, 150, 243, 1)
}

.input-group.date.left-mr label {
    font-weight: bold;
    color: rgba(33, 150, 243, 1);
}

.mr-top-10 {
    margin-top: 10px;
    margin-bottom: 5px;
}
.mr-bot-20{
    margin-bottom: 20px;
}

.time-overlaps-border {
    border-bottom: 1px solid red;
}

.mr-bot-top-15 {
    margin: 15px 0;
}

#tableSchedule, #currentScheduleContent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 15px 0;
}

.tableSchedule {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 15px 0;
}

.schedule-msg:first {
    margin-top: 10px;
}

.schedule-msg {
    padding: 0 10px;
}

.select2.select2-container {
    width: 220px !important;
    border: 1px solid #2196f3;
    float: right;
    margin-bottom: 12px;
    margin-top: 12px;
}
#selectRegisters .select2.select2-container {
	width: 100% !important;
}
#selectRegisters .select2-container--default .select2-selection--multiple .select2-selection__choice {
	/* background-color: #fff; */
	border-color: #2196f3;
	border-radius: 0;
	/* border-top: none; */
	/* border-right: none; */
	/* border-left: none; */
	color: #fff;
	background: #2196f3;
}
#selectRegisters .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #fff;
}
.select2-selection.select2-selection--single {
    background: #fff;
    background: transparent !important;
    border-radius: 0 !important;
}

.select2-selection__rendered {
    color: #2196f3 !important;
}

#registersModalBody ul li {
    margin-bottom: 5px;
    list-style: none;
}

#registersModalBody2 ul li {
    margin-bottom: 5px;
    list-style: none;
}

/* #multipleModal,
#myModal,
#addMultipleRulesModal,
#editedRulesModal,
#ruleScheduleModal,
#eventActionModal,
#combinedStep {
    overflow-y: scroll;
} */

#myHelpModal {
    z-index: 99999;
}
.border-red{
    border: 1px solid red;
}
.hideMeForSubClient .btn:not(.customLimits) { 
    font-size: 23px;
}
#html2xml1_wrapper .btn{
    margin-top: 0;
}
.btn.btn-default.button-page-length {
	width: 100%;
    margin-bottom: 5px;
}
.meterNameGridIgnore{
    width: 100%;
}
.recent-rules.recent-active {
	color: #2196f3;
}
#allLatestRules {
	display: grid;
	grid-template-columns: 50% auto;
}
.recent-rules:not(.recent-active) {
	text-decoration: line-through;
}

 @media (min-width:500px) {
   .unwrapDiv {
        display: grid;
        grid-template-columns: 50% auto;
        gap: 0.5em;
        padding: 0;
    } 
    .meterNameGridIgnore{
        margin-top: 12px;
        grid-column-start: span 2;
    }

}
@media (min-width:1300px) {
    .unwrapDiv {
        display: grid;
        grid-template-columns: 33.3% 33.3% auto;
        gap: 0.5em;
        padding: 0;
     }
     
    .meterNameGridIgnore{
        margin-top: 12px;
        grid-column-start: span 3;
    }
 }


@media (min-width: 992px) {
    .modal-slg {
        width: 1400px;
    }
}

#registersDiv {
    padding: 5px;
}

#gatewaysTable_wrapper {
    padding: 5px;
}

#registersTable ul li {
    list-style: none;
}

#gatewaysTable ul li {
    list-style: none;
}

.styleMeForSubClient {
    padding-left: 5px;
}

.card-head .tools {
    padding-right: 6px;
}

.label-checkbox{
    padding-left: 40px;
}

.col-title{
    background-color: purple;
    color: whitesmoke;
}

.details-control{
    padding-top: 15px;
    border-bottom: 1px solid #000000 !important;
    border-left:  1px solid #000000;
    border-right:  1px solid #000000;
    background-color: lightgrey;
}

.dtr-details{
    width: 100%;
    text-align: center;
    align-items: center;
}

.dtr-title{
    float: left;
    padding-left: 20px !important;
    text-align:left;
    color: #000000;
}

.severity-border{
    border-top:  1px solid #000000;
}

.registers-body,  .gateways-body{
    background-color: #F0FFFF;
}

.registers-color, .gateways-color{
    color: #000000;
}

.center-items{
    text-align: center;
    align-items: center;
    justify-content: center;
}

.smsCheckBox,
.emailCheckBox, .archiveCheckBox, .phonecallCheckBox {
    vertical-align: text-bottom;
}

.severity-select{
    width: 400px !important;
}

.card-head {
    color: #fff;
}

#helpPageTemplate .card-head {
    color: #222;
}

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

.multi-rules-schedule-wrapper {
    display: grid;
    grid-template-columns: 30% 40% 30%;
}


#confirmModal .modal-dialog {
    margin-top: 10%;
}

#confirmModal .modal-backdrop.fade.in {
    background: #ff9800;
}

.double-sms-border {
    border-bottom: 1px solid #ff9800 !important;
}

.triple-sms-border {
    border-bottom: 1px solid #f44336 !important;
}

#confirmModal .modal-footer {
    border-top: none;
    background: #ecf0f1;
}

.schedule-info {
    text-align: center;
    font-size: 20px;
}

.schedule-info label,
.severity-info label,
.schedule-info i {
    cursor: pointer;

}

.nav.nav-tabs {
    font-size: 12px;
}

#scheduleModalGuide .nav>li>a:hover {
    background-color: #ff9800;
    color: #fff;
}

.modal {
    margin-top: 45px;
}

#scheduleGuideTabs li a {
    text-transform: capitalize;
    font-size: 13px;
    margin: 10px 0;
}

#scheduleGuideTabs li {
    width: 33%;
    border-bottom: 1px solid;
}

#scheduleGuideTabsContent {
    height: 340px;
}

.width-100 {
    width: 100%;
}

label.form-check-label .form-check-input {
    vertical-align: text-bottom;
}

.fuckMeUp {
    vertical-align: top;
}

#setLandingPage {
    cursor: pointer;

}

button#setLandingPageSelect:hover {
    border-width: 1px;
    border-style: solid;
    border-color: #2196f3;
}

button#setLandingPageSelect {
    border-color: transparent;
}

.margin-top-bottom {
    margin: 10 0;
}

.padding-left-right {
    padding: 0 10px;
}

.padding-all {
    padding: 10px;
}

.display-none {
    display: none;
}

#chartsTabContent {
    padding-top: 20px;
}

.flex-with-border {
    display: grid !important;
    grid-template-columns: auto auto;
}

.flex-with-border:not(:last-child) {
    border-right: 3px solid #e5e6e6;
}

.fex-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px;
}

.nav-item .fa-tag::before {
    margin-right: 5px;
}

#chartsTabTitles {
    background: #fff;
}

#chartsTabTitles a {
    color: #333;
    text-transform: none;
    font-size: 13px;
    font-weight: bold;
}

#chartsTabTitles>li>a:hover {
    background-color: #2196f3;
}

.nav-padding {
    padding: 16px 20px;
}

.nav>li>a {
    padding: 10px 25px;
}

.fa-icons-graph {
    cursor: pointer;
    font-size: 20px;
    height: 19px;
    width: 20px;
    display: none;
    margin: 0 10px;
}

.active .fa-icons-graph {
    display: block;
}

.addNewGraphBtn {
    width: 100%;
    border-top: 1px solid #222;
}

.visible-none {
    visibility: hidden;
}

.padding-none {
    padding: 0;
}

.flex-center-right {
    display: flex;
    align-items: center;
}

.flex-center-right h4 {
    flex: 1;
    text-align: center;
    margin-left: 180px;
    font-weight: bold;
    font-size: 18px;
}

.mr-15 {
    margin: 0 15px;
}

.pd-15 {
    padding: 0 15px;
}

#eventsContainer {
	padding: 15px;
}

.flex-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.header-nav-options .dropdown .dropdown-menu {
    top: 64px;
}

.dropdown-menu {
    min-width: 270px;
}

.btn.btn-icon-toggle {
    border: none;
}

.arrow_box {
    display: none;
    position: absolute;
    right: 15px;
    top: -1px;
}

.arrow_box:after,
.arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.open .arrow_box {
    display: block;
}

.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #2196f3;
    border-width: 14px;
    margin-left: -14px;
}

@media (min-width:500px) {
    .descTable.sorting {
        min-width: 365px;
    }
}

.gt-btns {
    display: grid;
    grid-gap: 0.3em;
    grid-template-columns: 54% 54%;
    border: 1px solid #ccc;
    padding: 1.5em;
    justify-content: center;

}

#demoLogin {
    display: none;
}

.c3-xgrid-focus line {
    stroke: red !important;
    stroke-width: 2.1;
    stroke-opacity: 0.6;
}

.lowwer line,
.upper line {
    stroke-width: 2.1;
    stroke-opacity: 0.6;
}

#alarmsInterconnectionData span {
    font-weight: 700;
}

.grid-container-login {
    display: grid;
    grid-template-columns: 60% auto;
    align-items: center;
    justify-content: center;
    grid-gap: 1em;
}

.apk-msg-p-tag {
    line-height: normal;
    margin-bottom: 0;
    font-size: 16px;

}

.gt-description {
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    column-gap: 2em;
}

#statusTable_filter {
    display: flex;
}

.yadcf-filter-wrapper-inner {
    border: none !important;
}

.getnotificationTracking {
    cursor: pointer;
    border: 1px solid;
    padding: 1px 5px;
}

.temp-disable {
    pointer-events: none;
    opacity: 0.5;
}

.grid-profile {
    display: grid;
    grid-template-columns: 15% 20% 25% 20% 20%;
}

.transEn,
.transEl {
    display: none;
}

#simpleRecBox {
    vertical-align: text-bottom;
    margin-right: 5px;
}

.event-btn {
    cursor: pointer;
    margin-left: 10px;
    vertical-align: middle;
}

.no-corrective-found {
    width: 460px;
}

.specific-register {
    display: flex;
    gap: 2em;
    margin-bottom: 15px;
}

.overflow-response {
    max-height: 150px;
}

.modal-xxl {
    width: 80%;
    margin-top: 5% 0 0 0;
}


#allEvents input {
    padding-top: 10px;
}

.validNotificationResponse {
    display: none;
}

#allCorrectiveEvents label,
#allCorrectiveEvents i {
    padding-bottom: 10px;
}

.simple-fab-top {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #2196f3;
    border-radius: 50%;
    box-shadow: 0 6px 10px 0 #fff;
    font-size: 30px;
    line-height: 50px;
    color: white;
    text-align: center;
    position: fixed;
    right: 3px;
    top: 148px;
    z-index: 99999999;
    transition: all 0.1s ease-in-out;
}

.simple-fab-top:hover {
    box-shadow: 0 6px 14px 0 #666;
    transform: scale(1.05);
}

.tooltip-inner {
    padding: 5px;
}



.toast-message {
    font-size: 18px;
}

/* calendar css */


#calendarList .lnb-calendars-item {
    margin: 0 5px;
}

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

.event-radio-grid {
    display: grid;
    grid-template-columns: repeat(3, 33.3%);
    margin-top: 10px;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

#menu-navi {
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.event-date {
	display: block;
	margin: 5px 0;
	font-weight: bold;
	font-size: 13px;
}

.btn.btn-default.btn-sm.move-today {
    font-size: 20px;
}

#renderRange, #renderRangeUsers {
    visibility: hidden;
}

.tui-full-calendar-weekday-schedules {
    font-size: 13px !important;
}

.tui-full-calendar-weekday-schedule-time[data-calendar-id="Action"] span:first-child, .tui-full-calendar-weekday-schedule-time[data-calendar-id="Reminder"] span:first-child, .tui-full-calendar-weekday-schedule-time[data-calendar-id="Maintenance"] span:first-child{
    border-radius: 0px;
    transform: rotate(45deg);
}

.c3 {
    text-align: center;
}

.state-p-tags p {
    font-size: 16px;
    letter-spacing: 1px;
}

.tui-full-calendar-popup-detail-item.tui-full-calendar-popup-detail-item-separate .tui-full-calendar-content {
    font-size: 16px !important;
    line-height: normal;
}

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

/* When the radio button is checked, add a blue background */
.radio-container input:checked~.checkmark.blue {
    background-color: #00a9ff;
}

.radio-container input:checked~.checkmark.red {
    background-color: #ff5583;
}

.radio-container input:checked~.checkmark.purple {
    background-color: #9e5fff;
}

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

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 8px;
    left: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: white;
}

#calendar .tui-full-calendar-weekday-grid-header::after {
    content: "+";
    color: green;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}

.tui-full-calendar-weekday-schedule-bullet {
    width: 10px !important;
    height: 10px !important;
    left: 2px !important;
}

.tui-full-calendar-weekday-schedule-title {
    margin-left: 5px;
}

.tui-full-calendar-popup-detail-date.tui-full-calendar-content {
	font-weight: bold;
}

#fullDate {
    font-size: 20px;
    letter-spacing: 1px;
}

.working {
    text-align: left;
    margin: 0 10px;
}

.tui-view-7, .tui-view-21 {
    height: 800px;
}

#userEventCalendar .tui-full-calendar-popup-detail-item.tui-full-calendar-popup-detail-item-separate {
	max-height: 300px;
	overflow-y: scroll;
}
#userEventCalendar .tui-full-calendar-weekday-schedule-title strong {
	display: none;
}
#userEventCalendar .tui-full-calendar-popup-detail-date.tui-full-calendar-content {
	display: none;
}
.tui-full-calendar-popup-detail-item {
	margin-bottom: 15px;
}
.tui-full-calendar-popup-detail .tui-full-calendar-popup-container {
	min-width: 700px !important;

}
#userEventCalendar .tui-full-calendar-popup-edit {
	display: none;
}
#userEventCalendar  .tui-full-calendar-floating-layer.tui-view-23 {
	width: 410px !important;
	height: 530px !important;
}
#userEventCalendar  .tui-full-calendar-month-more-schedule.tui-full-calendar-weekday-schedule.tui-full-calendar-weekday-schedule-time {
	margin: 7px 0;
	font-size: 16px;
}
.tui-full-calendar-month-more {
	min-width: 380px !important;
}
.lnb-calendars-item span {
    vertical-align: middle;
}
#top-users {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 2em;
}
#top-users p {
	font-size: 19px;
	font-weight: bold;
    padding: 0 10px;
    margin-bottom: 0;
}

#top-users p:nth-child(1) {
    background: gold;
}
#top-users p:nth-child(2) {
    background: silver;
}
#top-users p:nth-child(3) {
    background: #cd7f32;
}
#top-users i {
	margin-right: 3px;
}
#userEventsMarking td, #userEventsMarking th {
	font-size: 18px;
}
.calendar-new-schedule-button {
	z-index: 998;
	position: relative;
	color: #2196f3;
}
.tui-full-calendar-weekday-grid-footer {
	bottom: -5px !important;
}

.charts-tab-container .card-head header {
    font-size: 14px;
    padding: 0 7px;
}
.custom-val{
    display: none;
}
table.border-table,
.border-table th,
.border-table td {
    border: 1px solid black;
    border-collapse: collapse;
}

.border-table th,
.border-table td {
    padding: 5px;
    text-align: left;
}

.modal-border-table th,
.modal-border-table td {
    border: 1px solid black;
    border-collapse: collapse;
}

.modal-border-table th,
.modal-border-table td {
    padding: 5px;
    text-align: left;
}
.actionHtmlTable{
    display: none;
}
.actionTableModalBody .actionHtmlTable{
    display: block;
}
.showActionTable {
	width: 100%;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
}
#eventsBoxes.card-body::after, .card-body::before {
    content: unset;
}
#eventsBoxes .card-head header{
    padding: 0;
}
.meterAndRegisters {
	list-style: none;
}

.meterAndRegisters li {
	list-style: none;
	border-bottom: 1px solid;
	font-size: 16px;
	line-height: 3;
	letter-spacing: 0p;
}
.meterAndRegisters ul li {
	text-align: center;
}
.flex-stats-events{
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.flex-stats-events > div {
    padding-right: 15px;
    padding-left: 15px;
}
.total-events p {
	margin: 0;
	line-height: 25px;
	font-size: 15px;
	font-weight: bold;
}
.event-more-stats {
	border: 1px solid;
	margin-left: 5px;
	margin-bottom: 5px;
}
.event-more-stats:hover {
    color: #fff;
}
.card-border{
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
}
.download-btn-container {
	background: #fff;
	margin-left: -12px;
	width: calc(100% + 24px );
}
.btn.btnFilterRulesStatus.active, .btn.btnFilterRulesSeverity.active{
	border-bottom: 2px solid green;
}
.download-graph-btn {
	position: absolute;
	z-index: 1;
}
#massEditRule {
	overflow-y: scroll;
}
.add-tab-class:not(.active){
    position: absolute;
    width: 100%;
    z-index: -1;
}
.btn.active {
	text-decoration: underline;
}
.columns-display .download-graph-btn-1{
    margin-left: 24px;
}
.columns-display .download-graph-btn-2{
    margin-left: 12px;
}
#selectedRegistersList {
	display: grid;
	grid-template-columns: 50% auto;
	grid-gap: 1em;
    justify-content: center;
}
#chartsOnDemandSelect, #chartsOnDemandSelect2{
    margin-bottom: 25px;
}
#registersModalBody, #registersModalBody2  {
	max-height: 400px;
	overflow-y: scroll;
	width: 100%;
}
.btn-default.registerList, .btn-default.registerList2 {
	max-width: 370px;
	overflow: hidden;
    background: #f9f9f9;
}
.btn-default.registerList:hover, .btn-default.registerList2:hover {
    background: #85d286;
}
.unwrapDiv {
	border: 1px solid #eee;
	padding: 10px;
    margin-bottom: 20px;
}

#availableRegisters{
    display: grid;
    grid-template-columns: 50% auto;
    gap: 1em;
}
.flex-display{
    display: flex;
}
.custom-date{
    display: none;
}

.hide-reg {
	max-width: 600px;
	overflow: hidden;
}


.hide-search{
    display: none;
}
.cursor-not-allowed {
	cursor: not-allowed !important;
}
.cursor-pointer{
    cursor: pointer;
}
.box-shadow-active-button{
    box-shadow: 1px 1px 2px 2px #007bff;
}
.select2.select2-container.select2-container--default.select-gateway{
    width: 100% !important;
    margin: 0 !important;
}
.select-gateway .select2-selection--multiple{
    border-radius: 0 !important;
    border: none !important;
}


.custom-search-grid {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 5px;
}

.custom-search-grid label{
    font-weight: bold;
}
.register-event-border {
	min-height: 38px;
	background: #fff;
	border: 1px solid #2196f3;
}
#registerGroup{
    font-size: 12px;
    white-space: normal;
}
#eventsListCard .dataTables_wrapper .dataTables_filter label i {
	vertical-align: bottom;
	margin-bottom: 2px;
}

[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}
[type="file"] + label {
    background: #2196f3;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: inherit;
    font-weight: 600;
    margin-bottom: 1rem;
    outline: none;
    padding: 1rem 50px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
}
[type="file"] + label:hover {
    background-color: #0674d1;
}


.custom-values {
	display: grid;
	grid-template-columns: 5% 45% 50%;
	gap: 1em;
	padding: 10px;
}
.incrimentVal{
    border-bottom: 1px solid;
}
.custom-values-header h3 {
    border-bottom: 1px solid;
    padding-left: 1em;
    padding-bottom: 10px;
}
.custom-values-header {
	display: grid;
	grid-template-columns: 5% 45% 50%;
}
.error-input-border {
	border-bottom: 1px solid #f00;
}
.date-time-format {
    display: grid;
    align-items: center;
    grid-template-columns: 50% 50%;
    gap: 1em;
}
.date-time-format .grid-col-1, .date-time-format .grid-col-2, .date-time-format .grid-col-3 {
	grid-row: 1;
}
.modal-dialog.modal-lg .card-body {
	padding: 10px;
}
.border-with-padding {
	border: 1px solid #ddd;
	padding: 17px;
}
.custom-xs-headers{
    display: flex;
    gap: 1em;
}
.custom-xs-headers .flex-col-1, .custom-xs-headers .flex-col-2, .custom-xs-headers .flex-col-3{
    width: 100%;
}
.custom-xs-headers .flex-col-3{
    display: none;
}
.xls-options{
    display: flex;
    gap: 1em;
}

.xls-options .flex-col-1, .xls-options .flex-col-2{
    width: 100%;
}

#presetMetersUL li {
	list-style: none;
}
#presetMetersUL button {
    white-space: normal;
}
.gateway-modal-body p {
	padding: 10px;
	border-bottom: 1px solid;
	font-size: 17px;
}
.all-info-modal-body small {
	font-weight: bold;
}
.all-info-modal-body h3 {
	text-decoration: underline;
}
#showAllInfo .modal-title {
	text-transform: uppercase;
    font-size: 19px;
    border-bottom: 2px solid #2196f3;
}
.all-info-modal-body p {
	margin-top: -5px;
}
.curveValuePairs {
	display: flex;
	gap: 2em;
	margin-bottom: 15px;
}
.gateway-info-row strong{
    margin-left: 10px;
    margin-right: 10px;
}
.hide-custom-limits-1, .hide-custom-limits-2{
    display: none;
}
#showPassword{
    position: absolute;
	right: 5px;
	bottom: 10px;
    font-size: 15px;
    cursor: pointer; 
}
#availableMetersInGateway {
	display: grid;
	grid-template-columns: 33% 33% 33%;
	column-gap: 2em;
	row-gap: 5px;
}

.trash-red:hover .fa-trash-o {
    color:black;
}

#main-menu a {
	text-transform: capitalize;
}

.shortcut-icon-list p {
	text-transform: capitalize;
}

.inc-offset {
	display: grid;
	grid-template-columns: 20% 60% 20%;
	align-items: center;
	justify-items: center;
	margin-bottom: 25px;
	border: 1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 10px;
}

#editCurveOffset {
	pointer-events: none;
}

.removeCombination {
	color: red;
	cursor: pointer;
	vertical-align: text-top;
	margin-left: 2px;
}

#selectedCombinedRules {
	max-height: 250px;
	overflow-y: scroll;
}

#selectedCombinedRules {
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.global-rule-operator {
	margin-left: 15px;
	margin-top: 2px;
    margin-bottom: 2px;
    font-weight: bold;
}

.group-header {
    margin-bottom: 40px;
    margin-top: 50px;
}
#groupeTables .dataTables_wrapper, #groupeTables2 .dataTables_wrapper {
	border-bottom: 1px solid #ccc;
}
#groupeTables .dataTables_wrapper, .group-header:not(.headerGroupCombined) {
    display: none;
}
.filter-rules {
	margin-right: 5px;
}
.btn.dropdown-toggle.btn-link {
	border-bottom: 1px solid #ddd;
	margin-top: 5px;
}
#registersTable label, #gatewaysTable label {
	font-size: 10px;
    font-weight: bold;
    cursor: pointer;
}
.form-control.scheduleOptionsMultipleRules {
	max-width: 410px;
}
#scheduleOptionsMultipleRules {
    width: auto !important;
}
#registersTable input {
	font-size: 14px !important;
}
#registersTable tr td:nth-of-type(11), #gatewaysTable tr td:nth-of-type(10) {
    cursor: pointer;
}

.select-rule-hidden{
    display: none;
}
.edit-options-wrapper label {
	margin-right: 10px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	padding: 5px 0;
}
.edit-options-wrapper input {
	vertical-align: top;
	float: right;
}
.edit-options-wrapper {
	display: grid;
	grid-template-columns: 40% auto;
	justify-content: center;
    column-gap: 2em;
}
.modal legend {
	display: block;
}
.edit-options-wrapper span {
	margin-right: 5px;
}
.descriptionEdit input {
	margin-bottom: 20px;
}
.edit-selected-rules {
	position: fixed;
	right: 0;
	bottom: 240px;
	z-index: 999;
	display: none;
	border-radius: 30px;
	height: 51px;
	border: 1px solid #333;
}
.temp-hide{
    display: none;
}
.border-bottom-1{
    border-bottom: 1px solid #eee;
}
.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-more-schedules {
	color: #f00 !important;
	font-size: 14px !important;
	text-decoration: underline;
}
.view-schedule-wrap {
	padding: 5px;
	margin-left: 10px;
}
.checkbox-border {
	width: 26px;
	text-align: center;
	border: 1px solid #ccc;
	height: 26px;
	margin-bottom: 10px;
}

.view-schedule {
	padding: 6px;
	border: 1px solid #5fa6f3;
	cursor: pointer;
}
.group-rules-tab {
	float: right !important;
}

#curveOffsetFake{
    display: none;
}
#countCharacters{
    display: none;
}

/* #myModal {
	z-index: 9999 !important;
} */

/* wizard css START */

.addRuleToCombineList{
    display: none;
    text-decoration: underline;
    border-top: 1px solid;
}
.adnOperatorDisabled,.add-combined-rule, .edit-combined-rule{
    display: none;
}
.step-content > small {
	font-size: 15px;
}
#selectedRulesForCombinedWithStatus p {
    display: grid;
    grid-template-columns: 70% 15% auto auto;
    grid-gap: 1em;
	padding: 10px;
	border-top: 1px solid #ccc;
    margin: 10px 0;
    font-size: 20px;
    justify-content: space-between;
    align-items: center;
}
.btn-group.btn-group-toggle label {
	font-size: 12px;
}
#dropdownMenuLink {
	font-size: 18px;
	text-decoration: underline;
}

#selectedRulesForCombinedWithStatus span{
    color: #2196f3;
}

#selectedRulesForCombinedWithStatus #ruleTypeCombined {
	margin-top: 10px;
}

.stepwizard-step p, .stepwzrd-step p{
    margin-top: 10px;
}

.stepwizard-row, .stepwzrd-row {
    display: table-row;
}

.nextBtn, .prevBtn{
    margin-bottom: 10px !important;
}
.stepwizard, .stepwzrd {
    display: table;
    width: 100%;
    position: relative;
}


#combinedAvailableGateways button {
	margin: 5px;
}
 
.stepwizard-row:before, .stepwzrd-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;

}
h2.step-title {
	margin-bottom: 0;
    margin-top: 44px;
}
.ruleForCombined {
	width: 430px;
	overflow: hidden;
}
.btn-group.btn-group-toggle .btn:not(.active) {
    background: #eee;
    color: #222;
}
.stepwizard-step, .stepwzrd-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.step-content {
	margin-top: 20px;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.add-rule-dropdown .dropdown-item {
	font-size: 20px;
	padding-left: 5px;
}

.add-rule-dropdown .dropdown-menu {
	padding-right: 5px;
	padding-left: 5px;
}
.add-rule-dropdown {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 14px;
    margin-top: 10px;
}
/* wizard css STOP */

.stepwzrd-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.numberCountryCode {
	display: grid;
	grid-template-columns: 12% auto;
    gap: 5px;
}
.countryCodeVal {
	color: #777;
}

.eventNotifications {
    display: flex;
    font-size: 12px;
    gap: 1em;
    list-style: none;
    margin: 5px 0;
    font-weight: bold;
    border-top: 1px solid #333;
    padding: 10px 0;
}
.eventNotifications li {
	padding-top: 11px;
}
.eventBtnActions p {
	cursor: pointer;
	border: 1px solid;
    display: inline-block;
	padding: 5px;
}
.overflow-event{
	overflow-y: scroll;
	max-height: 200px;
}
/* range css */


.range {
    position: relative;
    /* width: 480px; */
    width: 680px;
    height: 5px;
}
.range input {
    width: 100%;
    position: absolute;
    top: 2px;
    height: 0;
    -webkit-appearance: none; 
}
.range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #2196f3;
    cursor: pointer;
    border: 0 !important;
}
.range input::-moz-range-thumb {
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #2196f3;
    cursor: pointer;
    border: 0 !important;
}
.range input::-ms-thumb {
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #2196f3;
    cursor: pointer;
    border: 0 !important;
}
.range input::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}
.range input::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}
.range input::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}
.range input:focus {
    background: none;
    outline: none;
}
.range input::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
.range-labels {
    margin: 18px -41px 0;
    padding: 0;
    list-style: none; 
}
.range-labels li {
    position: relative;
    float: left;
    width: 130.25px;
    /* width: 90.25px;*/ 
    text-align: center;
    color: #777;
    cursor: pointer;
    text-decoration: underline;
    padding-left: 25px;
    box-sizing: content-box;
    font-size: 17px;
}
.range-labels li::before {
    position: absolute;
    top: -25px;
    right: 30px;
    left: 0;
    content: "";
    margin: 0 auto;
    width: 9px;
    height: 9px;
    background: #b2b2b2;
    border-radius: 50%;
}
.range-labels .active {
    color: #2196f3;
}
.range-labels .selected::before {
    background: #2196f3;
}

.range-labels .active.selected::before {
    display: none; 
}

.severity-range{
    width: 839px;
}
.severity-range-labels{
    margin: 14px -60px 0;
}
.severity-range-labels li{
    width: 176px;
}
.severity-range  input::-moz-range-thumb {
    width: 30px;
    height: 30px;
}
.range-labels li::before {
    width: 18px;
    height: 18px;
}
.severity-to-add{
    margin: 14px -70px 0 !important;
}
.severity-to-add li{
    width: 168px !important;
    padding-left: 24px !important;
}

.range-labels-description{
    margin: 18px -60px 0;
    padding: 0;
    list-style: none;
}
.range-labels-description li{
    width: 176px;
    position: relative;
    float: left;
    text-align: center;
    padding-left: 25px;
    box-sizing: content-box;
    font-size: 12px;
}

#loadspinner, #registersLoadspinner {
    position: fixed;
    z-index: 999;
    font-size: 30px;
    height: 100%;
    width: 100%;
    background: #fff;
    justify-content: center;
    align-items: center; 
    top: 0;
    left: 0;
    display: flex;
}

#topBtn, #registerScrollTop, #registerScrollBottom, #scrollTopBtn, #scrollBottomBtn {
    display: flex !important;
    background-color: #0c84e4;
    width: 40px;
    height: 40px;
    position: fixed;
    text-align: center;
    align-items: center;
    justify-content: center;
    bottom: 30px;
    right: 0%;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    border: 1px solid black;
    color: white;
    cursor: pointer;
    font-size: 16px;
    line-height: 48px;
}
#registerScrollTop{  
    right: 50px;
}
#registerScrollBottom{
    top:100px;
    right: 50px;
}
#scrollBottomBtn{
    top:100px;
}

#topBtn::after, #registerScrollTop::after, #registerScrollBottom::after, #scrollTopBtn::after, #scrollBottomBtn::after {
    content: "\f077";
    display: flex;
    justify-content: center;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#registerScrollBottom::after, #scrollBottomBtn::after{
    content: "\f078";
}

#topBtn:hover, #registerScrollTop:hover, #registerScrollBottom:hover, #scrollTopBtn:hover,  #scrollBottomBtn:hover {
    cursor: pointer;
    background-color: #333;
}

#topBtn:active, #registerScrollTop:active, #registerScrollBottom:active, #scrollTopBtn:active,  #scrollBottomBtn:active {
    background-color: #555;
}

#topBtn.show, #registerScrollTop.show, #registerScrollBottom.show, #scrollTopBtn.show, #scrollBottomBtn.show {
    opacity: 1;
    visibility: visible;
}
div.dt-button-collection button {
	border: 1px solid #222;
	background: #fff;
	font-size: 14px;
}
div.dt-button-collection button.active:not(.disabled) {
	box-shadow: none !important;
	background: #ddd !important;
}


.autocomplete {
    position: relative;
    display: inline-block;
  }
  
  .autocomplete-input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
  }
  
  .autocomplete-input {
    background-color: #f1f1f1;
    width: 100%;
  }
  
  .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
  }
  
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
  }
  
  /*when hovering an item:*/
  .autocomplete-items div:hover {
    background-color: #e9e9e9; 
  }
  
  /*when navigating through the items using the arrow keys:*/
  .autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
  }

#registersDiv .btn {
	margin-right: 0;
    margin-top: 7px;
}

#registersTable > tbody > tr > td, #gatewaysTable > tbody > tr > td, #rulesToAddTable > tbody > tr > td, #rulesEditedTable > tbody > tr > td {
    vertical-align: middle;
}

#registersTable > thead:first-child > tr:first-child > th, #gatewaysTable > thead:first-child > tr:first-child > th{
    color: whitesmoke;
}

.wizard-footer{
    border-top: 0px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-top: 0px;
}

#addUserPermission .errorMessage {
	display: block;
	font-size: 16px;
	color: #f00;
}

.word-break {
    max-width: 100px;
	word-wrap: break-word;
}
.max-width-500-word-break{
    max-width: 350px;
	word-wrap: break-word;
}
.setPointBody {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-gap: 2em;
}
.gatewayInfo {
	margin: 0px auto;
}
#editBilling .btn.dropdown-toggle.btn-link {
	padding-bottom: 0;
}
.textDoubleStrikeThru {
	text-decoration: line-through;
	text-decoration-style: double;
	text-decoration-thickness: 2px;
}

#qrClientWifiWrapper {
	width: 148px;
}

#qrClientDownloadWrapper {
	width: 594px;
	padding-top: 40px;

    height: 431px;
}
#imgEaseBg {
	/* height: 239px; */
	/* background-image: url('./../../images/imagegr.jpg'); */
    /* background-repeat: no-repeat; */
    opacity: 0.3;
}
#gtSerial, #prNumber, #gtActivationCode {
	font-size: 28px;
}
#qrClient img {
	width: 156px;
}
.label-teal{
    background: #47969a;
}
.label-yellow-green{
    background: #bbcc49;
}

#dyn-modal-footer button {
	margin-top: 10px;
}





.adminActions {
    margin-bottom: 15px;
}

.adminButton {
    height: 30px;
    width: 30px;
    background-color: rgba(67, 83, 143, .8);
    border-radius: 50%;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.adminButton i {
    font-size: 22px;
}

.adminButtons {
    position: absolute;
    width: 100%;
    bottom: 120%;
    text-align: center;
    opacity: 0;
	visibility: hidden;
    background: #f2f2f3;
}

.adminButtons a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-decoration: none;
	margin: 10px 0 0;
	line-height: 1.15;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	position: relative;
	box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
	z-index: 999;
}

.adminButtons a:hover {
    transform: scale(1.05);
}

.adminButtons a:nth-child(1) {
    background-color: #ff5722;
    transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;
}

.adminButtons a:nth-child(2) {
    background-color: #03a9f4;
    transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;
}

.adminButtons a:nth-child(3) {
    background-color: #f44336;
    transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;
}

.adminButtons a:nth-child(4) {
    background-color: #4CAF50;
    transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;
}

.adminActions a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.adminToggle {
	-webkit-appearance: none;
	position: absolute;
	border-radius: 50%;
	/* margin: 0 !important; */
	top: 13px;
	left: 13px;
	margin: 0;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color: transparent;
	border: none;
	outline: none;
	z-index: 2;
    margin: 0;

}
.adminToggle:active:focus:focus-within, .adminActions:active:focus:focus-within, .adminButton:active:focus:focus-within, .adminToggle{
	outline: none !important;
}

.adminToggle:checked~.adminButtons a, .adminToggle:checked~.adminButtons {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

#userRegisters li {
	list-style: none;
	max-width: 350px;
	overflow: hidden;
}
#userRegisters {
	display: grid;
	grid-template-columns: 50% auto;
	gap: 1em;
}
.resize-none{
    resize: none;
}

#gatewayInfo {
	display: grid;
	grid-template-columns: 50% auto;
    gap: 1em;
}
.actionsForEvents {
	border: 1px solid #2196f3;
	margin-bottom: 10px;
	padding: 5px;
}
.tui-full-calendar-section-button {
	display: none !important;
}

.actionsForEvents p {
	margin-bottom: 5px;
}
.eventBtnActions {
	display: flex;
	justify-content: space-between;
}
  
.rhombus {
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-color: #00a9ff;
    position: relative;
    top: -4px;
    left: -2px;
    display: inline-block;
  }
  .rhombus:after {
    content: '';
    position: absolute;
    left: -7px;
    top: 7px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #00a9ff;
  }
  
@media screen and (min-width: 1200px) {
    .simpleRecording {
        position: absolute;
        width: 50%;
        right: 0;
        top: 345px;
    }
}    

@media screen and (max-width: 900px) {
    .grid-profile {
        display: grid;
        grid-template-columns: repeat(2, 50%);
    }
    
}

@media screen and (min-width: 720px) {

    #calendarList {
        display: grid;
        grid-template-columns: auto auto auto auto auto;
    }

    .state-p-tags {
        display: flex;
    }
    #eventsBoxes {
        display: grid;
        grid-template-columns: 50% auto;
        gap: 1em;
    }

}

@media screen and (max-width: 600px) {
    .grid-profile {
        display: block;
    }

    .modal-xxl {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .dropdown-menu.animation-expand {
        left: -450%;
    }
}

@media (min-width: 768px) {
    .modal-md {
      width: 950px;
    }
}

.form-group > label {
  font-size: 1.15em;
  opacity: 1;
  color: #555;
  padding-top:5px;
}

.filter-option.pull-left {
	font-size: 1.3em;
}

#editCopiedByRules .modal-body, #infoCopyRulesModal .modal-body {
	overflow-y: auto;
	max-height: calc(100vh - 300px);
}