.breadcrumb {
    display: none;
}

.jumbotron{
    padding-top: 0px;
}

body {
    font-family: font-family: Helvetica, Neue;
    font-size: 15px;
    line-height: 1.42857;
    color: #666;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #00264C;
}

h2 {
    font-family: font-family: Helvetica, Neue;
    font-size: 1.35017em;
    margin: 0;

}

.tga_container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
}

.termscontainer {
    border-style: solid;
    border-color: #8FC857;
    background-color: #F6FAEF;
    margin: 0px;
    padding: 10px;
    font-family: font-family: Helvetica, Neue;
    color: #000000;
}

.termscontainer .ullist {
    font-family: Helvetica, Neue; 
    font-size: 16px; 
    font-color: #313131;
}

.divNotification {
    border-style: solid;
    border-color: #8FC857;
    background-color: #ECF9D9; 
    border-radius: 8px;
    padding: 10px;
    color: #000000;
}

.divFurtherInfo {
    background-color: #ECF9D9;
    padding: 10px;
    text-align: center;
    font-family: Helvetica, Neue; 
    font-size: 18px; 
    font-weight: bold;
    font-color: #313131;
}

.divReleaseInfo {
    font-family: Helvetica, Neue;
    font-size: 16px;
    font-color: #313131;
}

/*.pclass {
    font-family: Helvetica, Neue;
    font-size: 16px; 
    font-color: #313131;
}

p, a:link, a, a:visited, li {
  color: #000;
}

a:link {
    text-decoration: none;
    border-bottom: 1px solid #006EAB;
    transition: all 0.25s ease-in-out;
}

p {
    font-size: 16px !important;
     margin: 0 0 10.5px;
    padding-top:10px;      
}*/

#idAccordian {
  padding-top: 0px;
  padding-right: 18px;
  padding-bottom: 0px;
  padding-left: 18px;
  background-color: white;
  max-height: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transition-property: max-height;
}

div#reportContainer iframe {
  position: relative;
  min-height: 1000px;
}

.container {
  width: 100%;
}

.containerPage {
  position: relative;
  width: 100%;
  min-height: 700px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}


#errorMessageTextId {
  color: red;
  padding: 10px;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
}

a:link {
  text-decoration: none;
  border-bottom: 1px solid #006EAB;
  transition: all 0.25s ease-in-out;
}

a:link:hover {
  background-color: #75c9f0;
  text-decoration: none;
}

a:visited {
  color: #000;
  border-bottom: 1px solid #006EAB;
}


.pclass {
  font-family: Helvetica, Neue;
  font-size: 12px;
  color: #313131;
}

.accordion {
  background-color: #F5F5F5;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.acc_active,
.accordion:hover {
  background-color: #DBDBDB;
}

.accordion:before {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  margin-right: 15px;
  font-size: 20px;
}

.acc_active:before {
  content: "\2212";
  font-size: 20px;
}
