@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');

html,
div {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

body {
	font: normal 12px/16px arial;
	padding: 0 0 0px 0;
	background-image: url(../IMAGES/1.png);
	background-repeat: repeat;
	letter-spacing: 0.35px;
	margin: 0;
	font-family: "Poppins", sans-serif;
	box-sizing: border-box;
	backdrop-filter: blur(1px);
}

* {
	box-sizing: border-box;
}

p {
	margin: 0;
}

#shawdow {
	margin: 0 auto;
	background: url("../IMAGES/body-shawdow.png") repeat-y bottom center;
}

#wrapper,
.ie6_alertbox,
.alertbox_icon_container {
	background-color: #fff;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	border: 0px solid red;
	overflow: hidden;
}

#header {
	overflow: hidden;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

.header_left {
	float: left;
}

.header_mid {
	font-size: 32px;
	font-weight: bold;
	margin-top: 44px;
	width: 400px;
	float: left;
	color: #555555;
}

.header_right {
	float: right;
	margin-right: 20px;
	letter-spacing: 1px;
	background-color: #811c1c;
	color: white;
	font-size: 14px;
	padding: 10px;
	font-family: calibri;
}

#logo {
	width: 200px;
	height: 110px;
	margin: 0;
	background: url("../IMAGES/ganorlogo.png") no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	display: inline-block;
	background-size: 100% auto;
}

a {
	text-decoration: none;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

#bodyContent {
	overflow: hidden;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	background: #d1cdcd url("../IMAGES/2.png") repeat-x top center;
}

#slider {
	width: 500px;
	height: 450px;
	position: relative;
	float: left;
	margin: 8px 0 0 0;
}

.slide-item {
	width: 600px;
	height: 450px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

.slider-item-markers {
	top: 0px;
	right: 0px;
	background: url("../IMAGES/slider_bg.png") no-repeat;
	width: 60px;
	height: 23px;
	padding-left: 14px;
	margin: 0;
	position: absolute;
	font: inherit;
	vertical-align: baseline;
	border: 0;
}

.slider-item-markers li {
	margin: 2px 0px 0 10px;
	display: inline;
	float: left;
}

.slider-item-slide {
	width: 600px;
	height: 450px;
	position: absolute;
	animation: slider-animation;
	animation-duration: 9s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@keyframes slider-animation {
	0% {
		opacity: 0;
	}

	33% {
		opacity: 1;
	}

	67% {
		opacity: 0;
	}
}

ol,
ul {
	list-style: none;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

li {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

#banner-a {
	background: url("../IMAGES/banner1.jpg") no-repeat 0 0;
	opacity: 1;
}

#banner-b {
	background: url("../IMAGES/banner2.jpg") no-repeat 0 0;
	opacity: 0;
	animation-delay: 3s;
}

#banner-c {
	background: url("../IMAGES/banner3.jpg") no-repeat 0 0;
	opacity: 0;
	animation-delay: 6s;
}

.login {
	width: 400px;
	height: 330px;
	position: relative;
	#float: right;
	margin: 8px auto 0 auto;
}

.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0px 10px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.login-box {
	background: #f6f8ff;
	box-shadow: 1px 1px 4px 2px #621616;
	max-width: 350px;
	margin: 50px auto 25px auto;
	padding: 0px;
	border-radius: 0px;
	border: 0px;
	position: relative;
}

.login-label {
	text-align: center;
	width: 82px;
	border-bottom: 2px solid;
	padding-top: 31px;
	padding-bottom: 5px;
	margin: 0 auto;
	margin-bottom: 15px;
	position: relative;
}

.login-label-title {
	text-align: center;
	margin: 0;
	font-size: 18px !important;
	line-height: 1.42857143;
	letter-spacing: 0.5px;
	font-family: Heading, Quicksand, ! sans-serif important;
}

.login-user-box {
	position: relative;
	padding: 15px;
}

.login-user-name {
	margin-bottom: 15px !important;
}

.user-name {
	font-size: 1.4em;
	border-bottom: 2px solid #a47171;
	border-radius: 0px;
	margin-bottom: 15px;
	letter-spacing: 1.5px;
	font-family: sans-serif;
}

.search_btn {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	-moz-user-select: none;
	background: linear-gradient(to bottom, #04986b 0%, #005a47 100%);
	color: #FFF;
	border: 0px solid transparent;
	border-radius: 1px;
	font-weight: bold;
	width: 100%;
	padding: 10px;
	letter-spacing: 1.2px;
}

.user_msg {
	background: #d1cdcd;
	max-width: 350px;
	margin: 25px auto;
	padding: 0px;
	border-radius: 0px;
	border: 0px;
	position: relative;
	font-size: 1.4em;
	letter-spacing: 1px;
	color: red;
}

#footer {
	overflow: hidden;
	border: 0;
	width: 100%;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #adadad;
	background: #00127c url("../IMAGES/3.png") repeat-x top center;
}

#details {
	height: 100px;
	position: relative;
	float: left;
	font-size: 1.2em;
	color: #e2e2e2;
	/*font-weight: bold;*/
	margin: 20px 0 0 34px;
	letter-spacing: 1px;
}

#table_details {
	float: left;
	font-size: 1.0em;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1.9px;
	width: fixed;
	font-size: 0.9em;
	margin: -8px 0 0 -3px;

}

.div_left {
	position: relative;
	width: 450px;
	float: left;
	font-size: 12px;
}

.div_right {
	position: relative;
	width: 365px;
	float: right;
	font-size: 12px;
}

.version_label {
	margin-bottom: 15px;
	margin-top: 20px;
}

.version_detail {
	margin-bottom: 3px;
	font-size: 0.9em;
	letter-spacing: 2.5px;
}

.headerLogo {
	width: 70px;
}

img {
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
	display: block;
}

.TopBar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	background: rgba(0, 0, 0, .075);
}

.sidebarMain {
	display: flex;
}

.menuListBar {
	text-align: center;
	margin: 0 10px;
	cursor: pointer;
}

.menuListBar svg {
	width: 20px;
	height: 20px;
}

.menuListBar p {
	margin: 0;
}

.menuListBar:hover {
	transform: scale(1.1);
	transition: 0.5s;
}

.menuListBar:hover svg {
	fill: #25156c;
}

.menuListBar:hover p {
	color: #25156c;
}

.title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.title p {
	font-size: 20px;
	color: #25156c;
}

.title input {
	border: 1px solid #ddd;
	padding: 10px 20px;
	border-radius: 50px;
	width: 300px;
	background: rgba(255, 255, 255, 0.5);
	font-size: 15px;
	color: #000;
}

.title button {
	cursor: pointer;
	padding: 10px 20px;
	font-size: 15px;
	background: #25156c;
	color: #fff;
	border-radius: 50px;
	margin-left: 15px;
	border: 0;
}

.pageaction {
	display: flex;
}

.table {
	width: 100%;
	text-align: center;
}

.table th {
	background: rgba(0, 0, 0, 0.3);
}

.table td {
	background: rgba(0, 0, 0, .075);
}

.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
}

/* Popup Box */
.popup-box {
	background: white;
	padding: 20px;
	width: 90%;
	border-radius: 5px;
	text-align: center;
	height: calc(100vh - 50px);
	overflow: auto;
}

/* Close Button */
.close-btn {
	cursor: pointer;
	color: red;
	font-weight: bold;
}

.add-customer-model {
	display: flex;
	flex-wrap: wrap;
}

.input-main {
	width: 31%;
	max-width: 100%;
	margin: 10px;
}

.input-main p {
	font-size: 12px;
	text-align: left;
}

.input-main input {
	width: 100%;
	font-size: 13px;
}

.input-main select {
	border: 1px solid #ddd;
	border-radius: 50px;
	width: 100%;
	padding: 10px;
	font-size: 13px;
}

.title table input {
	font-size: 12px;
	padding: 5px 15px;
	width: 100px;
	text-align: center;
}

#view-trip .popup-box {
	width: 410px;
}

#tripaddtable {
	width: 100%;
	text-align: center;
}

#tripaddtable thead tr {
	background: rgba(0, 0, 0, 0.3);
}

#tripaddtable tbody tr {
	background: rgba(0, 0, 0, 0.1);
}

tr.dragging {
	background-color: #f1f1f1;
	opacity: 0.5;
}

.smallfield input {
	width: 50%;
}

.smallfield {
	display: flex;
}

#viewprinttable .modified {
	background: #ddd;
}

.dashboardtrip table {
	white-space: nowrap;
}

.opacity-0 {
	opacity: 0;
}

.left-align {
	text-align: left;
}

.dashboardtrip table {
	display: block;
	width: 100%;
	overflow: auto;
}

.tripviewtable {
	position: relative;
}

.tripviewtable tfoot {
	position: sticky;
	bottom: 0;
	background: #fff;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

@media print {
	tr.modified {
		background-color: #c7c3c3 !important;
		/* Ensure background color applies */
		-webkit-print-color-adjust: exact;
		/* For WebKit browsers */
		print-color-adjust: exact;
		/* Standard property */
	}

	button {
		display: none !important;
	}
}

.w-100 {
	max-width: 100px;
}

.dashboard #triplist tbody tr td:nth-child(4),
.dashboard #triplist2 tbody tr td:nth-child(4) {
	max-width: 100px;
	overflow: hidden;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	align-items: start;
	padding: 150px 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.table-history {
	display: flex;
	justify-content: space-around;
}

.redirect {
	padding: 5px 10px;
	margin: 5px;
	color: #000;
	border: 1px solid #ccc;
}

.triptablesview {
	display: flex;
}