:root {
  --sidenav-width: 200px;
  --footer-min-height: 100px;
  --top-navbar-height: 50px;
  --right-sidebar-width: 300px;
  --font-size-primary: 12px;
  --font-size-input: 13px;
  --page-header-font-size: 18px;
  --section-title-font-size: 15px;
}

.content-wrapper {
  min-height: 90vh;
  padding-top: var(--top-navbar-height);
}

body {
  font-size: var(--font-size-primary);
}

footer {
  min-height: var(--footer-min-height);
  padding-top: 20px;
  padding-bottom: 20px;
}

input,
select,
textarea {
  font-size: var(--font-size-input) !important;
}

table tr td,
table tr th {
  padding: 5px;
}

.container-fluid {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

div.content {
  margin-left: var(--sidenav-width);
}

.pt-10 {
  padding-top: 10px;
}

.navbar-icon {
  margin-top: 12px;
  cursor: pointer;
}

.btn-small {
  width: 5rem;
}
.btn-medium {
  width: 10rem;
}
.btn-long {
  width: 15rem;
}

.ht-full {
  height: 100%;
}

.ht-vh {
  height: 100vh;
}

.txt-10 {
  font-size: 10px;
}

.txt-13 {
  font-size: 13px;
}

.flex-space-btw {
  display: flex;
  justify-content: space-between;
}

.btn-action {
  border-radius: 2px !important;
  height: 20px;
  padding: 1px 10px;
  font-size: 13px;
}

.br-2 {
  border-radius: 2px;
}

p.accordion-button {
  cursor: pointer;
}

p.accordion-button[aria-expanded="true"]:after {
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 1000;
  font-size: 15px;
  float: right;
  margin-left: 5px;
}
p.accordion-button[aria-expanded="false"]:after {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 1000;
  font-size: 15px;
  float: right;
  margin-left: 5px;
}

.ph-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.log-entry {
  margin-bottom: 10px;
}

.log-container {
  max-height: 80vh;
}

.tabcontent-section,
.tabcontent {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 24px;
}

ul.no-style {
  list-style: none;
  padding-left: 0;
}

button.btn-status {
  font-size: 0.55rem;
  width: 4rem;
}
.task-container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.task-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.task-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.task-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(40deg);
}

.float-right {
  float: right;
}

.task-remove-icon {
  cursor: pointer;
  font-size: 1.438rem;
}

.wd-full {
  width: 100% !important;
}

.wd-max-150 {
  max-width: 150px !important;
}

.tabcontent-section.event-list {
  height: calc(100vh - var(--top-navbar-height) - 220px);
  overflow-y: scroll;
}

.tabcontent-section.task-list {
  height: calc(100vh - var(--top-navbar-height) - 90px);
  overflow-y: scroll;
}

/* EOF top nav and right side bar */
.page-content {
  padding: 15px 10px;
}

.mr-10 {
  margin-right: 10px !important;
}
.mr-bt-5 {
  margin-bottom: 5px;
}

/* -------------BOF of dashboard widget section--------------- */
.mr-bt-20 {
  margin-bottom: 20px;
}

.flex-grow {
  flex-grow: 1;
}

.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  padding: 0 8px;
}

.stretch-card > .card {
  width: 100%;
  min-width: 100%;
  border-radius: 0px;
}

/* -------------EOF of dashboard widget section--------------- */
.page-header-container {
  padding-bottom: 5px;
}

.page-heading {
  font-size: var(--page-header-font-size);
}

.section-title {
  font-size: var(--section-title-font-size);
}

.align-left {
  justify-content: left;
  text-align: left;
}

.align-center {
  justify-content: center;
  text-align: center;
}

.align-left {
  justify-content: left;
  text-align: left;
}

.align-right {
  justify-content: right;
  text-align: right;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.align-items-center {
  align-items: center !important;
}

.border-1-black {
  border: 1px solid black;
}

.bd-rd-0 {
  border-radius: 0;
}

.bd-rd-1 {
  border-radius: 1;
}
.bd-rd-2 {
  border-radius: 2;
}

i.icon {
  font-size: 18px;
}

.font-weight-medium {
  font-weight: 500;
}

.title {
  font-size: 15px;
  font-weight: 600;
}

.text-11 {
  font-size: 11px;
}

.text-12 {
  font-size: 12px;
}

.text-15 {
  font-size: 15px !important;
}
.text-14 {
  font-size: 14px !important;
}
.text-16 {
  font-size: 16px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-20 {
  font-size: 20px !important;
}

.inr-sign::after {
  content: "\20B9";
}

#loader-image {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1;
  height: 35px;
  /* width: 120px;
    height: 120px; */
  /* margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%; */
  /* border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; */
}

/* ***************buttons**************** */
.action-button {
  font-size: 12px;
  padding: 2px 8px;
}

/* ***************modal**************** */
.modal-head {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  vertical-align: middle;
  border-radius: 0;
}

.dta-group label {
  margin-bottom: 4px;
}

.modal-title {
  font-size: 16px;
}

.modal-head button {
  font-size: 15px;
}

.action-button i {
  margin-right: 5px;
}

table.collapsed {
  border-collapse: collapse !important;
}

table.data-table td,
table.data-table th {
  white-space: nowrap;
}

.hidden {
  display: none !important;
}

/* .spn-tableStatus {
    font-weight: bold;
} */

.btn-table-action {
  font-size: 12px;
  padding: 2px 8px;
}

a.collapsed,
a.cur-pointer {
  cursor: pointer;
}

.spn-footer-content {
  display: block;
}

/* table#tbl-customers td:nth-child(2),
table#tbl-customers td:nth-child(3),
table#tbl-customers th:nth-child(3),
table#tbl-customers th:nth-child(5), */
table#tbl-customers {
  white-space: nowrap !important;
}

.no-wrap,
.no-wrap .input-group {
  white-space: nowrap !important;
  flex-wrap: nowrap !important;
}

.strong {
  font-weight: bold;
}

.disabled {
  cursor: not-allowed !important;
}

.select2.select2-container.select2-container--default {
  margin-bottom: 10px !important;
}

.head.underlined {
  text-decoration: underline;
}

.underlined {
  text-decoration: underline;
}

div.scrollablex {
  overflow-x: scroll;
}
div.scrollabley {
  overflow-y: scroll;
}

.td-amt {
  text-align: right !important;
  padding-right: 3px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.modal-header button.close {
  background-color: transparent !important;
  border: none !important;
}
.cl-white {
  color: white !important;
}

@media screen and (min-width: 801px) {
  #left-nav-toggler {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .sidebar a {
    float: none;
  }

  .sm-block {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .navbar-items-wrapper {
    display: block !important;
  }

  .navbar-item-left,
  .navbar-item-right {
    display: block !important;
  }

  .navbar-item-right ul {
    float: right;
  }

  .top-navbar {
    padding-bottom: 10px !important;
  }

  .tabcontent-section.event-list {
    height: calc(100vh - 320px) !important;
  }

  .tabcontent-section.task-list {
    height: calc(100vh - 100px) !important;
  }

  .sidebar {
    padding-top: 35px;
    left: -220px;
    padding: 0 3px 0 10px;
  }

  .content-wrapper {
    padding-top: 30px;
  }

  div.content {
    margin-left: 0;
  }

  .navbar-brand-wrapper {
    display: none;
  }
}

@media screen and (max-width: 455px) {
  .navbar-brand-wrapper {
    display: none;
  }

  .navbar-items-wrapper {
    width: 100%;
  }

  .sidebar {
    padding-top: 35px !important;
    left: -220px;
    padding: 0 3px 0 10px;
  }
}

.mt-150px {
  margin-top: 150px;
}

.valign-top {
  vertical-align: top !important;
}

.valign-bottom {
  vertical-align: bottom !important;
}

.valign-middle {
  vertical-align: middle !important;
}

.inpt-amt {
  min-width: 150px !important;
  max-width: 150px !important;
}

.min-max-250 {
  max-width: 250px !important;
  min-width: 50% !important;
}
.wd-min-250 {
  min-width: 250px !important;
}
.wd-max-50 {
  max-width: 50% !important;
}
.wd-max-70 {
  max-width: 70% !important;
}
.wd-150 {
  width: 150px !important;
}
.min-max-50 {
  max-width: 50px !important;
  min-width: 50px !important;
}

.oswald-200 {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
}

.oswald-300 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}

.oswald-400 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.pre-wrap {
  white-space: pre-wrap !important;
}
.cr-pointer {
  cursor: pointer !important;
}

.oswald-400 {
  font-family: "Oswald", sans-serif;
}
span.select2.select2-container {
  width: 100% !important;
}
.not-allowed {
  cursor: not-allowed !important;
}

.finance-data-card {
  padding: 10px;
  margin-right: 10px;
}

.finance-data-title {
  font-size: 15px;
  color: #6c6c6c;
}

.finance-data-amount {
  font-size: 20px;
}

.dismissible-alert {
  position: fixed;
  top: 80px;
  right: 10px;
}
