body{
	background-color: #f7f7fc;
	font-family: "Century Gothic","Didact Gothic", sans-serif;
	font-size:14px;
	font-weight:500;
}

.timeline {
    list-style-type: none;
    position: relative
}

.timeline:before {
    background: #dee2e6;
    left: 9px;
    width: 2px;
    height: 100%
}

.timeline-item:before,
.timeline:before {
    content: " ";
    display: inline-block;
    position: absolute;
    z-index: 1
}

.timeline-item:before {
    background: #fff;
    border-radius: 50%;
    border: 3px solid #3b7ddd;
    left: 0;
    width: 20px;
    height: 20px
}
.card {
    margin-bottom: 24px;
    box-shadow: 0 0 0.875rem 0 rgba(33,37,41,.05);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: initial;
    border: 0 solid transparent;
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-header:first-child {
    border-radius: .25rem .25rem 0 0;
}
.card-header {
    border-bottom-width: 1px;
}
.pb-0 {
    padding-bottom: 0!important;
}
.card-header {
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid transparent;
}

.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }

td,th {vertical-align:middle;}
th {border:0!important}
td .btn-sm, span.btn-sm {border-radius:50%;}
button.exclamation {width:30px;cursor:none;}
td.crossed-out {text-decoration:line-through #dc3545;color:grey;}

h5 {font-size:1.15rem;font-weight:700}

table.Menu {
}

table.Menu td.nazov, table.Menu td.cena, table.Menu td.oznacenie  {font-weight:700;}

table.Menu td.cena, table.Menu td.alergeny  {text-align:right}


tr.menu_first td {background-color:#F2F2F2;}

tr.menu_first td {font-weight:700}

tr.p0 td, tr.extra td {color:#C00000}
tr.p1 td, tr.special td {color:#639729}
tr.objednavka td {background-color:#E2EFD9}

td.divider {color:#000!important;font-weight:400!important;font-style:italic;}
table.Menu td:first-child {font-style:italic;}
span.poznamka {font-weight:400!important;}
span.hmotnost {font-weight:400!important;font-size:0.7rem;font-style:italic;}

.alert-legenda {
	color: #00303a;
    background-color: #f1fdff;
    border-color: #00303a;
	line-height:1.75;
	font-size:0.75rem;
}

a.dropdown-item {font-size:0.85rem;}
