﻿/* Move down content because we have a fixed navbar that is 50px tall */
body, html, form {
    font-family: Arial;
}

input
{
color:black;
}
#CalcForm
{
    font-size:8pt;
}

#CalcForm input[type=text] 
{
    height: 12px;
}


#LoginView1_Login
{
font-size:10pt;
}

#CalcForm .labels {
    width: 175px;
}

#CalcForm .CACFormRadio input{
    width:18px;
}

#CACStageHeader {
    width: 250px;
}

#CACStageHeader td {
    padding-right: 5px;
}
#CACStageHeader .unit {
    text-align:right;
}

legend {
    font-size: 12pt;
}
#MainContent_lblStage {
    font-size: 10pt;
    text-align:center;
}

fieldset {
    width: fit-content;
}

ul {
    list-style: none;
    text-align:left;
}

ul a {
    color: white;
}

span {
    
}

#CalcForm input {
    #margin-right: 5px;
    #padding: 0px;
    color: black;
    #margin-left: 0px;
    #margin-top: 1px;
    #margin-bottom: 1px;
    width:125px;
}

#CalcForm select {
    margin: 0px;
    #margin-top: 1px;
    #margin-bottom: 1px;
    padding: 0px;
    color: black;
    width: 129px;
}

#CACStage select {
    width: 64px;
    height:18px;
}

#CACStage input {
    width: 60px;
}

#CalcForm div {
    float: left;
}

#CalcForm td {
    height: 18px;
    margin: 0;
    padding-right:7px;
    padding-top:1px;
    padding-bottom:1px;
}

#Login {
    margin: 0 auto; /* or margin: 0 auto 0 auto */
}

#Login_LoginButton {
    background-color: #00A3DA;
    padding: 10px 20px 10px 00px;
    border: none;
    color:white;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
      //  padding: 0;
    }
}

.content {
    position: relative;
    left: 20%;
    width: 80%;
    float: left;
    min-height: 96vh;
}

.nav {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(8, 48, 93);
    width: 20%;
    height: 100%;
    float: left;  
    color: white;
    text-align: center;
    vertical-align: middle;
}

#LoginView1_Login 
{
font-size:10pt;
font-family:verdana;
margin: 0 auto;
margin-top:30px;
padding:10px;
}

.LoginInput
{
margin:2px;
}

.logo
{
text-align:right;

}


.logo #logo
{
    width:275px;
    margin:20px;
	margin-left: auto;
    display: block;
    margin-right: auto;
}

#footer {
	padding: 0px 0px 30px 0px;
	height: 30px;
	position: relative;
    bottom: 0;
    text-align: center;
    margin: 0;
    left: 20%;
    width: 80%;
    text-align:center;
}


body {
    font-family: Arial;
    font-size: 10pt;
}

.ErrorControl {
    background-color: #FBE3E4;
    border: solid 1px Red;
}



body.dialog-no-scroll {
  overflow: hidden;
}
.dialog-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0);
}
.dialog-mask.dialog-mask-transition {
  -moz-transition: background-color 200ms;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.dialog-mask.dialog-mask-active {
  background-color: rgba(0, 0, 0, 0.5);
}
.dialog-mask.dialog-mask-loading:after {
  position: absolute;
  display: block;
  content: "";
  background-image: url("./loading.gif");
  top: 50%;
  left: 50%;
  width: 107px;
  height: 16px;
  margin-left: -107px;
  margin-top: -16px;
}
.dialog-scroll-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
}
.dialog-scroll-container .dialog-container {
  position: absolute;
}
.dialog-container {
  z-index: 1000;
  position: fixed;
  min-height: 200px;
  min-width: 400px;
  background-color: #e3e3e3;
  background-image: -moz-linear-gradient(top, #f0f0f0 85%, #d7d7d7 100%);
  background-image: -webkit-linear-gradient(top, #f0f0f0 85%, #d7d7d7 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 85%, #d7d7d7 100%);
  color: #363636;
  border: 1px solid #b0b0b0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.dialog-container.dynamic {
  top: 50%;
  left: 50%;
}
.dialog-container .dialog-header {
  background-color: #4f537a;
  background-image: -moz-linear-gradient(top, #595e89 0%, #45496a 100%);
  background-image: -webkit-linear-gradient(top, #595e89 0%, #45496a 100%);
  background-image: linear-gradient(to bottom, #595e89 0%, #45496a 100%);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  color: #ffffff;
  min-height: 19px;
}
.dialog-container .dialog-header .dialog-title {
  font-weight: bold;
}
.dialog-container .dialog-header .dialog-close {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
}
.dialog-container .dialog-header .dialog-close:hover {
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
  color: #595e89;
}
.dialog-container .dialog-header .dialog-close:focus,
.dialog-container .dialog-header .dialog-close:active {
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #cccccc 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #cccccc 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #cccccc 0%, #ffffff 100%);
}
.dialog-container .dialog-header,
.dialog-container .dialog-footer {
  padding: 5px;
}
.dialog-container .dialog-body {
  padding: 10px;
  margin-bottom: 41px;
}
.dialog-container .dialog-body p {
  margin-top: 0;
}
.dialog-container .dialog-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 41px;
}
.dialog-container .dialog-footer .dialog-button {
  float: right;
}
.dialog-container .dialog-button {
  text-align: center;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  box-shadow: inset 0 -15px 10px rgba(0, 0, 0, 0.25);
  border: 1px solid #595e89;
  background-color: #4f537a;
  background-image: -moz-linear-gradient(top, #595e89 0%, #45496a 100%);
  background-image: -webkit-linear-gradient(top, #595e89 0%, #45496a 100%);
  background-image: linear-gradient(to bottom, #595e89 0%, #45496a 100%);
  color: #ffffff;
  font-size: 14px;
}
.dialog-container .dialog-button:hover {
  box-shadow: none;
}
.dialog-container .dialog-button:active,
.dialog-container .dialog-button:focus {
  background-color: #4f537a;
  background-image: -moz-linear-gradient(top, #45496a 0%, #595e89 100%);
  background-image: -webkit-linear-gradient(top, #45496a 0%, #595e89 100%);
  background-image: linear-gradient(to bottom, #45496a 0%, #595e89 100%);
}
.dialog-container .dialog-button.dialog-button .dialog-button {
  margin-right: 5px;
}
