﻿/* Move down content because we have a fixed navbar that is 50px tall */

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.hidden {
    display: none;
}
.Grid {
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-size:small;
    color: #474747;
}
.Grid .alternating {
    background: #d8d8d8;
}
    .Grid .gridheader {
        background: #410033;
        border:double;
        color: white;
    }

.subgridview {
    width: 90%;
   font-size:small;
    text-align: left;
    margin: 0px 0px 5px 25px;
    background: #fff;
}

.subgridview th {
        background: silver;
        color: Black;
    }



/* 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;
    }
}
.ListHeader{
    color:slategray;
    font-size:24px;
}
.ListItem {
    color: maroon;
    font-size: 10px;
    list-style: square
}

a {
  color: maroon;
  text-decoration: none;
}

a:hover,
a:focus {
  color: lightgray;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
p {font-size:16px;color:#410033;}

h1 {font-size:26px;color:#410033;}
h2 {font-size:20px;color:#410033; font-weight:normal;}
h3 {font-size:18px;font-weight:normal;color:#410033;}
h4 {font-size:16px;font-weight:normal;color:#410033;}

.cvTableCell {
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #9cafc2;
    opacity:50;

}
.cvLabel {
    margin-left:5px;
    
}
.topNode{
    font-weight:bold;
}
.lowerNode
{
    font-weight:normal;
}
