
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 134px;
}
body.orderbody {
  padding-bottom: 15px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 128px;
  /*line-height: 60px; !* Vertically center the text there *!*/
  background-color: #f5f5f5;
}
.footer > .container, .footer > .container-fluid{
  padding: 20px;
}
    @media (max-width:991px) {
      body.orderbody {
        padding-bottom: 30px;
      }
    }
    @media (max-width:372px) {
      .footer { min-height: 120px; font-size: .9em;}
      .footer > .container { padding: 7px; }
      .footertext { font-size: .9em;}
      body {  margin-bottom: 150px;  }
      body.orderbody {  padding-bottom: 70px;  }
    }
    @media (max-width:767px) {
      .footer { min-height: 150px; }
      .footer > .container { padding: 13px; }
      .footertext { font-size: .8em;}
      body {  margin-bottom: 150px;  }
      body.orderbody {  padding-bottom: 60px;  }
      input[type=checkbox] {
          /* Double-sized Checkboxes */
          -ms-transform: scale(2.2); /* IE */
          -moz-transform: scale(2.2); /* FF */
          -webkit-transform: scale(2.2); /* Safari and Chrome */
          -o-transform: scale(2.2); /* Opera */
          margin: 12px;
        }
    }

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


h1, h2, h3, h4 {
  color: #502a92;
}

.btn-primary {
  background-color: #63bab6;
  border-color: #215f6f;
}
.btn-success {
    background: url(/static/img/header_bg.png) no-repeat;
    background-size: 110% 100%;
}
.btn-success:hover {
  background-blend-mode: lighten;
  color:black;
}


a {  color: #215f6f;}
a:hover {  color: #63bab6;}

footer a {  color: #63bab6;}
footer a:hover {  color: #215f6f;}


body > main {
  padding: 102px 0px 10px 0;
}



code {
  font-size: 80%;
}

.faview div {
  border: 1px solid grey;
}
.faview div.row {
  border: none;
}

table.order-table tr.odd {
  background-color: rgba(0,0,0,.05);
}

table.order-table .subrow {
  opacity: .8;
  font-size: .7em;
}
table.order-table .subrow .nnbox {
  padding-left: 30px;
}

#doprava_view #id_note {
  height: 100px;
}
.tabblock {
    position: relative;
    margin-left: -30px; padding-left: 30px;
    margin-right: -30px; padding-right: 30px;}
.tabblock.new { background-color:white;}
.tabblock.problem, .bgc.problem { background-color: #dc354510;}
.tabblock.problem h3.order_table_name, .bgc.problem { color: #dc3545;}
.tabblock.done, .bgc.done  { background-color: #28a74510 ;}
.tabblock.done h3.order_table_name, .bgc.done { color: #28a745 ;}
.tabblock.inprogress, .bgc.inprogress  { background-color: #17a2b810 ;}
.tabblock.inprogress h3.order_table_name, .bgc.inprogress { color: #17a2b8 ;}

.tabblock .group-ctrl { position: absolute; top:0; left: 0; padding: 3px 5px; }

h3.order_table_name {
  font-size: 1em; text-align: center; color: #444; overflow: hidden;
  margin: 20px 40px 0 40px; padding: 5px 0;}
h3.order_table_name:before, h3.order_table_name:after {
 background-color: #333;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
h3.order_table_name:before {
 right: 0.5em;
 margin-left: -50%;

}
h3.order_table_name:after {
 left: 0.5em;
 margin-right: -50%;
}


#switch_buttons {
  margin: auto;
}
/****** DROPZONE ******/
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  position: relative;
  border: 1px solid #dee2e6;}
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0.5em; }
    .dropzone .dz-preview .dz-progress {
      display: block;
      height: 15px;
      border: 1px solid #aaa; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        display: block;
        height: 100%;
        width: 0;
        background: green; }
    .dropzone .dz-preview .dz-error-message {
      color: red;
      display: none; }
    .dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
      display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      display: block; }
    .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
      position: absolute;
      display: none;
      top: 30px;
      width: 54px;
      height: 58px;
      left: 50%;
      margin-left: -27px; }

.dropzone .dz-preview .dz-image img {
  max-width: 100px;
  max-height: 100px;
}
#addphotos { margin-top: -2px; }
#items .card {
  width: 100%;
}

#items .photo_block {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
}
#items .photo_block span{
  text-decoration: none;
  background-color: rgba(180,180,180, .8);
  color: black;
  position: absolute;
  bottom: 0; left:0;
}

#items .photo_block img {
  max-width: 195px;
  max-height: 195px;
}

#items .photo_block .subinfo i {
  font-size: .8em;
}
#items .photo_block .subinfo div {
  display: inline-block;
  width: 60px;
}
#items .photo_block .subinfo div.mm { text-align:right; width: 82px;}
#items .photo_block .subinfo div i{  display: block;}

#items .photo_block .subinfo .dpi { color: #1e347b; }

/*#productlist .product img {*/
  /*max-width: 200px;*/
/*}*/

.navbar {
  padding:0;
}
/* aurora */
.aurora .navbar, .aurora .footer {
  background: url("/static/img/header_bg.png") #582892;
  background-size: cover;
  background-repeat: no-repeat;
  color: #bababa;
}
.aurora .navbar a, .aurora .navbar .nav-link { color: #ffffff;}
.aurora .footer a { color: #00f7ff;}

#logo.navbar-brand {
  font-size: 40px;
  padding-top: inherit;
}
#logo.navbar-brand .tiskmistr {
  padding-left: 10px;
  font-family: 'Faster One', 'Stardos Stencil', Serif;
  color: #215f6f; /*#5d4dad;*/
}
/*#logo.navbar-brand .tisk {
  background: -webkit-linear-gradient(right, #6c59c8,#CCF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#logo.navbar-brand .mistr {
  background: -webkit-linear-gradient(right, #cb037d, #FAA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/
#logo.navbar-brand .cz{
  font-size: .55em;
}
#logo img { height: 59px; margin: 3px 0;}
@media (max-width: 767px) {
  #logo img { height: 40px; margin: 8px 0 8px 15px; }
}
@media (max-width: 372px) {
  #logo img { height: 30px; margin: 8px 0 8px 15px; }
}

.carousel-inner{
    height: 450px;
}
.carousel-caption {
  left: 70px; top: 45px;
  text-align: left;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .4);
  padding: 15px;
  height: 100px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 300px) {
  .carousel-inner { height: 180px !important; }
  .carousel-caption {   height: 130px;}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 450px) {
  .carousel-inner { height: 260px !important; }
  .carousel-caption {   height: 130px;}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 768px) {
  .carousel-inner { height: 350px !important; }
}
@media (min-width: 980px) {
  .carousel-inner { height: 440px !important; }
}

.carousel img {
  margin: 0 auto;
}



#productlist { margin: 20px 10px;}

.product { margin-bottom: 10px;}
.product .card-img-cont {
  height: 200px;
  overflow: hidden;
}
.product .card-img-top {
  /*height: 100%;*/
  margin:  auto 0;
}

@media (min-width:768px) and (max-width:980px) {
  .product .card-img-cont {
    height: 120px !important;
  }
}
@media (min-width: 1400px) {
  #productlist { width: 1350px; margin: 20px auto;}
}

@media (max-width: 1400px) {
  #homeproduct .card {
    margin-bottom: 20px;
  }
}


.store_badge {
  display: block;
  width: 80%;
  margin: 24px auto;
  opacity: .8;
}
.store_badge:hover {
  opacity: 1;
}

#webprint {
  margin: 28px auto 20px;
  background: url("/static/img/1px_bg.png") repeat-y center center;
  padding-inline-start: 15px;

}
#webprint li {
  display: block;
}
#webprint li a{
  display: inline-block;
  border: 2px solid #502a92;
  border-radius: 20px;
  width: auto;
  margin: 10px 0;
  padding: 8px 30px;
  background-color: white;
}
#webprint li.first a {
  margin-top:0;
}
#webprint li.last a {
  margin-bottom:0;
}
#webprint li a:hover {
  text-decoration: none;

}


.filminspektor .deleted { text-decoration: line-through; color: #aaa;}
.filminspektor_detail .photo_block {  width: 150px; height: 150px; }
.filminspektor_detail .photo_block img {  max-width: 150px; max-height: 150px;}

.cartpage {
  margin-top: 10px;
}

#cartpage .product .img-responsive {

}


@media (max-width: 991px) {
  .orderbody .tit {
    font-size: 15pt;
  }
  .orderbody .sidebar_floatfoot {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background: url("/static/img/header_bg.png") #582892;
    background-size: cover;
    background-repeat: no-repeat;
    /*color: #bababa;*/
  }
  .orderbody .sidebar_floatfoot .shorthandle {
    min-height: 50px;
    padding-top: 10px;
  }
  .orderbody .sidebar_floatfoot .shorthandle a:any-link, .orderbody .sidebar_floatfoot .shorthandle a {
    text-decoration: none;
    color: white;
    font-weight: bold;
  }
  .orderbody .sidebar_floatfoot .detailshandle {
    background: white;
    margin-bottom: 10px;
    padding-bottom: 1px;
  }
  .orderbody .footer {
    padding-bottom: 64px;
    background-image: none;
    background-color: #e7f6ff!important;
  }
  .orderbody .footer a {
    color: #215f6f;
  }
  .orderbody .footertext {
    font-size: .85em;
  }
}




.bc {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 100%;
  max-width: 100%;
  height: 120px;
  counter-reset: breadcrumb;
  position: relative;
}

.bc:before {
  position: absolute;
  top: 23px;
  left: 12.5%;
  content: '';
  width: 75%;
  height: 1px;
  background: black;
}

.bc .bc_item {
  float: left;
  padding-top: 60px;
  width: 25%;
  text-align: center;
  position: relative;
}

.bc .bc_item:after {
  counter-increment: breadcrumb;
  content: counter(breadcrumb);
  position: absolute;
  top: 0px;
  left: calc(50% - 23px);
  width: 40px;
  height: 40px;
  text-align: center;
  border: 3px solid #582892;
  border-radius: 50%;
  line-height: 40px;
  background: white;
}

.bc .bc_complete:after {
  background: #582892;
  color: white;
}


#packages { color: #aaa;}
#packages tr.active { color: #000; font-weight: bold;}

#count_row {text-align: center;}
#count_row span { font-weight: bold;}

.solophoto {display: inline-block; width:93px; height: 93px; margin: 5px;}
.solophoto img{ width: 100%; height: 100%; object-fit: cover;}
.many span.solophoto { width: 69px; height: 69px; margin: 2px;}
.photothumbs {padding:0 !important;}

#discount_checker {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}