﻿/* ================================================ G L O B A L ============================================ */
html {
	/* fix pro zobrazovani vertikalniho scrollbaru vzdy - zabraneni odskakovani layoutu v horizontalnim smeru v pripade jeho zobrazeni */
	overflow-y: scroll !important;
}

/* pomocny styl pro splash angularu */
[ng-cloak] {
	display: none !important;
}

/* ================================================ U T I L S ============================================ */
.nospace {
	padding: 0;
	margin: 0;
}

.nowrap {
	white-space: nowrap;
}

label {
	white-space: nowrap;
}

.width-full {
	width: 100%;
}

.rotate-right-45 {
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-moz-transform: rotate(45deg); /* Firefox */
	-o-transform: rotate(45deg); /* Opera */
	-ms-transform: rotate(45deg); /* IE 9 */
	transform: rotate(45deg);
	/* IE8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";*/
	/* IE6,IE7 */
	/*filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);*/
}

.rotate-right-90 {
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
	-moz-transform: rotate(90deg); /* Firefox */
	-o-transform: rotate(90deg); /* Opera */
	-ms-transform: rotate(90deg); /* IE 9 */
	transform: rotate(90deg);
}

.rotate-right-135 {
	-webkit-transform: rotate(135deg); /* Safari and Chrome */
	-moz-transform: rotate(135deg); /* Firefox */
	-o-transform: rotate(135deg); /* Opera */
	-ms-transform: rotate(135deg); /* IE 9 */
	transform: rotate(135deg);
}

.rotate-right-180 {
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
	-moz-transform: rotate(180deg); /* Firefox */
	-o-transform: rotate(180deg); /* Opera */
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}


/* ================================================ C U S T O M I Z E  ============================================ */

/* uprava odsazeni header */
.page-header {
	margin-top: 0px;
}

	.page-header h2 {
		margin-top: 0px;
		margin-bottom: 0px;
	}


/* ================================================ M E N U  ============================================ */
.navbar-brand-pmo {
	float: left;
	height: 50px;
	padding: 4px 15px 3px 0px;
}

.navbar-brand-svp {
	float: left;
	height: 50px;
	padding: 4px 33px 3px 0px;
}

/* nazev modulu v menu */
.nav-title-name {
	display: inline-block;
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 11px;
	font-size: 150%;
}

@media (max-width: 999px) {

	.nav-title-name {
		padding-top: 14px;
		font-size: 110%;
	}
}

@media (max-width: 768px) {

	.nav-title-name {
		display: none;
	}

	.container > .navbar-header-left {
		margin-right: 0;
		margin-left: 0;
	}

	.container > .navbar-header-right {
	}

	.navbar-collapse-flag {
		display: block !important;
		width: auto;
		border-top: 0;
		box-shadow: none;
		padding-right: 0px;
	}

	.navbar-nav {
		float: left;
		margin: 0;
	}

		.navbar-nav > li > a {
			padding-top: 15px;
			padding-bottom: 15px;
			padding-left: 10px;
			padding-right: 10px;
		}

	.navbar-brand-svp {
		padding: 5px 10px 5px 0px;
	}
}

/* vlajky */
.img-flag {
	height: 20px;
	border: 1px solid lightgray;
}

.navbar-footer-brand {
	text-align: center;
	margin: auto;
}

	.navbar-footer-brand img {
		max-width: 100%;
		/*max-height:100%;*/
	}

.navbar-footer-author {
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
	min-height: 0px;
	margin-bottom: 10px;
	/*word-wrap: normal;*/
}

/* override border na menu */
.navbar-default {
	border-radius: 0px;
}

/* ================================================ T A B U L K A  ============================================ */
.table-condensed-extra {
	font-size: 12px;
}

	.table-condensed-extra .btn-xs,
	.table-condensed-extra .btn-group-xs > .btn {
		font-size: 10px;
	}

	.table-condensed-extra > thead > tr > th,
	.table-condensed-extra > tbody > tr > th,
	.table-condensed-extra > tfoot > tr > th,
	.table-condensed-extra > thead > tr > td,
	.table-condensed-extra > tbody > tr > td,
	.table-condensed-extra > tfoot > tr > td {
		vertical-align: middle;
		padding: 3px 5px 3px 5px;
	}

	.table-condensed-extra > thead > tr > th {
		text-align: center;
	}

@media (max-width: 768px) {

	.table-data {
		font-size: 8px;
	}

		.table-data .column-button {
			display: none;
		}
}

.table .row-silver {
	background-color: #FAFAFA;
	font-weight: bold;
}

/* tabulka detailu objektu v tooltipu */
.table-thumbnail {
	font-size: 11px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

/* sirka sloupecku tabulky s buttonem */
.column-button {
	width: 35px;
}

/* ================================================ S C H E M A  ============================================ */

/* schema - filter */
.div-schema-filter {
	position: absolute;
	top: 1px;
	left: 20px;
	width: 200px;
	z-index: 1;
}

@media (max-width: 768px) {

	.div-schema-filter {
		margin-top: -60px;
	}

	.div-schema-placeholder {
		margin-top: 60px;
	}
}

.div-schema-item {
	position: absolute;
	float: left;
	cursor: Pointer;
}

.img-schema-image {
	left: 0px;
	top: 0px;
	width: 100%;
}

@media (min-width: 1366px) {
	.img-schema-image {
		min-height: 500px;
	}
}

.div-schema-table {
	position: relative;
	padding-top: 85px;
	padding-left: 4px;
	padding-right: 4px;
}

@media (max-width: 768px) {
	.div-schema-table {
		padding-top: 20px;
	}
}

@media (min-width: 991px) {
	.div-legend {
		margin-left: -50px;
	}
}

/* ================================================ S C H E M A   T O O L T I P ============================================ */

/* nahled grafu ve schematu*/
.popover {
	max-width: 280px;
	/* If max-width does not work, try using width instead */
	width: 280px;
	min-height: 171px;
	/*height: 171px;*/
}

.div-chartContainer {
	width:250px;
	height:100px;
}

.div-chartPlaceholder {
	position: relative !important;
	width:250px;
	height:100px;
}

/* ================================================ O B J E K T  S C H E M A  ============================================ */

/* schema neni k dispozici */
.schema-notavailable {
	width: 100%;
	height: 100px;
	overflow: hidden;
	text-align: center;
	display: table;
}

	.schema-notavailable span {
		display: table-cell;
		vertical-align: middle;
		font-size: 20px;
	}


/* ================================================ O S T A T N I  ============================================ */
.orderlink a {
	color: black;
	cursor: pointer;
}

.arrow-red {
	color: red;
}

.arrow-green {
	color: green;
}

.arrow-grey {
	color: lightgray;
}

/* text upozorneni*/
.div-row-disclaimer {
	padding-top: 20px;
	padding-bottom: 20px;
}

.text-warning-disclaimer {
	color: #FF0000;
	font-size: 12px;
}

/* odsazeni komentaru */
.row-komentar {
}