/*
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 : Oct 28, 2018, 7:15:54 PM
    Author     : vsaraf
*/
.main-page-box {
    background-color: #ffffff;
    min-height: 400px;
    border: 1px solid #eeeeee;
    padding: 15px;
}

.table-borderless td,
.table-borderless th {
    border: 0 !important;
}

.greenRow td {
    background-color: #008000;
    color:#ffffff;
    font-weight: bold;
}

.blueRow td{
    background-color:#00688B;
    color:#ffffff;
    font-weight: bold;
}

.orangeRow td {
    background-color:#F89608;
    color:#ffffff;
    font-weight: bold;    
}

.redRow td {
    background-color:#F83708;
    color:#ffffff;
    font-weight: bold;    
}

.purpleRow td {
    background-color:#7647a2;
    color:#ffffff;
    font-weight: bold;    
}

.brownRow td {
    background-color: brown;
    color:#ffffff;
    font-weight: bold;    
}

.notificationUL {
    width: 500px;
    height: 500px;
    overflow-y: scroll;
}

.notificationUL li, .notificationUL li a {
    white-space: normal;
    float: left;
    width: 100%;
    height: auto;
    word-wrap: break-word;
}

.fa-download {
    color: #3097D1;
}

.fa-download:hover {
    color: #216a94;
}