.link-to-register{
	font-weight: 700;
    font-family: "Arial", Helvetica, Sans-serif;
    font-size: 24px;
    color: #0a9d31;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dotted #0a9d31;
}
.link-to-register:hover, .link-to-register:focus, .link-to-register:active {
    border-bottom: 1px solid #076d22;
    text-decoration: none;
    color: #076d22;
}
.user-short a.login-btn.log-out-btn {
    position: absolute;
    right: 0;
    right: -156px;
    top: 0;
    z-index: -1;
}
.user-short:hover a.login-btn.log-out-btn {
	//display:block;
    right: -156px;
	z-index: 99;
}
form#my-dropzone {
    text-align: center;
}
.dz-preview {
    color: #FFF;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    position: relative;
}
.dz-success-mark svg, .dz-error-mark svg {
    position: absolute;
    width: 23px;
    /* Height: 17px; */
    /* display: inline-block; */
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    fill: green;
}
.dz-success-mark svg path {
    fill: green;
}
.dz-error-mark,.dz-error-mark {display: none;}
.dz-error-mark svg path {
    fill: red;
}
.box .radio-inline{margin-left: 0px}
.jq-selectbox__dropdown ul {
    background: #FFF;
}
span.delete-region {
    margin-right: 10px;
    margin-left: 5px;
}
button.search-radius {
    overflow: hidden;
}
a.btn.btn-default.add-regions,a.btn.btn-default.add-cities {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-family: "NeoSans Bold", Arial, Sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 0px 20px;
    background: #0a9d31;
    display: block;
    text-decoration: none;
    margin-top: 16px;
    border: none;
}
span.search-radius__text.hidden+span {
    display: none;
}
.center{text-align: center}
#dynamic-rating {
    display: inline-block;
    margin-top: 5px;
}
.fav-item {
    vertical-align: top;
}
.mes__main-header{cursor: pointer}
.mes__main-header+.mes__main-body{display: none}
.opened-0 {
    background: rgba(0,0,0,0.1);
}
p.author-name-time span {
    color: #999;
    text-align: right;
    display: inline-block;
    float: right;
}
.mes__main-body{
    overflow-y:scroll;
}
.add-short {
    position: relative;
}
.post-ad-phone span.post-ad__icon {
    margin-left: 3px;
}

a.post-ad{position: relative;z-index: 9;}

a.post-ad-phone {
    position: absolute;
    /*top: 0px;*/
    transition: All 0.3s ease-in-out;
    z-index: 8;
    display: none;
    width: 100%;
}

.add-short:hover a.post-ad-phone{
    display: block;
    top: 0px;
    z-index: 10;
}
#product-map{
    height:300px;
}
.custom-breed,.custom-color{display: none}

.eula-container {
    margin: 30px 0 50px 0;
}
.eula-container  h1.eula-title {
    margin-bottom: 20px;
}
.header__logo {
    display: inline-block;
    margin: 5px 0px 5px 45px;
}

 .error-help-block {
     color: red
 }

.product__tabs {
    display: inline-block;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
    border-radius: 3px;
    -webkit-padding-start: 0px;
}

.product__tab {
    display: inline-block;
    border-radius: 3px;
}

.product__tab.active {
    background: #4a90e2;
}

.product__tab.active .product__tab-link {
    color: #ffffff;
}

.product__tab.active .product__tab-link:hover {
    color: #ffffff;
}

.product__tab-link {
    color: #4A4A4A;
    font-size: 12px;
    letter-spacing: 2.56px;
    padding: 10px 20px 8px;
    display: inline-block;
}

.product__tab-link:hover,
.product__tab-link:focus {
    text-decoration: none;
    color: #4A4A4A;
}

@media (max-width: 767px) {
    .product__tab-link {
        padding: 10px 10px 8px;
    }
}

/*Helper style*/
.full-width {
    width: 100%;
}

/*Tooltips*/
.tooltip-wrap {
    position: relative;
}
.tooltip-inner {
    display: none;
    position: absolute;
    width: 200px;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 0);
    z-index: 1;
    border-radius: 5px;
    font-size: 12px;
}
.tooltip-wrap:hover .tooltip-inner {
    display: block;
}
.tooltip-inner:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #000;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    transform: rotate(45deg);
}