@charset "utf-8";
/* CSS Document */

body {
  font-family: Verdana, sans-serif;
  font-size:0.8em;
  color: #333;
  margin: 0;
  padding: 0;
  background-color: #2c3959;
 /* background-image: url('/bundles/fedsignavigator/images/back.jpg');*/
  background-repeat: no-repeat;
  background-position: center top;
}
/* Hide underline on anchors, otherwise artifacts show in diagram. */
a, a:hover, a:visited, a:link, a:active
{
  text-decoration: none;    
}
img {
    border: none;
}
#container {
  width: 774px;
  height: 592px;
  margin-left: auto;
  margin-right: auto;
}
#dynamic-container-1 {
  /*width: 116px;*/
  height: 111px;
  /*padding: 75px 0 0 60px;*/
  width: 173px;
  padding: 70px 0 0 58px;
  float:left;
}
#dynamic-container-2 {
  width: 500px;
  height: 115px;
  padding: 72px 0 0 0;
  float:left;
}
#button-area {
  width: 670px;
  height: 32px;
  padding: 3px 52px 0 52px;
  text-align: center;
}
#dynamic-container-3 {
  float: left;
  width: 172px;
  height: 312px;
  padding: 5px 0 0 55px;
  margin-top: 32px;
  margin-right: 30px;
  overflow-y: auto;
  overflow-x: hidden;
}
#dynamic-container-4 {
  float: left;
  width: 452px;
  height: 150px;
  padding: 5px 10px 0 0px;
  margin-top: 32px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#dynamic-container-5 {
  float: left;
  width: 452px;
  height: 160px;
  padding: 0 10px 0 0px;
  margin-top: 4px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.clear-fl {
  clear: both;
}
#frame01, #frame02, #frame03, #frame04, #frame05 {
  overflow-x:hidden;
}
.footer {
  font-family:sans-serif;
  color:black;
  font-size:0.8em;
  text-align: center;
  padding-top: 40px;
}

/* Model styles */
.iframe-wrapper-detail {
    font-family: Verdana,sans-serif;
    margin-left: 0px;
}
.iframe-wrapper-detail h2 {
    font-style: italic;
    margin-block-end: 0.5em;
}

/* Diagram styles */
#diagram-container {
    width: 500px;
    margin: auto;
}

.diagram-container-45 {
    margin-left:auto;
    margin-right:auto;
    width:255px;  
}

.diagram-container-53 {
    margin-left:auto;
    margin-right:auto;
    width:315px;
}

.diagram-container-61 {
    margin-left:auto;
    margin-right:auto;
    width:375px;
}

.diagram-container-70 {
    margin-left:auto;
    margin-right:auto;
    width:435px;
}

.diagram-container-80 {
    margin-left:auto;
    margin-right:auto;
    width:500px;
}

/* Section Styles */
.section-wrapper {
    margin-right: 40%;
}
.section-wrapper h3 {
    margin: 0px;
}
.position-name {
    width: 35%;
    float: left;
}
.light-selection {
    width: 50%;
    float:left;
}
.symmetry-check {
    width: 5%;
    float:left;

}
/* Summary styles */
.headContainer {
    border-bottom: thin solid black;
    height: 15px;
    padding: 2px;
    width: 420px;
}
.dataContainer-section {
    height: 15px;
    padding: 2px;
    width: 420px;
    border-bottom: thin solid gray;

}
.mainDataContainer .dataColumn {
    height: 20px;
    padding: 2px;
    width: 420px;
    line-height: 10px;
    font-size: 10px;
}

.lightDataContainer .dataColumn {
    height: 20px;
    padding: 2px;
    width: 420px;
    line-height: 10px;
    font-size: 10px;
}
.lightDataContainer .dataColumn:nth-child(even) {
    background-color: transparent;
}
.lightDataContainer .dataColumn:nth-child(odd) {
    background-color: #e8eaac;
}

.optionDataContainer .dataColumn {
    height: 20px;
    padding: 2px;
    width: 420px;
    line-height: 10px;
    font-size: 10px;
    background-color: #99d267;
}
/*
.optionDataContainer .dataColumn:nth-child(even) {
    background-color: transparent;
}
.optionDataContainer .dataColumn:nth-child(odd) {
    background-color: #ff9999;
}*/

.dataContainer-odd {
    background-color: #e8eaac;
    height: 15px;
    padding: 2px;
    width: 420px;
}
.dataContainer-even {
    height: 15px;
    padding: 2px;
    width: 420px;
}
.dataContainer-green {
    background-color: #99d267;
    height: 15px;
    padding: 2px;
    width: 420px;
}
.totalContainer {
    border-top: thin solid black;
    height: 15px;
    padding: 2px;
    width: 420px;
}
.headRow1, .dataRow1 {
    float: left;
    font-weight: bold;
    margin-right: 10px;
    width: 125px;
}
.headRow2, .dataRow2 {
    float: left;
    font-weight: bold;
    margin-right: 10px;
    width: 105px;
}
.headRow3, .dataRow3 {
    float: left;
    font-weight: bold;
    margin-right: 10px;
    width: 65px;
}
.headRow4, .dataRow4 {
    float: left;
    font-weight: bold;
    width: 65px;
}
.dataRow1, .dataRow2, .dataRow3, .dataRow4 {
    font-weight: normal;
}
.dataContainer-section .dataRow1, .dataContainer-section .dataRow2, .dataContainer-section .dataRow3, .dataContainer-section .dataRow4 {
    font-weight: bold;
        
}
.titleRow {
    margin-left: 70px;
    font-weight: bold;
    width:100%;
        
}
.totalContainer .dataRow1, .totalContainer .dataRow2, .totalContainer .dataRow3, .totalContainer .dataRow4 {
    font-weight: bold;
}

/* Options */
.optionContainer {
    margin: 2px;
    padding-bottom: 5px;
    text-align: left;
}
.optionContainer-title {
    background-color: #fff;
    font-size: 0.9em;
    font-weight: bold;
}
.option-field {
    font-size: 0.9em;
    padding-bottom: 5px;
}
.optionContainer-wrapper {
    display: none;
    padding: 5px;
}
#trigger-vehicle {
    width: 100px;
}

/* Selections */
.error {
    color: red;
}
.messages {
    background-color: #eee;
    border: 1px solid #ccc;
    margin-bottom: 1em;
    padding: 0.3em;
}
