/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */
body {
	background-color: #ececec !important;
}

.navbar {
	transition: all 0s;
}
.row {
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.fixed-header {
	position: fixed;
	width: 100%;
	top: 0 !important;
	background-color: #6777ef !important;
	color: white !important;
}

.fixed-header .nav-item > .nav-link:hover {
	color: white !important;
}

.fixed-header .nav-item a,
.fixed-header .nav-item a:hover {
	color: white !important;
}

.fixed-header .nav-item.dropdown .dropdown-menu a,
.fixed-header .nav-item.dropdown .dropdown-menu a:hover {
	color: #6c757d !important;
}

.fixed-header .--user {
	display: block;
}

.--user {
	display: none;
}

.main-sidebar .img1 {
	display: none;
}

.main-sidebar .img2 {
	display: block !important;
	margin-left: 35px;
}

.sidebar-gone .navbar.navbar-expand-lg.main-navbar.pl-5 {
	padding-left: 0px !important;
}

.--color-white {
	color: white !important;
}
.--bg-white {
	background-color: white !important;
}
.--bg-green {
	background-color: var(--green) !important;
}
.--bg-default {
	background-color: #6777ef !important;
	color: white;
}
.--color-green {
	color: var(--green) !important;
}
.--color-red {
	color: var(--red) !important;
}
.--color-primary{
	color:  #6777ef;
}

.searchBox {
	/* height: 50vh; */
	background-image: url("../../images/search-img.jpg");
	border-radius: 5px;
}

.searchBox .bg {
	background-color: rgba(900, 900, 900, 0.9);
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.searchBox label {
	font-size: 20px !important;
}
.select2 {
	width: 100% !important;
}

.weight-left {
	font-size: 14pt;
	font-style: italic;
	color: #fff;
}

.itemBox label {
	font-size: 15pt;
	font-weight: unset;
}

.bold {
	font-weight: bold !important;
}

.itemBox.row {
	margin-right: 0px;
	margin-left: 0px;
	border-radius: 15px;
}
.itemBox .row {
	margin-right: 0px;
	margin-left: 0px;
	border-radius: 15px;
	margin-bottom: 15px;
}

.itemBox .img-fluid {
	max-height: 100px;
}

.itemBox .--bg-blue {
	background-color: #6777ef !important;
}
.itemBox .btn-info {
	background-color: #6777ef !important;
	box-shadow: 0 2px 6px #6777ef !important;
	border-color: #6777ef !important;
}

.itemBox .input-group-text {
	background-color: #e9ecef !important;
	width: 69px;
}
.itemBox .imgDiv {
	min-height: 116px;
	border-radius: 15px;
	background-color: rgba(1000, 1000, 1000, 0.8);
}

.readonly {
	background-color: white !important;
}

.profileBox img {
	max-height: 500px;
}

.profileBox .clickable {
	font-weight: bold;
	border-bottom: 1px solid #cec9c9;
}
.profileBox .clickable:hover {
	background-color: #6777ef !important;
	color: white !important;
}
.profileBox .col1 {
	width: 20%;
	background-color: #fafafa;
}
.profileBox .profilerow {
	width: 20%;
	border-bottom: 1px solid #cec9c9;
	border-top: 1px solid #cec9c9;
}
.clickable {
	cursor: pointer;
}

.orderList {
	border: 2px solid #cec9c9;
	border-radius: 10px;
	/* cursor: pointer; */
}
.orderList:hover {
	border: 2px solid #6777ef;
}

.orderList .imgDiv .img-fluid {
	max-height: 80px;
	border-radius: 15px;
	background-color: rgba(1000, 1000, 1000, 0.8);
}

.myBaggage .active {
	background-color: #6777ef !important;
	color: white !important;
	font-weight: 700 !important;
}

.myBaggage .nav-tabs {
	font-size: 16px;
}

.btn.green {
	background-color: var(--green) !important;
}

@media only screen and (max-width: 600px) {
	.nav-item {
		width: 100%;
	}
}

.addBaggage label {
	font-weight: bold;
	font-size: 16px;
}

.myBaggage label {
	font-weight: bold;
	font-size: 14px;
}

.licenseAgrement {
	height: 150px;
	max-height: 150px;
	text-align: left;
	font-size: 12px;
	overflow-y: scroll;
	background-color: #f5f5f5;
	padding: 10px;
}

.disabled {
	background-color: gray !important;
	pointer-events: none;
}

.alert.alert-success{
	background-color: #197929 !important;
	color: white;
}

td{
	padding: 10px !important;
    height: 0px !important;
}

.pagination .disabled{
	background-color: transparent !important;
}

.tblUser .leftHeader{
	background-color: #6777ef;
	width: 120px !important;
	color: white;
}

.table-responsive table {
    min-width: 400px !important;
}

.bintang{
	color: red;
}
.bintang::after{
	content: "* ";
}
.btn.btn-success{
	background-color: var(--green) !important;
	border-color: var(--green) !important;
}

.main-sidebar, .navbar, .main-content, .main-footer {
    transition: none !important;
}

/* .modal { overflow: auto !important; } */