﻿/* Version: 1.2.5 - 19/1/25 */
.theme-tata .navbar {
  background-color: #ec1d25; }

.theme-tata .navbar-brand {
  color: #fff; 
  font-size: 25px; }
  .theme-tata .navbar-brand:hover {
    color: #fff; }
  .theme-tata .navbar-brand:active {
    color: #fff; }
  .theme-tata .navbar-brand:focus {
    color: #fff; }

.theme-tata .nav > li > a {
  color: #fff; }
  .theme-tata .nav > li > a:hover {
    background-color: transparent; }
  .theme-tata .nav > li > a:focus {
    background-color: transparent; }

.theme-tata .nav .open > a {
  background-color: transparent; }
  .theme-tata .nav .open > a:hover {
    background-color: transparent; }
  .theme-tata .nav .open > a:focus {
    background-color: transparent; }

.theme-tata .nav-tabs > li > a:before {
  border-bottom: 2px solid #ec4549;
}
.theme-tata .nav-tabs + .tab-content.p-b-0 {
    padding: 15px 0 0;
}

.theme-tata .bars {
  color: #fff; }

.theme-tata .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-tata .sidebar .menu .list li.active > :first-child i, .theme-tata .sidebar .menu .list li.active > :first-child span {
    color: #ec1d25; }

.theme-tata .sidebar .menu .list li.active a.toggled {
    color: #ec1d25; }

.theme-tata .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-tata .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-tata .sidebar .user-info {
  background-color: #ec4549; }

.theme-tata .sidebar .legal {
  background-color: #fff; }
  .theme-tata .sidebar .legal .copyright {
    color: #777 !important; }
  .theme-tata .sidebar .legal .copyright a {
    color: #777 !important; }
  .theme-tata .sidebar .legal .privacy a {
    color: #333 !important; 
    font-weight: bold; }

.theme-tata .dataTables_wrapper input[type="search"]:focus, .dataTables_wrapper input[type="search"]:active {
    border-bottom: 2px solid #ec4549; }

.theme-tata .pagination li.active a {
  background-color: #ec4549; }

.theme-tata .pagination li.active a:hover {
  background-color: #ec1d25; }

.form-group .form-line:after {
  border-bottom: 1px solid #ec1d25; }

.theme-tata .switch {
  float: right;
}

.theme-tata .bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #777;
}

.theme-tata [type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ec4549;
  background-color: #ec4549;
  z-index: 0; }

@media (max-width: 767px) {
  section.content {
    margin: 85px 15px 0 315px; }
  section.content > .container-fluid {
    padding-left: 0px;
    padding-right: 0px; }
  .card {
    margin-bottom: 15px; } }

.theme-tata .bootstrap-tagsinput .label-info {
  background-color: #ec4549;
}

.theme-tata .audit-expenses-receipts .lg-thumb-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.theme-tata .audit-expenses-receipts .lg-thumb-item .audit-expense-state {
  display: flex;
  position: absolute;
}

.theme-tata .lg-outer .lg-thumb-item.selected {
  border-color: rgb(236 29 37 / 70%);
}

.theme-tata .lg-outer .lg-thumb-item.active, .theme-tata .lg-outer .lg-thumb-item:hover {
  border-color: #ec1d25;
}