* {
	touch-action: auto;
}

.nav-app .navbar-nav>.active>a,
.nav-app .navbar-nav>.active>a:hover,
.nav-app .navbar-nav>li>a:hover {
	/*color: #463265;*/
	background-color: #f4f4f4;
}

.nav-app {
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 1px solid #dddddd;
	/*border-bottom: 0;*/
}

nav ul li a {
	cursor: pointer;
}

.bs-docs-nav .navbar-header .navbar-toggle:focus,
.bs-docs-nav .navbar-header .navbar-toggle {
	background-color: #f9f9f9;
	border-color: #f9f9f9;
}

.bs-docs-nav .navbar-toggle .icon-bar {
	background-color: #347bb7;
}

.jumbotron {
	padding: 1px 15px;
}

.jumbotron .jumbotron-head {
	/*padding-bottom: 10px;*/
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.jumbotron .jumbotron-body {
	/*padding-bottom: 10px;*/
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.jumbotron .jumbotron-footer {
	margin-bottom: 20px;
}

.jumbotron .jumbotron-footer table p {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-bottom: 15px;
}

/*.container-body{*/
/*position: absolute;*/
/*top: 52px;*/
/*bottom: 0px;*/
/*left: 0px;*/
/*right: 0px;*/
/*overflow-y: auto;*/
/*}*/
.container-body-open-nav .container-body {
	top: 235px;
}

@media (min-width: 769px) {
	.container-body-open-nav .container-body {
		top: 52px;
	}
}

.small-hide {
	display: none;
}

table.small-show {
	display: table;
}

.table-clcikable tr[ui-sref] {
	cursor: pointer;
}

.table-clcikable tr[ui-sref]:hover {
	background-color: rgba(0, 0, 0, 0.06);
}

button.btn {
	width: 100%;
}

.mrg-bot {
	margin-bottom: 10px !important;
}

.detail-close {
	margin: 0px 10px;
}

.modal-footer .btn+.btn {
	margin-left: 0px;
}

.small-text {
	font-size: 10px;
}

@media (min-width: 992px) {

	th.small-hide,
	td.small-hide {
		display: table-cell;
	}

	table.small-hide {
		display: table;
	}

	table.small-show {
		display: none;
	}

	.checkbox label {
		padding-left: 35px;
	}

	button.btn {
		width: auto;
		/*margin-bottom: 0px;*/
	}

	.modal-footer .btn+.btn {
		margin-left: 5px;
	}
	.small-text {
		font-size: 14px;
	}
}

button.navbar-toggle {
	width: auto;
}

.imei-scan {
	margin: 5px;
    padding: 7px;
	border-radius: 4px;
	background-color: #d1d1d1;
	cursor: pointer;
	white-space: nowrap;
}

.modal {
	overflow-y: auto;
}

img {
	height: 18px;
}

.mdatepicker {
	height: 34px;
}

.mdatepicker>input {
	width: 100px !important;
	display: inline-block;
}

.mdatepicker>input,
.mdatepicker>button {
	float: left;
}

.mdatepicker>button {
	width: auto !important;
}

.with-text span {
	/*display: block;*/
	position: absolute;
	right: 20px;
	top: 7px;
}

.form-group {
	min-height: 34px;
}

.waitResponse {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: url("img/loader.gif");
	background-color: rgba(255, 255, 255, 0.35);
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: 50%;
	z-index: 100000;
}

.waitResponseRelative {
	background-image: url("img/loader.gif");
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 100%;
	height: 100%;
}

/*h4.bg-primary,*/
/*h4.bg-danger,*/
/*h4.bg-success{*/
/*margin: 0px;*/
/*padding: 10px 0px;*/
/*}*/

.information {
	position: absolute;
	text-align: center;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-weight: bold;
	font-size: 13px;
	z-index: 100000;
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	padding: 25px;
}

.information.positive {
	background-color: rgba(173, 255, 47, 0.51);
}

.information.negative {
	background-color: rgba(205, 92, 92, 0.46);
}

.loginLink {
	margin-bottom: 20px;
}

/*.modal {*/
/*display: block;*/
/*position: relative;*/
/*}*/

.well {
	margin: 10px auto;
}

/*.btn-login{*/
/*position: absolute;*/
/*right: 0;*/
/*top: 7px;*/
/*/!*width: 100%;*!/*/
/*text-align: right;*/
/*height: 100px;*/
/*}*/

.btn-login button {
	margin-top: 10px;
	margin-left: 10px;
}

.btn-login button:last-child {
	margin-bottom: 10px;
}

.errorApi {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: white;
	color: #666666;
	text-align: center;
	font-size: 40px;
	z-index: 100000000;
	padding-top: 150px;
}

#hlaska .jumbotron {
	margin-bottom: 10px;
	padding: 15px 20px;
}

#hlaska span {
	/*word-break: break-all;*/
	word-wrap: break-word;
	white-space: pre;
	color: red;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 800px;
	}
}

.modal-hlaseni {
	width: 150px;
}

input.short {
	width: 100px !important;
}

@media (min-width: 768px) {
	.modal-translate .modal-dialog {
		width: 300px;
	}
}

.modal-translate .modal-body button {
	width: 100%;
	margin-bottom: 5px;
}

div.target-line {
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: red;
	z-index: 500;
}

div.video-control {
	position: absolute;
	left: 0;
	bottom: 3%;
	z-index: 500;
	width: 100%;
	display: flex;
	justify-content: center;
}

button#add-button {
	display: none;
}

@media only screen and (max-width: 993px) {
	.d-md-flex {
		justify-content: flex-start;
	}

	.item {
		width: 50%;
		flex: 1 0 32%;
	}

	.item button {
		height: 50px;
		white-space: normal;
	}
}

.d-md-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.item {
	margin: 5px;
}

.item button {
	min-height: 100%;
	height: auto;
}

.inputItem {
	margin: 5px 0;
}

.redInputStar {
	color: red;
	font-weight: bold;
	font-size: 24px;
}

.d-flex {
	display: flex;
}

.noGps {
	background-color: rgba(255, 255, 0, 0.6);
}



.docGrid {}

.docItem {
	border: 1px solid;
	margin: 5px;
	padding: 5px;
	display: flex;
	flex-direction: column;
	min-height: 475px;
	border-radius: 5px;
	overflow: auto;
	height: 100%;
}

.docItem button {
	margin: 5px;
}

.docItemButtons {
	align-self: flex-end;
	display: flex;
}

.fullScreenImage {
	background-color: rgba(0, 0, 0, 0.75);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fullScreenImage img {
	max-height: 100vh;
    max-width: 100%;
    height: unset!important;
}

.docItemImage {
	position: relative;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: auto;
}

.docItemImage img {
	height: auto;
	max-height: 200px;
	max-width: 100%;
}

.formDoc {
	margin: 0px 10px;
}

.docItemText {
	white-space: break-spaces;
	display: flex;
	flex-direction: column;
	flex: 1;
	max-height: 150px;
	overflow: auto;
}

.docPoznamaka {
	white-space: break-spaces;
	display: flex;
	flex-direction: column;
	flex: 1;
	max-height: 400px;
	overflow: auto;
}

.docTopButtons {
	display: flex;
}

@media only screen and (max-width: 993px) {
	.docItem {
		min-height: 50px;
	}

	.docPoznamaka,
	.docItemText,
	.docItemImage {
		max-height: 10000px;
	}

	.docTopButtons {
		flex-direction: column;
	}

	.docTopButtons button {
		margin: 5px 0;
	}

	.docTopButtons select {
		width: 100% !important;
	}

}

.fullScreenImageClose {
	position: absolute;
	font-size: 38px;
	top: 0;
	color: white;
	right: 16px;
	cursor: pointer;
}

.docItemFooter {
	display: flex;
	justify-content: space-between;
}

.docItemInfo {
	display: flex;
	flex-direction: column;
}

.dokumentyButtons {
	display: flex;
}

@media only screen and (max-width: 993px) {
	.dokumentyButtons {
		display: flex;
		flex-direction: column;
	}

	.dokumentyButtons .largebutton {
		height: 50px;
	}
}
.poznamkaArea{
	flex: 1
}
.poznamkaEdit{
	display: flex;
  flex-direction: column;
  flex: 1;
}