/* .auth, input {
    box-shadow: none !important; 
}

.logon form input {
    border: 1px solid #3333334d !important;
}

.logon .auth .authHeader {
    background-color: #259800 !important;
    border-radius: 0 !important;
}

.borderR10 {
    border: 1px solid #259800 !important;
    border-radius: 0 !important;
} */

.pay_buttons {
    margin-top: 50px;
    display: block !important;
}
.pay_buttons ul {
    display: flex;
    margin: 0;
    padding: 0;
}
.pay_buttons ul li {
    list-style: none;
    margin-right: 20px;
    margin-bottom: unset;
}
.pay_buttons ul li:last-child {
    margin-right: unset;
}
.pay_buttons ul li a {
    justify-content: center;
    align-items: center;
    line-height: 21px;
    font-weight: 500;
    padding: 8px 35px;
    background-color: #0059e7;
    border-radius: 10px;
    color: #ffffff;
    font-size: 12px;
    display: flex;
    transition: .2s ease;
}
.pay_buttons ul li a:hover {
    opacity: .9;
}
.pay_buttons ul li .img_content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pay_buttons ul li .img_content svg {
    margin-right: 5px;
    margin-left: 12px;
}
ul.dashboard li.tile img {
  opacity: 0.6;
}
#balanceRoot img {
  max-width: inherit !important;
  height: 24px;
}
ul.dashboard li.tile {
min-height: 0;
}
#passwordForm {
border: 0 !important;
border-radius: 0 !important;
}
#passwordForm ul {
  font-size: 12px;
}
div.errorMessage {
font-size: 13px;
}
.main-container {
  height: 100%;
  display: block;
  overflow: hidden;
}
.select2 {
  font-size: 13pt !important;
}

#all {
  margin: 0 !important;
  position: inherit;
  min-height: inherit;
  background-color: inherit;
  width: inherit;
  min-width: inherit;
  margin-left: inherit;
  margin-right: inherit;
}
#balanceRoot .bgMenu:hover ul {
  top: 25px;
}
.valid-error {
  padding: 0;
  display: none;
}
#tariffForm .button1 {
  box-shadow: none;
  margin: 6px auto !important;
  color: #000000;
}
.bgmodal-body p {
  font-size: 15px;
}
#tariffForm .flexRow .button1 {
  box-shadow: none;
  margin: 6px auto !important;
  font-size: 13px;
}


.valid-error p{
  font-size: 16px;
  color: red;
  margin-bottom: 5px;
}
.valid-error .small{
  font-size: 12px;
  color: red;
}
.body-container {
  display: block;
  width: 40vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 83%;
}
.pageRoot {
padding-bottom: 0;
}
.pageHeader {
  position: inherit;
  height: auto;
  background-color: #2F333E !important;
  margin-bottom: 20px;
  display: block !important;
  font-size: inherit !important;
  padding-top: 5px;
}

body {
background-color: #ffffff;
}
.contractPassword > div {
  width: 60%;
}
#all {
  background-color: #ffffff;
  /*min-height: 97%;*/
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #EFECEC;
  display: block;
  border: 0;
}
div.footer {
  border: 0;
  background-color: #2F333E;
  border-radius: 0;
}
.foot-block {
  justify-content: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  vertical-align: middle;
  align-items: center;
}
.foot-block p{
  font-size: 14px !important;
  margin: 0;
  color: #ffffff;
}

.pageHeader .balance a, a:visited {
color: #ffffff;
}
:not(thead,tfoot)>*>td {
  --font-size: 0.75em;
}
.pageHeader > .content {
  color: #ffffff;
}
#dashboardPaths {
display: none;
}
div.footer p {
  color: #ffffff;
}
menu {
  display: block;
  min-height: 40px;
  color: #ffffff;
  margin: auto;
  padding-left: 15px;
  max-width: 50rem;
  width: 90vw;
}

menuitem a{
  margin-left: -4px;
  cursor: pointer;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-right: 11px;
  padding-left: 11px;
  color: #ffffff;
  transition: background-color .3s ease;
}
menuitem a:hover{
background-color: #4D4E4E;
color: #ffffff;
}
menuitem a:visited{
color: #ffffff;
}

menuitem a.selected{
  background-color: #4D4E4E;
  color: #ffffff;
}

.pageHeader img {
height: 22px;
}
div.tile {
border: 1px solid #EFECEC;
}
.content .buttons > div {
margin-left: 50px;
}
ul.dashboard li.tile img {
height: 3rem;
}
ul.dashboard li.tilewMiddle {
width: 35%;
}
div.pageTitle {
/* border-radius: 5px; */
  box-shadow: 0px 4px 4px 1px #6C85A7;
  padding: 5px 15px;
  font-size: 14pt;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  background-color: #4D5F77;
  margin: 0px;
  margin-bottom: 15px;
  text-align: center;
  opacity: 0.9;
}
.titleFont3 {
  font-size: 1.1rem;
}
.sum3 {
  font-size: 1.1rem;
}

ul.dashboard li.tile .header {
  color: #ffffff;
  background-color: #2F333E;
  font-size: 1.2rem;
}

/* Grid */
body > main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 7rem);
  padding: 1rem 0;
}

article.grid {
  padding: 0;
  overflow: hidden;
}

article div {
  padding: 1rem;
}
@media (max-width: 479px) {
  div.footer {
    text-align: center;
  }
  .foot-block {
    width: 100vw;
  }
  ul.dashboard li.tilewMiddle {
    width: 95%;
  }
  .content .buttons > div {
    margin-left: 0;
  }
  .pageHeader .logo a {
    width: 60px;
  }
  .pageHeader .contract {
    width: 28vw;
    text-align: center;
  }
}

@media (min-width: 576px) {
  body > main {
    padding: 1.25rem 0;
  }

  article div {
    padding: 1.25rem;
  }
}

@media (min-width: 768px) {
  ul.dashboard li.tilewMiddle {
    width: 40%;
  }
  #all {
    /*min-width: 100%;*/
  }
  body > main {
    padding: 1.5rem 0;
  }

  article div {
    padding: 1.5rem;
  }

  div.grid {
    grid-template-columns: repeat(2, minmax(0%,1fr));
  }
}

@media (min-width: 992px) {
  body > main {
    padding: 1.75rem 0;
  }

  article div {
    padding: 1.75rem;
  }

  div.grid {
    grid-template-columns: repeat(3, minmax(0%,1fr));
  }
}

@media (min-width: 1200px) {
  body > main {
    padding: 2rem 0;
  }

  article div {
    padding: 2rem;
  }
}

@media (max-width: 1600px){
  .body-container {
    width: 50vw;
  }
}
@media (max-width: 1280px){
  .body-container {
    width: 70vw;
  }
}
@media (max-width: 1024px){
  .body-container {
    width: 80vw;
  }
}
@media (max-width: 800px){
  .body-container {
    width: 90vw;
  }
}
@media (max-width: 768px){
  ul.dashboard li.tilewMiddle {
    width: 44%;
  }
}
@media (max-width: 600px) {
  .body-container {
    width: 98vw;
  }
}
@media (max-width: 540px) {
  .body-container {
    overflow-y: scroll;
    max-height: 80%;
  }
  .pay_buttons ul {
      justify-content: center;
  }
  div.footer {
    display: none;
  }
  .pay_buttons {
      margin-top: 50px;
      margin-bottom: 10px;
  }

  ul.dashboard li.tilewMiddle {
    width: 70%;
  }
  .body-container {
    width: 100vw;
  }
  ul.dashboard {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  menu {
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  menu {
    padding-left: 5px;
    width: 99vw;
  }
}

@media (max-width: 420px) {
  ul.dashboard li.tilewMiddle {
    width: 90%;
  }
  .contractPassword > div {
    width: 95%;
  }
  .pageHeader > .content {
    margin: 0;
  }
  #all {
    min-height: 100%;
  }
}

@media (max-width: 340px) {
  .pageHeader .balance {
    width: 8em !important;
  }
}





/* Nav */
summary[role="link"].secondary:is([aria-current], :hover, :active, :focus) {
  background-color: transparent;
  color: var(--secondary-hover);
}

/* Hero Image */
article div:nth-of-type(2) {
  display: none;
  background-color: #374956;
  /* background-image: url("img/alessio-soggetti-8jeWeKdygfk-unsplash-1000x1200.jpg"); */
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .grid > div:nth-of-type(2) {
    display: block;
  }
}

/* Footer */
body > footer {
  padding: 1rem 0;
}

.CUR {
  font-weight: normal;
  font-family: Helvetica, Geneva, Arial, sans-serif, Verdana;
}
.CUR::before {
  content: " \20BD";
}
nav {
  background: bisque;
}
