/* Nick Cadigan */
/* http://www.nickcadigan.com */

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #4b4b4b;
  font-size: 16px;
  min-width: 320px;
}

h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 3.125em;
  line-height: 1.1em;
}

h1 span {
  font-size: 100px;
  /*vertical-align: top;*/
  vertical-align: text-bottom;
  margin: 0 2px;
}

.padRem {
  padding-left: 0px;
  padding-right: 0px;
}

.marRem {
  margin-left: 0px;
  margin-right: 0px;
}

button {
  padding: 15px 25px;
  background-color: #33B887;/*
  background-color: #14c3a0;*/
  color: #FFF;
  border: 0px;
  font-size: 24px;
  line-height: 1em;

  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

button:hover, input[type=search]:hover, #buttonsearch:hover  {
  background-color: #00746B;
}


button.copy {
  padding: 21px 19px;
}


/* Top */
.top {
/*  background-color: #14c3a0;*/
/*  background-color: #191929;*/ 
  background-color: #192829;
  padding: 50px 0 60px;
  color: #FFF;
}

#Concatenate {
  padding: 20px 16px;
  color: #454545;
  background-color: #EEE;
  font-size: 18px;
  cursor: text;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  height: 66px;
}

#Bookmark {
  font-size: 18px;
  padding: 10px 20px;
}

.BookmarkTag {
  position: relative; 
  height: 37px; 
  width: 26px; 
  padding: 0px; 
  -webkit-transform: rotate(0deg) skew(0deg); 
  -ms-transform: rotate(0deg) skew(0deg); 
  transform: rotate(0deg) skew(0deg); 
  border-left: 13px solid #005C55; 
  border-right: 13px solid #005C55; 
  border-bottom: 13px solid transparent; 
}

.desc {
  padding-top: 25px;
}

.instructions, .instructions:hover {
  color: #FFF;
  text-decoration: underline;
}

.ContentButtons {
  margin-top: 40px;
  margin-left: 25px;
}

input[type=search] {
  -webkit-appearance: textfield;
  background: #33B887 url(../imgs/search.png) no-repeat 10px center;
  border: 1px solid #33B887;
  padding: 15px 20px 15px 32px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  width: 20px;
  height: 54px;
  color: transparent;
  cursor: pointer;
  vertical-align: top;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  display: none; 
}

input[type=search]:hover {
  border-color: #00746B;
}

input[type=search]:focus {
  width: 150px;
  background-color: #fff;
  color: #000;
  cursor: auto;
}

#buttonsearch {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  background: #33B887 url(../imgs/search.png) no-repeat 10px center;
  padding: 15px 23px;
  margin-left: -4px;
}

input[type=search]:focus ~ #buttonsearch {
  visibility: visible;
  opacity: 1;
}

input[type=search]:focus:hover {
  border-color: #33B887;
}


/* Bottom */
.ResultsContainer {
  padding: 30px 0 150px;
}

.ButtonContainer {
  height: 54px;
}

#Results {
  padding: 5px 0;
}

.resList {
  display: block;
  padding: 10px 15px;
  background-color: #FFF;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  color: #666;
}

.resList a, #ConcatLinks a {
  font-weight: 400;
  color: #1F65CE;
}

#ConcatLinks a:hover {
  text-decoration: none;
  color: #20347B;
}

.resList a:hover, .resList:hover a {
  text-decoration: none;
  color: #FFF;
}

.resList:hover {
  color: #FFF;
  background-color: #00746B;
  cursor: pointer;
}


/* Effects */
.fadeout {
  display: inline;
}

.Loading {
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 6px solid rgba(0, 116, 107, .2);
  border-left: 6px solid rgba(0, 116, 107, .2);
  border-right: 6px solid rgba(0, 116, 107, .2);
  border-top: 6px solid rgba(51, 184, 135, .8);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: spinner .6s infinite linear;
  -moz-animation: spinner .6s infinite linear;
  -ms-animation: spinner .6s infinite linear;
  -o-animation: spinner .6s infinite linear;
  animation: spinner .6s infinite linear;
}

@keyframes spinner {
  from {transform: rotate(0deg);}
  to {transform: rotate(359deg);}
}


/* Media Queries */
@media screen and (max-width: 992px) {
  h1, h1 span {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 560px) {
  h1, h1 span {
    font-size: 1.7em;
  }
}

@media screen and (max-width: 489px) {
  .ContentButtons {
    margin-left: 0px;
  }
  #Get, #Random {
    margin-bottom: 10px;
    width: 100%;
  }
  input[type=search], input[type=search]:focus, input[type=search]:hover {
    width: 100%;
    background-color: #fff;
  }
  #buttonsearch {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  h1, h1 span {
    font-size: 1.3em;
  }
}












.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
