/* some style */
body {
  background-color: #dddddd;
}

img {
  width: 90%;
  height: 90%;
}

a {
  outline: 0;
  color: #FFFFFF;
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse:collapse;
  font-size: 8px;
}

tr{
  height: 100%;
}

td {
  width: auto;
  border: solid;
  border-width: 1px;
  margin: 0;
  padding: 5px;
  height:100%;
}

h4 {
  margin: 0 !important;
  padding: 0 !important;
}

.custom_head.mdl-layout__header-row{
  padding: 10px;
  height: 75px;
}

.mdl-layout__header-row .mdl-navigation__link {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.rotated {
  transform: rotate(90deg);
	float: left;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.table-content{
  line-height: 5px;
}

.special_a{
  color: black ;
}

.value_wrapper {
  padding-left: 1%;
  float: left;
  width: 22%;
}

.table-content{
  max-height: 85vh;
  width: 94%;
  float: left;
  overflow: auto;
  white-space: nowrap;
  margin-right: auto;
  margin-left: 1%;
}

.right-options{
  float: right;
  width: 5%;
}

.downloadIcon{
  margin: 0 auto;
  text-align: center;
}

.block {
  width: 99%;
  padding: 5%;
}

.pub-content{
  height: 100%;
  width: 95%;
  margin-left: auto;

}

.content-wrapper{
    position: relative;
    height: 100%;
    width: 100%;
}

.dropdown-content{
  width: 50%;
  margin-left: auto;
  margin-right: auto
}

.select-button{
  width: 100%;
  height: 35px;
  font-weight: bold;
}

.go-btn {
  width: 50%;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
}

.unstyled{
  color: #ff9100;
  text-decoration: none;
}

.success{
  background-color: rgba(13, 255, 0, 0.3);
}

.failure {
  background-color: rgba(255, 0, 0, 0.3);
}

.warning {
  background-color: rgba(255, 207, 0, 0.3);
}

.error_container{
  width: 95%;
  margin: auto;
}

.error_div{
  display: inline-block;
  padding: 1%;
  vertical-align: top;
  overflow: auto;
  height: 100%;
  width: 45%;
  margin: 1%;
  height: 150px;
}

.mdl-layout__content{
  padding: 0;
  margin: 0;
}

.mdl-layout-title{
  color: rgb(255, 255, 255);
}

.image_header.mdl-card{
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: middle;
  background-image: url("../bin/images/ClifdenGalway.jpg");
  background-position: bottom;
  background-size: 100%;
  background-color: rgb(255, 255, 255);
}

.padder{
  padding: 15px;
}

.fill-card.mdl-card{
  height: 100%;
  width: 75%;
  margin: auto;
}

.made-by.mdl-logo{
  padding: -5%;
}

.table.mdl-card{
  display: table;
  width: 95%;
}

@media screen and (max-width: 768px) {
  .content {
    width: 85%;
    margin-right:auto;
    margin-left: auto;
  }

  .error_div{
    display: block;
    padding: 1%;
    overflow: hidden;
    width: auto;
    margin: 5%;
  }
}

@media screen and (max-width: 570px) {
  header img{
    display:none;
  }

  .content {
    width: 90%;
    margin-right:auto;
    margin-left: auto;
  }
}
