footer p {
  text-align: center;
}

table.dataTable.no-footer {
  border-bottom: 0px solid #111 !important;
}

/*tr.first {
  border-top:1px solid #ddd;
}*/

.btn-info {
  background-color: #1B0E44 !important;
  border-color: #1B0E44 !important;
}

.btn-info:hover {
  background-color: #766E90 !important;
}

table.dokumentumtar tr.gray {
  background-color: #dddddd54;
}

.date select,
.time select,
.datetime select {
  padding-right: 25px;
}

button[type="submit"] {
  background: #1B0E44;
  /*background: #1798a5;*/
}

button[type="submit"]:hover {
  background: #1B0E4499;
  /*background: #1798a5a6;*/
}

label {
  margin-right: 10px;
}

#thazszuro,
#katszuro {
  width: 300px;
}

#szuro {
  width: 100px;
}

#example td {
  min-width: 70px;

}

#example td:first-child,
#example th:first-child {
  min-width: 340px;
}

#chargeacc td,
#chargeacc th {
  min-width: 70px;
  padding: 8px 10px 8px !important;
}

div.newdocuments button,
.doc_dwn {
  float: left !important;
  padding: 0.7rem !important;
  font-size: smaller !important;
}

.copy {
  font-weight: 400 !important;
}

.copy::before {
  font-weight: 900;
}

.copy:hover {
  cursor: pointer;
  color: #0056b3;
  text-decoration: underline;
  font-weight: 400;
}

.doc_dwn {
  margin-top: 20px;
  background-color: #1B0E44;
  color: white;
}

.doc_dwn:hover,
.doc_down:focus {
  background-color: #1B0E4499;
  color: white !important;
  text-decoration: none;
}

input {
  max-width: 400px;
}

.kozepen {
  text-align: center;
  vertical-align: middle !important;
  /*padding: 0px !important;*/
}

input.letiltoCheck,
input.activatorCheck {
  margin: 1rem 0.5rem 1rem 0.5rem !important;
}

input[name="letiltas"],
input[name="emailkuldes"] {
  margin-top: -10px;
}

td#letilt,
td#email {
  padding: 0px;
}

.actionsth {
  color: #1B0E44;
}

table a,
.prev,
.link {
  color: #1B0E44;
  /*color: #1798a5; */
}

/*
table a:hover, .prev:hover, .link {
  color: #1B0E44;*/
/*color:#1798a5a6;*/
/*}*/

div.login,
div.remember_password,
div.change_password {
  max-width: 400px;
  margin: auto;
}

div.newcustomer,
div.editcustomer {
  max-width: 450px;
}

div.newmessages,
div.editmessages {
  max-width: 600px;
}

.tarsashaz {
  max-width: 400px;
  display: block;
}

div.activationform {
  max-width: 700px;
}

div.customerstable {
  max-width: 920px;
}

h1.logtitle {
  text-align: center;
}

div.message {
  line-height: 50px !important;
}

p.icon {
  font-size: 80px;
  color: #1B0E44;
}

div.view-overlay {
  margin: auto !important;
}

div.card-body a {
  color: #1B0E44;
  /*color: #1798a5;*/
}

.cardhirdetmeny {
  /* min-width: 280px !important;*/
  position: relative;
  /*white-space: normal;*/
  border: solid;
  border-color: grey;
  border-width: 1px;
  border-radius: 15px;
  margin: 10px;
  padding: 10px;
  /*overflow: hidden;*/
  width: 380px;
}

.hosszulink {
  /*width: 0px;*/
  /*display: inline-block;*/
  /*overflow: wrap;*/
  word-wrap: break-word;
}

.uzenetszerkeszt {
  position: absolute;
  top: 20px;
  right: 20px;
}

.friss_datum {
  /*position: absolute;
  right: 20px;
  bottom: 0px;*/
  font-size: small;
  font-style: italic;
  line-height: 0px;
}

.OnMobilEventsBox {
  display: block;
}

.OnDesktopEventsBox {
  display: none;
}

@media(min-width: 425px) {
  .container {
    max-width: 765px !important;
  }
}


@media(min-width:768px) {
  .container {
    max-width: 991px !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1190px !important;
  }
}

@media(min-width:1200px) {
  .container {
    max-width: 1430px !important;
  }

  .OnMobilEventsBox {
    display: none;
  }

  .OnDesktopEventsBox {
    display: block;
  }
}

@media(min-width:1440px) {
  .container {
    max-width: 1770px !important;
  }


}

@media(min-width:1780px) {
  .container {
    max-width: 2500px !important;
  }
}

td#koltseghely {
  width: 676px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none !important;
}

.red {
  color: #F82D05 !important
}

/*a {
    color: #776767;
}
*/

/*.responsive-card-table {
    border-collapse: collapse;
  }
  
  .responsive-card-table.unstriped tbody {
    background-color: transparent;
  }
  
  .responsive-card-table th {
    background-color: #e6e6e6;
  }
  
  .responsive-card-table tr,
  .responsive-card-table th,
  .responsive-card-table td {
    border: 1px solid #0a0a0a;
  }
  
  @media screen and (max-width: 640px) {
    .responsive-card-table {
      
    }
    .responsive-card-table thead tr {
      position: absolute;
      top: -9999em;
      left: -9999em;
    }
    .responsive-card-table tr {
      border: 1px solid #0a0a0a;
      display: block;
    }
    .responsive-card-table tr + tr {
      margin-top: 1.5rem;
    }
    .responsive-card-table td {
      border: none;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid #0a0a0a;
      padding-left: 50%;
      position: relative;
    }
    .responsive-card-table td:before {
      content: attr(data-label);
      display: inline-block;
      font-weight: bold;
      line-height: 1.5;
      margin-left: -100%;
      width: 100%;
      position: relative;
      z-index: 1;
    }
    .responsive-card-table td:after {
      content: '';
      position: absolute;
      background: #e6e6e6;
      width: 45%;
      height: 95%;
      left: 1px;
      top: 1px;
      z-index: 0;
    }
  }
  */

.btn-dropdown-special {
  background: #93DBC1 !important;
  color: #000 !important;
}

.btn-attach-photo-special {
  background: #93DBC1 !important;
  color: #000 !important;
}

.checkbox-inline {
  white-space: nowrap;
}

@media (max-width: 575px) {
  .container {
    padding: 0 !important;
    margin: 0 m !important;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.meters_input_form {
  color: #fff;
}

.read-at-year {
  width: 80px !important;
}

.read-at-month {
  width: 60px !important;
}

.read-at-day {
  width: 60px !important;
}

#meterDetailTable {
  width: 100%
}

#meterDetailTable tr td {
  padding-left: 4px !important;
  padding-right: 0px !important;
  padding-top: 12px !important;
}

.lastColumn {
  text-align: right;
}

#meterDetailTable tr th {
  padding-left: 4px !important;
  padding-right: 4px !important;
  padding-top: 12px !important;
}

.editUserAddedReadAt {
  width: 86px;
  border: 1px solid #000;
}

.editUserAddedValue {
  width: 52px;
  border: 1px solid #000;
}

.editableUserAddedValue {
  background: #93DBC1 !important;
}

/*.dropdown-menu
{
  left: 51px !important;
}*/

.dropdown-menu-odd {
  background-color: #e8e8e8 !important;
}

.buttonVote {
  color: #fff !important;
}

.buttonVoteSelected {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  border-color: #007095;
  border-style: solid;
  color: #000;
}

.buttonVoteReadOnly {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  border-color: #aaa;
  border-style: solid;
  color: #000;
}

.table-row-success {
  background-color: #A6E0CA !important;
}

.table-row-failure {
  background-color: #FF8680 !important;
}

.polldatum {
  color: #888;
}

.categoryLink {
  color: #fff !important;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #FFFFFF;
}

a {
  color: #82b440;
  text-decoration: none;
}

.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after {
  content: "";
  display: table;
  clear: both;
}

.blog-comment ul {
  list-style-type: none;
  padding: 0;
  margin-left: 0px !important;
}

.blog-comment img {
  opacity: 1;
  filter: Alpha(opacity=100);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.blog-comment img.avatar {
  position: relative;
  float: left;
  margin-left: 0;
  margin-top: 0;
  width: 52px;
  height: 52px;
}

.blog-comment .post-comments {
  border: 1px solid #eee;
  margin-bottom: 20px;
  margin-left: 65px;
  margin-right: 0px;
  padding: 10px 20px 0px 20px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  color: #6b6e80;
  position: relative;
}

.blog-comment .post-comments p {
  padding: 0px;
}

.blog-comment a {
  color: #1B0E44;
}

.blog-comment .meta {
  font-size: 13px;
  color: #aaaaaa;
  padding-bottom: 8px;
  margin-bottom: 10px !important;
  border-bottom: 1px solid #eee;
}

.blog-comment ul.comments ul {
  list-style-type: none;
  padding: 0;
  margin-left: 85px;
}

.ticketsection {
  padding: 12px;
  padding-bottom: 1px;
  background: #fff;
  margin-bottom: 12px;
  margin-top: 12px;
}

.ticketTitle {
  color: #F83622 !important;
}

.ticketTitleActive {
  color: #1B0E44 !important;
}

td#bejelentettcim {
  min-width: 350px;
  max-width: 350px;
}

td#egyenleg {
  min-width: 90px;
  max-width: 90px;
  text-align: right;
}

td#egyenlegszoveg {
  min-width: 170px;
  max-width: 170px;
}

footer p a, footer p a:visited {
  color: #aaa;
}

footer p a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, .7);
}