﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.app h3, .app h2, .app h1 {
    color: #1b6ec2
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px; 
  background: #0c2635; 
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

#header .menu-toggler {
  background-image: url(images/AMPIcon.svg);
  background-repeat: no-repeat;
  background-size: 60px 60px;  
}
@media only screen and (max-width: 991px) {  
  #header .menu-toggler {
    background-size: 50px 50px;  
    background-position-x: -4px;
    background-position-y: 5px;
  }
}

body .app-sidebar .menu .menu-header {
  color: white;
}

body .app-sidebar .menu .menu-item .menu-link {
  color: #ddd;
}


body .page-header {
  color: White;
}

body .page-header small {
  color: #ddd;
}

#footer.app-footer {
  color: white;
  background: #0c2635; 
  border-top: 1px solid #154561; 
}

#sidebar.app-sidebar {
  border-right: 1px solid #154561; 
}

#sidebar .app-sidebar-content {
    background: #0c2635
}

.login, .register {
  color: white;
}

.errorClass {
    border: 1px solid red;
}

.row .table {
    color: white;
}

.dataTables_wrapper.dt-bootstrap4 {
    color: #ccc;
}

.dataTables_wrapper select.custom-select.form-control {
    line-height: 10px;
    padding: .5rem .25rem;
}

.menu .dropdown-menu.dropdown-notification .dropdown-notification-item .dropdown-notification-icon {
    width: 24px;
    font-size: 16px;
    text-align: center;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    padding: 5px;
    margin-right: 10px;
    flex: 0;
    -webkit-box-flex: 0;
}

.row .dataTables_wrapper select.custom-select.form-control {
    line-height: 12px;
}

.bg-unpaid {
    background-color: #35090f;
}

.table-light .dataTables_wrapper.dt-bootstrap4 {
    color: black;
    font-weight: bold;
}

.table-light .row .table {
    color: black;
    font-weight: normal;
}

.bg-table {
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -500;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: -50px;
    margin-top: -30px;
}

.bg-table-invoice {
    background-image: url(../img/billcalculator.jpg);
}

.bg-table-reports {
    background-image: url(../img/billcash.jpg);
}
.bg-table-settings {
    background-image: url(../img/tools.jpg);
}
.bg-table-marketing {
    background-image: url(../img/peopleworking.jpg);
}
.bg-table-customer {
    background-image: url(../img/clients.jpg);
}
.bg-table-affiliate {
    background-image: url(../img/businessfoyer.jpg);
}

.bg-table-dashboard {
    background-image: url(../img/dashboard.jpg);
}

.bg-table-notification {
    background-image: url(../img/notifications.jpg);
}

.bg-table-credit {
    background-image: url(../img/creditcard.jpg);
}

.table-invoice-print button.btn {
    padding-top: 1px;
    height: 25px;
}