.searchCage{
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #eeeeee;
    border-radius: 5px;
    width: 100%;
    height: 100px;
}

.row-fluid {
    display: flex;
    align-items: flex-end;
  }

.gradientDefault {
color: white !important;
background: #1e5799 !important; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ) !important; /* IE6-9 */

}
.gradientDefault2 {
color: white !important;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d891b+0,29db35+50,20cc45+51,7ae27e+100 */
background: #2d891b !important; /* Old browsers */
background: -moz-linear-gradient(top,  #2d891b 0%, #29db35 50%, #20cc45 51%, #7ae27e 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2d891b 0%,#29db35 50%,#20cc45 51%,#7ae27e 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2d891b 0%,#29db35 50%,#20cc45 51%,#7ae27e 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d891b', endColorstr='#7ae27e',GradientType=0 ) !important; /* IE6-9 */

}
.gradientDefault:hover {
    color: white !important;
  }
.gradientDefault2:hover {
    color: white !important;
  }

#custom-search-input{
    padding: 2px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 13px;
}