@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Open+Sans:400,700|Roboto:400,500,700');
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Work Sans', sans-serif;
*/
html, body
{
	padding: 0;
	margin: 0;
}
body
{
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	font-size: 14px;
	line-height: 22px;
	color: #333c4f;
	position: relative;
	-webkit-text-size-adjust: none;
}
a
{
	cursor:pointer;
}
.side_menu
{
	display:none;
}
.mm-title
{
	text-transform:uppercase;
}
.header-menu
{
	background-color:#2b303b;
	height:40px;
	line-height:40px;
	padding-right:15px;
	font-family: 'Open Sans', sans-serif;
}

.navbar-menu-toggle,.navbar-brand-name
{
	display:inline-block;
}
.navbar-menu-toggle
{
	border-right:solid 1px #666;
	padding:0 10px;
	height:40px;
	font-size:140%;
}
.navbar-brand-name
{
	font-size:130%;
	padding-left:10px;
}
.navbar-brand-name:hover
{
	text-decoration:none;
}
@media (max-width: 543px) 
{
	.navbar-brand-name
	{
		display:none;
	}
}
.navbar-digital
{
	display:inline-block;
	background-color:#202531;
	height:40px;
	padding:0px 15px;
	font-size:8pt;
	line-height:40px;
}
.navbar-digital .digital-clock
{
	color:orange;;
}
.navbar-dropdown-menu, .navbar-dropdown-menu .nav-item , .navbar-dropdown-menu .nav-link
{
	height:40px;
	line-height:40px;
	font-size:10pt;
}
.navbar-dropdown-menu .nav-link
{
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
}
.navbar-dropdown-menu .dropdown-menu
{
	border:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color:#fff;
	padding:0px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	border-radius: 0 0 5px 5px;
	min-width:240px;
}
.navbar-dropdown-menu .dropdown-item .property-selected
{
	color:green;
	font-size:7pt;
	line-height:10px;
	border:solid 1px green ;
	display:inline-block;
	padding:2px 5px;
	margin-left:10px;

}
.navbar-dropdown-menu .dropdown-item
{
	color:#333c4f !important;
	font-size:9pt;
	border-bottom:solid 1px #eee;
	line-height:15pt;
	padding-top:10px;
	padding-bottom:10px;
}
.navbar-dropdown-menu .dropdown-item:active
{
	background-color: #333c4f;
	color:#fff !important;
}
.navbar-dropdown-menu:hover, .mm-navbar
{
	background-color: #333c4f !important;
}
.header-menu a,
.mm-navbar-bottom .copyright,
.mm-navbar a
{
	color:#fff !important;
}


a.mm-prev.mm-btn::after,
a.mm-prev.mm-btn::before
{
	border-color: rgba(255,255,255 ,.9);
}

.application
{
	
}
.application-action-buttons
{
	padding:10px 20px 10px 20px;
	background-color:#f7f7f7;
}
.application-action-buttons button
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-shadow: none;
	margin-right:5px;
	
	font-size:10pt;
	
	
}
.application-title
{
	background-color:#eee;
	padding:20px;
	font-size:15pt;
}
.application-content
{
	padding:20px;
}

.application-content.application-content-form
{
	padding:0px;
}


.application-search
{
	background-color:#333c4f;
	padding:20px 20px 20px 20px;
}
.form-layout
{
	max-width:1000px;
}
.form-layout.form-layout-wide
{
	max-width:100% !important;
}

.form-layout .custom-select
{
	font-size:9pt;
}

.form-layout .col-form-label
{
	font-size:75%;
	color:#adadad;
	text-transform:uppercase;
}

.form-control
{
	background-color:#f8f8f8;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size:9pt;
	padding-top:6px;
	padding-bottom:6px;
}
.inline-form-group 
{
	display:inline-block;
	margin:0px;
	padding:0px;
}
.inline-form-group.inline-form-group-select
{
	padding-right:6px !important;
}

.inline-form-group  .form-control
{
	margin:0px !important;
}
.seperator-line
{
	max-height:1px;
	margin-top:10px;
	margin-bottom:10px;
	border-top:solid 1px #eee;
	clear:both;
}
.btn-search
{
	background-color:#333c4f;
	color:#fff;
}
.form-control.fixed-width
{
	width:150px ;
	display:inline-block;

}

@media (max-width: 575px) 
{
	.inline-form-group.inline-form-group-select
	{
		padding-right:0px !important;
	}
	.inline-form-group 
	{
		width:100%;
		margin-bottom:10px;
	}
	.inline-form-group.inline-form-group-btn
	{
		width:auto;
		float:left;
	}
	.inline-form-group.inline-form-group-btn .btn
	{
		margin-right:5px;
	}
	.form-control.fixed-width
	{
		width:100% !important;
	}
}

/* TABLE LISTING */
.table-list
{
	font-family: 'Roboto', sans-serif;
	border:0px;
	margin:0px;
}
.table-list a
{
	color:#333c4f;
}
.table-list tr:nth-child(even)
{
	background-color:#eee;
}
.table-list tr:hover
{
	background-color:#ccc;
}
.table-list td,
.table-list th
{
	border:solid 1px #e6e6e6;
	border-left:0px;
	border-right:0px;
	font-size:9pt;
	padding-top:8px;
	padding-bottom:8px;
	white-space:nowrap;
}
.table-list th
{
	background-color:#f8f8f8;
	font-weight: 500;
	border-bottom:solid 2px #ddd !important;
	border-right:solid 1px #ddd !important;
}
.table-list .col-check
{
	width:50px;
	text-align:center;
}
.table-list .selected td
{
	background-color:#f3f3f3;
	font-weight:bold;
}
.table-list .col-status
{
	text-align:center !important;
	width:60px;
}
.table-list .field-sort
{
	white-space:nowrap;
}


/* PAGINATION */
.flat
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.pagination-bar 
{
	background-color:#f8f8f8;
	border-top:solid 1px #ddd !important;
	margin-top:0px;
}
.pagination-bar .pagination
{
	margin:0px;
}
.pagination-bar .pagination .page-item:first-child .page-link,
.pagination-bar .pagination .page-item:last-child .page-link
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.pagination-bar .pagination .page-item .page-link
{
	font-family: 'Roboto', sans-serif;
	border-top:0px !important;
	border-bottom:0px !important;
	background:transparent !important;
	font-size:8pt;
	color:#bababa;
}
.pagination-bar .pagination .page-item:hover .page-link,
.pagination-bar .pagination .page-item.active .page-link,
.pagination-bar .pagination .page-item.disabled ,
.pagination-bar .pagination .page-item.disabled a,
.pagination-bar .pagination .page-item.disabled:hover
{
	color:#333 !important;
	font-weight:600;
	border-left:solid 1px #ddd !important;
	border-right:solid 1px #ddd !important;
}
/* LOGIN */
body.body-login
{
	background-color:#2b303b;
}
.container-login
{
	margin-top:100px;
}
.container-login h3
{
	color:#fff;
	text-align:center;
}
.login
{
	background-color: #fff;
	max-width:450px;
	margin:20px auto;
	padding:20px;
}

.login-logo
{
	max-width:300px;
	margin:0 auto;
}

/* INTERNAL TAB*/
			
			.nav-block
			{
				padding-left:10px;
				padding-right:10px;
				margin-bottom:15px;
			}
			.nav-block .nav-item
			{
				text-align:center;
				font-size:130%;
				margin-right:3px;
			}
			.nav-block .nav-link
			{
				background-color:#eee;
				-webkit-border-radius: 0px;
				-moz-border-radius: 0px;
				border-radius: 0px;
				color:#003366;
			}
			.nav-block .nav-item  span
			{
				display:block;
				text-align:center;
				font-size:10pt;
				min-width:60px;
			}

			@media (max-width: 543px) 
			{
				
				.nav-block .nav-item  span
				{
					display:none;
					text-align:center;
				}
			}

			.nav-sub-block
			{
				padding-left:15px;
			}
			.nav-sub-block .nav-item
			{
				text-align:center;
				margin-right:3px;
			}
			.nav-sub-block .nav-link
			{
				background-color:#eee;
				-webkit-border-radius: 0px;
				-moz-border-radius: 0px;
				border-radius: 0px;
				color:#003366;
			}
			.nav-sub-block .nav-item  span
			{
				display:block;
				text-align:center;
				font-size:10pt;
				min-width:60px;
			}

			@media (max-width: 543px) 
			{
				
				.nav-sub-block .nav-item  span
				{
					display:none;
					text-align:center;
				}
			}

/* SIZE*/
		.cs-5 { width:5% !important; }
		.cs-10 { width:10% !important; }
		.cs-15 { width:15% !important; }
		.cs-20 { width:20% !important; }
		.cs-25 { width:25% !important; }
		.cs-30 { width:30% !important; }
		.cs-35 { width:35% !important; }
		.cs-40 { width:40% !important; }
		.cs-45 { width:45% !important; }
		.cs-50 { width:50% !important; }
		.cs-55 { width:55% !important; }
		.cs-60 { width:60% !important; }
		.cs-65 { width:65% !important; }
		.cs-70 { width:70% !important; }
		.cs-75 { width:75% !important; }
		.cs-80 { width:80% !important; }
		.cs-85 { width:85% !important; }
		.cs-90 { width:90% !important; }
		.cs-95 { width:95% !important; }
		.cs-100 { width:100% !important; }



/* INUT GROUP 
	.input-list-group ul
	{
		margin:0 0 10px 0;
		padding:0px;
		list-style-type:none;
	}
	.input-list-group ul li 
	{
		margin:0 0 5px 0;
	}
	.input-list-group .input-group .input-group-addon
	{
		font-size:8pt;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		cursor:pointer;
	}
	.input-list-group .input-group .input-group-addon:first-child
	{
		background-color:#333;
		color:#fff;
	}
	.input-list-group .input-group .input-group-addon:last-child
	{
		background-color:crimson;
		color:#fff;
	}
	.input-list-group .input-group .form-control
	{
		border-right:0px;
	}
	.input-list-group .input-list-add
	{
		font-size:8pt;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
*/


/* INLINE EDIT*/
.table-inline-form 
{
	margin-bottom:5px;
}
.table-inline-form th,
.table-inline-form td
{
	font-size:8pt;
	padding:3px 5px;
}

.table-inline-form th
{
	background-color:#333c4f;
	color:#eee;
	font-size:7pt;
	padding:0px 5px;
}
.table-inline-form tr th:last-child,
.table-inline-form tr th:first-child,
.table-inline-form tr td:last-child,
.table-inline-form tr td:first-child
{
	text-align:center;
	
}

.table-inline-form.table-inline-form tr th:first-child,
.table-inline-form.table-inline-form tr td:first-child
{
	text-align:left;
	
}
.table-inline-form .inline-remove .fa
{
	color:crimson;
}

.table-inline-form td:focus
{
	background-color:#efefef;
	outline: 0px solid transparent;
}
.inline-btn
{
	font-size:8pt;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/*
div[contenteditable="true"]:focus
{
	background-color:#fff;
	outline: 0px solid transparent;
	border:solid 1px #5cb3fd;
}
*/

/* UTILITIES*/
.data-guide
{
	font-size:8pt;
	color:#006699;
}

.ajs-message 
{
	font-size:9pt;
	color:#fff;
}
.ajs-warning 
{
	background-color:#003366 !important;
}
label.error
{
	color:crimson;
	font-size:8pt;
	line-height:15px;
	margin:0px;
}
label.error::before
{
	content:" * ";
}
.spacer
{
	height:15px;
}
.strike {
	  display: block;
	  text-align: center;
	  overflow: hidden;
	  white-space: nowrap; 
	  color:#999;
	  font-size:9pt;
 }

 .strike > span {
	  position: relative;
	  display: inline-block;
 }

 .strike > span:before,
 .strike > span:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  width: 9999px;
	  height: 1px;
	  background: #ddd;
 }

 .strike > span:before {
	  right: 100%;
	  margin-right: 15px;
 }

 .strike > span:after {
	  left: 100%;
	  margin-left: 15px;
 }

.standard-label
{
	font-size:8pt;
	text-transform:uppercase;
	line-height:10px;
	margin:0px;
}
.input-flat
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size:10pt;
	padding-top:10px;
	padding-bottom:10px;
}
.input-flat::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #ddd;
}
.input-flat::-moz-placeholder { /* Firefox 19+ */
 color: #ddd;
}
.input-flat:-ms-input-placeholder { /* IE 10+ */
 color: #ddd;
}
.input-flat:-moz-placeholder { /* Firefox 18- */
 color: #ddd;
}
.margin-top
{
	margin-top:15px;
}
.margin-bottom
{
	margin-bottom:15px;
}



/*

*/

.inline-content-form
{
	
}
.inline-content-form h6
{
	font-weight:bold;
	font-size:9pt;
	text-transform:uppercase;
	border-bottom:solid 1px #eee;
	padding:5px 0px;
}
.inline-label
{
	text-transform:uppercase;
	margin-bottom:0px;
	height:15px;
	line-height:15px;
	overflow:hidden; 
	text-overflow: ellipsis;
	color:#adadad;
	font-size:8pt;
}

.inline-input
{
	border:solid 1px #d9d9d9;
	margin-bottom:10px;
	background-color:#f8f8f8;
	padding:0px 5px;
	line-height:25px;
	font-size:10pt;
	height:25px;
	
}
.inline-remove-right
{
	float:right;
	color:#fff !important;
	background-color:crimson;
	font-size:8pt;
	margin-top:-10px;
	padding-right:5px;
	padding-left:5px;
	margin-right:10px;
}
.inline-duplicate-right
{
	float:right;
	display:inline-block;
	color:#fff !important;
	background-color:orange;
	font-size:8pt;
	margin-top:-10px;
	padding-right:5px;
	padding-left:5px;
}
.card-inline
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom:15px;
}
.card-inline .card-header .nav-item
{
	font-size:9pt;
	text-transform:uppercase;
}
.card-inline .card-header .nav-item a
{

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* OVVERIDING MODAL WITH MMENU */
body.modal-open .mm-slideout{
    z-index:inherit;
}




.col-form-label
{
	border-bottom:solid 1px #eee;
	width:100%;
	height:30px;
	margin-bottom :5px;
}
.p-tour-name
{
	color:#0e3693;
}
.p-tour-name-cn
{
	color:#8c1a10;
}
.p-tour-code
{
	font-size:15pt;
	color:green;
}
.p-tour-departure-date
{
	color:purple;
}
.p-tour-status
{
	padding:5px 10px;
}
.table-compressed
{
	font-size:8pt;
}
.table-compressed th
{
	background-color:#333;
	color:#fff;
}
.table-compressed th,
.table-compressed td
{
	white-space:nowrap;
	padding:3px 10px;
	text-align:center;
}
.row-item-box
{
	font-size:8pt;
	border-bottom:solid 1px #eee;
	padding:3px 10px;
}
.card-tour
{
	margin-bottom:20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.card-header
{
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	padding:3px 10px;
	font-size:8pt;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}
.card-tour.card-dark .card-header
{
	background-color:#333;
	color:#fff;
}
.agent-commission-box 
{
	
}
.agent-commission-box .agent-commission-label
{
	text-decoration: line-through;
	display:inline-block;
	color:red;
	padding:0px 5px;
}

.agent-commission-box .agent-commission-label:last-child
{
	text-decoration: none;
	color:#000;
	font-weight:bold;
}
.base-fare
{
	font-size:15pt;
	padding-top:10px;
	padding-bottom:10px;
}
.promo-discount-value 
{
	font-size:8pt;
}