html, body, input, textarea, select, table {
	font-family: 'Roboto Condensed', sans-serif;
	color: black;
	font-weight: 400;
}

.topBar-in, .header-in, .main-in, .footer-in {
	max-width: 1600px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

input, textarea, select, button, .btn {
	padding: 3px 10px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
	margin-top: 3px;
	margin-bottom: 3px;
}

.showOn {
	display: none;
}

a {
	color: black;
}

a:hover {
	color: #e01e20;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.3em;
}

input, textarea, select, button, .btn {
	width: auto;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 15px;
	padding-right: 15px;
}

.btn {
	text-transform: none;
	padding: 10px 25px;
	font-size: 1.1em;
}

hr {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
	height: 1px;
}

.tab .btn, .btn.btn-s {
	padding: 3px 10px;
	margin: 4px 0;
	font-size: 1em;
}

.tab th, table[border="1"] th {
	background: #ededed;
	border-bottom: 1px solid #a0a0a0;
	color: #555;
	font-weight: 400;
}

.btn.btndalsi {
	padding: 10px 25px;
}

.navig select {
	max-width: 70px;
}

.navig span {
	display: inline-block;
	vertical-align: middle;
}

.navig {
	padding: 15px 0;
	font-size: .9em;
}

.navig a, .navig span strong {
	border-radius: 4px;
	display: inline-block;
	text-decoration: none;
	min-width: 30px;
	line-height: 28px;
	background-color: white;
	border: 1px solid #C0C0C0;
	color: black;
	text-align: center;
	padding: 0 5px;
}

.navig span strong {
	color: #e01e20;
}

#content, .content {
	padding: 30px 0;
}

.btnBox {
	padding: 0;
}

.btnBox > a, .btnBox .logBtn span {
	white-space: nowrap;
}

#logout a {
	background: black;
	color: white;
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	text-align: center;
}

#logout {
	position: absolute;
	top: 65px;
	right: 0;
	display: none;
	width: 150px;
}

.topNav {
	display: block;
}

.menu ul {
	display: flex;
}

.menu ul li {
	position: relative;
}

.topCont {
	display: block;
	white-space: normal;
	padding: 0;
}

.btnBox .logBtn {
	margin: 0;
}

.menu ul ul {
	position: absolute;
	visibility: hidden;
	display: block;
	min-width: 100%;
	width: 200px;
}

.menu ul ul a:hover {
	text-decoration: underline;
}

.menu ul ul a {
	height: auto;
	line-height: 1.2em;
	font-size: 1em;
	text-align: left;
	padding: 10px 15px;
	display: block;
}

.menu a {
	display: block;
	padding: 0 8px;
	text-decoration: none;
	color: white;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1.2em;
	display: flex;
	height: 65px;
	align-items: center;
	justify-content: center;
}

.menu li:hover a {
	background: black;
	color: white;
	text-decoration: none;
}

.menu ul {
	margin: 0;
	text-align: center;
}

.loginBox {
	-webkit-transition: top 0.2s;
	-moz-transition: top .2s;
	-o-transition: top .2s;
	transition: top .2s;
}

.logoAdmin a {
	display: block;
}

.logoAdmin img {
	width: 100%;
	display: block;
	height: auto;
	width: 130px;
}

.main+.main {
	padding-top: 25px;
}

h1 {
	margin-top: 0;
}

.btnBox .contactBtn {
	display: none;
}

table.tab {
	width: auto;
	margin: 5px 0;
}

table.tab th a {
	color: black;
	text-decoration: none;
	left: 1.2em;
	display: inline-block;
	vertical-align: middle;
}

table.tab th label {
	display: inline-block;
	padding: 2px 0;
	font-weight: normal;
}

.btn i {
	padding-right: 5px;
}

.tab .thfiltr th {
	background: #f5f5f5;
	color: black;
}

table.tab td {
	padding: 6px 10px;
}

.formik td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 25px;
}

.formik th {
	padding: 10px 25px 5px 0;
	border: 0;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	font-weight: 300;
	color: #6d6d6d;
}

table.tab.tablelist tr.order th a img {
	background: gray;
}

table.tab.tablelist tr.order th a.active img {
	background: red;
}

table.tab.tablelist tr.highlight td {
	background-color: silver;
}

table.tab th a i {
	opacity: .35;
}

table.tab th a:hover i {
	opacity: 1;
}

.handle {
	cursor: move;
}

h1.hlavni, h1 {
	font-size: 1.9em;
	margin-top: 15px;
}

.bh {
	font-size: 1em;
	font-weight: normal;
	margin: 10px 0 0 0;
}

.bh a {
	float: left;
	padding: 10px 15px;
	background: #f8f8f8;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	color: #6a6a6a;
	margin-right: 1px;
}

.bh a.active {
	background: #E7E7E7;
	color: black;
}

.bbox {
	background: #E7E7E7;
	border-bottomleft-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	padding: 10px 15px;
	clear: both;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}

.bbox .formik {
	margin: 0;
}

#travelprovizeNew td {
	width: 32%;
	padding-right: 0;
}
#travelprovizeNew input[type="text"] {
	width: 160px;
	max-width: 100%;
}


/* check flight data */

.flightDataCheck table tr.diff td {
	background: #E01E20;
}

table.browser tr td {
	padding-left: 25px;
	background-image: url(/img/file.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

table.browser tr.directory td {
	background-image: url(/img/folder.png);
}

.whitebox {
	width: auto;
	margin-left: 0;
	margin-right: 0;
	background: #F3F3F3;
}

table tr.seodependent {
	display: none;
}

.windowPopup {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
}

.windowPopupIn {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .50);
}

.window h3 {
	margin: 0;
	padding: 0 40px 20px 0;
	text-transform: uppercase;
}

.window {
	background-color: white;
	padding: 25px;
	position: relative;
	max-height: 100%;
	width: 100%;
	max-width: 100%;
	z-index: 5;
	text-align: left;
	border-radius: 6px;
	overflow: visible;
}

.window .close {
	position: absolute;
	right: 20px;
	top: 20px
}

.close {
	cursor: pointer;
	top: 5px;
	right: 5px;
	width: 32px;
	height: 32px;
	padding-top: 0;
	text-align: center;
	display: block;
	margin: 0 auto 10px auto;
	padding-top: 16px;
}

.close:after, .close:before {
	content: ' ';
	display: block;
	margin: 0 auto;
	height: 1px;
	width: 30px;
	background: #000;
	transform: rotate(45deg);
	transform-origin: 50% 50%;
}

.close:before {
	transform: rotate(-45deg);
	margin-bottom: -1px;
}

.close:hover {
	animation: cross .5s linear;
	transform-origin: 50% 50%;
}

.tabScroll {
	border-right: 2px dashed #a8a8a8;
}

@keyframes cross {
	0% {
		transform: scale(1);
	}
	30% {
		transform: scale(1.4);
	}
	70% {
		transform: scale(.7);
	}
	100% {
		transform: scale(1);
	}
}

.date i {
	line-height: 30px;
}

.whiteBox {
	background-color: white;
	border: 1px solid rgba(166, 168, 176, .3);
	padding: 0;
}

.whiteBoxIn {
	padding: 0 15px 15px 50px;
}

.whiteBoxIn h4, .whiteBoxIn .tab {
	margin: 10px 0;
}

h3 {
	margin-bottom: 10px;
}

h3.hand {
	margin: 0;
	padding: 15px 10px;
	border-top: 1px solid rgba(166, 168, 176, .3);
	margin-top: -1px;
}

.tab.formular tr:last-of-type th, .tab.formular tr:last-of-type td {
	border-width: 0;
}

.tab.formular tr th {
	text-align: left;
	font-weight: 300;
	background: transparent;
	color: #555555;
	border-width: 0 0 1px 0;
	font-size: 1em;
	vertical-align: middle;
	padding: 10px 20px 10px 0;
	border-color: rgba(166, 168, 176, .3);
}

.tab.formular tr td .btn {
	font-size: .9em;
}

.tab.formular tr td {
	background: transparent;
	border-width: 0 0 1px 0;
	font-size: 1.1em;
	vertical-align: middle;
	padding: 10px 20px 10px 0;
}

.tab {
	margin: 0;
}

.portlet {
	border: 1px solid #E01E20;
	margin: 25px 0;
}

.portlet1 {
	border-color: #57cdf2;
}

.portlet1 .portlet-title h2 {
	background: #57cdf2;
}

.portlet2 {
	border-color: #3a9532;
}

.portlet2 .portlet-title h2 {
	background: #3a9532;
}

.portlet3 {
	border-color: #dd9e12;
}

.portlet3 .portlet-title h2 {
	background: #dd9e12;
}

.portlet4 {
	border-color: #4d15e3;
}

.portlet4 .portlet-title h2 {
	background: #4d15e3;
}

.portlet-body {
	padding: 15px;
}

.portlet-title h2 {
	margin: 0;
	padding: 5px 15px;
	background: #e01e20;
	color: white;
	font-size: 1.75em;
}

hr {
	background: #cecece;
}

form {
	padding-bottom: 70px;
}

.formBottomIn {
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
	padding: 10px 15px;
}

.formBottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: white;
	box-shadow: 0 -5px 5px rgba(0, 0, 0, .1);
}

.filtersdialog input {
	width: 210px;
}

.row label {
	display: inline-block;
	margin-right: 5px;
}

.message i {
	color: #e01e20;
	text-align: center;
	min-width: 2em;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}

.message {
	background: #f8f8f8;
	padding: 5px 15px;
	margin: 10px 0;
	display: inline-block;
}

.filtersdialog {
	max-width: 1630px;
	margin-bottom: 20px;
}

/* Hide number of records shown for FlightData tablelist*/
#internal-remark-column > .navig {
	display: none;
}