﻿.as-contentmain {
  background-image: linear-gradient(to left, #21451f, #8dc63f);
}

.col-md-50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.col-md-80 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.col-md-1024 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
}

.col-height {
  min-height: 70px;
}

.col-height-50 {
  min-height: 40px;
}

.gv-min-width {
  min-width: 1024px;
}

.img-md {
  max-height: 300px;
}

/*Process Loading*/
.overlay {
  position: fixed;
  z-index: 98;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #e1e1e1; /*#aaa;*/
  /*filter: alpha(opacity=80);*/
  opacity: 0.7; /*0.8*/
}

.overlay:hover .overlayContent {
  opacity: 1;
}

.overlayContent {
  z-index: 99;
  border-radius: 10px;
  background-color: #ffffff;
  margin: 250px auto;
  width: 220px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

.overlayContent img {
  width: 40px;
  height: 40px;
  display: inline;
  background-color: #fff;
  vertical-align: middle;
}

.overlayContent h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  width: 150px;
  display: inline;
  background-color: #fff;
  vertical-align: middle;
}

/*Process Loading*/

@font-face {
  font-family: "Supermarket";
  src: url("supermarket/supermarket-webfont.eot");
  src: url("supermarket/supermarket-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("supermarket/supermarket-webfont.woff") format("woff"),
    url("supermarket/supermarket-webfont.ttf") format("truetype"),
    url("supermarket/supermarket-webfont.svg#Supermarket") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cordia New";
  src: url("cordia/cordia-webfont.eot");
  src: url("cordia/cordia-webfont.eot?#iefix") format("embedded-opentype"),
    url("cordia/cordia-webfont.woff") format("woff"),
    url("cordia/cordia-webfont.ttf") format("truetype"),
    url("cordia/cordia-webfont.svg#cordia_newregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cordia New";
  src: url("cordia/cordiai-webfont.eot");
  src: url("cordia/cordiai-webfont.eot?#iefix") format("embedded-opentype"),
    url("cordia/cordiai-webfont.woff") format("woff"),
    url("cordia/cordiai-webfont.ttf") format("truetype"),
    url("cordia/cordiai-webfont.svg#cordia_newitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Cordia New";
  src: url("cordia/cordiaz-webfont.eot");
  src: url("cordia/cordiaz-webfont.eot?#iefix") format("embedded-opentype"),
    url("cordia/cordiaz-webfont.woff") format("woff"),
    url("cordia/cordiaz-webfont.ttf") format("truetype"),
    url("cordia/cordiaz-webfont.svg#cordia_newbold_italic") format("svg");
  font-weight: bold;
  font-style: italic;
}

.right-col {
  min-width: 200px; /* min-width as the pixel value */
  width: 0%; /* width as the % value */
  transition: width 0.8s ease; /* css transition applied to width */
}
.expanded {
  width: 100% !important;
}

.buCheckBox {
  min-width: 30px;
  width: 50px;
}

a.imjusttext {
  color: #000000;
  text-decoration: none;
}

a.imjusttext:hover {
  text-decoration: none;
}

.lnk-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
}

.lnk-btnr:hover {
  color: #0056b3;
  text-decoration: underline;
}

.input_mycustom {
  width: 60% !important;
  margin-left: 2px;
}

/* Custom Utility Classes (Tailwind-like) */
.custom-btn-link {
  background: none;
  border: none;
  color: #007bff;
  cursor: pointer;
  padding: 0;
  font: inherit;
}

.text-blue {
  color: blue !important;
}

.text-gray {
  color: gray !important;
}

.sidebar .nav .nav-item button {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 13px 25px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  margin-bottom: 5px;
  top: 0px;
  left: -1px;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.sidebar .nav .nav-item button:hover,
.sidebar .nav .nav-item button:focus {
  text-decoration: none;
  background: #c6e3a0;
  color: #fff;
}

.sidebar .nav .nav-item button i {
  font-size: 23px;
  color: #fff;
  margin-right: 15px;
  width: 25px;
  text-align: center;
  vertical-align: middle;
  float: left;
}

.sidebar .nav .nav-item button p {
  font-size: 14px;
  margin-bottom: 0px;
  letter-spacing: 0.04em;
  margin-right: 5px;
}

.js-selecte-search-w-100 + span {
  width: 100% !important;
}

a.imjusttext {
  color: #000000;
  text-decoration: none;
}
a.imjusttext:hover {
  text-decoration: none;
}