
.select2-results__option .select2Template{
    color: gray;
}

.select2-results__option--highlighted .select2Template{
    color: white;
}

.right{
	text-align: right;
}

.mainDiv{
	padding-top: 15px;
}

#layoutSidenav_content{
	background-color: #f8f9fd;
}

footer{
	background-color: #fff;
}

.cursor-pointer{
  cursor: pointer;
}

.badge-active-order{
	color: #fff;
	background-color: #0061f2;
}

.badge-canceled-order{
	color: #fff;
	background-color: #e81500;
}

.badge-completed-order{
	color: #fff;
	background-color: #00ac69;
}

/*for statements*/

.dr {
	color: #ff4d4d;
}

.cr {
	color: #1DBF73;
}

.cutsomTable tbody td{
	color : #666666;
}

.cutsomTable thead th{
	color : #555555;
}

.db-stats-standard a:first-child, .db-stats-standard>span:first-child {
    border: none;
}
.db-stats-standard {
    background-color: #fff;
    padding: 25px 10px;
    margin-bottom: 30px;
    display: table;
    width: 100%;
    border: 1px #e5e5e5 solid;
    overflow: visible;
    box-sizing: border-box;
}
.db-stats-standard a, .db-stats-standard>span {
    display: table-cell;
    font-size: 27px;
    line-height: 27px;
    font-weight: 400;
    color: #303030;
    text-decoration: none;
    padding: 0 5px;
    text-align: center;
    vertical-align: top;
    border-left: 1px solid #ddd;
}

.db-stats-standard a small, .db-stats-standard>span small {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #999;
    text-align: center;
    padding: 0 0 15px;
    min-width: 125px;
}

.table-nowrap td, .table-nowrap th{
    white-space: nowrap !important;
}