.home_body{
    background: #EBEFF2;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    display: table;
    font-size: 14px;
}
.production_count{
    width: 100%;
}
.monthly_production{
    width: 40%;
    float: left;
}
.yearly_production{
    width: 40%;
    float: left;
}
.tour_box{
    width:20%;
    float: right;
}
.tour_box .card-box{
   /*margin-right: 11px; */
}
.monthly_production .card-box {
    margin-right: 11px;
}
.yearly_production .card-box {
    margin-right: 11px;
}
.card-box {
    background-clip: padding-box;
    /*background-color: #ffffff;*/
    border: 1px solid rgba(54, 64, 74, 0.05);
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
}
.table-box {
    display: table;
    height: 100%;
    width: 100%;
}
.table-box .table-detail {
    display: table-cell;
    vertical-align: middle;
}
.text-right {
    text-align: right;
}
.property_count{
    width: 100%;
    display: flex;
}
.total_listing
{
    width: 33.333%;
    float: left;
}
.sold_listing{
    width: 33.333%;
    margin: 0 22px;
}
.pending_listing{
    width: 33.333%;
    float: right;
}
.widget-panel {
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 30px 20px 30px 30px;
    position: relative;
}
.bg-white {
    background-color: #ffffff !important;
}
.widget-style-2 i {
    background: #fff;
    font-size: 48px;
    padding: 30px 40px;
}
.widget-panel i {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 0;
    /*font-size: 60px;
    line-height: 60px;*/
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
/*.text-dark {
    color: #0e0608 !important;
}*/
.font-600 {
    font-weight: 600;
}
.m-0 {
    margin: 0 !important;
}
/*.text-muted {
    color: #98a6ad;
}*/
.m-t-5 {
    margin-top: 5px !important;
}
.statistic_chart{
    min-height: 440px;
}
.text-center {
    text-align: center;
}
.list-inline {
    list-style: outside none none;
    margin-left: -5px;
    padding-left: 0;
}
.chart-detail-list li {
    margin: 0 10px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.chart-detail-list li h5 {
    font-size: 15px;
}
.m-r-5 {
    margin-right: 5px !important;
}
.header-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.m-t-0 {
    margin-top: 0 !important;
}
.bar-widget .iconbox {
    background-clip: padding-box;
    border-radius: 50%;
    /*color: #ffffff;*/
    display: inline-block;
    height: 50px;
    margin-right: 20px;
    text-align: center;
    width: 50px;
}
/*.bg-custom {
    background-color: #ed1b28 !important;
}*/
.bar-widget .iconbox i {
    /*font-size: 20px;*/
    line-height: 50px;
}
.progress {
   /* background-color: #ebeff2; */
    box-shadow: none !important;
    height: 10px;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.progress-animated {
    animation-duration: 5s;
    animation-name: animationProgress;
    transition: all 5s ease 0s;
}
.progress-bar-primary {
    background-color: #ed1b28;
}
/*.progress-bar-gray{
    background-color: #8f979d;
}*/
.progress-bar {
    box-shadow: none;
    font-size: 8px;
    font-weight: 600;
    line-height: 12px;
    /*color: #fff;*/
    float: left;
    height: 100%;
    text-align: center;
}
.progress-bar-pink {
    background-color: #5ea3c3;
}
.progress-bar-info {
    background-color: #79a247;
}
.progress-bar-success {
    background-color: #d96d1c;
}
.font-13 {
    font-size: 13px !important;
}
.dash_body .th {
    color: #666666;
    font-weight: 600;
    text-align: left;
}
.dash_body thead th{
    line-height: 1.42857;
    padding: 8px;
    border-bottom: 2px solid #ebeff2;
    vertical-align: bottom;   
}
.table-actions-bar tr td {
    vertical-align: middle !important;
}
.dash_body tbody td{
    border-top: 1px solid #ebeff2;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.dash_body tbody > tr:first-child > td {
    border-top: 0 none;
}
/*.text-custom {
    color: #ed1b28;
}*/
.table-actions-bar .table-action-btn {
    /*color: #98a6ad;*/
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-left: 35px;
}
.pull-right {
    float: right;
}
.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    /*background-color: #ed1b28 !important;*/
    /*border: 1px solid #ed1b28 !important;*/
}
/*.btn-primary, .btn-success, .btn-default, .btn-info, .btn-warning, .btn-danger, .btn-inverse, .btn-purple, .btn-pink {
    color: #ffffff !important;
}*/
.btn {
    border-radius: 3px;
    outline: medium none !important;
    white-space: nowrap;
    margin-bottom: 0;
    font-weight: 400;
    background-image: none;
    padding: 5px 10px;
}
.waves-effect {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    will-change: opacity, transform;
    z-index: 1;
}
.thumb-sm {
    height: 32px;
    width: 32px;
}
.m-r-10 {
    margin-right: 10px !important;
}
.pull-left {
    float: left !important;
}
.img-circle {
    border-radius: 50%;
}
img {
    vertical-align: middle;
}
img {
    border: 0 none;
}
.home_tab{
    text-align: right;
    display: block;
    padding-bottom: 10px;
}
.home_tab ul li{
    color: #2f3336;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 14px;
    display: inline-block;
    background: #fff;
    border: 1px solid #9c9c9c;
    border-radius: 2px 2px 0 0;
}
/*.home_tab ul li.active{
    border-color: #ED1B28;
}*/
.home_tab ul li.active a{
    color: #ED1B28;
}