/*  CUSTOM STYLES
-------------------------------------------------- */

/* Testing Styles */

[href="#"] {
	color: red;
}

a {
  
}


/* top banner */

.top-banner {
  background: black;
  padding: 0.5em 0;
}

  .top-banner .container {
    padding: 0;
  }

 
  .top-banner--label {
    padding-left: 0.4em;
    font-size: 2em;
    color: white;
  }

  .top-banner--label:hover {
    text-decoration: none;
  }


  .top-banner--logo {
    height: 30px;
    width: 30px;
  }


  .top-banner--buttons {
    float: right;
    margin-right: 14px;
  }

  @media screen and (max-width: 616px) {
	
	.top-banner--label {
	  float: left;
	  width: 100%;
    }
	
	.top-banner--buttons {
	  float: left;
	  padding-left: 0.4em;
    }
	
	.top-banner--buttons .btn {
	    float: left;
        margin-right: 2px;
		padding: 1px 5px;
		font-size: 12px;
		line-height: 1.5;
		border-radius: 3px;
    }

  }

  .top-banner a.top-banner--label:hover {
    text-decoration: none;
    color: #fff;
}



/* top-navigation */

.top-navigation {
    background: #ddd;
    padding: 0;
}

ol.breadcrumb {
    background: #ddd;
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 16px;
}

.top-navigation--buttons {
    float: right;
    margin-right: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

@media screen and (max-width: 992px) {


    ol.breadcrumb {
        background: #ddd;
        display: inline-block;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .top-navigation--buttons {
        float: none;
        padding-left: 0.4em;
    }
}


/* Content */

blockquote {
	font-size: 14px;
}





/* footer */

.foot {
  margin: 2em 0;
  border-top:  1px solid #aaa;
  padding: 3em 0;
  color: #999;
  text-align: center;
}






/*  HOME PAGE
-------------------------------------------------- */

.jumbotron {
  border-bottom: 12px solid #337ab7;
  margin-bottom: 0;
  background-color: lightgrey;
}


.jumbotron h1 {
  margin-top: 0;
  line-height: 100%;
  font-size: 50px;
}


.jumbotron p {
  margin-bottom: 0;
}



/* health board box */

.health-board-box {
  margin-top: 2em;
  margin-bottom: 2em;  
}

  .health-board-box h2 {
    border-bottom: 2px solid #2e6da4; 
    font-size: 24px;
  }

  .health-board-box li {
    font-size: 21px;
  }  





/* HOSPITAL-DATA
-------------------------------------------------- */

.table-balloon>thead>tr>th,
.table-balloon>tbody>tr>td,
.table-balloon>tfoot>tr>td,
.table-balloon>tbody>tr>th
 {
  border: none;
}


.table-balloon>thead>tr>th {
  margin-left:auto; 
  margin-right:auto; 
  text-align: center;
}

.table-balloon>tbody>tr>th {
  text-align: right;
  font-size: 1.2em;
 }

    /* 


Media query for smaller screens: width: 200px;


*/
.table-balloon>tbody>tr>td {
  text-align: center;
}


.table-balloon th a {
  display: block;
  font-weight: 100;
}


.balloon {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  background: #A4D3EE;
  font-size: 26px;
  font-weight: bold;
  line-height: 100px;
  text-align: center;
  text-decoration: none;
  color: #000;
  text-shadow: 0 -1px 1px #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}


.hospital-tbl {
  
}

.healthboard-tbl {
  background: #003E73;
  color: White;
  text-shadow: none;
}

.scotland-tbl {
  background: #122A40;
  color: White;
  text-shadow: none;
}

.table-balloon > tbody > tr > th {
     vertical-align: middle;
}


/* Contact Form */
span.field-validation-error {
    color: #A94442;
}



/* ACCORDIAN
-------------------------------------------------- */

#accordion h2 {
  margin-top: 0;
  border-bottom: 1px solid #aaa;
}


#accordion h2 a {
  color: rgb(51, 51, 51);
}

#accordion h2 a:hover,
#accordion h2 a:focus {
  text-decoration: none;
}


#accordion section {
  margin-top: 4em;
}
	
/* Remove accordian if no js */

.nojs {
  display: block;
}

#cookies-bar {
  padding: 10px;
  float: left;
  width: 100%;
  color: #FFF;
  background: #337AB7;
  margin-bottom: 10px;
}

#cookies-bar a{  
  color: #FFF;
  text-decoration:underline
}

#cookies-bar-button {
  float: right;  
  cursor: pointer;  
  margin-left: 20px;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
