/* Public player */
@import url("./player.css");

body.loading, div.loading {
	overflow: hidden;
}
body.loading .preload-modal, div.loading .preload-modal {
	display: block;
}
body div .hidden {
	display: none!important;
}

*:hover, *:focus {
	outline: none!important;
}
*.row-fixed {
	max-width: 1380px;
}

table tr > th, table tr > td {
	box-sizing: content-box;
}
table thead th, table tbody td:not(:last-child) {
    overflow: hidden;
    text-overflow: ellipsis;
}
table tr.muted {
	color: inherit;
	opacity: 0.65;
	cursor: default;
}
table .event_pr {
    margin-top: 0!important;
}
table.table-bordered span[class="label"] {
	border-radius: 3px;
	background-color: #b5abab65;
	text-shadow: none;
	color: #615b5b;
	font-weight: 400;
	margin: 1px;
}
table.text-center tr {
	height: 100%;
}
table.text-center td,
table.text-center th {
	text-align: center;
}

form:last-child:not(.row > form, .row > div > form, .tab-pane form) {
	margin-bottom: 0!important;
}
input[type="hidden"] + span[id*="ID"] > label {
	display: inline-block!important;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    margin: 3px 0 0;
    vertical-align: top;
}
input.ghost-input {
	width: auto!important;
	border-color: transparent;
	box-shadow: none!important;
	text-align: inherit;
	height: auto!important;
	background: inherit;
}
form .row, [class*="span"] .row {
	margin-left: 0;
}
form .row .form-column select {
    max-width: 99.9%;
}
form .controls {
	position: relative;
}
form .help-block {
    top: -2px;
    position: relative;
}
option:disabled {
	display: none;
}
a.toggle {
	border-bottom: 1px dashed #08c;
	text-decoration: none;
}
a.toggle:hover, a.toggle:focus {
	outline: none;
	text-decoration: none;
	border-bottom: 1px dashed #005580;
}
a.toggle.active {
	border-bottom: 1px dashed orange!important;
	color: orange!important;
}
a.toggle.muted:hover, a.toggle.muted:focus {
    border-bottom-color: #808080!important;
}
a.toggle.text-red {
    color: #c33333;
    border-bottom-color: #c33333;
}
a.toggle.text-red:hover, a.toggle.text-red:focus {
    color: #a72e2e;
    border-bottom-color: #a72e2e!important;
}
a.thumbnail {
	border-color: transparent;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	position: relative;
	text-decoration: none;
	flex: 1 0 100%;
}
a.thumbnail:hover, a.thumbnail:focus {
    border-color: transparent;
	box-shadow: rgba(67, 71, 85, 0.3) 0px 0px 0.25em, rgba(90, 125, 188, 0.1) 0px 0.25em 1em;
	-webkitbox-shadow: rgba(67, 71, 85, 0.3) 0px 0px 0.25em, rgba(90, 125, 188, 0.1) 0px 0.25em 1em;
	text-decoration: none;
}
a.thumbnail > .caption {
    color: #333;
    font-size: 90%;
	display: table;
	table-layout: fixed;
	width: 100%;
}
a.symlink {
	display: inline-block;
	position: relative;
	margin-left: 15px;
}
a.symlink:not(:hover) {
	text-decoration: none;
}
a.symlink > i {
	position: absolute;
	left: -15px;
	top: 48%;
	margin-top: -7px;
}
a.symlink + a {
	margin-left: 20px;
}
p:last-child {
	margin-bottom: 0;
}

.input-search {
    position: relative;
}
.input-search i {
    color: inherit;
    position: absolute;
    right: 10px;
    top: 0.575rem;
}

.preload-modal {
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url(/images/spinner.gif) 50% 50% no-repeat;
}

.text-ellipsis,
.text-ellipsis-block {
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.text-ellipsis-block {
	display: block;
}

.muted {
	color: grey;
}
.muted.toggle {
	border-color: grey;
}

.left {float: left}
.right {float: right}

.nav-tabs {
	min-height: 40px;
}
.nav-tabs > li {
	margin-bottom: -1px;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	background-color: transparent;
}
.nav > li > a {
	display: block;
}

.dl-left-jusitifed dt {
	text-align: left;
	width: 100px;
	float: left;
}
.dl-left-jusitifed dd {
	margin-left: 120px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.dl-left-jusitifed label {
	display: inline-block;
	min-width: 100px;
	cursor: pointer;
}

.search-select {position: relative}
.search-select .input-append {
	width: 100%;
}
.search-select .input-append .fa + .fa {
	display: none;
}
.search-select + ul {
	margin-top: -7px;
	margin-left: 0;
}
.input-append, .input-prepend {
    display: inline-flex!important;
}
.input-append > input, .input-prepend > input {
    border-radius: 4px 0px 0px 4px;
    flex: 0 1 100%;
    width: 100%;
}
.input-append input[type=text]:only-child {
	width:100%!important;
}
.input-append + .input-variants,
.input-search + .input-variants {
	position: absolute;
	top: 30px;
	width: 100%;
	background: white;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	z-index: 500;
	display: none;
    max-height: 15em;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.5em;
}
.input-append + .input-variants ul,
.input-search + .input-variants ul {
	margin: 0!important;
	list-style-type: none;
}
.input-append + .input-variants,
.input-append + .input-variants li:last-child a,
.input-search + .input-variants,
.input-search + .input-variants li:last-child a {
	border-bottom: none;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
}
.input-append + .input-variants a,
.input-search + .input-variants a {
	display: block;
	padding: 6px 12px;
	line-height: 16px;
	border-bottom: 1px solid #d9d9d9;
	text-decoration: none;
	text-align: left;
}
.input-append + .input-variants a:hover,
.input-search + .input-variants a:hover {
	color: white;
	background: rgb(0, 136, 204);
	text-decoration: none;
}
.input-append + .input-variants a p,
.input-search + .input-variants a p {
	margin-bottom: 5px;
}
.input-append + .input-variants a small,
.input-search + .input-variants a small {
	color: #999999;
}
.input-search > input {
	width: 99.9%!important;
	padding-right: 2rem;
}

/* Onfiv camera search: table and sidebar */
.table-rows td {
	border-bottom: 1px solid #ddd;
}
.table-rows td:first-child {
    padding-left: 0px;
}
.table-rows td:last-child {
    padding-right: 0px;
}
.table-rows tr:first-child {
    border-top: 1px solid #ddd;
}
.table-rows_valign_middle td {
	vertical-align: middle;
}
.table-rows .t-loading {
	text-align: center;
	width: 320px;
}
.table-rows .t-loading > div {
	display: inline-block;
}
.right-sidebar {
	width: 360px;
	height: calc(100%);
	height: -webkit-calc(100%);
	position: fixed;
	right: -360px;
	top: 0px;
	z-index: 10000;
	text-align: left;
}
.right-sidebar > div > a {
	padding-left: 25px;
	color: lightgray;
	display: inline-block;
	margin-bottom: 10px;
}
.right-sidebar > div > a:hover {
	color: white;
	text-decoration: none;
}
.right-sidebar > div {
	overflow: auto;
	background-color: rgba(56, 55, 55, 0.8);
	padding: 25px 0 25px;
	box-sizing: border-box;
}
.right-sidebar > div:only-child {
	height: 100%;
}
.right-sidebar ul {
	width: 100%;
	padding: 0;
	text-align: left!important;
	list-style-type: none;
	margin: 15px 0 0;
}
.right-sidebar li {
	width: 100%;
	position: relative;
}
.right-sidebar li a {
	line-height: 20px;
	padding-left: 25px;
	font-size: 14px;
	display: inline-block;
	padding-top: 12px;
	padding-bottom: 12px;
	box-sizing: border-box;
	width: 100%;
}
.right-sidebar li a {
	vertical-align: middle;
	padding-right: 15px;
}
.right-sidebar li a > span:first-child {
	width: 84%;
	display: inherit;
}
.right-sidebar li span.fa {
	color: #21b321;
}	
.right-sidebar li > a, .right-sidebar li > a:hover, .right-sidebar li > a:active {
	color: white;
	text-decoration: none;	
}
.right-sidebar li a:hover {
	background-color: rgba(255,255,255,0.1);
}
.right-sidebar .symbols {
	padding-left: 25px;
	width: 335px;
}
.right-sidebar .symbols > li {
	padding-right: 25px;
	float: left;
	width: auto;
	margin-bottom: 25px;
}
.right-sidebar .symbols > li > a {
	width: 2.5em;
	padding: 6px 10px;
	border: 1px solid white;
	text-align: center;
}
.right-sidebar h4 {
	color: white;
	padding-left: 25px;
	font-weight: normal;
}

/* Web user flex form basics */
.form-row, .form-row .form-column, .form-row .form-column div, .form-row .form-column input, .form-row .form-column select {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.form-row {
	display: -ms-flexbox;
	display: inline-flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	justify-content: start;
	align-content: flex-start;
	-ms-flex-wrap: wrap;
	margin-bottom: -10px;
}
.form-row + .form-row {
	margin-top: 10px;
	display: flex;
}
.form-row .form-column *:focus, .form-row .form-column *:active {
	outline: none!important;
}
.form-row .form-column input[type="text"],
.form-row .form-column input[type="password"],
.form-row .form-column select {
	max-width: 99.9%;
	min-width: 10.5em;
	width: auto;
}
.form-row .form-column label:not(.inline) {
    display: block;
    margin-bottom: 5px;
}
.form-row .form-column input[type="text"],
.form-row .form-column select,
.form-row .form-column label input[type="text"] {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}
.form-row .form-column > div:last-child > label {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}
.form-row .form-column > div:last-child > label > span {
	max-width: 45em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.form-row .form-column .input-mini {
	width: 4.20em!important;
	min-width: 4.20em!important;
}
.form-row .form-column .input-small {
	width: 6.00em!important;
	min-width: 6.00em!important;
}
.form-row .form-column .input-medium {
	max-width: 10.5em!important;
}
.form-row .form-column, .form-row .form-column-group {
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 1;
	width: auto;
	max-width: 75%;
	white-space: nowrap;
	-ms-flex-preferred-size: 0;
	-ms-flex-positive: 1;
	-ms-flex: 0 0 auto;
	margin-bottom: 10px;
}
.form-row .form-column-group {
	padding-right: 0px;
	padding-left: 0px;
	letter-spacing: -1em;
	max-width: 100%!important;
	flex-grow: 1;
}
.form-row .form-column-group > .form-column {
	display: inline-block;
	letter-spacing: normal;
	max-width: 75%;
    vertical-align: top;
	margin-bottom: 0;
}
.form-row.form-row-fixed {
	display: flex;
}
.form-row-fixed::after {
	content: '';
	padding-right: 10px;
	padding-left: 10px;	
	display: block;
	flex-basis: 100%;
	flex-grow: 0;
	flex-shrink: 1;
}
.form-row .form-column-large {
	flex-basis: 240px;
}
@media(max-width: 1366px) {
	.form-row .form-column-large {
		flex-basis: 180px;
	}
}
.form-row .form-column .input-append,
.form-row .form-column .input-prepend {
	display: flex;
	white-space: nowrap;
}
.form-row .input-append > input[type="text"], .form-row .input-prepend > input[type="text"] {
	flex: 0 1 100%;
}
.form-row .input-append .add-on, .form-row .input-prepend .add-on {
	flex: 1 0 24px;
}
.form-row .input-append-overlay {
	position: relative;
}
.form-row .input-append-overlay > input[type="text"] {
	margin-right: -4px;
	width: calc(100% - 2px)!important;
	width: -webkit-calc(100% - 2px)!important;
}		
.form-row .input-append-overlay .add-on {
	position: absolute;
	right: 13px;
	top: 8px;
	padding-left: 10px;
	background: white;
}
.form-row button:focus {
	border-radius: 0!important;
}
.form-row .form-column > * {
	white-space: normal;
}
.form-row .form-column > div:only-child {
	height: 100%;
	display: flex;
	align-items: end;
}
.form-column input[type="file"],
.form-column input[type="submit"] {
	line-height: 30px;
}
.form-column-map {
	height: 360px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}


/* Text colors */
.text-green, .text-success {
	color: #48c564;
}
.text-red, .text-error {
	color: #c33333;
}


/* Labels and badges */
.label, .badge {
    display: inline-block;
    padding: .25em .40em 0.2em;
    font-size: 0.85em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #939292;
}
.badge {
    padding-right: .75em;
    padding-left: .75em;
    border-radius: .5em;
	-webkit-border-radius: .5em;
    -moz-border-radius: .5em;
}
.label-success, .badge-success {
    background-color: #42a25c/*#468847*/;
}
.label-warning, .badge-warning {
    background-color: #f89406;
}
.label-important, .badge-important {
    background-color: #b94a48;
}
.label.hide, .badge.hide {
    display: none;
}
.label-info, .badge-info {
    background-color: #5181a7;
}
[multiple] ~ ul {
	margin-left: 0;
	margin-top: -.5em;
}
form ul li.badge {
	margin-top: .5em;
	border-radius: 3px;
	background-color: #b5abab65;
	text-shadow: none;
	color: #615b5b;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.33;
	display: inline-block;
	vertical-align: top;
	padding-left: 12px;
	margin-right: 1em;
}
form ul li.badge a[class*="remove"] {
	text-decoration: none;
	color: #b94a48;
	opacity: 0.75;
	margin-left: 5px;
}
form ul li.badge a:hover {
	text-decoration: none;
	opacity: 1.00;
}

/* Font awesome */
a.fa, a.fa:hover , a.fa:focus {
	text-decoration: none!important;
}
button .fa {
    width: 1em;
    height: 1em;
    line-height: 1.05em;
}
button .fa-lg {
    font-size: 1.33333333em;
	width: 1.33333333em;
	height: 1.33333333em;
}
.fa-exclamation-triangle {
	color: orange;
}

/* Scrollbar */
.jf-scrollbar {
	width: 0.65em;
	height: 100%;
	background: transparent;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}
.jf-scrollbar > div {
	width: calc(100% - 2px);
	border-radius: 3px;
	background-color: #cdcbcb;
	position: absolute;
	left: 1px;
	top: 0;
	cursor: pointer;
}
div:hover > .jf-scrollbar {
	visibility: visible;
	opacity: 0.75;
}

/* JQuery UI */
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: inherit;
	font-size: 1.0rem;
}
.ui-widget.ui-datepicker select,
.ui-widget.ui-datepicker button {
	font-size: 1.0em;
}
.ui-widget-header {
    border: none;
    background: none;
    border-bottom: none;
    border-radius: 0;
    margin: auto -1px;
}
.ui-widget-header button.close {
	position: relative;
	top: -3px;
	right: -5px;
}
.ui-widget-content.ui-dialog-content, .modal-body {
    box-sizing: content-box;
}
.ui-widget-content a {
    color: #08c;
}
.ui-widget-overlay {
    background-color: #262323;
    background-image: none;
    opacity: .75;
}
.ui-dialog {
    box-shadow: 0 3px 7px rgb(0 0 0 / 50%);
}
.ui-dialog.ui-widget-content, .ui-dialog .ui-dialog-content {
    border: none;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.75em 1.2em;
}
.ui-dialog.ui-dialog-notitle .ui-dialog-titlebar {
    padding-bottom: 0;
	line-height: 0.5;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0 0 0.05em;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-content {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    padding: 0;
	max-height: 75vh!important;
	overflow: hidden;
	scrollbar-width: thin;
}
.ui-dialog .ui-dialog-content.ui-dialog-scrollable {
    /*padding-right: 2.5em;*/
    margin-right: 0.85rem;
	padding-right: 1.65rem;
}
.ui-dialog-content > .jf-scrollbar {
	right: 0.75em;
}
.ui-dialog-content:last-child > .text-center:last-child {
	padding-bottom: 5px;
}
.ui-dialog-content > div + div:last-child {
	margin-bottom: 5px;
}
.ui-dialog .ui-dialog-buttonpane {
    border-width: 0;
	padding-left: 1em;
	margin-top: 0;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin-top: 0;
	padding: 4px 12px;
	min-width: 60px;
}
.ui-dialog .ui-dialog-buttonpane button:last-child {
    margin-right: 0;
}
.ui-dialog form {
    margin-bottom: 0;
}
.ui-dialog .modal-body {
	padding: 0 0 0.75em;
}
.ui-datepicker[style*="z-index: 1;"] {
	z-index: 1000!important;
	position: fixed!important;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	padding: .25em .6em .3em .6em;
}
.ui-button-text-only.btn .ui-button-text {
    padding: .2rem .5rem;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    text-align: center;
	float: none;
}
.ui-front {
	z-index: 1000;
}
div > .ui-widget-overlay {
    position: absolute;
    z-index: 10000;
}


/* Graphics */
.google-tooltip {
	font-family: inherit;
	padding: 6px 6px 6px 6px;
}
div[class^="graph"] {
	border: 1px solid #ccc!important;
	border-radius: 0px!important;
	box-shadow: none!important;
	box-sizing: content-box;
	width: calc(100% - 2px);
	width: -webkit-calc(100% - 2px);
	min-height: 600px;
	height: calc(60vh - 2em);
	height: -webkit-calc(60vh - 2em);
}
div[class*="graph-fixed"] {
	height: 100%;
}
@media (max-width: 1366px) {
	div[class^="graph"] {
		height: 400px;
		min-height: 400px;
	}
}

.input-append-eye {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}
.input-append-eye input {
	margin-bottom: 0;
	padding-right: 36px;
}
.input-append-eye button {
	position: absolute;
	background: transparent;
	border: none;
	height: 100%;
	right: 12px;
	color: #9f9a9a;
}
.input-append-eye + button {
	margin-left: 10px;
	min-width: 60px;
}

.buttonset {
	width: 100%;
	text-align: left;
	margin-bottom: 1.4285rem;
}
.buttonset .btn:not(:first-child) {
	margin-left: 1.0rem;
}

.wrapper-link {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
.wrapper-link > img {
    pointer-events: none;
}

.map-control {
	position: absolute;
	top: 0;
	margin-top: 10px;
	z-index: 1000;
	font-size: 1rem;
	display: flex;
	gap: 5px;	
}
.map-control-left {
	left: 0;
	margin-left: 10px;
}
.map-control-right {
	right: 0;
	margin-right: 10px;
}
.map-control .input-variants {
	display: block;
	border: 1px solid transparent;
	background-clip: padding-box;
}
.map-control > div {
	position: relative;
}
.map-control > button {
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 3px;
	outline: none
}
.map-control > button:hover {
	background-color: #f4f4f4;
}

.row-flex > .col-fixed {
	flex-grow: 0!important;
	margin-bottom: 20px;
}
.row-flex > .col-flex {
	display: flex;
}
@media (min-width: 1441px) {
    .row-flex > .col-lg-8.col-fixed {
        max-width: 33.33%;
    }
}
@media (min-width: 1851px) {
    .row-flex > .col-xl-6.col-fixed {
        max-width: 24.96%;
    }
}

.image-flex-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f5f5f5;
	border-radius: inherit;
	overflow: hidden;
}
.image-flex-wrapper > img {
	max-height: 100%;
}

.redactor_box textarea, .redactor_box textarea:focus {
	background-color: #fff;
	font-size: 13px;
}

.form-column > .help-block {
	margin-top: 5px;
}


.checkbox-toggle {
	align-items: center;
	display: inline-flex;
	top: 2px;
	gap: 4px;
	position: relative;
}
.checkbox-toggle > input {
	cursor: pointer;
	inset: 0;
	opacity: 0;
	position: absolute;
}
.checkbox-track {
	background-color: #b3b3b3;
	border-radius: 62.5rem;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	height: 14px;
	line-height: 1;
	min-width: 24px;
	position: relative;
	transition: background-color 0.2s ease-in-out,width 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle;
}
.checkbox-toggle > input:checked + .checkbox-track {
	background-color: #3fcc29;
	box-shadow: none;
	color: #fff;
}
.checkbox-toggle > input:disabled {
	cursor: not-allowed;
}
.checkbox-track::after {
	background-color: currentColor;
	content: "";
	cursor: pointer;
	position: absolute;
	transition: inset-inline-start 0.2s ease-in-out,margin-inline-start 0.2s ease-in-out,width 0.2s ease-in-out;
	border-radius: 62.5rem;
	height: 10px;
	inset-inline-start: 2px;
	top: 2px;
	width: 10px;
}
input:disabled + .checkbox-track {
	background-color: #e5e5ea;
	color: #fff;
	pointer-events: none;
}
input + .checkbox-track:hover {
	background-color: #989898;
}
input:checked + .checkbox-track:hover {
	background-color: #27b212;
}
input:checked + .checkbox-track::after {
	inset-inline-start: 100%;
	margin-inline-start: -12px;
}

/* Vehicle plate badge: the field, a separator, and the region block with RUS.
   Markup comes from PlateBadge; used by the analytics reports. */
.plate {
	display: inline-flex;
	align-items: stretch;
	height: 26px;
	line-height: 1;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	color: #0d0d0d;
	background: #fff;
	border: 1px solid #16181a;
	border-radius: 3px;
	font-family: 'PT Sans Narrow', 'PT Sans', 'Arial Narrow', Arial, sans-serif;
	font-weight: 700;
	text-shadow: none;
}
.plate-field {
	padding: 0 5px;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
}
.plate-digits {
	font-size: 19px;
	line-height: inherit;
}
.plate-region {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	padding: 0 4px;
	border-left: 1px solid #16181a;
}
.plate-code {
	font-size: 11px;
	letter-spacing: 0.5px;
}
/* A plate that cannot claim a country shows the region on its own. */
.plate-code:only-child {
	font-size: 15px;
}
.plate-sm .plate-code:only-child {
	font-size: 12px;
}
.plate-country {
	display: flex;
	align-items: center;
	margin-top: 1px;
	font-size: 5px;
	letter-spacing: 0.5px;
}
.plate-flag {
	width: 8px;
	height: 5px;
	margin-right: 2px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	background: linear-gradient(to bottom,
		#fff 0, #fff 33.3%,
		#0039a6 33.3%, #0039a6 66.6%,
		#d52b1e 66.6%, #d52b1e 100%);
}
/* Denser reports, where the row already carries duration and direction. */
.plate-sm {
	height: 21px;
}
.plate-sm .plate-field {
	padding: 0 4px;
	font-size: 12px;
	line-height: 19px;
}
.plate-sm .plate-digits {
	font-size: 15px;
}
.plate-sm .plate-region {
	min-width: 25px;
}
.plate-sm .plate-code {
	font-size: 9px;
}
.plate-sm .plate-country {
	font-size: 4px;
}

/* Recognition frame carrying the plate close-up inset in its corner.
   Every element sizes itself by its own class: a rule matching the images by
   tag would beat the inset's width and blow it up to the whole cell. */
.shot {
	position: relative;
	display: block;
	width: 222px;
	max-width: 100%;
	overflow: hidden;
	line-height: 0;
	background: #16181a;
	border-radius: 3px;
}
.shot-frame {
	display: block;
	width: 100%;
}
.shot-inset {
	position: absolute;
	left: 6px;
	bottom: 6px;
	width: 88px;
	border: 2px solid rgba(255, 255, 255, 0.9);
	border-radius: 2px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.shot-zoom {
	position: absolute;
	top: 6px;
	right: 6px;
	padding: 1px 6px;
	color: #fff;
	background: rgba(22, 24, 26, 0.72);
	border-radius: 2px;
	font-size: 11px;
	line-height: 16px;
	opacity: 0;
}
.shot:hover .shot-zoom,
.shot:focus .shot-zoom {
	opacity: 1;
}
/* A record kept past the frame retention shows the close-up on its own. */
.shot-alone {
	display: block;
	width: 150px;
	max-width: 100%;
}
/* Group of a known vehicle. A group wired to the device on that camera may
   open it, which the old report said with italics and nobody read. */
.cg-tags {
	display: block;
	margin-top: 6px;
}
.cg-tag {
	display: inline-block;
	margin: 0 4px 4px 0;
	padding: 1px 8px;
	color: #5b6672;
	background: #f4f6f8;
	border: 1px solid #e0e4e9;
	border-radius: 11px;
	font-size: 12px;
	line-height: 17px;
}
.cg-tag-opens {
	color: #8a5a10;
	background: #f8efdc;
	border-color: transparent;
	font-weight: bold;
}
.cg-tag .fa {
	margin-right: 4px;
	font-size: 10px;
}

/* Viewer. Scoped by the wrapCSS class so the rest of the product keeps the
   light fancybox skin it has everywhere else. */
.shot-viewer .fancybox-skin {
	background: #0e1114;
	color: #8e9aa6;
	border-radius: 6px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
}
.shot-viewer .fancybox-inner {
	position: relative;
}
/* fancybox gives a description its own padding and positioning; the close-up
   has to measure against the picture instead. */
.shot-viewer .fancybox-image + div {
	position: static;
	min-height: 0;
	padding: 0;
}
.shot-viewer .fancybox-inner a {
	color: #63b4cb;
}
.shot-view-crop {
	position: absolute;
	right: 14px;
	bottom: 14px;
	width: 210px;
	border: 2px solid rgba(255, 255, 255, 0.92);
	border-radius: 3px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
}
.shot-view-bar {
	display: flex;
	align-items: center;
	min-height: 32px;
	padding: 13px 16px;
	border-top: 1px solid #1e242a;
	font-size: 13px;
	line-height: 1.5;
}
.shot-view-id {
	margin-right: 20px;
	white-space: nowrap;
}
.shot-view-id strong {
	color: #e9edf1;
	font-size: 15px;
}
.shot-view-id > span {
	margin-left: 10px;
}
.shot-view-meta {
	display: flex;
	align-items: center;
	min-width: 0;
}
.shot-view-meta > * + * {
	margin-left: 10px;
}
.shot-view-who {
	color: #e9edf1;
	white-space: nowrap;
}
.shot-view-bar .cg-tags {
	display: flex;
	margin-top: 0;
}
.shot-view-bar .cg-tag {
	margin: 0 0 0 6px;
	color: #a8b3be;
	background: #1a2026;
	border-color: #2b333b;
	white-space: nowrap;
}
.shot-view-bar .cg-tag-opens {
	color: #e0b978;
	background: #2d2415;
	border-color: transparent;
}
.shot-view-act {
	margin-left: auto;
	padding-left: 20px;
	white-space: nowrap;
}
.shot-view-act > a + a {
	margin-left: 16px;
}
/* Quiet table chrome, so the content leads instead of the grid of borders.
   Shared by the analytics reports; pair it with .table. */
.table.table-quiet {
	border-collapse: separate;
	border-spacing: 0;
}
.table.table-quiet th {
	padding: 0 12px 9px;
	border: 0;
	border-bottom: 2px solid #ccd2d9;
	color: #7b848f;
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	/* a heading wraps rather than being cut: table thead th above hides its
	   overflow, and the access control grids lay their columns out fixed */
	white-space: normal;
}
/* a sortable heading is a link; it should still read as a heading, and say which
   way it sorts — the grid draws no arrow of its own */
.table.table-quiet th a.sort-link {
	color: inherit;
}
.table.table-quiet th a.sort-link:hover,
.table.table-quiet th a.sort-link:focus {
	color: #24748c;
	text-decoration: none;
}
.table.table-quiet th a.sort-link.asc:after {
	content: " \2191";
}
.table.table-quiet th a.sort-link.desc:after {
	content: " \2193";
}
.table.table-quiet td {
	padding: 12px;
	border: 0;
	border-bottom: 1px solid #e6e9ed;
	vertical-align: top;
}
.table.table-quiet tbody tr:hover td {
	background: #eef5f8;
}
/* the grid puts its filter row inside thead, under the headings */
.table.table-quiet tr.filters td {
	padding: 8px 12px 10px;
	border-bottom: 1px solid #e6e9ed;
}
.table.table-quiet tr.filters input,
.table.table-quiet tr.filters select {
	margin: 0;
}
[data-app="PlateDetection.1"] .when b,
[data-app="PlateDetection.1"] .cam {
	display: block;
	font-weight: normal;
	font-size: 14px;
	color: #14181c;
}
[data-app="PlateDetection.1"] .when > span,
[data-app="PlateDetection.1"] .cam > span {
	display: block;
	margin-top: 2px;
	color: #8b95a1;
	font-size: 12px;
}
[data-app="PlateDetection.1"] .shot {
	cursor: zoom-in;
}

/* Activity strip above the plate report: recognitions per bucket, each bar
   split into known and unknown. Dragging across it sets the date filter. */
[data-app="PlateDetection.1"] .pr-scope {
	display: flex;
	align-items: center;
	margin: 0 0 16px;
	padding: 9px 12px;
	background: #eef5f8;
	border-radius: 3px;
	font-size: 13px;
	color: #5b6672;
}
[data-app="PlateDetection.1"] .pr-scope > * {
	margin-left: 10px;
}
[data-app="PlateDetection.1"] .pr-scope > span:first-child {
	margin-left: 0;
}
[data-app="PlateDetection.1"] .pr-scope-name {
	color: #14181c;
}
[data-app="PlateDetection.1"] .pr-scope-off {
	margin-left: auto;
}
[data-app="PlateDetection.1"] .pr-strip {
	margin: 0 0 18px;
	padding: 0 0 2px;
	user-select: none;
	-webkit-user-select: none;
}
[data-app="PlateDetection.1"] .pr-strip-top {
	display: flex;
	align-items: baseline;
	margin-bottom: 8px;
	font-size: 12px;
	color: #8b95a1;
}
[data-app="PlateDetection.1"] .pr-strip-title {
	color: #14181c;
	font-size: 13px;
	font-weight: bold;
}
[data-app="PlateDetection.1"] .pr-strip-range {
	margin-left: 10px;
}
[data-app="PlateDetection.1"] .pr-strip-total {
	margin-left: 14px;
	color: #5b6672;
}
[data-app="PlateDetection.1"] .pr-ranges {
	margin-left: auto;
}
[data-app="PlateDetection.1"] .pr-range {
	margin-left: 14px;
	color: #24748c;
	border-bottom: 1px dotted #9dc0cc;
	text-decoration: none;
}
[data-app="PlateDetection.1"] .pr-range:hover {
	border-bottom-style: solid;
}
[data-app="PlateDetection.1"] .pr-range-on {
	color: #14181c;
	border-bottom-color: transparent;
	font-weight: bold;
	cursor: default;
}
[data-app="PlateDetection.1"] .pr-strip-foot {
	display: flex;
	align-items: baseline;
	margin-top: 4px;
	color: #a6afb9;
	font-size: 11px;
}
[data-app="PlateDetection.1"] .pr-strip-hint {
	margin-left: auto;
}
[data-app="PlateDetection.1"] .pr-strip-legend i {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 14px;
	border-radius: 2px;
}
[data-app="PlateDetection.1"] .pr-key-known {
	background: #24748c;
}
[data-app="PlateDetection.1"] .pr-key-unknown {
	background: #c3ccd4;
}
[data-app="PlateDetection.1"] .pr-bars {
	display: flex;
	align-items: flex-end;
	height: 56px;
	border-bottom: 1px solid #ccd2d9;
	cursor: crosshair;
}
[data-app="PlateDetection.1"] .pr-bar {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	min-width: 0;
	padding: 0 1px;
	background: transparent;
}
[data-app="PlateDetection.1"] .pr-bar > b,
[data-app="PlateDetection.1"] .pr-bar > i {
	display: block;
	min-height: 0;
}
/* unknown rides on top of known, the way the legend reads */
[data-app="PlateDetection.1"] .pr-bar > b {
	background: #c3ccd4;
}
[data-app="PlateDetection.1"] .pr-bar > i {
	background: #24748c;
}
[data-app="PlateDetection.1"] .pr-bar:hover {
	background: #eef5f8;
}
[data-app="PlateDetection.1"] .pr-bar-pick {
	background: #dceaf0;
}
[data-app="PlateDetection.1"] .pr-axis {
	display: flex;
	margin-top: 5px;
}
[data-app="PlateDetection.1"] .pr-axis > span {
	flex: 1 1 0;
	min-width: 0;
	overflow: visible;
	color: #8b95a1;
	font-size: 11px;
	line-height: 14px;
	white-space: nowrap;
}

/* Subject photo in the access control lists. The stand-in takes the same box as
   a real photo, so a list of subjects without pictures still lines up. */
.face-photo {
	display: block;
	width: 72px;
	height: 72px;
	box-sizing: border-box;
	border-radius: 4px;
	background: #eef1f4;
	object-fit: cover;
}
.face-photo-blank {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed #ccd2d9;
	color: #9aa4b0;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1;
}

/* Section sidebar, shared by the analytics reports and the access control
   section. Scoped by .nav-side: the menu-cameres class also belongs to the admin
   panel and the user area, which keep their own look. */
.nav-side.well {
	padding: 2px 0 0;
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.nav-side .nav-header {
	padding: 0 10px 10px;
	color: #7b848f;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	text-shadow: none;
}
/* the menu used to carry a chevron as the first span, taken out of the flow and
   placed by hand; the label is that span now and has to stay in it */
.nav-side .nav-list li > a span:first-child {
	position: static;
	left: auto;
	top: auto;
}
.nav-side .nav-list > li > a {
	margin: 0;
	padding: 7px 10px;
	border-left: 2px solid transparent;
	border-radius: 0;
	color: #24748c;
	text-shadow: none;
}
.nav-side .nav-list > li > a:hover,
.nav-side .nav-list > li > a:focus {
	background: #eef5f8;
}
.nav-side .nav-list > .active > a,
.nav-side .nav-list > .active > a:hover,
.nav-side .nav-list > .active > a:focus {
	color: #14181c;
	background: #eef5f8;
	border-left-color: #24748c;
	font-weight: bold;
	text-shadow: none;
}
.nav-side-group {
	display: block;
	padding: 12px 10px 2px;
	color: #14181c;
	font-size: 13px;
	font-weight: bold;
}
.nav-side-item {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nav-side-sub {
	padding-left: 12px;
}
