@font-face {
  font-family: 'Jubilat-Regular';
  src: url('/energyapp/css/font/Jubilat-Regular.otf');
}

h1, .h1 {
    color: #185a7d;
    font-size: 34px;
    font-family: 'Jubilat-Regular';

}
h2, .h2 {
    color: #e35205;
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 400;

}
h3, .h3 {
    color: #185a7d;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 600;

}
h2-small, .h2-small {
    color: #e35205;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;

}
h3-small, .h3-small {
    color: #185a7d;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;

}

h4, .h4 {
    color: #e35205;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 600;

}
h5, .h5 {
    color: #185a7d;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 600;

}
h6, .h6 {
    color: #f9a434;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 600;

}

.zoom {
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

.zoom:active {
  transform: scale(1.25); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.hrtight{
    margin-top:1px;
    margin-bottom:1px;
}

body {
    margin:0;
    padding: 0;
    color: #646464;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

table > thead > tr > th, table > tbody > tr > td {
    color: #646464;
    /* border: 0.25px solid #185a7d; */
    border:0px solid #FFFFFF;

}

table > thead > tr > th{
  color: #FFFFFF;
  background-color: #185a7d;
  border:0px solid #FFFFFF;
}

table tr:first-child th {
    border-top: 0px solid #185a7d;
    border-bottom: 0px solid #185a7d;

}
table tr:last-child td {
    border-bottom: 0px solid #185a7d;
}
table tr:first-child td {
  border-top: 0px solid #185a7d;
}

table tr td:first-child,
table tr th:first-child {
    border-left: 0px solid #185a7d;
}
table tr td:last-child,
table tr th:last-child {
    border-right: 0px solid #185a7d;
}

.btn-light {
    border-color: #d1d4d7;
}

.btn-primary {
    background: #185a7d;
    border-color: #185a7d;
}

.btn-primary:hover, .btn-primary:focus {
    background: #3E97CB;
    border-color: #3E97CB;
}

.btn-secondary {
    background: #E45400;
    border-color: #E45400;
}

.btn-secondary:hover, .btn-secondary:focus {
    background: #F7A435;
    border-color: #F7A435;
}

button:disabled, button[disabled] {
    border: 1px solid black;
    background: #185a7d;
    background-color: grey;
    color: white;
    cursor: not-allowed;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #185a7d;
  border-color: #185a7d;
}

label{
  font-weight:bold;
}

.navbar-default .navbar-nav > li > a {
    color: #0074ce;
}

.navbar-default .navbar-nav > li > a:hover, a:focus {
    color: #fb9e4c;
}

.navbar-default .navbar-right > li > a {
    color: #fb9e4c;
}

.navbar-default .navbar-right > li > a:hover, a:focus {
    color: #0074ce;
}

.navbar-default .navbar-nav > li > a.navbar-current, a.navbar-current:hover, a.navbar-current:focus {
    color: #0074ce;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  font-size: 12px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
  background-image: linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);
  background-repeat: repeat-x;
  box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
  background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

a {
    color: #00a1ca;
    text-decoration: none;
}

a:hover, a:focus {
    color: #F7A435;
    text-decoration: underline;
}

.h-divider{
    margin-top:11px;
    margin-bottom:20px;
    height:1px;
    width:100%;
    border-top:1px solid gray;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs > li.active {
    /* border-bottom: 2px solid #DDD; */
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #0074ce;
    background-color: #ffffff;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs>li>a:hover {
    border: none;
    background: transparent;
}

.nav-tabs>li>a {
    /* background-color: #f8f5f0; */
    border-color: #dfd7ca;
    color: #75746b;
    line-height: 1.42857143;
    border: none;
    border-radius: 4px 4px 0 0;
}

.nav>li>a {
    border-color: #dfd7ca;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs>li>a::after {
      content: "";
      background: #0074ce;
      height: 1px;
      position: absolute;
      width: 100%;
      left: 0px;
      bottom: 0px;
      transition: all 250ms ease 0s;
      transform: scale(0);
  }
  .nav-tabs>li.active>a::after,
  .nav-tabs>li:hover>a::after {
      transform: scale(1);
  }
  .tab-nav>li>a::after {
      background: #21527d none repeat scroll 0% 0%;
      color: #fff;
  }

  .subnav-tabs {
      border-bottom: 1px solid #dee2e6;
  }
  .subnav-tabs > li.active {
      /* border-bottom: 2px solid #DDD; */
  }

  .subnav-tabs > li.active > a, .subnav-tabs > li.active > a:hover, .subnav-tabs > li.active > a:focus {
      color: #0074ce;
      background-color: #ffffff;
      border: none;
      border-bottom-color: transparent;
      cursor: default;
  }

  .subnav-tabs>li>a:hover {
      border: none;
      background: transparent;
  }

  .subnav-tabs>li>a {
      /* background-color: #f8f5f0; */
      border-color: #dfd7ca;
      color: #75746b;
      line-height: 1.42857143;
      border: none;
      border-radius: 4px 4px 0 0;
  }

  .subnav>li>a {
      border-color: #dfd7ca;
      position: relative;
      display: block;
      padding: 10px 15px;
  }

  .subnav-tabs>li>a::after {
        content: "";
        background: #0074ce;
        height: 1px;
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 0px;
        transition: all 250ms ease 0s;
        transform: scale(0);
    }
    .subnav-tabs>li.active>a::after,
    .subnav-tabs>li:hover>a::after {
        transform: scale(1);
    }
    .tab-nav>li>a::after {
        background: #21527d none repeat scroll 0% 0%;
        color: #fff;
    }

.nav {
    font-size: 11px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
.subnav {
    font-size: 11px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}


.breadcrumb {
  background-color: white;
  margin-bottom: 0px;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}
/* .table td, .table th{ */
/* .compact{ */
.compact td, .compact th{
  padding:.25rem;
}

.compact-borderless td, .compact-borderless th{
  padding:.25rem;
  border-top:0px;
}

.card-background{
    background-color: #185a7d;
}

.card-wide{
    width:95%; 
    padding:auto; 
    margin:auto;
}

.white-card-header{
    color:#ffffff; 
    text-align: center;
}

.padding-bottom{
    padding-bottom:1em
}

.margin-top-2halfem{
    margin-top:2.5em;
}
.margin-top-1halfem{
    margin-top:1.5em;
}
.margin-top-2{
    margin-top:2em;
}

.margin-top-em{
    margin-top:1em;
}

.margin-top-halfem{
    margin-top:0.5em;
}

.error-font{
    color: #ff0000;
}


.center-auto{
    text-align:center;
    margin:auto;
    padding:auto"
}

.none-display{
    display:none;
}

.block-display{
    display:block;
}


.file-input-drag-drop{
    height:100%; 
    width:100%; 
    text-align:center; 
    border-radius: 5px;
    border: 2px dashed #5b5b5b; 
    padding: 10px; 
    margin: 5px; 
    background-color: #e9e9e9;
}

.card-no-border{
    border:0px;
}

.card-auto-pad{
    margin:auto; 
    padding:auto;
}

.white-font{
    color:#ffffff
}

.captcha-refresh{
    color:#185a7d;
    cursor:pointer"
}

.px-font24{
    font-size:24px
}

.mid-card-wide{
    width:75%; 
    padding:auto; 
    margin:auto;
}

.required-field::after {
    content: "*";
    color: red;
}
.relative-footer {
  width: 100%;
  position: relative;
  background-color: #185a7d;
  padding: 30px 0;
  bottom:0;
}
.footer-info{
  font-family: 'Montserrat';
  text-align: center;
  color:#FFFFFF;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  font-family: 'Montserrat';
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.note-hint-popover{
  white-space: nowrap;
}

.multiple_file_input{
border:1px solid #185A7D;
border-radius: 5px;
vertical-align: middle;
padding: 10px;
margin:auto;
}
.remove-icon {
    background: none;  /* Remove any background */
    border: none;      /* Remove any borders */
    outline: none;     /* Remove focus outline */
    padding: 0;        /* Remove any padding */
    margin: 0;         /* Remove any margin */
    color: red;        /* Set desired color */
    cursor: pointer;   /* Ensure pointer on hover */
}

.remove-icon:hover {
    color: darkred;    /* Change color on hover */
    transform: scale(1.2); /* Slight zoom effect on hover */
}

.nav-bar-app-base{
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    border: 1px solid #dfd7ca
}

.logo-app-base{
    width:250px; 
    margin-top:7px; 
    margin-bottom:7px
}

.footer-margin{
    margin-top: 10em;
}


.relative-footer-info{
    width: 100%;
    position: relative;
    background-color: #939598;
    padding: 10px;
    bottom:0;
}

.relative-footer-copyright{
    width: 100%;
    position: relative;
    background-color: #185a7d;
    padding: 30px 0;
    bottom:0;
}

.chart-preferences{
    width:75px
}

.input-width-100{
    width: 100%;
}

.input-field-bottom{
    width:100%;
    border:0px; 
    border-bottom:1px solid black;
}

.width-250px{
    width:250px;
}

@media (pointer: coarse), (hover: none) {
    [title] {
      position: relative;
      display: inline-flex;
      justify-content: center;
    }
    [title]:focus::after {
      content: attr(title);
      position: absolute;
      top: 90%;
      color: #000;
      background-color: #fff;
      border: 1px solid;
      width: fit-content;
      padding: 3px;
    }
  }


  .white-partition-logos{
    border-right:1px white solid; 
    padding-left:10px;
    height:50px;
    display:inline-block;
    margin-bottom:-25px;
}