.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.btn.btn-primary {
  background: #00a9e4;
  color: #FFFFFF;
}
.btn.btn-primary:hover {
  background: #00669C;
}
.btn.btn-primary-dark {
  background: #00669C;
  color: #FFFFFF;
}
.btn.btn-accent {
  background: #FFD23F;
}

.link-primary {
  color: #00a9e4;
  text-decoration: none;
  font-weight: 700;
}
.link-primary:hover {
  color: #FFD23F;
}

*, html, body {
  box-sizing: border-box;
}

html, body {
  font-family: "Rubik", sans-serif;
  font-size: 11pt;
  font-weight: normal;
  font-style: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #EEEDF2;
}

a {
  transition: all 0.3s ease-in-out;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.bg-primary {
  background: #00a9e4 !important;
}

.btn {
  border-radius: 0.5rem;
  border: none !important;
  padding: 0.5rem 1.5rem;
}
.btn.btn-primary {
  background: #00a9e4;
  color: #FFFFFF;
}
.btn.btn-primary:hover {
  background: #00669C;
}
.btn.btn-primary-dark {
  background: #00669C;
  color: #FFFFFF;
}
.btn.btn-accent {
  background: #FFD23F;
}

.link-primary {
  color: #00a9e4;
  text-decoration: none;
  font-weight: 700;
}
.link-primary:hover {
  color: #FFD23F;
}

.app {
  min-height: 100%;
}

.button-mobile {
  position: relative;
  z-index: 9999;
  border: none;
  background: transparent;
  margin: 0.25rem;
  padding: 0.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

.navbar-brand {
  margin: 1rem;
}
.navbar-brand img {
  max-width: 100%;
}

aside {
  width: 16rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  position: fixed;
  top: 0;
  bottom: 0;
  background: #00a9e4;
  z-index: 9999;
}
aside .sidebar {
  padding: 0.25rem 0;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}
aside .sidebar .brand {
  padding: 0.5rem;
}
aside .sidebar nav {
  padding: 1.25rem 0.5rem;
}
aside .sidebar nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
aside .sidebar nav ul li {
  list-style: none;
  margin: 0.25rem 0;
}
aside .sidebar nav ul li a {
  line-height: 1.5;
  font-weight: 600;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  background: transparent;
  border-radius: 0.375rem;
  color: #f1f2f3;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
aside .sidebar nav ul li a:hover, aside .sidebar nav ul li a.active {
  text-decoration: none;
  background: #00669C;
  color: #FFFFFF;
}
aside .sidebar nav ul li a .nav-link:focus, aside .sidebar nav ul li a .nav-link:hover {
  text-decoration: none;
  background: #00669C;
  color: #FFFFFF;
}
aside .sidebar nav ul li a i {
  margin-right: 0.5rem;
}
aside .sidebar .contact {
  font-size: 0.875rem;
  text-decoration: none;
  bottom: 1rem;
  border-radius: 0.5rem;
  margin: 1rem 0.5rem;
  background: #00669C;
  border: none;
}
aside .sidebar .contact h5 {
  color: #f1f2f3;
}
aside .sidebar .contact address {
  font-style: normal;
  display: flex;
  align-content: center;
  padding: 0.25rem 0 0;
  margin-bottom: 0.5rem;
}
aside .sidebar .contact address a {
  text-decoration: none;
  color: #f1f2f3;
}
aside .sidebar .contact address i {
  margin-right: 0.5rem;
  font-size: 18px;
  color: #bad2ed;
}
aside .sidebar .banner-vodovod {
  background: #034ea2;
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
  border-radius: 0.5rem;
  margin: 1rem 0.5rem 1rem;
  border: none;
  scale: 1;
  transition: all 0.3s ease-in-out;
}
aside .sidebar .banner-vodovod h5 {
  font-size: 0.875rem;
}
aside .sidebar .banner-vodovod a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}
aside .sidebar .banner-vodovod:hover {
  scale: 0.925;
  transition: all 0.3s ease-in-out;
}
aside .sidebar .banner-komunalec {
  background: #007d3c;
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
  border-radius: 0.5rem;
  margin: 0.5rem 0.5rem 1.5rem;
  border: none;
  scale: 1;
  transition: all 0.3s ease-in-out;
}
aside .sidebar .banner-komunalec h5 {
  font-size: 0.875rem;
}
aside .sidebar .banner-komunalec a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}
aside .sidebar .banner-komunalec:hover {
  scale: 0.925;
  transition: all 0.3s ease-in-out;
}

main {
  padding: 4rem 4rem 4rem 20rem;
  display: flex;
  margin: auto;
  flex-direction: column;
  flex-grow: 1;
}
main .user-profile {
  margin-right: 1rem;
}
main .user-profile .dropdown-divider {
  margin: 0;
}
main .user-profile ul {
  list-style: none;
  margin: 0;
}
main .user-profile ul li a h4 {
  font-size: 1.125rem;
  font-weight: 300;
  margin: 0 0.25rem 0 0;
}
main .user-profile ul li a h4 span {
  font-weight: 500;
}
main .user-profile ul li ul {
  background: #00a9e4;
  padding: 0;
}
main .user-profile ul li ul li a {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  background-color: #00a9e4;
  color: #FFFFFF;
  border-radius: 0.25rem;
}
main .user-profile ul li ul li a i {
  margin-right: 0.5rem;
  color: #FFFFFF;
}
main .user-profile ul li ul li a:hover {
  background-color: #00669C;
  color: #FFFFFF;
}

.card {
  border: none;
}
.card.account {
  border-radius: 0.5rem;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.15);
}
.card.account .card-header, .card.account .card-footer {
  margin: -1rem;
  padding: 1rem;
}
.card.account .account-info .form-control {
  font-weight: 500;
}

.form-signin, .form-register {
  max-width: 475px;
  margin: 0px auto;
}
.form-signin .login-form, .form-register .login-form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 1rem;
  border-radius: 0.5rem;
  background: #FFFFFF;
}
.form-signin .login-form .btn.btn-primary, .form-register .login-form .btn.btn-primary {
  align-self: flex-end;
}

.form-fluid {
  max-width: 100%;
  margin: 0px auto;
}
.form-fluid .content-body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 1rem;
  border-radius: 0.5rem;
  background: #FFFFFF;
}
.form-fluid .content-body .btn.btn-primary {
  align-self: flex-end;
}

input[type=checkbox] {
  margin-right: 0.25rem;
}

.form-control {
  border: 2px solid #E9ECEF;
  border-radius: 0.5rem;
}
.form-control:focus, .form-control:hover {
  border: 2px solid #00a9e4;
  outline: none;
  box-shadow: none;
}

.account .account-name {
  border: none;
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.account input[type=text] {
  border: none;
  display: block;
  width: 100%;
}
.account input[type=text]:-moz-read-only {
  padding: 0 0 0.25rem 0;
}
.account input[type=text]:read-only {
  padding: 0 0 0.25rem 0;
}
.account input[type=text]:-moz-read-only:disabled {
  padding: 0.375rem 0.75rem;
}
.account input[type=text]:read-only:disabled {
  padding: 0.375rem 0.75rem;
}

.custom-td th, .custom-td td {
  width: 10%;
  font-weight: 500;
}
.custom-td.nova-sostojba th:nth-last-child(1), .custom-td.nova-sostojba td:nth-last-child(1) {
  width: 50%;
}

.nav-tabs-custom > div .btn {
  margin: 0 0.25rem 0.25rem 0.25rem;
}

.hiddencol {
  display: none;
}

#ContentPlaceHolder1_mp1_backgroundElement {
  background: rgba(0, 0, 0, 0.75);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99;
  min-height: 100%;
  width: 100%;
}

.loading {
  display: none;
  position: fixed;
  border-radius: 0.5rem;
  background-color: White;
  z-index: 999;
  padding: 2rem;
  width: 30rem;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 992px) {
  aside {
    display: none;
  }
  aside.show {
    position: absolute;
    left: 0px;
    width: 50vw;
    display: block;
  }
  main {
    padding: 1rem;
  }
  .d-block.d-lg-none.bg-primary.p-3 {
    display: flex !important;
  }
  .d-block.d-lg-none.bg-primary.p-3 .navbar-brand.d-lg-none.d-flex {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  aside.show {
    width: 80vw;
  }
  .navbar-brand img {
    max-width: 100%;
    max-height: 40px;
  }
  .card.account {
    width: 100% !important;
  }
  #login .card.account-info > .d-flex.align-items-center.pb-3 {
    flex-direction: column;
  }
  #login .card.account-info > .d-flex.align-items-center.pb-3 > .ms-auto.d-flex.align-items-center {
    justify-content: space-between;
    width: 100%;
  }
  main .user-profile ul {
    padding: 0px;
  }
}
table.loginformtable {
  width: 100%;
}
table.loginformtable table {
  width: 100%;
}
table.loginformtable tr {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
table.loginformtable tr td {
  padding: 0.25rem;
  text-align: left !important;
  width: 100%;
}
table.loginformtable tr td input[type=text], table.loginformtable tr td input[type=password] {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  border: 2px solid #E9ECEF;
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
  background-color: #FFFFFF;
  transition: 0.15s all ease-in-out;
  padding: 1rem 0.75rem;
}

.notification-icon .material-icons {
  font-size: 4rem;
  width: 64px;
  height: 64px;
}

.text-muted {
  color: rgba(73, 80, 87, 0.5) !important;
}

.nav-tabs-custom .btn.btn-primary {
  background: #6c757d;
  border-color: #6c757d;
}
.nav-tabs-custom .btn.btn-primary.active {
  background: #00a9e4;
  border-color: #00a9e4;
}

.table-striped > tbody > tr > th {
  background: #6c757d;
  color: #EEEDF2 !important;
}

.policy-review h4 {
  margin-bottom: 2rem;
}
.policy-review textarea {
  padding: 2rem;
  width: 100%;
  height: 400px;
  border: 2px solid #ADB5BD;
}/*# sourceMappingURL=webstyle.css.map */