@charset "UTF-8";/*TOP lišta*/
.sp-contact-info {
    list-style: none;
    padding: 0;
    margin: 0px;
    display: inline;
}
/*MENU*/
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    text-transform: uppercase;
}

/*HEADLINE*/
.headprava {
    color: #f0f0f0;
}
.headprava .subhead, .headdetail .subhead {
    background: none;
    color: inherit;
    padding: inherit;
    font-weight: 100;
    font-size: 2.5rem;
}
h2, h1 {
    text-transform: uppercase;
}
h2 .subhead {
    position: unset;
    font-size: 2rem;
    padding: 0;
    font-weight: 400;
}

/*BREADCRUMB*/
.breadcrumb {
    padding: 1.75rem 0rem 0rem 0rem !important;
    background-color: inherit;
    border-radius: .25rem;
  text-transform: uppercase;
}
span.divider {
    margin: 0 3px;
    font-weight: 900;
    color: black;
}
a.pathway {
    font-weight: 500;
    color: #c6c4c4 !important;
}
a.pathway:hover {
    color: #c00 !important;
}
.white a.pathway {
    color: white !important;
}
.white a.pathway:hover,
.white a.pathway:active {
    color:  #c00 !important;
}
.white span.divider {
    color: white !important;
}
li.active {
    font-weight: 500;
    color: #c00;
}
.breadcrumb-item.active{
    color: #efecec !important;
}
.float-start {
    display: none;
}

/*rozcestnik - robotické vidění*/
.butticon img:hover {
    scale: 120%;
    transition: 0.2s;
}

/*button*/
.sppb-btn-secondary {
    background: white;
    color: red;
    text-transform: uppercase;
}
.sppb-btn-secondary:hover {
    color: #fff;
    background-color: #c00;
    border-color: #ffffff;
    transition: all 0.7s;
}

@media (min-width: 1400px) {
    .container {
        max-width: 100%
    }
}

/**/
.threeD-flip-back .threeD-content-inner {
    padding: 0 20px;
}

/*--  TABULKA  --*/
.tabulka {
  overflow-x: auto;
}
table.tabulka {
    width: 100%;
    text-align: center;
}
thead td {
    padding: 10px;
    font-weight: 600;
    background: rgb(104, 104, 104);
    font-size: 100%;
    color: rgb(255, 255, 255);
}
td.tableleft {
    background: rgb(231, 231, 231);
    padding: 5px 10px;
    text-align: left;
    vertical-align: middle;
    font-weight: 400;
    font-size: 100%;
}
.tabulka td {
    border: solid 1px rgb(56, 56, 56);
    font-size: 90%;
}
td.tabred {
    background-color: rgba(203, 8, 68, 0.1);
}
td.tabblue {
    background-color: rgba(0, 122, 255, 0.08);
}

/*Detail In-Sight a DataMan*/
.headdetail {
    color: #252525;
    padding: 75px 20%  75px 0% !important;
}

/*HOTSPOT*/
.sppb-card-media-top>picture img{
    max-width: 70% !important;
    padding-top: 1rem !important;
}


