body {
    -webkit-touch-callout: none ;
    -webkit-text-size-adjust: none ; -ms-text-size-adjust: none ;
    -webkit-user-select: none ; -moz-user-select: none ; -ms-user-select: none ; user-select: none ;
    -webkit-highlight: none ;
    -webkit-tap-highlight-color: rgba(0,0,0,0) ;
    -webkit-tap-highlight-color: transparent ;
}
html {
    -ms-touch-action: pan-x ;
}
body {
    -ms-touch-action: pan-y ;
    -ms-content-zooming: none ;
}
input, textarea {
    -webkit-user-select: text ; -moz-user-select: text ; -ms-user-select: text ; user-select: text ;
}


body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #000000;
	padding-bottom: 20px;
}
a img {
    border: none;
}
img {
	max-width: 100% !important;
	height: auto !important;
}

iframe {
	width: 100%;
}
img[src*="gstatic.com/"], img[src*="googleapis.com/"], img[src*="google.com/"] {
	max-width: none !important;
}


.row {
	margin-bottom: 0px;
	padding-bottom: 6px;
}
nav {
/*	box-shadow: none;	*/
}
nav .brand-logo {
	font-size:1.4rem;
	margin-left: 17px;
}
.text-small {
	font-size: 85%;
}
.text-2x {
	font-size: 120%;
}

.telo {
	padding-top: 25px;
}
footer {
	margin-top: 50px;
	color: #677487;
	font-size: 80%;
	text-align: center;
}

#loading {
	padding-top: 80px;
	font-size: 140%;
}
#loading, #blok_login, #blok_obsah, #btn_logout {
	display: none;
}

.error-text {
	color: #d20000;
}


#bag_form1, #bag_form2 {
	display: none;
}
.bag-info {
	padding-top: 10px;
	padding-bottom: 10px;
}
.text-right {
	text-align: right;
}
.bag_detail {
	display: none;
	margin-top: 5px;
	margin-bottom: 15px;
}
.bag_control {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.bag_obsah {
	margin-bottom: 10px;
}
.bag_obsah .collection-item {
	padding: 10px !important;
}
.bag_obsah .collection-item .row {
	padding: 0px;
}
.bag_obsah .collection-item .col {
	padding: 4px;
}
.bag_obsah .collection-item.active {
	background-color: #fff3e0 !important;
	color: #000 !important;
}
.bag_obsah .collection-item .bag_rozpis .col {
	padding: 0px 4px;
}


.mapa-canvas {
	min-height: 400px;
	width: 100%;
	height: 100%;
}
img[src*="gstatic.com/"], img[src*="googleapis.com/"], img[src*="google.com/"] {
	max-width: none !important;
}


.predano {
	display: none;
}
.predano_btn {
	display: none;
}
.zobrazit {
	display: block;
}

.stav_0 {
    color: #c20000;
}
.stav_1 {
    color: #00c200;
}

#gps_status {
	display: none;
	font-size: 18px;
	float: right;
}

#statusbar {
    position: fixed;
    bottom: 0%;
    width: 100%;
    background-color: #eaeaea;
	color: #666;
	font-size: 12px;
	padding: 5px 10px;
    z-index: 9999;
}

.btn-small {
	font-size: 10px;
	padding: 0px 14px;
}

#qrp_dlg {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 12px;
	padding: 20px;
    z-index: 99999;
}
#qrp_img {
	padding: 40px;
	background-color: #fff;
	border-radius: 10px;
	margin: 30px 0px;
}


.modal {
    z-index: 99999 !important;
}

#qrp_kontrola {
	font-size: 130%;
	margin-bottom: 20px;
}

#qrp_ok {
	color: #7db54b;
	font-size: 250%;
	font-weight: bold;
	display: none;
}
#qrp_ok .circle {
	background-color: #7db54b;
	color: #fff;
	display: inline-block;
	padding: 14px 16px 6px 16px;
	border-radius: 50%;
}

#qrp_incomplete {
	color: #f08018;
	font-size: 250%;
	font-weight: bold;
	display: none;
}



.classic-number-marker {
    position: relative;
    width: 38px;
    height: 56px;
}
.classic-number-marker .marker-label {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
}
.classic-number-marker::after {
    content: "";
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}
.marker-orange .marker-label {
    background: #FF8A00;
}
.marker-orange::after {
    border-top: 22px solid #FF8A00;
}
.marker-blue .marker-label {
    background: #0074D9;
}
.marker-blue::after {
    border-top: 22px solid #0074D9;
}
.marker-green .marker-label {
    background: #368203;
}
.marker-green::after {
    border-top: 22px solid #368203;
}
.marker-red .marker-label {
    background: #D90416;
}
.marker-red::after {
    border-top: 22px solid #D90416;
}

#map-side-panel {
	position: fixed;
	bottom: -100%;
	left: 0;
	right: 0;
	height: 80%;
	width: 100%;
	background: #fff;
	z-index: 99999;
	box-shadow: 0 -10px 20px rgba(0,0,0,0.2);
	transition: bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	display: flex;
	flex-direction: column;
	border-radius: 20px 20px 0 0;
}

#map-side-panel.open {
	bottom: 0;
}
#map-side-panel .panel-header {
	padding: 4px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#map-side-panel .panel-header h4 {
	margin: 0;
}
#map-side-panel .panel-body {
	flex: 1;
	width: 100%;
	height: 100%;
}
#map-side-panel .mapa-canvas {
	flex: 1;
}
#map-side-overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9000;
}
