body {
  background-color: #f0f0f2;
  /* background-image: url("../images/bg.jpg"); */
  background-position: cover;
  background-repeat: no-repeat;
}
body.login_body {
  background-image: none;
}
#um_login {
  padding: 100px 0;
  /* background-image: url(../../includes/images/login-bg.jpg);
  background-position: center;
  background-size: contain; */
}
.main {
  position: absolute;
  top: 40%;
  height: 256px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
section {
  padding: 50px 0;
}
.main-heading {
  color: #777;
  text-transform: uppercase;
}
.page_heading h1 {
  font-size: 38px;
  font-weight: 700;
}
.page_heading {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.main_section {
  height: 125px;
  text-align: center;
}
.main-heading-primary {
  display: block;
  font-size: 4rem;
  color: #000;
  font-weight: 500;
  letter-spacing: 10px;
  animation: moveInLeft 1s ease-out;
}

.main-heading-secondary {
  font-family: sans-serif;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
  color: hotpink;
  animation: moveInRight 1s ease-out;
  margin-top: 20px;
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.um_login_form {
  -webkit-box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
  padding: 30px 20px;
  border-radius: 20px;
}
#um_login .login_btn {
  background: linear-gradient(45deg, #433e44, #271e2b);
  color: #fff;
  width: 230px;
  border: none;
  border-radius: 25px;
  padding: 10px;
  -webkit-box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
}
#um_login .um_inputs {
  border-radius: 25px;
  width: 100%;
  padding: 10px;
  padding-left: 50px;
  border: none;
  -webkit-box-shadow: 0px 10px 49px -14px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 10px 49px -14px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 10px 49px -14px rgba(0, 0, 0, 0.7);
}
#um_login .fas {
  font-family: FontAwesome;
  position: absolute;
  color: #000;
  left: 15px;
  top: 6px;
  font-size: 24px;
}
#um_login input:focus {
  outline-offset: 0 !important;
  border: 0 !important;
  outline: 0;
}
#um_login .form-group {
  position: relative;
}
.error_alert {
  padding: 5px 10px;
  margin: 15px 0;
}

#navbar {
  background-color: #000;
}
div#navbar_inner {
  overflow: hidden;
  background-color: #333;
  z-index: 99;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.brand-logo {
  height: 52px;
}
#navbar .brand-logo a {
  padding: 0;
}
.logo-img {
  height: 100%;
}
/* .header {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center; */
/* } */

/* #navbar {
  overflow: hidden;
  background-color: #333;
} */

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.delete_type_btn,
.delete_product_btn {
  /* background: linear-gradient(45deg, #433e44, #271e2b); */
  color: #fff;
  font-size: 12px;
  border: none;
  border-radius: 0;
  padding: 4px 20px;
  -webkit-box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
}
input#product,
input#type {
  border-radius: 0;
}
input#product:focus,
input#type:focus {
  outline: 0;
  outline-offset: 0;
  border-color: #000;
  border: none;
  box-shadow: 0 0 0 1px rgb(16, 16, 16);
}
.input-group-append #button_add_product,
.input-group-append #button_add_type {
  border-radius: 0;
  -webkit-box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
  width: 100px;
}
div#invoice_table_wrapper,
#DataTables_Table_0_wrapper {
  padding: 20px 20px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
    0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
    0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05),
    0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
  border-width: 0;
  transition: all 0.2s;
  background-color: #fff;
}
.delete_type_btn.btn,
.delete_product_btn.btn {
  color: #fff;
}
.dataTables_wrapper .btn-info {
  padding: 2px 15px;
}
.dataTables_wrapper tr.group td {
  font-size: 18px !important;
  font-weight: 600;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 5px 10px;
  font-size: 14px;
}
table.dataTable tbody tr.even {
  background-color: rgba(0, 0, 0, 0.03);
}
table.dataTable thead th,
table.dataTable tbody td {
  text-align: center;
}
.dataTables_wrapper {
  background-color: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  position: relative;
  padding: 5px;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  z-index: 1;
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
  background: #000 !important;
}
li.ui-menu-item {
  font-size: 14px;
}
li.ui-menu-item .ui-menu-item-wrapper {
  padding: 2px 10px;
  margin: 2px;
  background-color: #fff;
  color: #000;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background-color: #000 !important;
  color: #fff !important;
}
#invoice_table_wrapper form,
#DataTables_Table_0_wrapper form {
  margin-bottom: 0;
}
section#um_welcome_home input {
  border-radius: 0;
}
.buttons-pdf {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 5px 30px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}
.table-hover tbody tr:hover {
  background-color: #e0f3ff !important;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}
.table th,
.table td {
  padding: 0.55rem;
}
table.dataTable tbody tr.selected{
      background-color: #B0BED9 !important;
}