@font-face {
    font-family: 'Dubai';
    src: url('../fonts/Dubai-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Dubai';
    src: url('../fonts/Dubai-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Dubai';
    src: url('../fonts/Dubai-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Dubai';
    src: url('../fonts/Dubai-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
.pad-mar-10 {padding: 10px; margin: 10px;}
.th-center {text-align:center; vertical-align:middle;}
.lumafont {font-family: "Mr Eaves", Sans-serif;}
.red-font {color: red;}
.green-font {color: green;}
.yellow-font {color: rgb(221, 221, 43);}
.orange-font {color: var(--orange);}
.bold-font {font-weight: bold;}
.orange700 {font-weight:700; color:var(--orange);}
.space1m {margin-top: 1em}
.space2m {margin-top: 2em}
.space3m {margin-top: 3em}

.text-align-center {text-align: center}
.text-align-left {text-align: left}
.text-align-right {text-align: right}

.print-div {
    display: block;
    height: 300px;
    overflow: auto;
    outline: thin solid #D3D3D3;
    font-family: Dubai;
}

.luma_bill_snippet_account_number {width: 250px}
.luma_bill_snippet_premise_id {width: 250px}

:root {
  --primary: #78BE21;
  --secondary: #17214c;
  --cyan: #27c1dc;
  --yellow: #FFC72C;
  --orange: #DB6B30;
  --gray: #E5E1E6;
  --gray-dark: #D0D3D4;
  --red: #E94967;
  --green: #375C2C;
  --green-light: #658D1B;
}
.dt-buttons {
  left:30%;
}

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-family: Dubai;
    color: var(--primary);
}

html {
    height: 100%;
}

body {
    font-family: Dubai;
    color: #646464;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.btn-primary {
  font-family: Dubai;
  display: inline-block;
  border: 0 solid;
  border-radius:2px;
  padding-left:10px;
  padding-right:10px;
  padding-top:4px;
  padding-bottom:4px;
  background: var(--secondary);
  border: 1px solid var(--secondary);

  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: all .1s ease-in-out;
  transition-delay: 25ms;
  font-size: clamp(.8125rem,1.3671875vw,.875rem);
  line-height: 1.6;
  color: #FFF;
  letter-spacing: .01rem;
  /* transition: border .2s,background .2s,color .2s; */
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):not(.disabled):active {
  font-family: Dubai;
  text-shadow: 0px 0px 1px #FFF;
  display: inline-block;
  border: 0 solid;
  border-radius:2px;
  padding-left:10px;
  padding-right:10px;
  padding-top:4px;
  padding-bottom:4px;
  background: hsl(87, 60%, 44%);
  border: 1px solid hsl(87, 60%, 44%);

  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: all .1s ease-in-out;
  transition-delay: 25ms;
  font-size: clamp(.8125rem,1.3671875vw,.875rem);
  line-height: 1.6;
  color: #FFF;
  letter-spacing: .01rem;
  box-shadow: 10px;
  /* transition: border .2s,background .2s,color .2s; */
  box-shadow: 0 2px 2px 2px rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)
}

.btn-primary.disabled, .btn-primary:disabled {
  font-family: Dubai;
  text-shadow: 0px 0px 1px #FFF;
  display: inline-block;
  border: 0 solid;
  border-radius:2px;
  padding-left:10px;
  padding-right:10px;
  padding-top:4px;
  padding-bottom:4px;
  background: color-mix(in srgb, var(--secondary) 60%, transparent);
  border: 1px solid color-mix(in srgb, var(--secondary) 60%, transparent);

  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: all .1s ease-in-out;
  transition-delay: 25ms;
  font-size: clamp(.8125rem,1.3671875vw,.875rem);
  line-height: 1.6;
  color: #FFF;
  letter-spacing: .01rem;
  /* box-shadow: 10px; */
  /* transition: border .2s,background .2s,color .2s; */
  /* box-shadow: 0 2px 2px 2px rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) */
}

.btn-secondary {
  font-family: Dubai;
  display: inline-block;
  border: 0 solid;
  border-radius:2px;
  padding-left:10px;
  padding-right:10px;
  padding-top:4px;
  padding-bottom:4px;
  background: var(--primary);
  border: 1px solid var(--primary);

  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: all .1s ease-in-out;
  transition-delay: 25ms;
  font-size: clamp(.8125rem,1.3671875vw,.875rem);
  line-height: 1.6;
  color: white;
  letter-spacing: .01rem;
  /* transition: border .2s,background .2s,color .2s; */
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):not(.disabled):active {
  font-family: Dubai;
  text-shadow: 0px 0px 1px #FFF;
  display: inline-block;
  border: 0 solid;
  border-radius:2px;
  padding-left:10px;
  padding-right:10px;
  padding-top:4px;
  padding-bottom:4px;
  background: #FFF;
  background: hsl(229, 35%, 15%);
  border: 1px solid hsl(229, 35%, 15%);

  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: all .1s ease-in-out;
  transition-delay: 25ms;
  font-size: clamp(.8125rem,1.3671875vw,.875rem);
  line-height: 1.6;
  color: white;
  letter-spacing: .01rem;
  box-shadow: 10px;
  /* transition: border .2s,background .2s,color .2s; */
  box-shadow: 0 2px 2px 2px rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)
}

.btn-tertiary {
  font-family: Dubai;
  display: inline-block;
  border: 0 solid;
  border-bottom: 1px solid #FFF;
  border-radius:2px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: all .1s ease-in-out;
  transition-delay: 25ms;
  font-size: 10;
  line-height: 1.2;
  color: #FFF;
  letter-spacing: .01rem;
  /* transition: border .2s,background .2s,color .2s; */
}

.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:not(:disabled):not(.disabled):not(.disabled):active {
  font-family: Dubai;
  text-shadow: 0px 0px 1px var(--cyan);
  display: inline-block;
  border: 0 solid;
  border-bottom: 1px solid var(--cyan);
  border-radius:2px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: all .1s ease-in-out;
  transition-delay: 25ms;
  font-size: 10;
  line-height: 1.2;
  color: var(--cyan);
  letter-spacing: .01rem;
  box-shadow: 10px;
  /* transition: border .2s,background .2s,color .2s; */
  /* box-shadow: 0 2px 2px 2px rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) */
}
.nav, nav{
    /* background-color: var(--primary);
    background-image: linear-gradient(90deg, var(--primary), var(--primary),var(--primary)); */
    /* border-color: var(--primary); */
}
.navbar-default .navbar-nav > li > a {
    color: white;
}

.navbar-default .navbar-nav > li > a:hover, a:focus {
    color: var(--orange);
}

.navbar-default .navbar-right > li > a {
    color: var(--orange);
}

.navbar-default .navbar-right > li > a:hover, a:focus {
    color: var(--primary);
}

.navbar-default .navbar-nav > li > a.navbar-current, a.navbar-current:hover, a.navbar-current:focus {
    color: var(--primary);
}

a {
    font-family: Dubai;
    color: var(--primary);
    text-decoration: none;
}

a:hover, a:focus {
    font-family: Dubai;
    color: var(--orange);
    text-decoration: underline;
}

div.panel-heading.accordion-toggle.question-toggle.collapsed .accordion-arrow{
    rotate: 0deg;
}
div.panel-heading.accordion-toggle.question-toggle .accordion-arrow{
    rotate: 180deg;
}
.accordion-arrow {
    transition: rotate .35s ease;
}

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

.nav-tabs > li.active {
    border-bottom: solid var(--primary);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: var(--secondary);
    border: none;
    border-bottom-color: transparent;
    cursor: default;
    text-decoration: none;
}

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

.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;
    color:white;
}

.nav >li {
    box-sizing: border-box;
    border-bottom: solid transparent;
    border-top: solid transparent;
}
#navbarDropdown {
    color: white;
}
.nav>li>a:hover, a#navbarDropdown:hover {
    /* color: var(--secondary); */
    text-decoration: none;
}
.nav>li:hover {
    border-bottom: solid var(--primary);
}
.nav.nav-tabs{
    background-image:linear-gradient(90deg, var(--primary), var(--primary),var(--primary));
}
.nav-tabs>li>a::after {
      content: "";
      background: var(--primary);
      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;
  }

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

/* active subtab */
#submissionfiles>ul>li.active>a, #submissionfiles>li.active>a:hover, #submissionfiles>li.active>a:focus,
#submissionunits>ul>li.active>a, #submissionunits>li.active>a:hover, #submissionunits>li.active>a:focus {
}

/* hover subtab */
#submissionfiles>ul>li>a:hover, #submissionunits>ul>li>a:hover {
    color: var(--primary);
}

/* subtab */
#submissionfiles>ul>li>a, #submissionunits>ul>li>a {
    color: var(--primary);
}

/* Sphinx Docs customizations */
#content .sphinx h1 {clear: both; border-top: 1px solid #eee; padding-top: 18px; }
.pagination-top {
    border-bottom: 2px solid #c0c0c0;
    margin-bottom: 18px;
    padding-bottom: 18px;}
.pagination-top .breadcrumbs {
    border-bottom: 2px solid #c0c0c0;
    margin-bottom: 18px;
    padding-bottom: 18px;
    }
.pagination-bottom {
    border-top: 2px solid #c0c0c0;
    margin-top: 18px;
    padding-top: 18px;}
.pagination-bottom .breadcrumbs {
    border-top: 2px solid #c0c0c0;
    margin-top: 18px;
    padding-top: 18px;
    }
#content .sphinx a.headerlink {
    font-size: 0.8em;
    padding: 0 4px 0 4px;
    text-decoration: none;
    visibility: hidden;
    }
#content .sphinx *:hover > a.headerlink { visibility: visible; }
#content .sphinx dl.method, #content .sphinx dl.attribute {
    border-top: 1px solid rgb(170, 170, 170);
    }
#content .pagination-bottom .meta {display: none;}
#content .sphinx table {width: auto; border: 0; background: transparent;}
#content .sphinx th {border: 0;}
#content .sphinx td {border: 0; background: transparent;}
#content .sphinx ul, ol {
    padding-left: 40px;
    }
#content .sphinx dl.function {
    border-top: 1px solid #eee;
    }
#breadcrumbs {
    margin-bottom: 1.618em;
    background: #ffffff;
    box-shadow: 0 0 5px 0 #cccccc;
    -webkit-box-shadow: 0 0 5px 0 #cccccc;
    overflow: hidden;
    }
#breadcrumbs .breadcrumbs {
    overflow: hidden;
    border: 1px solid #eeeeee;
    padding: .618em 1.618em;
    margin: .618em;
    }
.alignleft {
      float: left;
      margin: 0 1.618em 1em 0;
    }
.alignright {
      float: right;
      margin: 0 1.618em 1em 0;
    }

.relative-footer {
    width: 100%;
    position: relative;
    /* background-color: var(--primary); */
    background-image: linear-gradient(90deg, var(--primary), var(--cyan),var(--secondary));
    padding: 30px 0;
    bottom: 0;
    margin-top: auto;
}

body > .container {
    flex: 1;
}
.footer-info{
font-family: 'Dubai';
text-align: center;
color:#FFFFFF;
}
div.webtitlebold {
font-family: 'Dubai';
font-size: 32px;
color: white;
font-weight: 500;
text-align: right;
}
div.webtitle {
font-family: 'Dubai';
font-size: 28px;
color: white;
font-weight: 600;
text-align: right;
}
.my-table {
margin-top: -50px !important;
text-align: center;
background: white;
}

.my-table * {
border: none !important;
}

.my-table th {
text-align: center;
}

.my-table tr>td:last-child>a {
text-decoration: none;
display: block;
color: black;
background: #E7E7E7;
}

@media (max-width: 575.98px) {
header h1 {
    text-align: center
}
.my-table thead {
    display: none;
}
.my-table tr {
    display: flex;
    flex-wrap: wrap;
}
.my-table tr>td:not(:last-child) {
    flex: 1;
}
.my-table tr>td:last-child {
    width: 100%;
}
}
.text-left{
    text-align:left;
}
.mt1{
    margin-top:1em;
}
.mt2{
    margin-top:2em;
}
.red{
    color:red;
}
.bill-example-width{
    width:490px;
}
.header-footer-logo{
    width:250px; 
    margin-top:7px; 
    margin-bottom:7px
}
.nav-spacing{
    margin: 0px;
    padding: 10px 20px;
}
.nav-spacing2{
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}
.background-color{
    background-color:var(--primary);
}
.mt3{
    margin-top:3em;
}
.pt3{
    padding-top:3em;
}
.footer-text{
    text-align:right; 
    font-family:Dubai; 
    color:white;
}
.mt14{
    margin-top:14em;
}
.logo-width{
    width: 250px;
}
.max-width{
    width:100%; 
    max-width:100vw;
}

