html,
body {
  height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #F0F0F0;
  background: url('../img/bg.png');
  padding-top: 40px;
  padding-bottom: 0;
}

.page-wrap {
  flex: 1 0 auto;
}

#footer {
  margin-top: auto;
  padding: 15px 0 10px;
}

/* Bootstrap 3 legacy class compatibility on top of Bootstrap 5 */
.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-default {
  background-color: #2473ba;
  border-color: #2473ba;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand {
  color: #ffffff;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar-default .navbar-nav > li.active > a {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}

.navbar-toggle {
  border: 1px solid #555;
  background: #34495e;
  margin-top: 8px;
  margin-bottom: 8px;
  transition: background-color 0.2s ease;
}

.navbar-toggle:hover {
  background: #2c3e50;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #ffffff;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* Bootstrap 3 state class aliases expected by legacy templates/plugins. */
.collapse.in {
  display: block;
}

.collapse.show {
  display: block;
}

.modal.in {
  display: block;
}

.dropdown.open > .dropdown-menu {
  display: block;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-toggle {
  cursor: pointer;
}

/* Dark navbar dropdown menu styling */
.navbar-default .dropdown-menu {
  background-color: #34495e;
  border-color: #2c3e50;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.navbar-default .dropdown-menu > li > a {
  color: #ecf0f1;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar-default .dropdown-menu > li.active > a {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}

.navbar-default .dropdown-menu > .divider {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Keep desktop navbar expanded for legacy .navbar-collapse markup. */
@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar .dropdown-menu {
    position: absolute;
    z-index: 1000;
  }
}

/* Keep mobile navbar behavior close to Bootstrap 3. */
@media (max-width: 767px) {
  .navbar-collapse.collapse {
    display: none;
  }

  .navbar-collapse.collapse.show,
  .navbar-collapse.collapse.in {
    display: block;
  }
}

.navbar-collapse.show {
  display: block !important;
}
.logo_prev {
  width: 225px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #dddddd;
  overflow: hidden;
}

#img_prev,
.invoice-logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.navbar {
  margin-bottom: 40px;
}
.product-example {
    background:#49C4A5;
    margin-top:-15px;
}

.product-example h1 {
    text-align:center;
    padding:50px;
    color:#1E7D65;
    font-size:15pt;
    font-family:Tahoma;
}
.login {  
    background:#fff; 
    max-width:350px;
    margin:0 auto; 
    padding:1px 15px 15px 15px; 
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.3); 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
}
.login-footer {
  margin:0 auto;
  max-width:350px;
  padding-top:15px;
  font-size:11px;
}
.login-footer p {
  text-align:center;
}
.rating-example {  
padding:25px 15px 15px 15px;
    background:#fff; 
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.3); 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
}
.menu { 
  background-image: -moz-linear-gradient(bottom, #243445 0%, #395068 100%); /* gradient overlay */
  background-image: -o-linear-gradient(bottom, #243445 0%, #395068 100%); /* gradient overlay */
  background-image: -webkit-linear-gradient(bottom, #243445 0%, #395068 100%); /* gradient overlay */
  background-image: linear-gradient(bottom, #243445 0%, #395068 100%); /* gradient overlay */
}
.menu ul {
  list-style-type:none;
  margin:0;
  padding:10px;          
}
.menu ul li {
  font-size:12px;
  color:#fff;
  display:inline;
  padding:10px 5px 10px 10px;
}
.menu ul li a, 
.menu ul li a:active,
.menu ul li a:visited,
.menu ul li a:hover {
color:#fff;
}
.table tbody tr td {
  line-height:40px;
}
.table tbody tr td img {
  padding:10px 0px 10px 0px;
}
/******* Barrating  *******/
.rating-new .br-widget {
  height: 24px;
}
.rating-new .br-widget a {
  background: url('../img/star.png');
  width: 24px;
  height: 24px;
  display: block;
  float: left;
}
.rating-new .br-widget a:hover,
.rating-new .br-widget a.br-active,
.rating-new .br-widget a.br-selected {
  background-position: 0 24px;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio : 1.5),
(min-resolution: 192dpi) {
  .rating-new .br-widget a {
    background: url('../img/star@2x.png');
    background-size: 24px 48px;
  }
}
/******* Datatables for Bootstrap  *******/

div.dataTables_length label {
  float: left;
  text-align: left;
  margin-bottom:20px;
}

div.dataTables_length select {
  width: 75px;
}

div.dataTables_filter label {
  float: right;
  width: 460px;
}

div.dataTables_info {
  padding-top: 8px;
}

div.dataTables_paginate {
  float: right;
  margin: 0;
}

table {
  margin: 1em 0;
  clear: both;
}

table.dataTable th:active {
  outline: none;
}

/* Enable horizontal scrolling for FooTable on mobile */
@media (max-width: 767px) {
  .rating-example {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .footable {
    min-width: 100%;
    overflow-wrap: break-word;
  }
  
  .footable td,
  .footable th {
    min-width: 100px;
  }
  
  .footable .btn {
    white-space: nowrap;
  }
}

/* Enforce consistent rounded corners for all interactive buttons across the app. */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.btn,
.navbar-toggle,
.close,
.ui-button {
  border-radius: 12px !important;
}


/* Pagination styling with btn-success colors */
.pagination .page-link {
  color: #2473ba;
  background-color: #ffffff;
  border-color: #2473ba;
  transition: all 0.2s ease;
}

.pagination .page-link:hover {
  color: #ffffff;
  background-color: #2473ba;
  border-color: #2473ba;
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #2473ba;
  border-color: #2473ba;
}

/* Bootstrap 3/DataTables pagination markup used by invoices/quotes */
div.dataTables_paginate .pagination > li > a,
div.dataTables_paginate .pagination > li > span,
ul.pagination > li > a,
ul.pagination > li > span {
  color: #2473ba !important;
  background-color: #ffffff !important;
  border-color: #2473ba !important;
}

div.dataTables_paginate .pagination > li > a:hover,
div.dataTables_paginate .pagination > li > span:hover,
div.dataTables_paginate .pagination > li > a:focus,
div.dataTables_paginate .pagination > li > span:focus,
ul.pagination > li > a:hover,
ul.pagination > li > span:hover,
ul.pagination > li > a:focus,
ul.pagination > li > span:focus {
  color: #ffffff !important;
  background-color: #2473ba !important;
  border-color: #2473ba !important;
}

div.dataTables_paginate .pagination > .active > a,
div.dataTables_paginate .pagination > .active > span,
div.dataTables_paginate .pagination > .active > a:hover,
div.dataTables_paginate .pagination > .active > span:hover,
div.dataTables_paginate .pagination > .active > a:focus,
div.dataTables_paginate .pagination > .active > span:focus,
ul.pagination > .active > a,
ul.pagination > .active > span,
ul.pagination > .active > a:hover,
ul.pagination > .active > span:hover,
ul.pagination > .active > a:focus,
ul.pagination > .active > span:focus {
  color: #ffffff !important;
  background-color: #2473ba !important;
  border-color: #2473ba !important;
}





