﻿html, body {
    height:100%;
} 

body {
    background-color: white;
	background-image: url(../img/home.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
	background-attachment: fixed;
}


.fullpage {
      width: 100%;
      height: 100%;
}

.AllContent {
    padding-top: 200px;
    background-color: transparent;
    border-color: transparent;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}

.mainbuttons {
    background-color: rgb(100, 100, 100);
    border: none;
    color: white;
    width: 300px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.sideButtons {
    background-color: rgb(100, 100, 100);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    width: 120px;
    margin-bottom: 10px;
}

.sideButtons2 {
    background-color: rgb(95, 50, 50);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    width: 120px;
    margin-bottom: 10px;
}

.plotbuttons {
    background-color: rgb(100, 100, 100);
    border: none;
    color: white;
    width: 100px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 30px;
    white-space: normal;
}

.plotbuttons2 {
    background-color: rgb(95, 50, 50);
    border: none;
    color: white;
    width: 100px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 30px;
    white-space: normal;
}

.tableButtons {
    background-color: rgb(100, 100, 100);
    border: none;
    color: white;
    width: 200px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 30px;
    margin-bottom: 20px;
    white-space: normal;
}

.tableButtons2 {
    background-color: rgb(95, 50, 50);
    border: none;
    color: white;
    width: 200px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 30px;
    margin-bottom: 20px;
    white-space: normal;
}

.PropertyTable th, .PropertyTable td{
    border: 1px solid gray;
    width: 120px;
    text-align: center;
}


.PropertyTable{
    width: 100%;
}

.TableResultsSection th, .TableResultsSection td{
    border: 1px solid lightgray;
    width: 120px;
    text-align: center;
}

.TableResultsSection{
    width: 100%;
    background-color: white;
}

#tableResultsData td {
        width: 120px;
}

.units {
    background-color: rgb(100, 100, 100);
    border: none;
    color: white;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.tableunits {
    color: black;
    background-color: lightgray;
}
.PropertyTable .tableunits {
    border: 1px solid gray;
}

.sideInput {
    background-color: lightgray;
    border: none;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    width: 80px;
}


.modal-body
{
    background-color: rgb(240, 240, 240);
}

.mainTable {

}
.mainTable td {
    border: 1px solid;
    border-color: lightgray;
    width: 85px;
}

.mainTable th {
    border: 1px solid;
    border-color: lightgray;
    width: 85px;
}

.mainTable tr {
    height: 30px;
}

.sideTable{
    font-size: 12px;
    width: 85px;
    text-align: center;
}

.fluids{
    width: 96%;
    height: 98%;
}

.tabletext {
    width: 100%;
    height: 100%;
}

.pipeTable td + td { border-left:1px solid #808080; }
.pipeTable td {
    padding-left: 10px;
    padding-right: 10px;
}
.pipeTable th {
    border-bottom: 1px solid #808080;
}

.textDesc {
    text-align: left;
    margin: 0 auto;
    font-weight: bold;
    width: 80%;
    margin-left: -50px;
}

@media only screen and (max-width: 990px) {
    .textDesc {
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    width: 60%;
}
}
