body {
        font-family: 'Arial';
    }

    table, td, th {
        border: 1px solid black;
        border-collapse: collapse;
        padding: 5px;
        text-align: center;
    }
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	
/** Classes **/
.page-heading h1 {
	font-weight: lighter;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 0 15px;
	font-size: 2rem;
	margin-bottom: 0;
}
.hidden {
	display: none !important;
}
.capitalize {
	text-transform: capitalize;
}
.uppercase {
	text-transform: uppercase;
}
@media screen and (min-width: 768px) {
	.sm-hidden {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.xs-hidden {
		display: none !important;
	}
}
.wrapper {
    display: flex;
    align-items: stretch;
}

#grid-data td a {
	color: red;
}

/** Sidebar ***/
#left-sidebar {
	/*background-color: #c49929;*/
	
	background-color: rgb(196, 153, 41, 0.86);
	background-image: linear-gradient(to right, #635739, #c49929) !important;
	color: #ffffff;
	box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.29), 0 0px 10px 0 rgba(0,0,0,.12), 0 0px 10px 0px rgba(0,0,0,.2);
	width: 250px;
    display: -ms-flexbox;
    display: flex;
    z-index: 11;
    overflow: hidden;
    min-width: 250px;
    position: relative;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    margin-top: -60px;
    padding-top: 60px;
    /*-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;*/
}
#left-sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
	background: #c49929;
	padding-top: 60px;
}
.sidebar-bg {
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
    z-index: -1;
}
.sidebar-expand.active {
	min-width: 80px;
    max-width: 80px;
	text-align: center;
}
#left-sidebar .sidebar-header strong {
    display: none;
}
#left-sidebar.active .sidebar-header h3 {
    display: none;
}
#left-sidebar.active .sidebar-header strong {
    display: block;
}
#left-sidebar ul li a {
    text-align: left;
}
#left-sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}
#left-sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}
#left-sidebar.active ul ul a {
    padding: 10px !important;
}
#left-sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.nav-list {
	padding: 0px 10px;
	margin-top: 25px;
}
.nav-listItem a {
	color: #ffffff;
	font-size: 14px;
}
.nav-listItem {
	padding-left: 0;
}
.nav-listItem a{
	padding: 20px 10px;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.nav-listItem a:hover {
	background-color: rgba(33,37, 41, 0.44);
	border-radius: 10px;
	text-decoration:  none;
}
#left-sidebar.active .nav-list {
	padding: 0 !important;
	margin-top: 15px !important;
}
#left-sidebar.active .nav-listItem {
	text-align:  center;
	display: block;
}
#left-sidebar.active .nav-listItem span {
	display: none;
}
#left-sidebar.active .sidebar-header {
	/*width: auto !important;*/
	max-width: 80px;
	text-align: center;
}
.sidebar-header {
	background: #000000;
	webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
	width: 250px;
    text-align: left;
}
.sidebar-expand {
	bottom: 0;
    clear: both;
    display: block;
    padding: 5px 0 0;
    position: fixed;
    width: 250px;
    background: rgba(100, 101, 101, 0.52);
    z-index: 999;
	text-align: right;
}
#left-sidebar nav {
	position: fixed;
}
.close-sidebar {
	position: absolute;
    top: 15;
    right: 15;
    font-size: 25px;
}


    

/** Logo **/
#company-logo {
	max-width: 210px;
	margin: 10px 5px;
}
#left-sidebar.active #company-logo {
	max-width: 80px;
	width: 41.5px;
	margin: 0;
}

/** Header **/
.header {
	position: fixed;
	display: flex;
	background-image: linear-gradient(to left, #635739, #000000);
	background-image: -moz-linear-gradient(to left, #635739, #000000);
	background-image: -webkit-linear-gradient(to left, #635739, #000000);
	height: 79px;
    width: 100%;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    z-index: 10;
}

/** Expand Button **/
.btn-expand {
	background-color: transparent;
	color: #ffffff;
	padding: 15px 10px;
    font-size: 20px;
}
.btn.focus, .btn:focus {
	box-shadow: none !important;
}

/** Right Content **/
#right-content {
	width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
	background-color: #f6f7fa;
	padding-top: 78px;
	padding-bottom: 50px;
	overflow: hidden;
}
.page-heading {
	padding: 20px 0px 0px;
    background-color: #f8f9fa;
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.34), inset -1px -1px 13px -5px #8a8b8c;
    margin: 15px 15px;
    border-radius: 5px;
	
}
.breadcrumb {
	font-size: 10px;
    color: #c1bebe;
	background: transparent;
	padding-top: 0;
}
/** Card **/
.card {
	margin: 20px 0;
}
.header-card {
	background-color: transparent;
	border: none;
}
.table-card {
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px #c4992985;
    background: linear-gradient(20deg, #eab835, #c49929);
	background: -moz-linear-gradient(20deg, #eab835, #c49929);
	background: -webkit-linear-gradient(20deg, #eab835, #c49929);
    color: #ffffff;
}
.nav-tabs {
	border-bottom: none;
}
.card [class*="card-header-"]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
	border-radius: 3px;
    margin-top: -20px;
    padding: 15px;
}
.card [class*="card-header-"] {
    margin: 0px 15px 0;
    padding: 0;
    position: relative;
}
.card-icon {
	border-radius: 3px;
	margin-top: -10px;
    /*margin-left: -50px;
    margin-right: 40px;*/
    float: left;
    text-align: center;
    color: #ffffff;
}
.pz-card-icon {
    background-color: #e34651;
    padding: 20px;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.34), 0 7px 10px -5px rgb(227, 70, 81);
}
.rz-card-icon {
	background-color: #272b6b;
	padding: 14px;
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.34), 0 7px 10px -5px rgb(39, 43, 107);
}
.fz-card-icon {
	background-color: #ff8299;
    padding: 30px 14px;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.34), 0 7px 10px -5px rgb(255, 130, 153);
}
.xz-card-icon{
	background: #ff0;
    padding: 28px 14px;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.34), 0 7px 10px -5px rgb(255, 255, 0);
}
.mz-card-icon {
	background: #46a197;
    padding: 31px 14px;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.34), 0 7px 10px -5px #46a197;
}
.ts-card-icon {
    background-color: #FFFFFF;
    padding: 20px;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.34), 0 7px 10px -5px rgba(0,0,0,0.5);
}
.ts-card-icon span {
	display: block;
	margin-top: 5px;
}
.card-stats .card-header {
	min-height: 100px;
    background: #fff;
}

/** Buttons **/
input[value="No"], input[value="Yes"] {
	height: 100%;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 1px;
	-webkit-mask: url("http://localhost/portaltools/images/submit-button-bg.png");
	mask: url("http://localhost/portaltools/images/submit-button-bg.png");
	-webkit-mask-size: 3000% 100%;
	mask-size: 3000% 100%;
	border: none;
	color: #fff;
	cursor: pointer;
	-webkit-animation: ani2 0.7s steps(29) forwards;
	animation: ani2 0.7s steps(29) forwards;
	border-radius: 3px;
}
input[value="No"]{
	background: #033C73;
}
input[value="Yes"]{
	background: #e34651;
}
input[value="Yes"]:hover, input[value="No"]:hover {
	-webkit-animation: ani 0.7s steps(29) forwards;
	animation: ani 0.7s steps(29) forwards;
}
.no-mas, .yes-mas {
	text-align: center;
	position: absolute;
	font-size: 20px;
	margin-top: 0px;
	overflow: hidden;
	font-weight: 300;
    letter-spacing: 1px;
    padding: 0px 5px;
	border-radius: 3px;
}
.no-mas {
	border: 1px solid #033C73;
	color: #033C73;
}
.yes-mas {
	border: 1px solid #e34651;
	color: #e34651;
}
.button {
	position: relative;
    display: inline-block;
	line-height: normal;
	text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.2em;
	font-style: normal;
	-webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
	cursor: pointer;
}
.button:before {
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
}
.button:hover:before {
	webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
	
}
.create-btn {
    padding: 14px 28px;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: transparent;
	color: #fff;
    border-color: #46a197;
}

.create-btn:hover {
	color: #46a197;
    background-color: transparent;
}
.create-btn:before {
	background-color: #46a197;
	
}
.submit-btn {
	padding: 10px 20px;
	border: 1px solid #000000;
	background-color: #000000;
	color: #ffffff;
}
.submit-btn:hover {
	color: #000000;
    background-color: transparent;
}
.submit-btn:before {
	background-color: #000000;
}
.no-btn {
	padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: transparent;
	color: #fff;
    border-color: #272b6b;
}
.no-btn:hover {
	color: #272b6b;
    background-color: transparent;
}
.no-btn:before {
	background-color: #272b6b;
}
.yes-btn {
	padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: transparent;
	color: #fff;
    border-color: #ff8299;
}
.yes-btn:hover {
	color: #ff8299;
    background-color: transparent;
}
.yes-btn:before {
	background-color: #ff8299;
}
.resend-btn {
	padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: transparent;
    color: #000;
    border-color: #ffff00;
}
.resend-btn:before {
	background: #ffff00;
}
.resend-btn:hover {
	background: #000;
	border-color: #000;
	color: #ffffff;
}
.reset-btn {
	padding: 14px 28px;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.reset-btn:hover {
	color: #000;
    background-color: transparent;
}


/** Customer Portal Form **/
.portal-form {
	text-align: right;
}
.portal-form form {
	position: relative;
	display: inline-block;
}
.portal-form form input[type="submit"]{
	/*display: none;*/
}
.email-input {
	width: 300px;
	margin-right: 2px;
    float: left;
    padding: 5px;
    padding-left: 45px;
    border-radius: 5px;
	border: 1px solid #776841;
	background: rgba(137, 113, 51, 0.06);
    border: 2px double #7e6934;
    color: #5c5c5c;
}
.input-icon {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 46px;
    color: #967a31;
    background: none;
    border: none;
    text-align: center;
    display: inline-block;
}
.input-icon i {
	font-size: 25px;
    vertical-align: middle;
    text-align: center;
    margin: 6px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgba(137, 113, 51, 0.06) inset;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px rgba(137, 113, 51, 0.06) inset;
    -webkit-text-fill-color: #5c5c5c;
} 

-webkit-text-fill-color: #5c5c5c !important;

/** Loader **/
#loader {
  /* Uncomment this to make it run! */
  /*
     animation: loader 5s linear infinite; 
  */
  
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}
@keyframes loader {
  0% { left: -100px }
  100% { left: 110%; }
}
#box {
  width: 50px;
  height: 50px;
  background: linear-gradient(20deg, #eab835, #c49929);
  animation: animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
@keyframes animate {
  17% { border-bottom-right-radius: 3px; }
  25% { transform: translateY(9px) rotate(22.5deg); }
  50% {
    transform: translateY(18px) scale(1,.9) rotate(45deg) ;
    border-bottom-right-radius: 40px;
  }
  75% { transform: translateY(9px) rotate(67.5deg); }
  100% { transform: translateY(0) rotate(90deg); }
} 
#shadow { 
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow .5s linear infinite;
}
@keyframes shadow {
  50% {
    transform: scale(1.2,1);
  }
}


/** table **/
.portal-table table {
	border: none !important;
}
.portal-table .tbl-header {
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px #c4992985;
    background: linear-gradient(20deg, #eab835, #c49929);
	background: -moz-linear-gradient(20deg, #eab835, #c49929);
	background: -webkit-linear-gradient(20deg, #eab835, #c49929);
    color: #ffffff;
	width: 100%;
	margin: 20px 0;
	padding: 10px;
}
.portal-table {
	box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.34), 0 4px 5px -5px #212529;
	margin: 25px 0;
}
.portal-table .table td, .portal-table .table th {
	padding: 25px 10px;
	vertical-align: middle;
	font-size: 14px;
}
.store-name{
	display: flex;
}
.store-name .store-card-icon {
	margin: 0 auto;
}
.table-striped tbody tr:nth-of-type(even){
	background-color: #ffffff;
}

#pz_status,#xz_status,#rz_status,#fz_status,#mz_status,#bz_status {
	text-transform: uppercase;
}

/** Menu **/
.menu-dropdown {
	margin-left: 30px;
    border-left: 3px solid;
	display: none;
}

/** Test Store Actions **/
.store_actions {
	text-align: left;
}
.store_actions p {
	margin-bottom: 5px;
}

/** Checkbox **/
.cb-container {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 10px;
}

/* Hide the browser's default checkbox */
.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #5c5c5c;
}

/* On mouse-over, add a grey background color */
.cb-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .checkmark {
  background-color: #46a197;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cb-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cb-container .checkmark:after {
  left: 9px;
  top: 4px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bottom-note p{
	color:#989090;
	font-size: 12px;
	padding-left: 20px;
	margin-bottom: 0;
}
.menu-active {
	overflow: hidden;
}
.menu-active .body-overlay {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
}
.mobile-menu .fa-bars {
	color: #cea12c;
    font-size: 30px;
    margin: auto;
    margin: 20px 0;
    float: right;
}
/** Mobile Header **/
#header-company-logo {
	width: 200px;
	padding: 7px 0;
}
/** Media Query **/
@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {
	.header {
		background-image: linear-gradient(to right, #635739, #000000);
		height: 70px;
	}
	#right-content{
		padding: 69px 0 55px
	}
	#left-sidebar {
		display: none;
		min-width: 0;
		margin-top: 0;
		/*transition: all 150ms cubic-bezier(0.46, 0.03, 0, 1);*/
		/*display: block;*/
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		padding: 20px 0;
		z-index: 999;
		overflow: scroll;
	}
	#left-sidebar nav {
		display: none;
		width: 100%;
		position: relative;
	}
	.tbl-header {
		display: none;
	}
	td, tr {
		display: block;
		padding: 10px 0;
	}
	td:empty {
		display: none;
	}
	.bootgrid-table td {
		white-space: normal;
	}
	.bootgrid-footer .infoBar {
		font-size: 12px;
		text-align: center;
	}
	.pagination .button {
		padding: 0px !important;
	}
	.pagination li {
		margin: 0 auto !important;
		border: 1px solid #9b7d2f5e;
		padding: 3px 7px;
	
	}
	.portal-table .table td {
		padding: 10px;
	}
	
}

@media screen and (max-width: 440px) {
	.email-input {
		width: 100%;
		margin: 0 auto;
	}
	.portal-form form input[type="submit"] {
		margin-top: 5px;
	}
}

/** Custom Bootgrid CSS **/
.bootgrid-header {
	/**display:none;**/
	background: #f0efee;
    margin: 0;
    padding: 15px 0;
}
.search-field {
	padding: 5px;
    padding-left: 5px;
    border-radius: 5px;
    border: 1px solid #776841;
    background: rgba(137, 113, 51, 0.06);
    border: 2px double #7e6934;
    color: #5c5c5c;
}
.infoBar {
	align-self: center;
}

.bootgrid-table th:active, .bootgrid-table th:hover {
	background: transparent;
}
.pagination .button {
    padding: 10px 15px; 
    cursor: pointer;
}
.pagination li {
	margin: 5px;
	border: 1px solid #9b7d2f5e;
}
.pagination li.active {
	background: transparent;
    color: #bb932b;
	border: 3px solid #bb932b;
}
.pagination li.active .button {
	border: none;
}
.pagination li:hover {
	background: rgba(216, 170, 48, 0.46);
}
input#datetimepicker, #theme, #store {
	width: 200px;
    margin-right: 2px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #776841;
    background: rgba(137, 113, 51, 0.06);
    border: 2px double #7e6934;
    color: #5c5c5c;
}
input.submit--btn {
	padding: 14px 28px;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #46a197;
    color: #fff;
    border-color: #46a197;
}
.select-title {
	text-align: right;
}

