body {
	font-family: 'Roboto', sans-serif;
}
header #top-header {
	position: relative;
}

#page-wrapper {
	min-height: 490px;
}

#top-header .nav {
	float: right;
}

#top-header .nav .navbar-nav li.nav-item {
	position: relative;
	padding-right: 15px;
}

#top-header .nav .navbar-nav li.nav-item a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #364150;
}

#top-header .nav .navbar-nav li.nav-item.active a {
	background: #018286;
	color: #fff;
	border-radius: 10px;
	padding-left: 15px;
	padding-right: 15px; 
}
.nav-icons li.nav-item,
.nav.nav-breadcrumbs li.nav-item {
	position: relative;
}
.nav-icons li.nav-item .nav-link {
	background: #fff;
	border-radius: 10px;
}

.notification {
	position: absolute;
	top: -5px;
	right: 7px;
	background: #ff9600;
	font-size: 12px;
	padding: 1px 7px;
}
.logo-ads li {
	list-style: none;
}
#page-wrapper p {
	font-size: 14px;
}
.bg-primary {
	background: #364150 !important;
}
.bg-secondary {
	background: #018286 !important;
}
.color-primary {
	color: #364150 !important;
}
.color-secondary {
	color: #018286 !important;
}
.text-grey {
	color: #a7a7a7 !important;
}
.title {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	border-radius: 8px;
}
.modal-header .close {
    padding: .1rem .4rem;
    margin-top: -30px;
    margin-right: -30px;
    background: #ff0000;
    border-radius: 40%;
    opacity: 1;
}

.btn-edit {
	position: absolute;
	top:6px;
	right:8px;
}

.separator::after {
	content: '\003E';
	position: absolute;
	top: 20%;
	right: 0%;
	color: #fff;
	width: 0px;
}

.sidebar-menu li.active a {
	color: #018286 !important;
}
.sidebar-menu li.active::after {
	content: '';
	width: 0;
	height: 0;
}

.dataTable thead tr th {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #fff;
	background: #364150;
	border-collapse:separate; 
  	border-spacing: 0 2em;;
	padding: 5px 10px;
}
.dataTable tbody tr td {
	border-bottom: 1px solid #333;
	padding: 15px 5px;
}
.dataTables_wrapper .top {
	margin-bottom: 20px;
}
.dataTables_wrapper .bottom {
	margin-top: 20px;
}
.dataTables_wrapper .top,
.dataTables_wrapper .bottom {
	background: #e6feff;
	padding: 8px 12px;
	border-radius: 10px;
}

.dataTables_info {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #018286;
	padding-top: 0px !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	display: none;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
	display: none;
}
.page-link {
	background: #86c0c3;
	border: unset;
	padding: 8px 15px !important;
	color: #018286;
	font-size: 14px;
}
.page-item .page-link:hover,
.page-item.active .page-link {
	background: #018286;
	color: #fff;
}
.page-item.disabled .page-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
	background: #b0d8da;
	color: #fff;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: unset;
}

.site-name {
	font-family: 'gotham_boldregular';
	font-size: 27px;
}
.site-desc {
	font-family: 'gotham_lightregular';
}
ul.order-details li {
	list-style: none;
	clear: both;
}
ul.order-details li label {
	float: left;
	width: 12%;
	font-weight: bold;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 180px;
}
.bootstrap-select .dropdown-menu {
	border-radius: 0px;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #fff !important;
}


/* Login Page */

#login {

	position: relative;
	background: #fff;

}

/* end login page */

/* User image upload */

.user-image-edit {
	position: relative;
	width: 100%;
}

.user-image-edit .w-100 {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.user-image-edit .middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.user-image-edit:hover .w-100 {
	opacity: 0.5;
}

.user-image-edit:hover .middle {
	opacity: 1;
}

.user-image-edit .btn {
	background-color: #117a8b;
	color: rgba(255, 255, 255, 0.829);
	font-size: 14px;
	padding: 8px 12px;
}
.user-image-edit .btn:hover {
	color: rgba(255, 255, 255);
}
form .hidden-input{
	width:0px;
	height:0px;
}


.has-danger .help-block, .has-danger .help-block span,.has-error .help-block, .has-error .help-block span{
	color: #cc5454;
}
/* user image upload end */

#add-cart-modal > .modal-dialog-centered{
    min-width:600px;
}


.dataTables_length{
	z-index: 1 !important;
}