/* ==========================================================================
   New Layout
   ========================================================================== */

/* Header */
header {
	margin-bottom: 0px;
}


/* --- Body --- */
body {
	color: #444;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}

body:not(.modal-open) {
	padding-right: 0px !important;
}

.container {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px
}

.bpv-header {
	padding: 8px 0;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0;
	min-height: auto;
	overflow: visible;
}

.bpv-header .hotel-info {
	float: left;
}

.bpv-header h3 {
	padding: 0;
	margin: 0;
}

.header-nav {
	list-style: none;
	padding-left: 0
}

.header-nav li {
	float: left;
}

.header-nav a {
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding: 4px 8px;
}

.header-nav a:hover {
	text-decoration: none;
	color: #4183c4
}

.bpv-header .navbar-right {
	margin-right: 20px
}

.header-nav .user-info {
	padding: 4px 12px;
}

/* Navigation */
.bpv-nav {
	background-color: #4285F4;
	border-color: #3276b1;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
	min-height: 30px;
	border-radius: 0;
	margin-bottom: 0;
	border: 0;
	z-index: 100
}

.bpv-nav .navbar-collapse {
	border-color: #205081;
}

.bpv-nav .navbar-nav>li>a {
	color: #FFFFFF;
	padding: 6px 10px;
	outline-width: 0;
}

.bpv-nav .navbar-nav>li>a:hover {
	background-color: #357ae8;
	color: #fff;
}

.bpv-nav .navbar-nav>.tabs_selected>a,
.bpv-nav .navbar-nav>.tabs_selected>a:hover {
	background-color: #357ae8;
	color: #fff;
}

.bpv-nav .navbar-toggle {
	border-color: #357ae8;
}

.bpv-nav .navbar-toggle:hover {
	background-color: #357ae8;
	border-color: #357ae8;
}

.bpv-nav .navbar-brand {
	color: #FFF;
	font-weight: bold;
}

.bpv-nav .navbar-nav ul {
	background: #357ae8;
	list-style: none;
	position: absolute;
	left: -9999px;
	list-style: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	padding-left: 0;
}

.bpv-nav .navbar-nav ul li {
	margin-top: 1px;
	float: none
}

.bpv-nav .navbar-nav ul a {
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 6px 50px 6px 10px;
	color: #fff
}

.bpv-nav .navbar-nav li:hover ul {
	left: 0;
	z-index: 999;
	margin-left: 0;
	padding-left: 0
}

.bpv-nav .navbar-nav li:hover a {
	text-decoration: none;
	background-color: #357ae8;
}

.bpv-nav .navbar-nav li:hover ul li a:hover {
	background-color: #3276b1;
	color: #fff
}

.loading-status-box {
	border-radius: 0px 0px 0px 0px;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	z-index: 1000;
	padding: 3px 10px;
	left: 50%;
	top: 0;
	margin-left: -50px;
	background-color: #FFF1A8;
	color: #000;
	border-right: 2px solid #FFF1A8;
	display: none;
}

.btn {
	border-radius: 2px !important;
	font-weight: bold;
	padding: 6px 20px
}

.btn-sm {
	padding: 5px 10px;
	border-radius: 3px;
}

.btn-primary {
	background-color: #428bca;
	border: 0
}

.btn-link {
	color: #4285F4;
	padding-right: 20px;
	font-style: italic;
	cursor: pointer;
}

.btn-link:hover {
	color: #dd6e1e;
	text-decoration: none;
}

.btn-box {
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding-top: 20px;
	text-align: right;
	display: block;
	clear: both;
}

.btn-box-top {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px
}

.box-errors {
	display: block;
	clear: both;
	font-weight: bold;
}

.fa {
	font-size: 16px;
}

.glyphicon-remove,
.fa-times {
	color: #e74c3c
}

.well,
.panel {
	box-shadow: none;
	border-radius: 0 !important;
}

.col-action {
	text-align: right;
}

.col-action a {
	margin: 0 2px;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
}

.col-action .fa-clock-o {
	color: #82b440
}

.search-box {
	border: 0;
	padding: 0 10px 10px;
	position: relative;
	background-color: #fff;
	font-size: 13px;
	margin: 0 -10px
}

.well label {
	font-weight: normal;
	color: #444
}

.note {
	font-size: 12px;
	font-style: italic;
}

/* --- Color --- */
.color-discount {
	color: #f1c40f !important;
}

.color-inactive {
	color: #aaa !important;
}

.color-price,
.fa-remove {
	color: #e74c3c !important;
}

.color-saving {
	color: #82b440 !important;
}

.color-highlight {
	color: #FF8F00
}

.error {
	color: #e74c3c;
}


.current {
	color: #9c6500
}

.near {
	color: #fe8802
}

.past {
	color: #006100
}

.current_booking {
	background-color: #ffc7ce;
	color: #9c6500
}

.near_booking {
	background-color: #ffeb9c;
	color: #9c6500
}

.past_booking {
	background-color: #c6efce;
	color: #006100
}

.pending {
	background-color: #ffc7ce;
	color: #9c6500
}

.deposited {
	background-color: #ffeb9c;
	color: #9c6500
}

.fully_paid {
	background-color: #c6efce;
	color: #006100
}

.cancelled {
	background-color: #ffc7ce;
	color: #9c6500
}

.close_win {
	background-color: #c6efce;
	color: #006100
}

.close_lost {
	background-color: #ffc7ce;
	color: #9c6500
}

.r_new {
	color: black
}

.blocked {
	color: #fe8802
}

.reserved {
	color: #006100
}

.r_cancelled {
	color: #9c6500
}

.actual_selling,
.actual_profit {
	color: #006100
}

.row,
.form-horizontal .form-group {
	margin-left: -10px;
	margin-right: -10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.icon-btn {
	cursor: pointer;
}

.text-note {
	color: #999;
	font-size: 13px;
}

.box_order {
	font-size: 11px;
	color: #333;
	background: transparent;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 2px;
	text-align: center;
	width: 24px
}

.site-footer {
	border-top: 1px solid #eee;
	color: #777;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 80px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}

.site-footer-links {
	list-style: outside none none;
	margin: 0;
	padding: 0
}

.site-footer-links li {
	display: inline-block;
	line-height: 16px;
	margin-right: 10px
}

/* --- Tooltip --- */
.bp-tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-size: 11px;
	line-height: 1.4;
	visibility: visible;
	filter: alpha(opacity=0);
	opacity: 0;
	font-weight: normal;
}

.bp-tooltip .tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 0;
	margin-top: -2px;
}

a {
	color: #4285F4;
}

a:hover,
a:focus {
	color: #4285F4;
	text-decoration: none;
}

/* -------- Header -------- */
.header {
	background-color: #F4F5F7;
	padding-bottom: 6px;
	padding-top: 6px;
}

.header ul {
	margin: 0
}

.header-nav {
	list-style: outside none none;
}

.header-nav li {
	float: left;
}

.header-nav li .fa {
	font-size: 16px;
	cursor: pointer;
}

.header-badge {
	border-radius: 10px;
	background-color: #d93025;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	color: #fff;
	width: 18px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15)
}

.main-menu li .header-nav-link {
	color: #333;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	padding: 4px 10px;
	margin-right: 1px;
	position: relative;
}

/* .main-menu li a:hover { background-color: #4285f4; color: #fff; cursor: pointer; } */
.main-menu li a:hover {
	color: #4285f4;
}

.main-menu .tabs_selected .header-nav-link {
	background-color: #357ae8;
	color: #fff;
	border-radius: 3px;
}

.site-search form {
	float: left;
	margin-right: 10px;
	position: relative;
	width: 360px;
}

.site-search input[type="text"] {
	font-size: 12px;
	height: 28px;
	padding: 4px 20px 4px 8px;
	position: relative;
	width: 100%;
	border-radius: 4px
}

.user-nav {
	margin-right: 10px !important;
}

.user-nav .avatar {
	float: left;
	margin-right: 5px;
}

.user-nav .name {
	font-weight: bold;
	position: relative;
}

.online {
	background: none repeat scroll 0% 0% #35AC19;
	display: block;
	width: 8px;
	height: 8px;
	opacity: 1;
	position: absolute;
	left: auto;
	bottom: -3px;
	right: 2px;
	border: medium none;
	border-radius: 50%;
	top: 2px
}

.header .dropdown:hover ul.dropdown-menu {
	display: block;
}

.header .dropdown-menu li {
	float: none;
}

.header .dropdown-menu li a {
	font-weight: normal;
}

/*
 * Menu
 *
 * Scroll and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */
.page-nav {
	position: relative;
	padding-bottom: 0px;
	border-bottom: 1px solid #eee;
}

.page-nav-item.selected {
	color: #357ae8;
	border-bottom: 1px solid #357ae8;
}

.page-nav a:focus {
	text-decoration: none;
	color: #357ae8;
}

.page-nav-item:hover {
	border-bottom: 1px solid #357ae8;
}

.page-nav-item {
	margin-left: 20px;
	font-size: 12px;
	color: #777;
	font-weight: bold;
	display: inline-block;
	padding: 8px 0 4px;
	margin-bottom: -1px;
}

.main-photo {
	position: absolute;
	top: 40px;
	right: 15px
}


/* -------- Dropdown Menu -------- */
.dropdown-menu {
	font-size: 12px;
}

.dropdown-menu:before {
	position: absolute;
	top: -16px;
	left: 12px;
	display: inline-block;
	content: "";
	border: 8px solid transparent;
	border-bottom-color: #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu:after {
	position: absolute;
	top: -14px;
	left: 13px;
	display: inline-block;
	content: "";
	border: 7px solid transparent;
	border-bottom-color: #fff;
}

.dropdown-menu-right:before {
	left: auto;
	right: 5px
}

.dropdown-menu-right:after {
	left: auto;
	right: 6px
}

.dropdown-menu .divider {
	margin: 0;
	background-color: #f5f5f5
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li.tabs_selected,
.dropdown-menu>li.tabs_selected a {
	background-color: #FAFAFA;
	color: #357ae8;
	border-left: 2px solid #357ae8;
}

.dropdown-menu>li.tabs_selected,
.dropdown-menu>li.tabs_selected a {
	font-weight: bold;
	border-left: 1px solid #357ae8;
}

.dropdown-menu>li>a {
	padding: 5px 10px;
	border-left: 2px solid #fff;
}

.col-action .dropdown-menu {
	right: 0;
	left: unset;
}

.col-action .dropdown-menu:after {
	left: unset;
	right: 12px;
}

.col-action .dropdown-menu:before {
	left: unset;
	right: 12px;
}

/* -------- Paging -------- */
.paging a {
	padding: 0 5px;
}

.paging strong {
	padding: 0 5px;
}

/* -------- Button -------- */
.btn .fa {
	font-size: 14px
}

.btn-primary {
	background-color: #357ae8;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #4285F4;
}

/* -------- Page Header -------- */
.page-header {
	border-bottom: 1px solid #EEEEEE;
	margin: 0 0 10px;
	padding: 10px;
	position: relative;
}

.page-header h1 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	padding-left: 10px;
	display: inline-block;
}

.btn-header {
	position: absolute;
	top: 6px;
	right: 10px
}

.btn-header .btn {
	padding: 4px 20px;
	font-weight: normal;
}

.page-header h1 a {
	font-size: 13px;
	margin-left: 20px;
	font-weight: normal;
}

.page-header h1 a:hover {
	text-decoration: underline;
}

.page-header h1 .fa {
	font-size: 12px;
	padding-left: 5px
}

.sub-page-header {
	margin-bottom: 20px;
	padding: 0
}

.sub-page-header h3 {
	margin: 0 0 5px;
	font-size: 20px
}

/* --- Margin & Padding --- */
.mg-top-15 {
	margin-top: 15px
}

.mg-right-100 {
	margin-right: 100px
}

.mg-right-15 {
	margin-right: 15px
}

.mg-left-10 {
	margin-left: 10px
}

.mg-right-10 {
	margin-right: 10px
}

.mg-bottom-15 {
	margin-bottom: 15px
}

.mg-top-20 {
	margin-top: 20px
}

.mg-bottom-20 {
	margin-bottom: 20px
}

.mg-bottom-10 {
	margin-bottom: 10px
}

.pd-left-10 {
	padding-left: 10px
}

.pd-left-0 {
	padding-left: 0 !important;
}

.pd-right-10 {
	padding-right: 10px
}

.pd-bottom-10 {
	padding-bottom: 10px
}

.no-pd {
	padding: 0 !important;
}

/*
 * Side navigation
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */

/* By default it's not affixed in mobile views, so undo that */
.bpv-sidebar.affix {
	position: relative;
}

/* First level of nav */
.bpv-sidenav {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(39, 41, 43, .15), 0 1px 2px 0 rgba(0, 0, 0, .05);
}

/* All levels of nav */
.bpv-sidebar .nav>li {
	border-top: 1px solid #F5F5F5;
}

.bpv-sidebar .nav>li:first-child {
	border: 0
}

.bpv-sidebar .nav>li>a {
	display: block;
	color: #666;
	padding: 6px 10px;
	border-left: 3px solid #fff;
}

.bpv-sidebar .nav>li>a>span {
	float: right;
	margin-top: 3px
}

.bpv-sidebar .nav>li>a:hover,
.bpv-sidebar .nav>li>a:focus {
	text-decoration: none;
	background-color: #FAFAFA;
	color: #4285F4;
	border-left: 3px solid #4285F4;
}

.bpv-sidebar .nav>.active>a,
.bpv-sidebar .nav>.active:hover>a,
.bpv-sidebar .nav>.active:focus>a {
	font-weight: bold;
	background-color: #FAFAFA;
	color: #4285F4;
	border-left: 3px solid #4285F4;
}

.bpv-sidebar .fa {
	font-size: 16px;
}

/* Nav: second level (shown on .active) */
.bpv-sidebar .nav .nav {
	display: none;
	/* Hide by default, but at >768px, show it */
	margin-bottom: 8px;
}

.bpv-sidebar .nav .nav>li>a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	font-size: 90%;
}

/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {
	.bpv-sidebar .nav>.active>ul {
		display: block;
	}

	/* Widen the fixed sidebar
  .bpv-sidebar.affix,
  .bpv-sidebar.affix-bottom {
    width: 213px;
  }*/
	.bpv-sidebar.affix-bottom {
		position: relative;
		/* Undo the static from mobile first approach */
	}

	.bpv-sidebar.affix-bottom .bpv-sidenav,
	.bpv-sidebar.affix .bpv-sidenav {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	/* Widen the fixed sidebar again
  .bpv-sidebar.affix-bottom,
  .bpv-sidebar.affix {
    width: 263px;
  }*/
}

/* -------- Login -------- */

.login-form {
	background: none repeat scroll 0 0 #f8f8f8;
	border: 1px solid #E5E5E5;
	padding: 20px 25px 5px;
	width: 335px;
	border-radius: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -160px;
	margin-left: -210px;
}

.login-form h2 {
	padding: 0;
	font-weight: normal;
	margin: 0 0 20px 0;
	color: #4285F4;
	font-size: 24px
}

.login-form div {
	margin: 0 0 1.0em;
	position: relative;
}

.login-form .label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #666
}

.login-form input[type="text"],
.login-form input[type="password"] {
	border: 1px solid #ddd;
	border-radius: 3px 3px 3px 3px;
	font-family: inherit;
	height: 20px;
	margin-bottom: 10px;
	outline: medium none;
	padding: 5px 0 5px 12px;
	direction: ltr;
	font-size: 16px;
	height: 28px;
	width: 96%;
	margin: 5px 0;
	color: #666
}

.login-form .btn {
	background-color: #4285F4;
	border: 0;
	padding: 10px;
	color: #ffffff;
	cursor: pointer;
	border-radius: 0 !important;
	font-size: 16px;
	-webkit-appearance: none !important;
	-webkit-border-radius: 0 !important;
	width: 100%;
	font-weight: normal;
}

.login-form a {
	text-decoration: none;
	color: #4285F4;
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 12px
}

@media screen and (max-device-width: 640px) {
	.login-form {
		position: relative;
		top: auto;
		left: auto;
		margin: 0;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		background: none;
		border: 0
	}

	.login-form input[type="text"],
	.login-form input[type="password"] {
		box-sizing: border-box;
		width: 100%;
		height: 40px
	}

	.login-form h2 {
		background-color: #4285F4;
		color: #fff;
		margin: 0 -20px 40px;
		padding: 20px;
		text-align: center;
	}

	.login-form .btn {
		width: 100%;
		clear: both;
		padding: 10px;
		font-size: 20px;
		font-weight: 500;
	}

	.login-form a {
		position: relative;
		top: auto;
		left: auto;
		margin: 5px auto;
		clear: both;
		display: block;
		text-align: center;
	}
}

.ajax-indicator {
	width: auto;
	position: absolute;
	margin: 0;
	right: 0;
	top: 0;
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #feba02;
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
	display: none;
	font-size: 11px;
}

.glyphicon-refresh-animate {
	-animation: spin .7s infinite linear;
	-webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: scale(1) rotate(0deg);
	}

	to {
		transform: scale(1) rotate(360deg);
	}
}

.loading_button {
	margin-top: 100%;
	margin-left: 30%;
}

.price-cell {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.cell-error {
	border: 1px solid #e74c3c !important;
}

.important-note {
	font-size: 12px;
	color: red;
	font-style: italic;
}

.avaiable {
	background-color: #27ae60;
	color: #fff;
	padding: 4px 19px;
}

.not-avaiable {
	background-color: #e8e8e8;
	color: #666;
	padding: 4px 8px;
}

/* ==========================================================================
   Tour Photos
   ========================================================================== */
.tour-modal-dialog {
	width: 800px
}

.itinerary-photo {
	list-style: none;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.itinerary-photo li {
	float: left;
	margin: 0 2% 2% 0;
	width: 23%;
}

.itinerary-photo .title {
	width: 100%;
	border: 0;
	height: 30px;
	font-weight: bold;
	font-size: 16px;
	color: #007aff;
	margin-bottom: 0
}

.itinerary-photo .i-thumb {
	height: 130px;
	border: 0;
	text-align: center;
	position: relative
}

.itinerary-photo .i-caption {
	font-size: 11px;
	font-style: italic;
	float: left;
	height: 20px;
	width: 100%;
	overflow: hidden;
}

.itinerary-photo .check-box {
	background-color: #2ECC71;
	border: 1px solid #2ECC71;
	border-radius: 50%;
	color: #fff;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 24px !important;
	padding-top: 3px
}

.itinerary-photo .h-photo {
	cursor: pointer;
	max-width: 172px;
	max-height: 129px;
}

.iti-block-photo {
	padding-bottom: 20px;
	position: relative;
}

.iti-block-photo .fa-chevron-left,
.iti-block-photo .fa-chevron-right {
	background-color: #2ECC71;
	border: 1px solid #2ECC71;
	border-radius: 50%;
	color: #FFF;
	cursor: pointer;
	width: 24px;
	height: 24px;
	padding-top: 3px;
	position: absolute;
	top: 80px;
}

.iti-block-photo .fa-chevron-left {
	left: 20px;
	padding-left: 4px;
}

.iti-block-photo .fa-chevron-right {
	left: 152px;
	padding-left: 6px;
}

.iti-block-photo .fa-remove {
	position: absolute;
	top: 3px;
	left: 165px
}

/*--- Typeadhed ---*/
.lb-destination {
	float: left;
	clear: both;
}

.div-destination {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}

.typeahead,
.tt-query,
.tt-hint {
	outline: none
}

.typeahead:focus {
	border: 1px solid #66afe9
}

.typeahead {
	background-color: #fff
}

.twitter-typeahead {
	width: 100%
}

.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
	color: #999
}

.tt-dropdown-menu {
	/* width: 300px; */
	width: 100%;
	margin-top: 0;
	padding: 4px 0;
	background-color: #fff;
	border: 2px solid #0066CC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	color: #333;
}

.tt-dropdown-menu .lb-header {
	padding: 5px 20px;
	width: 100%;
	background-color: #eee;
	font-style: italic;
	clear: both;
	float: left;
}

.tt-suggestion {
	padding: 3px 20px;
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
}

.tt-suggestion:hover {
	background-color: #eee;
}

.tt-suggestion p {
	margin: 0
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #3385D6;
}

.tt-menu {
	width: 100%;
	margin-top: 0;
	padding: 4px 0;
	background-color: #fff;
	border: 2px solid #0066CC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	color: #333;
}

.panel-bpt {
	margin-left: -10px;
	margin-right: -10px;
	border-left: 0;
	border-right: 0;
}

.btn-advance-search {
	position: absolute;
	left: 10px;
	bottom: 5px;
	font-size: 12px;
	font-style: italic;
}

.btn-advance-search .fa {
	float: right;
	margin-left: 5px
}

.item-advance-search {
	display: none;
}


.pd-top-5 {
	padding-top: 5px !important;
}

.pd-bottom-5 {
	padding-bottom: 5px !important;
}

.pd-0 {
	padding: 0 !important;
}

.pd-10 {
	padding: 10px !important;
}

#group_message {
	background-color: #DFF0D8;
	font-size: 20px;
	color: #0FA200;
	padding-top: 5px;
	text-align: center;
	border: 2px solid #0FA200;
	z-index: 1000;
	position: absolute;
	width: 330px;
	height: 35px;
	top: 85px;
	left: 500px;
}

#div_group_name_input {
	background-color: #EEE;
	padding: 1px;
}

.list-user-name-add {
	color: #428BCA;
}

.list-user-name-remove {
	color: red;
}

.list-user-name {
	margin-right: 5px;
	padding-left: 5px;
}

.group-name {
	border-bottom: 2px #DDD solid;
	font-size: 18px;
	background-color: #EEE
}

.list-user {
	border-bottom: 1px #DDD solid;
	padding-bottom: 5px;
}

#input_group_name {
	border: 0;
	height: 35px;
	font-size: 18px;
}

.list-user:hover {
	cursor: pointer;
	background-color: #f8f8f8;
}

.bootstrap-select .dropdown-toggle {
	color: #333 !important;
	font-weight: normal;
	font-size: 12px !important;
	border: 1px solid #ccc;
	border-radius: 4px !important;
	padding-left: 10px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	padding-top: 6px;
}

.SumoSelect {
	width: 100% !important;
}

.SumoSelect .select-all label,
.SumoSelect li label {
	font-weight: normal;
}

.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
}

thead tr th a {
	display: flex;
	align-items: center;
	white-space: nowrap;
	color: #444444;
	justify-content: flex-start;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

#qa-notify {
	position: relative;
}

#group_message {
	background-color: #DFF0D8;
	font-size: 20px;
	color: #0FA200;
	padding-top: 5px;
	text-align: center;
	border: 2px solid #0FA200;
	z-index: 1000;
	position: absolute;
	width: 330px;
	height: 35px;
	top: 85px;
	left: 500px;
}

.table th {
	background-color: #FAFAFA;
	color: #333333
}

.table-striped th {
	background-color: #ffffff;
	color: #333333
}

.table td {
	border-color: #eaeded !important;
	vertical-align: middle !important;
}

.table>thead>tr>th {
	border-bottom: 1px solid #eaeded
}

.border-less {
	margin: 0;
	border: none !important;
}

.border-less tr,
.border-less td {
	border: none !important;
}

/* ==========================================================================
   Update Page
   ========================================================================== */
.update-page #exec_time {
	margin: 10px
}

.update-page .block-message {
	background-color: #f8f8f8;
	min-height: 50px;
	margin-top: -20px
}

.update-page #message pre {
	padding: 0;
	background: none;
	border: 0;
	font-size: 14px;
	margin: 10px;
	color: #e74c3c
}

.update-page .radio {
	border-bottom: 1px solid #f8f8f8;
	padding: 4px 0 8px 10px
}

/* ==========================================================================
	Notify
	========================================================================== */

[data-notify="container"] {
	width: 250px;
}

[data-notify="container"][class*="alert-pastel-"] {
	background-color: #357ad6;
	border-width: 0px;
	border-left: 0 solid #357ad6;
	border-radius: 4px;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
	letter-spacing: 1px;
	color: #ffffff;
}

[data-notify="container"].alert-pastel-info {
	border-left-color: #357ad6;
	padding: 10px;
	font-size: 13px
}

[data-notify="container"].alert-pastel-danger {
	border-left-color: #1a73e8;
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="title"] {
	color: #ffffff;
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="message"] {
	font-weight: normal;
}

[data-notify="container"].alert {
	padding-left: 70px
}

[data-notify="container"].alert .fa {
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 36px;
}

[data-notify="container"].alert .close {
	color: #fff;
	font-weight: normal !important;
	opacity: 1;
}

.popover {
	max-width: 100%;
}

.modal-change-status .modal-dialog {
	width: 700px;
}

.funkyradio {
	display: flex;
	justify-content: space-evenly;
}

.funkyradio label {
	width: 100%;
	border-radius: 3px;
	border: 1px solid #D1D3D4;
	font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
	display: none;
}

.funkyradio input[type="radio"]:empty~label,
.funkyradio input[type="checkbox"]:empty~label {
	position: relative;
	line-height: 2.5em;
	text-indent: 2.5em;
	margin-top: 0.5em;
	margin-right: 2em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.funkyradio input[type="radio"]:empty~label:before,
.funkyradio input[type="checkbox"]:empty~label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: #D1D3D4;
	border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label {
	color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label:before {
	content: '\2714';
	text-indent: 0em;
	color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked~label,
.funkyradio input[type="checkbox"]:checked~label {
	color: #777;
}

.funkyradio input[type="radio"]:checked~label:before,
.funkyradio input[type="checkbox"]:checked~label:before {
	content: '\2714';
	text-indent: 0em;
	color: #333;
	background-color: #ccc;
}

.funkyradio input[type="radio"]:focus~label:before,
.funkyradio input[type="checkbox"]:focus~label:before {
	box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked~label:before,
.funkyradio-default input[type="checkbox"]:checked~label:before {
	color: #333;
	background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked~label:before,
.funkyradio-primary input[type="checkbox"]:checked~label:before {
	color: #fff;
	background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked~label:before,
.funkyradio-success input[type="checkbox"]:checked~label:before {
	color: #fff;
	background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked~label:before,
.funkyradio-danger input[type="checkbox"]:checked~label:before {
	color: #fff;
	background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked~label:before,
.funkyradio-warning input[type="checkbox"]:checked~label:before {
	color: #fff;
	background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked~label:before,
.funkyradio-info input[type="checkbox"]:checked~label:before {
	color: #fff;
	background-color: #5bc0de;
}

.number-filter {
	width: 100%;
}

.number-filter .form-control {
	width: 70%;
}

.number-filter .btn-select {
	width: 30%;
}

#modal_order_picker {
	padding: 20px !important;
}

#modal_order_picker .modal-dialog {
	width: 100%;
}

.input-group-select {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 3px;
	padding-right: 3px;
}

.input-group-select .bootstrap-select {
	height: auto;
}

.input-group-select .dropdown-toggle {
	padding-bottom: 2px;
	padding-top: 2px;
}

.btn-label {
	display: block;
	font-weight: normal;
	cursor: pointer;
}

.search-form .multiselect.dropdown-toggle {
	border-radius: 4px !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
	font-size: 12px !important;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
	#bs-navbar {
		width: 100%;
	}

	.navbar-toggler {
		position: absolute;
		right: 10px;
		top: 8px;
	}

	.panel-bpt {
		width: 100%;
		overflow: scroll;
		margin-left: 0;
		margin-right: 0;
	}

	.well label {
		margin-top: 5px;
	}

	.col-btn label {
		margin: 0;
	}

	.btn-sm {
		padding: 6px 20px;
		font-size: 14px;
	}
}

.header-nav-item-inner {
	padding: 10px;
}

.material-switch > input[type="checkbox"] {
	display: none;
}

.material-switch > label {
	cursor: pointer;
	height: 0px;
	position: relative;
	width: 40px;
}

.material-switch > label::before {
	background: rgb(0, 0, 0);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	content: '';
	height: 16px;
	margin-top: -8px;
	position:absolute;
	opacity: 0.3;
	transition: all 0.4s ease-in-out;
	width: 40px;
}
.material-switch > label::after {
	background: rgb(255, 255, 255);
	border-radius: 16px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	content: '';
	height: 24px;
	left: -4px;
	margin-top: -8px;
	position: absolute;
	top: -4px;
	transition: all 0.3s ease-in-out;
	width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
	background: inherit;
	opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
	background: inherit;
	left: 20px;
}
