/*
Tipue Search 6.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/


#tipue_search {
    margin-bottom:20px;
}
#tipue_search_input
{
     /* font: 13px/1.6 'Hero new', sans-serif;
	 color: #333;
	 padding: 12px 12px 12px 12px;
	 width: 170px;
	 border: 1px solid #e2e2e2;
	 border-radius: 0;
	 -moz-appearance: none;
	 -webkit-appearance: none;
      box-shadow: none;
	 outline: 0;
	 margin: 0; */
	 /* padding: 12px 12px 12px 40px; */
	 /* background: #fff url('img/search.png') no-repeat 15px 15px; */
}
#tipue_search_content
{
	 padding-top: 15px;
	 margin: 0;
}
#tipue_search_warning
{
   font: 400 15px/1.6 'Hero new', sans-serif;
	 color: #555;
	 margin: 7px 0;
}
#tipue_search_warning a
{
     color: #396;
     text-decoration: none;
}
#tipue_search_warning a:hover
{
     color: #555;
}
#tipue_search_results_count
{
  font-size: 32px;
  line-height: 36px;
  margin-top: 0px;
  color: #063479;
}
.tipue_search_content_title
{
     font: 400 21px/1.7 'Hero new', sans-serif;
	 margin-top: 23px;
}
.tipue_search_content_title a
{
         color: #063479;
     text-decoration: none;
}
.tipue_search_content_title a:hover
{
     color: #555;
}
.tipue_search_content_url
{
     font: 400 14px/1.9 'Hero new', sans-serif;
     word-wrap: break-word;
     hyphens: auto;
}
.tipue_search_content_url a
{
     color: #063479;
     text-decoration: none;
}
.tipue_search_content_url a:hover
{
     color: #063479;
}
.tipue_search_content_text
{


     border-bottom: 1px solid #063479;
      margin-top: 20px;
      padding-bottom: 30px;
      margin-bottom: 20px;

}
.tipue_search_content_debug, .tipue_search_content_url {
    display:inline-block;
}

.tipue_search_content_debug
{
     font: 400 13px/1.6 'Hero new', sans-serif;
	 color: #555;
     margin: 5px 0;
}
.h01
{
     color: #333;
     font-weight: 400;
}

p.tipue_search_duration {
     font-size: 0.9em;
     margin-top:40px;
}
.tipue_search_content_debug:after {
    content: "\00a0\00a0|\00a0\00a0";
}
.tipue_search_content_url:before {
     content: "URL:\00a0";
}

.tipue_button {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 15px;
    height: 15px;
    padding: 4px;
    vertical-align:middle;
    margin-left:10px;

    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;

    font-size: 1em;
    text-decoration:none;
    display:inline-block;
    font-weight:900;
}
.tipue_button.search {
    border-radius: 0;
}
.tipue_button.help:hover, .tipue_button.help:focus {
     background-color:black;
     color:white;
}

.tipue_search_messagepop {
     background-color:white;
     border:1px solid #999999;
     cursor:default;
     display:none;
     position:absolute;
     top:25%;
     text-align:left;
     max-width:580px;
     z-index:50;
     padding: 0 0 20px 0;
     margin: 0 auto;
}
.tipue_search_messagepop h1 {
     background-color:#FAFAFA;
     font-size: 1.3em;
     line-height: 2em;
     padding-left: 40px;
     margin: 0 0 20px 0;
}

.tipue_search_messagepop p {
     text-align:center;
}
.tipue_search_messagepop ul {
    margin: 20px;
}
.tipue_search_messagepop li {
     margin: 8px 0;
     padding-bottom: 8px;
     line-height:110%;
}

#tipue_search_foot
{
     margin: 51px 0 21px 0;
}
#tipue_search_foot_boxes
{
	 padding: 0;
	 margin: 0;
     font: 12px 'Hero new', sans-serif;
}
#tipue_search_foot_boxes li
{
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 display: inline;
}
#tipue_search_foot_boxes li a
{
	 padding: 10px 17px 11px 17px;
   background-color: #fff;
   border: 1px solid #0073bc;
    border-radius: 1px;
	 color: #0073bc;
	 margin-right: 7px;
	 text-decoration: none;
	 text-align: center;
}
#tipue_search_foot_boxes li.current
{
	 padding: 10px 17px 11px 17px;
     background: #0073bc;
     border: 1px solid #0073bc;
     border-radius: 1px;
	 color: #fff;
	 margin-right: 7px;
	 text-align: center;
}
#tipue_search_foot_boxes li a:hover
{
     background: #f6f6f6;
}


/* spinner */


.tipue_search_spinner
{
     padding: 31px 0;
     width: 50px;
     height: 28px;
}
.tipue_search_spinner > div
{
     background-color: #777;
     height: 100%;
     width: 3px;
     display: inline-block;
     margin-right: 2px;
     -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
     animation: stretchdelay 1.2s infinite ease-in-out;
}
.tipue_search_spinner .tipue_search_rect2
{
     -webkit-animation-delay: -1.1s;
     animation-delay: -1.1s;
}
.tipue_search_spinner .tipue_search_rect3
{
     -webkit-animation-delay: -1.0s;
     animation-delay: -1.0s;
}
@-webkit-keyframes stretchdelay
{
     0%, 40%, 100%
     {
          -webkit-transform: scaleY(0.4)
     }
     20%
     {
          -webkit-transform: scaleY(1.0)
     }
}
@keyframes stretchdelay
{
     0%, 40%, 100%
     {
          transform: scaleY(0.4);
          -webkit-transform: scaleY(0.4);
     }
     20%
     {
          transform: scaleY(1.0);
          -webkit-transform: scaleY(1.0);
     }
}
