/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 16, 2018, 4:00:45 PM
    Author     : Bhuvan
*/
.noradashboard{
    background: white;
    padding: 10px;
}

.iconbox{
    display: inline-block;
   
}
img.fp-tile {
    width: 250px;
    height: 172px;
    padding: 5px;
}

.noradashboard .profile,
.current-certificate,
.renew-certificate{

    border: 2px solid #29a9e1;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.noradashboard .profile .name,
.noradashboard  .certname,
.noradashboard .certhead{
    font-size: 16px;
    font-weight: bold;
}

.noradashboard .certhead{
    font-size: 14px;
    margin-bottom: 10px;
}
.noradashboard .certname{
    margin-bottom: 10px;
}

body.nora .noracardcert{
    display: block;
}