.b-dashboard .client-filter {
    margin-bottom: 25px;
}

.b-dashboard .date-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-dashboard .transparent-input {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 8px;
    height: auto;
}

.b-dashboard .date-icon {
    margin-right: 5px;
}

.b-dashboard-order .order-new {
    -webkit-box-shadow: 0 2px 5px 0 rgba(23, 23, 23, 0.3);
    box-shadow: 0 2px 5px 0 rgba(23, 23, 23, 0.3);
}

.b-dashboard-order .order-new .title {
    /*background: transparent;*/
    /*border:transparent;*/
    /*color: #818288;*/
}

.b-dashboard-order .order-new .cur-count {
    font-size: 20px;
    text-align: right;
    font-weight: bold;
}

.b-dashboard-order .order-new .change {
    font-size: 15px;
    padding-top: 5px;
}

.b-dashboard-order .order-new .prev-count {
    /*font-size: 20px;*/
    color: #e6e6e6;
    text-align: center;
}

.b-dashboard-order .rub {
    /*font-size: 80%;*/
}

.b-dashboard-order .last-period {
    color: #ccc;
}

.b-dashboard-order table td:first-child {
    padding-left: 15px;
}

.b-dashboard-order table td:last-child {
    padding-right: 15px;
}

.b-dashboard-order table td:last-child a {
    font-size: inherit;
    margin: 0;
}

.b-dashboard-order .table-subtitle {
    text-transform: capitalize;
}

.b-chart-types a {
    padding-right: 8px;
    color: #ccc;
}

.b-chart-types a.active, .b-chart-types a:hover {
    color: #4671ff;
    text-decoration: none;
}

.btn-new {
    color: #fff;
    background-color: #2066BC;
    border-color: #2066BC;
}

.btn-new:hover {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-total {
    color: #fff;
    background-color: #257FED;
    border-color: #257FED;
}

.btn-total:hover {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.highlight-text {
    color: #257FED;
}

.flex-start-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.flex-start-container .margin {
    margin-left: 10px;
}

.money-count-panel-btn .money-opacity {
    opacity: 0.7;
}
