#spin {
    color: white;
    float: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    position: fixed;
    z-index:100001;
}
#spin .spinner div {
    background: #0d80c5 !important;
}
#spin .spinner{
    opacity:1;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 100000;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    visibility:hidden;
}

.partner-search-empty {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}
.powered-by{
    background: url('//www.pasaz24cdn.pl/public/content/img/vendero_footer_logo.png') no-repeat right center;
    width: 260px;
    margin: 10px auto 15px auto;
    height: 20px;
    z-index: 199;
    position:relative;
    line-height: 20px;
    padding-top: 2px;
    color: #9c9c9c;
    font-size:11px;
    display:block;
    font-family:Tahoma, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.powered-by:hover{
    color:#9c9c9c;
    text-decoration: none;
}
.powered-by:focus{
    text-decoration:none;
    color:#9c9c9c;
}