@font-face {
	font-family: Roboto-Regular;
	src: URL("Roboto/Roboto-Regular.ttf") format("ttf");
}

@font-face {
	font-family: Roboto-Bold;
	src: URL("Roboto/RobotoSlab-Bold.ttf") format("ttf");
}

@font-face {
	font-family: petrona;
	src: URL("petrona/Petrona-Regular.ttf") format("ttf");
}

html,
body {
	min-height: 100%;
	min-width: 1280px;
	font-size: 14px;
}
body {
	background-color: #eee;
	background-repeat: no-repeat;
	background-image: url("../img/bg/bg_l.png");
	background-size: cover;
	color: #333;
	font-family: Roboto-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px;
	padding-right: 0 !important;
}
*.modal-open {
	padding-right: 0 !important;
}
#header nav.navbar {
	margin: 0;
	border: 0;
	padding: 0 20px 0 0;
	
}
#header nav.navbar.bg-dark {
	background-color: #222 !important;
}
#header .dropdown .dropdown-menu {
	min-width: 100px;
	margin-top: -2px;
	background-color: #333;
	border-radius: 0;
}

#header .navbar-nav.pull-right .nav-item .dropdown-menu {
	left: auto;
	right: 0;
}
#header nav button.navbar-toggler {
	left: 250px;
	position: absolute;
	top: 9px;
}
.nav-item.hide {
	display: none;
}
.fun-menu-items .fun-menu-item.nav-link {
	padding: 5px 15px;
	color: #eee;
	font-size: 14px;
}
.fun-menu-items .fun-menu-item.nav-link:hover {
	background: #666;
	color: #fff;
}
.fun-menu-items .dropdown:hover > .dropdown-menu {
	display: block;
}
.fun-menu-items > .nav-item.dropdown {
	margin-top: -2px;
	margin-right: 10px;
}
.fun-menu-items .dropend.dropdown > .dropdown-menu {
	margin-left: -2px;
}

.fun-full-container {
	position: relative;
}
.fun-container {
	position: relative;
	padding: 10px 15px;
}
.fun-nav-bar {
	font-weight: normal;
	position: relative;
	background-color: #141414;
	padding: 5px 12px 5px 46px;
	display: block;
	margin-bottom: -2px;
	color: #aaa;
}
.fun-nav-bar .fun-nav-i {
	margin-top: 1px;
	font-size: 18px;
	position: absolute;
	left: 20px;
	color: #86c300;
}
.fun-nav-bar .fun-nav-home {
	color: #86c300;
}
.fun-footer {
	margin-top: 50px;
	margin-bottom: 20px;
	width: 100%;
	color: #aaa;
	font-size: 12px;
	text-align: center;
}
.msilogo {
	position: absolute;
	right: 10px;
	margin-top: -6px;
}
.fun-a {
	cursor: pointer;
	color: #86c300;
}
.fun-a:hover {
	text-decoration: underline;
}
.fun-link {
	cursor: pointer;
	color: #007bff;
	text-decoration: underline;
}
.fun-link:hover {
	color: #0059dd;
}

.fun-form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem 0.375rem 0;
	border: 0;
	border-bottom: 1px solid #d6d6d6;
	font-size: 1.2em;
	outline: none;
}
.fun-form-control:focus {
	border: 0;
	border-bottom: 1px solid #d6d6d6;
	outline: none;
}
.fun-form-control::placeholder {
	color: red;
	opacity: 1; /* Firefox */
}
ul {
	padding-left: 0;
}
ul li {
	list-style: none;
}
#web-response {
	position: absolute;
	width: 98%;
	z-index: 12;
}
body > #web-response {
	width: 90%;
	margin-left: 5%;
	position: fixed;
}
.modal-content > #web-response {
	width: 100%;
}
.fun-tab {
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
}
.fun-table {
	display: table;
	width: 100%;
}
select.form-select {
	width: auto;
	display: inline-block;
}
.form-check-input:checked {
	background-color: #198754;
	border-color: #198754;
}
#fun-loading {
	top: 40%;
	color: #86c300;
	z-index: 2000;
}
#fun-loading .modal-dialog {
	width: 100px;
	text-align: center;
}
.fun-page-title {
	font-size: 1.3em;
	color: #666;
	margin: 0.8em 0 1em 0;
	border-bottom: 1px solid #bbb;
	padding-bottom: 5px;
}
.fun-dark-left {
	width: 250px;
	height: calc(100vh - 52px);
	position: absolute;
	background-color: #233544;
	color: #fff;
	margin-top: 2px;
}
.fun-left-title {
	font-size: 1.5em;
	padding: 6px 18px;
	color: #ddd;
	margin-bottom: 2px;
}
.fun-left-item {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 100%;
	color: #fff;
	border-bottom: 1px solid #122433;
	border-top: 1px solid #344655;
	margin: 0;
	padding: 10px 15px 10px 20px;
}
.fun-left-item:hover {
	color: #86c300;
}
.fun-left-item.active {
	background: #18252f;
	color: #86c300;
	cursor: default;
}
.fun-left-item.active:after {
	display: inline-block;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	border: 2px solid #86c300;
}
.list-group-item {
	padding: 0.5rem 0.8rem;
	border: 0;
	border-bottom: 1px solid #122433;
	border-top: 1px solid #344655;
}
.list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.treeview span.icon.node-icon {
	font-size: 1.2em;
	position: relative;
	top: 1px;
	margin-right: 10px;
}
.fun-content-right {
	margin-left: 250px;
	padding: 10px;
}
.fun-nav-tabs .nav-link {
	background: #d5d5d5;
	color: #333;
	border: 0;
	margin-right: 5px;
}
.fun-nav-tabs .nav-link:hover {
	color: #86c300;
}
.fun-nav-tabs .nav-link.active {
	background: #18252f;
	color: #86c300;
}
.fun-nav-content .tab-pane {
	background: #fff;
	padding: 15px;
	box-shadow: 3px 3px 4px #999;
	position: relative;
}
small {
	color: gray;
}
.container-fluid {
	padding: 0;
}
form td > label {
	color: gray;
}
.tcenter,
.table .tcenter {
	text-align: center;
	vertical-align: middle;
}
.table tbody td,
.table thead th {
	vertical-align: middle;
}
table.dataTable.table-sm > thead > tr > th {
	padding-right: 5px;
}
.operate-icon {
	cursor: pointer;
}
.operate-icon:hover {
	opacity: 0.8;
}

#privacy-popup {
	width: 48%;
	position: fixed;
	bottom: 0;
	padding: 15px 20px 25px;
	margin-left: 65px;
	border-radius: 10px 10px 0 0;
	border-bottom: 0;
	background-color: #222;
	color: #fff;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	z-index: 999;
	display: none;
}
#privacy-popup .a1 {
	color:red;font-weight:bold;
}
#privacy-popup .a2 {
	color:red;font-weight:bold;
}
#privacy-popup .a3 {
	color:red;font-weight:bold;
}
.option-wrap {
	padding: 0 0 20px 15px;
	float: right;
	text-align: right;
	height: inherit;
}
.content-text {
	line-height: 28px;
	max-width: 90%;
}
.option-wrap .agree-btn {
	margin-top: 10px;
	text-align: right;
}
.option-wrap .agree-btn a {
	display: inline-block;
	padding: 3px 8px;
	border-radius: 5px;
	background-color: #ccc;
	text-decoration: none;
	outline: none;
	color: #222;
	font-weight: bold;
	border: 1px solid #ccc;
}
.option-wrap .agree-btn a:hover {
	background-color: #86c300;
}
.fun-text-btn {
	color: #28a745 !important;
	font-size: 1.2em;
	cursor: pointer;
}
.fun-text-btn:hover {
	text-decoration: underline;
}

.strength0 {
	height: 10px;
	display: block;
	float: left;
	width: 150px;
	background: #fff;
}
.strength1 {
	height: 10px;
	display: block;
	float: left;
	width: 25px;
	background: #ff0000;
}
.strength2 {
	height: 10px;
	display: block;
	float: left;
	width: 75px;
	background: #ffff00;
}
.strength3 {
	height: 10px;
	display: block;
	float: left;
	width: 75px;
	background: #56e500;
}
.strength4 {
	height: 10px;
	display: block;
	float: left;
	width: 110px;
	background: #4dcd00;
}
.strength5 {
	height: 10px;
	display: block;
	float: left;
	width: 150px;
	background: #399800;
}

.page-item.active .page-link {
	background-color: #198754;
	border-color: #198754;
}
.page-link {
	color: #198754;
}
.maxh150 {
	max-height: 150px;
	overflow-y: auto;
	position: relative;
	overflow-x: hidden;
}
.maxh400 {
	max-height: 400px;
	overflow-y: auto;
	position: relative;
	overflow-x: hidden;
}
.maxh500 {
	max-height: 500px;
	overflow-y: auto;
	position: relative;
	overflow-x: hidden;
}
.fun-filter {
	position: relative;
}
.fun-filter-dark {
	padding: 5px 20px;
	background: #0f171c;
	border-top: 1px #444 solid;
	margin-top: 1px;
}
.fun-filter .form-group {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}
.fun-text-picker {
	cursor: pointer;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ced4da;
	padding: 0.25rem 0.5rem;
	display: inline-block;
	color: #333;
}
.fun-text-picker::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.4em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.fun-filter-search {
	position: relative;
	top: -2px;
}
.fun-filter .fun-filter-search {
	position: absolute;
	top: 0;
	right: 15px;
}
.fun-filter .fun-filter-export {
	position: absolute;
	top: 0;
	right: 68px;
}
#fun-date-picker .fa-calendar-alt {
	color: #455766;
}
#company-picker-tree,
#publish-company-tree,
.company-picker-tree-copy {
	position: absolute;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	left: 68px;
	width: 310px;
	display: none;
	z-index: 3;
	border: 1px solid #ddd;
	max-height: 300px;
	overflow: auto;
	text-align: left;
	color: #333;
}
#company-picker-tree::before,
#publish-company-tree::before,
.company-picker-tree::before {
	content: "";
	background: #fff;
	display: inline-block;
	width: 10px;
	height: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: -4px;
	position: absolute;
}
.fun-data {
	background: rgba(255, 255, 255, 0.8);
	padding: 15px;
	border-radius: 10px;
}
.fun-shadow {
	background: #fff;
	box-shadow: 0px 2px 3px #aaa;
	padding: 20px;
}
.fun-filter {
	margin-bottom: 10px;
	min-height: 56px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.hide {
	display: none;
}
.fun-bigger {
	font-size: 1.2em;
}
.fun-bigger2 {
	font-size: 1.5em;
}
.fun-small {
	font-size: 0.8em;
}
#fun-singleday-picker {
	width: 200px;
}
.clear {
	clear: both;
}
.datepicker-days table td,
.datepicker-days .datepicker-switch,
.datepicker-days .dow {
	font-size: 14px;
}
.table td.nodata-td {
	text-align: left;
}
.drop-file-area {
	border: 1px dotted gray;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	background: #f2f2f2;
	margin-bottom: 10px;
}
.fun-textarea-1 {
	resize: vertical;
	min-height: 64px;
	max-height: 150px;
}
.funin {
	display: inline;
}
.funib {
	display: inline-block;
}
.widthall {
	width: 100%;
}
.width1024 {
	width: 1024px;
	max-width: 1024px;
}
.width300 {
	width: 300px;
}
.width250 {
	width: 250px;
}
.width200 {
	width: 200px;
}
.width180 {
	width: 180px;
}
.width170 {
	width: 170px;
}
.width150 {
	width: 150px;
}
.width140 {
	width: 140px;
}
.width130 {
	width: 130px;
}
.width120 {
	width: 120px;
}
.width100 {
	width: 100px;
}
.width90 {
	width: 90px;
}
.width50 {
	width: 50px;
}
.width40 {
	width: 40px;
}
.publish-avai {
	border-left: 3px solid #155724;
}
.publish-seled {
	border-left: 3px solid #856404;
}
.publish-pubed {
	border-left: 3px solid #383d41;
}
.publish-veh-slider {
	max-height: 150px;
	overflow: auto;
}
#publish-chk-all {
	cursor: pointer;
}
.pub-plate {
	display: inline-block;
	width: 175px;
	overflow: hidden;
}
.pub-plate label, .pub-plate button {
	width: 100%;
}
.nav-tabs .nav-link {
	color: #777;
}
.input-daterange {
	display: inline-block;
}
.input-daterange .add-on {
	line-height: 10px;
}
.input-daterange input {
	width: 120px;
	display: inline-block;
}
.fl-l {
	float: left;
}
.fl-r {
	float: right;
}
.fun-item-li {
	cursor: pointer;
	padding: 4px 5px;
}
.fun-item-li.active {
	color: #86c300;
	background-color: #2f4f4f;
}
.fun-item-li:hover {
	color: #86c300;
}
.fun-item-li .pointed {
	display: none;
	position: relative;
	float: right;
	top: 3px;
}
.fun-item-li.active .pointed {
	display: inline-block;
}
.dashboard-filter-bar {
	text-align: center;
	padding: 5px 20px;
	background: #0f171c;
	border-top: 1px #444 solid;
	margin-top: 1px;
	margin-bottom: -2px;
}
.dashboard-filter-bar .company-filter {
	float: left;
}
.dashboard-filter-bar .company-label {
	color: #86c300;
	font-weight: bold;
}
.dashboard-filter-bar .date-range-filter {
	display: inline-block;
	width: 450px;
	position: relative;
	top: 0;
}
.date-range-filter #prev-date-btn {
	left: 0;
}
.date-range-filter #next-date-btn {
	right: 0;
	visibility: hidden;
}
.date-range-filter #show-cur-date {
	font-weight: bold;
	font-size: 1.5em;
	color: #86c300;
	position: relative;
}
.dashboard-filter-bar .chg-date-btn {
	cursor: pointer;
	position: absolute;
	color: #86c300;
	top: 3px;
}
#date-type-filter {
	float: right;
	position: relative;
	top: 3px;
}
#date-type-filter .date-type {
	position: relative;
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
	color: #999;
	border: 1px solid;
	border-radius: 4px;
	padding: 2px 10px;
}
#date-type-filter .date-type.active {
	background: #86c300;
	color: #333;
}
.dashboard-zone {
	position: relative;
	height: calc(100% - 40px);
}
.dashboard-filter-bar .trigger-calendar {
	position: absolute;
	opacity: 0;
	width: 100%;
	left: 0;
	height: 100%;
	z-index: 10;
	cursor: pointer;
	top: 2px;
	display: none;
}
.fun-offset--1 {
	position: relative;
	top: 1px;
}
.fun-offset-1 {
	position: relative;
	top: -1px;
}
.fun-offset-2 {
	position: relative;
	top: -2px;
}
.fun-li-style1 {
	background: #777;
	color: #fff;
	padding: 2px 4px;
	margin-bottom: 5px;
	border-radius: 3px;
}
.fun-li-style1 .operate-icon {
	float: right;
	margin-right: 15px;
	position: relative;
	top: 3px;
}
/* .btn.btn-success.fun-filter-search {
	background-color: #62798d;
	border: solid 1px #62798d;
} */
.company-top-bar {
	background: #fff;
	border-radius: 5px;
	padding: 10px 15px;
	box-shadow: 3px 3px 4px #999;
	position: relative;
}
.company-top-bar > b {
	color: #455766;
}
.funr {
	position: relative;
}
.fun-print-zone {
	position: relative;
	padding: 0 20px;
	display: none;
	width: 1200px;
	margin: 0;
	size: portrait;
}
.fun-print-zone > div {
	background: #fff;
	width: 100%;
	height: 99%;
}
.fun-print-zone .image {
	width: 99%;
	max-height: 100%;
}

.fun-print-show {
	display: none;
}
@media print {
	@page rotated {
		size: portrait;
	}
	@page :first {
		size: A4 portrait;
		margin: 0.5cm;
	}
	body {
		print-color-adjust: exact;
		-webkit-print-color-adjust: exact;
	}

	.fun-print-hide {
		display: none;
	}
	.fun-print-zone {
		display: block;
	}
	.fun-print-show {
		display: block;
	}

	.fun-print-zone .page-break {
		page-break-before: always;
	}
}
.text-funtoro {
	color: #86c300;
}
.sos-process-line {
	position: absolute;
	width: 1px;
	height: calc(100% - 25px);
	margin-left: 5px;
	background: #ccc;
	margin-top: 10px;
}
#sos-alert-ic {
	position: fixed;
	left: 100%;
	margin-left: -90px;
	top: 60px;
	z-index: 1001;
	background: #c6332f;
	color: #fff;
	border-radius: 101px;
	padding: 22px 15px;
	font-size: 1.5em;
	text-align: center;
	cursor: pointer;
	display: none;
}
#sos-alert-ic:hover {
	opacity: 0.8;
}
#total-sos-count {
	position: absolute;
	font-size: 16px;
	bottom: 3px;
	left: 25px;
	color: yellow;
}
#sos-event {
	color: #c6332f;
}
.sos-veh-status {
	width: 50%;
	float: left;
	color: #666;
}
.sos-veh-inf {
	margin-left: 5px;
	color: #86c300;
}
#sos-memo {
	width: 785px;
	margin-left: 20px;
	resize: none;
	height: 72px;
	background: #eee;
	border: 0;
}
#sos-title {
	color: #c6332f;
	font-size: 1.5em;
	margin-left: 10px;
}
#sos-inf-tbl {
	float: right;
	width: 500px;
	margin: 10px;
}
#show-sos-dialog .modal-content {
	width: 910px;
}
#show-sos-dialog .modal-header {
	color: #fff;
	background: #c6332f;
}
#show-sos-dialog .modal-body {
	padding: 0;
	max-height: 500px;
	overflow: auto;
}
#show-sos-dialog .modal-footer {
	margin-top: 0;
}
.sos-style {
	display: inline-block;
	margin: -10px 0 10px -10px;
}
.sos-style span {
	background: #c6332f;
	color: #fff;
	border-radius: 60px;
	padding: 8px;
	display: inline-block;
	font-size: 1.5em;
	height: 60px;
	padding-top: 16px;
	margin: 5px;
}
.sos-bottom {
	border-top: 1px solid #e5e5e5;
	padding: 10px 15%;
}
.sos-memo-zone {
	border-top: 1px solid #e5e5e5;
	padding: 10px 20px;
	display: none;
}
.sos-memo-zone .td1 {
	vertical-align: top;
}
.sos-process-zone {
	border-top: 1px solid #e5e5e5;
	display: none;
	padding: 10px 20px;
}
#receive-sos-close,
#process-sos-close,
#process-sos-handle {
	display: none;
}
.sos-btn-bar {
	text-align: center;
	margin-top: 10px;
}
#sos-send-memo {
	background-color: #c6332f;
	color: #fff;
	border-radius: 4px;
	padding: 5px 10px;
	cursor: pointer;
	display: inline-block;
}
#sos-send-memo:hover {
	background-color: #a4110d;
}
#sos-process-more {
	cursor: pointer;
}
#sos-process-more:hover {
	text-decoration: underline;
}
.sos-process-li {
	color: #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 5px;
	margin-bottom: 10px;
	position: relative;
}
.sos-process-li-icon {
	position: absolute;
	left: -15px;
	font-size: 0.8em;
}
.sos-process-li:first-child {
	color: #333;
}
.sos-process-li:first-child .sos-process-li-icon {
	font-size: 1em;
}
.sos-revive {
	position: relative;
	max-height: 110px;
	overflow: hidden;
}
.sos-process-line {
	position: absolute;
	width: 1px;
	height: calc(100% - 25px);
	margin-left: 5px;
	background: #ccc;
	margin-top: 10px;
}
#sos-process-list {
	width: 700px;
	margin-left: 15px;
}
.fun-one-line {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.fun-line {
	border-top: 1px solid #ccc;
}
#locales-list li {
    padding-left: 5px;
}
#locales-list li.active {
    background-color: #28a745;
    color: #fff;
}
#locales-list img {
	width: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
.cnt-i18n-zone {
	display: inline-block;
	margin-bottom: 10px;
}
.cnt-i18n-folder-desc {
	display: block;
	position: absolute;
}
tr.group,
tr.group:hover {
	background-color: #ddd !important;
}
.table .sub-table {
	margin-left: 80px;
}

.table .sub-table tbody tr {
	background-color: #fff;
}
.table .sub-table td, .table .sub-table th {
	padding: 0.45rem 0.75rem;
	border: 0;
}
.table .sub-table .dt-control {
	width: 60px;
}
.table .sub-sub-table {
 	margin-left: 70px;
 }
.table .sub-sub-table tr th {
	background-color: #ccc;
}
.table .sub-sub-table tr td {
	background-color: #ddd;
}
#function-tbl .dataTables_wrapper .dataTables_info {
	display: none;
}
.text-died {
	color: #ccc;
	text-decoration: line-through;
}
#publish-company-picker {
	line-height: 24px;
}
.form-group {
	margin-bottom: 1rem;
}
#confirm-panel .modal-body {
	max-height: 200px;
    overflow: auto;
}
.left0 {
	left: 0;
}
.hiddeninvi {
	display:none; visibility:hidden
}
#fun-publish-dlg .modal-dialog , #fun-history-dlg .modal-dialog{
	max-width:1000px;
}
#fun-publish-dlg .avi-plate {
    position: relative;
}