.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.d-flex-item {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.d-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}
.d-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column wrap;
}
.upc {
  text-transform: uppercase !important;
}
.text-align-right {
  text-align: right;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDc.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'frc';
  src: local("Awesome Font"), url("typography/frc.eot?#iefix-uiotre") format("embedded-opentype"), url("typography/frc.woff?-uiotre") format("woff"), url("typography/frc.ttf?-uiotre") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.icon:before {
  font-family: 'frc';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]::before,
[class*=" icon-"]::before,
[data-icon]::before {
  font-family: 'frc';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-down:before {
  content: "\e600";
}
.icon-arrow-left:before {
  content: "\e601";
}
.icon-arrow-right:before {
  content: "\e602";
}
.icon-arrow-up:before {
  content: "\e603";
}
.icon-check:before,
.btn-checkbox.active:after,
.gform_button-checkbox.active:after,
.gform_wrapper .button-checkbox.active:after,
.gfield input[type=checkbox]:checked ~ label:after,
.field-container input[type=checkbox]:checked ~ label:after,
.gfield input[type=radio]:checked ~ label:after,
.field-container input[type=radio]:checked ~ label:after,
.standard-label .option:checked ~ .option-label:after,
.standard-label .radio:checked ~ .radio-label:after {
  content: "\e604";
}
.icon-customer:before {
  content: "\e605";
}
.icon-facebook:before {
  content: "\e606";
}
.icon-linkedin:before {
  content: "\e607";
}
.icon-phone:before {
  content: "\e608";
}
.icon-twitter:before {
  content: "\e609";
}
.icon-youtube:before {
  content: "\e60a";
}
.icon-cross:before {
  content: "\e640";
}
.icon-minus:before {
  content: "\e60b";
}
.icon-plus:before {
  content: "\e60c";
}
.icon-external:before {
  content: "\e800";
}
.icon-instagram:before {
  content: "\e900";
}
.round-icon {
  line-height: 2.1875em;
  color: #fff;
  background-color: #848284;
  width: 2.1875em;
  height: 2.1875em;
  border-radius: 50%;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.round-icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1em;
  margin: auto;
}
.round-icon:hover {
  background-color: #009dcf;
}
.placement-right {
  position: relative;
  padding-right: 1.3em;
}
.placement-right:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
}
/* icon font */
@font-face {
  font-family: 'frc';
  src: local("Awesome Font"), url("typography/frc.eot?#iefix-uiotre") format("embedded-opentype"), url("typography/frc.woff?-uiotre") format("woff"), url("typography/frc.ttf?-uiotre") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.base-font {
  font-family: Arial, 'Source Sans Pro', sans-serif;
}
.font-bold {
  font-family: Arial, 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
.font-light {
  font-family: Arial, 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
.header-font {
  font-family: Arial, 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
.font-small {
  font-size: 1.4rem;
}
html {
  font-size: 10px;
  /* root element font size to 10px, so it's easier to use rem unit */
}
body {
  font-family: Arial, 'Source Sans Pro', sans-serif;
  font-size: 2rem;
  line-height: 3rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Arial, 'Source Sans Pro', sans-serif;
  font-weight: 700;
  margin: 1.5rem 0;
}
h1 {
  font-size: 5.4rem;
  line-height: 6.4rem;
}
h2 {
  font-size: 4.4rem;
  line-height: 5.3rem;
}
h3 {
  font-size: 3.6rem;
  line-height: 4.3rem;
}
h4 {
  font-size: 2.4rem;
  line-height: 2.9rem;
}
h5 {
  font-size: 2.1rem;
  line-height: 2.5rem;
}
.form-wrapper h2,
.form-wrapper h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
}
.form-wrapper label {
  font-size: 1.6rem;
}
p {
  font-size: 2rem;
  line-height: 3rem;
  margin: 0.5rem 0 2rem 0;
}
strong,
b {
  font-family: Arial, 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
blockquote,
i,
oblique {
  font-style: italic;
}
/*# sourceMappingURL=typography.css.map */
/* primary colors */
/* VES blue */
/* Pantone 282 */
/* gray */
/* gray, 50% opacity, used when mixing darker versions of the colors */
/* mixing darker version of the color: graphical guideline says that darker versions achieved, when gray with 50% opacity mixed with color on multiply blend mode */
/* highlight colors */
/*dark blue */
/* light blue */
/* VES blue */
/* other colors */
body,
html {
  background-color: #eaeaea;
  color: #000032;
}
#wrap {
  background-color: #fff;
}
.text-primary {
  color: #000032;
}
a {
  color: #0064FF;
  text-decoration: none;
  border-bottom: transparent 1px solid;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #0064FF;
  text-decoration: none;
  border-bottom: #0064FF 1px solid;
}
#nav-main a {
  color: #000032;
  transition: all 0.3s ease-in-out;
  border: 0;
}
#nav-main a:hover,
#nav-main a:active {
  color: #0064FF;
  background-color: transparent;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000032;
}
/*@import "colorsVE.less";*/
/*@import "colorsVE.less";*/
/* svg arrow-down  */
/* original svg

<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 32.3 21" preserveAspectRatio="xMinYMin meet" xml:space="preserve">
<style type="text/css">
	.a{fill:rgb(0,158,207)}
</style>
<line class="a" x1="2.5" y1="2.5" x2="18.3" y2="18.3"/>
<line class="a" x1="13.6" y1="18.5" x2="29.9" y2="2.6"/>
</svg>

*/
/* svg arrow-down data url */
.svg-arrow-down {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMi4zIDIxIj48ZGVmcz48c3R5bGU+LmF7ZmlsbDojMDA5ZWNmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXJyb3ctZG93bi1waW5rPC90aXRsZT48cG9seWdvbiBjbGFzcz0iYSIgcG9pbnRzPSIzMi4zIDUuMSAyNy40IDAuMSAxNi4xIDExLjEgNSAwIDAgNSAxNS41IDIwLjUgMTYgMjEgMzIuMyA1LjEiLz48L3N2Zz4=);
}
/* form components */
.form-wrapper {
  background-color: #f5f5f5;
  margin: 1.6rem 0;
  padding: 2rem;
}
.form-wrapper h3 {
  border-bottom: #cccccc 1px solid;
}
.input-group-addon {
  color: #fff;
  background-color: #0064FF;
  border-color: #0060f5;
}
.input-group-addon .glyphicon {
  font-size: 2rem;
}
label:not(.inline-label) {
  display: block;
  font-family: Arial, 'Source Sans Pro', sans-serif;
  font-weight: 700;
  margin-top: 1.6rem;
}
label:not(.inline-label).inline-label {
  display: inline-block;
}
label:not(.inline-label) span.required:before {
  content: "*";
  margin-left: 0.5rem;
}
label.checkbox-label,
input[type="checkbox"] + label {
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 2.1rem;
  color: #373737;
}
label.checkbox-label.font-small,
input[type="checkbox"] + label.font-small {
  font-size: 1.4rem;
}
/* buttons */
button,
.btn,
.btn-default,
.btn-success,
.btn-primary {
  font-family: Arial, 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  display: inline-block;
  margin: 1.5rem 0;
  padding: 1.3rem 2.1rem;
  transition: all 0.3s ease-in-out;
  border-radius: 0.5rem;
  color: #fff;
  background-color: #0064FF;
  border: transparent 1px solid;
  white-space: normal;
  word-break: break-word;
}
button .fa,
.btn .fa,
.btn-default .fa,
.btn-success .fa,
.btn-primary .fa {
  color: #fff;
}
button:hover,
.btn:hover,
.btn-default:hover,
.btn-success:hover,
.btn-primary:hover {
  background-color: #0060f5;
  color: #fff;
  border-color: transparent;
}
button.btn-inverse,
.btn.btn-inverse,
.btn-default.btn-inverse,
.btn-success.btn-inverse,
.btn-primary.btn-inverse {
  color: #0064FF;
  background-color: #fff;
}
button.btn-inverse:hover,
.btn.btn-inverse:hover,
.btn-default.btn-inverse:hover,
.btn-success.btn-inverse:hover,
.btn-primary.btn-inverse:hover {
  background-color: #f5f5f5;
}
button.disabled,
.btn.disabled,
.btn-default.disabled,
.btn-success.disabled,
.btn-primary.disabled {
  background-color: #e2e2e2;
  color: #fff;
  border-color: transparent;
}
button.btn-special,
.btn.btn-special,
.btn-default.btn-special,
.btn-success.btn-special,
.btn-primary.btn-special {
  color: #fff;
  background-color: #000032;
}
button.btn-special:hover,
.btn.btn-special:hover,
.btn-default.btn-special:hover,
.btn-success.btn-special:hover,
.btn-primary.btn-special:hover {
  background-color: #000030;
}
/* inputs */
input,
input[type="text"],
textarea,
select,
input.form-control,
select.form-control,
textarea.form-control {
  background-color: #fff;
  color: #000;
  padding: 1.5rem;
  font-weight: 400;
  /*border-color: @color-secondary;*/
  border-color: #f3f3f3;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  height: auto;
  font-size: 1.6rem;
  transition: all 0.3s ease-in-out;
  /*outline: none;*/
  box-shadow: none;
  display: block;
  /*    width: 100%;*/
}
input.input-short,
input[type="text"].input-short,
textarea.input-short,
select.input-short,
input.form-control.input-short,
select.form-control.input-short,
textarea.form-control.input-short {
  max-width: 15rem;
}
input.input-inline,
input[type="text"].input-inline,
textarea.input-inline,
select.input-inline,
input.form-control.input-inline,
select.form-control.input-inline,
textarea.form-control.input-inline {
  display: inline-block;
}
input.input-inline.input-unit-after,
input[type="text"].input-inline.input-unit-after,
textarea.input-inline.input-unit-after,
select.input-inline.input-unit-after,
input.form-control.input-inline.input-unit-after,
select.form-control.input-inline.input-unit-after,
textarea.form-control.input-inline.input-unit-after {
  text-align: right;
}
input + label,
input[type="text"] + label,
textarea + label,
select + label,
input.form-control + label,
select.form-control + label,
textarea.form-control + label,
.styled-select + label {
  margin-top: 1.6rem;
}
input + p,
input[type="text"] + p,
textarea + p,
select + p,
input.form-control + p,
select.form-control + p,
textarea.form-control + p,
.styled-select + p {
  margin-top: 2rem;
}
.form-wrapper input,
.form-wrapper input[type="text"],
.form-wrapper textarea,
.form-wrapper select,
.form-wrapper input.form-control,
.form-wrapper select.form-control,
.form-wrapper textarea.form-control {
  /*border: 0;*/
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 1rem;
  line-height: normal;
}
.form-wrapper .checkbox {
  border: 0;
  box-shadow: 0 0 1px #848284;
  background-color: #fff;
  color: #009dcf;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: black;
  /*border: 1px solid yellow;*/
  /*border-color: yellow;*/
}
form-group:focus {
  outline: none;
  box-shadow: none;
  border-color: black;
  /*border: 1px solid yellow;*/
  /*border-color: yellow;*/
}
/* custom checkbox and radio button */
input[type="checkbox"] {
  /*display: none !important;*/
  opacity: 0;
}
input[type="file"] {
  box-shadow: none;
  background: none;
  margin: 0.5rem 0 3.5rem;
  padding: 0;
}
input[type="checkbox"] + label {
  font-family: Arial, 'Source Sans Pro', sans-serif;
  font-weight: 300;
  position: relative;
  margin: 0 0 1rem 3.2rem;
  padding: 0 1.5rem 0 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 3;
}
@media screen and (max-width: 720px) {
  input[type="checkbox"] + label {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.horizontal-label {
  display: block !important;
}
input[type="checkbox"] + label:after {
  position: absolute;
  left: -3rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2.3rem;
  font-family: frc;
  font-weight: 300;
  line-height: 1;
  color: #0064FF;
  content: '';
  width: 2.3rem;
  height: 2.3rem;
  box-shadow: 0 0 1px #848284;
  background-color: #fff;
  cursor: pointer;
}
input[type="checkbox"] + label:after {
  top: 0;
}
/*input[type="radio"] + label:after {
    border-radius: 100%;
    top: -1px;
}*/
input[type="checkbox"]:checked + label:after {
  content: "\e604";
}
input[type="checkbox"]:checked + label {
  font-weight: 700;
}
input[type="checkbox"]:focus + label:after,
.label-btn:focus,
.dropbox:focus-within,
button:focus-within {
  box-shadow: 0 0 0 1px black !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}
/* select */
.styled-select {
  overflow: hidden;
  width: 100%;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMi4zIDIxIj48ZGVmcz48c3R5bGU+LmF7ZmlsbDojMDA5ZWNmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXJyb3ctZG93bi1waW5rPC90aXRsZT48cG9seWdvbiBjbGFzcz0iYSIgcG9pbnRzPSIzMi4zIDUuMSAyNy40IDAuMSAxNi4xIDExLjEgNSAwIDAgNSAxNS41IDIwLjUgMTYgMjEgMzIuMyA1LjEiLz48L3N2Zz4=);
  background-position: 83% center;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 2rem auto;
}
.styled-select select {
  max-width: none;
  width: 116% !important;
  box-shadow: none;
  text-indent: 0 !important;
  line-height: inherit !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  padding: 1rem;
  padding-right: 2.5rem;
  /*border: none;*/
  cursor: pointer;
  background-color: transparent;
}
@media screen and (min-width: 640px) {
  .styled-select {
    width: 50%;
  }
}
/*.styled-select:focus {
    border-color: red;
}*/
/* form error messages */
.form-group.has-error label,
.form-group.has-error .help-block,
.form-group.has-error .with-errors {
  color: #0064FF;
}
.form-group.has-error .help-block,
.form-group.has-error .with-errors {
  font-size: 1.4rem;
}
.form-group .error {
  color: #bf392b;
  margin-top: 0;
}
.error-msg .error {
  color: #bf392b;
  margin-top: 0;
}
/* panels */
.panel {
  background-color: #fff;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.panel .panel-body {
  background-color: #f5f5f5;
}
.panel .panel-heading {
  border-radius: 0;
  color: #000032;
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
}
/* list-group */
.list-group {
  /*   margin-top: -1.5rem; */
}
.list-group .list-group-item,
.panel > .list-group .list-group-item {
  border: 0;
  border-bottom-width: 1px;
  border-color: rgba(151, 151, 151, 0.3);
  border-style: solid;
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.list-group a.list-group-item .list-group-item-heading,
.panel > .list-group a.list-group-item .list-group-item-heading {
  color: #0064FF;
}
.list-group a.list-group-item .list-group-item-heading .glyphicon,
.panel > .list-group a.list-group-item .list-group-item-heading .glyphicon {
  margin-right: 1rem;
}
/* lists */
ul li {
  margin-bottom: 0.7rem;
}
.table-responsive {
  font-size: 1.7rem;
}
/* custom components */
.heat-types {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.heat-types .heat-type-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 2rem 0;
}
.heat-types .heat-type-wrapper:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
.heat-types .heat-type-wrapper .heat-type-info {
  margin: 0.5rem 0;
}
.heat-types .heat-type-select label {
  color: #000032;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .heat-types {
    flex-direction: row;
  }
  .heat-types .heat-type-wrapper:not(:last-child) {
    border-bottom: none;
    border-right: 1px solid #EBEBEB;
  }
}
.billing-addr {
  margin-bottom: 4rem;
}
.billing-addr #billing-addr-toggle:checked ~ .billing-addr-section {
  display: block;
}
.billing-addr .billing-addr-section {
  border-bottom: 1px solid #EBEBEB;
  display: none;
  padding-bottom: 2rem;
}
.add-btn {
  background: #00729c;
  color: white;
  height: 40px;
  padding: 0 1.2em;
}
.add-btn:hover {
  background: #5ecbee;
}
.outageContact {
  margin: 1.5rem 0;
}
*:focus {
  box-shadow: none;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#wrap {
  min-height: 100vh;
  flex: 1 1 auto;
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
  margin: 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #wrap {
    width: 100%;
  }
}
@media screen and (min-width: 1366px) {
  .container {
    width: 1280px;
  }
}
article {
  margin: 0 auto 2rem auto;
  max-width: 80rem;
}
#main-content {
  padding-bottom: 3rem;
}
#main-content h1 {
  margin-bottom: 4rem;
}
#main-content h2 {
  margin-bottom: 3rem;
}
#main-content:has(> div.container-background-image) {
  padding-bottom: 0;
}
/* content */
.site-hero-image {
  height: 500px;
  background-size: cover;
  background-position: center center;
}
.header-container .logo {
  overflow: hidden;
}
.header-container .logo img {
  height: 62px;
  padding-top: 15px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .header-container .logo img {
    height: 55px;
  }
}
header {
  /*border-bottom: #eee 1px solid;*/
  padding: 0 1.5rem;
  /*.header-container {
        .d-flex-row;
    }*/
}
header #header-logo {
  width: 30rem;
}
@media screen and (max-width: 640px) {
  header #header-logo {
    order: 2;
    width: 100%;
    text-align: center;
  }
}
header #language {
  text-align: right;
  white-space: nowrap;
  width: auto;
  margin-left: auto;
  /*padding-top: 1.5rem;*/
}
@media screen and (max-width: 314px) {
  header #language {
    /*width: 100%;*/
    flex: 1;
    order: 1;
    /*background-color: @color-bg-light;*/
    margin: 0;
    padding-top: 0;
    padding-right: 10px;
    float: left !important;
  }
}
header #language a:hover {
  border-bottom: 0;
}
header #language a span {
  /*padding: 1rem;*/
  font-size: 1.5rem;
  /*font-weight: 900;*/
}
@media screen and (min-width: 996px) {
  header #language a span {
    font-size: 1.7rem;
  }
}
header #nav-main {
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  width: 100%;
}
header #nav-main .navbar-collapse {
  padding: 0;
  max-height: initial;
  box-shadow: none;
}
header #nav-main .navbar-collapse.collapse-in {
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  header #nav-main .navbar-collapse {
    color: #fff;
    background-color: #0064FF;
  }
}
header #nav-main .navbar {
  margin-bottom: 0;
  max-height: none;
  min-height: 0;
  /*.dropdown-toggle .caret {
                margin-left: 0.5rem;
            }*/
}
header #nav-main .navbar .glyphicon {
  margin-right: 0.5rem;
}
header #nav-main .navbar .navbar-collapse {
  max-height: none;
}
header #nav-main .navbar .navbar-nav {
  margin: 0;
}
header #nav-main .navbar .navbar-toggle {
  margin-right: 0;
  padding: 6px 0 6px 0;
  background-color: transparent;
  margin-top: 10px !important;
}
header #nav-main .navbar .navbar-toggle:hover {
  background-color: transparent;
}
header #nav-main .navbar .navbar-toggle:hover .icon-bar {
  background-color: #000032;
}
header #nav-main .navbar .navbar-toggle .icon-bar {
  background-color: #000032;
  width: 2.4rem;
  height: 0.3rem;
  transition: all 0.3s ease-in-out;
}
header #nav-main .navbar .navbar-brand {
  height: auto;
  color: #0064FF;
  padding: 1.8rem 1.5rem 1.8rem 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  header #nav-main .navbar .navbar-brand {
    font-size: 2rem;
  }
}
header #nav-main .navbar .navbar-right:last-child,
header #nav-main .navbar navbar-right ul li:last-child {
  margin-right: 0;
}
header #nav-main .navbar .navbar-right:last-child li,
header #nav-main .navbar navbar-right ul li:last-child li,
header #nav-main .navbar .navbar-right:last-child a,
header #nav-main .navbar navbar-right ul li:last-child a {
  margin-right: 0;
}
header #nav-main li {
  margin: 0 0.9rem 0 0;
}
@media screen and (max-width: 768px) {
  header #nav-main li {
    margin-right: 0;
    border-bottom: #fff 1px solid;
  }
  header #nav-main li .glyphicon {
    width: 3rem;
    margin-right: 1rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  header #nav-main li a {
    padding: 1.8rem 0.5rem 1.8rem 1.5rem;
    color: #fff;
  }
}
header #nav-main li a:hover,
header #nav-main li a:focus {
  color: #0064FF;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  header #nav-main li a:hover,
  header #nav-main li a:focus {
    color: #fff;
  }
}
header .user-menu .dropdown-menu {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  header .user-menu .dropdown-menu li a {
    padding: 1.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  header .user-menu .dropdown-toggle,
  header .user-menu .dropdown-toggle:hover {
    text-align: center;
    cursor: default;
    background-color: #0060f5 !important;
  }
  header .user-menu .dropdown-toggle .caret,
  header .user-menu .dropdown-toggle:hover .caret {
    display: none;
  }
  header .user-menu .dropdown-menu {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    text-align: center;
  }
}
#nav-main .navbar-nav a {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 5px 18px 15px !important;
}
#nav-main .navbar-nav .dropdown-toggle {
  padding: 0px 5px 18px 15px !important;
}
#nav-main .navbar-brand {
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
}
#nav-main .user-menu .dropdown a {
  font-weight: 400;
  text-transform: none;
  padding: 0 5px 10px 5px;
}
#nav-main .navbar-toggle {
  margin-right: 0;
  background-color: transparent;
}
#nav-main .navbar-toggle:hover {
  background-color: #000032;
}
#nav-main .navbar-toggle .icon-bar {
  background-color: #0064FF;
  width: 2.4rem;
  height: 0.3rem;
  transition: all 0.3s ease-in-out;
}
#nav-main .navbar-collapse.in {
  overflow-y: inherit;
}
#nav-main .dropdown-submenu .dropdown-menu {
  margin-left: -1px;
  margin-top: -6px;
}
@media (max-width: 767px) {
  #nav-main .nav > ul,
  #nav-main .nav > li {
    /*float: left;
            clear: left;*/
  }
  #nav-main .dropdown-submenu .dropdown-menu {
    margin-left: 0px;
    margin-top: 0px;
  }
  #nav-main .navbar-nav .dropdown-toggle {
    padding: 18px 5px 18px 15px !important;
  }
}
#footer {
  background-color: #f3f3f3;
  width: 100%;
  margin: 0;
  margin-top: auto;
}
#footer .footer-content {
  min-height: 10rem;
  padding: 3rem 1.5rem;
  border: none;
}
#footer .footer-content .complete {
  text-transform: uppercase;
  padding: 1.5rem 0;
  font-size: 1.6rem;
  text-align: center;
}
#footer .footer-content .footer-assist .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#footer .footer-content .footer-assist .main .item {
  margin: 0 3rem;
  text-align: center;
}
#footer .footer-content .footer-assist .main .item a {
  color: #000032;
}
#footer .footer-content .footer-assist .main .item a:hover {
  color: #0064FF;
  border-bottom: transparent 1px solid;
}
#footer .footer-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  padding: 3rem 1.5rem;
  background-color: #fff;
  text-align: center;
  justify-content: center;
}
#footer .footer-branding.with-logo {
  justify-content: space-between;
}
@media screen and (max-width: 720px) {
  #footer .footer-branding.with-logo {
    justify-content: center;
    display: block;
  }
}
#footer .footer-branding .social {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 720px) {
  #footer .footer-branding .social {
    display: block;
  }
}
#footer .footer-branding .social p {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 3rem;
}
#footer .footer-branding .social ul {
  margin: 0;
  padding: 0;
}
#footer .footer-branding .social ul li {
  display: inline-block;
  margin: 0 0.7rem;
}
#footer .footer-branding.with-logo .social {
  margin: 0;
}
#footer .footer-branding .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 20rem;
}
@media screen and (max-width: 720px) {
  #footer .footer-branding .footer-logo {
    margin: 0 auto;
  }
}
.tooltip.top .tooltip-inner {
  background-color: #fff;
  color: #0064FF;
  border: 1px solid #0064FF;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #0064FF;
}
.fa {
  color: #0064FF;
}
.popover-content {
  text-transform: none !important;
  font-weight: normal !important;
}
.lowBtn {
  font-size: 1.3rem;
  margin: 0;
  padding: 1px 5px;
}
#InvoiceDataTable {
  font-size: 1.6rem;
}
.panel-primary > .panel-heading {
  color: #fff !important;
}
.userPermissionLabel {
  display: inline !important;
  margin-left: 7rem !important;
}
.contracts-header > .col-md-12 > h2 {
  margin-left: 15px;
}
.consumptionPointDropDownBtn {
  margin-left: 15px;
}
.meteringPointProfilingBtn {
  border: solid 1px transparent;
  margin-right: 5px !important;
  border-radius: 5px !important;
}
.my-contracts-contract-header {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .popover {
    min-width: 30%;
  }
}
#modifySendingInformationModal {
  margin: auto;
  width: 40%;
  top: 25%;
  overflow: auto;
}
@media (max-width: 1525px) {
  #modifySendingInformationModal {
    width: 50%;
  }
}
@media (max-width: 1220px) {
  #modifySendingInformationModal {
    width: 60%;
  }
}
@media (max-width: 1020px) {
  #modifySendingInformationModal {
    width: 70%;
  }
}
@media (max-width: 870px) {
  #modifySendingInformationModal {
    width: 80%;
  }
}
@media (max-width: 765px) {
  #modifySendingInformationModal {
    width: 90%;
  }
}
@media (max-width: 1525px) {
  #modifySendingInformationModal {
    width: 50%;
  }
}
@media (max-width: 1220px) {
  #modifySendingInformationModal {
    width: 60%;
  }
}
@media (max-width: 1020px) {
  #modifySendingInformationModal {
    width: 70%;
  }
}
@media (max-width: 870px) {
  #modifySendingInformationModal {
    width: 80%;
  }
}
@media (max-width: 765px) {
  #modifySendingInformationModal {
    width: 90%;
  }
}
.meteringPointBox .control-label {
  text-align: left !important;
}
.time-control {
  height: 70px;
}
.btn.selectionBtn,
.btn.removeMeteringPoint {
  background: buttonface;
  height: 50px;
  color: #555;
}
.btn.selectionBtn.active .notSelected {
  display: none;
}
.btn.selectionBtn:focus {
  color: #50585f;
}
.btn.selectionBtn.active,
.btn.selectionBtn.active:focus {
  background-color: #0064FF;
  color: #fff;
}
.btn.selectionBtn.active:hover {
  background-color: #0046E4;
  border-color: transparent;
}
#contactFieldPanelContainer {
  z-index: 3;
}
.registrationLabel {
  text-align: right !important;
  margin-left: 4px !important;
}
@media only screen and (max-width: 576px) {
  .registrationLabel {
    font-size: 15px !important;
    text-align: left !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 768px) {
  .registrationLabel {
    padding-right: 15px !important;
    text-align: left !important;
  }
}
.registrationLink {
  text-align: right !important;
}
.registrationButtons {
  margin-left: 4px !important;
  padding-right: 4px !important;
}
@media only screen and (max-width: 576px) {
  .registrationButtons {
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 768px) {
  .registrationButtons {
    padding-right: 11px !important;
  }
}
.footerContactLink {
  color: #000032;
}
.footerContactLinkLabel {
  font-size: 2.1rem;
  font-weight: 700 !important;
  color: #000032;
}
.footerContactIcon {
  font-size: 45px;
  font-weight: 700 !important;
}
.meteringPointProfilingModal_SliderInput {
  max-width: 70px;
  max-height: 35px;
  margin-bottom: 5px;
}
.sliderTextInputSeparator {
  color: inherit;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.radio-button-group {
  padding-top: 10px;
  line-height: 20px;
  margin-bottom: 0;
}
.radio-button-label {
  margin-top: 0px !important;
  position: relative !important;
  top: -17px;
  left: 26px;
}
#damageType label.error {
  position: absolute;
  top: 110px;
}
#contactTypeValueError {
  font-weight: 700;
  font-size: 1.6rem;
}
.container-element {
  border: 1px solid #e5e9ef;
  background-color: #e5e9ef;
  border-radius: 4px;
  padding: 15px 25px 15px 25px !important;
  text-align: center;
  margin-bottom: 25px;
  word-break: break-word;
  -webkit-box-shadow: 0px 10px 22px -20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 10px 22px -20px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 10px 22px -20px rgba(0, 0, 0, 0.8);
}
.container-element .container-element-space {
  padding-top: 10px;
  padding-bottom: 5px;
}
.container-element .container-element-header {
  font-weight: normal;
}
.container-element .container-element-header-medium {
  font-weight: bold;
}
.container-element .container-element-header-large {
  font-weight: bold;
  text-transform: uppercase;
}
.container-element .container-element-body {
  padding-top: 15px;
  padding-bottom: 10px;
}
.container-element .container-element-body p {
  margin: 0;
}
.container-element .container-element-body a {
  font-weight: bold;
  color: #000032;
}
.container-element .container-element-body a:hover,
.container-element .container-element-body a:focus,
.container-element .container-element-body a:active {
  border-bottom: #516584 2px solid;
  color: #516584;
}
.container-element .container-element-body-centered {
  padding-top: 15px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .container-element .container-element-body-centered {
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .container-element .container-element-space {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 992px) {
  .container-element .container-element-space {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.container-background-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}
.container-background-image-effect {
  background: rgba(255, 255, 255, 0.35);
}
.container-background-image-body {
  padding: 40px 35px 40px 35px;
}
.container-no-background-image-body {
  padding: 10px 30px 10px 30px;
}
@media (max-width: 992px) {
  .container-background-image-body {
    padding: 30px 20px 10px 20px;
  }
  .container-no-background-image-body {
    padding: 0px 10px 0px 10px;
  }
}
.container-image-element {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.container-image-element .container-flex-body {
  padding: 20px 20px 20px 20px;
}
@media (max-width: 767px) {
  .container-image-element .container-flex-body {
    padding: 20px 20px 0px 20px;
  }
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.container-full {
  height: 100%;
  padding-bottom: 0;
}
.container-multi {
  height: 100%;
  padding-top: 0px;
  padding-right: 15px !important;
  padding-bottom: 0px !important;
  padding-left: 15px !important;
  font-size: 17px;
}
.bulletin-container {
  margin-bottom: 0;
  margin-top: 25px;
}
.container-spacer {
  height: 25px;
}
.container-header {
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .container-element {
    padding: 15px 15px 15px 15px;
  }
  .container-full {
    height: auto;
  }
  .container-full .container-element-body {
    padding-bottom: 20px;
  }
  .container-spacer {
    height: auto;
  }
}
@media (max-width: 992px) {
  .bulletin-container {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .container-multi {
    height: auto;
  }
  .container-multi .container-element-body {
    padding-bottom: 20px;
  }
  .container-spacer {
    height: auto;
  }
  .container-header {
    font-size: 3rem;
  }
}
.footer-container {
  text-align: center;
  padding: 0 150px 0 150px;
}
.footer-container-item {
  padding: 0 5px 20px 5px !important;
}
@media (max-width: 797px) {
  .footer-container-item {
    padding: 0 15px 20px 15px !important;
  }
}
@media (max-width: 1220px) {
  .footer-container {
    padding: 0 60px 0 60px;
  }
}
@media (max-width: 970px) {
  .footer-container {
    padding: 0;
  }
}
.container-separator {
  border-top: 1px solid #888;
  padding-bottom: 20px;
  margin-top: 20px;
}
.btn-nomargin {
  margin: 0 !important;
}
label:not(.inline-label) {
  margin-top: 0 !important;
}
label {
  margin-bottom: 0 !important;
}
textarea {
  width: 100%;
  resize: none;
}
.separator {
  border-top: 1px solid #aaa;
  padding-bottom: 20px;
}
.label-btn:hover,
.label-btn:focus,
.label-btn:active {
  color: white !important;
}
.languageLinks {
  margin-top: 11px !important;
}
#tupasAuthentication .banks {
  padding: 10px;
}
#tupasAuthentication .banks > img {
  margin-bottom: 20px;
}
.modal-content {
  border-radius: 4px !important;
}
.modal-body {
  font-size: 18px;
}
.modal-body input.form-control,
.modal-body textarea.form-control {
  border-color: #aaa;
  padding: 10px;
}
.modal-footer-btn {
  margin: 0 !important;
}
#modal-confirmation-title {
  margin-bottom: 0 !important;
}
/*# sourceMappingURL=main.css.map */
