.app-css-variables {	
	--dui-form-field-focused-border: 1px solid #2196f3;
	--dui-default-icon-size: 24px !important;
	--du-default-font-family: 'Roboto';
	--dui-form-field-label-min-width: var(--dui-spc-4);
	/*--dui-dialog-title-font: normal 600 0.9rem;*/
	--dui-menu-radius: 3px;
	--dui-form-field-messages-wrapper-padding: 5px 5px 0 5px;
	--dui-menu-item-padding: 0 5px;
	--dui-info-icon-size: 64px;
}

.vehicle-details {
	/*background-color: var(--dui-card-background);*/
	/*height: 100%;*/
}

.vehicle-details .dui-vertical > .dui-tabs-nav .dui-tab-anchor {
	--dui-tab-anchor-padding: 10px 5px;
}

/*
.dui.dui-btn:focus, .dui.dui-btn:hover {
	transition: all 1000s ease-out;
}
*/

.dui-datatable-utility-elements {
	display: block;
}

.dui-form-field-body {
	
}

.dui-menu-item-anchor {
	padding: 5px 0;
}

.dui-tab-anchor:focus {
	background-color: var(--dui-card-background);
	color: var(--dui-text-color);
}
.vehicle-details .dui-tab-anchor:focus {
	background-color: var(--dui-layout-content-background);
	color: var(--dui-text-color);
}

.dui-datatable-fixed {
	background-color: var(--dui-layout-content-background);
}

.dui-dialog-header {
	background-color: #dadada;
}
.dui-dialog-header nav {
	display: block;
    text-align: center;
}

.dui-field-required-indicator {
	color: red;
}

.dui-tooltip {
	font-size: 14px;	
}

.dui-label {
	border-radius: 4px;
}

table thead th {
	text-align: center !important;
}

th .dui-field-input-wrapper {
	height: 28px;
}
th .dui-field-input-wrapper .dui-field-input {
	font-size: 0.9rem;
}

td .dui-form-select .dui-field-input-wrapper {
	height: 32px;
}

th span {
	white-space: pre-wrap !important;
}

td {
	white-space: nowrap;
	overflow: hidden;
}

td fieldset {
	margin: 0 !important;
}

th fieldset {
	margin-bottom: 0 !important;
}

/* bug: kad se popup otvori klikom na calendar icon, zatvara se gde god da se klikne. zato ga ni ne prikazujem */
fieldset i.mdi-calendar {
}

.app-table {
	overflow-x: hidden !important;
}

.app-tree {
	font-size: 0.94rem;
}


/* +++ form element label placed inside border +++ */
.border-form-label, .border-form-label-bg, .border-form-label-ro {
	position: relative;
}

.border-form-label:focus-within > label, .border-form-label-bg:focus-within > label, .border-form-label-ro:focus-within > label {
    color: #2196f3 !important;
}

.border-form-label input, .border-form-label-bg input, .border-form-label-ro input {
	line-height: 25px;
	margin-top: 1px;
}
.border-form-label > label, .border-form-label-bg > label, .border-form-label-ro > label {
	position: absolute;
	left: 10px;
	top: -8px;
	padding-left: 4px;
	padding-right: 3px;
    font-size: 0.9rem;
    line-height: 18px;
    min-height: 0px;
    z-index: 1;
}

.border-form-label > label {
	color:	#5d5d5d;
    background-color: var(--dui-clr-white);
}
.border-form-label-bg > label {
	color:	#3d3d3d;
    background-color: var(--dui-layout-content-background);
}
.border-form-label-ro > label {
	color:	#5d5d5d;
    background-color: #eceff1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* --- form element label placed inside border --- */

/* +++ Keyboard shortcuts +++ */

.keyboard-shortcuts {
	color: #fff;
	text-align: left;
	font-size: 16px;
}
.keyboard-shortcuts div {
	float: left;
	padding: 10px;
}
.keyboard-shortcuts thead th {
	color: #FFFF00;
	font-size: 1.2em;
	text-align: center;
	font-weight: normal;
	line-height: 34px;
}
.keyboard-shortcuts tbody th {
	color: yellow;
	font-size: 1em;
	text-align: right;
	font-weight: normal;
	padding-bottom: 0;
}
.keyboard-shortcuts th span {
	float: right;
	color: #FFFF00;
	padding: 0.3em 0.4em 0;
	font-size: 0.75em;
	
}
.keyboard-shortcuts tbody > tr > th > div {
	background-color: #F7F7F7;
    border: 1px solid #000000;
    border-radius: 4px;
    color: #000000;
    min-width: 28px;
	padding: 0.1em 0.45em;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 1em;
	float: right;
}
.keyboard-shortcuts td {
	font-size: 1em;
	padding-top: 0;
}
/* --- Keyboard shortcuts --- */

.app-checkbox span {
	font-weight: 400;
}
.app-link {
	color: #08c;
	text-decoration: underline;
}
.app-form-label {
	line-height: 45px;
}

.required > label:after {
	color: #e32;
	content: '*';
	display:inline;
	font-weight: bold;
}
.semirequired > label:after {
	color: #32cd32;
	content: '*';
	display:inline;
	font-weight: bold;
}

.menu-chip-due-soon {
	font-size: 0.85rem;
	color: #000;
	background-color: #ffa726;
	padding: 3px 8px;
	border-radius: 15px;
	margin-left: -10px;
}
.menu-chip-overdue {
	font-size: 0.85rem;
	color: #000;
	background-color: #ef5350;
	padding: 3px 8px;
	border-radius: 15px;
	margin-left: -10px;
}

.row-summary {
	border-top: 1px solid #999;
}
.row-summary > th {
	padding: var(--dui-datattable-cell-padding);
	text-align: right;
}

.new-edit-modal div.dui-dialog-footer {
	display: flex;
	justify-content: center;
}

.tire-info-table {
	border-top: 1px solid #999;
	border-bottom: 1px solid #dcdcdc;
    margin: 0 0 10px 0;
    border-collapse: collapse;
    border-spacing: 0;
}
.tire-info-table tr {
	border-bottom: 1px solid #999;
}
.tire-info-table td {
	padding: 5px;
}
.tire-info-table tr > td:first-child {
	text-transform: uppercase;
	text-align: right;
	color: #777;
	font-size: 0.85em;
	letter-spacing: 0.5px;
}

/* pivot search */
div#pivot-table_filter > label {
	display: inline;
}
/* pivot filter */
div#filtersDiv > table {
	border-bottom: 1px solid #DCDCDC;
	margin: 0 0 10px 0;
}
div#filtersDiv > table td {
	font-size: 0.9em !important;
	color: #333;
	padding: 3px !important;
	border-top: 1px solid #DCDCDC;
}
div#filtersDiv > table tr > td:first-child {
	font-size: 0.9em !important;
	font-weight: normal;
	color: #777;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.formParentFocus {
	background-color: #FFFAD4;
}
/* +++ TIRE LAYOUT +++ */
.labelAxleType {
	position: absolute;
	left: 87px;
	top: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
}
.htmlTire {
	position: absolute;
	cursor: pointer;
}
.rim {
	box-sizing: content-box;
	width: 25px;
	height: 50px;
	border-radius: 7px;
	border: 1px solid #000;
	background-color: #F3F3F3;
}
.rimMountedTire {
	background-color: #000;
}
.rimSelected {
	border-color: #ff0000;
	border-width: 2px;
}
/* --- TIRE LAYOUT --- */

/* UMESTO HOVERCARDA */
.popover-header {
    padding: 8px 10px;
    margin: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    font-size: 0.95rem;
	background-color: #E9E9E9;
}
.popover-body {
	max-width: 350px;
	padding: 0 10px 0 10px;
    margin: 0 0 0 10px;
    border-left: 3px solid #929292;
    color: #777;
    font-weight: normal;
    text-align: justify;
    font-size: 0.95rem;
}
/* EXPENSES */

.exp hr {
	margin: 0;
}
.exp #filter-list hr {
	margin: 10px 0 ;
}
.exp #filter-list input[type=text].filter {
	width: 95% !important;
}
li.dda-exp > a:hover, li.dda-exp > a:focus {
	background-color: #fff !important;
}
li.dda-exp > a > span > div > a:hover {
	color: #0033cc !important;
}

.exp .navbar-exp {
    overflow: visible;
    min-width: 1210px;
}
.exp .navbar-inner {
	min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));
    background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
    background-image: -o-linear-gradient(top,#fff,#f2f2f2);
    background-image: linear-gradient(to bottom,#fff,#f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    box-shadow: 0 1px 4px rgb(0 0 0 / 7%);
}
.exp .navbar-inner:before, .exp .navbar-inner:after {
    display: table;
    line-height: 0;
    content: "";
}
.exp .navbar-inner:after {
    clear: both;
}
.exp .navbar-exp .nav-exp {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}
.exp .nav-exp {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none;
    padding-left: 0;
}
.exp .nav-tabs:before, .exp .nav-pills:before, .exp .nav-tabs:after, .exp .nav-pills:after {
    display: table;
    line-height: 0;
    content: "";
}
.exp .nav-tabs:after, .exp .nav-pills:after {
    clear: both;
}
.exp .navbar-exp .nav-exp > li {
    float: left;
}
.exp .nav-tabs > li, .exp .nav-pills > li {
    float: left;
}
.exp .dropup-exp, .exp .dropdown-exp {
    position: relative;
}
.exp li {
    line-height: 20px;
}
.exp select, .exp input {
	font-size: 16px;
	padding: 3px;
}
.exp .navbar-exp .nav-exp > li > a {
    float: none;
    padding: 10px 15px 10px;
    color: #333;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}
.exp .nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.exp .nav-tabs > li > a, .exp .nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}
.exp .nav-exp > li > a {
    display: block;
}
.exp .nav-pills [class^="icon-"] {
    line-height: .9em;
}
.exp a [class^="icon-"] {
    display: inline;
}
.exp [class^="icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}
.exp [class^="icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
}
.exp .icon-caret-down:before {
    content: "\f0d7";
}
.exp [class^="icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}
.exp .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.exp .open > .dropdown-menu {
    display: block;
}
.exp .navbar-exp .nav-exp > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0,0,0,0.2);
    content: '';
}
.exp .navbar-exp .nav-exp > li > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}
.exp .checkbox {
    min-height: 20px;
    padding-left: 20px;
}
.exp label {
    display: block;
    padding: 5px 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}
.exp label:hover {
	background-color: #e9e9e9;
}
.exp .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
    width: 16px;
    height: 16px;
}
.exp input[type="checkbox"] {
    width: auto;
}
.exp input[type="checkbox"] {
    margin: 2px 0 0;
    line-height: normal;
}
.exp .icon-remove:before {
    content: "\f00d";
    color: #08c;
    text-decoration: underline;
}

/*** +++ DATA TABLE +++ ***/

table.dataTable {
	margin: 1em 0;
	clear: both;
	--width: 100%;
	border: 1px solid #AAA;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

table.dataTable thead th {
	padding: 3px 18px 3px 10px !important;
	cursor: pointer !important;
	cursor: hand !important;
	background-color: #FFF !important;
	letter-spacing: 0.25px !important;
	text-transform: uppercase !important;
	font-size: 0.85em !important;
	border-bottom: 2px solid #6F7277 !important;
    text-shadow: 1px 1px 0 #DDDDFF !important;
    white-space: nowrap !important;
}

table.dataTable tfoot th {
	padding: 3px 18px 3px 10px !important;
	border-top: 1px solid black !important;
	font-weight: bold !important;
}

table.dataTable td {
	padding: 3px 5px !important;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;
	font-weight: bold;
}

table.dataTable tr.odd { background-color: #F3F3F3; }
table.dataTable tr.even { background-color: #FFF; }

table.dataTable tbody tr:hover { background-color: #FFFDED !important; }

table.dataTable tr th.sorting_asc { background-color: rgba(46, 46, 46, 0.25); }
table.dataTable tr th.sorting_desc { background-color: rgba(46, 46, 46, 0.35); }

table.dataTable tr th {
	vertical-align: middle;
}

.sorting { background: url(app/fleet/css/images/sort_both.png) no-repeat center right; }
.sorting_asc { background: url(app/fleet/css/images/sort_asc.png) no-repeat center right; }
.sorting_desc { background: url(app/fleet/css/images/sort_desc.png) no-repeat center right; }

table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
}

/*** --- DATA TABLE --- ***/

/* EXPENSES */

/* +++ Videos +++ */
/*
.videoTile {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 0 0 150px;
	background-image: resourceUrl("filmStrip");
	
	width: 150px;
	height: 138px;
	margin: 10px;
	border: 2px solid #333;
	border-radius: 10px;
	cursor: pointer;
}
.videoTile:HOVER {
	transition: border-color 0.25s linear;
	border-color: #E62117;
}
.videoTile > div {
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	padding: 0 10px;
}
*/
/* --- Videos --- */

/* +++ FAQ +++ */
/*
.faqViewElement {
	width: 750px;
	padding-bottom: 30px;
}
.faqViewElement > div {
	padding: 10px 14px; 
	border-top: 1px solid #DFDFDF;
}
.faqViewElement > div > h4 {
	color: #800000;
	display: block;
	font-weight: normal;
}
.faqViewElement > div:nth-child(odd) {
	background-color: #F0F0F0;
}
.faqViewElement > div:nth-child(even) {
	background-color: #F9F9F9;
}
*/
/* --- FAQ ---*/

/* +++ TOS +++ */
/*
.tosViewElement, .privacyViewElement {
	max-width: 750px;
	padding-top: 1px;
	padding-bottom: 30px;
}
.tosViewElement > h1, .privacyViewElement > h1 {
	font-size: 2em;
    color: maroon;
}
.tosViewElement > h2, .privacyViewElement > h2 {
	font-size: 1.3em;
    font-weight: normal;
    color: maroon;
    line-height: 20px;
    margin: 40px 0 10px 0;
}
.tosViewElement > h3, .privacyViewElement > h3 {
	margin-top: -5px;
	margin-bottom: 20px;
	font-size: 16px;
    font-style: italic;
}
.tosViewElement p, .privacyViewElement p {
	font-size: 1.2em;
    font-weight: normal;
    line-height: 22px;
    padding: 1px 0;
    text-align: justify;
    margin: 0 0 10px 0;
}
*/
/* --- TOS --- */
