
	
            .bg-faded{background-color: #efefef;}

h1,h2,h3,h4,.h1,.h2,.h3,.h4{font-weight: 300;}
.viewshow {border-bottom: 1px dotted #ddd;}
            
.form-group.required label:after {
  content:"*";
  color:red;
}
a.nounderline{text-decoration: none}
.dashboard > div{
	cursor: pointer;
}
.dashboard > div:nth-child(1) .card{
    background: #FF5722;
}
.dashboard > div:nth-child(2) .card{
    background: #0097a7;
}
.dashboard > div:nth-child(3) .card{
    background: #ff8a80;
}
.dashboard > div:nth-child(4) .card{
    background: #03A9F4;
}
.dashboard > div:nth-child(5) .card{
    background: #3F51B5;
}
.dashboard > div:nth-child(6) .card{
    background: #009688	;
}
.dashboard > div:nth-child(7) .card{
    background: #EC407A;
}
.dashboard > div:nth-child(8) .card{
    background: #7e57c2;
}
.dashboard > div:nth-child(9) .card{
    background: #AB47BC;
}
.dashboard > div:nth-child(10) .card{
    background: #4CAF50;
}
.dashboard > div:nth-child(11) .card{
    background: #ff3d00;
}
.dashboard > div:nth-child(12) .card{
    background: #424242;
}