/* Main styling sheet for CSCE 120 Project - World Incarcerations */
html {
  height: 100%;
  margin: 0;
}
body {
  background-color: #333;
}
a {
  text-decoration: none;
  color: #ffffff;
}

/* splash screen */
#splash {
 position: absolute;
 display: none;
 top: 0; left: 0;
 width: 100%;
 height: 100%;
 text-align: center;
 opacity: 1;
 z-index: 999;
 background: #333;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
  margin: auto;
}
.carousel-caption {
  background-color: #4d4d4d;
  opacity: 0.8;
  border-radius: 7px;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}
.carousel-caption > p {
  font-size: 17px;
}
.carousel-control.left, .carousel-control.right {
    background-image: none
}
/* end of splash screen */

.navbar { border-radius: 0;
  margin-bottom: 0;
}
#pageLogo { height: 28px; width: 28px; }
.modal-header {
  background-color: #34a853;
  color: white;
  border-radius: 5px 5px 0 0;
  border-bottom: #333;
}
.modal-body, .modal-footer {
  background-color: #333;
  color: #ffffff;
}
#alert {
  color: #ffffff;
  background-color:rgba(66, 133, 244, 0.5);
  width:90%;
  margin-left:auto;
  margin-right:auto;
}

#gradientbtn {
  outline: none;
  color: #ffffff;
  background-color:#9966ff;
}

#totPop, #perCapita, #women, #juveniles, #occupancy {
  outline: none;
  color: #ffffff;
  background-color:#9966ff;
  float: right;
  float: right;
  margin: 5px;
  padding: 10px;
}

#comparebtn {
  outline: none;
  color:#ffffff;
  background-color:#34a853;
}
#infobtn {
  outline: none;
  color:#ffffff;
  background-color:#4285f4;
}
#alertbtn {
  outline: none;
  color:#ffffff;
  background-color:#ea4335;
}
#graphsbtn {
  outline: none;
  color:#ffffff;
  background-color:#fbbc05;
}
#myChart {
  background-color: #9e9e9e;
}
#select1, #select2 {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 10px;
  border: 1px solid #333;
  background: url(../images/down-arrow.png) no-repeat #34a853;
  background-position: 95%;
  background-color: #333;
  border-color: #34a853;
  border-radius: 3px;
  padding: 5px;
  width: 260px;
  font-size: 16px;
  overflow: hidden;
}
select::-ms-expand {
  display: none; /* hide the default arrow in ie10 and ie11 */
}
@media screen and (min-width:0\0) {
  select {
    background-image:none\9; /* target Internet Explorer 9 to undo the custom arrow */
    padding: 5px\9;
  }
}
#compareHeader {
  background: #34a853;
}
th {
  font-size: 16px;
}
.zc-ref {
  display: none;
}
#qIcon {
  text-decoration: none;
}
