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

.ip {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 11px;
}

/* global */

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

body {
	font-family: Roboto;
	background-color: #f5f5f5;
	font-size: 14px;
	overflow-y: scroll;
	line-height: 1.38;
}

.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: 3px;
}

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: 51px;
	background-color: white;
}

nav.navbar {
	border-bottom: 1px solid #e8e8e8;
	min-height: 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);
}

.wrapper.body {
	margin-top: 51px;
}

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

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

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

h3 {
	font-size: 20px;
	text-transform: uppercase;
}

.navbar-nav {
	margin: 0;
}

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

a.list-group-item i {
	margin-right: 4px;
	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: #337ab7;
}

.navbar-default .navbar-nav > li > a:hover {
	background-color: #f5f5f5;
	color: #555;
}

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

.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 0 none;
	border-radius: 0;
	float: right;
	font-size: 21px;
	margin-bottom: 0;
	margin-right: 15px;
	margin-top: 0;
	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, html.guest .wrapper {
	height: 100%;
}

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

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

/* korekta styli */

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

.tab-content {
	padding: 1px 15px 15px;
	border-top: 0 none;
	background-color: white;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

b, strong {
	font-weight: 600;
}

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

.grid-view {
	padding-top: 5px;
}

.nav-tabs > li > a {
	border-radius: 2px 2px 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;
}

.nav-tabs > li > a {
	padding: 7px 14px;
}

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

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

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

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

[role=days] div {
	cursor: default;
	position: relative;
	width: 20px;
}

[role=days] div[data-instructor-day-status=before], [role=days] div[data-instructor-day-status=after], [role=days] div[data-instructor-day-status=before-after], [role=days] div[data-instructor-day-status=morning], [role=days] div[data-instructor-day-status=enabled], [role=days] div[data-instructor-day-status=disabled] {
	cursor: pointer;
}

[role=days] > div > div {
	position: absolute;
	width: 6px;
	height: 5px;
}

[role=days] > div > div.add-top {
	top: -2px;
}

[role=days] > div > div.add-bottom {
	bottom: -2px;
}

[role=days] > div > div.add-enabled {
	background-color: green;
}

[role=days] > div > div.add-disabled {
	background-color: red;
}

[role=days] > div > div.add-morning {
	left: 1px;
}

[role=days] > div > div.add-day {
	left: 7px;
}

[role=days] > div > div.add-evening {
	left: 13px;
}

[role=days] .add-other-courses {
    position: absolute;
    color: red;
    font-size: 8px;
    top: -5px;
    left: 5px;
}

[role=manage] i, [role=far] i {
	cursor: pointer;
}

.col-course-days {
	width: 1px;
}

.col-numbers {
	width: 90px;
	text-align: right;
}

.col-type {
	width: 90px;
}

.fc-day[data-status=disabled], .fc-day.fc-state-highlight[data-status=disabled] {
	background-color: #fbe0e0;
	background-image: url(/img/disabled.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.fc-day[data-status=after], .fc-day.fc-state-highlight[data-status=after] {
	background-color: #d1fdd1;
	background-image: url(/img/after.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.fc-day[data-status=before], .fc-day.fc-state-highlight[data-status=before] {
	background-color: #d1fdd1;
	background-image: url(/img/before.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.fc-day[data-status=before-after], .fc-day.fc-state-highlight[data-status=before-after] {
	background-color: #d1fdd1;
	background-image: url(/img/before-after.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.fc-day[data-status=enabled], .fc-day.fc-state-highlight[data-status=enabled] {
	background-color: #d1fdd1;
	background-image: url(/img/enabled.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.fc-day[data-status=morning], .fc-day.fc-state-highlight[data-status=morning] {
	background-color: #d1fdd1;
	background-image: url(/img/morning.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.label-white {
	background-color: #ddd;
}

.label {
	display: inline-block;
	line-height: 1.4;
}

.label-min {
	min-width: 34px;
}

.sum-line {
    border-bottom: 1px solid #999;
}

.col-course {
    width: 440px;
}

.col-company {
	width: 220px;
}

.col-invoice {
	width: 220px;
}

.col-datetime {
    width: 146px;
}

.table {
    display: table;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.col-amount {
    width: 86px;
    text-align: right;
}

.col-2amount {
    width: 160px;
    text-align: right;
}

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

.col-salary-invoice {
	width: 320px;
	text-align: right;
}

.col-yearmonth {
    width: 74px;
}

.col-invoice-number {
	width: 276px;
}

.section-gallery-student .checkbox {
	position: absolute;
	top: 15px;
	left: 45px;
}

span.input-group-addon.kv-date-remove::before {
	content: "\f00d";
	font-family: "FontAwesome", serif;
	font-weight: 400;
}

.form-group.bottom {
	margin-top: 30px;
}

.col-category {
	width: 160px;
}

.col-two-statuses {
	width: 80px;
	text-align: center;
}

.car-index .col-main, .car-equipment-index .col-main, .car-equipment-category-index .col-main {
	font-weight: 600;
}

.car-index .col-category {
	width: 80px;
}

.car-index .col-date-next-review, .car-index .col-date-next-civil-security, .car-index .col-registration-number {
	width: 120px;
}

.car-index .col-base-place, .car-index .col-manager {
	width: 240px;
}

.car-equipment-index .col-car-equipment-category {
	width: 240px;
}

.car-equipment-index .col-number {
	width: 120px;
	text-align: center;
}

.car-equipment-index .col-car {
	width: 240px;
}
