/* Device = Most of the Smartphones Mobiles (Portrait) */
/* Device = Low Resolution Tablets, Mobiles (Landscape) */
/* Device = Tablets, Ipads (portrait) */
/* Device = Laptops, Desktops */
/* Device = Desktops */
/* Higher Resolution Screens */
html, body {
  overflow: hidden; }

.btn-primary {
  background: #18355E;
  border-color: #18355E;
  border-radius: 5px;
  font-size: 13px;
  letter-spacing: -0.21px;
  padding: 0.625rem 0.75rem; }
  .btn-primary.btn-lg {
    border-radius: 14px;
    line-height: 50px;
    font-size: 20px;
    padding: 0 40px; }
    @media screen and (min-width: 768px) {
      .btn-primary.btn-lg {
        padding: 0 150px; } }

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none; }

.btn-default {
  font-size: 20px;
  border-radius: 5px;
  font-size: 13px;
  letter-spacing: -0.21px;
  border: 1px solid #18355E;
  padding: 0.25rem 0.75rem; }

.small-gutters {
  margin-right: -5px;
  margin-left: -5px; }
  .small-gutters > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.operation-buttons .btn-link {
  color: #18355E;
  font-size: 20px;
  border: 2px solid transparent; }
  .operation-buttons .btn-link span {
    font-size: 10px;
    display: block; }
  .operation-buttons .btn-link.close-icon {
    font-size: 30px;
    padding: 0; }

.tooltip .arrow::before {
  border-right-color: #18355E; }
.tooltip .tooltip-inner {
  background: #18355E;
  text-align: left;
  padding: 0.8rem 0.8rem; }

.navbar {
  box-shadow: 0px 10px 40px #0D1C334D; }
  .navbar .navbar-toggler {
    outline: 0;
    border: none; }
    .navbar .navbar-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

@media screen and (max-width: 992px) {
  .project-picker {
    padding-top: 120px;
    padding-bottom: 60px; } }
@media screen and (min-width: 992px) {
  .project-picker {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; } }
@media screen and (max-width: 992px) {
  .project-picker .intro {
    padding-bottom: 50px; } }
.project-picker .intro h1 {
  color: #676565;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: bold; }
.project-picker .intro .description {
  color: #676565;
  font-size: 18px;
  line-height: 28px; }
.project-picker .item {
  margin-bottom: 30px;
  display: block;
  cursor: pointer;
  text-decoration: none; }
  @media screen and (min-width: 992px) {
    .project-picker .item {
      margin-bottom: 60px; } }
  .project-picker .item .image {
    box-shadow: 0px 0px 10px #00000026;
    width: 100%;
    position: relative;
    border-radius: 5px; }
    .project-picker .item .image:before {
      content: "";
      display: block;
      padding-top: 100%;
      /* initial ratio of 1:1*/ }
    .project-picker .item .image .holder {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
  .project-picker .item:hover .image {
    border: 1px solid #18355E; }
  .project-picker .item:hover .title {
    color: #18355E; }
  .project-picker .item.active .title {
    color: #18355E; }
  .project-picker .item.active .image {
    background: #18355E; }
    .project-picker .item.active .image svg .shp0 {
      fill: #fff !important; }
  .project-picker .item .title {
    text-align: center;
    color: #868585;
    letter-spacing: -0.38px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px; }

@media (max-width: 768px) {
  .select-template {
    box-shadow: 0px 10px -40px #0D1C334D;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 10px; }
    .select-template .btn-primary {
      width: 100%; } }

#wrapper {
  overflow-x: hidden; }
  @media (max-width: 768px) {
    #wrapper {
      display: flex;
      flex-direction: column-reverse; } }
  @media (max-width: 768px) {
    #wrapper.showConfigurator #sidebar-wrapper {
      display: block;
      padding: 0 20px;
      border-top: 1px solid #c4c4c4;
      padding-bottom: 20px;
      height: 50vh;
      overflow: scroll; } }
  @media (max-width: 768px) {
    #wrapper.showConfigurator #page-content-wrapper {
      height: calc(50vh - 64px); } }
  @media (max-width: 768px) {
    #wrapper #sidebar-wrapper {
      display: none;
      position: absolute;
      margin-top: 67px;
      height: calc(100vh - 67px);
      background: white;
      margin-left: 0;
      width: 250px;
      padding: 30px 15px;
      -webkit-transition: margin .25s ease-out;
      -moz-transition: margin .25s ease-out;
      -o-transition: margin .25s ease-out;
      transition: margin .25s ease-out;
      box-shadow: 0px 3px 10px #00000029;
      z-index: 2; } }
  @media (min-width: 768px) and (max-width: 980px) {
    #wrapper #sidebar-wrapper {
      margin-top: 67px;
      height: calc(100vh - 67px);
      margin-left: 0;
      width: 250px;
      padding: 30px 15px;
      -webkit-transition: margin .25s ease-out;
      -moz-transition: margin .25s ease-out;
      -o-transition: margin .25s ease-out;
      transition: margin .25s ease-out;
      box-shadow: 0px 3px 10px #00000029;
      z-index: 2; } }
  @media (min-width: 980px) and (max-width: 1300px) {
    #wrapper #sidebar-wrapper {
      margin-top: 67px;
      height: calc(100vh - 67px);
      margin-left: 67px;
      width: 250px;
      padding: 30px 15px;
      -webkit-transition: margin .25s ease-out;
      -moz-transition: margin .25s ease-out;
      -o-transition: margin .25s ease-out;
      transition: margin .25s ease-out;
      box-shadow: 0px 3px 10px #00000029;
      z-index: 2; } }
  @media (min-width: 1024px) and (max-width: 1300px) {
    #wrapper #sidebar-wrapper {
      padding: 20px 15px !important; } }
  @media (min-width: 1300px) {
    #wrapper #sidebar-wrapper {
      position: fixed;
      top: 67px;
      left: 67px;
      height: 100%;
      background-color: #FFF;
      width: 320px;
      padding: 15px 30px;
      -webkit-transition: margin .25s ease-out;
      -moz-transition: margin .25s ease-out;
      -o-transition: margin .25s ease-out;
      transition: margin .25s ease-out;
      box-shadow: 0px 3px 10px #00000029;
      z-index: 2; } }
  #wrapper #sidebar-wrapper .card {
    border: none; }
    #wrapper #sidebar-wrapper .card .card-body {
      padding: 0 0 20px 0; }
    #wrapper #sidebar-wrapper .card .card-header {
      padding: 0;
      border: none;
      margin-bottom: 10px; }
      #wrapper #sidebar-wrapper .card .card-header .btn {
        display: block;
        text-align: left;
        width: 100%;
        background: #CF152D;
        color: #ffffff;
        padding: 0;
        border: none;
        border-radius: 5px;
        outline: 0;
        box-shadow: none;
        line-height: 28px;
        transition: all .280s ease-in-out; }
        #wrapper #sidebar-wrapper .card .card-header .btn .number {
          background: #18355E;
          display: inline-block;
          font-size: 22px;
          line-height: 28px;
          width: 44px;
          text-align: center;
          border-radius: 5px 0px 0px 5px;
          float: left;
          margin-right: 10px; }
        @media (max-width: 1300px) {
          #wrapper #sidebar-wrapper .card .card-header .btn {
            font-size: .75rem;
            line-height: 25px; }
            #wrapper #sidebar-wrapper .card .card-header .btn .number {
              font-size: 18px;
              line-height: 25px; } }
  #wrapper #sidebar-wrapper #sidebar-wrapper {
    margin-left: 0; }
    @media (min-width: 768px) {
      #wrapper #sidebar-wrapper #sidebar-wrapper {
        margin-left: -15rem; } }
  #wrapper #page-content-wrapper {
    position: relative;
    height: calc(100vh); }
    @media (max-width: 768px) {
      #wrapper #page-content-wrapper {
        width: 100%; } }
    @media (min-width: 768px) {
      #wrapper #page-content-wrapper {
        margin-top: 64px;
        height: calc(100vh - 64px);
        position: relative;
        min-width: 0;
        width: 100%; } }

#footer-menu {
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
  display: flex; }
  @media (min-width: 768px) {
    #footer-menu {
      display: none; } }
  #footer-menu .nav-item .nav-link {
    color: #868585; }
    #footer-menu .nav-item .nav-link.active {
      background: none !important;
      color: #18355E; }
    #footer-menu .nav-item .nav-link span {
      display: block;
      font-size: 11px;
      padding-top: 3px; }

/*
spicy

*/
.spicy_table {
  background-color: white;
  margin: 5px;
  width: 850px;
  table-layout: fixed; }
  .spicy_table td {
    border: black solid 1px;
    width: 40px;
    height: 10px;
    padding: 2px;
    margin: 3px; }
    .spicy_table td:hover {
      background-color: #fd7e14; }

.center_raster {
  background-color: palegoldenrod; }

.spicy_table_wrapper {
  width: 200px;
  height: 200px;
  overflow: auto;
  position: absolute;
  left: 21px;
  top: 20px;
  transition: all .280s ease-in-out; }
  @media (min-width: 768px) and (max-width: 980px) {
    .spicy_table_wrapper {
      width: 170px;
      height: 170px; } }
  @media (min-width: 980px) and (max-width: 1300px) {
    .spicy_table_wrapper {
      width: 170px;
      height: 170px; } }

.raster {
  background-color: #356AA0; }

.terasa {
  background-color: indianred; }

.spicy_element_candidate {
  background-color: #fcf8e3; }

.css-title:before {
  content: "Spicy Garden House";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #DDD;
  padding: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold; }

.css-title :first-child {
  margin-top: 20px; }

#configurator {
  width: 100%; }

#lcol {
  float: left;
  width: 260px !important;
  height: 100vh; }

#selector {
  width: 227px;
  height: 227px;
  text-align: center;
  position: relative; }

#lastnosti {
  height: 50%; }

.poudarek {
  background-color: #cce0ff;
  padding: 3px;
  line-height: 20px; }

.besedilo_naslov {
  color: midnightblue;
  font-size: small;
  font-family: sans-serif;
  font-style: italic; }

#info {
  background-color: lightyellow; }

.imgFocus {
  border: 2px solid #18355E !important; }

.celaSirina {
  width: 100%; }

#idSelectBarvaStrehe {
  width: 100px !important;
  cursor: pointer;
  height: 12px; }

#idSelectBarvaFasade {
  width: 100px !important;
  cursor: pointer;
  height: 12px; }

/* for three.js*/
#canvas {
  position: absolute;
  left: 0;
  top: 0px;
  background-color: #000;
  width: 100%;
  height: 100%; }

.selected_div {
  width: 1px;
  height: 1px;
  display: none;
  position: absolute; }

.p_desno {
  position: absolute;
  left: 222px;
  top: 20px;
  transition: all .280s ease-in-out; }
  @media (min-width: 768px) and (max-width: 980px) {
    .p_desno {
      left: 192px;
      top: 0; } }
  @media (min-width: 980px) and (max-width: 1300px) {
    .p_desno {
      left: 192px;
      top: 0; } }

.p_levo {
  position: absolute;
  left: 1px;
  top: 20px;
  transition: all .280s ease-in-out; }
  @media (min-width: 768px) and (max-width: 980px) {
    .p_levo {
      top: 0; } }
  @media (min-width: 980px) and (max-width: 1300px) {
    .p_levo {
      top: 0; } }

.p_gor {
  position: absolute;
  left: 21px; }

.p_dol {
  position: absolute;
  left: 21px;
  top: 200px;
  transition: all .280s ease-in-out; }
  @media (min-width: 768px) and (max-width: 980px) {
    .p_dol {
      left: 11px;
      top: 187px; } }
  @media (min-width: 980px) and (max-width: 1300px) {
    .p_dol {
      left: 11px;
      top: 187px; } }

.desno_zgoraj {
  position: absolute;
  top: 74px;
  right: 0px;
  text-align: center;
  padding: 0px;
  z-index: 2;
  color: #18355E;
  font-size: 15px; }
  @media screen and (max-width: 768px) {
    .desno_zgoraj {
      display: flex;
      flex-direction: row;
      justify-content: center;
      width: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 980px) {
    .desno_zgoraj {
      right: 0;
      left: 0; } }
  @media screen and (min-width: 768px) {
    .desno_zgoraj {
      top: 44px;
      right: 30px;
      background-color: #ffffffb8;
      padding: 10px 20px;
      border-radius: 5px; } }
  .desno_zgoraj > div {
    line-height: 39px;
    padding: 0 10px; }
    @media screen and (min-width: 768px) {
      .desno_zgoraj > div {
        border-bottom: 1px solid #000; } }
    .desno_zgoraj > div:last-child {
      border-bottom: none; }

#open-help {
  display: none; }
  @media screen and (min-width: 1100px) {
    #open-help {
      display: inline-block;
      position: absolute;
      bottom: 55px;
      right: 55px;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      z-index: 2;
      background: #18355E;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; } }

.spodaj_center {
  position: absolute;
  padding: 3px 6px;
  border-radius: 10px;
  right: 0;
  bottom: auto;
  flex-direction: column;
  top: 59%;
  transform: translate(-50%, -50%);
  transition: all .280s ease-in-out;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: white;
  z-index: 2;
  box-shadow: 0 10px 40px #0D1C334D;
  display: flex; }
  @media (min-width: 768px) and (max-width: 980px) {
    .spodaj_center {
      transform: translate(0%, -50%) !important; } }
  @media screen and (min-width: 768px) {
    .spodaj_center {
      padding: 5px 15px;
      flex-direction: row;
      right: auto;
      bottom: 0;
      top: auto;
      transform: translate(-85%, -50%); } }
  @media (min-width: 1024px) and (max-width: 1300px) {
    .spodaj_center {
      left: 0;
      bottom: -20px;
      transform: translate(-95%, -50%); } }
  @media screen and (min-width: 1300px) {
    .spodaj_center {
      transform: translate(0%, -50%);
      left: 85px; } }
  .spodaj_center a {
    cursor: pointer;
    display: inline-block;
    padding: 5px 0; }
    @media screen and (max-width: 768px) {
      .spodaj_center a {
        font-size: 10px; } }
    @media screen and (min-width: 768px) {
      .spodaj_center a {
        padding: 0 0; } }
    .spodaj_center a .image-spacing {
      padding: 0; }
      @media screen and (min-width: 768px) {
        .spodaj_center a .image-spacing {
          padding: 0 10px; } }
      @media screen and (max-width: 768px) {
        .spodaj_center a .image-spacing img {
          width: 20px; } }
      @media (min-width: 1024px) and (max-width: 1300px) {
        .spodaj_center a .image-spacing img {
          width: 20px; } }
    .spodaj_center a span {
      display: none; }
      @media screen and (min-width: 768px) {
        .spodaj_center a span {
          display: block;
          font-size: 11px; } }
    @media screen and (max-width: 768px) {
      .spodaj_center a .tridpogled {
        width: 20px; } }
    @media (min-width: 1024px) and (max-width: 1300px) {
      .spodaj_center a .tridpogled {
        width: 20px; } }

.okvir {
  border: darkred 1px solid;
  text-align: center; }

.streha-box {
  box-shadow: 0px 0px 10px #00000026;
  background: #ffffff;
  display: block;
  border-radius: 5px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .streha-box img {
    width: 60%;
    margin: 10%; }

.align-elements-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.info-block {
  position: relative;
  padding-bottom: 10px;
  margin: 0; }
  .info-block:after {
    display: block;
    clear: both;
    content: ""; }
  .info-block .info-icon {
    float: left;
    position: absolute;
    top: 2px;
    left: 0; }
  .info-block small {
    float: left;
    padding-left: 37px; }

#odprtine {
  background: #E6E6E6;
  border-radius: 7px;
  padding: 2px; }
  #odprtine .nav-link {
    display: block;
    padding: 1px 6px;
    font-size: 14px;
    letter-spacing: -0.22px;
    color: #868585; }
    #odprtine .nav-link.active {
      background: #18355E 0% 0% no-repeat padding-box;
      box-shadow: 0px 3px 8px #0000001F;
      border: 0.5px solid #0000000A;
      border-radius: 7px;
      color: #FFFFFF; }

#odprtineContent {
  padding-top: 20px; }
  #odprtineContent .small-box {
    border: 2px solid #C4C4C4;
    border-radius: 5px;
    width: 100%;
    padding-top: 50%;
    cursor: pointer; }
  #odprtineContent .medium-box {
    border: 2px solid #C4C4C4;
    border-radius: 5px;
    width: 100%;
    padding-top: 75%;
    cursor: pointer; }
  #odprtineContent .large-box {
    border: 2px solid #C4C4C4;
    border-radius: 5px;
    width: 100%;
    padding-top: 100%;
    cursor: pointer; }
  #odprtineContent .box-title {
    color: #676565;
    font-size: 8px;
    line-height: 15px;
    padding-top: 4px;
    text-align: center; }

#toggleSidebar {
  position: fixed;
  top: 87px;
  left: 87px;
  z-index: 9999; }
  @media screen and (max-width: 768px) {
    #toggleSidebar {
      left: 17px; } }

/*# sourceMappingURL=custom.css.map */
