.page-sidebar {
    background: #1a237e !important;
}

.page-sidebar-menu ul li a {
    color: #fff !important;
}

.logo-box {
    background: #1a237e;
    color: #fff;
}

.action-btn {
    margin-top: 15px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.p-20 {
    padding: 20px 20px 20px 20px;
}

.light-grey-bg {
    background-color: #fafafa;
}

#filterPanel {
    display: none;
}

.dis-block {
    display: inline-block !important;
}

ul {
    padding-left: 0px;
}

li {
    list-style: none;
    padding-left: 0px;
}

.accordion-menu .sub-menu {
    background-color: #1a237e;
}

/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
/***/
@media (max-width: 768px) {
    .list-panel {
        padding: 0px !important;
    }

    a {
        text-decoration: underline;
    }
    #filterPanel .form-group{
        display: inline-block;  
        margin-bottom: 4px;  
          
    }
   
}




/*
@media (max-width: 720px) {
    .panel {
        padding: 0px !important;
    }

    .page-inner {
        padding: 5px 5px 5px 5px !important;
    }

} */
.counter {
    border-radius: 5px;
    border: 1px solid #E6E8EB;
}
.count-title {
    font-size: 30px;
    font-weight: normal;
}

.count-text {
    font-size: 15px;
    font-weight: normal;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .px-0 {        
        padding: 0px;
    }
}
@media (max-width: 576px) {
    .date-group {
        display: flex; 
        align-items: center;
        justify-content: space-between; 
    }

    .date-group .control-label {
        margin-right: 10px;
        flex: 0 0 30%; 
    }

    .date-group div {
        flex: 1; 
        text-align: left; 
    }

    .date-group .form-control-static {
        margin-bottom: 0; 
    }

}


/* add button align */
@media (max-width: 576px) {
    .btn-client {
        text-align: right;
    }
    .btn-event{
        text-align: right;
    }
    .btn-record{
        text-align: right;
        margin-bottom: 12px; 
    }
    .action-btn{
        text-align: right;
        margin-bottom: 12px; 
    }
    
}

@media (max-width: 576px) {
    .btn-lead {
        text-align: right;
        vertical-align: middle;
       
    }
    .product-title{
        margin-bottom: 15px;
    }
    .btn-event a{
        text-decoration: none;
    }
    .btn-leads{
        text-align: right;
        margin-bottom: 15px;
    }
    .lead-table{
        width: 60%;
    }
    .table-head{
        width: 60%;
    }
    
}
.date-staff{
    width: 150px;
}

/* get-availibility fliter */

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

@media (max-width: 576px) {
    .mobile-inline-wrapper {
        display: flex;
        flex-direction: row;
        
    }
    .product{
        padding-right: 0px;
        width: 100%;
    }
    
    .form-row .col-md-3{
        padding-left: 0px;
    }
    .form-row .col-md-2{
        padding-left: 0px;
        width: 100%;
    }
    /* .col-md-2 .btn{
        padding-left: 0px;
        width: 100%;
    } */
    .action{
        width: 120px;
    }
    
}

.form-row .form-group{
    padding-right: 3px;
    padding-left: 0px;
}

@media (max-width: 576px) {
    .client-status{
        margin-top: 4px;
    }
    
}

@media (max-width: 576px) {
    .filter .form-control {
        width: 150px; 
    }
}
.note-btn{
    background-color: #07ca4e !important; 
    border: none;
    cursor: none;
    pointer-events: none;
}
.note-btn i{
   color: white; 
}

@media (max-width: 576px) {
    .events-today {
        width: 250px; 
        padding: 0px;
    }
    .filter-row{
        margin-top: -20px;
    }
}
/*responsive table*/
@media (max-width: 576px) {
    .address-content {
        width: 200px;
        word-wrap: break-word;
        white-space: normal;
    }

}
.address-content {
    word-wrap: break-word;
    white-space: normal;
}

@media (max-width: 576px) {
    .payment-mode{
        width: 130px;
    }
    .payment{
        width: 100px;
    }
    .payment-transaction{
        width: 130px;
    }
    
}
.payment-mode{
    width: 130px;
}
