body {
  position: relative;
  min-height: 100%;
  /* padding-bottom: 45px; */ // Using footer height from example
  box-sizing: border-box; // Supported by IE8+ as well
  font-family: Tahoma, Helvetica, Arial, sans-serif;
}

table {
	color: #333;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	border: 1px solid transparent; /* No more visible border */
	height: 30px;
}

a {
	text-decoration: none;
}

th {
	background: #DFDFDF; /* Darken header a bit */
	font-weight: bold;
}

td {
	background: #FAFAFA;
	text-align: center;
}

.menu-vehicle {
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 12pt;
}

.menu-vehicle div {
	border: 2px solid white;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-wright: bold;
}

.menu-vehicle div.black-title h3 {
	line-height: 10px;
}

.banner {
	background: url('../images/PC Header (Width 1920).png') no-repeat;
	/* height: 85px; */
	/* background-size: cover; */
	max-height: 100%;
    max-width: 100%;
    width: auto;
	
	
}

@media only screen and (min-width: 120.063em) {
	.banner {
		background: url('../images/PC Header (Width 3840).png') no-repeat;
		height: 85px;
		background-size: cover;
	}
}

.system-id {
	margin-top: 40px;
	padding-left: 40px;
}

.logged-row {
	background-color: #F6F6F6;
	border-top: solid 1px gray;
	box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
	-moz-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
	-webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
}

.logged-content {
	padding-top: 10px;
}

.btn-function {
	border-radius: 10px;
	background-color: #0070C0;
	padding: 5px 10px 5px 10px;
	color: white;
	font-size: 12px
}

/* .btn-logout {
		margin-left: 29px;
	text-decoration: none !important;
} */

.btn-logout:hover {
	text-decoration: none;
	color: white;
}

.title-content {
	padding-top: 10px;
}

.title-btn {
	padding-left: 90px;
}

.btn-group {
	width: 80px;
}

.btn-group a {
	text-align: center;
	width: 100%;
}

.btn-group a:hover {
	text-decoration: none;
	color: white;
}

.btn-group:first-child {
	margin-left: 50px;
	margin-right: 10px;
}

.btn-function-square {
	border-radius: 5px;
	background-color: #0070C0;
	padding: 5px 15px 5px 15px;
	color: white;
	font-size: 12px;
}

button.btn-function-square {
	height: 24px;
	padding: 0;
}

.screen-title {
	margin-left: -95px;
	padding-top: 2px;
	font-size: 15px;
	font-weight: bold;
}

.content {
	padding-top: 20px;
}

.t-left {
	text-align: left;
	padding-left: 5px;
}

.t-right {
	text-align: right;
	padding-right: 5px;
}

#mpb_loadingAjax {
	display: none;
	background: #f5f5f5;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	z-index: 999;
	background-image: url('imgs/rolling.gif');
	background-repeat: no-repeat;
	background-position: 48% 50%;
	background-size: 50px 50px;
}

.data-table {
	table-layout: fixed;
	border-collapse: collapse;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.data-table th {
	background-color: #0070C0;
	color: #FFFFFF !important;
	text-align: center;
	border-right: solid 1px black;
	border-bottom: 1px solid black;
}

.data-table tbody tr:hover {
	background-color: #f1c40f;
}

.data-table tbody tr td {
	border-right: solid 1px black;
	border-bottom: 1px solid black;
}

.data-table tbody tr td:last-child {
	border-right: solid 1px black;
	border-bottom: 1px solid black;
}

div.message {
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}

div.message ul {
	list-style: none;
	margin: 0px;
	color: blue;
}

ul.errorMessage {
	font-size: 1.1em !important;
	font-weight: bold !important;
	color: red !important;
	background-color: #ffcccc !important;
}

/* .modal-header, h4, .close { conflict other tags: DeNT Added 071216 */
.modal-header {
	background-color: #0070C0;
	color: white !important;
	text-align: center;
	font-size: 30px;
}

.modal-footer {
	background-color: #f9f9f9;
}

.modal-header .close {
	margin-top: 10px !important;
	color: white !important;
	opacity: initial;
}

.menu-table {
	border: 0px solid #4377ab;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	background-color: #f3f3f3;
}

.menu-table th, td {
	padding: 0px;
}

#menu {
	margin: auto;
	overflow: hidden;
	width: 99%;
}

#menu h6 {
	background: #f3f3f3;
	color: #808080;
	border-bottom: 1px groove #d0d0d0;
}

#menu h6 {
	margin: 2px 0 0 0;
	overflow: hidden;
	text-decoration: none;
	padding: 0px 10px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	line-height: 36px;
	height: 36px;
	padding-left: 15px;
}

#menu h6.closed {
	background: #f3f3f3;
	color: #808080;
}

#menu h6:hover {
	cursor: pointer;
}

#menu ul {
	display: block;
	margin: 0;
	padding: 0;
	background: #f3f3f3;
}

#menu li {
	clear: both;
	overflow: hidden;
	list-style: none;
	border-bottom: 1px dotted #d0d0d0;
	color: #3f3f3f;
}

#menu li span {
	padding: 0px 2px;
	line-height: 28px;
	height: 28px;
	display: block;
	float: left;
	color: #3f3f3f;
	text-decoration: none;
	font-size: 12px;
}

#menu li.brown span {
	color: #ffffff;
}

#menu li:hover {
	background: #f89294;
	cursor: pointer;
}

#menu li:focus {
	background: #f89294;
	cursor: pointer;
}

#menu li:hover span {
	color: #ffffff;
	cursor: pointer;
}

.main_flex {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.left-side {
	background: #f3f3f3;
	min-width: 324px;
}

#footer {
	border-top: solid 1px gray;
	background-color: #f6f6f6;
	text-align: center;
	position: fixed;
	bottom: 0;
	height: 45px;
	width: 100%;
	clear: both;
}

.span_text_menu {
	font-size: 20px;
	text-align: left;
	color: #333333;
}

.span_icon_menu {
	line-height: 38px;
}

.span_icon_menu img {
	margin-bottom: 6px;
}

.icon-menu {
	cursor: pointer;
}

.title-row {
	border-bottom: 2px solid gray;
	margin-bottom: 15px;
}

.header, .main_center {
	min-width: 1440px;
}

.main_center {
	min-height: 65vh;
}

.text-right {
	text-align: right
}

.no-border-form-control {
	-webkit-box-shadow: none !important;
	border: none !important
}

.form-control-inline {
	width: auto !important;
	display: inline-block !important;
}

.red-star {
	color: red;
}

.no-padding-right {
	padding-right: 0;
}

.no-padding-left {
	padding-left: 0;
}

.form-group.required .control-label:after {
	content: "*";
	color: red;
}

.dataTables_scrollHeadInner {
	width: 100% !important;
}

.dataTables_scrollHeadInner table {
	width: 100% !important;
}

/* fix scroll body */
.dataTables_scrollBody .order-column {
	width: 100% !important;
}

/* fix scroll header */
.dataTables_scrollHead table {
	width: 100% !important;
}

.menu_top_text_left {
	float: left;
	line-height: 40px;
}

.menu_top_buttom_right {
	float: right;
	margin-top: 8px;
}

tr.even td {
	background-color: #D9E1F2;
}

.cdms_error {
	border: 1px solid red !important;
}

.cdms_ul_error {
	font-size: 11px;
	color: red;
	list-style: none;
	-webkit-padding-start: 0px;
	font-weight: bold;
	padding-left: 0px !important;
}

#footer h4 {
	line-height: 1.4 !important;
}

#modalConfirm, #modalInfo, #modalWarning, #modalWarning2, #modalForCoppy {
	margin-top: 200px;
}

.link-vehicle {
	text-decoration: underline;
}

label {
	box-shadow: none !important;
}

.textbox-height {
	height: 25px !important;
	padding: 2px 12px !important;
}

.disable-button {
	pointer-events: none;
	opacity: 0.65;
}

.btn-delete, .btn-new {
	color: white !important;
	text-decoration: none !important;
}

.div-delete {
	pointer-events: none;
}

.footer-wrapper h4 span {
	color: red;
}

.border-none {
	border: none;
}

.customerList {
	width: 35% !important;
	margin-left: 10px !important;
	height: 30px !important;
}

/* .btn-logout {
	background-color: #0070C0 !important;
	height: 30px !important;
	width: 100px !important;
} */

.sysIdCss {
	margin-left: 20%;
	margin-top: 14px;
	width: 15%;
	float: left;
}

.cusIdCss {
	margin-top: 10px;
	width: 40%;
	float: left;
}

.logOutCss {
	margin-top: 10px;
	width: 105px;
	float: right;
	vertical-align: middle;
}

.businessDateCss {
	margin-top: 15px;
	width: 10%;
	float: right;
	vertical-align: middle;
}

.user-loginCss {
	margin-left: 20%;
	margin-top: 10px;
	width: 80%;
	float: left;
}

.btn-grey{
	background-color: grey !important;
	border-color: grey !important;
}


.sad0021-resultInquiry .dataTables_scrollHeadInner table {
	width: 129% !important;
}
 
.sad0021-resultInquiry .dataTables_scrollBody table {
	width: 129% !important;
}
.sae0021-resultInquiry .dataTables_scrollHeadInner table {
	width: 130% !important;
}
.option-red-text{
 color:red;
}