﻿body {
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.demo-card-square.mdl-card {
    width: 320px;
    height: 320px;
}

.demo-card-square > .mdl-card__title {
    color: #fff;
}

.img-addnew {
    background: url('assets/new.png') center right 15% no-repeat #46B6AC;        
}
    
.img-yourleads {
    background: url('assets/leads.png') center right 15% no-repeat #46B6AC;        
}

.img-pricing {
    background: url('assets/pricing.png') center right 15% no-repeat #46B6AC;        
}

.img-reports {
    background: url('assets/reports.png') center right 15% no-repeat #46B6AC;        
}

.img-card {
    background: url('assets/card_back1.png') center right 15% no-repeat #46B6AC;        
}