html, body {
    height: 100%;
}
.underline {
	text-decoration: underline;
}

body {
    background-image: url("../img/background.jpg");
}

img{
	margin-top: 20px;
	margin-bottom:20px;
}
mark{
	background-color:transparent;
}

.Arial{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.advanced-troubleshooting-screen {
    position: relative;
    padding-top: 5%;
}

.autovmargin{
	margin-bottom: auto;
	margin-top: auto;
}

.balloon {
    position: relative;
    background-color: white;
    border: 2px solid white;
    border-radius: 25px;
    box-shadow: 2px 3px 2px #888888;
    margin: 20px;
    -moz-box-shadow: 2px 3px 2px #888888;
    padding: 20px;
    -webkit-box-shadow: 2px 3px 2px #888888;
}

.black {
    color: black;
}

.blue {
    color: #0775ED;
}

.blue-row {
    background: #5a3cd6;
    color: white;
}

.bluetable{
	background-color: #e6faff;
	border: solid 1px black;
	padding: 10px;
}

.bolder{
	font-weight: bolder;
}

.buttonmargin {
    margin-bottom: 10px;
    margin-top: 10px;
}

.btn-blue {
	background-image: url('../img/buttons/button_blue_unlit.png')
}

.btn-blue:hover, .btn-blue:focus {
	background-image: url('../img/buttons/button_blue_lit.png');
	color: #eee;
}

.btn-green {
	background-image: url('../img/buttons/button_green_unlit.png');
}

.btn-green:hover, .btn-green:focus {
	background-image: url('../img/buttons/button_green_lit.png');
	color: #eee;
}

.btn-green, .btn-blue {
	border-radius: 0px;
	color: white;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	height:66px;
	line-height:33px;
	margin: 1px;
	padding: 18px;
	width: 275px;
	text-shadow: 0 1px 0 #444;
}
.btn-shift
{
	margin-top:-8px;
	line-height: 22px;
}

.cd {
    width: 100%;
}

.cdacronym {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
    font-weight: bold;
}

.circle-number {
    position: absolute;
    width: 3%;
}

.comment {
    background-color: white;
    border: 1px solid black;
    border-radius:20px;
    box-shadow: 3px 3px 2px #888888;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    -moz-box-shadow: 0px 3px 2px #888888;
    padding: 10px;
    -webkit-box-shadow: 0px 3px 2px #888888;
}

.compressor{
    width: 20%;
}

h1, h2, h3, h4, h5, h6 {
    color: #0775ED;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
	font-weight: bold;
}

.bold, .em-b {
    font-weight: 600;
}

.em-bi {
    font-style: italic;
    font-weight: bold;
}

.exam-missing {
    color: white;
    background-color: red;
    font-weight: bold;
}

.exam-question {
    max-width: 500px;
    margin: auto;
    border: solid black 1px;
    padding: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.full-width {
    width: 100%;
}

.green-info {
    color: #1EB91E;
}

.link-center {
    max-width: 200px;
    margin: auto;
}

.max-width-600 {
    max-width: 600px;
}

.max-width-500 {
    max-width: 400px;
}


.max-width-400 {
    max-width: 400px;
}

.max-width-300 {
    max-width: 300px;
}

.max-width-200 {
    max-width: 200px;
}

.max-width-100 {
    max-width: 100px;
}

.max-width-80p {
    max-width: 80%;
}

.max-width-100p {
    max-width: 100%;
}

.navbar {
    box-shadow: 0px 3px 2px #888888;
    -moz-box-shadow: 0px 3px 2px #888888;
    -webkit-box-shadow: 0px 3px 2px #888888;
}

.nomargin {
	margin: 0px;
}

.progress-table {
    color: blue;
    max-width: 600px;
    margin: auto;
}

.progress-row {
    margin-top: 15px;
    margin-bottom: 15px;
}

.qmargin {
    margin-top:5px;
    margin-bottom: 15px;
}


.rowmargin {
    margin-bottom: 20px;
    margin-top: 20px;
}

.size18 {
	font-size:18px;
}

.size16 {
	font-size:16px;
}
.table-custom th, .table-custom td {
    height: 50px;
    vertical-align: middle !important;
    border-color: white;
}

.table-nonfluid-center {
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
}

.table-text-center th, .table-text-center td {
    text-align: center;
}

.temperature
{
	color: #0775ED;
	font-weight: bold;
	color:
}

.temperature-box {
    width: 90%;
    max-width: 500px;
    margin: 20px auto 20px;
    text-align: center;
    background-image: url("../img/aluminum_bg.jpg");
    border: solid gray 10px;
    border-style: outset;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.temperature-cell {
	font-size: 16px;
    font-weight: bolder;
    border: solid white 1.5px;
    padding: 5px;
}
.temperature-cell input{
	font-size: 12px;
	font-weight: normal;
	width: 64px;
	height: 21px;
}
.temperature-cell2 {
    border: solid white 1.5px;
    padding: 5px;
}

.thumb {
    padding:3%;
    width: 100%;
	margin: 3px;
}

.units {
    color: #0775ED;
	font-weight:bold;
}
/*	http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.white-text {
    color: #FFFFFF;
}

.width-100 {
    width: 100%;
}

#ch1text{
	display: none;
}

#ivta{
	margin-top: 10px;
}

#logo {
    padding-left: 5%;
    padding-right: 5%;
    width: 45%;
}

#pt_chart_table td{
    border: 3px solid white;
}

.RBIII *,
.RB2 *,
.ACCB *,
.GFB *{
 	font-family: "Times New Roman", Georgia, Serif;
 }

 .RBIII .Arial,
  .RB2 .Arial,
  .ACCB .Arial
  , .GFB .Arial {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
 }

.RBIII  h1, .RBIII h2,.RBIII  h3,.RBIII  h4,.RBIII  h5,.RBIII  h6, .RBIII  li, .RBIII td, .RBIII input,
.RBIII .btn-green, .RBIII .btn-blue, .RBIII .btn-shift, .RBIII button,
.RB2  h1, .RB2 h2,.RB2  h3,.RB2  h4,.RB2  h5,.RB2  h6, .RB2  li, .RB2 td, .RB2 input,
.RB2 .btn-green, .RB2 .btn-blue, .RB2 .btn-shift, .RB2 button,
 .ACCB  h1, .ACCB h2,.ACCB  h3,.ACCB  h4,.ACCB  h5,.ACCB  h6, .ACCB  li, .ACCB td, .ACCB input,
.ACCB .btn-green, .ACCB .btn-blue, .ACCB .btn-shift, .ACCB button,
 .GFB  h1, .GFB h2,.GFB  h3,.GFB  h4,.GFB  h5,.GFB  h6, .GFB  li, .GFB td, .GFB input,
.GFB .btn-green, .GFB .btn-blue, .GFB .btn-shift, .GFB button  {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-style: normal;
}

.RBIII button,.RB2 button,.ACCB button,.GFB button{
	height: 21px;
	line-height: 17px;
	padding: 0px;
	width: 75px;
}

.RBIII .wide,
.RB2 .wide,
.ACCB .wide,
.GFB .wide {
    width: 100px;
}

.RBIII .autowide,
.RB2 .autowide,
.ACCB .autowide,
.GFB .autowide  {
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
}

.RBIII button.cshow,.RBIII  button.chide,
.RB2 button.cshow,.RB2  button.chide,
.ACCB button.cshow,.ACCB  button.chide,
.GFB button.cshow,.GFB  button.chide{
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
}

 .RBIII button.autobutton,.RBIII button.autobutton,
 .RB2 button.autobutton,.RB2 button.autobutton,
 .ACCB button.autobutton,.ACCB button.autobutton,
 .GFB button.autobutton,.GFB button.autobutton{
 	height: 24px;
 	line-height: auto;
 	margin-bottom: 5px;
 	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
 }

