
.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
  }
  .timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 24px;
    margin: 0;
    border-radius: 2px;
  }
  .timeline > li {
    position: relative;
    margin-bottom: 15px;
  }
  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }
  .timeline > li:after {
    clear: both;
  }
  [ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
  }
  .timeline > li > .timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 55px;
    padding: 0;
    position: relative;
  }
  .timeline > li > .timeline-item > .time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px;
  }
  .timeline > li > .timeline-item > .timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
  }
  .timeline > li > .timeline-item > .timeline-header > a {
    font-weight: 600;
  }
  .timeline > li > .timeline-item > .timeline-body,
  .timeline > li > .timeline-item > .timeline-footer {
    padding: 10px;
  }
  .timeline > li > .fa,
  .timeline > li > .glyphicon,
  .timeline > li > .ion {
    width: 40px;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    position: absolute;
    color: #fff;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 5px;
    top: 0;
  }
  .timeline > .time-label > span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
    color: #fff;
  }
  .timeline-inverse > li > .timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
  
  }
  .timeline-inverse > li > .timeline-item > .timeline-header {
    border-bottom-color: #ddd;
  }

.btn-default{
    background-color: buttonface;
    color: #000000;

}
td .badge{
    width: 100%;
}
.badge-yellowgreen{
    background-color: yellowgreen;
}
.badge-dimgrey{
    background-color: dimgray;
}
table.dataTable td{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table th, .table td{
    border-top: none;
}
.form-control.form-warning, .form-control-file.form-warning {
    background-color: pink !important;
}
.dataTable  th, .dataTable  td{
    padding: 0.75rem;
}
.dataTable  td{
    /* border-bottom: none !important;
    border-top: none !important;     */
}
.minicolors-theme-default.minicolors{
    display: block;
    width: 100%;
}
.minicolors-theme-default .minicolors-input{
    width: 100%;
    height: auto;
}
table.dataTable{
    border-collapse: inherit;
}
.dataTables_wrapper{
    padding: 0;
}
.dataTables_scroll{
    /* border: 1px solid #ddd; */
}
.DTFC_Cloned tr{
    /* height: 49px !important; */
}
.DTFC_RightBodyWrapper{
    /* border: 1px solid #dfdfdf; */
}
.DTFC_RightBodyLiner{
    /* overflow-y: hidden !important; */
}
.DTFC_RightBodyLiner td {
    height: 26px;
}
.form-control{
    border: 1px solid #d4d4d4 !important;
}
.form-control-file{
    padding: 6px;
    border: 1px solid #d4d4d4 !important;
}

.progressbar .card-body{
    padding: 0.5rem;
}
.progressbar .nav-item{
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-transform: uppercase;
}
.progressbar .nav-item.active-red.active{
    background-color: red;
}
.alertify{
    z-index: 1001;
}
.timeline{
    /* padding: 7px 0; */
}
/* #timeline.timeline-left .timeline-item > .timeline-badge > span{
    width: 35px;
    height: 35px;
} */
#timeline.timeline-left .timeline-item > .timeline-badge{
    left: -6px;
    top: 8px;
}
.timeline-item .timeline-content{
    position: absolute;
    top: 12px;
    padding: 9px 12px;
    background-color: #ffff;
    /* width: 280px; */
    box-sizing: border-box;
    /* font-size: 0.8rem; */
    text-transform: uppercase;
}
.timeline-item .timeline-content span{
    /* font-size: 0.8rem; */
    color: #999;
}
#timeline.timeline-left .timeline-item:before{
    top: 20px;
}
#timeline.timeline-left .timeline-item > .timeline-badge > span i{
    font-size: 1rem;
}

.alert{
    padding: 15px 20px;
    margin-bottom: 1.875rem;
}
.form-control.picker__input{
    background: #ffffff ;
    cursor: pointer;
}
.date-filters span{
    margin-top: .5rem;
    padding-left: 0.6em;
    padding-right: 0.6em;
    color: #4E5154;
}
.date-filters span:hover{
    text-decoration: underline !important;
    cursor: pointer;
}
.content-wrapper{
    overflow: auto;
}
.pointer{
    cursor: pointer;
}
.picker{
    min-width: 230px;
}
.dt-buttons .btn {
    background-color: #fff !important;
    color: #55595c !important;
    padding: 0.50rem 1rem !important;
    border: 1px solid #d4d4d4 !important
}
.text-bold{
    font-weight: bold;
}
.page-item.disabled .page-link{
    border-color: #d4d4d4;
}
.table td, .table th {
    padding: .75rem;
}
@media (max-width: 576px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {  
        justify-content: center;
    }
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
    height: 36px ;
    width: unset;
}

.img-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #eceeef;
  }
  
  .img-wrapper:after {
    content: '';
    display: block;
    padding-top: 100%;
  }
  
  .img-wrapper img {
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

  .dropdown-notification .unread{
      background: aliceblue;
  }

  .table-img{
      width: 50px;
      max-height: 50px;
  }

  .non-border td{
    border: none !important;
}
.timeline-item span span{
    font-size: 12px;
    color: #fff;
    margin-top: 8px;
    display: block;
}
.modal.fade{
    opacity: 1;
    background: rgba(0,0,0, 0.5);
}
.modal-dialog{
    margin-top: 185px !important;
}
.line-through{
    text-decoration: line-through;
}
.form-section {
    color: #1D2B36;
    line-height: 3rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #1D2B36;
}

img.grayscale {
    filter: grayscale(95%)
}
.table td{
    white-space: nowrap;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eceeef !important;
}
.form-control.picker__input{
    background-color: #ffffff !important;
}
input[type='file'].form-control {
    padding: 0.54rem 1rem;
}
.jq-icon-info {
    background-color: #228EB6 !important;
}
.jq-icon-warning {
    background-color:#F6BB42 !important;
}
.jq-icon-success {
    background-color:#37BC9B !important;
}
.jq-toast-single a {
    border-bottom: none !important;
}
.jq-toast-single a:hover {
    color: #eeeeee;
}
.media {
    display: flex;
    align-items: flex-start;
}
.text-md-right {
    text-align: right !important;
}
.text-md-left {
    text-align: left !important;
}
.text-muted {
    color: #6F7274 !important;
}
.ml-2, .mx-2 {
    margin-left: 1.5rem !important;
}

.content-header.row{
    max-width: 100%;
}
.dataTables_length .form-control{
    display: inline-block;
}
.text-right{
    text-align: right;
}
.text-left {
    text-align: left !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    justify-content: flex-end;
}
.heading-elements-toggle{
    display: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.bg-grey.bg-lighten-1 {
    background-color: #BDBDBD !important;
}
.white {
    color: #FFFFFF !important;
}

.paginate_button.page-item.last a, .paginate_button.page-item.first a{
    height: 100%;
}
.paginate_button.page-item.previous a.page-link::before, .paginate_button.page-item.next a.page-link::after{
    background-image: none;
}
.paginate_button.page-item.previous a.page-link:hover::before, .paginate_button.page-item.next a.page-link:hover::after{
    background-image: none !important;
}

.content-body > .ng-scope {
    overflow: clip
}
.btn-group > .btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dt-button-collection.dropdown-menu{
    transform: scale(1, 1);
}
form .form-group {
    margin-bottom: 1.5rem;
}

.btn-block {
    display: block;
    width: 100%;
    margin: 10px 0px;
}


.dashboard .card .card-header{
    display: block;
}

.card-revenue-budget .revenue-report-wrapper #revenue-report-chart .apexcharts-series[seriesName="DepostitxAmount"] {
    transform: scaleY(0.965);
}
.card-revenue-budget .revenue-report-wrapper #revenue-report-chart .apexcharts-series[seriesName="PendingxAmount"] {
    transform: scaleY(1.035);
}
.picker {
    top: unset !important;
    margin-top: 10px !important;
}


.review-comment{
    max-width: 250px;
    white-space: normal;
}