body {
  font-family: 'Source Sans Pro' !important;
}

/*ScrollBar*/
/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #8e8e8e; 
  border-radius: 9px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #535353; 
}

/*Navbar*/

.navbar {
  padding-bottom: 0px !important;
}

.navbar ul {
  list-style: none;
  margin-bottom: 0px !important;
  padding-left: 0px;
}

.navbar img {
  width: 100%;
}

@media screen and (max-width: 1024px){
.navbar {
  padding: unset !important;
}
.navbar ul {
    padding: 0px;
}
.navbar img {
    width: 100%;
        margin-left: 6px;
}
}

/*Searchbar*/

.searchBox {
    position: absolute;
    top: 1%;
    right: 4%;
    transform: translate(0%,12%);
    height: 40px;
    border-radius: 40px;
    padding: 10px;
}
.searchBox:hover > .searchInput {
    width: 240px;
    padding: 0 6px;
}
.searchBox:hover > .searchButton {
  background: white;
  color : #2f3640;
}
.searchButton {
    color: white;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #343a40;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}
.searchInput {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid white;
    background: none;
    outline:none;
    float:left;
    padding: 0;
    color: white;
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;

}
@media screen and (max-width: 1024px) {
.searchBox {
    transform: translate(0%,9%);
    height: 30px;
    border-radius: 30px;
    right: 12%;
}
.searchBox:hover > .searchInput {
    width: 120px;
    padding: 0 6px;
}
.searchButton {
    width: 30px;
    height: 30px;
}
.searchInput {
    line-height: 30px;
}
}

/*Notification*/
.notification {
    position: absolute !important;
    top: 0%;
    right: 0%;
    transform: translate(0%,39%);
}
.notification .nav-link {
    color: #ffffff;
}
.notification .nav-link:hover {
    color: #ffffff;
}
.notification .badge {
    position: absolute;
    top: 1px;
    right: 26px;
    min-width: 10px;
    border-radius: 10px !important;
}
.notification .nav-link .fa {
    padding: 0 18px;
}
.notificationHeader {
    background: #f7f9fe;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: .5rem;
}
.notification .timeline {
  list-style: none;
  padding-left: 0;
  position: relative;
}
.notification .timeline li .timeline-date {
  display: inline-block;
  width: 100%;
  color: #a6a6a6;
  font-style: italic;
  font-size: 13px;
}
.dropdown-toggle::after{
    display: none !important;
}
.dropdown-menu > li a {
    padding: 10px 20px;
}
.timeline hr {
    width: 90%
}
@media screen and (max-width: 1024px) {
.notification {
    transform: translate(0%,22%);
}
.notification .nav-link {
    padding: .5rem 0rem;
}
.notificationDropdown{
    margin-right: 15px !important;
}
}

/*Fixed Side Navbar*/
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.sidebar-sticky {
  position: fixed;
  padding-top: 68px;
  background-color: #063c33 !important;
  top: 0;
  height: calc(100vh - 0px);
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  color: #c3c3c3;
  padding: 18px 15px !important;
}

.sidebar .nav-link.active {
  color: #fff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

.sidebar li {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: .5rem;
}

.sidebar li .active{  
  font-weight: 500;
  background: #1a1a1a;
  border-left: 9px solid white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.sidebar li i{
  font-size: 18px;
  vertical-align: middle;
  margin: 0px 12px 0px 0px;
}



.sidebar .profile .image {
  margin: auto;
}

.sidebar .profile .name {
      text-align: left;
    padding-left: 15px;
}

.sidebar .profile .name p{
  color: #fff;
  padding-left: 10px;
}

.sidebar .nav-tabs {
  border-bottom: none !important; 
}

.sidebar .nav-tabs .nav-link {
  border-top-left-radius: unset !important;
  border-top-right-radius: unset !important;
}

/*Dashboard*/
#dashboard {
  margin-top: 45px;
}

/*Greet*/
.greetings {
  margin-top: 30px;
}

/*Enter Time*/
.entryTime {
  padding: 15px;
}

.entryTime .card-header {
  background-color: #535353;
  color: #ffffff;
}

.entryTime .card-body .col-6 p {
  margin-bottom: unset;
  text-align: right;
}

.entryTime .card-body .logInBtn {
  text-align: right;
}

/*Projects Completed*/
.projectsCompleted {
  padding: 15px;
  text-align: center;
}

.projectsCompleted h1{
  font-size: 122px;
  font-weight: normal;
  color: #62E2A2;
}

/*Projects Ongoing*/
.projectsOngoing {
  padding: 15px;
  text-align: center;
}

.projectsOngoing h1{
  font-size: 122px;
  font-weight: normal;
  color: #FFD54D;
}

/*Tasks To Be Completed*/
.tasks {
  padding: 15px;
}

.tasks .card-header {
  background-color: #535353;
  color: #ffffff;
}

.tasks .tasksContent {
  height: 469px;
  overflow: overlay;
}  

.tasks .card-body { 
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.tasks .overdueWarning {
  color: red;
  padding: 9px 0px;
}

/*Sales*/
#sales {
  margin-top: 90px;
  border: 1px solid #707070;
}

#sales #nav-tab {
  background-color: #343a40;
}

#sales #nav-tab .nav-link.active{
  font-weight: 600;
  color: #495057; 
}

#sales #nav-tab .nav-link {
  width: 20%;
  text-align: center;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  color: #fff;
}

/*Leads*/
#nav-leads #leadsInfo {
  height: 701px;
  overflow: overlay;
  border: 1px solid #ededed;
  margin: 24px 24px 0 24px;
}

#nav-leads table {
  margin-bottom: 0px !important
}

#nav-leads thead tr th {
  position: sticky;
  top: -1px;
  border: 1px solid #dee2e6;
  color: #fff;
  font-weight: 300;
  background-color: #535353;
}

#nav-leads .addLeads {
  position: absolute;
  right: 75px;
  bottom: 45px;
}

#nav-leads .addLeads a {
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 33px;
  width: 60px;
  height: 60px;
  padding: .375rem .75rem;
}

/*Add Leads*/
#leadsModal .modal-dialog {
    top: 9%;
    margin: auto;
}

@media (min-width: 576px) {
#leadsModal .modal-dialog {
  max-width: 1080px !important;
}
}

#leadsModal .modal-header {
  background-color: #535353;
  color: #fff;
}

#leadsModal .modal-title {
  color: #fff;
}

#leadsModal .modal-header button {
  color: #fff;
}

#leadsModal .close {
  line-height: unset;
}

/*Follow Up*/
#nav-followUp #followUpInfo {
  height: 701px;
  overflow: overlay;
  border: 1px solid #ededed;
  margin: 24px 24px 0 24px;
}

#nav-followUp table {
  margin-bottom: 0px !important
}

#nav-followUp thead tr th {
  position: sticky;
  top: -1px;
  border: 1px solid #dee2e6;
  color: #fff;
  font-weight: 300;
  background-color: #535353;
}

/*Add Follow Up*/
#followUpModal .modal-dialog {
    margin: 30px auto;
}

@media (min-width: 576px) {
#followUpModal .modal-dialog {
  max-width: 1080px !important;
}
}

#followUpModal .modal-content {
    height: 850px;
}

#followUpModal .modal-header {
  background-color: #535353;
  color: #fff;
}

#followUpModal .modal-title {
  color: #fff;
}

#followUpModal .modal-header button {
  color: #fff;
}

#followUpModal .close {
  line-height: unset;
}

#followUpModal button {
  float: right;
}

#followUpModal hr {
  width: 75%;
  margin-top: 60px;
}

#followUpModal .page{
  max-width: 47rem;
  padding: 3rem;
  margin-left: auto;
  margin-right: auto;
}

#followUpModal .timeline{
  border-left: 3px solid #535353;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

#followUpModal .timeline__year{
  padding: .5rem 1.5rem;
  color: #fff;
  background-color: #535353;
  margin: 1.25rem 0;
}

#followUpModal .timeline__cards{
  overflow: hidden;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: grid;
  grid-row-gap: 1.5rem;
}

#followUpModal .card{
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12);
  background-color: #fff;
  padding: 1.5rem 1.5rem 1.25rem;
}

#followUpModal .timeline__card{
  position: relative;
  margin-left: 1rem;
}

#followUpModal .time {
  display: inline-flex;
  font-weight: 600;
}

#followUpModal .card__content{
  margin-top: .5rem;
}

.time__month{
  margin-left: .25em;
}

/*proformaInvoice*/
#nav-proformaInvoice #proformaInvoice {
  height: 701px;
  overflow: overlay;
  border: 1px solid #ededed;
  margin: 24px 24px 0 24px;
}

#nav-proformaInvoice table {
  margin-bottom: 0px !important
}

#nav-proformaInvoice thead tr th {
  position: sticky;
  top: -1px;
  border: 1px solid #dee2e6;
  color: #fff;
  font-weight: 300;
  background-color: #535353;
}

#nav-proformaInvoice td{
  text-align: center;
}

#nav-proformaInvoice td a {
  margin: 6px;
}

/*Generate Proforma Invoice*/
#nav-proformaInvoice .generatepi {
  position: absolute;
  right: 75px;
  bottom: 45px;
}

#nav-proformaInvoice .generatepi #piAdd {
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 33px;
  width: 60px;
  height: 60px;
  padding: .375rem .75rem;
}

.generatepi .modal-header{
  background-color: #343a40;
  color: #fff;
}

.generatepi .modal-header .close{
  color: #fff;  
  line-height: unset;
}

#sales #piTab {
  background-color: #343a40;
}

#sales #piTab .nav-link.active{
  font-weight: 600;
  color: #495057; 
}

#sales #piTab .nav-link {
  text-align: center;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  color: #fff;
}

.generatepi .modal-dialog {
    top: 9%;
    margin: auto;
}

@media (min-width: 576px){
.generatepi .modal-dialog {
    max-width: 1080px !important;
}}

.generatepi #myTabContent {
  margin: 15px;
}

/*Edit Proforma Invoice*/
#editpiModal .modal-header{
  background-color: #343a40;
  color: #fff;
}

#editpiModal .modal-header .close{
  color: #fff;  
  line-height: unset;
}

#sales #editPiTab {
  background-color: #343a40;
}

#sales #editPiTab .nav-link.active{
  font-weight: 600;
  color: #495057; 
}

#sales #editPiTab .nav-link {
  text-align: center;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  color: #fff;
}

#editpiModal .modal-dialog {
    top: 9%;
    margin: auto;
}

@media (min-width: 576px){
#editpiModal .modal-dialog {
    max-width: 1080px !important;
}}

#editpiModal #myTabContent {
  margin: 15px;
}

/*Client List*/
#nav-clients #clientList {
  height: 701px;
  overflow: overlay;
  border: 1px solid #ededed;
  margin: 24px 24px 0 24px;
}

#nav-clients table {
  margin-bottom: 0px !important
}

#nav-clients thead tr th {
  position: sticky;
  top: -1px;
  border: 1px solid #dee2e6;
  color: #fff;
  font-weight: 300;
  background-color: #535353;
}

/*Junk Leads*/
#nav-junkLead #junkLead{
  height: 701px;
  overflow: overlay;
  border: 1px solid #ededed;
  margin: 24px 24px 0 24px;
}

#nav-junkLead table {
  margin-bottom: 0px !important
}

#nav-junkLead thead tr th {
  position: sticky;
  top: -1px;
  border: 1px solid #dee2e6;
  color: #fff;
  font-weight: 300;
  background-color: #535353;
}

#nav-junkLead td a {
    margin: 6px;
}

/*Conversation Details*/
#conversationModal .modal-dialog {
    margin: 30px auto;
}

@media (min-width: 576px) {
#conversationModal .modal-dialog {
  max-width: 1080px !important;
}
}

#conversationModal .modal-content {
    height: 850px;
}

#conversationModal .modal-header {
  background-color: #535353;
  color: #fff;
}

#conversationModal .modal-title {
  color: #fff;
}

#conversationModal .modal-header button {
  color: #fff;
}

#conversationModal button {
  float: right;
}

#conversationModal hr {
  width: 75%;
  margin-top: 60px;
}

#conversationModal .page{
  max-width: 47rem;
  padding: 3rem;
  margin-left: auto;
  margin-right: auto;
}

#conversationModal .timeline{
  border-left: 3px solid #535353;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

#conversationModal .timeline__year{
  padding: .5rem 1.5rem;
  color: #fff;
  background-color: #535353;
  margin: 1.25rem 0;
}

#conversationModal .timeline__cards{
  overflow: hidden;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: grid;
  grid-row-gap: 1.5rem;
}

#conversationModal .card{
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12);
  background-color: #fff;
  padding: 1.5rem 1.5rem 1.25rem;
}

#conversationModal .timeline__card{
  position: relative;
  margin-left: 1rem;
}

#conversationModal .time {
  display: inline-flex;
  font-weight: 600;
}

#conversationModal .card__content{
  margin-top: .5rem;
}

#conversationModal .time__month{
  margin-left: .25em;
}

/*Accounts*/
.companySelect {
 margin-top: 2px;
}

#accounts {
  border: 1px solid #707070;
  margin-top: 100px;
}

#accounts #nav-tab {
  background-color: #343a40;
}

#accounts #nav-tab .nav-link.active{
  font-weight: 600;
  color: #495057; 
}

#accounts #nav-tab .nav-link {
  width: 20%;
  text-align: center;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  color: #fff;
}

/*Invoices*/
#nav-invoices #invoices {
  height: 701px;
  overflow: overlay;
  border: 1px solid #ededed;
  margin: 24px 24px 0 24px;
}

#nav-invoices table {
  margin-bottom: 0px !important
}

#nav-invoices thead tr th {
  position: sticky;
  top: -1px;
  border: 1px solid #dee2e6;
  color: #fff;
  font-weight: 300;
  background-color: #535353;
}

#nav-invoices  td {
    text-align: center;
}

#nav-invoices td a {
    margin: 6px;
} 

/*Edit Invoice*/
#editInvoicesModal .modal-header{
  background-color: #343a40;
  color: #fff;
}

#editInvoicesModal .modal-header .close{
  color: #fff;  
  line-height: unset;
}

#accounts #editinvoiceTab {
  background-color: #343a40;
}

#accounts #editinvoiceTab .nav-link.active{
  font-weight: 600;
  color: #495057; 
}

#accounts #editinvoiceTab .nav-link {
  text-align: center;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  color: #fff;
}

#editInvoicesModal .modal-dialog {
    top: 9%;
    margin: auto;
}

@media (min-width: 576px){
#editInvoicesModal .modal-dialog {
    max-width: 1080px !important;
}}

#editInvoicesModal #myTabContent {
  margin: 15px;
}

/*Payment*/
#nav-payments #payments {
  height: 701px;
  overflow: overlay;
  border: 1px solid #ededed;
  margin: 24px 24px 0 24px;
}

#nav-payments table {
  margin-bottom: 0px !important
}

#nav-payments thead tr th {
  position: sticky;
  top: -1px;
  border: 1px solid #dee2e6;
  color: #fff;
  font-weight: 300;
  background-color: #535353;
}

#nav-payments  td {
    text-align: center;
}

#nav-payments td a {
    margin: 6px;
} 

/*Edit Receipt*/
#editReceiptModal .modal-header{
  background-color: #343a40;
  color: #fff;
}

#editReceiptModal .modal-header .close{
  color: #fff;  
  line-height: unset;
}

#accounts #editReceiptTab {
  background-color: #343a40;
}

#accounts #editReceiptTab .nav-link.active{
  font-weight: 600;
  color: #495057; 
}

#accounts #editReceiptTab .nav-link {
  text-align: center;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  color: #fff;
}

#editReceiptModal .modal-dialog {
    top: 9%;
    margin: auto;
}

@media (min-width: 576px){
#editReceiptModal .modal-dialog {
    max-width: 1080px !important;
}}

#editReceiptModal #myTabContent {
  margin: 15px;
}

    .login{
      height: 100vh;
      background: #343a40;
    }
    .user_card {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 350px;
      height: 300px;
      background: #fff;
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 10px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      border-radius: 5px;

    }
    .form_container {
      margin: 30px;
    }
    .login_btn {
      width: 100%;
      background: #dc3545 !important;
      color: white !important;
    }
    .login_btn:focus {
      box-shadow: none !important;
      outline: 0px !important;
    }
    .login_container {
      padding: 0 2rem;
    }
    .input-group-text {
      background: #dc3545 !important;
      color: white !important;
      border: 0 !important;
      border-radius: 0.25rem 0 0 0.25rem !important;
    }
    .input_user,
    .input_pass:focus {
      box-shadow: none !important;
      outline: 0px !important;
    }


    #companySuggestions {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-top: none;
}
.modal-backdrop.show {
    opacity: 0 !important; 
  }

.pt-3, .py-3 {
    padding: 7rem 0rem 0rem 2rem !important;
}
.right-content-main{
    padding-left: 14em !important;
    padding-right: 1em !important;
}
.navbar {
    z-index: 1030;
}
.right-content-admin {
    padding-left: 21em;
    margin: 3em 0;
}
.sidebar .image img{
  width: 70px;
    height: 100%;
}
/* Attendance weekly timeline styles */
.attendance-row {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0;
}
.attendance-row:last-child {
    border-bottom: none;
}
.att-date {
    width: 70px;
    text-align: center;
    font-weight: 500;
}
.att-daynum {
    font-size: 18px;
}
.att-dayname {
    font-size: 11px;
    color: #666;
}
.att-timeline {
    position: relative;
    flex: 1;
    padding: 0 20px;
}
.att-timeline .line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
}
.att-timeline .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.dot-start {
    left: 10px;
}
.dot-end {
    right: 10px;
}
.att-status {
    position: relative;
    display: inline-block;
    padding: 4px 10px;
    font-size: 11px;
    border-radius: 20px;
    background: #f5f5f5;
    margin-left: 25px;
}
.status-present {
    background: #e6fff3;
    color: #0c8140;
}
.status-weekend {
    background: #fff7e0;
    color: #c28a00;
}
.status-absent {
    background: #ffe6e6;
    color: #b00020;
}
.att-time {
    position: absolute;
    top: -18px;
    font-size: 11px;
}
.att-time-in {
    left: 10px;
}
.att-time-out {
    right: 10px;
}
.att-hours {
    width: 90px;
    text-align: right;
    padding-right: 10px;
}
.att-hours-value {
    font-weight: 600;
}
.att-hours-label {
    font-size: 11px;
    color: #777;
}
.att-timeline {
    position: relative;
}

.dot {
    position: relative;
    z-index: 99 !important;
    pointer-events: auto !important;
}


.table-att td, .table-att th {
    text-align:center;
    padding:6px;
}
.emp-name { font-weight:600; }
.att-icon { font-size:18px; cursor:pointer; }

/* Colored icons with higher specificity */
.att-icon.icon-holiday { color:#d49b00; font-weight:bold; }
.att-icon.icon-present { color:green; font-weight:bold; }
.att-icon.icon-halfday { color:orange; font-weight:bold; }
.att-icon.icon-late    { color:black; font-weight:bold; }
.att-icon.icon-lop     { color:red; font-weight:bold; }
.att-icon.icon-leave   { color:blue; font-weight:bold; }


.followup-box {
    max-height: 100px;
    overflow-y: auto;
    padding-right: 6px;
}

.followup-item {
    background: #f8f9fa;
    padding: 8px;
    margin-bottom: 6px;
    border-left-width: 4px;
    border-left-style: solid;
}

.followup-admin {
    border-left-color: #dc3545;
}

.followup-employee {
    border-left-color: #007bff;
}

