:root{
	--primary-color: #556945;
	--accent-green-color: #BDCAC5;
	--accent-cream-color: #F2E4DE;
	--accent-brown-color: #A28662;
	--text-color: #43454b;
}

body {
  background-color:#f5f7fa;
}
.row>* {
  /* padding-right: 0.3rem; */
  /* padding-left: 0.3rem; */
}
/* .row > .col-lg-4,
.row > .col-8
{
    padding-right: 0.3rem;
  padding-left: 0.3rem;
} */

.custom-control-input:not(:checked) {
}
.custom-control-input:checked {
  background-color: green; /* Change the color of the toggle when it is checked */
  border-color: green; /* Change the border color of the toggle when it is checked */
}
.nav-second-level li a {

font-size: 0.8rem !important;
}
/* .btn-group-sm>.btn, .btn-sm {
padding: 0.1rem 0.3rem !important;
} */
.btn-group-sm>.btn, .btn-sm {
padding: 0rem 0rem !important;
/* font-size: unset; */
height: 25px;
width: 25px;
}
.table>:not(caption)>*>* {
padding: 0.4rem 0.8rem;
background-color: var(--ct-table-bg);
border-bottom-width: 1px;
box-shadow: inset 0 0 0 9999px var(--ct-table-accent-bg);
white-space: nowrap;
line-height: normal;
vertical-align: middle;
}
#responsive-datatable, #datatable , .table
{
font-size: 12px;
}
.add-btn
{
padding:0.3rem 0.8rem 0.3rem 0.3rem  !important;
  font-size: .8rem;
}
.btn-label {
margin: -0.55rem 0.9rem -0.55rem -0.9rem;
padding: 0.6rem 0.9rem;
background-color: rgba(50,58,70,.1);
}
/* .fa-plus, .fa-long-arrow-alt-left , .fa-info-circle{
padding-left: 10px !important;
} */
.fas{
padding-left: 10px !important;
}
.department-card
{
/* min-height: 400px; */
min-height: calc(100vh - 190px);
}
#sidebar-menu>ul>li>a {

padding: 10px 20px !important;

}
.btn-success , .btn-danger , .btn-primary, .btn-secondary, .btn-warning
{
padding:3px 8px;
}
.btn-warning {
  color: #fff;
  background-color: #f9c851;
  border-color: #f9c851;
}
.btn-warning:hover {
  color: #fff;
  background-color: #f5ba30;
  border-color: #ddad3d;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f5ba30;
  border-color: #ddad3d;
}

/* tbody tr td:first-child
{
text-align: center;
} */
.tabledit-view-button, .tabledit-edit-button, .tabledit-delete-button {
height: 25px;
width: 25px;
padding: 2px 5px;
}
label span{
font-weight: 100;
}
td input[type="text"] {
width: 100%;
}
.add-stock tbody tr td
{
padding-bottom: 10px;
}
.add-new-btn
{
margin-top: 25px;
}
.plus-btn , .close-btn
{
padding:0px 5px;

}
.plus-btn i, .close-btn i
{
font-size: 20px;
}
.inbox-widget
{
border-radius: 5px;
  padding: inherit;
  margin: 17px 0px;
  background: #71b6f926;
}
.left-side-view
{
background: aliceblue;
border-radius: 5px;
padding: 9px 15px;
font-size: 12px;
}
.inbox-widget .inbox-item .inbox-item-img img {
width: 50px;
}
.inbox-widget .inbox-item .inbox-item-author {
display: block;
margin-bottom: 3px;
padding-top: 6px;
}
.inbox-widget .inbox-item .inbox-item-img {
display: block;
float: left;
margin-right: 15px;
width: unset;
}
.card-header {
padding: 0.8rem 1rem;
}
.status-cards .card-body
{
/* background: #ffe4c466; */
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 12px;
}
.status-cards .card-body p{
margin-bottom: 0;
}
td
{
vertical-align: baseline;
}
.inbox-widget .inbox-item {
border-bottom: 1px solid rgba(222,226,230,.5);
overflow: hidden;
padding: 0rem 0;
position: relative;
}
.vendor-view-top-card , .vendor-view-bottom-card{
background: beige;
padding: 15px;
border-radius: 5px;
}
.vendor-view-bottom-card{
background: #bbc7dd45;
}
.view-vendor-document
{
padding: 15px;
}
.dropify-wrapper .dropify-message span.file-icon {
font-size: 18px !important;
color: #CCC !important;
}
.form-check {
  min-height: unset;
  margin-bottom: 0.125rem;
}
.form-check  input{
  cursor: pointer;
}
.pagination {
  display: flex;
justify-content: end;
}
.dataTables_length .form-label{
  display: flex;
  align-items: center;
  gap: 5px;
}
.dataTables_filter label{
  display: flex;
    align-items: center;
    justify-content: flex-end;
}
.dataTables_length .form-label select{
width: auto;
}
.dataTables_wrapper .dataTables_filter input {
  width: auto;
}
table tbody tr td:nth-child(1) {
  /* text-align: center; */
}
.item-code-select
{
  width: auto;
}
.pending-requisition-table , .rejected-requisition-table , .completed-requisition-table
{
  background: white;
  padding: 10px;
  border-radius: 5px;
  margin: 0;
}
.attendance-table .status{
  /* color: #10c469!important; */
  padding: 3px 8px;
  background: #4980801f;
  border-radius: 5px;
}
.attendance-card .attendance-note
{
margin: 9px 0;
}
.support-ticket-card span
{
  font-size: 12px;
}
.form-check.form-switch
{
  display: flex;
  justify-content: center;
}
.content
{
  padding-top: 15px;
}
/* .dataTables_wrapper .col-sm-12
{
  overflow-x:overlay;
} */
.dataTables_wrapper  .col-sm-12
{
  overflow-x:auto;
}
.form-label {
  margin-bottom: 0.5rem;
  font-weight: 500;
font-size: 0.75rem;
}
.form-control, .form-select
{
  font-size: 0.8125rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem;
  border-radius: 0.5rem;
}
.header-title {
  margin-bottom: 0rem !important;
}
.dataTables_info {
font-size: 0.75rem;
}
.dashboard-cards i
{
  font-size: 60px;
  color: #10c469;
}
.dashboard-cards .card-body
{
  transition: 0.3s ease-in;
}
.dashboard-cards .card-body:hover
{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}
.filter-card
{
  min-height: auto;
}
.filter-card .row
{
  align-items: center ;
}
.filter-card-main
{
  margin-bottom:0.5rem ;
}
.export-btn
{
  background: #0e8d4d;
}
.status-cards .support-ticket-card
{
  /* background: #ffe4c466; */
}
.card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.card , .vendor-view-bottom-card
{
  font-size: 12px;
  border-top: 3px solid #79b9f73d;
  border-radius: 0.5rem;
}
.fas.fa-filter
{
  padding-left: 0 !important;
}
.i-button .fas{
  cursor: pointer;
padding-left: 0px !important;
}

table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) {
  padding-right: 4px;
  padding-left: 6px;
}
.chart-detail-list .list-inline-item i
{
  font-size: 10px;
}
.morris-chart tspan {
  font-size: 7px !important;
}
.morris-donut-example svg text tspan
{
  font-size: 10px !important;
}
.status-cards .badge
{
  font-size: 12px;
}
.status-cards .status-card-footer .btn-primary,.status-cards .status-card-footer .btn-danger{
  padding: 2px 8px;
}
.status-cards .badge .fas
{
  padding-left: 0px !important;
}
.status-cards .card-body .status-card-top
{
  position: absolute;
  right: 10px;
  top: 10px;
}
.status-cards table td .fw-semi-bold{
  width: 80%;
}
.table-bordered tbody td:first-child
{
text-align: center;
}
.status-cards .dataTables_wrapper
{
  background: #79baf91f;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
  }
  .form-label {
    margin-bottom: 0.2rem;
    font-weight: 500;
    font-size: 0.75rem;
}
.form-control {
  padding: 0.25rem 0.5rem;
}
.form-select {
  padding: 0.25rem 2.7rem 0.25rem 0.9rem;
  color: #212529;
}
.footer {
  padding: 10px 10px 10px;
}
.content-page {
  padding: 0 12px 30px 12px;
}
input[type="date"] {
  cursor: pointer;
}
input[type="date" i], input[type="time" i]
{
  cursor: pointer !important;
}
input i
{
  cursor: pointer;
}
.dropify-wrapper {
  height: 170px !important;
}
.no-pad-right
{
  padding-right: 0;
}
.add-ticket-image-upload
{
  margin: 0 auto;
}
.gal-detail a img
{
  width: 100%;
  height: 200px;
}
.status-cards
{
  margin-bottom: 0.5rem;
}


/* Prem CSS Start*/

.logo-box {
  height: 70px;
  background-color: var(--ct-logo-box-background);
  float: left;
  margin-left: 50px;
  transition: all .1s ease-out;
}

a {
  color: var(--accent-brown-color);
}
a:hover {
  color: var(--primary-color);
}
#sidebar-menu .menuitem-active>a {
  color: var(--primary-color);
}
#sidebar-menu>ul>li>a:hover, #sidebar-menu>ul>li>a:active, #sidebar-menu>ul>li>a:focus {
  color: var(--primary-color);
}
#sidebar-menu .menuitem-active .active {
  color: var(--primary-color);
  background-color: var(--accent-green-color);
  border-radius: 0px;
  border-start-start-radius: 15px;
  border-end-start-radius: 15px;
}
.nav-second-level li a:focus, .nav-second-level li a:hover {
  color: var(--primary-color);
}

.card, .vendor-view-bottom-card {
  border-top: 3px solid var(--accent-green-color);
}

/* table */
.table_action {
  display: flex;
  justify-content: space-evenly;
}

/* radio */

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.red {
  color: red;
}
.type-heading {
  color: #556945;
  margin-bottom: 20px;
}

.without_ampm::-webkit-datetime-edit-ampm-field {
  display: none;
}
.page-item.active .page-link {
  background-color :#556945 !important;
  border-color: #556945 !important;
}
/* Prem CSS End*/

.dropify-wrapper .dropify-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  border: none;
}