/* Bootstrap 5 CSS variable overrides */
:root {
  --bs-body-color: #797979;
  --bs-table-color: #797979;
  --bs-table-striped-color: #797979;
  --bs-link-color: #428bca;
  --bs-link-hover-color: #2a6496;
}

/* Table color overrides */
.table {
  --bs-table-color: #797979;
  --bs-table-striped-color: #797979;
  color: #797979;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: #797979;
  --bs-table-striped-color: #797979;
  color: #797979;
}

body, html {
  height:100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
  color: #797979;
  overflow-x: hidden;
}

/* Link styles */
a {
  color: #428bca;
  text-decoration: none;
}
a:hover {
  color: #2a6496;
  text-decoration: none;
}

/* Table header styling - white background with gray text */
.table-dark,
thead.table-dark {
  --bs-table-bg: #fff;
  --bs-table-color: #797979;
  background-color: #fff !important;
  color: #797979 !important;
}
.table-dark th,
thead.table-dark th {
  background-color: #fff !important;
  color: #797979 !important;
  border-bottom: 2px solid #dee2e6;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #7B8B9D;
}
#topnavbar {
  background-color: #27303D;
  padding: 0px 15px;
}
#sidebar { margin-top: 23px; }
.sidebar-offcanvas {
  background-color: #2C3E50;
}

navbar-right {
    float: right !important;
    margin-right: -15px;
}

.nav-link {
  color: #9ea1ab;
  margin-left: 5px;
}

.nav-link:hover {
  background: #435063;
  border-radius: 5px;
  color: #FFF;
}

.navbar-account-btn {
  color: #7d7d8e;
  background-color: transparent;
  background-image: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  padding: 12px 15px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 13px;
}

.navbar-company-heading {
  line-height: 1.538462;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 13px;
  padding: 5px 15px;
}
.circle {
    border-radius: 50%;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,.02);
}

.table-striped {
  margin-top: 30px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-menu {
  list-style: none;
  font-size: 13px;
  text-align: left;
}
.dropdown-menu > li > a {
  padding: 5px 15px;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.538462;
  color: #3f3f44;
  white-space: nowrap;
}

.dropdown:not(.dropup) .dropdown-menu::before {
    border-bottom-color: #e7e7ec;
    bottom: 100%;
}
.dropdown-menu-right::after, .dropdown-menu-right::before {
    left: auto;
    right: 15px;
}
.dropdown-menu::after, .dropdown-menu::before {
    border-color: transparent;
        border-bottom-color: transparent;
    border-style: solid;
    border-width: 8px;
    content: " ";
    height: 0;
    left: 15px;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.dropdown-menu .divider {
  margin: 5px 2px;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e7e7ec;
  display: block;
  overflow: hidden;
  text-align: center;
}
.breadcrumb.bc-3 {
  background-color: transparent;
  margin-left: 18px;
}
.mgr_heading {
  padding: 25px 0px 0px 18px;
}
.mgr_body {
  min-height: 750px;
  padding: 20px 30px;
  overflow-x: hidden;
}
.mgr_body.row {
  margin-left: 0;
  margin-right: 0;
}
.mgr_body_ajax {
  min-height: 250px;
  padding: 15px 15px;
}
.fancybox-content {
  height: 800px!important;
  width: 900px!important;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
#main, footer { background-color: #FFF; }
label {
  display: inline-block;
  margin-bottom: 5px;
}
.breadcrumb.bc-3 {
  background-color: transparent;
  margin-left: 18px;
}
.listing_icon {
  border-radius: 3px;
}
.input_icon {
  margin-top: 3px;
  border-radius: 3px;
}
.add_button {
  margin-bottom: 12px;
  clear: both;
}
.btn-add-new {
  background-color: #FFC34C;
  color: #FFF;
  border-color: #FFC34C;
}
.btn-add-new:hover {
  background-color: #e6ad3d;
  color: #FFF;
  border-color: #e6ad3d;
}
/*
 * Off Canvas sidebar at medium breakpoint
 * --------------------------------------------------
 */
@media screen and (max-width: 992px) {

  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -33%;
  }

  .row-offcanvas-left.active {
    left: 33%;
    margin-left: -6px;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 33%;
    height: 100%;
    background-color: #1a283e;
  }
}

@media screen and (min-width: 768px) {
  .navbar-right {
      float: right !important;
      margin-right: -15px;
  }
  .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -65%;
  }

  .row-offcanvas-left.active {
    left: 65%;
    margin-left: -6px;
  }

  .sidebar-offcanvas {
    width: 65%;
  }

  .container-fluid {
    padding-right: 5px;
    padding-left: 5px;
  }
  #main, footer, body, html {
    background-color: #EDEDED;
  }
  #menu_heading {
    padding-top: 0px!important;
  }
  #topnavbar {
    padding: 4px 4px;
  }
  .breadcrumb.bc-3 {
    background-color: transparent;
    margin-left: 5px;
  }
  .mgr_heading {
      padding: 6px 0px 0px 15px;
  }
  .mgr_body {
    background-color: #FFF;
    border: 1px solid rgba( 0, 0, 0, .125 );
    margin-left: 4px!important;
    margin-right: 4px!important;
    margin-top: 10px!important;
    border-radius: 8px;
    min-height: 300px;
    padding: 15px 6px;
  }
}

.card {
    overflow:hidden;
}

.card-body .rotate {
    z-index: 8;
    float: right;
    height: 100%;
}

.card-body .rotate i {
    color: rgba(20, 20, 20, 0.15);
    position: absolute;
    left: 0;
    left: auto;
    right: -10px;
    bottom: 0;
    display: block;
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    transform: rotate(-44deg);
}
