/* all */
b {
  color: black;
}

hr#dropdownSeparator {
    padding: 0px;
    margin: 0px;
}

#povprasevanjeGroup{
  margin-top: 1em;
}

a.dropdown-item{
  padding-left: 0.5em!important;
      padding-right: 1em;
}

a.btn.btnUredi.btn-primary.btn-lg.btnIzbrisi{
  background-color: #ce441a;
}

.navbar-nav {
  flex-direction: inherit;
}

a.btn.btnUredi.btn-primary.btn-lg {
    /* margin-top: auto!important; */
}

.navbar-nav .dropdown-menu {
  position: absolute;
  /* display: inline-block; */
  vertical-align: middle;
}

#langSelector {
  display: flex;
}

/* header img, header nav {
    display: inline-block;
    vertical-align: middle;
} */
button.btn.btn-success.dropdown-toggle {
  padding: 0.1em;
  line-height: 1em;
}

.dropdown-menu.show {
  border-radius: 11px;
  padding: 0px;
}

button.btn.btn-success.dropdown-toggle {
  margin-right: 1em;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
  background-color: #81be1b;
  border-color: #81be1b;
}

a.dropdown-item {
  width: auto !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: white;
  text-decoration: none;
  background-color: #81be1b;
  width: auto;
  border-radius: 10px;
}

.dropdown-toggle:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  min-width: 4em;
}

a.dropdown-item {
  width: fit-content;
  padding: 0.1em;
  padding-right: 1em;
}

.translationForm {
  margin-top: 1em;
  margin-bottom: 1em;
}

.buttons {
  display: inline-grid;
}

a.btn.btnUredi.btn-primary.btn-lg {
  height: fit-content;
  margin: 1em;
}

a.btn.btnUredi.btn-primary.btn-lg.btnBack {
  height: fit-content;
  margin-bottom: 1em;
  padding: 0.2em;
  font-size: 1em;
}

.translationDiv {
  text-align: center;
  border-style: solid;
  border-radius: 13px;
  border-width: thin;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 1em;
  height: fit-content;
  min-width: 30%;
}

textarea.form-control {
  margin-bottom: 1em;
}

.backArrow {
  width: 3em;
  margin-bottom: 1em;
}

#povprasevanjeGroup p {
  color: white;
  margin-top: 1em;
}

#izracun-rezervoarja input[type=button]:hover {
  background: #b2f9b2 !important;
  color: grey !important;
}

input#btnPovprasevanje {
  width: auto;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

.vgradnjaInRok {
  padding-top: 1em;
  padding-bottom: 1em;
}

#povprasevanjeGroup {
  /* margin: -4%; */
}

#results {
  display: none;
}

#izracun-rezervoarja input, #izracun-rezervoarja select {
  border-radius: 13px !important;
}

.col {
  display: grid;
}

#povprasevanjeGroup b, #povprasevanjeGroup p {
  color: white;
}

#povprasevanjeGroup {
  background-color: #81be1b;
  display: grid;
  border-radius: 13px;
}

#main {
  display: grid;
}

.btn-primary, .btn-success {
  color: #fff;
  background-color: #81be1b;
  border-color: #81be1b;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
  background-color: #81be1b;
  text-shadow: -2px 7px 19px black;
}

.btn-primary:hover, .btn-success:hover {
  background-color: #81be1b;
  text-shadow: -2px 7px 19px black;
}

input#dodaj {
  height: fit-content;
  margin: 1em;
}

.bg-light {
  background-color: white !important;
}

.checkboxGroup {
  display: inline-grid;
}

.indexImage {
  width: 15em;
  height: 15em;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

#main {
  background-color: white !important;
}

#izracun-rezervoarja {
  background-color: white !important;
}

.obrazec1, .obrazec2 {
  display: block;
  float: left;
  position: relative;
  min-height: 1px;
  margin: 0 10px
}

.obrazec1 {
  width: 100%;
}

.obrazec2 {
  width: 550px
}

html, p, textarea {
  font-family: sans-serif
}

ol li, p, ul li {
  font-size: 18px;
  line-height: 1.4em;
  color: #777
}

#izracun-rezervoarja {
  background-color: #f2f2f2;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}

.obrazec2 {
  /* padding: 14px 10px 20px; */
  box-sizing: border-box
}

span {
  font-size: 18px;
  color: #777;
  width: 50%;
  display: inline-block;
  float: left;
  height: 37px;
  line-height: 37px;
  margin-top: 6px;
  padding-right: 3px;
  box-sizing: border-box
}

#izracun-rezervoarja input, #izracun-rezervoarja select {
  width: 50%;
  background-color: #FFF;
  padding: 3px 15px;
  font-size: 18px;
  color: #777;
  height: 37px;
  box-sizing: border-box;
  font-family: sans-serif;
  margin-top: 6px;
  border-radius: 2px;
  border: 1px solid #81be1b;
  display: inline-block;
  float: left
}

#izracun-rezervoarja input[type=button] {
  width: 50%;
  padding: 10px;
  background: #FFF;
  color: #777;
  font-size: 18px;
  font-family: sans-serif;
  display: block;
  text-transform: uppercase;
  border: 1px solid #777;
  border-radius: 2px;
  box-sizing: border-box;
  margin-top: 10px;
  text-align: center;
  margin-left: 50%;
  height: 47px
}

#izracun-rezervoarja input[type=button]:hover {
  background: #32CD32;
  color: #B4EEB4
}

/* mobilne */
@media (max-width: 650px) {
  .checkboxLabels {
    margin-bottom: 50px;
    font-size: 1.1em;
    display: ruby-base-container;
    float: none;
    width: 100%;
  }

  .prevodi {
    color: #fff;
    background-color: #81be1b;
    line-height: 12px;
    margin-top: 7px;
    margin-right: 0.1em;
    padding: 0.3em;
}

  .p-5.text-center.bg-image.header {
    padding: 6px !important;
  }

  h1#pageTitle {
    color: white;
  }

  .header {
    background: url(../../files/background-roto-eco-kalkulator.png);
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
  }

  #pageTitle {
    text-align: left;
    margin-bottom: 1em;
  }

  .translate {
    display: contents;
  }

  input#btnPovprasevanje {
    width: auto;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  #results input {
    width: 95% !important;
    border-radius: 11px;
    margin-left: 2.5%;
  }

  .checkboxGroupTitle {
    margin-bottom: 1em;
  }

  .container {
    width: 99%;
    text-align: center;
    align-content: center;
    margin: auto;
    padding: auto;
  }

  .navbar-brand {
    margin-right: 0px;
  }

  .centerCheckbox {
    margin-left: 25%;
  }

  /* .spanGroup#izracun-rezervoarja input, .spanGroup#izracun-rezervoarja select{
    margin-left: 25%;
  } */
  div#results {
    display: grid;
  }

  #results input {
    width: auto;
  }

  html, body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .example::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

  #main {
    text-align: center;
  }

  /* #izracun-rezervoarja input, #izracun-rezervoarja select {
    float: none;
  } */
  .checkboxDiv {
    margin-top: 3em;
    margin-bottom: 2em;
  }

  img {
    max-width: 90%;
  }

  .checkboxGroup {
    /* display: inline-grid; */
  }

  #izracun-rezervoarja input[type=button] {
    width: 100%;
    margin-left: auto;
  }

  .container {
    width: 99%;
  }

  #footer {
    display: inline-block;
  }

  div#results {
    width: -webkit-fill-available;
  }

  span {
    font-size: 1em;
    line-height: 1em;
  }

  .obrazec1, .obrazec2 {
    /* display: grid; */
    width: auto;
    margin: 0;
  }

  .gridDivider {
    width: 70%;
    margin-left: 0;
    color: gray;
    background-color: rgba(121, 121, 121, 0.20);
    height: 2px;
    border-radius: 100px;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 5em;
    margin-bottom: 5em;
  }

  div#results.obrazec2 {
    display: grid !important;
  }

  .navbarLogo {
    height: 30px;
  }

  #pageTitle {
    text-align: center;
  }

  nav {
    background-color: white;
  }

  .navbar.navbar-light.bg-light.justify-content-between {
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar-brand .mr-sm-2 {
    margin: 0px;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .btn-success {
    color: #fff;
    background-color: #81be1b;
    line-height: 12px;
    margin-top: 7px;
    margin-right: 0.1em;
  }

  div#main {
    max-width: 96%;
  }
}

/* vmes */
@media (min-width: 650px) and (max-width: 1264px) {
  .checkboxLabels {
    margin-bottom: 50px;
    font-size: 1.1em;
    display: ruby-base-container;
    float: none;
    width: 100%;
  }

  h1#pageTitle {
    color: white;
  }

  .header {
    background: url(../../files/background-roto-eco-kalkulator.png);
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .btn-primary, .btn-success {
    color: #fff;
    background-color: #81be1b;
    line-height: 12px;
    margin-top: 7px;
    margin-right: 1em;
  }

  div#main {
    max-width: 82%;
    text-align: center;
    margin: auto;
  }

  #results input {
    width: 95% !important;
    border-radius: 11px;
    margin-left: 2.5%;
  }

  .checkboxGroupTitle {
    margin-bottom: 1em;
  }

  .container {
    width: 99%;
    text-align: center;
    align-content: center;
    margin: auto;
    padding: auto;
  }

  .navbar-brand {
    margin-right: 0px;
  }

  .centerCheckbox {
    margin-left: 25%;
  }

  /* .spanGroup#izracun-rezervoarja input, .spanGroup#izracun-rezervoarja select{
    margin-left: 25%;
  } */
  div#results {
    display: grid;
  }

  #results input {
    width: auto;
  }

  html, body {
    max-width: 100%;
    overflow-x: hidden;
  }

  #main {
    text-align: center;
  }

  /* #izracun-rezervoarja input, #izracun-rezervoarja select {
    float: none;
  } */
  .checkboxDiv {
    margin-top: 3em;
    margin-bottom: 2em;
  }

  img {
    max-width: 90%;
  }

  .checkboxGroup {
    /* display: inline-grid; */
  }

  #izracun-rezervoarja input[type=button] {
    width: 100%;
    margin-left: auto;
  }

  .container {
    width: 99%;
  }

  #footer {
    display: inline-block;
  }

  div#results {
    width: -webkit-fill-available;
  }

  span {
    font-size: 1em;
    line-height: 1em;
  }

  .obrazec1, .obrazec2 {
    /* display: grid; */
    width: auto;
  }

  .gridDivider {
    display: none;
  }

  div#results.obrazec2 {
    display: grid !important;
  }

  .navbarLogo {
    height: 30px;
  }

  #pageTitle {
    text-align: center;
  }

  nav {
    background-color: white;
  }

  .navbar.navbar-light.bg-light.justify-content-between {
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar-brand .mr-sm-2 {
    margin: 0px;
  }

  .indexImage {
    width: auto;
    height: auto;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 1264px) {
  .gridDivider {
    display: none;
  }

  .p-3 {
    padding: 5rem!important;
}

  h1#pageTitle {
    color: white;
  }

  .header {
    background: url(../../files/background-roto-eco-kalkulator.png);
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
  }

  .btn-primary, .btn-success {
    color: #fff;
    background-color: #81be1b;
    line-height: 20px;
    margin-top: 12px;
    margin-right: 1em;
  }

  div#main {
    max-width: 76%;
    text-align: center;
    margin: auto;
  }

  #izracun-rezervoarja input[type=button] {
    margin: 0% !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    width: auto;
  }

  h5.checkboxGroupTitle {
    margin-top: 2em;
  }

  #results {
    display: grid !important;
  }

  #results input {
    width: inherit !important;
    border-radius: 13px !important;
  }

  .obrazec1, .obrazec2 {
    /* display: grid; */
    width: 80%;
  }

  #povprasevanjeGroup {
    padding-left: 5%;
    padding-right: 5%;
  }

  .bg-light {
    background-color: white;
  }

  h1 {
    font: inherit;
    font-family: "Roboto", sans-serif;
    text-align: center;
    padding: 0;
    border: 0;
    color: black;
    font-size: 48px;
    font-weight: bold;
  }

  .navbarLogo {
    height: 50px;
  }

  #main {
    margin-bottom: 4em;
  }

  .navbar.navbar-light.bg-light.justify-content-between {
    padding-left: 0px;
    padding-right: 0px;
    background-color: white;
  }

  *, ::after, ::before {
    /* box-sizing: inherit!important; */
  }

  .container {
    max-width: 90% !important;
  }

  #download {
    display: none;
  }

  .mainRow {
    margin: 0 auto;
    position: relative;
    width: max-content;
    /* text-align: center; */
    clear: both
  }

  .obrazec1, .obrazec2 {
    display: block;
    float: left;
    position: relative;
    min-height: 1px;
    margin: 0 10px
  }

  .obrazec1 {
    width: 100%;
  }

  .obrazec2 {
    width: 550px
  }

  html, p, textarea {
    font-family: sans-serif
  }

  ol li, p, ul li {
    font-size: 18px;
    line-height: 1.4em;
    color: #777
  }

  #izracun-rezervoarja {
    background-color: #f2f2f2;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .obrazec2 {
    padding: 14px 10px 20px;
    box-sizing: border-box
  }

  span {
    font-size: 18px;
    color: #777;
    width: 50%;
    display: inline-block;
    float: left;
    height: 37px;
    line-height: 37px;
    margin-top: 6px;
    padding-right: 3px;
    box-sizing: border-box
  }

  #izracun-rezervoarja input, #izracun-rezervoarja select {
    width: 50%;
    background-color: #FFF;
    padding: 3px 15px;
    font-size: 18px;
    color: #777;
    height: 37px;
    box-sizing: border-box;
    font-family: sans-serif;
    margin-top: 6px;
    border-radius: 2px;
    border: 1px solid #81be1b;
    display: inline-block;
    float: left
  }

  #izracun-rezervoarja input[type=button] {
    width: 50%;
    padding: 10px;
    background: #FFF;
    color: #777;
    font-size: 18px;
    font-family: sans-serif;
    display: block;
    text-transform: uppercase;
    border: 1px solid #777;
    border-radius: 2px;
    box-sizing: border-box;
    margin-top: 10px;
    text-align: center;
    margin-left: 50%;
    height: 47px
  }

  h5 {
    padding-bottom: 1em;
  }

  input#btnPovprasevanje {
    width: auto;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  #izracun-rezervoarja input[type=button]:hover {
    background: #32CD32;
    color: #B4EEB4
  }
}
