﻿@import url("../reset.css");
@font-face {
  font-family: "Univers 57 Condensed";
  src: url("../Default/Font/font.eot?#iefix") format("embedded-opentype"), url("../Default/Font/font.woff") format("woff"), url("../Default/Font/font.ttf") format("truetype"), url("../Default/Font/font.svg#svgFontName") format("svg"); }

body {
  background-color: #f6f9fc; }

body,
.RadForm legend {
  font-family: "Univers 57 Condensed" !important;
  font-size: 15px; }

a, a:visited, a:focus, a:active, a:link {
  color: #0053a3;
  text-decoration: none; }

a:hover {
  text-decoration: underline;
  outline: none 0; }

h1 {
  font-size: 24px;
  color: #4c4c4c; }

h1, h2, h3, h4, h5, h6, h7 {
  margin-bottom: 0.5em; }

.warning_box .headline,
.info_box .headline {
  height: 1em; }

.warning_box {
  border: 1px solid #ee9e38; }

.warning_box h4 {
  background-color: #ee9e38 !important;
  color: #fff; }

.info_box {
  border: 1px solid #0053a3; }

.info_box h4 {
  background-color: #0053a3 !important;
  color: #fff; }

.panelingrid fieldset {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 1em; }

.panelingrid legend {
  padding: .5em; }

#page {
  background-color: #ebeff3;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto; }

#content {
  margin: 0 auto;
  position: relative;
  max-width: 1280px;
  /*1440px*/
  width: 100%; }

#headerContent,
#footerMenu,
#footer {
  margin: 0 auto;
  position: relative;
  max-width: 1280px;
  /*1440px*/
  width: 100%; }

#header {
  background: url("/App_Themes/AdminDehoust/Images/Common/Deh_Header_Main.png");
  width: 100%; }

#footerBar {
  background-color: #073f77;
  background: url("/App_Themes/AdminDehoust/Images/Common/Deh_Header_Main.png");
  width: 100%; }

.footerBarWrapper {
  max-width: 1280px;
  padding: 15px 10px;
  margin: 0 auto; }

.footerCopyright {
  margin-top: 7px;
  font-size: 11px;
  color: white;
  float: right; }

#header {
  height: 80px;
  position: relative;
  top: 0;
  color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  z-index: 999; }

#header a {
  color: #abc1e5; }

#burgerButton {
  display: none; }
  @media (max-width: 920px) {
    #burgerButton {
      display: block; } }

@media (max-width: 920px) {
  #mainMenu {
    display: none; } }

#mainMenu_mobile {
  display: none;
  position: absolute;
  right: 20px;
  top: 90px; }
  #mainMenu_mobile .RadMenu {
    padding: 6px 2px 6px 2px;
    background-color: #0053a3; }
    #mainMenu_mobile .RadMenu .rmItem {
      padding: 4px 0px 4px 0px; }
      #mainMenu_mobile .RadMenu .rmItem .rmText {
        color: white !important; }
      #mainMenu_mobile .RadMenu .rmItem .rmLevel1 {
        padding: 5px 0px 5px 0px;
        background-color: #0053a3; }
  @media (max-width: 920px) {
    #mainMenu_mobile {
      display: block; } }

#mainMenu a {
  color: #fff; }

#mainMenu .rmLevel1 a {
  color: #000; }

#headerContentTop {
  border-bottom: 1px solid #abc1e5;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: right;
  overflow: hidden; }

#headerContentTopLeft,
#headerContentTopLeftTwo {
  float: left; }

#headerContentTopLeftTwo .headerContentSpan {
  margin-right: 1.5em; }

#headerContentTopLeft .headerContentSpan {
  margin-right: 1.5em; }

#headerContentTopRight {
  float: right; }

.logobox .logo {
  float: left;
  margin-top: 8px;
  width: 200px;
  height: 40px;
  background: transparent url("Images/dehoust.png") no-repeat scroll 0 0;
  background-size: contain;
  display: block; }

.logobox .logotext {
  float: left;
  padding-top: 18px;
  font-size: 28px;
  font-weight: bold;
  color: white !important;
  text-decoration: none !important; }

#mainMenu {
  float: right;
  position: absolute;
  right: 20px; }

#topContentWrapper,
#sitemap {
  background-color: #fff;
  padding: 20px;
  color: #404040; }

#topContentWrapper {
  margin-bottom: 20px; }

#topContent {
  padding: 10px; }

#mainContent {
  min-height: 700px;
  background-color: #ebeff3;
  color: #404040;
  padding: 15px 5px 15px 5px; }
  #mainContent .def_box {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    border: none !important;
    box-shadow: 0 9px 16px rgba(159, 162, 191, 0.18), 0 2px 2px rgba(159, 162, 191, 0.32); }
  @media (max-width: 920px) {
    #mainContent {
      padding: 15px 5px 15px 5px; } }

#content,
#headerContent,
#footer {
  padding: 0 10px; }
  @media (max-width: 920px) {
    #content,
    #headerContent,
    #footer {
      padding: 0 5px; } }

#content {
  background-color: #ebeff3; }

#sitemap {
  border-top: 1px solid #abc1e5;
  text-align: center; }

#sitemap a {
  color: #0053a3; }

#footerBar {
  height: 60px; }

#footerMenu {
  text-align: center; }

#footerMenu a {
  color: #fff;
  /*text-transform:uppercase;*/
  line-height: 30px;
  font-weight: bold;
  margin-right: 1em;
  margin-left: 1em; }

#footer {
  color: #0053a3;
  font-size: 0.75em;
  font-weight: bold; }

.poweredBy {
  background-image: url("../Default/Images/powered.gif");
  width: 124px;
  height: 46px; }

.poweredBy:hover {
  background-image: url("../Default/Images/powered2.gif"); }

/* Login */
.login_part, .def_box {
  border: 2px solid #0053a3; }

.def_box_hl {
  font-weight: bold; }

.innerGridViewWrap {
  background-color: #abc1e5;
  background-image: url("Images/wave.jpg");
  padding: 20px; }

.panelingrid {
  background-color: #fff; }

.device_info_col_content fieldset legend {
  font-weight: bold;
  padding: 0 0 1em; }

.device_info_col_content, .device_add_info_col_content {
  float: left;
  margin-right: 10px; }

.DeviceImg {
  position: relative;
  padding: 5px;
  margin-bottom: 15px; }

.prod_img_col_content, .prod_img_col, .device_info_col, .device_add_info_col, .device_cluster_info_col, .device_owner_col_content {
  float: left; }

.device_buttons_col {
  float: right; }

#divMainMenu,
#divManualMode,
#divSimulation,
#divRainManager_CClass_Simulation {
  position: relative;
  /*height: 100%;*/ }

.info_item {
  font-size: 0.8em;
  font-style: italic; }

/* Menu */
.mainmenu_horizontal {
  display: block; }

.rgEditDefaultDevice .rgRow {
  background: #e2e2e2;
  border-width: 0 0 0 0 !important; }

/*.device_item:nth-child(odd) {
	background: red;
}

.device_item:nth-child(even) {
	background: blue;
}*/
.setting_hl_content {
  background-color: #0053a3;
  color: white;
  padding: 10px;
  width: 100%;
  display: block; }

.alert-mex {
  margin-bottom: 10px;
  padding: 5px;
  background-color: #ee9e38;
  font-weight: bold; }

/* DeviceState LED */
.device_state_never {
  /*width: 10px;
	height: 10px;
	border-radius: 50%;
	/*margin-right: 30px;*/
  /*background-color: gray !iportant;
	Content: " ";*/
  background: transparent url("Images/OnlineStatus_gray.png") no-repeat scroll 0 3px;
  background-size: 14px 14px;
  padding-left: 20px; }

.device_state_online {
  background: transparent url("Images/OnlineStatus_green.png") no-repeat scroll 0 3px;
  background-size: 14px 14px;
  padding-left: 20px; }

.device_state_offline {
  background: transparent url("Images/OnlineStatus_red.png") no-repeat scroll 0 3px;
  background-size: 14px 14px;
  padding-left: 20px; }

.device_state_warning {
  background: transparent url("Images/OnlineStatus_orange.png") no-repeat scroll 0 3px;
  background-size: 14px 14px;
  padding-left: 20px; }

.device_state_alarm {
  background: transparent url("Images/OnlineStatus_red.png") no-repeat scroll 0 3px;
  background-size: 14px 14px;
  padding-left: 20px; }

.device_state_notification {
  background: transparent url("Images/OnlineStatus_blue.png") no-repeat scroll 0 3px;
  background-size: 14px 14px;
  padding-left: 20px; }

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
  height: 65px; }

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.forced_full_width {
  width: 100% !important; }

/* Start: WaterConsumption */
.customLegendWrapper {
  text-align: center;
  padding-top: 15px; }

.customLegend {
  background-color: #fff;
  color: #555555;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 5px; }

.customLegend div {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0px 5px;
  height: 20px; }

.customLegend div div {
  width: 10px;
  height: 10px;
  vertical-align: -1px;
  _vertical-align: middle; }

.customLegend .previousYear div {
  background-color: #bbbbbb; }

.customLegend .currentYear div {
  background-color: #6482BC; }

.customLegend .temporarilyOffline div {
  background-color: #ffaa00; }

/* End: WaterConsumption */
.dehoustAdditionalInfoFix {
  padding-left: 40px; }

.gwStatsFrame {
  margin-bottom: 10px; }

.loading_icon {
  background-image: url("Images/Common/loading_small.gif");
  width: 16px;
  height: 16px; }

.key_icon {
  background-image: url("Images/Button/Key.png");
  width: 34px;
  height: 34px; }

.key_disabled_icon {
  background-image: url("Images/Button/Key_disabled.png");
  width: 34px;
  height: 34px; }

.lock_icon {
  background-image: url("Images/Button/Lock.png");
  width: 34px;
  height: 34px; }

.lock_disabled_icon {
  background-image: url("Images/Button/Lock_disabled.png");
  width: 34px;
  height: 34px; }

.approve_icon {
  background-image: url("Images/Button/Approve.png");
  width: 34px;
  height: 34px; }

.approve_disabled_icon {
  background-image: url("Images/Button/Approve_disabled.png");
  width: 34px;
  height: 34px; }

.RadGrid .rgRow > td, .RadGrid .rgAltRow > td, .RadGrid .rgEditRow > td, .RadGrid .rgFooter > td {
  padding: 4px 3px 4px 3px !important; }

.divSettingsWrapper {
  margin-top: 4px; }

.divSchema {
  margin-top: 4px; }

.telerikRbtn {
  padding: 4px;
  height: 33px;
  line-height: 25px;
  color: #fff !important;
  text-decoration: none;
  background-color: #686969;
  text-align: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  white-space: nowrap; }

.telerikRbtn:hover {
  text-decoration: none !important;
  display: block;
  background-color: #b8b9ba;
  color: #fff !important; }

.telerikRbtn.aspNetDisabled,
.telerikRbtn.aspNetDisabled:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #c9cacb !important;
  cursor: default;
  border: none !important; }

#statsTooltip {
  display: none;
  background-color: #fff;
  border: 1px solid #0053a3;
  width: 250px;
  height: 112px;
  padding: 10px;
  position: absolute;
  left: 153px;
  z-index: 99999; }

#pnlUserInDeviceTooltip {
  display: none;
  background-color: #fff;
  border: 1px solid #0053a3;
  width: 250px;
  padding: 10px;
  position: absolute;
  z-index: 99999; }

.rcInvalid {
  color: #c50a33 !important; }

.rcValid {
  color: #0053a3; }

.rgMasterTable tbody tr td {
  border-left: 1px solid #d7d7d7 !important; }

#jbtnEntleerungSpan {
  font-family: "Univers 57 Condensed" !important;
  font-size: 13px !important; }

.featherlight-inner label {
  white-space: pre-wrap !important; }

.rddlPopup_DehoustMetro {
  background-color: #fff; }

.btnV2Regular {
  font-weight: bold;
  text-decoration: none;
  background-color: #0068b4;
  padding: 5px 0px 5px 0px;
  color: white !important;
  width: 180px;
  text-align: center;
  display: inline-block; }

.pnlEditProjects {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 9px 16px rgba(159, 162, 191, 0.18), 0 2px 2px rgba(159, 162, 191, 0.32); }

.pnlEditCustomers {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 9px 16px rgba(159, 162, 191, 0.18), 0 2px 2px rgba(159, 162, 191, 0.32); }

.btnFavorites {
  font-weight: bold;
  text-decoration: none;
  background-color: #0068b4;
  padding: 5px 0px 5px 0px;
  color: white !important;
  width: 180px;
  text-align: center;
  display: inline-block;
  border: none;
  font-family: 'Univers 57 Condensed';
  font-size: 15px;
  cursor: pointer; }

.btnFavorites:hover {
  text-decoration: underline; }

.status_values fieldset {
  padding: 20px;
  border: solid 1px #000;
  margin-top: 5px;
  margin-bottom: 5px; }

.status_values legend {
  padding: 0 4px;
  font-size: 16px;
  font-weight: bold; }

.rbtnRefresh {
  width: 100%;
  font-family: "Univers 57 Condensed" !important;
  font-size: 13px !important;
  padding: 4px 8px 4px 8px !important;
  border: none !important; }
