/*
[c] 2016 EVERSYS s.r.o
*/

 
.fj-krok1,
.fj-krok2,
.fj-krok3
{
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
 
}
.fj-count {
    width: 25px;
}

.packeta-selector-value {
    font-weight: bolder;
    background-color: lightcyan;
}

.fj-price {
    float: right;
    font-weight: bolder;
    font-size: 18px;
    border-top: 5px;
    padding: 10px 4px;
}

.fj-black {
    color: black;   
}

.fj-green {
    color: #5DA30C
}

.fj-red {
    color: #C00;
}

.fj-gold {
    color: coral;
}

.fj-blue {
    color: blue;
}

.fj-celkem {
    font-size: 22px;
}

.qq-upload-button {
    width: 205px;
}

.qq-upload-file {
    margin: 12px 10px 0 0;    
}

.qq-uploader {
    background-color: #fdfdfd;
    border: 1px dashed #cccccc;
    border-radius: 6px;
    min-height: 200px;
    max-height: none ;
    overflow-y: hidden;
    padding: 5px;
    position: relative;
    width: inherit;

}

.qq-upload-list {
    box-shadow: 0 1px 0 rgba(15, 15, 50, 0.14);
    clear: both;
    list-style: outside none none;
    max-height: none ;
    margin-top: 68px;
    overflow-y: auto;
    padding: 0;

}

.cena {
    font-weight: bold;
}

.error {
    color: #C00;
}

.fj-cropper {
    width: 100%;
    margin-top: 10px;
}
.fj-image-cropper {
    width: 100%;
}

.fj-bgplatna {
    background-image: url("/images/platna/bg.jpg");
    background-repeat: no-repeat;
    background-position: right; 

}
.fj-bgfoto {
    background-image: url("/images/foto.jpg");
    background-repeat: no-repeat;
    background-position: right; 

}

.fj-bgvft {
    background-image: url("/images/desky.jpg");
    background-repeat: no-repeat;
    background-position: right top; 

}
.fj-bglab {
    background-image: url("/images/bglab.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;

}


.form-control {
    font-weight: bold;
}

.polozka {
    color: gray;

}

.polozka > td {    
    border-top: 0px solid #000 !important; 
}

.p-3 {
    padding: 1rem; /* nebo např. 15px */
}