/** Navigation Menu **/
.navbar {
	min-height: 40px;
	margin-bottom: 0;
}
.navbar-brand {
	height: 40px;
	padding: 10px 15px;
}
.navbar-toggle {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #dddddd;
}
.navbar-header .navbar-brand, 
#navbar a {
	color: #ffffff;
	background-color: #6F196F;
	font-weight: normal;
}
.navbar-header .navbar-brand:hover {
	color: #e0e0e0;
}
#navbar a:hover, 
.navbar-toggle:hover {
	background-color: #D93E99;
}
.nav li {
	margin: 0;
}
.dropdown > .dropdown-menu,
.dropdown > .dropdown-menu > li > a {
	background-color: #f2dede;
	color: #6f196f;
}
.dropdown-header {
	color: #000000;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav-tabs,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
	border-width: 2px;
}
.note-toolbar * > .dropdown-menu > li > a:hover,
.note-toolbar * > .dropdown-menu > li > a:focus {
	background-color: #D93E99;
	background-image: -webkit-linear-gradient(top, #D93E99 0%, #D93E99 100%);
	background-image:      -o-linear-gradient(top, #D93E99 0%, #D93E99 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D93E99), to(#D93E99));
	background-image:         linear-gradient(to bottom, #D93E99 0%, #D93E99 100%);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #D93E99;
	background-image: -webkit-linear-gradient(top, #D93E99 0%, #D93E99 100%);
	background-image:      -o-linear-gradient(top, #D93E99 0%, #D93E99 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D93E99), to(#D93E99));
	background-image:         linear-gradient(to bottom, #D93E99 0%, #D93E99 100%);
}
.navbar-default {
	background-color: #6F196F;
	background-image: -webkit-linear-gradient(top, #6F196F 0%, #6F196F 100%);
	background-image:      -o-linear-gradient(top, #6F196F 0%, #6F196F 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6F196F), to(#6F196F));
	background-image:         linear-gradient(to bottom, #6F196F 0%, #6F196F 100%);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:hover {
	background-color: #D93E99;
	background-image: -webkit-linear-gradient(top, #D93E99 0%, #D93E99 100%);
	background-image:      -o-linear-gradient(top, #D93E99 0%, #D93E99 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D93E99), to(#D93E99));
	background-image:         linear-gradient(to bottom, #D93E99 0%, #D93E99 100%);
}


/** Others **/
.header {
	height: 175px;
	overflow: hidden;
}

.header img {
	height: 100%;
	vertical-align: middle;
}

.footer {
	text-align: center;
	background-color: #6d6e71;
	color: white;
}
.footer a{
	color: white;
	background-color: #6d6e71;
}

.zool-dash-button-right {
	padding-left: 0;
	padding-right: 0;
	margin-left: -15px;
}

.ebis-table-th {
	background: #6F196F;
	color: #ffffff;
	padding: 8px;
	line-height: 1.42857;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}

.ebis-table-td {
	padding: 8px;
	line-height: 1.42857;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}

.btn-ebis {
	color: #ffffff;
	background-color: #6F196F;
	background-image: -webkit-linear-gradient(top, #6F196F 0%, #6F196F 100%);
	background-image:      -o-linear-gradient(top, #6F196F 0%, #6F196F 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6F196F), to(#6F196F));
	background-image:         linear-gradient(to bottom, #6F196F 0%, #6F196F 100%);
}

.btn-ebis:hover {
	color: #ffffff;
	background-color: #D93E99;
	background-image: -webkit-linear-gradient(top, #D93E99 0%, #D93E99 100%);
	background-image: -o-linear-gradient(top, #D93E99 0%, #D93E99 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D93E99), to(#D93E99));
	background-image: linear-gradient(to bottom, #D93E99 0%, #D93E99 100%);
}

.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.list-header.active,
.list-header.active:hover,
.list-header.active:focus {
	background-color: #B88AB8;
	border-color: #B88AB8;
}

.red-border-left {
	border-left: 4px solid red;
}
.ui-datepicker {
	z-index: 99;
}
.item-col-group {
	padding-left: 0;
	padding-right: 0;
}

@media screen and (max-width: 764px) {
	/*.header {
		height: 125px;
	}*/
	
	.zool-dash-button-right {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0;
	}
}

.datepicker>div>table>thead>tr th {
	background-color: #ffffff;
	/*background-color: #471753;*/
	color: #000000;
}
.datepicker>div>table>thead>tr th.prev {
	height: auto;
	width: 100%;
}
.datepicker>div>table>thead>tr th.prev:before {
	content: none;
}
.timepicker>div>table>tbody>tr>td a:link {
	color: #337AB7;
}
.bootstrap-datetimepicker-widget>ul>li {
	margin-left: 0;
}

.ui-autocomplete.ui-front {
	background: #ffffff;
}
.ui-autocomplete.ui-front .ui-menu-item {
	padding: 2px;
}
.ui-autocomplete.ui-front .ui-menu-item a {
	background: #ffffff;
}
.ui-autocomplete.ui-front .ui-menu-item a:hover {
	background: #B88AB8;
	color: #ffffff;
}

.productthumbimage {
	border: 1px solid #DCDCDC;
}

.item-availability-table {
	height: 100%;
	margin-bottom: 0;
}

.item-availability-content {
	border-left: 1px solid #FCC141;
	border-top: 0;
	vertical-align: middle;
	text-align: center;
}

.item-availability-header {
	border: 1px solid #DCDCDC;
	border-top: 0;
	vertical-align: middle;
	text-align: center;
}

.loader {
	border: 5px solid #f3f3f3; /* Light grey */
	border-top: 5px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 25px;
	height: 25px;
	float: left;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.row-eq-height {
 	 display: -webkit-box;
 	 display: -webkit-flex;
 	 display: -ms-flexbox;
 	 display:         flex;
}

.vertical-align {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* For multi select. */
.multiselect-container.dropdown-menu > li > a {
	color: #555555;
}
.multiselect-container.dropdown-menu > li > a:hover,
.multiselect-container.dropdown-menu > li > a:focus {
	background-color: #3399FF;
	background-image: -webkit-linear-gradient(top, #3399FF 0%, #3399FF 100%);
	background-image:      -o-linear-gradient(top, #3399FF 0%, #3399FF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3399FF), to(#3399FF));
	background-image:         linear-gradient(to bottom, #3399FF 0%, #3399FF 100%);
	color: #FFFFFF;
}
.multiselect-container.dropdown-menu > .active > a,
.multiselect-container.dropdown-menu > .active > a:hover,
.multiselect-container.dropdown-menu > .active > a:focus {
	background-color: #3399FF;
	background-image: -webkit-linear-gradient(top, #3399FF 0%, #3399FF 100%);
	background-image:      -o-linear-gradient(top, #3399FF 0%, #3399FF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3399FF), to(#3399FF));
	background-image:         linear-gradient(to bottom, #3399FF 0%, #3399FF 100%);
	color: #FFFFFF;
}
/* For multi select -sm. */
.multiselect-list-sm > li {
	font-size: 12px;
}
.multiselect-list-sm input[type=checkbox] {
	margin-top: 2px;
}