html {
    background-image: url("../images/paper-texture.png");
    background-attachment: fixed;
    /*background: linear-gradient(to bottom right,#003655 0,#0066a1 50%,#0096ee 100%);*/
    min-height: 100%; 
    padding: 0;
    margin: 0;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    top: 0;
}

h1 {
    color: #065f66;
    font-family: Garamond, serif;
    font-size: 40px;
    font-weight: 900;
}

h2 {
    font-family: Garamond, serif;
    font-size: 20px;
    color: #065f66;
    font-weight: 400;

}

p {
    color: #878787;
    font-size: 17px;
    text-align: left;
    line-height: 1;
}

span.red {
    background-color:rgba(255,0,0,0.3);
}

.bgRed {
    background-color:rgba(255,0,0,0.3);
}

p.inspec {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: green;
}

p.outspec {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: red;
}

pre {
    line-height: 1;
    margin: 2px 0 0 0;
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

sub {
    font-family: 'Bookman Old Style', serif;
    vertical-align: sub;
    display: inline-block;
    color: #065f66;
    font-size: 57px !important;
    text-align: left;
}

li a {
    color: #065f66;
    text-decoration: none;
}

li a:hover {
    color: #065f66;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 2px dotted #065f66;
}

li:hover {
    color: #065f66;
    text-decoration: none;
}

li.right {
    float:right;
    padding: 0px 0px 0px 30px;
}

.author { /*author*/

    color: #8793A4;
    font-family: 'Bookman Old Style', serif;
    font-size: 20px;

}

table {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
}

button {
    border: 1px solid #065f66;
    //padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    //margin: 12px 14px 0px 0px;
    font-size: 14px;
    box-shadow: inset 0px -10px 15px rgba(0,0,0,.1);
    background-color: #065f66;
    color: white;
}

.table-config {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin: 0;
    color: #065f66;
}

.table-config th {
    padding: 3px 10px;
}

.table-config td {
    padding: 3px 10px;
}

.table-config tr {
    vertical-align: middle;
}

.table-config tr:nth-child(odd) {
    background-color:rgba(0,0,0,0.05);
}

.table-config-th td, th {
    padding: 3px 0px;
}

.table-cdas {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin: 0;
    color: #065f66;
    font-size: 13px;
}

.table-cdas td {
    padding: 3px 10px;
}

.table-cdas tr {
    vertical-align: middle;
}

.table-cdas tr:nth-child(odd) {
    background-color:rgba(0,0,0,0.05);
}

.bold
{
    color: #b015ab;
    display: table-row;
    font-weight: bold;
}

.error {
    color: #ff0000;
    display: table-row;
}

.warning {
    color: #ffaa00;
    display: table-row;
}

.system {
    color: #149914;
    display: none;
}

.info {
    color: #000000;
    display: none;
}

.specification {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}

.specification td {
    padding: 3px 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    /*border: 1px solid #222;*/
}

.specification th {
    padding: 3px 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
  /*  border: 1px solid #222;*/
}

.specification tr {
    vertical-align: middle;
}

.specification tr:nth-child(odd) {
    background-color:rgba(0,0,0,0.05);
}

.dashboard_spec {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}

.dashboard_spec td {
    padding: 1px 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    /*border: 1px solid #222;*/
}

.dashboard_spec tr {
    vertical-align: middle;
}

.dash_p {
    color: #878787;
    font-size: 17px;
    text-align: center;
    line-height: 1;
    float: left;
    background-color: rgba(233,0,0,.3);
    display: block;
}

#navigation {
    width: 100%;
    height: 70px;   
    /*border: 1px solid #000000;*/
    /*background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
    background-repeat: repeat-x; */
    top: 0;
    left: 0;
    margin: 0;
    padding-left: 230px;
    position: fixed;
    background-image: url("../images/paper-texture.png");
    z-index: 10;
    /*background-color: rgba(255,0,0,.3);*/
   /* box-shadow: 0px 5px 25px rgba(0,0,0,.5); */
}

/*#navbar {
    margin: 0 0 0 250px;
    padding: 0;
    display: block;   
}
*/
#navigation-left {
    width: 180px;
    height: 100%;
    background-image: url("../images/paper-texture.png");
  /*  background-image: linear-gradient(to top,#3c3c3c 0,#222 100%);
    background-repeat: repeat-x;*/
    border-right: 2px dotted #065f66;
    margin: 10px 30px 0 0;
    padding: 0 10px 0 10px;
    position: fixed;
    z-index: 20;
}

#container {
    padding: 60px 30px 0 230px;
    max-width: 100%;    
    /*border: 1px solid #000000;*/ 
    min-height: 100%;
}  

.navbar-nav-left {
    top:0;
    left:0;
    right:0;
    padding:0;
}

.navbar-nav {
    top:0;
    left:0;
    right:0;
    padding: 0;
}

.navbar-nav li {
    float: left;
    margin: 0px 30px 6px 0px;
    display: block; 
    font-size: 16px;
    top:0;
    color: #065f66;
    text-decoration: none;   
}

.navbar-nav-left li {
    margin: 10px 0;
    display: block; 
    font-size: 16px;
    line-height: 2;
    top:0;
    color: #065f66;
    text-decoration: none;   
}

.outer {
    display: table;
    position: absolute;
    height: 80%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

#login {
    width: 300px;
    height: 273px;
    margin: auto;
    padding: 0px;
    box-shadow: 0px 2px 25px rgba(6, 95, 102,.7);
    border-radius: 6px;
}

#login-header {
    width: 100%;
    height: 77px;
    border-bottom: 2px dotted #065f66;
    text-align: center;
    padding-top: 10px;
    color: white;
}

#login-body {
    width: 100%;
    height: 120px;
    text-align: center;
}

#login-footer {
    text-align: right;
    border-top: 2px dotted #065f66;
}

#form {
    text-align: left;
}

#form input {
    width: 250px;
    height: 32px;
    margin: 14px 0px 0px 0px;
    padding: 5px 10px;
    font-size: 12px;
  //  line-height: 1.5;
    border-radius: 3px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
    font-family: inherit;
}

#form button {
    border: 1px solid #065f66;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    margin: 12px 14px 0px 0px;
    font-size: 14px;
    box-shadow: inset 0px -10px 15px rgba(0,0,0,.1);
    background-color: #065f66;
    color: white;
}



#form h2 {
    font-size: 25px;
    font-weight: 600;
}

footer{
	/*background-color: #004b77;
	box-shadow: 0px 0px 10px 2px #3c3c3c; */
	box-sizing: border-box;
	width: 100%;
	text-align: center;
    padding: 10px;
    clear: both;
/*	font: normal 18px sans-serif; */
    position: fixed;
    background-image: url("../images/paper-texture.png");
    left: 0;
    bottom: 0;
/*  background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
  background-repeat: repeat-x; */
}

.footer-company-name{
    color: #065f66;
	font-size: 14px;
	margin: 0;
    text-align: center;
}

.severity_E
{
    COLOR: #f6660d
}
.severity_W
{
    COLOR: #b015ab
}
.severity_S
{
    COLOR: #149914
}
.severity_F
{
    COLOR: #ff0000
}
.severity_I
{
    COLOR: #000000
}

.diff_severity_E
{
    COLOR: #f6660d;
    background-color: #eeeeee
}
.diff_severity_W
{
    COLOR: #b015ab;
    background-color: #eeeeee

}
.diff_severity_S
{
    COLOR: #149914;
    background-color: #eeeeee
}
.diff_severity_F
{
    COLOR: #ff0000;
    background-color: #eeeeee
}

.diff_severity_I
{
    COLOR: #000000;
    background-color: #eeeeee
}

li { margin-bottom: 15px; }

.gaugeChart-bezel-outer {
  fill: none;
  stroke: black;
}

.gaugeChart-bezel-inner {
  fill: none;
  stroke: #CCCCCC;
}

.gaugeChart-tick {
  fill: none;
  stroke: black;
}

.gaugeChart-face,
.gaugeChart-tickHider {
  stroke-width: 0;
  fill: white;
}

.gaugeChart-needle {
  stroke: #CD4120;
  fill: #E57358;
  opacity: 0.8;
}

.gaugeChart-needle-cap {
  stroke: #666666;
  fill: #4684EE;
}

input+div{display:none;}
input:hover+div{display:inline;}


.exahoverbg, .techahoverbg, .heahoverbg, .chillerahoverbg, .lccahoverbg {
    background-color: transparent;
    padding: 10px;
}

.exahoverbg:hover {
  /*  box-shadow: 0px 2px 15px rgba(6, 95, 102,.7);*/
    border-radius: 20px;    
    background-color: rgba(215,212,71,.2);
}

.techahoverbg:hover {
  /*  box-shadow: 0px 2px 15px rgba(6, 95, 102,.7);*/
    border-radius: 20px;    
    background-color: rgba(254,158,0,.2);
}

.heahoverbg:hover {
  /*  box-shadow: 0px 2px 15px rgba(6, 95, 102,.7);*/
    border-radius: 20px;    
    background-color: rgba(166,183,39,.2);
}

.chillerahoverbg:hover {
  /*  box-shadow: 0px 2px 15px rgba(6, 95, 102,.7);*/
    border-radius: 20px;    
    background-color: rgba(223,83,39,.2);
}

.lccahoverbg:hover {
  /*  box-shadow: 0px 2px 15px rgba(6, 95, 102,.7);*/
    border-radius: 20px;    
    background-color: rgba(65,138,179,.2);
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
   // background-color: #e9ebee;
    background-image: url("../images/paper-texture.png");
    background-attachment: fixed;
  //  background-color: #fefefe;
    margin: 7% auto 0 auto; /* 15% from the top and centered */
    padding: 20px 0px 0px 0px;
    border: 1px solid #888;
  //  width: 70%; /* Could be more or less, depending on screen size */
  //  height: 70%;
    width: 1200px;
    height: 570px;
    color: #000;
    border-radius: 8px;
    box-shadow: 0px 5px 25px rgba(0,0,0,.9);
}

/* Add Animation */
.modal-content {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 20px;
    margin-top: -10px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
