/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6 черв 2016, 15:31:57
    Author     : vladislav
*/

/*loader spinner*/
@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#sh_spinner{
    /*display: none;*/
    z-index: 9999;
    background-color: #FF4136;
    opacity: 0.75;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin: -5px auto 0 auto;
    left: 0;
    right: 0;
    border-radius: 0px;
    border: 5px solid #FF4136;
    box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
    animation: shadowSpin 1s ease-in-out infinite;
}
/*END loader spinner*/


.sh_tax_active{
    text-shadow: 0px 0px 1px rgb(1, 1, 255);
}

.sh_buttonsearch{
    width: 25px;
    background-image:  url(/wp-content/plugins/SH/img/search.png);
    background-size: 100%;
    /*background-position-y: -2px;*/
    background-color: transparent;
    border-color: transparent;
    margin: 5px 10px;
    height: 20px;
    background-repeat: no-repeat;
    z-index: 9;
    margin: auto;
}
.searchinput{
    width: 100%;
}

