.has-error input[type="radio"] {
    outline: 1px solid red;
    border-radius:100%;
}

.has-error input[type="checkbox"] {
    outline: 1px solid red;
}

.testimonial-group > .form-row {
    overflow-x: auto;
    white-space: nowrap;
}
.testimonial-group > .form-row > .col {
    display: inline-block;
    float: none;
}

.pb-1,
.py-1 {
    padding-bottom: 0rem !important;
}

p{
    margin-bottom: 0rem !important;
}

.main-header{
    font-size:1.2rem;
    margin-bottom:1rem;
    font-weight: 500;
}

.table-innertable th,
.table-innertable td,
.table-innertable thead th,
.table-innertable tbody + tbody {
    border: 1px solid black;
}

.secondary-header{
    margin-bottom:1rem
}

.form-check {
    position: inherit;
}

/*styly pro hover styl dotazniku, dotvvm neumi z codebehindu nastavit znak " ani ' (uvozovky) ktere potrebuju pro prazdy content */

/*defaultni barva promenne, realne se nastavuje ze stylu v GridFormBuilderu */
:root {
    --hoverColor: #6666FFCC;
}

#hover > table {
    overflow: hidden;
    position: relative ;
    z-index: 1;
}

#hover > table > tbody > tr:hover {
    background-color: var(--hoverColor) !important;
}


#hover > table > tbody > tr > td {
    position: relative ;
}

#hover > table > tbody > tr > td:hover::after
{
    content: "" ;
    position: absolute ;
    background-color: var(--hoverColor);
    left: 0 ;
    top: -5000px ;
    height: 10000px ;
    width: 100% ;
    z-index: -1;
}

#hoverFixedRow > table > tbody > tr:hover {
    background-color: var(--hoverColor) !important;
}


.dotvvm-bp-primitive_picker{
    min-height:calc(1.5em + .75rem + 2px);
    height: auto;
}

.trFixed td {
    position: sticky !important;
    top: 0 !important;
}

.table-responsive { -webkit-overflow-scrolling: auto; }

.btn-block-fixed-display {
    display: inline-flex !important;
}

.dotvvm-bp-control.dotvvm-bp-rating{
    color:white !important;
}

.dotvvm-bp-primitive_popup.dotvvm-bp-flag_with-list {
    max-height: 40vh !important;
}