/* Write your custom CSS here */
.fa-1_5x {
    font-size: 1.4em;
}
.action-button {
    margin: 8px;
}
.title-value {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F25656;
    color: #fff;
    width: 180px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 80px;
    border-radius: 10px;
    font-size: 26px;
    font-weight: bold;
}
h3 small {
    font-size: 90%;
    margin-left: 5px;
}

.order-files {
    margin: 0 0 35px;
}

.form_input_error {
    list-style: none;
    margin-block: 0 !important;
    padding-inline: 0;
    color: red;
}
#orderProductsList td {
    line-height: 2.9;
}
span.invoices-counter {
    position: absolute;
    top: 7px;
    right: 48px;
}
span.orders-counter {
    position: absolute;
    top: 7px;
    right: 48px;
}
.irs-disabled {
    opacity: 1.0 !important;
}
.dashboard-color-1 {
    background-color: #5eaade;
}
.dashboard-color-2 {
    background-color: #196ea4;
}
.dashboard-color-3 {
    background-color: #024065;
}
.dashboard .info-box .info-box-stats p {
    color: white!important;
}
.dashboard .info-box-title {
    color: white!important;
}
.dashboard-shop .info-box .info-box-stats p {
    color: black!important;
	font-size: 40px;
}
.dashboard-shop .info-box-title {
    color: black!important;
}
.dashboard-shop .info-box .info-box-stats.white p {
    color: white!important;
}
.dashboard-shop .info-box-title.white {
    color: white!important;
}
.dashboard-shop .panel {
	border-radius: 7px;
}
.dashboard-shop .panel .panel-body {
	margin: 0 auto;
	display: inline-block;
	padding: 20px 20px 0;
}
@media (max-width: 992px) {
	.dashboard-shop .twoInRow {
		float: left;
		width: 50%
	}
}