html, body{
    min-width: 320px;
}

header {
    background: white;
}

header.uk-active {
    box-shadow:16px 16px 32px rgba(17, 47, 193, 0.05);
}


.intro-image-label{
    display: inline-block;
    float: left;
    margin-right: 20px;
    height: 40px;
    width: 40px;
    background-size: auto;
    -webkit-background-size: auto;
}

.intro-image-link{
    color: black;
    text-decoration: underline;
}

.intro-image-link:hover{
    text-decoration: none;
}

.searchLine {
    height: 40px;
    position: relative;
}

.searchLine .button {
    float:right;
    width:330px;
}

select.error,
input.error,
textarea.error,
.uk-form-custom.error {
    border: 1px solid #ed5270 !important;
}

.searchLine .find {
    vertical-align: middle;
}

.searchLine form.hasText .find {
    background: url("../img/pages/del.png") no-repeat scroll center;
}

.searchLine form.loading .find {
    background: url("../img/pages/finding.gif") no-repeat scroll center;
}

.selector {
    display:inline-block;
    position:relative;
    padding-top: 12px;
}

.selector .handler {
    background:url(../img/pages/menu.png) no-repeat left center;
    padding-left:25px;
    cursor:pointer;
}

.selector .dropdown {
    position:absolute;
    z-index:5;
    top:0;
    left:0;
    background: white;
    box-shadow:0 2px 5px #bbb;
    -moz-box-shadow:0 2px 5px #bbb;
    -webkit-box-shadow:0 2px 5px #bbb;
    list-style:none;
    margin:0;
    padding:0;
    display:none;
}

.selector.over .dropdown {
    display:block;
}

.selector .dropdown li.act a {
    background: #faeeb2;
    color: #000;
}

.selector .dropdown li a {
    white-space:nowrap;
    padding:0 24px;
    height:36px;
    line-height:36px;
    color: #757575;
    text-decoration:none;
    display:block;
}

.selector .dropdown li a:hover {
    color: black;
}

.selector .dropdown .separate {
    border-top:1px solid #dddfe2;
}

.listItems h3 {
    margin:20px 0;
    text-align:center;
}

.postList {
    list-style:none;
    padding:0;
    margin:0;
}

.postList li {
    border:1px solid #dfe1e4;
    margin-top:-1px;
}

.postList li:hover {
    position: relative;
    box-shadow: 0 3px 15px #dadada;
}

.postList li li:hover,
.postList li li {
    border:none;
    margin-top:0;
}

.postList .postItem {
    overflow:hidden;
}

.postList .postItem .infoZone {
    padding:18px;
}

.postItem .infoZone .title {
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    white-space:nowrap;
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
}

.postItem .infoZone h1 {
    font-size:34px;
    font-weight:normal;
    font-stretch: ultra-condensed;
    line-height: 100%;
    color: #000;
}

.postItem:hover .title {
    color: #51afc3;
}

.postItem .infoZone .info {
    color: #999;
    font-size:12px;
}

.postItem .infoZone .info a {
    color: #999;
}

.postItem .infoZone .info a:hover {
    color: #000;
}

.postItem .infoZone .info .number,
.postItem .infoZone .info .user {
    border-right:1px solid #dddfe2;
    padding-right:8px;
    margin-right:8px;
}

.postItem .infoZone .info .comments {
    border-left:1px solid #dddfe2;
    margin-left:8px;
    background:url(../img/pages/comments.png) no-repeat 8px 0;
    padding-left:28px;
    line-height:15px;
    display:inline-block;
}

.postItem .statusZone {
    float:right;
    padding:9px;
    margin-left:10px;
    text-align:right;
}

.postItem .less,
.postItem .more {
    color: #666;
    margin-top:10px;
    display:inline-block;
}

.postItem.open .more,
.postItem .less {
    display:none;
}

.postItem .description {
    color: #666;
}

.postItem .description.comment {
    margin-top:10px;
    padding-left:30px;
}

.postItem .description.overflowed {
    max-height:50px;
    overflow:hidden;
    position:relative;
}

.postItem .description.overflowed .white {
    height:24px;
    background:url(../img/pages/whitegrad.png) repeat-x bottom left;
    position:absolute;
    bottom:0;
    width:100%;
}

.postItem.open .description.overflowed {
    max-height: none;
    height:auto;
}

.postItem.open .overflowed .white {
    display:none;
}

.postItem.open .less {
    display:inline-block;
}

.postItem .subscribe {
    border-top:1px solid #dddfe2;
    padding-top:9px;
    margin-top:17px;
    text-align:right;
}

.postItem .subscribe .sub {
    background:url(../img/pages/subscribe.png) no-repeat left center;
    color: #000;
    padding-left:25px;
    text-decoration:none;
    opacity:0.5;
    font-size:12px;
}

.postItem .subscribe .sub:hover {
    opacity:1;
}

.statusText {
    height:34px;
    line-height:34px;
    padding:0 17px 0 25px;
    background: #099fc2;
    display:inline-block;
    color: white;
    font-weight:bold;
    position:relative;
}

.statusText i {
    position:absolute;
    top:-1px;
    left:-1px;
    background: url(../img/pages/white_corner_big.png) no-repeat left top;
    width:12px;
    height:36px;
}

.statusZone .votes {
    text-align:right;
    margin-bottom: 0;
    white-space:nowrap;
}

.votes .count {
    width:45px;
    height:29px;
    border:1px solid #b0b0b0;
    color: #b0b0b0;
    display:inline-block;
    text-align:center;
    line-height:29px;
}

.votes.green .count {
    color:#5bab00;
    border-color:#5bab00;
}

.votes.red .count {
    color: #ef5658;
    border-color:#ef5658;
}

.votes .up,
.votes .down {
    width:16px;
    height:16px;
    display:inline-block;
    background:url(../img/pages/vote.png) no-repeat top left;
    vertical-align:middle;
    margin:0 10px;
}

.no-touch .postList .votes .up,
.no-touch .postList .votes .down {
    visibility:hidden;
}

.votes .up:hover { background-position:-18px 0; }
.votes .down { background-position:0 -18px; }
.votes .down:hover { background-position:-18px -18px; }

.postList li:hover .votes .up,
.postList li:hover .votes .down {
    visibility:visible;
}

.postList li.my:hover .votes .up,
.postList li.my:hover .votes .down {
    visibility:hidden;
}

.less,
.more {
    text-decoration:none;
    background:url(../img/pages/more.png) no-repeat right center;
    padding-right:35px;
    font-size:12px;
}

.less {
    background:url(../img/pages/less.png) no-repeat left center;
    padding:0 0 0 35px;
}

.alignRight {
    text-align:right;
}

.breadcrumbs {
    list-style:none;
    padding:0;
    margin:0;
    overflow: hidden;
    margin:23px 0 24px;
}

.breadcrumbs li {
    float:left;
    background:url(../img/pages/bc.png) no-repeat left center;
    padding-left:28px;
    margin-left:11px;
}

.breadcrumbs li.first {
    margin-left:0;
    padding-left:0;
    background:none;
}

.breadcrumbs li span,
.breadcrumbs li a {
    color: #999;
    text-decoration:none;
}

.breadcrumbs li a:hover {
    color: #000;
}

.filters {
    height:40px;
    margin-bottom:10px;
}

.filters .left {
    float:left;
    margin-right:20px;
}

.filters .right {
    float:right;
}

.filters .selector .handler {
    background:url(../img/pages/down.png) no-repeat right center;
    padding:0 20px 0 0;
}

.filters .selector.brd {
    border:1px solid #999;
    padding:10px 15px;
}

.filters .selector.brd .dropdown {
    top:-1px;
    left:-1px;
}

.filters .selector.right .dropdown {
    left:auto;
    right:0;
}

.paginator {
    text-align:right;
    margin:14px 0;
}

.paginator a {
    padding:0 15px;
    height:44px;
    line-height:44px;
    text-align:center;
    display:inline-block;
    white-space:nowrap;
    text-decoration:none;
    font-size:14px;
    font-stretch: ultra-condensed;
}

.paginator a.act {
    background: #13a4d2;
    color: white;
}

.comments h3 {
    font-size:34px;
    font-weight:normal;
    font-stretch: ultra-condensed;
    margin:10px 0 25px;
}

.comments h3 span {
    background: #dddfe2;
    font-size:12px;
    font-stretch:normal;
    padding:5px 10px;
    border-radius:13px;
    -moz-border-radius:13px;
    -webkit-border-radius:13px;
    vertical-align:middle;
    margin-left:5px;
}

.commentList {
    list-style:none;
    padding:0;
    margin:0;
}

.commentList ul {
    list-style:none;
    margin:37px 0 0 30px;
    padding:0;
}

.commentList li {
    margin-bottom:37px;
}

.commentList li .right {
    float:right;
    padding:0 15px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
}

.commentList li .user {
    font-size:13px;
}

.commentList li .date {
    border-left:1px solid #999;
    font-size:12px;
    padding-left:8px;
    margin-left:8px;
    color: #999;
}

.commentList li .message {
    color:#666;
    margin:10px 0;
}

.postItem.view {
    overflow:hidden;
    margin-top:32px;
}

.postItem.view .description {
    margin:30px 0;
    color: #333;
}

.commentList .delete,
.commentList .reply {
    background:url(../img/pages/reply.png) no-repeat left center;
    padding-left:20px;
    color: #000;
    text-decoration: none;
    opacity:0.5;
    font-size:12px;
    margin-right:30px;
}

.commentList .delete:hover,
.commentList .reply:hover {
    opacity:1;
}

.commentList .delete {
    background:url(../img/pages/del.png) no-repeat left center;
}

.commentList .votes {
    margin:0;
    padding:5px 0;
}

.commentList .commentWrap:hover .right {
    background: #f5f5f5;
}

.commentList .commentWrap .up,
.commentList .commentWrap .down,
.commentList .commentWrap .delete,
.commentList .commentWrap .reply {
    visibility: hidden;
}

.commentList .commentWrap:hover .up,
.commentList .commentWrap:hover .down,
.commentList .commentWrap:hover .delete,
.commentList .commentWrap:hover .reply {
    visibility: visible;
}

.button .commentIcon {
    width:16px;
    height:15px;
    background:url(../img/pages/post.png) no-repeat top left;
    display:inline-block;
    margin-right:10px;
    vertical-align: middle;
}

.button:hover .commentIcon {
    background-position:0 -15px;
}

.uk-margin-xxlarge-bottom {
    margin-bottom:64px !important;
}

.steps-wrapper a {
    font-size:15px;
}

.steps-wrapper li:not(.order-steps-now) a {
    color:black;
}

.steps-wrapper li:not(.order-steps-now) a:hover {
    color:inherit;
}

.order-steps {
    padding-bottom:0;
}

.searchLine .find {
    width:29px;
    height:28px;
    background:url(../img/icons/zoom.svg) no-repeat top left;
    border:none;
    cursor: pointer;
    position:absolute;
    right: 10px;
    top: 7px;
}

.newItemContainer {
    padding:20px;
    background: linear-gradient(0deg, #1147c1, #0199d3);
}

.tab-anchors-wrapper.in-head {
    margin-bottom:16px;
}

.uk-dlg-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-top: 16px;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}

.uk-dlg-underfooter {
    background: #e6f6fc;
    padding: 22px 0;
    text-align: center;
}

.uk-p {
    margin: 20px 0;
    font-size:12px;
}

.uk-modal-body {
    padding: 80px 80px 40px;
}

.uk-modal-dialog.modal-width-medium,
.uk-modal-dialog .modal-width-medium {
    width: 500px;
    max-width: 100%;
    box-sizing: border-box;
}

.uk-label {
    padding:5px 10px;
    border-radius:4px;
}

.companyForm {
    display:none;
}

.emptyList {
    color:gray;
    text-align:center;
    font-size:16px;
}

.filters .filterCaption {
    display:none;
}

.uk-button > i {
    margin-right:8px;
}

.menuMenu-user {
    margin: 0 -16px;
    padding: 16px;
    text-align: center;
}

.menuMenu .uk-accordion-content {
    border-bottom: 1px solid #FF4081;
}

.menuMenu .uk-accordion-title::after {
    content: url(../img/icons/arrow-b.svg);
    position: absolute;
    right: 8px;
    top: calc(50% - 12px);
    height: 24px;
    display: block;
}

.writePost.message,
.writePost.new,
.replyForm {
    background: #f5f5f5;
    padding:20px;
}

.replyForm {
    margin-top:16px;
}

.uk-alert-warning {
    color: #cc681c;
}

.writePost .files {
    list-style:none;
    padding:0;
    margin:15px 0;
}

.writePost .files li {
    padding:5px 0;
    color: #666;
}

.writePost .files li .del {
    display:inline-block;
    background:url(../img/icons/del.png) no-repeat top left;
    width:12px;
    height:12px;
    opacity:0.5;
    vertical-align:middle;
    margin-left:10px;
}

.writePost .files li .del:hover {
    opacity:1;
}

.files .attach,
.writePost .attach {
    height:36px;
    line-height:36px;
    display:inline-block;
    color: #000;
    text-decoration:none;
    opacity:0.5;
}

.files .attach:before,
.writePost .attach:before {
    content:'';
    display:inline-block;
    width:36px;
    height:36px;
    background:url(../img/icons/attach-ci.svg) no-repeat top left;
    vertical-align:middle;
    margin-right:10px;
}

.files .attach:hover,
.writePost .attach:hover {
    opacity:1;
}

.writePost textarea {
    resize:vertical;
}

.files > div {
    margin-top:15px;
    color:#000;
}

.bbCodes {
    background:#f4f4f4;
    padding:3px;
}

.bbCodes a {
    display:inline-block;
    width:26px;
    height:26px;
    border:1px solid #f4f4f4;
    cursor:pointer;
    vertical-align:middle;
    background:url(../img/icons/bbcode.png) no-repeat top left;
}

.bbCodes .b { background-position:5px 9px; }
.bbCodes .i { background-position:-19px 9px; }
.bbCodes .u { background-position:-45px 9px; }
.bbCodes .list { background-position:-69px 9px }
.bbCodes .listItem { background-position:-96px 9px }
.bbCodes .code { background-position:-124px 9px }
.bbCodes .image { background-position:-155px 9px }
.bbCodes .url { background-position:-183px 9px }

.bbCodes a:hover {
    border-color:#a8abad;
}

.errorSummary h2,
.errorSummary ul {
    color:#ed5270;
}

.delWrap a {
    font-size:12px;
    color:gray;
    display:inline-flex;
}

.delWrap a i {
    margin-right:2px;
}

.delWrap a:hover {
    color:inherit;
}

.workTime .time {
    line-height:30px;
}

.postItem .paramZone {
    width:300px;
    float:right;
    border-left:1px solid #dddfe2;
    padding-left:18px;
    padding-right:18px;

    margin:18px 3px 18px 20px;
    text-align:right;
}

.postItem .paramZone .params {
    margin:20px 0 5px auto;
    display:table;
}

.postItem .paramZone .params p {
    color: #666;
    font-size:11px;
    display:table-row
}

.postItem .paramZone .params p .key {
    display:table-cell;
    padding:4px 5px 0 0;
}

.postItem .paramZone .params p b {
    color: #000;
    font-size:14px;
    display:table-cell;
    text-align:left;
    padding-right:10px;
    white-space:nowrap;
}

.postItem .paramZone .del {
    margin-top:8px;
    display:inline-flex;
    font-size:12px;
    color: #999;
}

.postItem .paramZone .del:hover {
    color:inherit;
}

.postItem .paramZone .actions {
    justify-content: flex-end;
}

.mainPicture {
    max-width:90%;
}

.htabs .tabList {
    display:flex;
}

.htabs .tabList li {
    margin-right:20px;
}

.htabs .tabList li.act span {
    border-bottom:3px solid #112FC1;
}

@media (max-width: 959px) {
    .uk-modal-body {
        padding: 32px; }
}

@media(max-width: 639px) {

    .postItem .paramZone {
        width: 100%;
        float: none;
        border-left: none;
        text-align: left;
        margin:0;
        padding-top:18px;
        padding-bottom:18px;
        border-top:1px solid #e0e0e0;
        border-bottom:1px solid #e0e0e0;
    }

    .postItem.view .paramZone {
        padding-left:0;
        padding-right:0;
    }

    .postItem .paramZone .actions {
        justify-content: flex-start;
    }

    .postItem .paramZone .params,
    .postItem .paramZone .params p,
    .postItem .paramZone .params p .key,
    .postItem .paramZone .params p b {
        display:block;
    }

    .delWrap {
        width:100%;
        text-align:left;
        margin-top:16px !important;
    }

    .commentList .commentWrap {
        display:flex;
        flex-wrap:wrap;
    }

    .commentList .commentWrap .left {
        order:-1;
        width:100%;
    }

    .commentList .commentWrap .right {
        width:100%;
    }

    .commentList .commentWrap .writePost {
        width:100%;
    }

    .commentList .votes {
        display:flex;
        justify-content: space-between;
        align-items: center;
    }

    .commentList .commentWrap .right {
        background: #f5f5f5;
        padding-right: 10px;
        border-radius:0;
    }

    .commentList .commentWrap .up,
    .commentList .commentWrap .down,
    .commentList .commentWrap .delete,
    .commentList .commentWrap .reply {
        visibility:visible;
    }

    .filters {
        display:flex;
        height:auto;
        flex-direction: column;
        margin-bottom:30px;
        font-size:12px;
    }

    .filters .filterCaption {
        display:inline;
        color:#999;
    }

    .postItem {
        display:flex;
        flex-wrap: wrap;
    }

    .postItem .infoZone {
        order:-1;
        width:100%;
        box-sizing: border-box;
    }

    .postItem.view .statusZone {
        margin-left:0;
    }

    .postItem.view .subscribe {
        width:100%;
    }

    .postItem .statusZone {
        width:100%;
        box-sizing: border-box;
        display:flex;
        flex-wrap:wrap;
        justify-content: space-between;
        align-items: start;
        padding-bottom:18px;
        padding-left:0;
    }

    .postItem .statusZone p {
        margin:0;
    }

    .postItem .subscribe {
        text-align:left;
    }

    .searchLine .query{
        width: 100%;
    }

    .searchLine .find {
        right: 10px;
    }

    .statusText{
        display: block;
        float: none;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .statusText i{
        display: none;
    }

    .uk-modal-body {
        padding: 32px 16px;
    }

    .paginator {
        text-align:left;
    }
}

.credential-block {
    padding:20px;
    background: #f5f5f5;
    margin-top:16px;
}

.message .credential-block {
    border:1px solid #ccc;
    border-radius:4px;
}

@media (max-width: 639px) {
    .credential-block .credential-select {
        flex-direction:column;
        align-items:start;
    }

    .credential-block .credential-select-form,
    .credential-block .uk-form-custom {
        width:100%;
    }
}

a.attach-credential {
    opacity: 0.5;
    color:#000;
}

.attach-credential:hover {
    opacity:1;
}

.attach-credential:before {
    content:'';
    display:inline-block;
    background:url(../img/icons/lock.svg) no-repeat top left;
    width:36px;
    height:36px;
    vertical-align:middle;
    margin-right:10px;
}

.link-underline {
    text-decoration:underline;
}

.uk-form-custom {
    background:white;
}

.credential-link {
    margin-top:15px;
}

.credential-link .credential-title {
    height:36px;
    line-height:36px;
    color: #000;
    opacity:0.5;
}

.credential-link .credential-title:hover {
    opacity:1;
}

.credential-link .credential-title:before {
    content:'';
    width:36px;
    height:36px;
    display:inline-block;
    background:url(../img/icons/lock.svg) no-repeat top left;
    vertical-align:middle;
    margin-right:10px;
}

.credential-select .refresh-button {
    background: #ddd;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-left:2px;
    padding:0 10px;
}

.credential-select .refresh-button:hover {
    background:#bbb;
}

.credential-select .refresh-button:before {
    content:'';
    width:24px;
    height:24px;
    display:block;
    background:url(../img/icons/refresh.svg) no-repeat top left;
}

.credential-block.is-loading .refresh-button:before {
    animation: rotate 1s linear infinite;
    transform-origin: 12px 13px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}