/************************* LAYOUT STARTS */
.admin-content-foundation {
	margin-top: 120px;
	padding: 0px 15px 0px 15px;
}

.full-width {
	width: 100%;
	box-sizing: border-box;
}

.layout-width {
	width: 1150px;
	margin: 0 auto;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-top: 7px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
#wrapper {
	position: relative;
}
/************************* LAYOUT ENDS */
@media screen and (max-width: 1200px) {
	.layout-width {
		width: 95%;
	}
	.cus-res-low {
		display: none;
	}
	.response-low {
		display: none;
	}
}

.del_btn 
{
	  background: transparent;
    border: 0;
	  color: #d9534f;
}

.badge-success 
{
	background-color: #40b94f;
}

.badge-danger 
{
	background-color: #f13636;
}

.invi
{
	text-align: left;
	width: 100%;
  cursor: pointer;
  padding: 0;
  border: 0;
  background: transparent;
}

.modal-footer {
	border: 0;
}

input:read-only {
  background-color: #e0dddd;
}

textarea:read-only {
  background-color: #e0dddd;
}

.modal-header {
	border: 0;
}

.img-icon {
	width: 50px;
}

.modal-content {
    box-shadow: none;
    border: 0;
    border-radius: 0;
}

.nav-pills>li>a
{
	border-radius: 1px;
}

.nav-pills 
{
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}

.pt-1
{
	padding-top: 5px;
}

.pt-2
{
	padding-top: 10px;
}

.pt-3
{
	padding-top: 15px;
}

.pb-3
{
	padding-bottom: 15px;
}
.dbword{
    font-weight: revert;
    text-transform: uppercase;
}

@media screen and (max-width: 813px) {
	.admin-content-foundation {
		margin-top: 142px;
	}
}

@media screen and (max-width: 490px) {
	.admin-content-foundation {
		margin-top: 100px;
	}
	table.order-list td {
		padding: 0px 0px;
	}
}
/************************** HEADER STARTS */
.header-foundation {
	top: 0;
	position: fixed;
	z-index: 10;
}

#header {
	background-color: #132c40;
	color: #434a54;
	padding: 10px 0px;
	height: 60px;
}

.txtlogo {
	margin-right: 20px;
}

.txtlogo img {
	height: 24px;
}

#header-right-menu {
	float: right;
	margin-top: 5px;
}

ul.main-menu {
	display: -webkit-inline-box;
	margin-left: 20px;
}

.sub-header {
	background-color: #FFF;
	border-bottom: #eceef1 1px solid;
	padding: 10px 0px;
}

.admin-sub-header {
	background-color: #FFF;
	border-bottom: #eceef1 1px solid;
	padding: 10px 0px;
}

.page-heading {
	font-size: 22px;
	letter-spacing: 2px;
	color: #666666;
	font-weight: bold;
	letter-spacing: .05rem;
	text-transform: uppercase;
	display: inline-block;
}

.sub-header a {
	color: #666;
}

.sub-header  .header-width {
	text-align: left;
}

.sub-header-padding {
	padding: 10px 20px;
}

.public-content-width .sub-header-padding {
	padding: 15px 0px;
}

.signup {
	border-radius: 3px;
	padding: 6px 28px;
	border: 1px solid;
}

.signup:hover {
	color: #fff;
	background-color: #0ccaa0;
	border-color: #0ccaa0;
}

.login {
	margin: 5px 10px 10px 10px;
}

.dropbtn {
	color: #dcdcdc;
	border: none;
	cursor: pointer;
}

.dropdown .dropdownNav .dropdownNavTitle {
	padding: 0 20px 10px;
	border-bottom: 1px solid #ebebeb;
	font-size: 15px;
	line-height: 1.2;
	color: #fc801c;
	width: 100%;
	font-weight: 600;
	text-transform: capitalize;
}

    .dropbtn {
        color: #132c40;
        padding: 16px;
        font-size: 16px;
        border: none;
        width: 100%;
        text-align: left;
    }

    /* The container <div> - needed to position the dropdown content */
    .dropdown {
    	width: 100%;
      position: relative;
      display: inline-block;
  }

  .font-s-20
  {
  	font-size: 20px;
  }

  .fab-bal {
    position: fixed;
    bottom: 745px;
    right: 0px;
    width: 105px;
    background: #ffffff;
    border: 0;
    color: #e82c2c;
    font-size: 17px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  }

  .fab-print {
	position: fixed;
    bottom: 25px;
    right: 25px;
    /* top: 0; */
    border-radius: 50%;
    height: 65px;
    width: 65px;
    border: 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  }  

  .fab-back {
	position: fixed;
    bottom: 255px;
    right: 25px;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    border: 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  }
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
      display: none;
      position: absolute;
      min-width: 160px;
      background-color: #ffffff;
      width: 400px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
      padding: 12px 16px;
      text-decoration: none;
      display: block;
  }

  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}

  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}

  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #3e8e41;}

.header-font {
	color: #baccc8;
}

.right-dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.right-dropdown-content {
	display: none;
	position: absolute;
	background-color: #f5f7fa;
	min-width: 160px;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	text-align: left;
	border-radius: 3px;
	right: 0;
}

/* Links inside the dropdown */
.right-dropdown-content a {
	color: #434a54;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
/************************** HEADER ENDS */

/********** HEADER ADMIN */
.content-margin {
	margin: 0 20px;
}

.color-white {
	color: #fff;
}

#mat-add-btn {
	margin-right: 30px;
}

a.cg-wt {
	color: #baccc8 !important;
	font-weight: bold;
	text-transform: capitalize;
}

.mat-btn {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	padding: 0px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05), 0 1px 10px 0
		rgba(0, 0, 0, 0.05), 0 2px 5px -1px rgba(0, 0, 0, 0.2);
	display: inline-block;
	outline: none;
	color: white;
	background-color: #36b38f;
	min-width: 0;
	font-size: 2em;
	cursor: pointer;
	vertical-align: middle;
	line-height: 26px;
}

.profile-image {
	vertical-align: middle;
	border-radius: 50%;
	display: inline-block;
	fill: #baccc8;
}
/* Change color of dropdown links on hover */
.right-dropdown-content a:hover {
	background-color: #0ccaa0;
	color: white;
}

.products {
	position: relative;
	display: inline-block;
	z-index: 2;
}

.products:hover>ul {
	display: block;
	position: absolute;
}

.products li:hover {
	background-color: #d6d6d6;
}

.category {
	display: none;
	background-color: #f5f7fa;
	min-width: 10em;
}

.category li {
	background-color: #f5f7fa;
	padding: 10px 5px;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	width: 100%;
}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.right-show {
	display: block;
}

ul ul.menu-level2 {
	left: -100%;
	top: 0;
}

ul ul.menu-level1 {
	right: 0;
}

.font-color {
	font-weight: normal;
	color: #434a54;
	text-align: left;
	padding: 5px 10px;
}

.font-color:hover {
	color: #434a54;
}

.expand {
	font-size: 12px;
	float: right;
	margin-right: 5px;
}

.product-label, .product-label:visited {
	color: #baccc8 !important;
}

ul.main-menu .main-menu-item {
	position: relative;
	margin-bottom: 0px;
	margin-left: 12px;
	display: inline-block;
}

.header-icon {
	width: 24px;
	height: 24px;
	margin-right: 16px;
}

#icon-menu-expand {
	display: none;
}
/*commanted for testing and header alignment*/
ul.main-menu .main-menu-item.user-icon {
	/*margin-top: 8px;*/
	
}

.main-menu-item a, .main-menu-item a:visited {
	color: #797979;
}

li.main-menu-item.products.dropbtn.cursor-pointer.md-0 {
	margin-top: 0px;
}

ul.main-menu1 {
	min-width: 0px;
	display: -webkit-inline-box;
	display: inline-block;
}

.sub-header-menu {
	color: #666666;
	font-weight: bold;
	margin-top: 4px;
	text-transform: uppercase;
}

.sub-header-menu a, .sub-header-menu a:visited {
	color: #0cb1f5;
}

.header-search form {
	margin: 0;
}

.search-input {
	padding: 8px;
	border: 1px solid #acb1ae;
	border-radius: 3px;
	width: 300px;
	background-color: #fff;
	color: #191919;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

img.admin-logo {
	width: 40px;
	height: 40px;
}

@media screen and (max-width: 1200px) {
	.search-input {
		width: 150px;
	}
	.right-dropdown-content {
		position: fixed;
	}
	.login {
		margin-left: 5px;
	}
}

.ls-1 {
	letter-spacing: 1px;
}

.ls-2 {
	letter-spacing: 2px;
}
@media screen and (max-width: 845px) {
	ul.main-menu {
		margin: 20px 0px 0px 0px;
		display: none;
		position: absolute;
		width: 100%;
		left: 0px;
		right: 0px;
		top: 40px;
	}
	ul.main-menu .main-menu-item {
		display: block;
		margin: 0;
		background: #ffffff;
		text-align: left;
		padding: 15px;
		border-top: #e8e8e8 1px solid;
	}
	ul.main-menu .main-menu-item.user-icon {
		margin: 0;
	}
	.signup {
		padding: 0px;
		margin: 4px;
		border: 0px;
	}
	#icon-menu-expand {
		display: inline-block;
	}
	.products:hover>ul.sub-menu {
		position: relative;
	}
	.category li {
		background-color: #ffffff;
		box-shadow: none;
	}
	.products li:hover {
		background-color: #ffffff;
		color: #142c40;
	}
	.product-label, .product-label:visited {
		color: #142c40 !important;
	}
	.header-font {
		color: #142c40;
	}
	#header-right-menu {
		margin-top: 0px;
	}
	.signup:hover {
		color: #142c40;
		background-color: #FFF;
		border-color: #FFFF;
	}
	.right-dropdown-content {
		position: relative;
		background-color: unset;
		box-shadow: none;
	}
	.right-dropdown-content a:hover {
		background-color: #FFF;
		color: #000;
	}
	a.cg-wt {
		color: #132d40 !important;
	}
	.main-menu-item a {
		color: #132d40;
	}
	ul ul.menu-level2 {
		left: unset;
		top: unset;
	}
	ul ul.menu-level2 {
		left: unset;
		top: unset;
	}
}

@media screen and (max-width: 635px) {
	div.sub-header-menu {
		display: none;
	}
	.search-input {
		border-radius: 4px;
		width: 80px;
	}
	a.txtlogo img {
		width: 100px;
	}
}

@media screen and (max-width: 400px) {
	.login {
		margin-right: 10px;
	}
}

#main-menu .admin-text-menu {
	vertical-align: middle;
}

#home-panel-color {
	background-color: #FFF;
}
/*************** HEADER ADMIN ENDS */
/************************* FOOTER STARTS */
.social {
	padding: 10px 0px 10px 10px;
	display: inline-block;
	float: right
}

#footer-links {
	padding: 15px 0px;
	float: left;
}

#footer {
	color: #132c40;
	overflow: auto;
	background-color: #b6bdc3;
	padding: 12px 0;
}

#footer a, #footer a:visited {
	color: #132c40;
	margin: 0 20px 0 0;
}
.social img {
	margin-left: 10px;
}

.footer-back-top {
	padding: 15px;
	border-top: 1px solid #eceef1;
	background-color: #fff;
	text-align: center;
	color: #727272;
}
/************************* FOOTER ENDS */
.margin-left-content {
	margin-left: 250px;
}

.admin-action-btns {
	float: right;
}

.admin-action-btns-clear-log {
	padding: 20px 0 20px 0;
}

#admin-main-content {
	padding-top: 10px;
	padding-bottom: 20px;
}

div#footer-admin {
	margin-top: 80px;
	border-top: 1px solid #eceef1;
	color: #666;
	text-align: right;
}

.sidenav {
	height: 100%;
	width: 250px;
	position: fixed;
	z-index: 222;
	top: 60px;
	left: 0;
	background-color: #e6ebf1;
	overflow-x: hidden;
	transition: 0.5s;
}

/* The navigation menu links */
.sidenav a {
	padding: 8px 0px 8px 0px;
	text-decoration: none;
	color: #818181;
	display: block;
	transition: 0.3s;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
}

div#mySidenav a {
	color: #132c40;
}

#mySidenav img {
	vertical-align: top;
	padding-right: 10px;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus {
	background-color: #f4f5f8;
}

.div-width {
	cursor: pointer;
	margin-top: 1px;
	padding: 10px 10px 10px 20px;
	overflow: auto;
}

.margin-left-content-collapse {
	margin-left: 46px !important;
}

.icon-margin {
	display: inline-block;
/*	margin-left: 8px;
	width: 150px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;*/
}

#mySidenav a img {
	padding-right: 0px;
}

.frm-input-auto {
	width: auto !important;
}

.sidebar-menu {
	color: #132c40;
}

.view-left {
	width: 350px;
	margin-right: 20px;
}

.view-right {
	float: left;
	width: 350px;
}

.main-menu-list:hover {
	background-color: #f4f5f8;
}

.main-menu-list, .submenu {
	min-width: 0px;
}

li.main-menu {
	font-size: 1.1em;
}

.sprtr .label {
	border-bottom-style: double;
	border-bottom-color: #ccc;
	font-weight: bold;
	color: #666666;
}

.sprtr .label:before {
	content: " . . . ";
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.shade {
	color: #777;
	font-style: normal;
}

.delete-all {
	background: none;
	border: 0;
	padding-right: 0;
	vertical-align: bottom;
}

div#name-info {
	color: #d20e0e;
	margin-left: 271px;
}

.image-upload .qq-gallery.qq-uploader {
	min-height: 120px;
}

img.responsive-img {
	display: none;
}

.menu-list {
	padding: 8px 0px 8px 0px;
}

.main-menu-li {
	padding: 8px 0;
}

.input-box-210 {
	width: 210px;
}

.selected-menu {
	background-color: #f4f5f8;
}

.word-break {
	word-break: break-all;
}

.chart-view {
	padding-top: 20px;
	padding-bottom: 20px;
}

.spline-chart {
	min-width: auto;
	height: 300px;
	margin: 0 auto;
}

.subtitle-row .label {
	border-bottom-style: double;
	border-bottom-color: #ccc;
	font-weight: bold;
	color: #666666;
}

.card {
	box-shadow: 0 14px 28px rgb(0 0 0 / 7%), 0 10px 10px rgb(0 0 0 / 22%);
	background-color: #FFF;
	padding: 30px;
	border: 1px solid #f2f1f1;
	border-radius: 2px;
}

.card-layout {
	width: 350px;
}

.content-text {
	color: #666666;
	letter-spacing: 0.01rem;
	text-transform: uppercase;
	font-size: 1em;
	margin-left: 10px;
}

.count-panel {
	text-align: center;
	font-size: 2em;
}
@media screen and (max-width: 380px) {
	select[name=category_id] {
		width: 120px;
	}
	.admin-action-btns {
		float: none;
	}
	input[class=input-box-210] {
		width: 140px;
	}
	span.select2.select2-container.select2-container--default.select2-container--below,
		span.select2.select2-container.select2-container--default {
		width: 100% !important;
	}
}

@media screen and (max-width: 845px) {
/*	.sidenav {
		width: auto;
	}*/
	.icon-margin {
		display: none;
	}
	#taggle-menu-icon {
		padding: 10px 15px 10px 15px;
	}
	.margin-left-content {
		margin-left: 47px !important;
	}
	#icon-menu-expand {
		margin-right: 0px;
	}
}

.tableBox {
	width: auto;
	overflow-x: scroll;
}

.table-layout {
	table-layout: auto;
}

#mail-response {
	padding: 10px;
}

#mail-response-loader {
	display: none;
}

@media screen and (max-width: 630px) {
	.card {
		background-color: #FFF;
		padding: 30px;
		border: 1px solid #f2f1f1;
		border-radius: 2px;
		margin-bottom: 5px;
	}
}
.public-content-width {
	width: 1150px;
	margin: 0 auto;
}

.list-nowrap {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.head-margin {
	margin: 15px;
}

.margin-left-content.content-padding.margin-top-content-without-sub.margin-bottom-footer
	{
	margin-top: 25px;
}

.content-width {
	width: 100%;
}

.container {
	margin: auto;
	min-height: 550px;
	background: #fff;
}

.container .content-width {
	overflow: auto;
}

.public-content-width.content-padding {
	padding: 0px 10px 0px 20px;
}

.content-padding {
	padding: 0px 20px 0px 20px;
}

.layout-padding {
	padding: 0px 20px 30px 20px;
}

.box-contain {
	border: 1px solid #eee;
	border-radius: 3px;
	margin: 10px 0;
	padding: 10px;
}

.box-contain h4 {
	margin: 0 5px 0 0;
}

#content {
	padding-top: 25px;
	padding-top: 25px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.content-width .content {
	width: auto;
	margin-top: 20px;
	overflow: auto;
}

.public-content-width .content-margin {
	margin: 0px;
}

.total {
	padding: 20px;
	border-top: #ebebeb 1px solid;
	border-bottom: #ebebeb 1px solid;
}

.navbar-form input[type="submit"] {
	background-color: #fff;
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	border-radius: 3px;
	padding: 12px 14px;
	margin: 5px 5px 5px 0;
	cursor: pointer;
}

input.input-search:focus {
	outline: none;
	border: 0;
	-moz-box-shadow: none;
	box-shadow: none;
}

table th {
	background: #fff;
	padding: 16px;
	text-align: left;
	color: #484848;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: .05rem;
}

.input-box-330 {
	width: 295px;
}

.input-box-305 {
	width: 305px;
}

/* profile-frm-container only in profile view */
.profile-frm-container {
	background: #FFF;
	border: 1px solid #eceef1;
	padding: 20px 40px;
	margin: 0px 0px 25px 0px;
	width: 800px;
}

.no-padding{
	padding: 0;
}

.mt10 {
	margin-top: 10px;
}
.public-content-width .no-content {
	margin: 50px 0px 300px 0px;
}
/* only in static pages */
.content-bg {
	background-color: #fff;
	border: 1px solid #eceef1;
	padding: 10px 20px 20px 20px;
	margin: 20px 0 100px 0;
}

.md-head {
	margin: 10px 0 20px 0;
}

.pd-cont {
	padding: 0 40px 0px 20px;
}

a.action.btn-right-margin {
	margin: 5px 10px 0px 0px;
}

div.margin-top-header {
	margin-top: 130px;
}

.box-padding {
	padding: 35px 30px 30px 35px;
}

/* used only in product import */
.help-txt {
	color: #00c732;
}

a.help-txt, a.help-txt:visited {
	color: #00c732;
}

.wd-75 {
	width: 75px;
}

.wd-20 {
	width: 22px;
}

.wd-300 {
	width: 300px;
	word-wrap: break-word;
}

.wd-130 {
	width: 130px;
}

.highlight {
	font-weight: bold;
}

.error-color {
	color: #d96557;
}

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

.margin-bottom {
	margin-bottom: 40px;
}

.order-info-item {
	padding: 10px;
}

.order-track-info-item {
	padding: 10px;
	font-size: 2em;
	color: #555;
}

/*** only in product view */
#toc-header {
	background-color: rgba(255, 255, 255, 0.5);
	height: 175px;
	padding-left: 55px;
}

#product-img {
	float: right;
	background-size: cover;
	background-position: top center;
	margin: 0px 40px 40px 0px;
	max-width: 400px;
	max-height: 400px;
}
.mb-1{
	margin-bottom: 10px;
}

.mb-2{
	margin-bottom: 20px;
}
/** thumb-nail only in product view */
.thumb-nail {
	max-height: 50px;
	max-width: 50px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
}

.thumb-nail-container {
	height: 50px;
	width: 50px;
	background-size: cover;
	background-position: top center;
	border: 1px solid #b7b7b7;
	margin-bottom: 10px;
	border-radius: 5px;
	margin: 10px;
	padding: 5px;
	cursor: pointer;
	float: left;
}

.thumb-nail.focus, .thumb-nail:focus {
	border-color: #E77600;
	webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 3px 2px rgba(228, 121, 17, .5);
}
/** only in product view */
.profile-btn {
	width: 160px;
	display: inline-block;
	background: transparent;
}

.edit {
	border: 1px solid #0cb1f5;
	color: #fff;
	background: #0cb1f5;
	width: 160px;
}

/*** below 4 classes only in product view */
.outer-banner {
	float: left;
	margin-top: 20px;
}

.xzoom-preview {
	width: 200px;
	height: 200px;
}

a.transaction, a.transaction:visited {
	padding: 6px 5px 6px 5px;
	cursor: pointer;
	color: #0ccaa0;
	font-weight: 500;
	letter-spacing: .5px;
	-webkit-transition: all .1s linear;
	-webkit-user-select: none;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	border: 1px solid #0ccaa0;
	border-radius: 3px;
	min-width: 90px;
	display: block;
	text-align: center;
	background: transparent;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	font-size: .9em;
}

a.transaction:hover {
	background-color: #0ccaa0;
	text-decoration: none;
	color: #f5f7fa;
}

img#profile-photo {
	vertical-align: middle;
	border-radius: 50%;
	width: 75px;
}

.label-color {
	color: #777;
}
/** only in product stock page */
.stock-label {
	margin: 15px 0;
	font-weight: bold;
	color: #000;
}
/** only in product view */
.transaction-button {
	float: right;
	margin-right: 20px;
}

span.category-list:hover {
	color: #d2aa39;
}

.sub-category-li {
	margin-left: 18px;
}
/** only in product view */
.wd-50 {
	width: 50px;
}
/** below 2 only in product edit */
.radio-span {
	margin-left: 20px;
}

.label-width {
	width: 320px;
}

.margin-left {
	margin-left: 35px;
}

.btn-product-action {
	margin-top: 10px;
}

.label-click {
	color: #0cb1f5;
	cursor: pointer;
	text-decoration: underline;
	width: 170px;
}

.view-right {
	float: left;
	width: 350px;
}

/** svg icon styles */
.svg-icon {
	color: #767676;
	vertical-align: middle;
	cursor: pointer;
}

.icon-fill-color {
	color: #0ccaa0;
	vertical-align: middle;
	padding: 0px 5px;
}

a.action:hover .icon-fill-color {
	color: #f5f7fa;
}

a .svg-icon-color {
	fill: #767676;
}

.add-new-role {
	vertical-align: middle;
}

.edit-profile {
	vertical-align: middle;
}

.loader-icon {
	display: none;
}

@media screen and (max-width: 1155px) {
	.profile-frm-container {
		width: 500px;
	}
}

@media screen and (max-width: 680px) {
	.profile-frm-container {
		width: 500px;
	}
	.view-right {
		float: left;
		width: 200px;
	}
}

@media screen and (max-width: 635px) {
	.profile-frm-container {
		width: 250px;
		height: 530px
	}
}

@media screen and (max-width: 530px) {
	.profile-frm-container {
		width: 200px;
		height: 530px;
	}
	#table th {
		padding: 15px 0px 10px 20px;
	}
}

.action-icon {
	background: none;
	border: 0;
	padding-right: 0;
}

.edit-pd {
	padding-right: 25px;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #f4f5f8;
}

h2 {
	font-weight: 500;
}

input {
	font-size: 17px;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 7px;
	width: 100%;
	background-color: #fff;
	color: #191919;
}

input[type=submit] {
	transition: all 0.3s ease 0s;
	font-size: 1em;
}

.btn:hover {
	color: #ffffff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: .3s ease-in-out;
}

input[type="radio"] {
	width: 15px;
}

span.btn.theme-color:hover {
	background-color: #48cfad;
	outline: none;
}

textarea:focus, input[type=text]:focus, input[type=password]:focus {
	outline: none;
	border: 1px solid #48cfad;
	-moz-box-shadow: 0 0 0 1000px #fff inset;
	box-shadow: 0 0 0 1000px #fff inset;
}

textarea {
	padding: 10px 8px;
	width: 100%;
	background-color: #fff;
	color: #191919;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
}

.inline-block {
	display: inline-block;
}

div.display-block {
	display: block;
}

a {
	text-decoration: none;
}

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

.text-left {
	text-align: left;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-clear {
	clear: both;
}

.text-center {
	text-align: center;
}

.margin-zero-auto {
	margin: 0 auto;
}

.btn {
	padding: 15px 35px 15px 35px;
	cursor: pointer;
	text-decoration: none;
	border: 0px;
	text-transform: uppercase;
	margin-right: 4px;
	text-align: center;
	letter-spacing: 1px;
	border-radius: 2px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.text-wrap {
	white-space: nowrap;
	overflow: hidden;
}

.theme-color {
	background-color: #0cb1f5;
	color: #f5f7fa;
}

/*** filter above table styles starts *************/
.filter-container {
	margin: 10px 0;
    overflow: auto;	
}

.filter-container select {
	padding: 5px;
	width: 178px;
}

.filter-container input[type=date] {
	padding: 4px;
}

.filter-keyword {
	padding: 10px 0;
	color: #666;
	font-size: 1.2em;
}
/*** filter above table styles ends *************/
.no-records {
	margin: 20px 0px;
	padding: 0 20px;
	font-size: 1.5em;
	color: #666666;
	background: #FFF;
	border: 1px solid #eceef1;
	border-radius: 3px;
}
/** looks like .search is used in filter, verify it and rename style to filter */
.search {
	float: left;
	margin-top: 10px;
}

.required:before {
	color: red;
	content: '*';
	margin: 0 3px;
}

.select2-container--default .select2-selection--multiple {
	border: 1px solid #ccc !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice
	{
	margin-top: 4px !important;
	padding: 5px !important;
}

table {
	width: 100%;
	font-size: 13px;
	table-layout: fixed;
	background: #FFF;
	padding: 5px 20px 20px 5px;
	border-collapse: collapse;
}

tr {
	border-bottom: 1px solid #ececec;
}

tr.clickable-row {
	cursor: pointer;
}

table td {
	/* border-bottom: #fbfbfb 1px solid; */
	padding: 10px 30px;
}

td a, td a:visited {
	color: #191919;
	text-decoration: underline;
	/*padding: 0px 0px 0px 15px;*/
}

table tr:hover {
	background-color: #f0f0f0;
}

table.order-list td {
	border-bottom: #f2f0f0 1px solid;
	border-bottom-width: thin !important;
	padding: 20px 35px;
	background: #FFF;
}

.input {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 6px;
	width: 250px;
	background-color: #fff;
	color: #191919;
}

.mb-10 {
	margin-bottom: 10px;
}

.cursor-pointer {
	cursor: pointer;
}

h1.header-title {
	font-size: 1.1em;
	display: inline-block;
	padding: 10px 5px 0px 5px;
	float: left;
	color: #666666;
	font-weight: bold;
	letter-spacing: .01rem;
	margin: 0;
}

input[type="checkbox"] {
	width: auto;
}

a img {
	border: none;
	cursor: pointer;
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/** Success and error message display starts ************/
.success {
	color: #00883a;
}

.error {
	color: #D8000C;
}

.display-message-foundation {
	margin: 10px 0;
	padding: 10px;
	border-radius: 3px;
	opacity: 0.83;
	transition: opacity 0.6s;
}

.show {
	visibility: visible;
	opacity: 1;
	transition: opacity 2s linear;
}

.display-success {
	color: #007532;
    background-color: #c1f9d8;
    border: 1px solid #bce8ce;
}

.display-success:before {
	content: '\2714';
	padding: 0 10px;
}

.display-error {
	color: #D8000C;
	background-color: #f5d7d4;
	border: 1px solid #f2ccc7;
	opacity: 0.83;
	transition: opacity 0.6s;
}

.display-error:before {
	content: '\2716';
	padding: 0 10px;
}

.btn-message-close {
	margin-left: 15px;
	color: #888;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.btn-message-close:hover {
	color: black;
}
/** Success and error message display ends ************/
h1 {
	color: #434a54;
  text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 0;
	line-height: normal;
}

a, a:visited {
	color: #191919;
}

/* form */
.frm-container {
	background: #FFF;
	border: 1px solid #eceef1;
	padding: 20px 40px;
	max-width: 650px;
	margin: 0px 0px 40px 0px;
	border-radius: 3px;
}

.row {
	margin: 15px 0;
	display: flex;
}

.label {
	margin-bottom: 2px;
	color: #797979;
}

.border-radius {
	border-radius: 3px;
}

.col {
	display: inline-block;
}

select {
	padding: 7px;
	background-color: #fff;
	color: #191919;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: content-box;
	width: 210px;
}

input[type="file"] {
	padding-left: 0px;
	background-color: #fff;
	color: #191919;
	border: 1px solid #ccc;
}

input#search {
	background: #9ecfff url(../view/img/icon-btn-search.png);
	background-position: 25px 9px;
	background-repeat: no-repeat;
}

input#reset {
	background-color: #F0F0F0;
}

.action-button {
	float: right;
}

div#filter input#search {
	background: #9ecfff;
	color: #132c40;
	width: 100px;
	border: 1px solid #95c3f1;
	cursor: pointer;
	padding: 6px 7px 7px 7px;
}

div#filter input#search:hover {
	background: #45c3a3;
	color: #FFF;
}

div#filter button.btn-cancel {
	background: transparent;
	color: #bdbdbd;
	width: 100px;
	border: 1px solid #bdbdbd;
	cursor: pointer;
	border-radius: 3px;
	padding: 7px;
}

div#filter button.btn-cancel:hover {
	background: #bdbdbd;
	color: #FFF;
}
/* form ends*/
.pagination input[name=page] {
	padding: 10px 15px;
	background: #F0F0F0;
	color: #191919;
	border: #E4E4E4 1px solid;
	margin: 0px 5px;
	width: auto;
	cursor: pointer;
}

.pagination input[name=page]:disabled {
	background: #9ecfff;
	border-color: #9ecfff;
	color: #191919;
	cursor: auto;
}

a.action, a.action:visited {
	padding: 6px 5px 6px 5px;
	cursor: pointer;
	color: #0ccaa0;
	font-weight: 500;
	letter-spacing: .5px;
	-webkit-transition: all .1s linear;
	-webkit-user-select: none;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	border: 1px solid #0ccaa0;
	border-radius: 3px;
	min-width: 90px;
	display: block;
	text-align: center;
	background: transparent;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	font-size: .9em;
}

a.action:hover {
	background-color: #0ccaa0;
	text-decoration: none;
	color: #f5f7fa;
}

button.btn.theme-color:hover {
	background-color: #48cfad;
	outline: none;
	border: 1px solid #45c3a3;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	/*   min-width: 10em;*/
}

::placeholder {
	color: #c0c0c0;
}

.bread-crumb {
	overflow: auto;
	padding: 10px 0 10px 0;
	display: inline-block
}

.bread-crumb span, .bread-crumb a {
	font-size: .9em;
	display: inline-block;
	padding: 5px 5px 5px 0px;
	float: left;
	color: #666666;
	letter-spacing: .01rem;
	margin-right: 0;
}

.bread-crumb span.sep {
	font-size: 1em;
	font-weight: normal;
	color: #666666;
	margin: 0 5px;
}

.bread-crumb span {
	color: #666666;
	font-weight: normal;
}

.input-right-margin {
	margin-right: 30px;
}

.box-margin {
	margin-bottom: 15px;
}

.pad-cus-edit-btn {
	padding: 30px 0px 0px 0px;
}

a.label-click:visited {
	color: #0cb1f5;
}

@media screen and (max-width: 490px) {
	.box-padding {
		padding: 10px 0px;
	}
	.pad-export-add {
		padding: 15px 0px;
	}
	select[class=input-box-330] {
		width: 175px;
	}
	.input-box-330 {
		width: 175px;
	}
	textarea {
		width: 200px;
	}
}

@media screen and (max-width: 635px) {
	.del-res {
		display: none;
	}
	.row.content-res {
		margin: unset;
		display: unset;
	}
	.display-unset {
		display: unset !important;
	}
}

.right-margin {
	margin-right: 3px;
}

.select2-selection--single {
	height: 32px ! important;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #ccc ! important;
}
.select2-results__option--highlighted {
	background-color: #e9e9e9 ! important;
	color: #000 !important;
}

.select2-dropdown {
	border: 1px solid #d2e0de ! important;
}

:focus {
	outline: none ! important;
}

.select2-selection__placeholder {
	color: #444 ! important;
}
.select2-search__field:focus {
    outline: none;
    border: 1px solid #48cfad;
    box-shadow: 0 0 3px 2px rgba(72, 207, 173, .5);
}
span.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: 1px solid #2abda3;
}

@media screen and (max-width: 440px) {
    .input-box-305 {
        width: auto;
    }
}
