body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #F0F6FF;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", sans-serif;
}
a {
  text-decoration: none;
}
/*Sign-in----------------------------------------*/
.signin-layout {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background: linear-gradient(40deg,rgba(255, 244, 110, 0.22),#93f573);
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.card-signin {
  margin: 15% auto;
  position: relative;
  width: 420px;
}
.signin-layout .card{
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.signin-layout .purple-gradient {
    background: -webkit-linear-gradient(50deg,#ff6ec4,#7873f5);
    background: linear-gradient(40deg,#ff6ec4,#7873f5);
}
.signin-layout .error {
  font-size: 0.8rem;
  color: red;
  margin-left: 3rem;
  margin-top: -0.5rem;
}
/*Sign-in-----End------------------------------------*/
.error {
  font-size: 0.8rem;
  color: red;
}
.posrel {
  position: relative;
}
.new-ui .form-header {
  color: #fff;
  text-align: center;
  margin-top: -50px;
  margin-bottom: 3rem;
  padding: 1rem;
  border-radius: 2px;
}

.new-ui .form-group .prefix {
  font-size: 1.5rem;
  margin-top: 0.6rem;
  -webkit-transition: color .2s;
  transition: color .2s;
  position: absolute;
  width: 3rem;
  font-size: 2rem;
}
.new-ui .form-group .prefix~input, .new-ui .form-group .prefix~textarea {
  margin-left: 3rem;
  width: 92%;
  width: -webkit-calc(100% - 3rem);
  width: calc(100% - 3rem);
}
.new-ui .form-group .prefix~label {
  margin-left: 3rem;
}

.new-ui .form-group label {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  color: #757575;
  position: absolute;
  top: .8rem;
  left: 0;
  font-size: 1rem;
  cursor: text;
  touch-action: manipulation;
}
.new-ui .form-group .form-control {
  padding: .5rem 0 .6rem;
  line-height: 1.5;
  background-color: transparent;
  background-image: none;
  margin-top: .2rem;
  margin-bottom: 1rem;

  background-color: transparent;
  border: none;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 0;
  outline: 0;
  height: 2.1rem;
  width: 100%;
  font-size: 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.new-ui .form-group label.active {
  -webkit-transform: translateY(-140%);
  -ms-transform: translateY(-140%);
  transform: translateY(-140%);
  font-size: .8rem;
}

/* left side menu start */
/*#menu {
  margin-bottom: 25px;
}
#menu, #menu ul, #menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu > li {
  position: relative;
}
#menu, #menu ul, #menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu > li > a {
  color: #C4C4C4;
  font-size: 14px;
  padding-left: 13px;
  border-bottom: 1px solid #f6e400;
}
#menu li a {
  text-decoration: none;
  display: block;
  padding: 10px;
  cursor: pointer;
  color: #f6e400;
  border-bottom: 1px solid #f6e400;
}
#menu li a i {
  font-size: 16px;
}
#menu li ul {
  overflow: hidden;
}
#menu > li > ul {
  position: absolute;
  left: 50px;
  top: 0px;
  width: 210px;
  background-color: #212337;
  visibility: hidden;
}
#menu, #menu ul, #menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu li ul a {
  padding-left: 20px;
}
#menu li li a {
  color: #9d9d9d;
  font-size: 14px;
}
#menu li .title {
  display: none;
}
#menu > li:hover > ul {
  visibility: visible;
}
#menu li li a:hover {
  color: #FFFFFF;
  background-color: #212337;
}
#menu li li a:hover:before {
    margin-right: 20px;
}
#menu li li a:before {
  content: "\f101";
  font-size: 14px;
  font-family: FontAwesome;
  margin-left: 10px;
  margin-right: 10px;
  transition: margin ease 0.5s;
}
#menu > li > a:hover {
  background-color: #212337;
}
#menu li.submenu-header {
  display: block;
  font-size: 15px;
  color: #c3c3c3;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-top: -2px;
}
#menu li > ul > li > a:hover ul {
  display: block;
  visibility: unset;
}
#menu li > ul > li > a:hover ul > li {
  display: block;
  visibility: unset;
}

#content, #header-nav {
  margin-left: 50px;
}
#content{
  margin-top: 50px;
}
#column-left {
  width: 50px;
  height: 100%;
  background-color: #212337;
  position: fixed;
  top: 0px;
  bottom: 0;
  padding-top: 45px;
  z-index: 9;
  transition: all 0.3s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}


#menu > li > a {
  color: #f6e400;
  font-size: 14px;
  padding-left: 13px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  border-bottom: 0 none;
}
#menu > li, #menu > li li {
  position: relative;
}
#menu, #menu ul, #menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#header-nav {
  margin-left: 0rem;
  background: #212337;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  top: 0;
}*/

/*.side-nav {
  position: fixed;
  width: 240px;
  top: 0;
  margin: 0;
  height: 100%;
  height: -webkit-calc(100%+ 60px);
  height: calc(100%+ 60px);
  height: -moz-calc(100%);
  color: #d8d8d8;
  background-color: #2e353d;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  transform: translateX(-105%);
  padding: 0;
  background-color: #2a2a2a;
}
.side-nav a {
  color: #fff;
}
.side-nav.fixed {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  position: fixed;
}

.side-nav .logo-wrapper {
  background: #5fbf00;
  color: #fff;
  font-size: 1rem;
  padding: 0.25rem;
}
.side-nav .logo-wrapper img {
  padding: 2% 50px;
  height: auto;
}
.side-nav .logo-wrapper a {
  color: #fff;
}
.side-nav ul {
  list-style-type: none;
  padding: 0;
}
.side-nav ul li {
  padding: 0;
}

.side-nav ul a {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  font-size: 13px;
  text-decoration: none;
  color: #909090;
  outline: 0;
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  color: #909090;
  font-weight: 300;
  font-size: .8rem;
  border-bottom: 1px solid #2f2f2f;
  font-weight: bold;
}
.side-nav ul a .fa {
  margin-right: 0.5rem;
}*/
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
/*.menu .side-nav li a:hover {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}*/
/* left side menu close */
/*.menu .navbar {
  z-index: 1;
}
.double-nav {
  padding-left: 240px;
}
.menu .navbar {
  margin-left: 0rem;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  width: 100%;
  top: 0;
}*/
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
/*.navbar-left {
  float: left;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav>li {
  float: left;
}
.nav>li {
    position: relative;
    display: block;
}*/
ul li {
    list-style: none;
}
/*.menu .nav.navbar-nav {
  display: inline-block;
}
.menu .nav.navbar-nav {
  display: inline-block;
}
.menu .nav.navbar-nav li {
  display: inline-block;
}
.menu .nav.navbar-nav li a {
  padding: 0.5rem;
}

.menu .fix-right {
  position: absolute;
  right: 0;
}*/
.mr-3 {
  margin-right: 1rem !important;
}
.footer {
  text-align: center;
  position: fixed;
  bottom: 0;
  /*left: 45%;*/
  right: auto;
}


/*.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  background-color: #fff;
}
.nav-side-menu ul .active a,
.nav-side-menu li .active a {
  color: #5fbf00;
  font-weight: bold;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #909090;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {

  display: block;
  position: relative;
  width: 100%;
  list-style: none;
}
.nav-side-menu li:hover {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}


#column-left {
  left: auto;
  right: 0;
}
.menu .sub-menu {
  position: relative;
  overflow: hidden;
  background-color: #202020;
  padding-left: 40px;
}
.menu .sub-menu li:after {
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2f2f2f;
  left: -12px;
  top: 13px;
  bottom: auto;
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 0px 2px #202020;
  box-shadow: 0px 0px 0px 2px #202020;
  position: absolute;
  content: "";
  border-top: 1px solid #2f2f2f;
}
.menu .sub-menu > li > a {
  font-size: 13px;
  color: #777777;
  padding: 8px 25px 5px 15px;
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  border-bottom: 0 none;
}
.menu .menu-content li > .sub-menu:after {
  position: absolute;
  content: "";
  left: 32px;
  top: 0px;
  bottom: 0px;
  border-left: 1px solid #2f2f2f;
}
#main {
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease,-moz-transform 0.2s ease,-o-transform 0.2s ease,transform 0.2s ease;
  padding-left: 15rem;
  padding-right: 0rem;
}

.container-fluid .page-header.page-header-block {
  margin-left: -15px;
  margin-right: -15px;
}*/
.page-header.page-header-block {
    padding: 5px 15px;
}
.page-header.page-header-block {
  width: auto;
  padding: 0.6rem 1.5rem 0.5rem 1.5rem;
  background-color: #fbfcfc;
  border-bottom-color: #dae2e4;
}
.page-header {
  padding-bottom: 15px;
  margin: 0px 0 15px;
  border-bottom: 1px solid #cfd9db;
  overflow: visible;
}
.page-header > .page-header-section {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  margin-top: 0px;
}
.page-header .title {
    margin: 0px;
    color: #5e5e5e;
    font-size: 18px;
    line-height: 34px;
}

.semibold {
    font-weight: 600;
}
.page-header .page-header-section + .page-header-section {
  margin-top: 10px;
}
@media (min-width: 768px)
.page-header > .page-header-section {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  margin-top: 0px;
}
@media (min-width: 768px)
.page-header .toolbar {
    text-align: right;
    margin-bottom: 0px;
}

.page-header .toolbar {
    text-align: right;
    margin-bottom: 5px;
}
.page-header .breadcrumb {
    padding-left: 0px;
    padding-right: 0px;
}

.breadcrumb.breadcrumb-transparent {
    background-color: transparent;
}

.nm {
    margin: 0px !important;
}
.breadcrumb {
    background-color: #fff;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb a {
  color: #909090;
  font-size: 0.8rem;
}
.catalog-menu .card {
  width: 100%;
}
.catalog-menu .product .row {
  background: #fff;
  padding: 0.5rem;
  border-radius: 0.3rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.3rem;
}
.catalog-menu .card-category .card-block {
  background: #e2e2e2 !important;
}
.catalog-menu .sub-categories .card-block {
  background: #f1f1f1 !important;
}
.form-group .required label:not(span):before, div.required .control-label:not(span):before, td.required:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}
.btn {
  cursor: pointer;
}
.form-check-input {
  margin-right: 0.5rem;
}
.scrollbox {
  background: #fff;
  border: 1px solid #CCCCCC;
  height: 10rem;
  overflow-y: scroll;
  width: auto;
  padding: 0rem 0.5rem 0rem 0.5rem;
}
.modal-product .nav-tabs .nav-item.show .nav-link, .modal-product .nav-tabs .nav-link.active {
  color: #464a4c;
  background-color: #f1f1f1;
  border-color: #ddd #ddd #fff;
}
.modal-product .tab-content {
  padding: 1rem;
  background: #f1f1f1;
  border: 1px solid #ddd;
  margin-bottom: 1rem;
}

/* left side new menu start */
#column-left {
  width: 50px;
  height: 100%;
  background-color: #515151;
  position: absolute;
  top: 0px;
  padding-top: 50px;
  z-index: 10;
  transition: all 0.3s;
}
#menu {
  margin-bottom: 25px;
}
#menu, #menu ul, #menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu > li {
  position: relative;
}
#menu, #menu ul, #menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu > li > a {
  color: #C4C4C4;
  font-size: 14px;
  padding-left: 13px;
  border-bottom: 1px solid #585858;
}
#menu li a {
  text-decoration: none;
  display: block;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #515151;
}
#menu li a i {
  font-size: 16px;
}
#menu li ul {
  overflow: hidden;
}
#menu > li > ul {
  position: absolute;
  left: 50px;
  top: 0px;
  width: 210px;
  background-color: #444444;
  visibility: hidden;
}
#menu, #menu ul, #menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu li ul a {
  padding-left: 20px;
}
#menu li li a {
  color: #9d9d9d;
  font-size: 14px;
}
#menu li .title {
  display: none;
}
#menu > li:hover > ul {
  visibility: visible;
}
#menu li li a:hover {
  color: #FFFFFF;
  background-color: #373737;
}
#menu li li a:hover:before {
    margin-right: 20px;
}
#menu li li a:before {
  content: "\f101";
  font-size: 14px;
  font-family: FontAwesome;
  margin-left: 10px;
  margin-right: 10px;
  transition: margin ease 0.5s;
}
#menu > li > a:hover {
  background-color: #444444;
}
#menu li.submenu-header {
  display: block;
  font-size: 15px;
  color: #c3c3c3;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-top: -2px;
}
#menu li > ul > li > a:hover ul {
  display: block;
  visibility: unset;
}
#menu li > ul > li > a:hover ul > li {
  display: block;
  visibility: unset;
}
#menu li li ul a {
  /*padding-left: 40px;*/
}
#content, #header-nav {
  margin-left: 0px;
}
#content{
  margin-top: 4rem;
  margin-bottom: 2rem;
}
#column-left {
  width: 50px;
  height: 100%;
  background-color: #3d3d3d;
  position: fixed;
  top: 0px;
  bottom: 0;
  padding-top: 0px;
  z-index: 9;
  transition: all 0.3s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}


#menu > li > a {
  color: #666;
  font-size: 14px;
  padding-left: 13px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  border-bottom: 0 none;
}
#menu > li, #menu > li li {
  position: relative;
}
#menu, #menu ul, #menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header-menu-icon{
  display: inline-table;
}
.navbar{
  margin-bottom: 0rem;
  border-radius: 0rem;
  z-index: 10;
  padding: .3rem 0.5rem;
}
#header-nav{
  margin-left: 3.099rem;
    left: 0;
    right: 0;
    z-index: 1061;
    top: 0;
    width: inherit;
    transition: all .3s ease-in-out;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0), 0 1px 4px rgba(0,0,0,.20);
}
.nav-pills .nav-link{
  color: #fff;
  font-size: 15px;
}

.page-header {
  margin: 0;
  padding-bottom: 0px;
  margin-bottom: 20px;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
  background-color: #f7f7f7;
  border-bottom: none;
  vertical-align: middle;
  padding: 5px 0;
  margin-left: -0.9rem;
  margin-right: -0.9rem;
}
.page-header-section{
  padding: 0px 0px;
  display: table-cell;
  width: 1%;
}
.page-header h1 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #666;
  font-weight: 600;
  display: inline-block;
}
/*Breadcrumbs*/

/*.breadcrumb {
  display: inline-block;
  vertical-align: middle;
  background: none;
  margin-bottom: 0px;
  padding: 8px 15px;
  border-bottom: none;
}*/
/* left side new menu close */
.navbar-brand {
    color: #4e4e4e;
    font-size: 20px;
    margin-top: 5px;
    font-weight: 500;
}

.navbar-brand {
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    color: #4e4e4e;
    font-size: 20px;
    margin-top: 5px;
    font-weight: 500;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-pills .nav-item {
    float: left;
}

.nav-item {
    cursor: pointer;
}
.text-righ {
  text-align: right !important;
}
.modal-product #tab-option .tab-content {
  background: #fff;
  margin-bottom: 0rem;
}
.modal-product #tab-option .nav-tabs {
  background: #f1f1f1
}
.modal-product #tab-option .nav-tabs .nav-link.active {
  color: #464a4c;
  background-color: #ffffff;
}
.modal-product #tab-option .nav-tabs .nav-item {
    margin-bottom: -3px;
}
/* empty card loading start */
.timeline-item {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;

    margin: 0 auto;
    min-height: 200px;
}
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}
.background-masker {
    background: #fff;
    position: absolute;
}

/* Every thing below this is just positioning */

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0;
    left: 40px;
    right: 0;
    height: 10px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 10px;
    left: 40px;
    height: 8px;
    width: 10px;
}

.background-masker.header-bottom {
    top: 18px;
    height: 6px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 24px;
    height: 6px;
}


.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0;
}

.background-masker.subheader-right {
    left: 230px;
}

.background-masker.subheader-bottom {
    top: 30px;
    height: 10px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
}

.background-masker.content-top {
    height:20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end{
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
}

.background-masker.content-second-line  {
    top: 68px;
}

.background-masker.content-second-end {
    left: 420px;
    top: 74px;
}

.background-masker.content-third-line {
    top: 82px;
}

.background-masker.content-third-end {
    left: 300px;
    top: 88px;
}
/* empty card loading close */
.mt-5x {
    margin-top: 5rem !important;
}
.card-header.pactive {
  color: #fff;
  background-color: #0275d8;
}
.line-on-side {
  border-bottom: 1px solid #DADADA;
  line-height: .1em;
  margin: 10px 0 20px;
}
.line-on-side span {
  background: #FFF;
  padding: 0 10px;
}
/*New Vendor Css------------------------*/

.state-overview .red {
    background: #ff6c60;
}
.state-overview .symbol i {
    color: #fff;
    font-size: 50px;
}
.state-overview .value {
    width: 58%;
    padding-top: 21px;
}
.state-overview .value {
    float: right;
}
.state-overview .symbol, .state-overview .value {
    display: inline-block;
    text-align: center;
}
.state-overview .symbol {
    width: 40%;
    padding: 25px 15px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}
.state-overview .value h1 {
    font-weight: 300;
}
.state-overview .value h1, .state-overview .value p {
    margin: 0;
    padding: 0;
    color: #c6cad6;
}
.state-overview .value h1, .state-overview .value p {
    margin: 0;
    padding: 0;
    color: #c6cad6;
}
.panel {
  border-width: 0px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  color: rgba(0,0,0, 0.87);
  background: #fff;
}

.card-deck .card {
  margin-top: 0;
}

.card-deck .card-body {
  background-color: #fff;
  padding: 0 !important;
}

.card-deck .card-body .count.pull-left {
  padding: 20px;
}

.card-deck .card-body i {
  padding: 15px;
  border-radius: 50px;
  margin-right: 25px;
}

.card-deck .card-body .count.pull-left.sale i {
  border: 1px solid #ABE5D9;
  background-color: #ABE5D9;
  color: #2FBFA0;
  width: 66px;
  height: 68px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
}

.card-deck .card-body .count.pull-left.order i {
  border: 1px solid #C7C4E9;
  background-color: #C7C4E9;
  color: #736CC7;
}

.card-deck .card-body .count.pull-left.product i {
  border: 1px solid #C7C4E9;
  background-color: #C7C4E9;
  color: #736CC7;
}

.card-deck .card-body .count.pull-left.cuisine i {
  border: 1px solid #ABE5D9;
  background-color: #ABE5D9;
  color: #2FBFA0;
  width: 66px;
  height: 68px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
}

.card-deck .card-body h5 {
  margin-bottom: 0;
  color: #4d5a68;
  margin-top: 28px;
}

.card{
  margin-top: 1.5rem;
}

.recent-activity .card-header {
  background-color: #fff;
}

.card .card-header-title {
  /* padding: 0.9375rem 1.25rem 0.265rem; */
  padding: 0.5rem 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: 1px solid #eee;
  /* margin-bottom: 10px; */
}
.card .card-header-title .card-title {
  color: #666;
  padding: 10px 0;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  margin-bottom: 0rem;
  text-transform: capitalize;
}
.card .card-body {
    padding: 20px 20px 20px;
}
.react-bs-table-container {
    border: 1px solid #e7ecf1;
}
.table-bordered td, .table-bordered th {
    border-color: #e7ecf1;
}
.table-bordered td, .table-bordered th {
    border-top: 0 none;
}
.site-footer {
  background: #2a2a2a;
  color: #777;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease,-moz-transform 0.2s ease,-o-transform 0.2s ease,transform 0.2s ease;
  padding: 10px 0px;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.site-footer a {
    color: #868686;
}
.data-table .dropdown-toggle {
  background-color: transparent;
  border: 1px solid #c2cad8;
  border-radius: 0rem;
  margin-left: 10px;
}
.data-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: #fbfcfd;
}
/*New Vendor Css----END-----------------*/
//*-----------report*/
#penalreport .penal-header {
  padding: 4px 15px;
    border-bottom: 1px solid rgba(37, 34, 34, 0);
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    /* border: 1px solid #eee; */
    color: #595959;
    border-color: #e8e8e8;
    background:#fff;
}
.well-report {
  min-height: 20px;
      padding: 7px;
      margin-bottom: 10px;
      background-color: #f5f5f5;
      border: 1px solid #e3e3e3;
      border-radius: 3px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well-report  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}

.well-report .form-group.field.field-object {
    margin-bottom: 11px;
    /* float: right; */
    /* margin-right: 3px; */
    /* margin-left: 5px; */
}
.well-report .card-gray {
    border: 1px solid #ddd;
}
.penal .card-gray {
    border: 1px solid #ddd;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(255, 255, 255);
}.well-report .form-group select {
    height: 38px !important;
}
.well-report .control-label {
    color: rgba(47, 44, 44, 0.75);
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
}
#penalreport .penal-title {
    color: rgba(47, 53, 59, 0.56)!important;
    padding: 10px 0;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500!important;
}
#report button.btn.btn-primary.col-sm-2.filter-button {
    float: right !important;
    margin-top: -4.2rem !important;
}
#report .filter-right button.btn.btn-primary.col-sm-2.filter-button {
  float: right !important;
  margin-top: -4.2rem !important;
  margin-right: -14rem;
}
/*-------Chart*/
#container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;

  height: 400px;
  background-color: #fff;
}
.report-analysis
{
  min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #fff;
border: 1px solid #e3e3e3;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.filter-space{
    margin-right: 7rem;
}
/*React widegets*/
.rw-btn,
.rw-input {
    color: inherit;
    font: inherit;
    margin: 0
}
button.rw-input {
    overflow: visible
}
button.rw-input,
select.rw-input {
    text-transform: none
}
button.rw-input,
html input[type="button"].rw-input,
input[type="reset"].rw-input,
input[type="submit"].rw-input {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled].rw-input,
html input[disabled].rw-input {
    cursor: not-allowed
}
button.rw-input::-moz-focus-inner,
input.rw-input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.rw-i {
    display: inline-block;
    font-family: RwWidgets;
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rw-i-caret-down:before {
    content: '\f107';
    font-family: FontAwesome;
}
.rw-i-caret-up:before {
    content: '\f106';
    font-family: FontAwesome;
}
.rw-i-caret-left:before {
    content: '\f104';
    font-family: FontAwesome;
}
.rw-i-caret-right:before {
    content: '\f105';
    font-family: FontAwesome;
}
.rw-i-clock-o:before {
    content: '\f017';
    font-family: FontAwesome;
}
.rw-i-calendar:before {
    content: '\f073';
    font-family: FontAwesome;
}
.rw-i-search:before {
    content: '\f002';
    font-family: FontAwesome;
}
.rw-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.rw-widget,
.rw-widget * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.rw-widget:before,
.rw-widget *:before,
.rw-widget:after,
.rw-widget *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.rw-widget {
    outline: 0;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box
}
.rw-btn {
    color: #333;
    line-height: 2.286em;
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    background: none;
    background-image: none;
    border: 1px solid transparent;
    padding: 0;
    white-space: nowrap
}
.rw-rtl {
    direction: rtl
}
.rw-input {
    color: #555;
    height: 2.286em;
    padding: .429em .857em;
    background-color: #fff
}
.rw-input[disabled] {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
    background-color: #eee;
    border-color: #ccc
}
.rw-input[readonly] {
    cursor: not-allowed
}
.rw-filter-input {
    position: relative;
    width: 100%;
    padding-right: 1.9em;
    border: #ccc 1px solid;
    border-radius: 4px;
    margin-bottom: 2px
}
.rw-rtl .rw-filter-input {
    padding-left: 1.9em;
    padding-right: 0
}
.rw-filter-input>.rw-input {
    width: 100%;
    border: none;
    outline: none
}
.rw-filter-input>span {
    margin-top: -2px
}
.rw-i.rw-loading {
    background: url("/public/image/loading.gif") no-repeat center;
    width: 16px;
    height: 100%
}
.rw-i.rw-loading:before {
    content: ""
}
.rw-loading-mask {
    border-radius: 4px;
    position: relative
}
.rw-loading-mask:after {
    content: '';
    background: url("/public/image/loader-big.gif") no-repeat center;
    position: absolute;
    background-color: #fff;
    opacity: .7;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}
.rw-now {
    font-weight: 600
}
.rw-state-focus {
    background-color: #fff;
    border: #66afe9 1px solid;
    color: #333
}
.rw-state-selected {
    background-color: #adadad;
    border: #adadad 1px solid;
    color: #333
}
.rw-state-disabled {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1
}
.rw-btn,
.rw-dropdownlist {
    cursor: pointer
}
.rw-btn[disabled],
.rw-state-disabled .rw-btn,
.rw-state-readonly .rw-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65
}
ul.rw-list,
.rw-selectlist {
    margin: 0;
    padding-left: 0;
    list-style: none;
    padding: 5px 0;
    overflow: auto;
    outline: 0;
    height: 100%
}
ul.rw-list>li,
.rw-selectlist>li {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
ul.rw-list>li.rw-list-optgroup,
.rw-selectlist>li.rw-list-optgroup {
    font-weight: bold
}
ul.rw-list>li.rw-list-option,
ul.rw-list>li.rw-list-empty,
.rw-selectlist>li.rw-list-option,
.rw-selectlist>li.rw-list-empty {
    padding-left: 10px;
    padding-right: 10px
}
ul.rw-list>li.rw-list-option,
.rw-selectlist>li.rw-list-option {
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px
}
ul.rw-list>li.rw-list-option:hover,
.rw-selectlist>li.rw-list-option:hover {
    background-color: #e6e6e6;
    border-color: #adadad
}
ul.rw-list>li.rw-list-option.rw-state-focus,
.rw-selectlist>li.rw-list-option.rw-state-focus {
    background-color: #fff;
    border: #66afe9 1px solid;
    color: #333
}
ul.rw-list>li.rw-list-option.rw-state-selected,
.rw-selectlist>li.rw-list-option.rw-state-selected {
    background-color: #adadad;
    border: #adadad 1px solid;
    color: #333
}
ul.rw-list>li.rw-list-option.rw-state-disabled,
ul.rw-list>li.rw-list-option.rw-state-readonly,
.rw-selectlist>li.rw-list-option.rw-state-disabled,
.rw-selectlist>li.rw-list-option.rw-state-readonly {
    color: #777;
    cursor: not-allowed
}
ul.rw-list>li.rw-list-option.rw-state-disabled:hover,
ul.rw-list>li.rw-list-option.rw-state-readonly:hover,
.rw-selectlist>li.rw-list-option.rw-state-disabled:hover,
.rw-selectlist>li.rw-list-option.rw-state-readonly:hover {
    background: none;
    border-color: transparent
}
ul.rw-list.rw-list-grouped>li.rw-list-optgroup,
.rw-selectlist.rw-list-grouped>li.rw-list-optgroup {
    padding-left: 10px
}
ul.rw-list.rw-list-grouped>li.rw-list-option,
.rw-selectlist.rw-list-grouped>li.rw-list-option {
    padding-left: 20px
}
.rw-widget {
    position: relative
}
.rw-open.rw-widget,
.rw-open>.rw-multiselect-wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.rw-open-up.rw-widget,
.rw-open-up>.rw-multiselect-wrapper {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.rw-combobox .rw-list,
.rw-datetimepicker .rw-list,
.rw-numberpicker .rw-list,
.rw-dropdownlist .rw-list,
.rw-multiselect .rw-list {
    max-height: 200px;
    height: auto
}
.rw-widget {
    background-color: #fff;
    border: #ccc 1px solid;
    border-radius: 4px
}
.rw-widget .rw-input {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}
.rw-rtl .rw-widget .rw-input {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}
.rw-widget>.rw-select {
    border-left: #ccc 1px solid
}
.rw-widget.rw-rtl>.rw-select {
    border-right: #ccc 1px solid;
    border-left: none
}
.rw-widget.rw-state-focus,
.rw-widget.rw-state-focus:hover {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    border-color: #66afe9;
    outline: 0
}
.rw-widget.rw-state-readonly,
.rw-widget.rw-state-readonly>.rw-multiselect-wrapper {
    cursor: not-allowed
}
.rw-widget.rw-state-disabled,
.rw-widget.rw-state-disabled:hover,
.rw-widget.rw-state-disabled:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #eee;
    border-color: #ccc
}
.rw-combobox,
.rw-datetimepicker,
.rw-numberpicker,
.rw-dropdownlist {
    padding-right: 1.9em
}
.rw-combobox.rw-rtl,
.rw-datetimepicker.rw-rtl,
.rw-numberpicker.rw-rtl,
.rw-dropdownlist.rw-rtl {
    padding-right: 0;
    padding-left: 1.9em
}
.rw-combobox>.rw-input,
.rw-datetimepicker>.rw-input,
.rw-numberpicker>.rw-input,
.rw-dropdownlist>.rw-input {
    width: 100%;
    border: none;
    outline: 0
}
.rw-combobox>.rw-input::-moz-placeholder,
.rw-datetimepicker>.rw-input::-moz-placeholder,
.rw-numberpicker>.rw-input::-moz-placeholder,
.rw-dropdownlist>.rw-input::-moz-placeholder {
    color: #999;
    opacity: 1
}
.rw-combobox>.rw-input:-ms-input-placeholder,
.rw-datetimepicker>.rw-input:-ms-input-placeholder,
.rw-numberpicker>.rw-input:-ms-input-placeholder,
.rw-dropdownlist>.rw-input:-ms-input-placeholder {
    color: #999
}
.rw-combobox>.rw-input::-webkit-input-placeholder,
.rw-datetimepicker>.rw-input::-webkit-input-placeholder,
.rw-numberpicker>.rw-input::-webkit-input-placeholder,
.rw-dropdownlist>.rw-input::-webkit-input-placeholder {
    color: #999
}
.rw-placeholder {
    color: #999
}
.rw-select {
    position: absolute;
    width: 1.9em;
    height: 100%;
    right: 0;
    top: 0
}
.rw-select.rw-btn,
.rw-select>.rw-btn {
    height: 100%;
    vertical-align: middle;
    outline: 0
}
.rw-rtl .rw-select {
    left: 0;
    right: auto
}
.rw-multiselect,
.rw-combobox input.rw-input,
.rw-datetimepicker input.rw-input,
.rw-numberpicker input.rw-input {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.rw-combobox:active,
.rw-datetimepicker:active,
.rw-dropdownlist:active,
.rw-header>.rw-btn:active,
.rw-numberpicker .rw-btn.rw-state-active,
.rw-combobox:active.rw-state-focus,
.rw-datetimepicker:active.rw-state-focus,
.rw-dropdownlist:active.rw-state-focus,
.rw-header>.rw-btn:active.rw-state-focus,
.rw-numberpicker .rw-btn.rw-state-active.rw-state-focus {
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.rw-combobox:hover,
.rw-datetimepicker:hover,
.rw-numberpicker:hover,
.rw-dropdownlist:hover {
    background-color: #e6e6e6;
    border-color: #adadad
}
.rw-dropdownlist.rw-state-disabled,
.rw-dropdownlist.rw-state-readonly {
    cursor: not-allowed
}
.rw-dropdownlist>.rw-input {
    line-height: 2.286em;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.rw-dropdownlist.rw-rtl>.rw-input {
    padding: .429em .857em;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
}
.rw-dropdownlist>.rw-select,
.rw-dropdownlist.rw-rtl>.rw-select {
    border-width: 0
}
.rw-numberpicker .rw-btn {
    display: block;
    height: 1.143em;
    line-height: 1.143em;
    width: 100%;
    border-width: 0
}
.rw-popup {
    position: absolute;
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border: #ccc 1px solid;
    background: #fff;
    padding: 2px;
    overflow: auto;
    margin-bottom: 10px;
    left: 10px;
    right: 10px
}
.rw-dropup>.rw-popup {
    margin-bottom: 0;
    margin-top: 10px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2)
}
.rw-popup-container {
    position: absolute;
    top: 100%;
    margin-top: 1px;
    z-index: 1005;
    left: -11px;
    right: -11px
}
.rw-widget.rw-state-focus .rw-popup-container {
    z-index: 1015
}
.rw-popup-container.rw-dropup {
    top: auto;
    bottom: 100%
}
.rw-popup-container.rw-calendar-popup {
    right: auto;
    width: 18em
}
.rw-datetimepicker .rw-btn {
    width: 1.8em
}
.rw-datetimepicker.rw-has-neither {
    padding-left: 0;
    padding-right: 0
}
.rw-datetimepicker.rw-has-neither .rw-input {
    border-radius: 4px
}
.rw-datetimepicker.rw-has-both {
    padding-right: 3.8em
}
.rw-datetimepicker.rw-has-both.rw-rtl {
    padding-right: 0;
    padding-left: 3.8em
}
.rw-datetimepicker.rw-has-both>.rw-select {
    width: 3.8em;
    height: 100%
}
.rw-calendar {
    background-color: #fff
}
.rw-calendar thead>tr {
    border-bottom: 2px solid #ccc
}
.rw-calendar .rw-header {
    padding-bottom: 5px
}
.rw-calendar .rw-header .rw-btn-left,
.rw-calendar .rw-header .rw-btn-right {
    width: 12.5%
}
.rw-calendar .rw-header .rw-btn-view {
    width: 75%;
    background-color: #eee;
    border-radius: 4px
}
.rw-calendar .rw-header .rw-btn-view[disabled] {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed
}
.rw-calendar .rw-footer {
    border-top: 1px solid #ccc
}
.rw-calendar .rw-footer .rw-btn {
    width: 100%;
    white-space: normal
}
.rw-calendar .rw-footer .rw-btn:hover {
    background-color: #e6e6e6
}
.rw-calendar .rw-footer .rw-btn[disabled] {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed
}
.rw-calendar-grid {
    outline: none;
    height: 14.28571429em;
    table-layout: fixed;
    width: 100%
}
.rw-calendar-grid th {
    text-align: right;
    padding: 0 .4em 0 .1em
}
.rw-calendar-grid .rw-btn {
    width: 100%;
    text-align: right
}
.rw-calendar-grid td .rw-btn {
    border-radius: 4px;
    padding: 0 .4em 0 .1em;
    outline: 0
}
.rw-calendar-grid td .rw-btn:hover {
    background-color: #e6e6e6
}
.rw-calendar-grid td .rw-btn.rw-off-range {
    color: #b3b3b3
}
.rw-calendar-grid.rw-nav-view .rw-btn {
    padding: .25em 0 .3em;
    display: block;
    overflow: hidden;
    text-align: center;
    white-space: normal
}
.rw-selectlist {
    padding: 2px
}
.rw-selectlist>ul {
    height: 100%;
    overflow: auto
}
.rw-selectlist>ul>li.rw-list-option {
    position: relative;
    min-height: 27px;
    cursor: auto;
    outline: none;
    padding-left: 5px
}
.rw-selectlist>ul>li.rw-list-option>label>input {
    position: absolute;
    margin: 4px 0 0 -20px
}
.rw-selectlist>ul>li.rw-list-option>label {
    padding-left: 20px;
    line-height: 1.423em;
    display: inline-block
}
.rw-selectlist.rw-rtl>ul>li.rw-list-option {
    padding-left: 0;
    padding-right: 5px
}
.rw-selectlist.rw-rtl>ul>li.rw-list-option>label>input {
    margin: 4px -20px 0 0
}
.rw-selectlist.rw-rtl>ul>li.rw-list-option>label {
    padding-left: 0;
    padding-right: 20px
}
.rw-selectlist.rw-rtl>ul>li.rw-list-option {
    padding-left: 0;
    padding-right: 5px
}
.rw-selectlist.rw-rtl>ul>li.rw-list-option>label>input {
    margin: 4px -20px 0 0
}
.rw-selectlist.rw-rtl>ul>li.rw-list-option>label {
    padding-left: 0;
    padding-right: 20px
}
.rw-selectlist.rw-state-disabled>ul>li:hover,
.rw-selectlist.rw-state-readonly>ul>li:hover {
    background: none;
    border-color: transparent
}
.rw-multiselect {
    background-color: #fff
}
.rw-multiselect:hover {
    border-color: #adadad
}
.rw-multiselect-wrapper {
    border-radius: 4px;
    position: relative;
    cursor: text
}
.rw-multiselect-wrapper:before,
.rw-multiselect-wrapper:after {
    content: " ";
    display: table
}
.rw-multiselect-wrapper:after {
    clear: both
}
.rw-multiselect-wrapper span.rw-loading {
    position: absolute;
    right: 3px
}
.rw-multiselect-wrapper>.rw-input {
    outline: 0;
    border-width: 0;
    line-height: normal;
    width: auto;
    max-width: 100%
}
.rw-multiselect-wrapper>.rw-input::-moz-placeholder {
    color: #999;
    opacity: 1
}
.rw-multiselect-wrapper>.rw-input:-ms-input-placeholder {
    color: #999
}
.rw-multiselect-wrapper>.rw-input::-webkit-input-placeholder {
    color: #999
}
.rw-state-readonly>.rw-multiselect-wrapper,
.rw-state-disabled>.rw-multiselect-wrapper {
    cursor: not-allowed
}
.rw-rtl .rw-multiselect-wrapper>.rw-input {
    float: right
}
.rw-multiselect-create-tag {
    border-top: 1px #ccc solid;
    padding-top: 5px;
    margin-top: 5px
}
.rw-multiselect-taglist {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: inline;
    padding-right: 0
}
.rw-multiselect-taglist>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}
.rw-multiselect-taglist>li {
    display: inline-block;
    margin: 1px;
    padding: .214em .15em .214em .4em;
    line-height: 1.4em;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #ccc;
    cursor: pointer
}
.rw-multiselect-taglist>li.rw-state-focus {
    background-color: #fff;
    border: #66afe9 1px solid;
    color: #333
}
.rw-multiselect-taglist>li.rw-state-readonly,
.rw-multiselect-taglist>li.rw-state-disabled,
.rw-multiselect.rw-state-readonly .rw-multiselect-taglist>li,
.rw-multiselect.rw-state-disabled .rw-multiselect-taglist>li {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65
}
.rw-multiselect-taglist>li .rw-btn {
    outline: 0;
    font-size: 115%;
    line-height: normal
}
.rw-rtl .rw-multiselect-taglist>li {
    float: right
}
.day-checkbox{
  margin-left:10px;
}
#image-manager .fa-folder.fa-5x {
    font-size: 10em;
}

#image-manager .image-image {
  height: 9em;
  margin-top: 10px;
}

#image-manager .link {
  cursor: pointer;
}

#image-manager .header {
  margin-bottom: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #dbdbdb;
  margin-top: -7px;
  margin-left: -20px;
  margin-right: -20px;
}

#image-manager .delete-button {
  padding: 0px 7px;
  border-radius: 3px;
  margin-left: 15px;
}

#image-manager .delete-button .fa {
  font-size: 0.75em;
}

#image-manager .image-card {
  margin-bottom: 15px;
}

#image-manager .image-name {
  font-weight: 500;
}
/*New Vendor Css----END-----------------*/
/*08-03-2018 start */
.card-body {
  box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
  background-color: #f7f7f7;
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.catalog-menu .row.product{
  padding: 5px;
}

.react-bs-table-pagination .col-md-6 .dropdown {
  visibility: hidden !important;
}

.table .rw-calendar-grid td {
  padding: 0 !important;
}


@media (min-width: 1200px) and (max-width: 1600px) {
  #column-left #menu li ul{
    max-height: 340px !important;
    overflow: auto !important;
    overflow-x: hidden !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #column-left #menu li ul{
    max-height: 185px !important;
    overflow: auto !important;
    overflow-x: hidden !important;
  }
}

@media (max-width: 991px) {

  .card {
    margin-bottom: 15px;
  }

  #header-nav {
    margin-left: 0px;
    height: 50px;
    padding: 0px 5px;
  }
  #content {
    margin-top: 4rem;
    padding: 1rem;
  }
  #column-left {
    width: 100%;
    padding-top: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #header-nav .nav .nav-item.dropdown{
    float: left;
  }
  #content {
    margin-top: 3rem;
    padding-left: 4.5rem;
  }
  #column-left {
    width: 62px;
    height: 100%;
    background-color: #3e454c;
    position: fixed;
    top: 19px;
    bottom: 0;
    padding-top: 0;
    z-index: 9;
    transition: all 0.3s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 544px) and (max-width: 767px) {

  .card-signin {
    margin: 5% auto 10%;
    position: relative;
    width: auto;
  }

  .signin-layout .footer {
    position: relative;
  }

  .btn-category{
    font-size: 18px;
    padding: 0px;
    background-color: transparent;
    color: #fff;
  }
  #column-left{
    width: 100%;
    padding-top: 6rem;
    transform: translate3d(-100%, 0px, 0px);
  }
  #menu li .title {
    display: initial;
    padding-left: 1rem;
  }
  #content {
    margin-top: 2rem;
  }
  .page-header-section {
    padding: 0px;
  }

  #menu > li > a {
    color: #ccc;
  }
  #header-nav {
    margin-left: 0px;
    height: 80px;
    padding: 0px 5px;

  }
  #menu > li:hover > ul {
    visibility: visible;
    position: initial;
    width: 100%;
  }
  #menu #navbarDropdownMenuLink{
    border:0 none;
    float: left;
  }
  #menu li a{
    border-bottom: 0 none;
  }
  #menu .dropdown-menu{
    padding: 0rem;
  }
  #menu .nav-item.dropdown{
    display: table;
    width: 100%;
    border-bottom: 1px solid #999;
  }
  #menu .signout{
    padding: 15px;
  }

  #menu .dropdown-menu .dropdown-item{
    border-bottom: 1px solid #E1000E;
  }
  #menu a.dropdown-item:hover{
    margin: 0rem;
  }

  i.fa.fa-power-off.fa-lg{
    margin-top: 0rem;
  }
  #header-nav .counter {
    font-size: 12px;
  }
  span.badge.badge-danger.counter{
    height: 25px;
    width: 25px;
    padding: 5px 3px 0;
  }
  #header-nav .navbar-brand{
    font-size: 19px;
    font-weight: bold;
  }
  #header-nav .nav-link{
    font-size: 12px;
  }
  #header-nav .signout{
    margin-top: 0rem;
  }
  #header-nav .h-title{
    color:#fff;
    text-decoration: none;
    font-size: 20px;

  }
  #header-nav .mr-auto{
    margin-right: 0px !important;
  }

  .filter-card_new > li > a.d-md-block {
    color: #c3c3c3 !important;
  }

  .filter-card_new > li > a.d-md-block i {
    margin-left: 4px;
  }

  .filter-card_new > li > a.d-md-block .title {
    display: inline-block!important;
    margin-left: 0px;
    font-weight: bold;
  }
}

@media (max-width: 543px) {

  .rrm-content {
    width: 100% !important;
  }

  ul.mr-auto li:nth-of-type(1n+5) {display: none;}

  .card-signin {
    margin: 15% auto 10%;
    position: relative;
    width: auto;
  }

  .btn-category{
    font-size: 18px;
    padding: 5px 10px 0 14px;
    background-color: transparent;
    color: #fff;
  }
  #column-left{
    width: 100%;
    padding-top: 2rem;
    transform: translate3d(-100%, 0px, 0px);
  }
  #column-left + #content {
    margin-left: 0px;
  }
  #column-left.active + #content {
    margin-left: 0px;
  }
  #column-left.active {
    top: 20px;
  }
  #menu li .title {
    display: initial;
    padding-left: 1rem;
  }
  #content {
    margin-top: 3rem;
    padding: 1rem;
  }
  .page-header-section {
    padding: 0px;
  }

  #menu > li > a {
    color: #ccc;
  }
  #header-nav {
    margin-left: 0px;
    height: 50px;
    padding: 0px 5px;

  }
  #menu > li:hover > ul {
    visibility: visible;
    position: initial;
    width: 100%;
  }
  #menu #navbarDropdownMenuLink{
    border:0 none;
    float: left;
    margin-top: 6px;
  }
  #menu li a{
    border-bottom: 0 none;
  }
  #menu .dropdown-menu{
    padding: 0rem;
  }
  #menu .nav-item.dropdown{
    display: table;
    width: 100%;
    border-bottom: 1px solid #999;
  }
  #menu .signout{
    padding: 15px;
  }

  #menu .dropdown-menu .dropdown-item{
    border-bottom: 1px solid #E1000E;
  }
  #menu a.dropdown-item:hover{
    margin: 0rem;
  }

  i.fa.fa-power-off.fa-lg{
    margin-top: 0rem;
  }
  #header-nav .counter {
    font-size: 12px;
  }
  span.badge.badge-danger.counter{
    height: 25px;
    width: 25px;
    padding: 5px 3px 0;
  }
  #header-nav .navbar-brand{
    font-size: 19px;
    font-weight: bold;
  }
  #header-nav .nav-link{
    font-size: 12px;
  }
  #header-nav .signout{
    margin-top: 0rem;
  }
  #header-nav .h-title{
    color:#fff;
    text-decoration: none;
    font-size: 20px;

  }
  #header-nav .mr-auto{
    margin-right: 0px !important;
  }

  .filter-card_new > li > a.d-md-block {
    color: #c3c3c3 !important;
  }

  .filter-card_new > li > a.d-md-block i {
    margin-left: 4px;
  }

  .filter-card_new > li > a.d-md-block .title {
    display: inline-block!important;
    margin-left: 0px;
    font-weight: bold;
  }
}

@media (max-width: 384px) {

  .rrm-content {
    width: 100% !important;
  }

  .btn-category{
    font-size: 18px;
    padding: 0px;
    background-color: transparent;
    color: #fff;
  }
  #column-left{
    width: 100%;
    padding-top: 6rem;
    transform: translate3d(-100%, 0px, 0px);
  }
  #menu{
    overflow-x: scroll;
  }
  #menu li .title {
    display: initial;
    padding-left: 1rem;
  }

  #column-left{
    width: 100%;
    padding-top: 0rem;
    margin-top: 2rem;
    z-index: 1099;
    transform: translate3d(-100%, 0px, 0px);
  }
  #column-left.active {
    top: 20px;
  }
  #column-left + #content {
    margin-left: 0px;
  }
  #column-left.active + #content {
    margin-left: 0px;
  }

  #menu > li > a {
    color: #ccc;
  }
  #header-nav {
    margin-left: 0px;
    height: 80px;
    padding: 0px 5px;

  }
  #menu > li:hover > ul {
    visibility: visible;
    position: initial;
    width: 100%;
  }
  #menu #navbarDropdownMenuLink{
    border:0 none;
    float: left;
  }
  #menu li a{
    border-bottom: 0 none;
  }
  #menu .dropdown-menu{
    padding: 0rem;
  }
  #menu .nav-item.dropdown{
    display: table;
    width: 100%;
    border-bottom: 1px solid #999;
  }
  #menu .signout{
    padding: 15px;
  }

  #menu .dropdown-menu .dropdown-item{
    border-bottom: 1px solid #E1000E;
  }
  #menu a.dropdown-item:hover{
    margin: 0rem;
  }
  #content {
    margin-top: 2rem;
    padding: 1rem;
  }
  i.fa.fa-power-off.fa-lg{
    margin-top: 0rem;
  }
  #header-nav .counter {
    font-size: 12px;
  }

  span.badge.badge-danger.counter{
    height: 25px;
    width: 25px;
    padding: 5px 3px 0;
  }
  #header-nav .navbar-brand{
    font-size: 19px;
    font-weight: bold;
  }
  #header-nav .nav-link{
    font-size: 12px;
  }
  #header-nav .signout{
    margin-top: 0rem;
  }
  #header-nav .h-title{
    color:#fff;
    text-decoration: none;
    font-size: 20px;

  }
  #header-nav .mr-auto{
    margin-right: 0px !important;
  }

  .filter-card_new > li > a.d-md-block {
    color: #c3c3c3 !important;
  }

  .filter-card_new > li > a.d-md-block i {
    margin-left: 4px;
  }

  .filter-card_new > li > a.d-md-block .title {
    display: inline-block!important;
    margin-left: 10px;
    font-weight: bold;
  }

}

/*08-03-2018 close */
/*09-08-2018 start */
/* notification popup*/
#pageMessages .alert {
  position: relative;
}

#pageMessages .alert .close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1em;
}

#pageMessages .alert .fa {
  margin-right:.3em;
}

#pageMessages {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 30%;
  z-index: 99999;
}
#pageMessages .alert h4 {
  margin-top: 0;
  color: inherit;
  font-size: 1.125rem;
}
#pageMessages .alert {
  font-size: 0.875rem;
}
#pageMessages .alert > p, #pageMessages .alert>ul {
  margin-bottom: 0;
}
/*09-08-2018 close */

/* 06/09/2018 start */

.logistic-order-info .card {
  margin-top: 0;
}

/* 06/09/2018 end */
.image-manager .folder-image {
  height: 130px;
}
