html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 5px;
  padding-bottom: 70px;
  background: url('../images/bg5.png') no-repeat;
  font-family: 'Open Sans', sans-serif;
  /*overflow-x: hidden;*/
}

.navbar {
  margin-bottom: 2px;
  min-height: 80px;
  background: none;
  border: none;
}

.navbar-header {
  min-width: 280px !important;
  width: 100% !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #ecf0f1;
  /* Set the fixed height of the footer here */
  min-height: 70px;
  max-height: 140px;
  height: auto;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 5px;
}

.aopa-logo {
	padding-left: 20px;
	padding-top: 20px;
}

.plane-logo {
	padding-left: 0px;
	padding-top: 5px;
}

.plane-logo > img {
  width: 70px;
  height: 70px;
}

.aopa-logo > img{
  width: 150px;
  height: 50px;
}

.input-group {
	padding-top:20px;
}

.form-padding {
	padding-top:46px;
	padding-bottom:10px;
	padding-left: 20px;
	padding-right: 15px;
}

.form-padding-light {
	padding-left: 20px;
	padding-right: 15px;
}

.form-row {
	border-radius: 5px;
}

.message-label{
	font-weight: 400;
	text-align: center;
}

.is-sst-cr{
  color: #999;
  font-size: 11px;
}

.is-forum-link{
  color: #888;
  font-size: 13px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
	width: 100%;
}

.jumbo-container {
	margin-top: 2px;
	padding-top: 20px;
	padding-bottom: 40px;
	width: auto;
	bottom: 0px;
	background: #fff;
}

.shadow-box{
  -webkit-box-shadow: 1px 1px 5px 0px rgba(41,128,185,1);
  -moz-box-shadow: 1px 1px 5px 0px rgba(41,128,185,1);
  box-shadow: 1px 1px 5px 0px rgba(41,128,185,1);
}

.shadow-footer{
  -webkit-box-shadow: 1px 1px 5px 0px rgba(41,128,185,1);
  -moz-box-shadow: 1px 1px 5px 0px rgba(41,128,185,1);
  box-shadow: 1px 1px 20px 0px rgba(41,128,185,1);
}

.paragraph {
	text-align: center;
	padding-left: 35px;
	padding-right: 31px;
}

.img-elt-div {
	padding-top:50px;
}

.instruction-p {
	text-align: left;
}


.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.table-sst {
  text-align:center;
  width: 98%;
  margin-left:auto; 
  margin-right:auto;
  display: none;
}

@media (max-width: 873px) {
  .is-forum-link {
    padding-top: 10px !important;
  }
}

@media (max-width: 820px) {
 /* .footer {
    height: 80px !important;
  }*/

  body {
    padding-bottom: 80px;
  }
}

@media (max-width: 766px){
 /* .footer {
    height: 100px !important;
  }*/

  body {
    padding-bottom: 100px;
  }
}

@media (max-width: 480px) {
  .table-sst {
    font-size: 12px !important;
  }
}

@media (max-width: 470px) {
  .table-sst {
    font-size: 10px !important;
  }
}

@media (max-width: 439px) {
  /*.footer {
    height: 115px !important;
  }*/

  body {
    padding-bottom: 115px;
  }
}

@media (max-width: 370px) {
  .table-sst {
    font-size: 8px !important;
  }
  
}


.table-sst > thead > tr {
  text-align:center;
}

.tr-sst-head-1n, .tr-sst-body-1n {
  width: 50%;
}

.tr-sst-head-2n, .tr-sst-body-2n {
  width: 9%;
  text-align: center;
}

.tr-sst-head-3n, .tr-sst-body-3n{
  width: 41%;
}

.tr-sst-head-1st > span, .tr-sst-head-2nd > span, .tr-sst-head-3rd > span {
  text-align:center; 
  font-weight:bold;
}

.docs-link{
  font-size:30px;
  text-decoration:none !important;
  color:#3498db;
  padding-top:0px;
  margin-top: 0px;
}

.docs-link>span{
  font-size: 17px;
}

.docs-container{
  text-align: center;
  padding-top:15px;
}

.alertSstDecoder {
  display: none;
}



