.column-number {
    text-align: right;
    width: 100%;
    display: inline-block;
}

.form-control-plaintext {
    color: #555;
}

.backpack-filter .form-control.from,
.backpack-filter .form-control.to {
    width: 6em;
}

.show-order-details,
.details-row-button {
    cursor: pointer;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline > li:before {
    content: ' ';
    background: #f1f4f8;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #7c69ef;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

ul.timeline li strong {
    color: #7c69ef;
    font-weight: normal;
}

span.number-column {
    white-space: pre-wrap;
}

.dashboard_financial_target .dot {
    height: 50px;
    width: 50px;
    margin-top: 1em;
}

.dashboard_financial_target h2 {
    margin-top: 0.5em;
}

.dashboard_financial_target .percent {
    font-size: 50px;
    font-weight: 300;
    vertical-align: top;
    margin-left: 0.5em;
}

.widget-financial-target .text-value {
    font-size: 2.5em;
}

.btn-to-copy {
    cursor: pointer;
    padding: 0.1em;
    font-size: 1.25rem;
}

th .number-column {
    text-align: left;
}

small.currency {
    font-size: 60%;
}

#amount_left {
    font-weight: bold;
}

p.help-block.success {
    color: #42ba96 !important
}

p.help-block.danger {
    color: #df4759 !important
}

h2.not-only-logged{
    font-weight: bold;
}

.chart-container{
    height: 146px;
}

.chart-row{
    margin-bottom: 2.5rem!important
}

#carouselDashboardMenuControls .carousel-control-next-icon{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237c69ef' viewBox='0 0 8 8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}

#carouselDashboardMenuControls .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237c69ef' viewBox='0 0 8 8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}

#carouselDashboardMenuControls .carousel-item a{
    padding: 0.5rem 1rem;
    display: inline-block;
    text-decoration: none;
}

#carouselDashboardMenuControls .main-month{
    background-color: #7c69ef;
    color: #fff;
    border-radius: 0.25rem;
}

#carouselDashboardMenuControls{
    text-align: center;
}

.quaterly-month-header{
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
