﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

/************************************************************************
    
    Items added to the template CSS file follow.

*************************************************************************/

/*.linkButton{
    font-size:18px;
}*/

.red{
   color:#ff0000;
}

.left{
    text-align:left;
}

.GvStyle
{
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid white;
    border-top: 2px solid white;
    padding: 4px;
}
 
.GvStyle a
{
    color: #FFFFFF;
}
 
.GvHeaderStyle th
{
    /*border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;*/
    border: 1px solid #eeeeee;
    padding-left:3px;
    padding-right:3px;
    text-align:left;
}

.GvDashboardHeaderStyle th
{
    /*border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;*/
    border: 1px solid #eeeeee;
    text-align:center;
}

.GvHeaderStyle
{
    /*background-color: #5D7B9D;*/
    background-color: #005780;
    font-weight: bold;
    color: White;
}

.GvDashboardHeaderStyle
{
    /*background-color: #5D7B9D;*/
    background-color: #005780;
    font-weight: bold;
    color: White;
}

.GvFooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}
 
.GvRowStyle
{
    background-color: #F7F6F3;
    color: #333333;
    text-align:left;
}

.GvDashboardRowStyle
{
    background-color: #dddddd;
    color: #333333;
    text-align:center;
}
 
.GvAlternatingRowStyle
{
    background-color: #FFFFFF;
    color: #284775;
    text-align:left;
}
 
.GvDashboardAlternatingRowStyle
{
    background-color: #FFFFFF;
    color: #284775;
    text-align:center;
}
 
.GvRowStyle td, .GvAlternatingRowStyle td
{
    border: 1px solid #EBE9ED;
}
 
.GvSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.GvDashboardSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
    text-align:center;
}

.GvPagerStyle
{
    background-color: #284775;
    color: #FFFFFF;
}
 
.GvPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}

 .GridPager a, .GridPager span
    {
        display: block;
        height: 20px;
        width: 35px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        background-color: #284775;
        color: #FFFFFF;
    }
 
    .GridPager a
    {
        background-color: #E2DED6;
        color: #333333;
        border: 1px solid #969696;
    }
    .GridPager span
    {
        background-color: #A1DCF2;
        color: #000;
        border: 1px solid #3AC0F2;
    }
    .GridPager table
    {
        margin-top:10px;
        background-color: #5D7B9D;
        margin-left:auto;
        margin-right:auto;
    }

.workflowSection {
    background-color:#ffffff;
    width:100%;
    border-spacing:8px 0px;
    border-collapse:separate;
}

.workflowSectionHeader {
    font-size:larger;
    font-weight:bold;
    text-align:center;
    padding:16px;
    background-color:#007fb9;
    border-spacing:4px 4px;
    color:#ffffff;
}
.workflowImageCell{
    text-align:center;
    padding-top:10px;
    background-color:#efefef;
    font-weight:bold;
    font-size:larger;
}
.workflowImage{
    vertical-align:middle;
    width:80px;
    margin-bottom:10px;
}
.workflowTextCell {
    padding:10px;
    vertical-align:text-top;
    background-color:#efefef;
}
.workflowButtonCell{
    text-align:center;
    background-color:#efefef;
}

.workflowButton
{
    background:#ffffff;
    border:1px solid gray;
    border-radius:10px;
    padding:10px;
    margin:10px 5px 10px 5px;
}

.workflowButton:disabled
{
    background:#efefef;
    border:1px solid gray;
    border-radius:10px;
    padding:10px;
    margin:10px 5px 10px 5px;
}

.workflowButton:hover:enabled
{
    color:White;
    cursor:pointer;
    background:#4b6c9e;
    border:1px solid gray;
    border-radius:10px;
    padding:10px;
    margin:10px 5px 10px 5px;
}

.workflowButton:active:enabled
{
    /*text-align: right;*/
    color:White;
    cursor:pointer;
    background:Maroon;
    border:1px solid gray;
    border-radius:10px;
    padding:10px;
    margin:10px 5px 10px 5px;
}

.workflowAction
{
    background:#ffffff;
    border:1px solid gray;
    border-radius:10px;
    padding:5px;
    margin:10px 5px 10px 5px;
}

.workflowAction:disabled
{
    background:#efefef;
    border:1px solid gray;
    border-radius:10px;
    padding:5px;
    margin:10px 5px 10px 5px;
}

.workflowAction:hover:enabled
{
    /*text-align: right;*/
    color:White;
    cursor:pointer;
    background:#4b6c9e;
    border:1px solid gray;
    border-radius:10px;
    padding:5px;
    margin:10px 5px 10px 5px;
}

.workflowAction:active:enabled
{
    /*text-align: right;*/
    color:White;
    cursor:pointer;
    background:Maroon;
    border:1px solid gray;
    border-radius:10px;
    padding:5px;
    margin:10px 5px 10px 5px;
}
.downloadLink {
    font-size:18px;
}

.downloadErrorMessages {
    text-align:left;
    display:block;
}

.statusPanelPDF {
    width: 100%;
    border-spacing: 1px 1px;
    border-collapse: separate;
    vertical-align: middle;
    background-color: #efefef;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 8px;
    text-align: center;
}

.statusPanel {
    margin: 8px 0px;
    padding: 10px;
    vertical-align: middle;
    background-color: #aaffaa;
    text-align: center;
    margin-bottom: 5px;
}

.statusPanelErrors{
    background-color: #ffaaaa;
}
.statusPanelSuccess {
    background-color: #aaffaa;
}

.BigCheckBox input {
    width: 19px; 
    height: 19px;
}

.AleTableCell{
    border-style: Solid;
    border-color: darkgrey;
    border-width: thin;
    text-align: center;
    background-color: #efefef;
}

.correctionsGridRow
{
    vertical-align:top;
    text-align:left;
    padding-bottom:8px;
}