/* 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;
  text-decoration: none !important;
}

.body-without-nav {
  display: flex;
  height: calc(100vh - 52px);
  background-color: #f6f6f6;
}
.body-without-sidebar {
  background-color: #f6f6f6;
  padding: 0;
}
.navpath p {
  color: #5047dc;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.5rem;
}

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

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 1rem;
  height: 100vh;
}

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

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

tbody {
  vertical-align: middle !important;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.header-nav {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  z-index: 35;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
}

.btn-info {
  color: #fff;
  background-color: #f9975d;
  border-color: #f9975d;
}
.btn-info:hover {
  color: #fff;
  background-color: #e5890a;
  border-color: #e5890a;
}

/* Sticky footer styles
-------------------------------------------------- */
body {
  /* Margin bottom by footer height */
  height: 100vh;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
}

#scrollable-div {
  overflow: auto;
}

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

/*Login*/
.text-primary {
  color: #046eba !important;
}

.card-container {
  background: #ffffff;
  box-shadow: 0px 4px 4px 5px rgba(0, 0, 0, 0.25);
  border-radius: 2vh;
  max-width: 400px;
}

.card-shadow {
  background: #ffffff;
  box-shadow: 0px 2px 2px 3px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}

.description-icon {
  margin: auto 0;
}

.illustrated-img {
  width: 65%;
}

.bgimg {
  background-image: url("login-bg.jpg");
  height: 100vh;
  background-size: 100% 100%;
}

.sign-in button {
  background: #0070c0;
}

.sidebar {
  background: #3d2892;
  height: 100%;
  position: sticky;
  left: 0;
  overflow-y: auto;
  max-width: 280px;
}
.side-text-div {
  border-radius: 0.25rem;
  margin: 0.25rem;
}

.sidebar a {
  display: block;
}
.sidebar p {
  display: block;
}
.sidebar a:hover {
  background-color: #4740af !important;
}

.selitem {
  color: red;
}
/*.side-text-div {
    background-color: #3D2892 !important;
}*/
div.selected {
  background-color: #4740af !important;
  color: #f4a442 !important;
}

#accordionQuiz .accordion-body {
  padding: 0 0 0 1.5rem;
}

#accordionSetup .accordion-body {
  padding: 0 0 0 1.5rem;
}

#accordionMetadata .accordion-body {
  padding: 0 0 0 1.5rem;
}

.side-text-div:hover {
  background-color: #4740af !important;
}

.side-text-div a:hover {
  text-decoration: none;
  color: #fff;
}

.navlogo,
.navuser,
.navlogout {
  display: inline;
}

.navbarflex {
  flex: 1 !important;
  padding: 0.5rem;
}

.avatar {
  width: 35px;
  height: 35px;
}

.create {
  height: 75vh;
}
.create-super {
  height: calc(100vh - 53px);
  overflow-y: auto;
}

.tenant-details {
  font-family: Roboto;
  font-weight: normal;
  line-height: 23px;
  color: #9c9c9c;
}

.tenant-title {
  margin-top: 10px;
}

.btn-primary {
  background: #5047dc;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  position: relative;
  box-sizing: border-box;
}

.navigate-element {
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 500;
  color: #4740af;
}

.navigate-element a {
  color: #4740af;
}

.navigate-element a:hover {
  color: #4740af;
  text-decoration: none;
}

.tab-content {
  height: calc(100vh - 67px);
  overflow-y: auto;

  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;

  border-radius: 5px;
}

.full-page-scroll {
    height: calc(100vh);
    overflow-y: auto;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-radius: 5px;
}

.navpath li {
  display: inline;
}

li.nav-buttons {
  margin-left: auto;
  margin-right: 2rem;
}

.vl {
  border-left: 1px solid #c4c4c4;
  width: 2%;
}

.row hr {
  margin: 0;
}

.inner-logo {
  width: 8%;
  text-align: left !important;
}

.navbar .logo {
  width: 100%;
}

.navbar .container-fluid {
  padding: 0;
}

th,
td {
  padding: 0.5rem 1rem !important;
}

.create-vendor-modal,
.create-product-modal,
.invoice-modal {
  max-width: 60%;
}

.printinvoice {
  min-height: 100%;
  min-width: 100%;
}

.single-line-button {
  width: 3%;
}

.form-group {
  padding-top: 1rem;
}

.scrollable-table {
  margin: 1rem !important;
  /*padding: calc(var(--bs-gutter-x) * 0.5);*/
  padding: 1.5rem;
  height: 75vh;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}

.scrollable-table label {
  padding-bottom: 1rem !important;
}

.scrollable-table input[type="search"] {
  margin-left: 0.5rem !important;
}

.compulsory-field::after {
  color: red;
  content: " *";
}

/* Datatable related */
.dataTable {
  /*padding: 1rem;*/
}
.dataTable tr {
  cursor: pointer;
}

.dataTables_filter {
  float: right !important;
}

/*ul li a.selected {
    color: #ffffff;
    background-color: red;
}*/
main {
  font-size: 14px;
}
.crossBtn {
  margin: auto;
  padding-left: 5px;
}
.email-pref,
.create-forms {
  background-color: #fff;
  border: 1px solid #c4c4c4;
}
.btn-toolbar p {
  color: #5047dc;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.25rem;
  padding: 0.25rem;
}

.btn-toolbar h4 {
  color: #5047dc;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0.25rem;
}

.form-card {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
}
h5 {
  margin: 0;
}
/*.tabbed-forms {
  margin-top: 2rem;
}*/

.card-form,
.contract-card-form {
  background-color: #fff;
  border: 1px solid #dddddd;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.101972);
  border-radius: 5px;
  margin-bottom: 2rem;
  height: fit-content;
}
.card-form {
  padding: 2rem 1rem;
}
/*.labels-card .col-1, .labels-card .col-2 {
    width: 3%;
}

.labels-card .col-5 {
    width: 42.5%;
}*/
.nav-item .active {
  font-weight: bold;
  border-bottom: 2px solid #0a58ca;
  color: #046eba !important;
}

.left-part {
  background-color: #f2f5f8;
}
input {
  font-size: 14px !important;
}
.new-state {
  background-color: yellow;
  border-radius: 3px;
  font-weight: 500;
}
.billed-status {
  background-color: lightblue;
  border-radius: 3px;
  font-weight: 500;
}
.renew-block {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.back-button-icon {
  color: #5047dc;
}
#myTab a {
  color: #000;
}
