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;
}
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 {
	padding-top: 14px;
	padding-bottom: 14px;
	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-width: 500px;
	min-height: 600px;
	width: 100%;
	height: 100%;
}

#mapa_svoz {
	display: none;
	margin-top: 20px;
}

.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;
}