﻿body {
    font-size : 14px !important;
}

label{
     font-weight: bold;
}

.input-group-text{

    background-color: #eee;
    color: #555;
       
}

.fileIcon
{
    height:calc(1.5em + .75rem + 2px);
}

.form-control 
{
    font-size : 14px;

}
#filename
{
    background-color: #eee;
}

.pull-right {
    float: right !important;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
a {
    color: #003366;
}