﻿/*
* 07/22/2019
* @author Arumuga Vignesh Venkatraman
* @module button
* @description rule set for header Logo
* @
*/
.headerLogo {
    width:100%;
    background-color:white;
    height: 19px;
}
.imgLogo {
    height: 30px; 
    width: 140px; 
    padding-top: 15px; 
    padding-bottom: 15px; 
    padding-left: 15px;
}
/*
* 07/22/2019
* @author Arumuga Vignesh Venkatraman
* @module button
* @description rule set for header Text
* @
*/
.headerText {
    width: 100%;
    background-color: #01457d;
    height: 70px;
    font-family: 'Roboto', sans-serif;
    color: white;
    padding-left: 15px;
    font-size: 12px;
}

/*
* 08/05/2019
* @author Derrick Dela Cruz
* @module div
* @description rule set for logout section 
*/
.logoutContainer {
    font-family: 'Roboto', sans-serif;
    float: right;
    padding-top: 15px;
    padding-right: 10px;
}

/*
* 08/05/2019
* @author Derrick Dela Cruz
* @module button
* @description rule set for logout button 
*/
.logoutButton {
    background-color: white;
    color: #007DC3;
    border: 1px solid #E7E7E7;
    height: 33px;
    width: 80px;
    cursor: pointer;
}

/*
* 08/05/2019
* @author Derrick Dela Cruz
* @module label
* @description rule set for user name label
*/
.userName {
    font-size: 16px;
    color: #222129;
    padding-right: 10px;
}