/* @import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
body {
  /* font-family: 'Titillium Web', sans-serif!important; */
  /* font-family: 'Titillium Web', sans-serif!important; */
  font-family: "Inter", sans-serif !important;
}

.chosen-container {
  margin-bottom: 0;
}

/**********************************
*
*	Navigation
*	@author: Jason Gallavin
*
***********************************/

#dashboard-container {
  display: inline;
  margin: 10px;
  font-size: 12pt;
}

.navicon-container {
  padding-top: 15px;
  padding-right: 25px;
  float: right;
}

.mainnav-lg #navbar {
  padding-left: 250px;
}

#navbar {
  position: fixed;
  top: 0;
  /* box-shadow: 0 0px 16px rgba(0, 0, 0, 0.6); */
  background: rgb(255 255 255 / 63%);
  backdrop-filter: saturate(180%) blur(20px);
  padding: 12px 10px;
}

.mainnav-lg .navbar-content {
  margin-left: 0;
}

.navbar-content,
#navbar-container {
  /* background: url('../images/bg-img/topbar.jpg') repeat-x; */
  /* background-size: 100% 100%; */
  /* background-color:#023e7e; */
  background: transparent !important;
}

#mainnav-menu-wrap,
#mainnav-container {
  background: transparent !important;
}
#mainnav-container {
  padding-top: 0;
  z-index: 100;
}

#mainnav-menu-wrap .logo img {
  width: auto !important;
  max-height: 54px !important;
}

#mainnav-menu-wrap .logo img:hover {
  opacity: 0.8;
}

#mainnav-menu-wrap .logo {
  /* text-align: center; */
  padding: 40px 0;
  padding-left: 20px;
}
#mainnav .list-header,
#mainnav-menu a {
  color: #484848;
}
#mainnav-menu a {
  font-size: 16px;
}
#mainnav-menu i {
  color: #9a9a9a;
}

#mainnav-menu li.active-link a strong {
  font-weight: bold;
}
.mainnav-sm #mainnav-menu-wrap .logo {
  height: 50px;
}

.mainnav-sm #mainnav-menu-wrap .logo a {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#mainnav-menu-wrap,
#mainnav-container {
  background-size: 100% 100%;
  /* background: url("../images/bg-img/nav-background.jpg") repeat-y; */
  /* background-color: #ffffff */
}

.theme_animation {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.35s;
  transition-property: all;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
}

.theme_animation_faster {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-property: all;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
}

#container {
  /* background: repeating-linear-gradient( 125deg, #f6f6f6, #ffffff 3px, #efefef 3px, #efefef 5px); */
}

#content-container {
  background: transparent;
}

.panel {
  /* box-shadow:0px 4px 9px -8px #4b4b4b!important; */
  box-shadow: 0px 8px 10px 4px #a2a2a21f !important;
  border-radius: 20px;
}
.panel-control .nav-tabs {
  margin-top: 0;
  vertical-align: middle;
}

.panel-footer,
.panel-heading {
  border-radius: 10px 10px 0 0 !important;
}

.fixed-table-pagination .pagination a {
  border: none !important;
}
.page-header {
  color: #003d7d;
  font-weight: 300;
  font-size: 47px;
  background: -webkit-linear-gradient(#f1585b, #1b528b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 20px;
}
#box_shadow_helper {
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 200;
  width: 1%;
  /* box-shadow: -4px 0 6px rgba(0, 0, 0, 0.2); */
}

.panel-control .nav-tabs > li > a {
  padding: 0px 16px;
  border-radius: 20px;
  font-size: 16px;
}

#mainnav {
  /* background-color: #f9fafc;
    border-right: 1px #e2e2e2 solid; */
  background-color: transparent;
  /* border-right: 1px #f4f4f4 solid; */
}

#mainnav-menu a {
  margin: 5px 10px;
  border-radius: 8px !important;
}
#mainnav-menu > li > a:hover,
#mainnav-menu > li > a:active,
#mainnav-menu > .active-link > a,
#mainnav-menu > .active-link > a:hover,
#mainnav-menu > .active-sub > a,
#mainnav-menu > .active-sub > a:hover,
#mainnav-menu ul .active-link a,
.menu-popover .sub-menu ul .active-link a {
  color: #003d7d;
  background-color: #e2eaee;
  box-shadow: none;
  font-weight: bold;
  border-radius: 50px;
}

#mainnav-menu li.active-link a i {
  color: #003d7d;
}

body {
  background: #ffffff !important;
}

@media (min-width: 768px) {
  #container.mainnav-lg #box_shadow_helper {
    margin-left: 250px;
  }
  #container.mainnav-sm #box_shadow_helper {
    margin-left: 55px;
  }
  #container.mainnav-in #box_shadow_helper {
    margin-left: 250px;
  }
}

@media all and (max-width: 1200px) {
  #box_shadow_helper {
    -webkit-transition-property: none;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    transition-property: none;
    transition-duration: 0s;
    -webkit-transition-timing-function: initial;
  }
}

@media all and (max-width: 1030px) {
  #container.mainnav-sm.mainnav-lg.mainnav-in #navbar,
  #container.mainnav-sm.mainnav-lg #navbar {
    padding-left: 0 !important;
  }
}

@media all and (max-width: 767px) {
  #navbar .navbar-top-links .tgl-menu-btn {
    position: static;
  }
  .mainnav-lg #navbar {
    padding-left: 0 !important;
  }
}

/*
*	End Navigation
***********************************/

/**********************************
*
*	Color Changes
*	@author: Jason Gallavin
*
***********************************/

.bg-info,
.panel-info .panel-footer,
.panel-info .panel-heading,
.panel-info.panel-colorful {
  background-color: #194cb9;
}

.panel-primary .panel-footer,
.panel-primary .panel-heading,
.panel-primary.panel-colorful {
  background-color: #194cb9;
}

.bg-light-info,
.panel-light-info .panel-footer,
.panel-light-info .panel-heading,
.panel-light-info.panel-colorful {
  background-color: #3bb5e8;
  color: white;
}

.bg-gray,
.btn-gray,
.panel-gray .panel-footer,
.panel-gray .panel-heading,
.panel-gray.panel-colorful {
  background-color: #7e7e7e;
  border-color: #6e6e6e;
  color: #fff;
}

.btn-gray:hover {
  background-color: #5e5e5e;
  border-color: #4e4e4e;
  color: #fff;
}

.btn-success {
  background-color: #009c47;
  border-color: #00823a;
}

.btn-success:hover {
  background-color: #00823a;
  border-color: #00662c;
}

.btn-success:focus {
  background-color: #009c47;
  border-color: #00823a;
}

.btn {
  font-size: 16px;
  border-radius: 20px !important;
}

.form-control {
  border-radius: 20px;
}
hr.black-line {
  border-color: black;
}

@media all and (min-width: 768px) {
  .space-left {
    margin-left: 30px;
  }
  .space-right {
    margin-right: 30px;
  }
}

@media all and (max-width: 767px) {
  .block-in-mobile {
    display: block;
    width: 100%;
  }
}

.user-logo {
  max-height: 64px;
  max-width: 200px;
}

#container .sensor.badge.badge-success {
  background-color: #ffffff;
  color: #333333;
}

#container .sensor.badge.badge-danger {
  color: red;
  background: #eb6b5633;
}

.btn-danger:hover {
  background-color: #ff8e7c;
  /* border-color: #FF8E7C; */
}

/***********************************
*	End Color Changes
***********************************/

/**********************************
*
*	Table Changes
*	@author: Paul Cook
*
***********************************/

.table-striped tbody tr td i {
  padding: 5px;
}

.table-striped tbody tr td i:hover {
  background-color: #3a88c6;
  border-radius: 3px;
}

/***********************************
*	End Table Changes
***********************************/

/**********************************
*
*	Modal Changes
*	@author: Paul Cook
*
***********************************/

#sensorModal,
#gasModal,
#meterModal {
  height: 100vh !important;
}

/***********************************
*	End Modal Changes
***********************************/

/**********************************
*
*	Breadcrumb Changes
*	@author: Paul Cook
*
***********************************/

.breadcrumb {
  font-weight: 300;
}

/***********************************
*	End Beadcrumb Changes
***********************************/

/**********************************
*
*	Instruments Page Changes
*	@author: Paul Cook
*
***********************************/

.switchery {
  margin: 0 12px;
}

.form-control {
  color: #000;
}

/***********************************
*	End Instrument Page Changes
***********************************/

/***********************************
*	Begin Login Page Changes
***********************************/

.brand-icon {
  width: inherit !important;
  height: 80px;
  float: left;
  position: fixed;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 80px;
  transform: translateY(10px);
}

@media all and (max-width: 767px) {
  .brand-icon {
    float: none;
    position: relative;
    padding-top: 16px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    transform: none;
    display: block;
  }
}

/***********************************
*	End Login Page Changes
***********************************/

.panel-footer {
  background: transparent;
  border: none;
}

h4.pull-left.breadcrumb {
  /* display: none; */
}

.panel.panel-colorful > .panel-heading:after,
.panel > .panel-heading:after {
  display: none;
}

.panel-title {
  font-weight: bold !important;
}

#content-container {
  padding-top: 0 !important;
}

.nifty-ready #container {
  max-width: 1448px;
  margin: 0 auto;
}

.bg-info,
.panel-info .panel-footer,
.panel-info .panel-heading,
.panel-info.panel-colorful,
.panel-primary .panel-footer,
.panel-primary .panel-heading,
.panel-primary.panel-colorful {
  background-color: #023f7e;
  /* background: linear-gradient(90deg, rgb(35 110 234) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%) */
}

.panel-warning .panel-footer,
.panel-warning .panel-heading,
.panel-warning.panel-colorful {
  /* background: linear-gradient(90deg, #82643a 0%, #feab34 35%, #b87109 100%); */
  background: #d54548;
}

.media-block .media-body {
  overflow: auto;
}

.speech {
  background: #ffffff;
  color: #317787;
  font-weight: bold;
  display: inline-block;
  border-radius: 0 20px 20px 20px;
  padding: 12px 20px;
  /* box-shadow: 0px 7px 21px 2px #4b4b4b1f !important; */
  margin-top: 15px;
  border: solid 1px #e9e9e9;
}

.speech:before {
  display: none !important;
}

.media-block {
  /* background: #f4f4f4; */
  /* display: inline-block; */
  width: 100%;
  border-radius: 10px;
  margin: 11px 00px;
  padding: 9px 10px;
  /* border: dashed 1px #dfdfdf; */
}

.timeline-label {
  border-radius: 9px;
}

.btn-group > .btn {
  border: none;
}

.greet_top {
  font-size: 20px;
}

.btn-danger {
  background-color: #d53a202b;
  /* border-color: #e74b31; */
  color: #e74b31;
  border: none;
  font-size: 12px !important;
}

.dropdown-menu-md {
  min-width: initial !important;
}

.dropdown-menu {
  box-shadow: none;
  border: solid 1px #e0e0e0;
  border-radius: 13px;
  background: #fff;
}
#mainnav-menu ul,
.menu-popover .sub-menu ul {
  background: #fff !important;
}

.modal-backdrop {
  background: rgb(255 255 255);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  opacity: 1 !important;
  background: #ffffffd9;
}

.bg-info,
.panel-info .panel-footer,
.panel-info .panel-heading,
.panel-info.panel-colorful {
  height: auto !important;
}

.panel-heading {
  display: flex;
  flex-direction: column-reverse;
  /* justify-content: space-between; */
  /* align-items: center; */
  padding: 7px 0;
  background: #eee;
}

.panel-control .nav-tabs {
  height: auto !important;
}

#page-title {
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 992px) {
  div#mainnav,
  #mainnav-container {
    display: none !important;
  }
  #container.mainnav-sm #content-container,
  #container.mainnav-sm #footer {
    padding-left: 0 !important;
  }

  .page-header {
    font-size: 22px !important;
  }
}

@media (min-width: 993px) {
  .horizontal-menu,
  .log-out-btn-ftr {
    display: none !important;
  }
}

#container.mainnav-lg #content-container,
#container.mainnav-lg #footer {
  left: auto !important;
}

.panel .panel-heading {
  flex-direction: row;
  align-items: center;
}

.super-user .modify-cal-title-subtitle {
  /* display: none !important; */
}

.cls-header {
  margin-top: 60px;
}

.greet-wrapper {
  margin-top: 20px;
}



  #container.mainnav-lg #content-container,
  #container.mainnav-lg #footer {
    padding-left: 0!important;
  }
@media (min-width: 993px) {
  #container.mainnav-lg #content-container,
  #container.mainnav-lg #footer {
    padding-left: 250px!important;
  }
}


#mainnav-menu i{
    width: 24px;
}


h4.pull-left.breadcrumb a {color: #f0494d;}
h4.pull-left.breadcrumb {
font-size: 14px;}

.soft-deleted-item-status {
      background: #ff000029;
    border-radius: 6px;
    color: red;
    font-size: 14px;
    display: block;
    padding: 8px 10px;
}