/*
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 : Apr 2, 2018, 6:20:40 PM
    Author     : manjulasrinath
*/

.info-box-container{
    padding: 2px; 
}
.info-box .bg-red .info-box-content .info-box-text{
    color: #ffffff;
    
}
.info-box{
    min-height: 80px;
    margin-bottom: 5px;
}
.info-box-icon{
    height: 80px;
    width: 40px;
    font-size: 22px;
    line-height:70px;
}
.info-box-text{
    font-size: 11px;
}
.info-box-number{
    font-size: 14px;
}
.info-box-content{
    margin-left:42px
}

#customer-info{
    /*width:100%;*/
}
#customer-info h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4px;
}
#customer-info p{
    margin: 2px 0;
}
.telephone{
    display: none;
}

#company-header{
    display: inline-block;
    background:#ffffff;pading: 15px 0 5px; margin-bottom: 10px;
}
#company-header h4{
    padding-bottom:5px; margin-bottom: 0; font-weight: 800;
}
