@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&subset=latin-ext');

.undertab-content {
	margin-top: 5px;
	position: relative;
}

.ip {
	position: relative;
	font-size: 11px;
}

.datait-brand {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
}

/* global */

a, input, button, select {
	outline: medium none !important;
}

html {
	/* height: 100%; */
}

body {
	font-family: Roboto;
	/* background-image: url(/img/bgs/white-blue.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	font-size: 14px;
	overflow-y: scroll;
	line-height: 1.38;
	min-height: calc(100vh - 72px);
}

html.guest body {
	background-color: #f4f4ef;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	line-height: 1.38;
}

input[type="file"] {
	padding-top: 7px;
	min-height: 34px;
	padding-bottom: 7px;
}

nav#topbar {
	background-color: #f5f5f5;
}

nav#topbar ul li {
	font-size: 12px;
}

nav#topbar ul li div, nav#topbar ul li a {
	padding: 0 15px;
	line-height: 30px;
}

nav#menu {
	max-height: 72px;
	background-color: white;
	box-shadow: 0 2px 4px rgba(0,0,0,.5);
}

nav.navbar {
	border: 0;
	min-height: 0;
	margin-bottom: 0;
	border-radius: 0;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #717171;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #717171;
	background-color: rgba(0, 0, 0, 0.05);
}

.section.section-sub {
	margin-top: 15px;
}

.section.powered {
	margin-top: 8px;
	margin-bottom: 4px;
	color: #888;
}

h1, .h1 {
	margin-top: 15px;
}

h3 {
	font-size: 20px;
}

.navbar-nav {
	margin: 0;
}

#topbar .nav > li {
	display: inline-block;
}

a.list-group-item i {
	margin-right: 0;
	color: #222;
}

#menu .collapse.in .navbar-nav, #menu .collapsing .navbar-nav {
	background-color: white;
	border: 1px solid #ddd;
	margin-top: -1px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: white;
	background-color: #337ab7;
}

.navbar-default .navbar-nav > li > a {
	color: #212121;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 72px;
}

.navbar-default .navbar-nav > li > a:hover {
	background-color: #ececec;
	color: #000;
	text-decoration: none;
}

.navbar-default .navbar-nav > li > a.active {
	background-color: #d0d0d0;
	color: #000;
}

a.list-group-item, button.list-group-item {
	color: #337ab7;
}

a.user-name {
	max-width: 180px;
	overflow: hidden;
	white-space: nowrap;
}

.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 0 none;
	border-radius: 0;
	float: left;
	font-size: 21px;
	margin-bottom: 0;
	margin-right: 15px;
	margin-top: 13px;
	padding: 10px 16px;
	position: relative;
}

.nav-tabs li.main {
	font-weight: bold;
}

h1, .h1 {
	font-size: 24px;
	font-weight: 300;
}

.btn-black {
	background-color: #444444;
	border-color: #343434;
	color: #fff;
}

.btn-black:hover, .btn-black:focus, .btn-black.focus {
	background-color: #222222;
	border-color: #121212;
	color: #fff;
}

html.guest, html.guest body {
}

body > .wrapper {
	padding-top: 85px;
	padding-bottom: 30px;
	position: relative;
}
body.form.user-signup > .wrapper {
	padding-top: 12px;
	background-position: center 50px;
}

body > .wrapper.wrapper-no-bg {
	background-image: unset;
}

.row-brakes {
	border-top: 1px solid #ddd;
}

.fa.fa-big {
	font-size: 42px;
}

/* korekta styli */

.btn {
	padding: 4px 9px;
	border-radius: 2px;
	display: inline-flex;
}

b, strong {
	font-weight: 600;
}

.nav-tabs > li:last-child > a {
	margin-right: 0;
}

.grid-view {
	padding: 30px 0 0 0;
}

.table > thead > tr > th {
	text-transform: uppercase;
	font-size: 11px;
}

.none {
	color: #ccc;
	font-style: italic;
}

.pagination > li > a, .pagination > li > span {
	padding: 6px 10px;
}

optgroup {
	margin-left: 2px;
}

.icons i {
	margin-left: 4px;
}

.seat {
	border: 2px solid transparent;
	border-radius: 2px;
	margin-left: 1px;
	position: relative;
}

.seat.seat-free {
	color: green;
	cursor: pointer;
}

.seat.seat-free.selected {
	border-color: green;
}

.seat.seat-taken {
	color: red;
}

.seat.seat-taken.current {
	cursor: pointer;
	color: orange;
}

.seat.seat-taken.selected {
	border-color: red;
}

.seat.group::after {
	display: block;
	position: absolute;
	font-family: arial;
	font-weight: 600;
	content: "G";
	font-size: 10px;
	top: -7px;
	left: -7px;
	background-color: #337ab7;
	color: white;
	padding: 1px 2px;
	border-radius: 2px;
}

.seat.group.current::after {
	background-color: orange;
}

/* grafik pokoi */

table.table-graph td {
	vertical-align: top;
}

div.table {
	width: 100%;
	display: table;
	border-collapse: collapse;
}

.table .col-day {
	padding: 8px 1px;
	width: 18px;
	display: block;
	float: left;
	margin-left: 1px;
}

.col-days {
	margin-top: 5px;
}

.col-month {
	position: relative;
	width: 620px;
	overflow: hidden;
}

.col-months {
	width: 1240px;
	position: relative;
	transition: margin 0.5s ease-out;
}

.room-day {
	color: white;
	border: 2px solid transparent;
	border-radius: 2px;
	text-align: center;
	cursor: pointer;
	font-size: 11px;
	width: 18px;
	display: block;
	float: left;
	margin-left: 1px;
	line-height: 16px;
}

.room-day-header {
	border: 0 2px;
	text-align: center;
	font-size: 11px;
	width: 18px;
	display: block;
	float: left;
	margin-left: 1px;
}

.room-day[data-day-name="Monday"], .room-day-header[data-day-name="Monday"] {
	margin-left: 6px;
}

.table-graph .table .table-row:first-child .table-cell {
	text-transform: uppercase;
	font-size: 11px;
	color: #444;
	vertical-align: bottom;
	border-bottom: 1px solid #ddd;
	padding: 8px;
	border-top: 0 none;
}

.table-graph .table .table-cell {
	padding: 8px;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.room-day.room-day-free.selected, .room-day.room-day-partial.selected, .room-day.room-day-taken.selected {
	border-color: #222;
}

.room-day.room-day-free {
	background-color: green;
	border-color: green;
}

.room-day.room-day-partial {
	background-color: orange;
	border-color: orange;
}

.room-day.room-day-taken {
	background-color: red;
	border-color: red;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-content {
	font-size: 12px;
	color: white;
	padding: 6px 10px;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-box {
	background-color: #444;
	border-radius: 2px;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #444;
}

.month-name {
	display: inline-block;
	font-size: 18px;
	margin-top: 15px;
	padding: 3px 9px 0;
}

.month-name span {
	padding-top: 8px;
}

.tooltip-container {
	display: none;
	position: absolute;
	z-index: 1050;
	background-color: #444;
	padding: 4px 6px;
	color: white;
	font-size: 12px;
	border-radius: 2px;
	line-height: 1.41;
}

.tour-places {
	font-weight: bold;
}

.stay-finance {
	font-weight: bold;
}

.text-main {
	font-weight: bold;
}

.alerts {
	text-transform: uppercase;
}

.progress.tour-progress {
	height: 10px;
	margin-top: 0px;
	margin-bottom: 0;
	position: relative;
}

.col-stay-finance {
	width: 200px;
}

.col-room-number {
	width: 108px;
}

.col-3-icon {
	width: 72px;
}

.col-consignor {
	width: 120px;
}

.col-stay-number {
	width: 152px;
}

a .task-plan, a:hover .task-plan {
	color: green;
}

.btn.btn-xs {
	padding: 0 6px;
}

.col-person-short {
	width: 140px;
}

.exit {
	font-size: 16px;
	line-height: 50px;
	padding: 0 15px;
	width: 50px;
}

#calendar {
	margin-top: 15px;
}

.layout-flow {
	font-size: 16px;
	display: block;
	float: left;
	padding: 15px;
	line-height: 20px;
	cursor: pointer;
}

.layout-flow:hover {
	background-color: #f5f5f5;
	color: #555;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 0;
	padding: 15px 0;
	height: 72px;
}

.navbar-brand > img {
    display: block;
    height: 100%;
}

.brand-header {
	margin-bottom: 20px;
}

html.guest .brand-header {
	text-align: center;
}

.brand-header a img {
	margin-right: 5px;
}

html.guest .brand-header a img {
	height: unset;
	margin-right: auto;
}

.col-main .project, .col-main .customer {
	font-size: 11px;
}

.col-main .project .name, .col-main .customer .name {
	font-weight: 600;
}

.col-menu .create-buttons {
	margin-top: 15px;
}

.col-menu .filter-project {
	margin-top: 15px;
}

.col-menu .filter-project .select2-selection {
	box-shadow: none;
	border-radius: 2px;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 1.2em;
	height: 1.1em;
	line-height: 1.1em;
	vertical-align: middle;
	margin-right: 4px;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	font-size: 0.8em;
	top: -0.13em;
}

.fa-stack-2x {
	font-size: 1.4em;
	top: -.14em;
}

.wrapper.body {
	padding-bottom: 60px;
}

.footer {
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
}

.select2-container--bootstrap .select2-results__group {
	font-size: 14px;
}

.select2-container--bootstrap .select2-results__options.select2-results__options--nested .select2-results__option {
	padding-left: 25px;
}

span.null {
	font-style: italic;
	color: #aaa;
}

a span.null {
	color: #337ab7;
}

a:hover span.null {
	color: #23527c;
}

.col-control-type {
	width: 280px;
}

.preview label {
	font-weight: normal;
}

.redactor-box {
	margin-bottom: 0;
}

img.responsive {
	width: 100%;
}

.form-group-id .form-control-static, .form-group-id .form-control-static a {
	font-style: italic;
}

.form-control-static label {
	width: 100%;
}

.form-control-static label input {
	float: left;
}

.form-control-static label > div {
	margin-left: 18px;
}

.form-control-static label table {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}

.form-control-static label table td {
	padding: 5px;
	border-collapse: collapse;
	border: 1px solid #ddd;
}

.message.message-correct {
	color: green;
	margin-bottom: 15px;
}

.message.message-incorrect {
	color: red;
	margin-bottom: 15px;
}

.course-title {
	display: block;
	font-family: 'Quicksand', sans-serif;
	line-height: 1.1;
	font-size: 42px;
	font-weight: 400;
}

.course-subtitle, .step-subtitle {
	display: block;
	font-size: 18px;
	font-weight: 600;
}

.course-progress {
	margin-top: 12px;
	font-weight: 600;
}

.course-step-indicator {
	width: 52px;
	padding-bottom: 5px;
}

.course-step-indicator div {
	/*border: 1px solid #337ab7;*/
	/*background-color: white;*/
	/*border-radius: 50%;*/
	width: 52px;
	height: 50px;
	padding-top: 11px;
	color: #337ab7;
	font-weight: 600;
	font-size: 20px;

	background-image: url(/img/sphere-middle.png);
}

.course-step-indicator.course-step-indicator-first div {
	background-image: url(/img/sphere-top.png);
}

.course-step-indicator.course-step-indicator-last div {
	background-image: url(/img/sphere-bottom.png);
}

.course-step-indicator.course-step-indicator-active div {
	background-image: url(/img/sphere-active.png);
}

.course-step-indicator {
	background-position: center top;
	background-repeat: repeat-y;
}

.course-step-indicator.course-step-indicator-active {
	background-image: url(/img/line-vertical-active.png);
}

.course-step-indicator.course-step-indicator-current, .course-step-indicator.course-step-indicator-inactive {
	background-image: url(/img/line-vertical-inactive.png);
}

.course-step-last .course-step-indicator.course-step-indicator-active, .course-step-last .course-step-indicator.course-step-indicator-inactive, .course-step-last .course-step-indicator.course-step-indicator-current {
	background-image: none;
}

.course-step-indicator.course-step-indicator-active div {
	background-image: url(/img/sphere-active.png);
	color: white;
}

.course-step-text {
	vertical-align: top;
	padding-left: 15px;
	padding-top: 14px;
	text-align: left;
}

.file-name {
	font-weight: 600;
}

.file-label {
	margin-left: 21px;
}

.course-step-control-description {
	margin-top: 10px;
	font-weight: 600;
}

.course-step-control-value {
	margin-top: 15px;
}

.help-text {
	margin-bottom: 15px;
}

.boxes-menu .row {
	margin-left: -8px;
	margin-right: -8px;
}

.bs-callout {
	background-color: white;
}

.form-control-static p {
	margin-bottom: 10px;
}

.form-control-static p:last-child {
	margin-bottom: 0;
}

.table > thead > tr > th.col-activity-name, .table > tbody > tr > td.col-activity-name, .table > thead > tr > th.col-meet-name, .table > tbody > tr > td.col-meet-name {
	width: auto;
	vertical-align: middle;
}

.col-week-day {
	text-align: right;
	width: 94px;
}

.col-date-and-schema {
	text-align: right;
	width: 160px;
}

.col-number-per-number {
	text-align: right;
	width: 70px;
}

.col-submit {
	width: 100px;
}

.gray {
	color: #bbb;
}

.guest h3 {
	margin-top: 30px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #de1919;
	margin-left: -60px;
	padding-left: 60px;
	padding-right: 60px;
	color: white;
	display: inline-block;
	position: relative;
	height: 31px;
	font-size: 20px;
	margin-bottom: 0;
	line-height: 31px;
}

@media (max-width: 480px) {
	.guest h3 {
		margin-top: 30px;
		font-weight: 400;
		text-transform: uppercase;
		background-color: #de1919;
		margin-left: -60px;
		padding-left: 60px;
		padding-right: 40px;
		color: white;
		display: inline-block;
		position: relative;
		height: 31px;
		font-size: 3.3vw;
		margin-bottom: 0;
		line-height: 31px;
	}
}

.guest h3:after {
    content: '';
    height: 22px;
    border-top: 31px solid #de1919;
    border-right: 13px solid white;
    position: absolute;
    vertical-align: bottom;
    right: -13px;
    top: 0;
}

h3.hr + .form-group {
    margin-top: 30px;
}

.table-activity-index .col-submit {
	text-align: center;
}

.table-activity-index td.col-submit {
	font-weight: 600;
}

.pass-uses, .pass-uses-numbers {
	display: inline-block;
}

.pass-use {
	width: 22px;
	height: 22px;
	display: inline-block;
	border-radius: 4px;
}

.pass-use.pass-used {
	background-color: red;
}

.pass-use.pass-not-used {
	background-color: #5cb85c;
}

.footer {
	background-color: #444;
	color: white;
	padding: 15px;
	bottom: 0;
	position: absolute;
	width: 100%;
	margin-bottom: -72px;
}

.footer ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}

.footer ul li.nolimits {
	position: absolute;
}

@media (max-width: 1024px) {
	.footer ul li.nolimits, .footer ul li.regulamin {
		font-size: 9px;
	}
}

.footer ul li.regulamin {
	text-align: right;
}

.footer ul li a {
	color: white;
}

.full {
	position: fixed;
	width: 100vw;
	height: calc(100vh - 124px);
	left: 0;
	top: 72px;
	margin: 0;
	padding: 0;
	background-color: white;
}

.full .movie {
	display: table-cell;
    width: calc(100vw - 400px);
    height: calc(100vh);
}

.full .movie .fluid-vids {
	width: 100%;
    position: relative;
    padding: 0;
    height: calc(100vh - 124px);
}

.chat {
	display: none;
}

.full .chat {
	width: 400px;
    height: calc(100vh - 124px);
    display: table-cell;
    top: 0;
    position: relative;
    padding: 0;
    margin: 0;
}

.full .chat iframe {
	height: calc(100vh - 124px);
    padding: 0;
    margin: 0;
}

.btn.dotpay-button, .btn.dotpay-button:active {
	background-image: url('/img/dotpay_b2_160x83.gif');
	width: 160px;
	height: 83px;
}

.week {
	top: -1px;
	position: relative;
}

.week .day {
	display: inline-block;
	border-radius: 30%;
	width: 17px;
	height: 17px;
	font-size: 12px;
	text-align: center;
	color: #888;
	position: relative;
	line-height: 18px;
}

.week .day[data-active='true'] {
	background-color: #5ec0dc;
	font-weight: 500;
	color: white;
}

.search-clear {
	position: absolute;
	top: 7px;
	right: 6px;
	font-size: 12px;
	color: #999999;
	cursor: pointer;
}

div#waiting-icon {
    width: 180px;
    text-align: center;
    margin: auto;
}

div#waiting-icon img {
    width: 100%;
}
