body {
  background-color: #EEEEEE;
  color: #3C4858;
  font-size: 15px;
  font-size: 0.9rem;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
  font-family: Varela Round,sans-serif!important;
  font-weight: 300;
  line-height: 1.5em;
}

/* --- Utility Classes Start --- */

.btn {
  cursor: pointer;
}
.box-shadow-none{
  box-shadow:none !important;
}
.form-check-label .checkbox{
  display: inherit;
}
.card-header-title.pull-right{
  float: right !important;
}
.card {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}
.error {
  color: red;
}
.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;
}
.common-panel {
  padding: 10px 20px;
}

/* --- Utility Classes End --- */

/* --- Header-Content-Footer Start --- */

#content {
  /*padding-left: 50px;
	margin-top: 60px;*/
  padding-left: 4rem;
  margin-top: 4rem;
  padding-right: 1rem;
  margin-bottom: 3.5rem;
}

#column-left {
  width: 50px;
  height: 100%;
  background-color: #3d3d3d;
  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);
}

.footer {
  height: auto;
  padding: 10px 0 10px 0;
  background-color: #3d3d3d;
  color: #c2c2c2;
  position: fixed;
  width: 100%;
  bottom: 0px;
  text-align: center;
  z-index: 10;
}

.navbar-brand {
  color: #4e4e4e;
  font-size: 20px;
  margin-top: 5px;
  font-weight: 500;
}

#header-nav {
	margin-left: 0rem;
  background: #5fbf00;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;
	padding: .32rem 1rem;
}

#header-nav .nav-link {
  color: #fff;
  font-size: 15px;
	cursor: pointer;
}

#header-nav .card-header-img {
	height: 1.25rem;
}

#menu {
  margin-bottom: 25px;
	margin-top: 8px;
}
#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 > 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 End --- */

.dropdown-item, .nav-link {
    cursor: pointer;
}

.filter-form {
	margin-top: 1rem;
  margin-bottom: 1rem;
}

.filter-button {
	width: 100%;
  margin-top: 1.8rem;
}

.nav-link .badge {
	margin-left: -0.75rem;
	border-radius: 0.5rem;
}

.signin-layout {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(https://static.pexels.com/photos/407294/pexels-photo-407294.jpeg) no-repeat bottom center fixed transparent;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.card-signin {
    margin: 15% auto 10%;
    position: relative;
    width: 420px;
}

.card-signin .card-header {
    background: none;
		border: none;
		box-shadow: none;
}

.signin-layout .quote {
    font-size: 30px;
    color: #fff;
    font-family: -apple-system-font, "Hiragino Sans GB","Microsoft Yahei",STXihei,"\5fae\8f6f\96c5\9ed1","\5B8B\4F53", "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow: 0 1px 0 rgba(0,0,0, .35);
    -webkit-font-smoothing: antialiased;
    text-align: center;
    margin-top: 1%;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .8);
}

.card-signin .card {
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    margin-top: 1.875rem;
    padding: 1.25rem;
}

/* --- Invoice-Card Start --- */

.card-invoice td, .card-invoice th, .card-invoice input, .card-invoice select, .card-invoice textarea, .card-invoice option, .card-invoice optgroup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.card-invoice h1 {
	text-transform: uppercase;
	color: #CCCCCC;
	text-align: right;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CDDDDD;
}
.card-invoice .store {
	width: 100%;
	margin-bottom: 20px;
}
.card-invoice .div2 {
	float: left;
	display: inline-block;
}
.card-invoice .div3 {
	float: right;
	display: inline-block;
	padding: 5px;
}
.card-invoice .heading td {
	background: #E7EFEF;
}
.card-invoice .address, .product {
	border-collapse: collapse;
}
.card-invoice .address {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #CDDDDD;
	border-right: 1px solid #CDDDDD;
}
.card-invoice .address th, .address td {
	border-left: 1px solid #CDDDDD;
	border-bottom: 1px solid #CDDDDD;
	padding: 5px;
	vertical-align: text-bottom;
}
.card-invoice .address td {
	width: 50%;
}
.card-invoice .product {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #CDDDDD;
	border-right: 1px solid #CDDDDD;
}
.card-invoice .product td {
	border-left: 1px solid #CDDDDD;
	border-bottom: 1px solid #CDDDDD;
	padding: 5px;
}
/* --- Invoice-Card End --- */

/* --- required star start --- */
.col .required label:not(span):before, div.required .control-label:not(span):before, td.required:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}
/* --- required star close --- */

/* --- Pagination start --- */
.react-bs-table-pagination > .row {
  margin-top: 0rem;
  display: unset;
  margin-right: 0;
  margin-left: 0;
  flex-wrap: unset;
}
.react-bs-table-pagination > .row > div {
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 1rem;
}

/* --- Pagination close --- */

/* --- Image Manager Starts --- */

.image-image {
 margin-bottom: 15px;
 height: 90px;
}
.image-image img {
  max-height: 90px !important;
}
.image-card {
  margin-bottom: 20px;
}
.image-manager .header{
  background: #eee;
  border-bottom: 1px solid #eee;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  margin-bottom: 20px;
}
.image-manager .link {
  cursor: pointer;
}
.image-manager .row + .row {
  max-height: 600px;
  overflow-x: hidden;
}
.image-manager .btn-sm {
  padding: 0rem .4rem;
}
.image-manager .folder-image {
 margin-bottom: 15px;
 height: 90px;
}
.image-manager .folder-image .fa-5x {
  font-size: 6rem;
}

/* --- Image Manager Ends --- */
