﻿/*
* 08/08/2019
* @author Arumuga Vignesh Venkatraman
* @module Menu
* @description Menu Section Styles
* @
*/
.hovermenu tr td {
    padding: 10px 20px 0px 0px;
}
.hovermenu {
    padding-left: 30px;
}
.hovermenu tr td a {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #222129;
    text-decoration: none;
}
    .menu:hover {
        border-bottom: 2px solid #007DC3;
    }
.hovermenu tr td.here a {
    border-bottom: 2px solid #0e457d;
}
/*
* 08/08/2019
* @author Arumuga Vignesh Venkatraman
* @module Common
* @description Common styles used across pages
* @
*/

.subHeader {
    font-size: 16px;
    color: #7C7C89;
}

.label {
    font-size: 14px;
    color: #7C7C89;
}
.buttonReport {
    background-color: #007dc3;
    font-family: 'Roboto', sans-serif;
    border: 1px solid;
    color: #ffffff;
    height: 33px;
    width: 80px;
    cursor: pointer;
    text-align: center;
}
.paddingtop10 {
    padding-top: 10px;
}

.paddingtop20 {
    padding-top: 20px;
}

.paddingtop30 {
    padding-top: 30px;
}

.paddingtop40 {
    padding-top: 40px;
}

.paddingleft10 {
    padding-left: 10px;
}

.paddingleft20 {
    padding-left: 20px;
}

.paddingleft30 {
    padding-left: 30px;
}

.paddingleft40 {
    padding-left: 40px;
}
.value {
    font-size: 14px;
    color: #3A3C44;
    font-weight: bold;
    padding-left: 20px;
    text-align: right;
}
.hyperlink {
    text-decoration: none;
    font-size: 14px;
    color: #007DC3;
}
.hyperlink:hover {
    text-decoration: solid underline #007DC3;
}
.heading {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #222129;
    background-color: white;
    border-right: 1px solid #979797;
    padding-right: 30px;
    padding-left: 30px;
    height: 100px;
}

.robotoFont {
    font-family: 'Roboto', sans-serif;
}
.body {
    border: 1px solid #eceef1;
}