﻿html {
	margin: 0;
	padding: 0;
}

body {
	/*background: url("../Images/Cardinal_N background.jpg") no-repeat 50% 50% fixed;*/
	background: #fff;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding-top: 10px;
	color: #333;
	/*border-top: solid 10px #000;*/
}

textarea {
	outline-color: lightgray;
}

	textarea:focus {
		outline: none !important;
		border-color: lightgray;
		/*box-shadow: 0 0 10px #719ECE;*/
	}

/* set font on well label */
.ra-well-title {
	font-weight: bold;
	font-size: 15px;
}

.well {
	/*border: 5px solid #eee;*/
	border-collapse: collapse;
	background: #fff;
	border-color: #dee2e6;
	border-style: solid;
	border-width: thin;
	padding: 19px;
	border-radius: .85em;
}


.cti-red-bar {
	z-index: 1001;
	border-bottom: 4px solid #D50000;
	position: fixed;
	top: 66px;
	left: 0;
	width: 100%;
	/*right: 10px;*/
	/*clear: both;*/
}

.cti-well-margin {
	margin-top: 8px;
}

.cti-well-margin-treeview {
	margin-top: 32px;
}

.cti-well-margin-main {
	padding-top: 84px;
}

.cti-well-margin-main-no-action-bar {
	padding-top: 45px;
}

.cti-well-fullscreen {
	margin-top: 65px;
}

.cti-container-margin-treeview {
	padding: 0px;
	margin-left: -10px;
}

.cti-container-margin-settings-treeview {
	padding: 0px;
	margin-top: 10px;
	margin-left: -10px;
}

/* set checkbox to the center of the cell in kendo mvc grid*/
.cti-inline-chkbox {
	text-align: center;
}

.cti-listitem {
	cursor: default;
}

	.cti-listitem.k-state-selected {
		color: blue;
	}

.cti-receipt {
	font-size: 1em;
	font-family: Courier New, Courier, monospace;
}

/* set background color of kendo popup title bar*/
.k-window-titlebar {
	background: #ebebeb;
	color: #337ab7;
	font-weight: bold;
	border-radius: .85em;
	height: 10px;
}

/* set properties of kendo popupedit labels */
.k-edit-label {
	font-size: 14px;
	margin-top: -6px;
}

/* kendo grid popupedit buttons */
.k-window-actions {
	display: flex; /* Use flexbox to mimic k-actions-end */
	justify-content: flex-end; /* Align buttons to the right */
	/*padding: 10px 20px;*/ /* Consistent padding */
}

div.k-window {
	background: white;
	border-radius: .85em;
}

.k-window > div.k-popup-edit-form {
	border-radius: .85em;
}


.k-window > div.k-popup-edit-form {
	border-radius: .85em;
}

div.k-window, div.k-window-content {
	background: white;
	border-radius: .85em;
}


.k-content, .k-editable-area, .k-panelbar > li.k-item, .k-panel > li.k-item, .k-tiles {
	background-color: #fff;
}

/*use stop address a table space where needed*/
span.tab {
	padding: 0 80px; /* Or desired space*/
}

/* These classes are used to adjust the bootstrap column gutter width */
/*20px gutter*/
.gutter-20.row {
	margin-right: -10px;
	margin-left: -10px;
}

.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
	padding-right: 10px;
	padding-left: 10px;
}
/*10px gutter*/
.gutter-10.row {
	margin-right: -5px;
	margin-left: -5px;
}

.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

/*0px gutter*/
.gutter-0.row {
	margin-right: 0;
	margin-left: 0;
}

.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

/*bootstrap 5 column grid support*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-15 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}

/*Ticket status icons*/
.cti-ticket-paid {
	display: inline-block;
	background: url('../Images/cti-sprites.png') no-repeat;
	background-position: -137px -215px;
	width: 32px;
	height: 32px;
}
	/*Ticket Icons*/
	.cti-ticket-paid.cti-paid-ct-unpaid {
		background-position: -132px -33px;
		width: 32px;
		height: 32px;
	}

	.cti-ticket-paid.cti-paid-ct-paid {
		background-position: 0 -66px;
		width: 32px;
		height: 32px;
	}

	.cti-ticket-paid.cti-paid-ct-void {
		background-position: -99px -33px;
		width: 32px;
		height: 32px;
	}

	.cti-ticket-paid.cti-paid-ct-bankruptcy {
		background-position: -99px 0;
		width: 32px;
		height: 32px;
	}

	.cti-ticket-paid.cti-paid-ct-timePay {
		background-position: -33px -66px;
		width: 32px;
		height: 32px;
	}

	.cti-ticket-paid.cti-paid-ct-warning {
		background-position: -33px -33px;
		width: 32px;
		height: 32px;
	}

	.cti-ticket-paid.cti-paid-ct-export {
		background-position: 0 -165px;
		width: 32px;
		height: 32px;
	}

	.cti-ticket-paid.cti-paid-ct-hold {
		background-position: -132px -132px;
		width: 32px;
		height: 32px;
	}

	.cti-ticket-paid.cti-tvpaid-ct-hold {
		background-position: -132px -132px;
		width: 32px;
		height: 32px;
	}

	.cti-ticket-paid.cti-paid-ct-encumbrance {
		background-position: -33px 0;
		width: 32px;
		height: 32px;
	}

	.cti-ticket-paid.cti-paid-ct-appealaccepted {
		background-position: 0 -33px;
		width: 32px;
		height: 32px;
	}

	.cti-ticket-paid.cti-paid-ct-appealed {
		background-position: -132px 0;
		width: 32px;
		height: 32px;
	}

	.cti-ticket-paid.cti-paid-ct-appealdenied {
		background-position: -66px 0;
		width: 32px;
		height: 32px;
	}

.cti-offscreen {
	position: absolute;
	right: 101%;
	overflow: hidden;
}

/* mavbar settings
----------------------------------------------------------*/
#brand-image {
	height: 37px;
	top: 0;
}

/* This style should explicitly set your navbar to a certain height */
.navbar, .navbar div, .navbar-brand, .navbar-header {
	min-height: 50px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	/*background-color: #081253;*/
}

/* This style is for cart badge icon */
.badge {
	--bs-badge-padding-x: 0em;
	--bs-badge-padding-y: 0.35em;
	--bs-badge-font-size: 0.50em;
	--bs-badge-font-weight: 700;
	--bs-badge-color: #fff;
	--bs-badge-border-radius: var(--bs-border-radius);
	display: inline-block;
	padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
	font-size: var(--bs-badge-font-size);
	font-weight: var(--bs-badge-font-weight);
	line-height: 1;
	color: var(--bs-badge-color);
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: var(--bs-badge-border-radius);
}


/*.navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu {
	background-color: #3344ff;
	color: #ffffff;
}*/


/* set the glyphicon height for navbar */
.glyphicon.glyphicon-th, .glyphicon.glyphicon-cog, .glyphicon.glyphicon-info-sign, .glyphicon.glyphicon-bell, .glyphicon.glyphicon-user {
	font-size: 21px;
}

.navbar .glyphicons {
	font-size: 21px;
	margin-bottom: -3px;
	margin-top: -4px;
}


/* settings for Notification Menu */
.notification-item-group {
	width: 625px;
	border-top: 1px solid black;
}

.notification-item {
	min-width: 550px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-left: 3px;
	border-top: 1px solid black;
}

.notification-break {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*----------------------------------------------------------*/


/*VJ 02/10/17: center and enlarge car glyphicon on kendo grid button*/
.glyphicons.glyphicons-car {
	font-size: 1.5em;
}

	.glyphicons.glyphicons-car:hover {
		color: #333;
	}

.k-button .glyphicons {
	margin-top: -5px;
	margin-left: -7px;
}
/*-----------------------------*/

.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-picker-wrap.k-state-disabled, .k-numeric-wrap.k-state-default, .k-numeric-wrap.k-state-disabled, .k-dropdown-wrap.k-state-default, .k-dropdown-wrap.k-state-disabled {
	border-radius: 12px !important;
}


/* set the glyphicon button height for master name and name search */
.cti-input-button {
	height: 22px;
	width: 30px;
	padding: 2px 0px 0px 0px;
}

/* set the glyphicon image height for master name and name search */
.search-icons .glyphicon.glyphicon-search, .search-icons .glyphicon.glyphicon-user {
	font-size: 15px;
}

/*
VJ-07/25/17: Use the DejaVu Sans font for display and embedding in the PDF file.
The standard PDF fonts have no support for Unicode characters.
*/
.pdf-page {
	font-family: "DejaVu Sans", "Arial", sans-serif;
}

/*attachment count*/
.attachment-notify {
	background: transparent;
	position: relative;
	top: -5px;
	left: -10px;
	text-decoration: none;
	padding: 0;
}

a {
	color: #333;
	outline: none;
	padding-left: 3px;
	padding-right: 3px;
}

header, footer, hgroup,
nav, section {
	display: block;
}

mark {
	background-color: #a6dbed;
	padding-left: 5px;
	padding-right: 5px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.position-left {
	left: 0;
}

.position-right {
	right: 0;
}

.clear-fix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

/*validation errors*/
.error {
	color: #a94442;
	font-weight: normal;
	font-size: .95em;
}


/* site title
----------------------------------------------------------*/
.site-title {
	color: #f7f7f7;
	font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
	font-size: 2.3em;
	margin: 0;
}

	.site-title a, .site-title a:hover, .site-title a:active {
		background: none;
		color: #f7f7f7;
		outline: none;
		text-decoration: none;
	}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
	background: transparent;
	margin: 0 auto;
	max-width: 960px;
	padding-top: 10px;
}

.ctimain-content {
	background: transparent;
	clear: both;
	padding-bottom: 20px;
}

.content-wrapper-full {
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 100%;
}


header .content-wrapper .content-wrapper-full {
	padding-top: 10px;
}

/* begin footer layout */
footer {
	z-index: 1001;
	background-color: #222222;
	border-color: #080808;
	color: #999999;
	font-size: 1em;
	min-height: 28px; /* Minimum height */
	width: 100%;
	position: fixed;
	bottom: 0;
	padding: 4px 0 6px 4px;
	left: 0;
	clear: both;
}

.footer-alignleft {
	float: left;
}

.footer-alignright {
	float: right;
	padding-right: 16px;
}
/* end footer layout */

/* begin action bar layout */
.action-bar {
	z-index: 1001;
	background-color: #8f8f8f;
	border-color: red;
	border-width: 1px;
	color: #080808;
	font-size: 1em;
	height: 36px;
	width: 100%;
	position: fixed;
	top: 70px;
	left: 0;
	padding: 2px 2px 2px 2px;
	clear: both;
}

.action-bar-treeview {
	z-index: 1001;
	background-color: #f7f7f7;
	color: #FFFFFF;
	font-size: 1em;
	height: 44px;
	position: fixed;
	/*top: 46px;*/
	top: 55px;
	left: 0;
	width: 80%;
	right: 10px;
	margin-left: 20%;
	clear: both;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.action-bar-window {
	z-index: 1002;
	background-color: #f7f7f7;
	color: #FFFFFF;
	font-size: 1em;
	height: 44px;
	position: fixed;
	/*top: 46px;*/
	top: 55px;
	left: 0;
	width: 80%;
	right: 10px;
	margin-left: 20%;
	clear: both;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.action-bar-bootstrap-window {
	z-index: 1001;
	background-color: #f7f7f7;
	color: #080808;
	font-size: .80em;
	height: 30px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	/*padding: 2px 2px 2px 2px;*/
	clear: both;
	margin-bottom: 5px;
}

.action-bar-kendo-window {
	z-index: 11000;
	background-color: #ebebeb;
	color: #FFFFFF;
	font-size: 1em;
	height: 44px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	right: 10px;
	margin-left: 0;
	clear: both;
}

.action-bar-popup-window {
	z-index: 1003;
	background-color: #f7f7f7;
	color: #080808;
	font-size: 1em;
	height: 44px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	/*padding: 2px 2px 2px 2px;*/
	clear: both;
	margin-bottom: 5px;
}

.action-bar-align-left {
	float: left;
}

.action-bar-align-right {
	float: right;
}

.action-bar-align-center {
	text-align: center;
}

.action-bar-pad-right {
	padding-right: 20px;
}

.action-bar-pad-left {
	padding-left: 20px;
}

.action-bar-title {
	color: #337ab7;
	font-size: 3em;
	float: left;
	padding-left: 20px;
	padding: 8px 0 0 0;
}

#action-bar-menu-title {
	color: #080808;
}

.action-bar-left {
	float: left;
	padding: 0 2px 0 0;
	width: 25%;
}

.action-bar-middle {
	top: 10px;
	margin-left: 5px;
	margin-right: 5px
}

.action-bar-right {
	float: right;
	padding: 0 0 0 20px;
	width: 25%;
}

#action-bar-alerts {
	color: crimson;
	font-size: 1.1em;
	padding: 8px 0 0 0;
}

	#action-bar-alerts:hover {
		color: white;
	}

/* end action bar layout */

/*new action bar*/
#actionbar-wrap {
	z-index: 1001;
	background-color: #f7f7f7;
	color: #FFFFFF;
	font-size: 1em;
	height: 44px;
	position: fixed;
	/*top: 46px;*/
	top: 55px;
	left: 0;
	width: 100%;
	right: 10px;
}

#actionbar-area-full {
	font-size: 1.3em;
	float: left;
	padding: 4px;
	margin-left: 5px;
}

#actionbar-area-left {
	font-size: 1.3em;
	/*width: 160px;*/
	width: 55%;
	float: left;
	padding: 4px;
	margin-left: 5px;
}

#actionbar-area-left-reports {
	font-size: 1em;
	/*width: 160px;*/
	width: 55%;
	float: left;
	padding: 4px;
	margin-left: 5px;
}

#actionbar-title {
	color: white;
	font-weight: bold;
}

.actionbar-title {
	color: white;
	font-weight: bold;
}

#actionbar-alerts {
	color: crimson;
}

.actionbar-softmessage {
	color: lightgray;
	font-size: .85em;
}

.popup-softmessage {
	color: #f7f7f7;
	font-size: 1em;
	float: right;
	position: relative;
	top: -40px;
	left: -50%; /* or right 50% */
	text-align: left;
}


#actionbar-area-right {
	font-size: 1.3em;
	/*width: 450px;*/
	width: 35%;
	float: right;
	margin-right: 15px;
	margin-left: 5px;
}

.actionbar-buttons {
	font-size: .70em;
}

.actionbar-icons .glyphicon.glyphicon-triangle-left, .actionbar-icons .glyphicon.glyphicon-triangle-right, .actionbar-icons .glyphicon.glyphicon-paperclip, .actionbar-icons .glyphicon.glyphicon-pencil, .actionbar-icons .glyphicon.glyphicon-alert, .actionbar-icons .glyphicon.glyphicon-remove {
	font-size: 1.1em;
	padding: 8px 0 0 0;
}

.actionbar-icons .glyphicons.glyphicons-paperclip, .glyphicons.glyphicons-note-empty, .glyphicons.glyphicons-note, .glyphicons.glyphicons-alert {
	padding: 4px 0 0 0;
}

.actionbar-icons .glyphicons.glyphicons-map-marker {
	padding: 4px 0 0 0;
}

.actionbar-icons .glyphicons.glyphicons-alert:hover, .glyphicons.glyphicons-paperclip:hover, .glyphicons.glyphicons-note:hover, .glyphicons.glyphicons-note-empty:hover, .glyphicons.glyphicons-map-marker:hover, .glyphicon.glyphicon-triangle-left:hover, .actionbar-icons .glyphicon.glyphicon-triangle-right:hover, .actionbar-icons .glyphicon.glyphicon-paperclip:hover, .actionbar-icons .glyphicon.glyphicon-pencil:hover, .actionbar-icons .glyphicon.glyphicon-alert:hover, .actionbar-icons .glyphicon.glyphicon-remove:hover {
	color: white;
}

/*FlyWriter*/
.flywritermenuitem:hover {
	background-color: lightgray;
	color: #0094ff;
}

/*AJAX busy wait*/
#dvBusyWait, .busywait {
	position: absolute;
	background: url('../Images/loading_2x.gif') no-repeat center center;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
}

/************************************************************************************
Action Bar Media Queries
*************************************************************************************/
/* for 760px or less */
@media screen and (max-width: 760px) {
	#actionbar-wrap {
		height: 34px;
		font-size: .70em;
	}
}

@media screen and (max-width: 760px) {
	.action-bar-treeview {
		margin-left: 0;
		width: 100%;
	}

	.action-bar-window {
		margin-left: 0;
		width: 100%;
	}
}



/*drop down styles */

/*.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}*/

/*end new action bar*/

/*bootstrap modal window settings*/
.modal-content {
	width: 85% !important;
	margin: 30px auto !important;
	background-color: lightgray;
}


.align-center {
	text-align: center;
}

.margin-align-center {
	margin-left: 300px;
	text-align: center;
}

.clear-both {
	clear: both;
}

/* kendo grid font size
----------------------------------------------------------*/
/*.k-grid {
	font-size: 14px;
}
.k-grid td {
	line-height: 1em;
}
tr { 
	font-size:12px
}*/


/* control label 
----------------------------------------------------------*/
.control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right;
	font-weight: normal;
}

.cti-label-header {
	font-weight: bold;
	margin-bottom: 0;
	font-size: 15px;
}

/* kendo checkbox label 
----------------------------------------------------------*/
.k-checkbox-label {
	font-weight: normal;
	text-align: left;
	padding-top: 2px;
	font-size: 14px;
}
.k-checkbox {
	border-radius: 0 !important;
	appearance: checkbox !important;
}

.k-checkbox:focus,
.k-checkbox:checked:focus {
	box-shadow: none !important; /* Remove the focus shadow */
	outline: none !important; /* Remove browser outline */
}
/* kendo radio label 
----------------------------------------------------------*/
.k-radio-label {
	font-weight: normal;
	font-size: 14px;
}

/* kendo form-control settings
----------------------------------------------------------*/
.form-control.k-widget {
	padding: 0;
	width: 100%;
	height: auto;
}

.form-control.k-widget:not(.k-autocomplete) {
	border-width: 0;
}

/*.form-control:focus {
	background-color: #fffbc6;
	border-color: #000000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px #fffbc6;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px #fffbc6;
}*/

/*.form-control:hover {
	background-color: #fffbc6;
}*/

.form-control {
	display: flex;
	height: 22px !important;
	/*height: 18px !important;*/
	font-size: 14px;
	border-radius: 12px !important;
	/*padding: 2px 2px 2px 2px;*/
	padding: 0px !important;
}

.form-control-textarea {
	font-size: 12px;
	border-radius: 4px;
	padding: 1px !important;
	border-color: #cccaca !important;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

/* set height of kendo NumericTextBox */
.k-numerictextbox .k-input-inner {
	height: 20px !important;
	font-size: 12px;
	border-radius: 10px;
	padding: 0px !important;
}

/*set inputs padding and height*/
.k-input-md .k-input-inner,
.k-picker-md .k-input-inner {
	padding-left: 0.50rem !important;
	border: none;
	box-shadow: none !important;
	/*height: 1.75rem;*/
}

/* round buttons */
.k-button {
	border-radius: 0.85rem;
	/*background-color: #bed5e9;*/
	font-size:16px;
}

/* set height of kendo NumericTextBox spinner control |SJ */
.k-numerictextbox .k-numeric-wrap {
	font-size: 12pt !important;
	/* VJ 08/10/17: added height for kendo 2017 R2 release*/
	height: 20px !important;
}
/* fix for kendo numeric textbox bloated height in Chrome */
.k-webkit .k-numeric-wrap:before {
	height: 20px !important;
	padding-bottom: 0 !important;
}

.k-numerictextbox .k-numeric-wrap > .k-select {
	font-size: 12pt !important;
	height: 20px !important;
	min-height: 20px !important;
	line-height: 20px !important;
}

	.k-numerictextbox .k-numeric-wrap > .k-select .k-link {
		height: 10px !important;
		line-height: 10px !important;
	}

/* dynamically set width of kendo combo */
.k-list-container {
	/*white-space: nowrap !important;*/
	max-width: auto !important;
	/*overflow-x: hidden !important;*/
	min-width: 243px !important;
}

.k-list {
	/*overflow-x: hidden !important;*/
	/*overflow-style: marquee;*/
	/*overflow-y: auto !important;*/
	max-width: auto !important;
}

.k-list-item-text {
	width: 100%;
}

/* set font size for drop downs and list  */
.k-list-content {
	font-size: 13px;
}

/* set kendo grid font size and row height */
.k-grid {
	font-size: 14px;
	background: #fff;
}

	.k-grid td {
		line-height: 1em;
		font-size: 14px;
	}

.k-column-title {
	font-size: 14px;
}

.cti-combobox {
	line-height: 1.65em !important;
	font-size: 14px;
	margin-right: auto;
	margin-left: 0px;
}

span.cti-combobox-item {
	font-size: 14px;
}

span.cti-code {
	display: inline-block;
	width: 30%;
}

span.cti-description {
	display: inline-block;
	width: 70%;
}

/* set kendo combo box  */
.cti-combobox {
	line-height: 1.65em !important;
	/*font-size: 0.9em !important;*/
	font-size: 14px;
	margin-right: auto;
	margin-left: 0px;
}

/* Hide the clear button */
.k-combobox .k-clear-value {
	display: none !important;
}

/* set kendo combo box height in Chrome  */
.cti-combobox > span {
	height: 22px !important;
	padding-left: 0px;
}

/* set kendo combobox icon position */
.cti-combobox .k-i-arrow-60-down {
	position: relative;
	vertical-align: top;
	top: 17.5%;
}

/* set kendo maskedate box height in Chrome */
.masked_datepicker > span {
	height: 22px !important;
	padding-left: 0px;
}

/* set kendo masketime box height in Chrome */
.masked_timepicker > span {
	height: 22px !important;
	padding-left: 0px;
}

/* set kendo maskedate box height in Chrome */
.masked_datetimepicker > span {
	height: 22px !important;
	padding-left: 0px;
}

/* set kendo maskedate box height in Chrome */
.cti-mask-height > span {
	height: 22px !important;
	padding-left: 0px;
}

/* set kendo maskedate box height in Chrome */
.cti-numeric-height > span {
	height: 20px !important;
	padding-left: 0px;
}

/* center kendo masked_timepicker icon in grid popup editor */
div.editor-field > .masked_timepicker > .k-picker-wrap > .k-select > .k-icon.k-i-clock {
	position: absolute;
	top: 49%;
	left: 11%;
}
/* center kendo masked_datepicker icon in grid popup editor */
div.editor-field > .masked_datepicker > .k-picker-wrap > .k-select > .k-icon.k-i-calendar {
	position: absolute;
	top: 49%;
	left: 11%;
}

/* set kendo maskeddatetime icon position */
.masked_datetimepicker > .k-picker-wrap > .k-select > .k-link.k-link-date > .k-icon.k-i-calendar {
	position: absolute;
	top: 20%;
	left: 5%;
}

.masked_datetimepicker > .k-picker-wrap > .k-select > .k-link.k-link-time > .k-icon.k-i-clock {
	position: absolute;
	top: 20%;
	left: 55%;
}

/* set kendo maskeddate icon position */
.masked_datepicker .k-i-calendar,
/*.cti-mask-height .k-i-calendar,*/
.cti-numeric-height .k-i-calendar,
.masked_timepicker .k-i-clock {
	position: relative;
	vertical-align: top;
	top: 49%;
}

/* set kendo cti-mask-height icon position (used by vehicle) */
.cti-mask-height .k-i-calendar {
	position: relative;
	vertical-align: top;
	top: 12%;
}


/* inserts vertical line
----------------------------------------------------------*/
hr {
	border: 0;
	width: 100%;
	color: #808080;
	background-color: #808080;
	height: 1px;
}

/* general content formatting
----------------------------------------------------------*/
/* append to content: space + percent symbol */
.cti-append-percent:after {
	content: " \000025";
}

.cti-disabled {
	color: #CCC;
}

/* styling for badge notification icon
----------------------------------------------------------*/
.badge-notify {
	background: red;
	position: relative;
	top: -30px;
	right: -30px;
	text-decoration: none;
}

.glyphicon-bell {
	font-size: 1.5em;
	top: 3px
}

/* bootstrap menu
----------------------------------------------------------*/
.marginBottom-0 {
	margin-bottom: 0;
}

.dropdown-submenu {
	position: relative;
}

	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
		margin-left: -1px;
		-webkit-border-radius: 0 6px 6px 6px;
		-moz-border-radius: 0 6px 6px 6px;
		border-radius: 0 6px 6px 6px;
	}

	.dropdown-submenu > a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #cccccc;
		margin-top: 5px;
		margin-right: -10px;
	}

	.dropdown-submenu:hover > a:after {
		border-left-color: #555;
	}

	.dropdown-submenu.pull-left {
		float: none;
	}

		.dropdown-submenu.pull-left > .dropdown-menu {
			left: -100%;
			margin-left: 10px;
			-webkit-border-radius: 6px 0 6px 6px;
			-moz-border-radius: 6px 0 6px 6px;
			border-radius: 6px 0 6px 6px;
		}

.dropdown-menu {
	min-width: 200px;
}

	.dropdown-menu.columns-2 {
		min-width: 400px;
	}

	.dropdown-menu.columns-3 {
		min-width: 600px;
	}

	.dropdown-menu.columns-4 {
		min-width: 800px;
	}

	.dropdown-menu.columnsx {
		min-width: max-content !important;
	}

	.dropdown-menu li a {
		padding: 5px 15px;
		font-weight: 300;
	}

.multi-column-dropdown > .disabled > a:hover,
.multi-column-dropdown > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.multi-column-dropdown > .disabled > a,
.multi-column-dropdown > .disabled > a:hover,
.multi-column-dropdown > .disabled > a:focus {
	color: #777;
}

[readonly] {
	cursor: not-allowed;
}

.k-input[readonly], input.k-textbox[readonly]:hover, textarea.k-textbox[readonly]:hover,
.k-input[disabled], input.k-textbox[disabled]:hover, textarea.k-textbox[disabled]:hover {
	background-color: #eee;
	color: #080808;
	cursor: not-allowed;
}

.multi-column-dropdown {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

	.multi-column-dropdown li a {
		display: block;
		clear: both;
		line-height: 1.428571429;
		color: #333;
		white-space: normal;
	}

		.multi-column-dropdown li a:hover {
			text-decoration: none;
			color: #262626;
			background-color: #f5f5f5;
		}

@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

/*reponsive table*/
table#responsive-table caption {
	font-size: 2rem;
	color: #444;
	margin: 1rem;
	background-image: url(responsive-table.png), url(responsive-table2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left, center right;
}

table#responsive-table {
	border-collapse: collapse;
	font-family: Agenda-Light;
	font-weight: 100;
	background: #333;
	color: #fff;
	text-rendering: optimizeLegibility;
	border-radius: 5px;
}

	table#responsive-table thead th {
		font-weight: 600;
	}

	table#responsive-table thead th,
	table#responsive-table tbody td {
		padding: .8rem;
		font-size: 1.4rem;
	}

	table#responsive-table tbody td {
		padding: .8rem;
		font-size: 1.4rem;
		color: #444;
		background: #eee;
	}

	table#responsive-table tbody tr:not(:last-child) {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}

@media screen and (max-width: 600px) {
	table#responsive-table caption {
		background-image: none;
	}

	table#responsive-table thead {
		display: none;
	}

	table#responsive-table tbody td {
		display: block;
		padding: .6rem;
	}

	table#responsive-table tbody tr td:first-child {
		background: #333;
		color: #fff;
	}

	table#responsive-table tbody td:before {
		content: attr(data-th);
		font-weight: bold;
		display: inline-block;
		width: 6rem;
	}

	.mandatory-indicator {
		font-weight: bold;
	}
}


.cti-warning-label {
	text-align: right;
	font-weight: normal;
	color: orange;
}

/* set default custom button size for kendo grid */
.custom-btn {
	min-width: 14px;
	width: 135px !important; /* Fixed width */
	height: 24px;
	line-height: 12px;
	padding-top: 6px;
}

.custom-btn-appeal {
	min-width: 14px;
	width: 70px !important; /* Fixed width */
	height: 24px;
	line-height: 12px;
	padding-top: 6px;
}

.k-button-text {
	text-align: center;
	vertical-align: middle;
}

.custom-btn-waitlist {
	min-width: 14px;
	width: 100px !important; /* Fixed width */
	padding-top: 0px !important;
	padding: 1px 1px 1px 1px !important;
}

.custom-btn-k-card {
	justify-content: left;
	width: 12em;
	border-color: ghostwhite;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	color: inherit;
	background: none;
	font-family: inherit;
	text-align: left;
	text-decoration: none;
	white-space: normal;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	vertical-align: middle;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	position: relative;
	transition: color 0.2s ease-in-out;
}

/* set default button size for kendo grid*/
.k-grid tbody .k-button {
	min-width: 14px;
	width: 28px;
	height: 24px;
	padding: 1px 1px 1px 3px;
}

/* set default row height for kendo grid*/
.k-grid td {
	padding: 0.1em 0.1em
}

/* kendo grid header button*/
.headerButton, .headerButton2, .headerButton3 {
	height: 15px;
	border: 1px solid #f7f7f7;
	padding: 0 14px;
}


/* styling for jquery dialog box
----------------------------------------------------------*/

/*.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: .9em;
}*/

.ui-widget-content {
	background: #ffff;
	border: 1px solid #cdc7c7;
	color: #222222;
	border-radius: .85em;
}

/*.ui-dialog {
	left: 0;
	outline: 0 none;
	padding: 0 !important;
	position: absolute;
	top: 0;
}*/

/*#success {
	padding: 0;
	margin: 0; 
}*/

/*.ui-dialog .ui-dialog-content {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	overflow: auto;
	position: relative;
	padding: 0 !important;
}*/

.ui-widget-header {
	background: ebebeb;
	border: 0;
	color: #337ab7;
	border-radius: .85em;
	font-weight: bold;
}

ui-dialog-titlebar-close {
	text-emphasis-color: gray;
}

.no-close .ui-dialog-titlebar-close {
	display: none;
}
/*.ui-dialog .ui-dialog-titlebar {
	padding: 0.5em;
	position: relative;
		font-size: 1em;
}*/

/* remove horizontal bar separator */
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
	border: none
}

/*----------------------------------------------------------*/


/* remove margin on permit weekday checkboxes */
@media screen and (max-width: 1200px) {
	#permitcheckbox {
		margin-left: -40px;
	}
}

@media screen and (max-width: 992px) {
	#permitcheckbox {
		margin-left: -20px;
	}
}


/* change cursor on buttons that are disabled */
input[type="submit"]:disabled,
input[type="button"]:disabled {
	cursor: not-allowed;
}

.action-disabled {
	cursor: not-allowed !important;
}

/*Permit Icons 32*/
.cti-permit-status {
	display: inline-block;
	background: url('../Images/cti-sprites.png') no-repeat;
	background-position: -137px -215px;
	width: 16px;
	height: 16px;
}
/*Media Icons*/
.cti-permit-active {
	background-position: -66px -99px;
	width: 32px;
	height: 32px;
}

.cti-permit-inactive {
	background-position: 0 -99px;
	width: 32px;
	height: 32px;
}

.cti-permit-expired {
	background-position: 0 0;
	width: 32px;
	height: 32px;
}

.global-attachments-label {
	color: black;
	font-size: .85em;
}

/*Yes No Any Radio Button Grid*/
.yesnoignore-label {
	width: 65px;
	text-align: left;
}

.yesnoignore-radio {
	width: 35px;
	text-align: center !important;
}
/*-----------------------------------------------------------------------------*/

/*Multiple Columns in row same height*/
.row-flex, .row-flex > div[class*='col-'] {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex: 1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
	align-content: flex-start;
	flex: 0;
}

.flex-grow {
	display: flex;
	-webkit-flex: 2;
	flex: 2;
}
/*------------------------------------------------------------------------------*/

/* Sytling for k-cards on index view */
.cards-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-around;
	align-items: stretch;
}

.k-card {
	margin: 3%;
	border-color: firebrick;
	background: #fafafa;
	min-width: 275px;
	color: black;
	width: 25em;
	border-radius: 6px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

.k-card-action > .k-button {
	width: 100%;
	text-wrap: normal;
}

.k-card-actions {
	padding-block: 8px;
	padding-inline: 8px;
	width: 12em;
	border-width: 0;
	border-style: solid;
	border-color: inherit;
	overflow: hidden;
	display: flex;
	flex-shrink: 0;
	flex-basis: auto;
	gap: 8px;
}

.k-button-card {
	justify-content: left;
	width: 12em;
	border-color: ghostwhite;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	color: inherit;
	background: none;
	font-family: inherit;
	text-align: left;
	text-decoration: none;
	white-space: normal;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	vertical-align: middle;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	position: relative;
	transition: color 0.2s ease-in-out;
}

.k-button *,
.k-button *::before,
.k-button *::after {
	box-sizing: border-box;
}

.k-card-header {
	align-self: center;
	border: none;
	font-size: 32px;
}

.k-card-header > h3 {
	font-weight: bold;
	width: 75px;
}

.k-card-header .k-card-title,
.k-card-header .k-card-subtitle {
	margin-bottom: 0;
	text-align: center !important;
}

.k-card-header .k-card-title + .k-card-subtitle,
.k-card-header .k-card-subtitle + .k-card-subtitle {
	margin-top: 8px;
}

.k-column {
	min-width: 150px;
}

.k-separator-vertical {
	border-color: firebrick;
}

.k-text-center {
	text-align: center;
}

.\!k-text-center {
	text-align: center !important;
}

.k-button-flat-base {
	color: inherit;
}

.k-card *,
.k-card *::before,
.k-card *::after {
	box-sizing: border-box;
}

.k-card > .k-card-inner {
	border-radius: 5px;
	display: flex;
	flex-direction: inherit;
	overflow: hidden;
	position: relative;
}

*.k-card-horizontal {
	flex-flow: row nowrap;
}

.k-separator {
	width: auto;
	height: 0;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: firebrick;
	display: block;
	flex-grow: 0 !important;
	flex-shrink: 0 !important;
	align-self: stretch;
}

.k-separator-horizontal,
.k-vstack > .k-separator,
.k-vbox > .k-separator {
	width: auto;
	height: 0;
	border-width: 1px 0 0;
}

.k-separator-vertical,
.k-hstack > .k-separator,
.k-hbox > .k-separator {
	width: 0;
	height: auto;
	border-width: 0 0 0 1px;
}

hr.k-separator {
	margin: 0;
	padding: 0;
}

.k-card-separator {
	margin: 0;
	border-width: 1;
	border-style: solid;
	border-color: firebrick;
	display: block;
	flex: 0 0 auto;
	align-self: stretch;
}

.k-card-title {
	margin: 10px;
	text-align: left;
	font-size: 18px;
	line-height: 1.25;
	font-weight: bold
}

.k-card-subtitle {
	margin: 8px;
	text-align: left;
	font-size: 12px;
	line-height: normal;
	font-weight: 400;
}

.k-card-label {
	margin-bottom: 0;
	text-align: left;
	font-weight: normal;
	line-height: 1.8;
	font-size: 15px;
	padding-left: 5%;
}

.k-card-label-header {
	font-weight: bold;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.25;
	font-size: 16px;
	padding-left: 5%;
}

.k-card-bottom-border {
	border-bottom: #d9d9d9 1px solid;
	padding-top: 3%;
	padding-bottom: 3%;
	width: 95%;
	margin: 5px;
}

.k-card-list {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	grid-gap: inherit;
	flex: 0 0 auto;
}

.k-card-list .k-card {
	flex: 0 0 auto;
}

.k-rounded-md {
	border-radius: 4px;
}

.\!k-rounded-md {
	border-radius: 4px !important;
}

.k-card-actions-vertical {
	flex-flow: column nowrap;
}

.k-card-actions-stretched > * {
	flex: 1 1 auto;
}

.k-button-md.k-icon-button {
	padding: 4px;
}

.k-card-button {
	margin: 5px;
	font-size:16px;
}

/*------------------------------------------------------------------------------*/
