span.highlight{
    background-color: #35a881;
    padding: 4px;
    color: white;
    font-size: 14px!important;
    font-family: latobold,sans-serif!important;
    font-weight: 400!important;
    font-style: normal!important;
    margin-bottom: 16px;
    margin-top: 0;
    line-height: 20px;
}

tags-input .host {
    height: auto;
}

tags-input .tags {
    height: auto;
}

.oryginalContentHtmlContainer table td, th {
    border: 1px solid black;
    padding: 5px;
}

.oryginalContentHtmlContainer table tr td:first-child, th:first-child {
    font-weight: bold;
}

.wiseAddNewOfferForm .label {
  font-size: 13px;
}

ul.list-item.list-small a.add_to span {
    font-family: latobold;
    text-decoration: none;
    margin: 0px;
}

.datepicker_add {
    background-image: url("../bundles/frontwisemain/images/icon_calandar.png");
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

.wiseHide {
    display: none!important;
}

.rich-text-editor .error ul {
    color: #fff;
    line-height: 12px;
    font-family: latoregular,sans-serif;
    font-size:   12px;
    font-weight: 700;
    font-style:  normal;
    margin-bottom: 0px;
    padding-left: 5px;
    list-style: none outside none;
}

.rich-text-editor .error ul li {
    margin-bottom: 0px;
}

input[name="_username"] {
    background-image: url("../bundles/frontwisemain/images/icon_user-login.png");
    background-position: 6px 50%;
    background-repeat: no-repeat;
    padding-left: 28px;
}

.login-form input[type="password"] {
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    color: #5c6772;
    font-family: latobold,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 12px;
    outline: 0 none;
    padding: 6px 0 6px 28px;
    width: 270px;
}

input[type="password"] {
    border: 2px solid #1fabc5;
    border-radius: 4px;
    color: #5c6772;
    font-family: latobold,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 12px;
    outline: 0 none;
    padding: 6px 0 6px 18px;
    width: 100%;
}

input[type="email"] {
    border: 2px solid #1fabc5;
    border-radius: 4px;
    color: #5c6772;
    font-family: latobold,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 12px;
    outline: 0 none;
    padding: 6px 0 6px 18px;
    width: 100%;
}

.site-register .login-container input[type="email"] {
    margin-left: 5%;
    width: 95%;
}

input[name="_password"] {
    background-image: url("../bundles/frontwisemain/images/icon_key-login.png");
    background-position: 6px 50%;
    background-repeat: no-repeat;
    padding-left: 28px;
}

.linkDisabled {
  cursor:default!important;
  color: grey!important;
}