@import 'translations.css';
html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: static !important;
}
iframe {
    max-width: 100%;
    /*max-height: 100%;*/
}

.mm-page {
    height: 100%;
}

.wrapper-container {
    /*height: 100%;*/
    min-height: 100%;
    width: 100%;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 400;
    color: #313131;
    -webkit-overflow-scrolling: touch;
    padding: 160px 0px 0 0px;
    /*background: #ffffff;*/
}


/*
body { width: 100%;position: static !important;}
.wrapper-container {min-height: 100%; width: 100%; font-family: 'Open Sans'; font-size: 13px; font-weight: 400; color: #313131; -webkit-overflow-scrolling: touch; padding: 160px 60px 0 75px; z-index: 0; }
*/

@media (max-width: 767px) {
    .wrapper-container {
        padding-left: 87px
    }
    .row.baseInfoRow {
        margin: 0;
    }
}

a:focus {
    outline: none;
}

a {
    color: #1580be;
    text-decoration: underline
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1580be;
}

h2.page-header {
    border-width: 0;
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 900;
}

.underlink {
    border-bottom: 1px solid #cae2f0;
    text-decoration: none;
}

.underlink:hover,
.underlink:focus {
    border-bottom-color: transparent;
}

.groupsCount {
    position: absolute;
    height: 20px;
    width: 20px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    font-family: 'Open Sans';
    right: -20px;
    /* top: 10px; */
    bottom: 2px;
    background: #12d09b;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: rgb(255, 255, 255);
}

.linkIcon {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    color: #818181;
    font-size: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.linkIcon:hover,
.linkIcon:focus,
.linkIcon:active {
    color: #55BAB1;
}

.linkIcon.active .glyphicons {
    color: #55BAB1;
}

.linkIcon.active:hover .glyphicons {
    color: #55BAB1;
}

.linkIcon .glyphicons:before {
    margin: 0;
}

.linkIcon .caption {
    font-size: 11px;
    width: 100%;
}

.rounded {
    border-radius: 50%;
}

.userLink .avatar.rounded {
    border: 2px solid #dbfffd;
}

.avatar {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 3px;
    border-style: solid;
    border-color: #cdf6f4;
}

.avatar.rounded {
    border-width: 3px;
}
.offset-nav_icon .avatar.rounded {
    border-width: 3px;
    width: 35px;
}

.avatar.rating10 {
    border-color: #bcf2f0;
}

.avatar.rating20 {
    border-color: #acefec;
}

.avatar.rating30 {
    border-color: #9bece8;
}

.avatar.rating40 {
    border-color: #8be9e5;
}

.avatar.rating50 {
    border-color: #7ae6e1;
}

.avatar.rating60 {
    border-color: #6ae3dd;
}

.avatar.rating70 {
    border-color: #59e0d9;
}

.avatar.rating80 {
    border-color: #49ddd6;
}

.avatar.rating90 {
    border-color: #38dad2;
}

.avatar.rating100 {
    border-color: #22b5ae;
}

.tooltip-inner {
    background-color: rgba(255, 255, 255, 0.100);
    color: #333;
    border: 1px solid #bbb;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #22b5ae;
}

.contentEditable {
    position: relative;
    border-bottom: 1px solid #aaa;
    outline: none;
    padding: 4px 2px!important;
    margin-bottom: 10px;
    min-height: 30px;
    -webkit-user-select: text;
    user-select: text;
}

.contentEditable.invalid {
    border-bottom: 1px solid #fe8686;
}

.err-msg {
    color: #fe8686;
    margin: 0 0 15px 0;
}

.contentEditable:focus {
    outline: none;
    -webkit-user-select: text;
    user-select: text;
}

.contentEditable[contenteditable=true]:before {
    position: relative;
    top: 4px;
    left: 0;
    content: attr(placeholder);
    display: block;
    /* For Firefox */
    color: #aaa;
}

.contentEditable.noPlaceholder[contenteditable=true]:before {
    content: '';
}

.form-control::-webkit-input-placeholder {
    color: #616161;
}

.form-control::-moz-placeholder {
    color: #616161;
}


/* Firefox 19+ */

.form-control:-moz-placeholder {
    color: #616161;
}


/* Firefox 18- */

.form-control:-ms-input-placeholder {
    color: #616161;
}

.form-control {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: text;
    background-color: #fff;
    opacity: 1;
}

.btn.disabled {
    cursor: default!important;
    border-color: #dedede!important;
    background: #fff!important;
    color: #a4a4a4!important;
}

.glyphicons.circle_remove {
    color: #cbcbcb;
}

.glyphicons.circle_remove:hover {
    color: #23b5ae;
}

.showMore {
    cursor: pointer;
    display: block;
}

.showMore .text {
    font-size: 15px;
    color: #313131;
    border-bottom: 1px dotted #c1c1c1;
}

.showMore .repeat {
    background: #22b5ae;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    text-align: center;
    margin-left: 7px;
    /*padding: 2px 0 0 5px;*/
    line-height: 0px;
}

.showMore .repeat:before {
    margin-right: 0;
    margin-top: 6px;
}

.showMore:hover .text {
    border-bottom: none;
}

h1 {
    color: #313131;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    margin: 23px 0 27px 0;
    line-height: 42px;
    word-wrap: break-word;
}

@media (max-width: 767px) {
    h1 {
        font-size: 28px;
        line-height: 34px;
    }
}

h3 {
    font-family: "Roboto", sans-serif;
    color: #313131;
    font-size: 20px;
    margin-top: 46px;
}

h3 .btn {
    margin-left: 20px;
}

h3 .btn.smallBtn {
    margin-left: 4px;
}

h3.userList {
    margin-bottom: 20px;
}

div.froala-view h3 {
    margin-top: 0;
}

.dateTime {
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}

.dateTime .add-on {
    line-height: 22px;
    height: 28px;
    font-size: 18px;
    color: #616161;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 9px;
}

.dateTime input {
    font-size: 14px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #616161;
    font-weight: 600;
    padding: 0;
    resize: none;
    height: 29px;
    padding-left: 40px;
    border-radius: 3px;
}

.dateTime input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.dateTime.onlyTime .glyphicons {
    display: none;
}

.dateTime.onlyTime input {
    padding-left: 5px;
}

.btn-default,
.btn-default:focus,
.btn-default.focus {
    background-color: transparent;
    border-color: #ccc;
    color: #616161;
}

.btn-default:hover {
    background-color: transparent;
    border-color: #22b5ae;
    color: #22b5ae;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-color: #22b5ae;
    border-color: #22b5ae;
    color: #fff;
}

.btn-primary,
.btn-primary:focus,
.btn-primary.focus {
    background-color: #FFF;
    border-color: #22b5ae;
    color: #616161;
}

.btn-primary:hover {
    background-color: #ffb547 !important;
    border-color: transparent;
    color: #fff !important;
}

.open > .dropdown-toggle.btn-primary {
    background-color: #22b5ae;
    border-color: #22b5ae;
    color: #fff;
}

.btn {
    font-weight: 600;
    padding: 4px 12px 5px 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    font-family: 'Open Sans';
}

.smallBtn {
    padding-left: 8px;
    padding-right: 2px;
    padding-top: 3px;
}

.smallBtn:hover .glyphicons {
    color: #fff;
}

.smallBtn:active .glyphicons,
.smallBtn.active .glyphicons {
    color: #fff;
}

.textIconBtn {
    padding-top: 4px;
    padding-bottom: 4px;
}

.btn.btn-primary:active {
    background-color: #ffb547 !important;
    border-color: transparent;
    color: #fff !important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.progress-bar-info {
    background-color: #22b5ae;
}

.progress {
    margin-top: 10px;
}

.bigCheckBox {}

.bigCheckBox .checkboxText {
    font-size: 24px;
    font-weight: 700;
}

.bigCheckBox .jq-checkbox {
    width: 25px;
    height: 25px;
    font-size: 16px;
    top: -5px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.bigCheckBox .jq-checkbox.glyphicons:before {
    padding: 3px 0 0 4px;
}

@media (max-width: 767px) {
    .bigCheckBox .checkboxText {
        font-size: 18px;
        font-weight: 700;
    }
}


/* styles for customization inputs and selects */

.jq-file {
    height: 31px;
    width: 100%;
    cursor: pointer
}

.jq-file .jq-file__name {
    display: none;
}

.jq-file input {
    cursor: pointer
}

.jq-file .jq-file__browse {
    background-color: #FFF;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #616161;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    padding: 4px 8px 5px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    height: 31px;
}

.jq-file:hover .jq-file__browse {
    background-color: #FFF;
    border-color: #22b5ae;
    color: #22b5ae;
}

.jq-file:active .jq-file__browse {
    background-color: #22b5ae;
    border-color: #22b5ae;
    color: #fff;
}

.jq-selectbox {
    cursor: pointer;
    width: 180px;
    vertical-align: middle
}

#Country-styler .jq-selectbox__dropdown {
    top: 40px !important;
    width: 100% !important;
}

#ArticleCategoryBlock .jq-selectbox {
    width: 300px;
    display: inline-block;
}

.jq-selectbox__select {
    background-color: #fff;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #616161;
    font-size: 14px;
    font-weight: 600;
    height: 31px;
    padding: 4px 28px 5px 12px;
}

.jq-selectbox__select:hover {
    border-color: #faba5a;
}

.jq-selectbox.opened .jq-selectbox__select,
.jq-selectbox .jq-selectbox__select:active {
    background: #faba5a;
    border-color: #faba5a;
    color: #FFF;
}

.jq-selectbox__trigger {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.jq-selectbox__trigger-arrow {
    background: url('../img/arrows.png') no-repeat 0 0;
    background-size: cover;
    border: none;
    height: 8px;
    opacity: 1;
    right: 8px;
    top: 10px;
    width: 11px;
    overflow: hidden;
    position: absolute;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow,
.jq-selectbox .jq-selectbox__select:active .jq-selectbox__trigger-arrow {
    background-position: 0 -8px;
}

.jq-selectbox__dropdown {
    top: 33px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #FFF;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-weight: 600;
}

.jq-selectbox.disabled {
    opacity: .25;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    color: #231F20;
    min-height: 18px;
    padding: 5px 10px 6px;
}

.jq-selectbox li.selected {
    background-color: #A3ABB1;
    color: #FFF;
    border-radius: 10px;
}

.jq-selectbox li:hover {
    background-color: #A3ABB1;
    color: #FFF;
    border-radius: 10px;
}

.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.eventModalContent .jq-selectbox__select-text {
    width: 100% !important;
}

.width-180 {
    width: 180px;
}

.jq-checkbox.disabled {
    opacity: .25;
}

.jq-checkbox {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    height: 15px;
    top: -1px;
    vertical-align: middle;
    width: 15px;
    margin-right: 8px;
    font-size: 9px;
}

.jq-checkbox:hover {
    background-color: #d7f8f6;
}

.jq-checkbox.checked {
    background-color: #22B5AE;
    border: 1px solid #22B5AE;
}

.jq-checkbox.checked:hover {
    background-color: #18807a;
    border: 1px solid #18807a;
}

.jq-checkbox.glyphicons:before {
    display: none;
    color: #fff;
    vertical-align: top;
    padding: 2px 0 0 2px;
}

.jq-checkbox.checked.glyphicons:before {
    display: inline-block
}


/* end styles for customization inputs and selects */




.inputFile {
    position: relative;
}

.leftFormBlock {
    max-width: 230px;
}

.leftFormBlock .jq-file {
    margin-top: 10px;
    margin-bottom: 10px;
    left: 0px;
    bottom: 0px;
    position: absolute;
}

.leftFormBlock .editUserLink {
    margin-bottom: 14px;
    border-collapse: separate;
    display: table;
    position: relative;
}

.leftFormBlock .editUserLink a {
    font-size: 15px;
}

.leftFormBlock .editUserLink .glyphicons {
    color: #1580be;
    font-size: 12px;
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
    padding: 1px 4px 0 0;
}

.leftFormBlock.addNewField {
    text-align: right;
}

.leftFormBlock .save-button {
    width: 100%;
    display: block;
    margin-top: 7px;
}

.avatar-img-User .cropper-modal {
    opacity: 0 !important;
}

.centered {
    text-align: center;
}

.bit-top-margined {
    margin: 5px auto;
}

.crawn-selectbox {
    padding: 1px 2px 3px 0px;
    width: 14%;
}

@media (max-width: 767px) {
    .leftFormBlock {}
    .leftFormBlock.addNewField {
        text-align: left;
    }
}

.rightFormBlock {
    max-width: 588px;
}

@media (max-width: 767px) {
    .rightFormBlock {
        max-width: none;
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {
    .rightFormBlock {
        padding-left: 23px;
    }
}

.rightFormBlock .addLink {
    font-size: 15px;
    margin-top: 3px;
    float: right;
}

.rightFormBlock textarea {
    height: 23px;
}

.rightFormBlock .btnTextDescription {
    display: table;
}

.rightFormBlock .btnTextDescription > div {
    display: table-cell;
}

.rightFormBlock .btnTextDescription .deleteDescription {
    padding-left: 18px;
    vertical-align: top;
}

@media (max-width: 767px) {
    .rightFormBlock .addLink {
        float: none;
        margin-top: 20px;
    }
    .rightFormBlock textarea {
        line-height: 23px;
        height: 47px;
    }
    .rightFormBlock .deleteDescription {
        margin-left: 0;
    }
    .rightFormBlock .btnTextDescription > div {
        display: block;
    }
    .rightFormBlock .btnTextDescription .deleteDescription {
        padding: 10px 0 0 0;
    }
}

.oneFormBlock {
    max-width: 545px;
    padding-top: 35px;
}

.oneFormBlock textarea {
    height: 23px;
}

@media (max-width: 767px) {
    .oneFormBlock textarea {
        line-height: 23px;
        height: 47px;
    }
}

.photoCollection {
    margin-top: -10px;
    margin-left: -18px;
}

.photoCollection li {
    float: left;
    position: relative;
    margin: 18px 0 0 18px;
}

.photoCollection li img {
    display: block;
    border: 2px solid #efefef;
}

.photoCollection li .remove {
    position: absolute;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    padding: 0 0 0 5px;
    right: -10px;
    top: -10px;
    z-index: 20;
    font-size: 12px;
}

.photoCollection li .glyphicons.play {
    position: absolute;
    z-index: 20;
    top: 25px;
    left: 40px;
    color: #fff;
    font-size: 30px;
}

.photoButtons {
    max-width: 200px;
    margin-top: 20px;
}

.addNewInfo {
    text-decoration: none !important;
}

.addNewInfo:hover .title {
    border-bottom-color: #fff;
}

.addNewInfo .glyphicons {
    font-size: 15px;
    color: #23b5ae;
    top: -3px;
}

.addNewInfo .title {
    color: #313131;
    border-bottom: 1px dotted #C4C4C4;
}



.articleView {
    font-size: 15px
}

.articleView img {
    max-width: 100%;
    display: block;
    height: auto
}

.redactor_box {
    padding: 0 0 30px 0;
}

.fixedLayout {
    max-width: 900px;
    margin: 0 auto;
}

.fixedLayout.wider {
    max-width: 1024px;
    margin: 0 auto;
}

.timeline-page.fixedLayout.wider {
    max-width: 1170px;
}

.userviewInfo {
    margin-bottom: 40px;
}

.userviewInfo .blockLine {
    margin-top: 7px;
    border-bottom-width: 5px;
}

.userviewInfo .description {
    font-size: 18px;
    color: #616161;
    padding-bottom: 27px;
}

.userviewInfo h1 {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .userviewInfo .blockLine {
        max-width: 166px;
        max-height: 166px;
    }
}

@media (max-width: 767px) {
    .userviewInfo .description {
        padding-bottom: 15px;
    }
    .userviewInfo .jq-selectbox,
    .userviewInfo .btn-default {
        margin-bottom: 10px;
    }
}

.userViewVideo {
    background-color: #84d6d2;
    margin-left: -35px;
    margin-right: -15px;
    color: #fff;
    font-size: 15px;
    padding-left: 30px;
}

.fixedLayout.userViewVideo {
    max-width: 890px;
    margin-left: 0;
}

.userViewVideo .play_button {
    font-size: 30px;
    margin-top: -4px;
    line-height: 26px;
}

.userViewVideo .circle_remove {
    font-size: 25px;
    cursor: pointer;
    color: #fff;
    line-height: 22px;
    margin-top: -4px;
}

.userViewVideo .circle_remove:hover {
    color: #B3E6E6;
}

.userViewVideo .showPlayer {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 19px 0 20px 0;
}

.userViewVideo .closePlayer {
    padding: 5px 10px 5px 0;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.userViewVideoPlayer {
    text-align: center;
    position: relative;
    width: 100%;
    height: 360px;
    background: #000;
}

@media (max-width: 767px) {
    .userViewVideo {
        margin-left: -12px;
        padding: 10px 0 10px 10px;
    }
    .userViewVideoPlayer {
        margin-left: -12px;
    }
}

.userAddress {
    font-size: 15px;
    color: #212121;
}

.userAddress .location {
    border-collapse: separate;
    display: table;
    width: 100%;
}

.userAddress .location .pin {
    line-height: 15px;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 10px;
}

.userAddress .location .city {
    display: inline-block;
    padding: 0 0 0 25px;
    width: 100%;
}

.userAddress .location .city .caption {
    width: 100%;
}

.userAddress .country {
    color: #808080;
    font-size: 12px;
    padding: 0 0 0 25px;
}

.userAddress .country .jq-selectbox {
    width: 100%;
}

.userAddress .age {
    margin: 10px 0 0 25px;
}

.userEducation {
    color: #212121;
    line-height: 17px;
}

.userEducation img {
    width: 50px;
    height: 50px;
}

.userEducation .info {
    margin-left: 68px;
    word-wrap: break-word;
}

.userEducation .info .name {
    font-size: 15px;
    padding-bottom: 7px;
}
.userEducation .info .name.contentEditable {
    padding: 7px !important;
    border: 1px solid #bbb;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}
.userEducation .info .name.contentEditable:focus {
    border-color: #ffba33;
}
.userEducation .info .name.contentEditable[contenteditable=true]:before {
    top: 0;
    left: 0;
}

.userEducation .info .name.contentEditable[contenteditable=true]:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #bbb;
    position: absolute;
    top: 15px;
    right: 10px;
}
.userEducation .info .name.contentEditable[contenteditable=true]:focus:after {
    border-top-color: #ffba33;
}
.userEducation .info .name.contentEditable.noPlaceholder[contenteditable=true]:after {
    content: none;

}
.userContacts {
    font-size: 15px;
    color: #212121;
    line-height: 13px;
}

.userContacts .email {
    padding-top: 15px;
    word-wrap: break-word;
    line-height: 25px;
}

.userContacts #phone {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .userAddress,
    .userEducation,
    .userContacts {
        margin-top: 20px;
    }
}

.userAchievements {
    font-size: 15px;
}

.userAchievements .item {
    float: left;
    max-width: 230px;
    margin: 0 45px 20px 0;
    word-break: initial;
    word-wrap: break-word;
}

@media (max-width: 767px) {
    .userAchievements .item {
        width: auto
    }
}

.userProjects {}

.userProjects .item {
    display: block;
    border: 1px solid #dfdfdf;
    padding: 10px 14px 14px 14px;
    word-wrap: break-word;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    color: #313131;
    text-decoration: none;
    position: relative;
}

.userProjects .item:hover {
    background-color: #f9f9f9;
}

.userProjects .item.good {
    border-bottom: 4px solid #22b5ae;
}

.userProjects .item.bad {
    border-bottom: 4px solid #ff7b84;
}

.userProjects .item .title {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 18px;
}

.userProjects .aboutProject {
    border-collapse: separate;
    display: table;
}

.userProjects .aboutProject .thumb {
    display: table-cell;
    min-width: 1px;
}

.userProjects .aboutProject .thumb img {
    width: 50px;
    height: auto;
    display: block;
    margin-right: 15px;
}

.userProjects .aboutProject .info {
    display: table-cell;
    vertical-align: middle;
    max-width: 0;
    width: 100%;
}

.userProjects .aboutProject .info .name {
    font-weight: 700;
}

.userProjects .item .description {
    color: #616161;
    padding-top: 10px;
}

.userProjects .item .glyphicons {
    position: absolute;
    left: -6px;
    top: 8px;
    color: #616161;
    background: #fff;
    font-size: 11px;
    padding: 5px 0 7px 0;
}

.userProjects .item .glyphicons:before {
    margin-right: 0
}

.userArticles {}

.userArticles .item {
    display: block;
    border: 1px solid #dfdfdf;
    padding: 0 0 9px 0;
    word-wrap: break-word;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    text-decoration: none;
    color: #616161;
}

.userArticles .item:hover {
    background-color: #f9f9f9;
}

.userArticles .item.good {
    border-bottom: 4px solid #22b5ae;
}

.userArticles .item.bad {
    border-bottom: 4px solid #ff7b84;
}

.userArticles .item .category {
    border-bottom: 1px solid #dfdfdf;
    padding: 8px 14px 10px 14px;
    height: 37px;
}

.userArticles .item .category .lock {
    float: right;
}

.userArticles .item .category .lock:before {
    margin-right: 0;
}

.userArticles .item .category .circle_exclamation_mark {
    float: right;
    color: #ff6363;
    font-size: 18px;
}

.userArticles .item .category .circle_exclamation_mark:before {
    margin-right: 0;
    margin-top: -10px;
}

.userArticles .item .title {
    color: #313131;
    padding: 10px 14px 10px 14px;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
}

.userArticles .item .time {
    padding: 10px 14px 0 14px;
}

.noArticles {}

.articleAuthor {
    margin: 36px 0 45px 0;
    font-size: 15px;
}

.articleAuthor .title {
    font-size: 16px;
    font-family: 'Roboto';
    padding-bottom: 3px;
}

.articleAuthor .title .glyphicons {
    font-size: 18px;
    margin-top: -9px;
    -webkit-font-smoothing: antialiased;
}

.articleAuthor .item {
    padding-top: 10px;
    line-height: 50px;
    display: inline-block;
}

.articleAuthor .item .date {
    float: left;
    width: 173px;
    padding-top: 1px
}

.articleAuthor .item .date .glyphicons {
    margin-top: -7px;
}

.articleAuthor .item .info {
    display: inline-block;
    word-wrap: break-word;
}

.articleAuthor .item .info img {
    display: inline-block;
    width: 50px;
    height: auto
}

.articleAuthor .item .info .ava {
    margin-right: 7px;
    text-decoration: none;
    display: inline-block;
}

.articleAuthor .item .info .underlink {
    margin-right: 32px;
}

@media (max-width: 767px) {
    .articleAuthor .item .date {
        float: none;
        widows: auto;
        display: block
    }
    .articleAuthor .item .info {
        margin-left: 0;
        padding-top: 5px;
    }
    .articleAuthor .item {
        padding-top: 20px;
    }
}

.groupViewInfo {
    margin-bottom: 48px;
    margin-top: 33px;
}

.groupViewInfo .description {
    font-size: 15px;
    padding: 16px 0 0 0;
    line-height: 26px;
    word-wrap: break-word;
    white-space: pre-wrap
}

.groupViewInfo .thumb {
    display: table-cell;
    vertical-align: top;
}

.groupViewInfo .thumb img {
    max-width: 80px;
    max-height: 80px;
    height: auto;
}

.groupViewInfo h1 {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding-left: 17px;
    line-height: 37px;
    word-wrap: break-word;
    width: 100%;
    max-width: 0;
}

.groupViewInfo .controlButtons {
    text-align: right;
    margin-top: 20px;
}

.groupViewInfo .controlButtons .btn {
    margin-top: 5px;
}

.groupViewInfo .controlButtonsAddress {
    text-align: right;
    margin-top: 25px;
}

.groupViewInfo .controlButtonsAddress .btn {
    margin-bottom: 10px;
}

.groupViewInfo .groupAddress {
    position: relative;
    margin: 47px 0 0 0;
    word-wrap: break-word;
}

.groupViewInfo .groupAddress .pad8 {
    padding-top: 8px;
}

.groupViewInfo .groupAddress .glyphicons {
    font-size: 15px;
    margin-top: -5px;
}

.groupViewInfo .groupAddress .glyphicons.pin {
    position: absolute;
    left: -20px;
    top: 0;
}

@media (max-width: 1135px) {
    .groupViewInfo .controlButtonsAddress {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .groupViewInfo .controlButtons {
        text-align: left;
    }
    .groupViewInfo .controlButtonsAddress {
        text-align: left;
        margin-top: 20px;
    }
    .groupViewInfo .groupAddress {
        margin-top: 25px;
    }
    .groupViewInfo .groupAddress .glyphicons.pin {
        position: static;
    }
}

@media (max-width: 500px) {
    .groupViewInfo {
        margin-top: 10px;
    }
    .groupViewInfo .thumb {
        display: block;
    }
    .groupViewInfo h1 {
        display: block;
        padding-left: 0;
        padding-top: 20px;
        max-width: none
    }
}

.groupOffices {
    font-size: 15px;
    margin-bottom: 14px;
}

.groupOffices .address {
    padding: 3px 0 5px 0;
}

.groupOffices .phone {
    padding: 3px 0 9px 0;
}

.groupOffices .country {
    width: 160px;
    float: left;
    font-weight: 700;
}

.groupOffices .country .addressFlag {
    width: 18px;
    margin: -2px 3px 0 0;
    display: inline-block;
}

.groupOffices .office {
    margin-left: 170px;
}

.groupOffices .headOffice {
    color: #818181;
    font-size: 13px;
    font-weight: 400;
}

.groupOffices .office .item {
    float: left;
    margin-right: 60px;
    margin-bottom: 30px;
}

.groupOffices .office .item:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    .groupOffices .office {
        margin-left: 0;
    }
    .groupOffices .country {
        float: none;
        width: auto
    }
}

.groupGallery {}

.groupGallery a {
    float: left;
    margin-bottom: 5px;
    display: block;
    width: 25%;
    max-width: 320px;
}

@media (max-width: 767px) {
    .groupGallery a {
        width: auto;
        float: none;
    }
}

.groupCommand {}

.groupCommand .item {
    float: left;
    width: 100px;
    margin: 0 20px 20px 0;
    display: block;
    text-decoration: none;
    position: relative;
    height: 180px;
}

.groupCommand.members .item {
    width: 120px;
    height: 300px;
}

.groupCommand .item .name {
    font-size: 15px;
    padding: 7px 0 0 0;
    color: #313131;
    display: block;
    text-decoration: none;
    min-height: 50px;
}

.groupCommand .item .position {
    color: #616161;
    font-style: italic;
    display: block;
    text-decoration: none;
}

.groupCommand .item img {
    display: block;
    width: 100px;
    height: 100px;
}

.groupCommand.members .item img {
    width: 120px;
    height: 120px;
}

.groupCommand .item .remove {
    position: absolute;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    padding: 0 0 0 5px;
    right: -10px;
    top: -10px;
    z-index: 20;
    font-size: 12px;
    cursor: pointer;
}

.groupCommand .wages {
    margin: 5px 0;
}

.groupCommand .wages input {
    width: 70px;
    margin-right: 10px;
    padding: 1px 0px 1px 5px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.groupCommand .wages input:focus {
    outline: none;
}

.projectViewTitle {}

.projectViewTitle h1 {
    word-wrap: break-word;
    margin-bottom: 16px
}

.projectViewTitle .controlButtons {
    text-align: right;
    margin-top: 14px;
}

.projectViewInfo {
    word-wrap: break-word;
    font-size: 15px;
    width: 100%;
    display: table;
}

.projectViewInfo .description,
.projectViewInfo .deadline {
    display: table-cell;
    float: none;
}

.projectViewInfo .description {
    line-height: 26px;
}

.projectViewInfo .deadline {
    vertical-align: bottom;
    text-align: right;
}

.projectViewInfo .deadline .anchor {
    font-size: 16px;
    margin-top: -7px;
}

@media (max-width: 767px) {
    .projectViewInfo {
        width: auto;
    }
    .projectViewInfo,
    .projectViewInfo .description,
    .projectViewInfo .deadline {
        display: block;
    }
    .projectViewInfo .deadline {
        margin-top: 25px;
    }
    .projectViewTitle .controlButtons {
        margin-top: 5px;
    }
}

.projectLastUpdates {
    margin: 36px 0 45px 0;
    font-size: 15px;
}

.projectLastUpdates .title {
    font-size: 16px;
    font-family: 'Roboto';
    padding-bottom: 3px;
}

.projectLastUpdates .title .glyphicons {
    font-size: 18px;
    margin-top: -9px;
    -webkit-font-smoothing: antialiased;
}

.projectLastUpdates .item {
    padding-top: 10px;
}

.projectLastUpdates .item .date {
    float: left;
    width: 173px;
    padding-top: 1px
}

.projectLastUpdates .item .date .glyphicons {
    margin-top: -7px;
}

.projectLastUpdates .item .info {
    margin-left: 173px;
    display: block;
    word-wrap: break-word;
}

.projectLastUpdates .item .info img {
    display: inline-block;
    width: 25px;
    height: auto
}

.projectLastUpdates .item .info .ava {
    margin-right: 7px;
    text-decoration: none;
    display: inline-block;
}

@media (max-width: 767px) {
    .projectLastUpdates .item .date {
        float: none;
        widows: auto;
        display: block
    }
    .projectLastUpdates .item .info {
        margin-left: 0;
        padding-top: 5px;
    }
    .projectLastUpdates .item {
        padding-top: 20px;
    }
}

.subProject {
    margin-top: 30px;
    font-size: 15px;
}

.subProject .title {
    font-size: 20px;
    font-family: 'Roboto';
    word-wrap: break-word;
}

.subProject .addTd {
    color: #818181;
    font-size: 11px;
    padding-top: 10px;
}

.subProject .addTd .anchor {
    margin-top: -4px;
}

.subProject .item {
    margin-top: 10px;
    position: relative;
}

.subProject .item .ava {
    margin-right: 7px;
    text-decoration: none;
    display: inline-block;
}

.subProject .item .ava img {
    display: inline-block;
    width: 25px;
    height: auto
}

.subProject .newTask {
    padding-top: 20px;
}

.subProject .newTask a {
    text-decoration: none;
    color: #616161;
}

.subProject .newTask a:hover {
    color: #22B5AE;
}

.subProject .newTask a:hover .btn-default {
    border-color: #22B5AE;
    color: #22B5AE;
}

.subProject .newTask a:active .btn-default {
    background-color: #22b5ae;
    border-color: #22b5ae;
    color: #fff;
}

.subProject .newTask a:active .smallBtn .glyphicons {
    color: #fff;
}

.subProject .newTask .btn-default {
    margin-right: 5px;
}

.subProject .item .glyphicons {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    margin-bottom: -5px;
    float: right;
    opacity: 0;
    color: #616161;
    border: 1px solid #616161;
    border-radius: 3px;
}

.subProject .item .glyphicons:before {
    margin-top: -1px;
    margin-left: 5px;
}

.subProject .item:hover .glyphicons {
    opacity: 1
}

.subProject .item:hover .glyphicons:hover {
    color: #22B5AE;
    border-color: #22B5AE;
}

.subProject .item:hover .glyphicons:active {
    color: #fff;
    background-color: #22B5AE;
}

.subProject .item .editColumn {
    font-size: 13px;
}

.subProject .item .editTask,
.subProject .item .removeTask {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    text-decoration: none;
    color: black;
}

.subProject .item .editTask:hover,
.subProject .item .removeTask:hover {
    border-bottom: 1px solid #cae2f0;
    color: #1580be;
}

@media (max-width: 767px) {
    .subProject .item {
        padding-top: 20px;
    }
}

.taskViewTitle {}

.taskViewTitle h1 {
    word-wrap: break-word;
    margin-bottom: 20px
}

.taskViewTitle .controlButtons {
    text-align: right;
    margin-top: 35px;
    margin-bottom: 30px;
}

.taskViewInfo {
    font-size: 15px;
    padding-bottom: 41px;
}

.taskViewInfo .deadline {
    padding-bottom: 20px;
}

.taskViewInfo .deadline .anchor {
    font-size: 16px;
    margin-top: -7px;
}

.taskViewInfo .performers {
    padding-top: 13px;
}

.taskViewInfo .performers .name {
    color: #616161;
    float: left;
    width: 130px;
}

.taskViewInfo .performers .info {
    margin-left: 130px;
    display: block;
}

.taskViewInfo .performers .info > span {
    display: inline-block;
    padding: 0 22px 5px 0;
}

.taskViewInfo .performers .info .ava {
    margin-right: 7px;
    text-decoration: none;
    display: inline-block;
}

.taskViewInfo .performers .info .ava img {
    width: 25px;
    height: auto;
}

.contractor {
    background: #f5f6f8;
    border-radius: 2px;
    display: inline-block;
    padding: 11px;
}

.contractor img {
    float: left;
    display: block;
    width: 50px;
    height: auto;
}

.contractor .description {
    margin-left: 66px;
}

.contractor .title {
    font-weight: 600;
    display: block;
}

.contractor .position {
    display: block;
    font-size: 13px;
    padding-top: 5px;
}

@media (max-width: 767px) {
    .taskViewInfo .performers .name {
        float: none;
        widows: auto;
        display: block
    }
    .taskViewInfo .performers .info {
        margin-left: 0;
    }
    .taskViewTitle .controlButtons {
        margin-top: 5px;
    }
}

.taskViewControls {}

.taskViewControls .btn {
    margin-bottom: 7px;
}

.taskViewControls .btn:first-child {
    margin-right: 7px;
}

.taskViewBalance {
    margin-right: -15px;
    margin-left: -15px;
    font-size: 15px;
    margin-top: -30px;
}

.taskViewBalance .leftContent {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.taskViewBalance .rightContent {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -13px;
}

.taskViewBalance .item {
    padding-bottom: 4px;
}

.taskViewBalance .item .name {
    width: 175px;
    display: inline-block;
}

.taskViewBalance .item .value {
    font-size: 16px;
    font-weight: 700;
}

.taskViewBalance .rightContent .text {
    margin-right: 16px;
}

.taskViewBalance .rightContent .profit {
    margin-right: 34px;
}

.taskViewBalance .rightContent .profit .value {
    background-color: #23b5ae;
    border-radius: 50%;
    display: inline-block;
    width: 53px;
    height: 53px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    padding-top: 15px;
    margin-left: 10px;
}

.taskViewBalance .rightContent .collapseGraphic {
    font-size: 13px;
    font-style: italic;
    border-bottom: 1px dotted #d5d5d5;
    cursor: pointer;
}

.taskViewBalance .rightContent .collapseGraphic:hover {
    border-color: transparent;
}

@media (max-width: 890px) {
    .taskViewBalance .rightContent .profit {
        display: block;
    }
}

@media (max-width: 700px) {
    .taskViewBalance .leftContent {
        float: none
    }
    .taskViewBalance .rightContent {
        float: none;
        margin-top: 15px;
    }
    .taskViewBalance .rightContent .profit {
        display: inline-block;
    }
}

.taskViewGraphic {
    margin-top: 31px;
}

.taskViewGraphic .dateTime {
    width: 110px;
    margin-bottom: 10px;
    margin-right: 85px;
}

.taskViewGraphic .rightButtons {
    float: right;
}


/*.taskViewGraphic .calandarPeriod { margin-left: 20px; margin-right: 70px;}*/

.taskViewGraphic .btn-group {
    margin-bottom: 10px;
}

.taskViewGraphic .chartIframe {
    border: none;
    width: 100%;
    height: 500px;
    margin-top: -41px
}

@media (max-width: 870px) {
    /*.taskViewGraphic .calandarPeriod { margin-left: 0px;} */
    .taskViewGraphic .chartIframe {
        margin-top: 0px
    }
    .taskViewGraphic .rightButtons {
        float: none;
    }
}

.submitMessage {
    max-width: 650px;
}

.submitMessage textarea {
    height: 70px;
}


.submitMessage .ava {
    float: left;
    display: block;
    width: 50px;
    height: auto
}

.submitMessage .message {
    display: block;
    margin-left: 72px;
    margin-right: 75px;
}

.submitMessage .form-group {
    margin-bottom: 13px;
    padding-right: 45px;
    position: relative
}

.submitMessage .form-group .btn {
    position: absolute;
    bottom: 15px;
    right: 0;
    font-weight: normal;
    padding: 7px 9px 7px 9px;
    line-height: 10px;
}

.timeLine .submitMessage .form-group {
    padding-left: 45px;
    padding-right: 0;
}

.timeLine .submitMessage .form-group .btn {
    left: 0;
    right: auto;
}

.timeLine .submitMessage .form-group .btn.submitBtn {
    left: auto;
    right: 0;
}

.submitMessage .form-group .btn .submitArrow {
    background: url('../img/submit_arrow_sprite.png') no-repeat 0 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: cover;
    margin: -1px -3px;
}

.submitMessage .form-group .btn:hover .submitArrow {
    background-position: 0 -30px;
}

.submitMessage .form-group .btn:active .submitArrow,
.submitMessage .form-group .btn.active .submitArrow {
    background-position: 0 -15px;
    background-color: #25b5be
}

.submitMessage .attachFile {
    width: auto;
    float: left;
}

.submitMessage .attachFile .jq-file__browse {
    padding-left: 8px;
    padding-right: 2px;
    padding-top: 1px;
    padding-bottom: 6px;
}

.submitMessage .attachFile .paperclip {
    font-size: 16px;
    cursor: pointer
}

.submitMessage .labelMessage {
    float: right;
    color: #aeaeae;
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .submitMessage textarea {
        line-height: 23px;
        height: 47px;
    }
    .submitMessage .form-group {
        margin-top: 10px;
    }
    .submitMessage .ava {
        float: none;
    }
    .submitMessage .message {
        margin-left: 0;
    }
}

.taskDiscussion {
    font-size: 15px;
    word-wrap: break-word;
}

.taskDiscussion .item {
    padding: 16px 0 21px 0;
    position: relative;
}

.taskDiscussion .item .description {
    margin-right: 75px;
}

.taskDiscussion .item.subLevel {
    margin-left: 74px;
    padding: 0 0 28px 0;
}

.taskDiscussion .ava {
    float: left;
}

.taskDiscussion .ava img {
    width: 50px;
    height: auto;
    display: inline-block;
}

.taskDiscussion .description {
    margin-left: 74px;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
}

.taskDiscussion .description .time {
    color: #808080;
    font-size: 11px;
    padding-top: 20px;
    float: left;
}

.taskDiscussion .description .reply {
    float: right;
    text-decoration: none;
    color: #616161;
    font-size: 11px;
    display: block;
    margin-top: 20px;
}

.taskDiscussion .description .reply.non-active {
    color: #ccc;
    cursor: default;
}

.taskDiscussion .submitMessage {
    margin-left: 74px;
    max-width: none;
    background: #f8f8f8;
    padding: 32px 22px 25px 25px;
    margin-top: -22px;
    margin-bottom: 20px;
}

.taskDiscussion .description .answer.non-active {
    color: #ccc;
    cursor: default;
}

.taskDiscussion .submitMessage textarea {
    background: transparent;
}

@media (max-width: 767px) {
    .taskDiscussion .description {
        margin-left: 0;
    }
    .taskDiscussion .ava {
        float: none;
    }
    .taskDiscussion .item.subLevel {
        margin-left: 30px;
    }
    .taskDiscussion .submitMessage {
        margin-left: 0;
    }
}


/*
.blockLine { border-bottom: 2px solid #23b5ae;}
.blockRedLine { border-bottom: 2px solid #FF6363;}
*/

.fileStorage {}

.fileStorage .settings {}

.fileStorage .settings .glyphicons.folder_closed:before {
    margin-top: -5px;
}

.fileStorage .settings .create {
    margin-left: 7px;
    margin-right: 27px;
}

.fileStorage .settings .jq-selectbox {
    min-width: 185px;
    vertical-align: middle;
    margin-left: 6px;
    margin-bottom: 5px;
}

.fileStorage .settings .btn {
    margin-bottom: 5px;
}

.fileStorage .settings .rightButtons {
    float: right;
}

.fileStorage .settings .rightButtons .btn {
    margin-right: 7px;
    color: #333;
    border-color: transparent;
    background-color: transparent;
}

.fileStorage .settings .rightButtons .btn:hover .glyphicons{
    color: #ffb547;
    border-color: transparent;
    background-color: transparent;
}

@media (max-width: 970px) {
    .fileStorage .settings .rightButtons {
        float: none;
    }
}

.foldersAndFiles .item {
    float: left;
    display: block;
    text-decoration: none;
    text-align: center
}

.foldersAndFiles .item.active,
.no-touch .foldersAndFiles .item:hover {
    background: #e9f4f3;
}

.foldersAndFiles .folder_closed {
    color: #75c6dd;
    position: relative;
}

.foldersAndFiles .folder_closed:before,
.foldersAndFiles .filetype:before {
    margin-right: 0;
}

.foldersAndFiles .link {
    position: absolute;
    color: #fff;
}

.foldersAndFiles .item .title {
    text-align: center;
    font-size: 15px;
    color: #313131;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.foldersAndFiles .item .fileName.link {
    background: #22b5ae;
    border-radius: 50%;
    text-align: center;
    line-height: 0;
    position: absolute;
    left: auto;
}

.foldersAndFiles .filetype {
    position: relative;
}

.foldersAndFiles .item .progress {
    height: 10px;
    margin-bottom: 0;
}

.foldersAndFiles .item .progress-bar {
    font-size: 8px;
    line-height: 10px;
}

.foldersAndFiles.bigIcons .folder_closed {
    font-size: 112px;
    line-height: 60px;
}

.foldersAndFiles.bigIcons .item {
    padding: 9px 25px 0 25px;
    height: 180px;
    margin-top: 5px;
    margin-right: 5px;
    width: 162px;
}

.foldersAndFiles.bigIcons .link {
    font-size: 36px;
    left: 42px;
    top: 40px;
}

.foldersAndFiles.bigIcons .fileName.link {
    font-size: 16px;
    width: 32px;
    height: 32px;
    right: 6px;
    top: 87px;
}

.foldersAndFiles.bigIcons .fileName.link:before {
    margin-right: 0;
    margin-top: 7px;
}

.foldersAndFiles.bigIcons .filetype {
    font-size: 102px;
    line-height: 96px;
}

.foldersAndFiles.bigIcons .glyphicons.file {
    font-size: 102px;
    line-height: 96px;
}

.foldersAndFiles.bigIcons .item .title {
    margin-left: -20px;
    margin-right: -20px;
}

.foldersAndFiles.middleIcons .folder_closed {
    font-size: 62px;
    line-height: 30px;
}

.foldersAndFiles.middleIcons .item {
    padding: 9px 15px 0 15px;
    height: 120px;
    margin-top: 15px;
    margin-right: 15px;
    width: 92px;
}

#video-attach-list .item {
    height: 130px;
    margin-bottom: 15px;
}

.taskDiscussion .foldersAndFiles.middleIcons .item {
    text-align: center;
    position: relative;
}

.taskDiscussion .foldersAndFiles.middleIcons .title {
    position: absolute;
    bottom: 0;
    left: 6px;
    width: 100%;
    text-align: center;
}

.taskDiscussion .foldersAndFiles.middleIcons .item .filetype {
    font-size: 64px;
    margin-top: 10px;
}

.foldersAndFiles.middleIcons .link {
    font-size: 18px;
    left: 25px;
    top: 23px;
}

.foldersAndFiles.middleIcons .fileName.link {
    font-size: 12px;
    width: 22px;
    height: 22px;
    right: 0px;
    top: 45px;
}

.foldersAndFiles.middleIcons .fileName.link:before {
    margin-right: 0;
    margin-top: 5px;
}

.foldersAndFiles.middleIcons .filetype {
    font-size: 52px;
    line-height: 60px;
}

.foldersAndFiles.middleIcons .glyphicons.file {
    font-size: 52px;
    line-height: 60px;
}

.foldersAndFiles.middleIcons .item .title {
    margin-left: -10px;
    margin-right: -10px;
}

.foldersAndFiles.smallIcons {
    font-size: 15px;
    margin-top: 20px;
}

.foldersAndFiles.smallIcons .folder_closed {
    font-size: 24px;
    line-height: 10px;
    float: left;
}

.foldersAndFiles.smallIcons .item {
    float: none;
    text-align: left;
    cursor: pointer;
    padding: 8px 0 10px 0;
}

.foldersAndFiles.smallIcons .link {
    font-size: 11px;
    left: 7px;
    top: 9px;
}

.foldersAndFiles.smallIcons .fileName.link {
    font-size: 10px;
    width: 18px;
    height: 18px;
    right: 2px;
    top: 15px;
}

.foldersAndFiles.smallIcons .fileName.link:before {
    margin-right: 0;
    margin-top: 3px;
}

.foldersAndFiles.smallIcons .filetype {
    font-size: 24px;
    line-height: 24px;
    float: left;
}

.foldersAndFiles.smallIcons .filetype:before {
    width: 35px;
}

.foldersAndFiles.smallIcons .glyphicons.file {
    font-size: 24px;
    line-height: 24px;
}

.foldersAndFiles.smallIcons .glyphicons.file:before {
    margin-right: 10px
}

.foldersAndFiles.smallIcons .title {
    padding-top: 0;
    text-overflow: ellipsis;
    text-align: left;
    word-wrap: break-word;
    padding-top: 0px;
}

.foldersAndFiles.smallIcons .date {
    float: right;
    margin-right: 43px;
}

.foldersAndFiles.smallIcons .size {
    float: right;
    margin-right: 7px;
    width: 120px;
    text-align: right;
    min-height: 1px;
}

.foldersAndFiles.smallIcons .name {
    margin-right: 340px;
}

.foldersAndFiles.smallIcons .folder_closed:before {
    width: 35px;
}

@media (max-width: 767px) {
    .fileStorage .settings .btn.right {
        float: none;
        margin-left: 0;
        margin-right: 5px;
    }
    .fileStorage .settings .jq-selectbox {
        margin-left: 0;
        margin-right: 5px;
    }
    .foldersAndFiles.smallIcons .date,
    .foldersAndFiles.smallIcons .size,
    .foldersAndFiles.smallIcons .name {
        float: none;
        margin-right: 0;
        margin-top: 5px;
        padding-left: 5px;
    }
    .foldersAndFiles.smallIcons .size {
        min-width: none;
        text-align: left;
    }
}

.userControlNavigation {
    padding-top: 22px;
}

.userControlNavigation .rightControls {
    text-align: right;
}

@media (max-width: 767px) {
    .userControlNavigation .rightControls {
        text-align: left;
        margin-top: 10px;
    }
}

.navigation {}

.navigation .underlink {
    display: inline-block;
    font-size: 15px;
    margin-right: 11px;
    margin-top: 3px;
    vertical-align: top;
}

.navigation .active {
    cursor: default;
    margin-bottom: 10px;
    margin-right: 11px;
}

.usersScroll {
    margin: 0 -25px 20px -25px;
    overflow: hidden;
    height: 216px;
}

.usersScroll .item {
    padding: 9px 26px 13px 26px;
    cursor: pointer;
}

.usersScroll .item.active {
    background: #f5f6f8
}


/*.usersScroll .item.active .info .name, .usersScroll .item.active .info .position { color: #fff;}*/

.usersScroll .ava {
    display: block;
    float: left;
    height: 50px;
    width: 50px;
}

.usersScroll .info {
    margin-left: 66px;
}

.usersScroll .info .name {
    display: inline-block;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-weight: 600;
    color: #313131;
}

.usersScroll .info .position {
    display: inline-block;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #616161;
    font-weight: 400;
}

@media (max-width: 767px) {
    .usersScroll {
        margin: 0 -10px 20px -10px;
    }
}

.groupAccess {}

.groupAccess .item {
    float: left;
    background: #f5f6f8;
    border-radius: 2px;
    margin-right: 28px;
    margin-top: 5px;
}

.groupAccess .item:last-child {
    margin-right: 0;
}

.groupAccess .item.access {
    background: #23b5ae;
}

.groupAccess .item.denied {
    background: #ff6363;
}

.groupAccess .ava {
    float: left;
    margin: 11px 16px 11px 11px;
    display: block;
    width: 50px;
    height: auto;
}

.groupAccess .info {
    float: left;
    width: 177px;
    margin: 11px 0 11px 0;
}

.groupAccess .info .name {
    display: inline-block;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-weight: 600;
    color: #313131;
}

.groupAccess .info .position {
    display: inline-block;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #616161;
    font-weight: 400;
}

.groupAccess .buttonsControls {
    float: right;
    border-left: 1px solid #e6e6e6;
    width: 37px;
    text-align: center;
}

.groupAccess .buttonsControls div {
    cursor: pointer;
}

.groupAccess .buttonsControls div.accept {
    padding: 7px 0 11px 0;
    border-top-right-radius: 2px;
}

.groupAccess .buttonsControls div.remove {
    padding: 7px 0 11px 0;
    border-bottom-right-radius: 2px;
}

.groupAccess .buttonsControls div.accept:hover {
    background: #23b5ae
}

.groupAccess .buttonsControls div:hover .glyphicons {
    color: #fff;
}

.groupAccess .buttonsControls div.remove:hover {
    background: #ff6363;
}

.groupAccess .buttonsControls .glyphicons {
    font-size: 12px;
    color: #ababab;
}

.groupAccess .buttonsControls .glyphicons:before {
    margin-right: 0;
}

.groupAccess .item.access .info .name,
.groupAccess .item.access .info .position,
.groupAccess .item.access .buttonsControls div .glyphicons {
    color: #fff;
}

.groupAccess .item.denied .info .name,
.groupAccess .item.denied .info .position,
.groupAccess .item.denied .buttonsControls div .glyphicons {
    color: #fff;
}

.groupAccess .item.user {
    padding: 0 0 0 10px;
}

.groupAccess .item.user img {
    float: right;
    max-width: 100px;
}

@media (max-width: 460px) {
    .groupAccess .item {
        margin-right: 0;
    }
}

@media (max-width: 430px) {
    .groupAccess .info {
        width: 110px;
    }
    .groupAccess .ava {
        margin-left: 5px;
        margin-right: 7px
    }
    .groupAccess .buttonsControls {
        width: 30px;
    }
}

.nicescroll-rails {
    border-radius: 5px;
}

.moveFilesFolders {
    font-size: 15px;
    font-weight: 400;
}

.moveFilesFolders .folderName {
    background: #eef9f9;
    padding: 14px 2px 15px 19px;
}

.moveFilesFolders .folderName .left_arrow {
    color: #616161;
    font-size: 16px;
    line-height: 10px;
}

.moveFilesFolders .folderName .left_arrow:before {
    margin-right: 13px;
}

.moveFilesFolders .folderName .name {
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 270px;
}

.moveFilesFolders .folderName a {
    text-decoration: none;
    color: #414141;
}

.moveFilesFolders .foldersFilesList {
    margin: 13px 0 0 0;
    height: 240px;
    overflow-y: hidden
}

.moveFilesFolders .foldersFilesList .item {
    padding: 6px 10px 0 20px;
    display: block;
    text-decoration: none;
    color: #414141;
    height: 40px;
}

.moveFilesFolders .foldersFilesList .item:hover {
    background: #e8f7f7;
}

.moveFilesFolders .foldersFilesList .item.active {
    background: #e8f7f7;
}

.moveFilesFolders .foldersFilesList .item .folder_closed {
    color: #75c6dd;
    line-height: 1px;
}

.moveFilesFolders .foldersFilesList .item .folder_closed:before {
    font-size: 20px;
    margin-top: 0;
    margin-right: 13px;
}

.moveFilesFolders .foldersFilesList .item .name {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 260px;
}

.moveFilesFolders .controls {
    padding: 11px 0 0 0;
}

.modal.shareLink .link {
    font-size: 24px;
    font-weight: 700;
    word-wrap: break-word;
    max-height: 200px;
    overflow-y: auto
}

.calandarPeriod {
    display: inline-block;
    vertical-align: middle
}

.financeTop {}

.financeTop h1 {
    word-wrap: break-word;
    margin-bottom: 20px
}

.financeTop .controlButtons {
    text-align: right;
    margin-top: 33px;
}

.financeTop .controlButtons .btn {
    margin-left: 7px;
}

@media (max-width: 767px) {
    .financeTop .controlButtons {
        text-align: left;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .financeTop .controlButtons .btn {
        margin-left: 0;
        margin-right: 7px;
    }
}

.financeSettings {
    word-wrap: break-word;
}

.financeSettings .addButtons {
    margin: 28px 0 0 0;
}

.financeSettings .addButtons .btn {
    margin: 0 7px 7px 0
}

.financeSettings .addButtons .jq-selectbox {
    margin: 0 7px 7px 0;
}

.financeSettings .addButtons .dateTime {
    margin: 0 7px 7px 0;
    width: 177px;
}

.financeSettings .addButtons .addIcons {
    display: inline-block;
}

.financeSettings .subHead {
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 500;
}

.financeSettings .categoryName {
    margin-top: 25px;
}

.financeSettings .categoryName a {
    font-size: 15px;
    text-decoration: none;
    color: #313131;
    border-bottom: 1px dotted #bfbfbf;
}

.financeSettings .categoryName a:hover {
    border-bottom-color: transparent
}

.financeSettings .categoryName .item {
    padding-top: 14px;
}

.financeSettings .categoryName .btn-group {
    margin: 12px 0 4px 0;
}

.financeSettings .categoryName .firstColomn {
    max-width: 400px;
    margin-bottom: 30px;
}

.financeSettings .invoice {
    width: 185px;
    float: left;
    margin-top: 40px
}

.financeSettings .invoice .count {
    font-weight: 700;
    font-size: 24px;
    padding-top: 5px;
}

.financeSettings .invoice .balance {
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #616161;
    padding-bottom: 14px;
    margin-top: 9px;
}

.financeSettings .invoice .value {
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
}

.financeSettings .invoice .type {
    color: #616161;
    font-size: 13px;
    padding-top: 3px;
}

.financeSettings .invoice .underlink {
    display: inline-block;
    margin-top: 22px;
}

.financeSettings .regularPayment {
    margin: 40px 30% 0 185px;
}

.financeSettings .regularPayment .inner {
    background: #fcfbed;
    padding: 15px 1% 16px 1%;
    margin: 0 auto;
    width: 70%;
}

.financeSettings .regularPayment .head {
    font-size: 15px;
    color: #616161;
    padding: 0 0 0 16px;
}

.financeSettings .regularPayment .head .glyphicons {
    font-size: 16px;
}

.financeSettings .regularPayment .head span {
    display: inline-block;
    vertical-align: middle;
}

.financeSettings .regularPayment .sum {
    font-weight: 700;
    font-size: 18px;
    padding-left: 15px;
    padding-top: 17px;
}

.financeSettings .regularPayment .text {
    padding-left: 15px;
}

.financeSettings .regularPayment .text1 {
    padding-left: 15px;
    font-size: 15px;
    color: #616161;
}

.financeSettings .regularPayment .text2 {
    padding-left: 15px;
    font-size: 15px;
    padding-top: 5px;
}

.financeSettings .regularPayment hr {
    margin-bottom: 0;
}

.financeSettings .regularPayment .subText {
    font-weight: 700;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.financeSettings .regularPayment .subText1 {
    font-weight: 700;
    font-size: 15px;
    padding-left: 15px;
    padding-top: 12px;
}

.financeSettings .regularPayment .subText2 {
    font-size: 11px;
    padding-left: 15px;
    padding-top: 12px;
}

.financeSettings .planning {
    border: 2px solid #f5f7f7;
    border-radius: 5px;
    margin-top: 40px;
    padding: 0 1.5% 0 1.5%;
    width: 30%;
    float: right;
    min-width: 210px;
}

.financeSettings .planning .top {
    margin: -17px 0 20px 0;
    text-align: center;
}

.financeSettings .planning .top .inner {
    background: #fff;
    display: inline-block;
    padding: 0 12px 0 12px
}

.financeSettings .planning .selectOperation {
    width: 130px;
    text-align: left;
}

.financeSettings .planning .tick {
    width: 100%;
    margin-top: 15px;
}

.financeSettings .planning .summ {
    position: relative;
    margin-bottom: 23px;
    margin-top: 24px;
}

.financeSettings .planning .summ .form-control {
    padding-right: 80px
}

.financeSettings .planning .currency {
    position: absolute !important;
    right: 5px;
    top: 30px;
    font-size: 14px;
    font-weight: 600;
}

.financeSettings .planning .checkboxText {
    font-size: 14px;
}

.financeSettings .planning .bottomButton {
    margin-bottom: -16px;
    text-align: center
}

.financeSettings .planning .bottomButton .inner {
    background: #fff;
    display: inline-block;
    padding: 0 12px 0 12px;
}

.financeSettings .planning .dateTime {
    width: 100%;
}

@media (max-width: 860px) {
    .financeSettings .regularPayment {
        margin-right: 210px;
    }
    .financeSettings .regularPayment .inner {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .financeSettings .planning,
    .financeSettings .invoice,
    .financeSettings .regularPayment {
        float: none;
        width: auto;
    }
    .financeSettings .regularPayment {
        margin-left: 0;
        margin-right: 0;
        margin-top: 40px;
    }
    .financeSettings .regularPayment .inner {
        width: auto;
    }
    .financeSettings .planning {
        margin-top: 40px;
        min-width: 0;
    }
    .financeSettings .invoice .balance {
        max-width: 185px;
    }
}

.financeSettings .balance {
    margin-top: 30px;
}

.financeSettings .balance .title {
    font-size: 20px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    padding-bottom: 13px;
}

.financeSettings .balance .rightButtons {
    float: right;
}

.financeSettings .balance .currency {
    width: 58px;
    margin-right: 21px;
}

.financeSettings .balance .smallBtn {
    margin-left: 11px;
}

@media (max-width: 600px) {
    .financeSettings .balance .rightButtons {
        float: none;
        margin-top: 10px;
    }
}

.financeSettings .budgetGraphic {
    margin-top: 78px;
}

.financeSettings .budgetGraphic .title {
    font-size: 20px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    padding-bottom: 13px;
}

.financeSettings .budgetGraphic .dateTime {
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    margin-bottom: 10px;
    margin-right: 30px;
}

.financeSettings .budgetGraphic .rightButtons {
    float: right;
}

.financeSettings .budgetGraphic .btn-group {
    margin-bottom: 10px;
}

@media (max-width: 870px) {
    .financeSettings .budgetGraphic .rightButtons {
        float: none;
    }
}

@media (max-width: 380px) {
    .financeSettings .budgetGraphic .calandarPeriod {
        margin-right: 0;
    }
}

.financeSettings .costs {
    margin-top: 58px;
}

.financeSettings .costs .title {
    font-size: 20px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    padding-bottom: 13px;
}

.financeSettings .costs .dateTime {
    width: 125px;
    margin-bottom: 10px;
}

.financeSettings .costs .btn-group {
    margin-right: 10px;
    margin-bottom: 10px;
}

.financeSettings .costs .currency {
    width: 58px;
    margin-bottom: 10px;
}

.financeSettings .costs .calandarPeriod {
    margin-right: 10px;
}

.financeSettings .compare {
    margin-top: 58px;
}

.financeSettings .compare .title {
    font-size: 20px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    padding-bottom: 13px;
}

.financeSettings .compare .dropdown {
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}

.financeSettings .compare .currency {
    width: 58px;
    margin-bottom: 10px;
}

@media (max-width: 510px) {
    .financeSettings .costs .btn-group {
        margin-right: 0;
    }
}

.financeSettings .operations {
    float: left;
    width: 65%;
    margin-top: 20px;
}

.financeSettings .operations .showMore {
    margin-top: 30px;
}

.financeSettings .operations .dateItem {
    border-top: 1px solid #f4f4f4;
    position: relative;
    margin-top: 16px;
}

.financeSettings .operations .dateItem .calendarBack {
    position: absolute;
    left: 0;
    top: -16px;
    width: 72px;
    height: 94px;
    background: url(../img/calendar-back-small.png) no-repeat 0 0;
    font-family: "Roboto";
    text-align: center
}

.financeSettings .operations .dateItem .calendarBack .date {
    color: #22b5ae;
    font-size: 28px;
    padding-top: 17px;
    line-height: 30px;
}

.financeSettings .operations .dateItem .calendarBack .date.dayOff {
    color: #ff6363;
}

.financeSettings .operations .dateItem .calendarBack .month {
    font-size: 11px;
    color: #616161;
    text-transform: uppercase;
    padding-top: 2px;
}

.financeSettings .operations .dateItem .calendarBack .day {
    position: absolute;
    right: -3px;
    top: 30px;
    color: #818181;
    font-size: 11px;
}

.financeSettings .operations .categoryItem {
    margin-left: 100px;
    padding: 11px 0 17px 0;
    border-bottom: 1px solid #f4f4f4;
}

.financeSettings .operations .dateItem .categoryItem:last-child {
    border-bottom: none;
}

.financeSettings .operations .categoryItem .category {
    font-weight: 700;
    font-size: 15px;
    margin-right: 140px;
}

.financeSettings .operations .categoryItem .category .description {
    color: #616161;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    padding-top: 7px;
}

.financeSettings .operations .categoryItem .spending {
    float: right;
    font-size: 15px;
    text-align: right;
    width: 140px;
}

.financeSettings .operations .categoryItem .spending .account {
    color: #616161;
    font-size: 13px;
    padding-top: 7px;
}

.financeSettings .operations .dateItem .deleteOperation {
    background: #ff6363;
    margin-left: 100px;
    color: #fff;
    padding: 20px 24px 20px 25px;
    font-size: 15px;
    margin-bottom: 10px;
}

.financeSettings .operations .dateItem .deleteOperation .btn {
    border-color: #fff;
    color: #fff;
}

.financeSettings .operations .dateItem .deleteOperation .btn:hover {
    border-color: #fed5d5;
}

.financeSettings .operations .dateItem .deleteOperation .btn:active {
    background-color: #fff;
    color: #313131;
}

.financeSettings .operations .dateItem .deleteOperation .delete {
    display: table;
    width: 100%;
}

.financeSettings .operations .dateItem .deleteOperation .text {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}

.financeSettings .operations .dateItem .deleteOperation .buttons {
    display: table-cell;
    text-align: right;
    min-width: 120px;
    vertical-align: middle
}

.financeSettings .operations .dateItem .deleteOperation .buttons .btn {
    margin-left: 6px;
}

.financeSettings .operations .dateItem .deleteOperation .buttons .btn:first-child {
    margin-left: 0;
}

.financeSettings .operations .dateItem .chooseOperation {
    background: #eef9f9;
    margin-left: 100px;
    color: #fff;
    padding: 20px 0 20px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #F4F4F4;
    text-align: center;
}

.financeSettings .operations .dateItem .chooseOperation a {
    color: #616161;
    text-decoration: none;
    font-size: 16px;
}

.financeSettings .operations .dateItem .chooseOperation a:hover,
.financeSettings .operations .dateItem .chooseOperation a:active {
    color: #22B5AE;
}

.financeSettings .operations .dateItem .chooseOperation a:first-child {
    margin-right: 70px;
}

.financeSettings .operations .dateItem .editOperation {
    margin-left: 100px;
    padding-top: 25px;
}

.financeSettings .operations .dateItem .editOperation .summ {
    position: relative;
}

.financeSettings .operations .dateItem .editOperation .summ .form-control {
    padding-right: 80px
}

.financeSettings .operations .dateItem .editOperation .form-group {
    margin-top: 23px;
}

.financeSettings .operations .dateItem .editOperation .currency {
    width: 58px;
    position: absolute !important;
    right: 0;
    top: 25px;
}

.financeSettings .operations .dateItem .editOperation .tick {
    width: 100%;
}

.financeSettings .operations .dateItem .editOperation .dateTime {
    width: 100%;
}

.financeSettings .operations .dateItem .editOperation .btn {
    margin-bottom: 10px;
}

.financeSettings .operations .dateItem .editOperation .leftColomn {
    float: left;
    width: 47%;
}

.financeSettings .operations .dateItem .editOperation .rightColomn {
    float: right;
    width: 47%;
}

@media (max-width: 850px) {
    .financeSettings .operations {
        width: 61%;
    }
    .financeSettings .operations .dateItem .deleteOperation .delete {
        display: block;
    }
    .financeSettings .operations .dateItem .deleteOperation .text {
        display: block
    }
    .financeSettings .operations .dateItem .deleteOperation .buttons {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .financeSettings .operations {
        float: none;
        width: auto;
    }
}

@media (max-width: 550px) {
    .financeSettings .operations .categoryItem .spending {
        float: none;
        text-align: left;
        width: auto;
    }
    .financeSettings .operations .categoryItem .category {
        margin-right: 0;
        margin-top: 10px;
    }
    .financeSettings .operations .categoryItem,
    .financeSettings .operations .dateItem .deleteOperation {
        margin-left: 90px;
    }
    .financeSettings .operations .dateItem .deleteOperation,
    .financeSettings .operations .dateItem .chooseOperation {
        padding: 10px;
        margin-left: 0px;
    }
    .financeSettings .operations .dateItem .editOperation .leftColomn,
    .financeSettings .operations .dateItem .editOperation .rightColomn {
        float: none;
        width: 100%;
    }
    .financeSettings .operations .dateItem .editOperation {
        margin-left: 0;
        padding-top: 90px;
    }
}

.financeSettings .reports {}

.financeSettings .reports .title {
    font-size: 13px;
    color: #616161;
    padding: 15px 0 6px 0;
}

.financeSettings .reports .item {
    font-size: 15px;
    padding-bottom: 14px;
}

.financeSettings .reports .item .name {
    display: inline-block;
    width: 230px;
    vertical-align: middle;
}

.financeSettings .reports .item .value1 {
    display: inline-block;
    font-weight: 600;
    width: 170px;
    text-align: right;
    margin-right: 60px;
    vertical-align: middle;
}

.financeSettings .reports .item .value2 {
    display: inline-block;
    font-weight: 600;
    width: 170px;
    text-align: right;
    vertical-align: middle;
}

.financeSettings .reports .item .dateTime {
    width: 160px
}

.financeSettings .reports .item.total {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 18px;
    max-width: 650px
}

.financeSettings .reports .item.total .value1,
.financeSettings .reports .item.total .value2 {
    font-size: 18px;
    font-weight: 700;
}

.financeSettings .reports .item.residue {
    padding-top: 15px;
    max-width: 650px
}

.financeSettings .reports .item.residue .name {
    font-size: 13px;
    color: #616161;
}

.financeSettings .reports .item.residue .value1,
.financeSettings .reports .item.residue .value2 {
    font-size: 18px;
    font-weight: 700;
    color: #22b5ae;
}

.financeSettings .reports .item.residue .negative {
    color: #ff6363;
}

.financeSettings .reports .item.controls {
    margin: 30px 0 0 0;
}

.financeSettings .reports .item.controls .dateTime,
.financeSettings .reports .item.controls .jq-selectbox {
    margin-bottom: 7px;
}

.financeSettings .reports .item.controls .btn {
    margin-bottom: 7px;
}

.financeSettings .reports .item.controls .addIcons {
    display: inline-block;
    margin-left: 45px;
}

@media (max-width: 875px) {
    .rating{
        display:none;
    }
    .financeSettings .reports .item.controls .addIcons {
        margin-left: 0;
        display: block;
    }
}

@media (max-width: 800px) {
    .financeSettings .reports .item .value1 {
        margin-right: 33px;
    }
}

@media (max-width: 767px) {
    .financeSettings .reports .item .name {
        display: block;
        width: auto;
    }
    .financeSettings .reports .item .value1,
    .financeSettings .reports .item .value2 {
        width: auto;
        text-align: left;
    }
    .financeSettings .reports .item .value1 {
        margin-right: 10px;
    }
}

.financeSettings .goalItem {
    margin-top: 40px;
}

.financeSettings .goalItem .name {
    display: inline-block;
    vertical-align: top;
    margin-right: 42px;
}

.financeSettings .goalItem .name .title {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
}

.financeSettings .goalItem .name .account {
    color: #616161;
}

.financeSettings .goalItem .description {
    padding-top: 20px;
}

.financeSettings .goalItem .goalGraphic {
    margin-top: 33px;
}

.financeSettings .goalItem .goalGraphic .item {
    text-align: center;
    padding: 0;
    float: left;
    width: 140px;
    margin-bottom: 30px;
    height: 120px;
}

.financeSettings .goalItem .goalGraphic .item .accumulation {
    font-size: 18px;
    font-weight: 700;
}

.financeSettings .goalItem .goalGraphic .item .putAside {
    color: #616161;
    padding: 5px 0 0 0;
    height: 47px;
}

.financeSettings .goalItem .goalGraphic .item .glyphicons {
    font-size: 18px;
    background: #fff;
    padding: 0 4px;
}

.financeSettings .goalItem .goalGraphic .item .glyphicons:before {
    margin-right: 0;
}

.financeSettings .goalItem .goalGraphic .item .circle_ok {
    color: #22b5ae;
}

.financeSettings .goalItem .goalGraphic .item .circle_remove {
    color: #ff6363;
}

.financeSettings .goalItem .goalGraphic .item .circle_round {
    margin: 3px 0 2px 0;
    display: inline-block;
    background: #fff;
    padding: 0 4px;
}

.financeSettings .goalItem .goalGraphic .item .circle_round:before {
    border-radius: 50%;
    background: #f0f0f0;
    vertical-align: middle;
    display: inline-block;
    width: 19px;
    height: 19px;
    line-height: 1;
    content: '';
}

.financeSettings .goalItem .goalGraphic .item .month {
    padding-top: 12px;
}

.financeSettings .goalItem .goalGraphic .item .line {
    border-top: 1px solid #f0f0f0;
    margin-bottom: -15px;
}

.financeSettings .goalItem .goalGraphic .item.disabled .accumulation,
.financeSettings .goalItem .goalGraphic .item.disabled .putAside {
    color: #a1a1a1;
}

.financeSettings .goalItem .goalGraphic .head {
    padding: 0;
    float: left;
    width: 150px;
    margin-bottom: 30px;
    height: 120px;
}

.financeSettings .goalItem .goalGraphic .head .accumulation {
    padding-top: 5px;
}

.financeSettings .goalItem .goalGraphic .head .putAside {
    color: #616161;
    padding: 7px 0 0 0;
    height: 49px;
}

.financeSettings .goalItem .goalGraphic .head .line {
    border-top: 1px solid #f0f0f0;
}

.financeSettings .budget {}

.financeSettings .budget .title {
    color: #808080;
    font-style: italic;
    margin-top: 63px;
}

.financeSettings .budget .item {
    font-size: 0;
    padding-top: 13px;
}

.financeSettings .budget .item.total {
    border-top: 1px solid #efefef;
    margin-top: 34px;
}

.financeSettings .budget .item.head {
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: -50px;
    margin-top: 10px;
}

.financeSettings .budget .item .category {
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    width: 28%;
    vertical-align: top;
    max-width: 200px;
}

.financeSettings .budget .item .text {
    font-size: 13px;
    color: #808080;
    display: inline-block;
    width: 28%;
    vertical-align: top;
    max-width: 200px;
}

.financeSettings .budget .item .value {
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    line-height: 20px;
    width: 16%;
    max-width: 200px;
    margin-left: 2%;
}

.financeSettings .budget .item .value span {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 3px;
}

.financeSettings .budget .item .value .plan {
    border-bottom: 1px dotted #b4b4b4;
}

.financeSettings .budget .item .value .slash {
    color: #cccccc;
    font-size: 22px;
}

.financeSettings .budget .item .value div {
    color: #22b5ae;
    font-size: 13px;
    padding-top: 2px;
}

.financeSettings .budget .item .value div.negative {
    color: #ff6262
}

.financeSettings .budget .item.total .value .plan {
    border-bottom: none;
}

.financeSettings .budget .item.head .value {
    font-size: 13px;
    font-weight: 700;
    vertical-align: middle;
}

.financeSettings .budget .item.head .category {
    vertical-align: middle;
}

.financeSettings .budget .item.head .category .jq-selectbox {
    margin-top: 10px;
}

.financeSettings .budget .item .value .month {
    display: none;
}

@media (max-width: 767px) {
    .financeSettings .budget .item .category,
    .financeSettings .budget .item .text {
        display: block;
        width: auto;
        max-width: none;
    }
    .financeSettings .budget .item .value {
        display: block;
        width: auto;
        max-width: none;
        margin-left: 0;
        margin-top: 10px;
    }
    .financeSettings .budget .item .value .month {
        display: block;
        color: #313131;
    }
    .financeSettings .budget .item.head .value {
        display: none;
    }
}

.financeSettings .groupAccess {
    margin-top: 20px;
}

.financeSettings .bigCheckBox {
    margin-top: 14px;
}

.financeSettings .bigCheckBox .checkboxText {
    font-size: 15px;
    font-weight: 400;
    vertical-align: middle;
}

.financeSettings .bigCheckBox .checkboxText.big {
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
}

.financeSettings .bigCheckBox .jq-checkbox {
    width: 22px;
    height: 22px;
    top: 0;
}

.financeSettings .bigCheckBox .jq-checkbox.glyphicons::before {
    padding: 1px 0 0 3px;
}

.financeSettings .accessSettings {}

.financeSettings .accessSettings .title {
    color: #616161;
}

.financeSettings .accessSettings .subTitle {
    color: #616161;
    font-size: 11px;
    padding: 23px 0 12px 0;
}

.financeSettings .accessSettings .selectAll {
    border-bottom: 1px solid #eee;
    padding: 0 0 12px 0;
    max-width: 80%;
}

.financeSettings .emailAndUser {
    margin-top: 35px;
}

.financeSettings .emailAndUser .form-group {
    position: relative;
}

.financeSettings .emailAndUser .textIconBtn {
    position: absolute;
    right: 0;
    top: 25px;
}

.financeSettings .emailAndUser .form-control {
    padding-right: 120px;
}

.bookmarks {
    position: fixed;
    bottom: 0;
    left: 90px;
}

.bookmarks .item {
    border: 1px solid #eee;
    border-left: none;
    position: relative;
    float: left;
    height: 43px;
}

.bookmarks .item.single {
    line-height: 43px;
}

.bookmarks .item:first-child {
    border-left: 1px solid #eee;
}

.bookmarks .item.active,
.bookmarks .item:hover {
    background: #25b5be;
}

.bookmarks .item .name {
    font-size: 15px;
    border-left: none;
    margin: 0;
    padding: 0 9px 0 12px;
    cursor: pointer;
    max-width: 238px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bookmarks .item .remove {
    border-left: 1px solid #eee;
    height: 41px;
    padding: 9px 12px 0 12px;
    width: 41px;
    display: inline-block;
}

.bookmarks .item.single .remove {
    display: none;
}

.bookmarks .item .circle_remove {}

.bookmarks .item .circle_remove:before {
    font-size: 16px;
    margin-right: 0;
}

.bookmarks .item.active .circle_remove,
.bookmarks .item:hover .circle_remove {
    color: #fff;
}

.bookmarks .item.active .remove,
.bookmarks .item:hover .remove {
    border-left-color: #67cbd2;
}

.bookmarks .item.active .name,
.bookmarks .item:hover .name {
    color: #fff;
}

.bookmarks .item .circle_remove:hover {
    color: #DFDFDF
}


/*  customization ui for tokenField*/

.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
}

.ui-front {
    z-index: 100;
}

.ui-widget-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 4px;
    border-radius: 0 0 4px 4px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    font-weight: 400;
    font-family: 'Open Sans';
    font-size: 13px;
}

.ui-widget-content:before {
    content: '';
    position: absolute;
    left: -1px;
    box-sizing: content-box;
    width: 100%;
    height: 6px;
    padding: 0 1px;
    border-radius: 4px;
    background-color: #fbaa31;
    bottom: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.ui-widget-content:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fbaa31;
    position: absolute;
    top: -12px;
    left: 46px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 400px !important;
    color: #666;
    min-height: 40px;
    padding: 11px 10px;
    list-style: none;
    cursor: pointer;
}
.ui-menu li + li {
    border-top: 1px solid #e8f0f5;
}
.ui-menu .ui-menu-item:hover, .ui-menu .ui-state-focus {
    color: #666;
    background-color: #f1f1f1;
}
.ui-helper-hidden-accessible {
    display: none;
}
/* end  customization ui for tokenField*/

.calculatorModal .modal-content {
    max-width: 228px !important;
}
.calculatorModal.modal{
    top: 0px !important;
    left: 0px !important;
}
.calculator {
    font-family: "Roboto", sans-serif;
}

.calculator .btn {
    font-size: 15px;
    width: 38px;
    font-weight: normal;
    padding: 0;
    height: 31px;
    margin-left: 3px;
    margin-top: 6px;
    vertical-align: top;
}

.calculator .btn.equally {
    height: 68px;
}

.calculator .btn.reset {
    background-color: #ff7b84;
    color: #fff;
    border-color: #ff7b84
}

.calculator .colomn {
    width: 131px;
    display: inline-block;
}

.calculator .value {
    font-size: 24px;
    text-align: right;
    color: #313131;
    font-weight: 700;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: clip;
    width: 100%;
    white-space: nowrap;
}

.eventTypeModal .modal-content {
    max-width: 380px;
}

.eventTypeModal {}

.eventTypeModal .text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    font-family: Roboto;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
}

.eventTypeModal .form-group {
    padding-bottom: 0
}

.eventTypeModal .event {
    width: 269px;
}

.eventTypeModal .period {
    width: 96px;
    margin-right: 14px;
}

.eventTypeModal .nextLine {
    padding-top: 14px;
}

.eventTypeModal .dateTime {
    width: 125px;
}

.eventTypeModal .dateTime.onlyTime {
    width: 53px;
}

.eventTypeModal .tire {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}

.eventTypeModal .groupAccess .item {
    float: none;
    margin-right: 0;
    cursor: pointer;
}

.eventTypeModal textarea {
    height: 34px;
    line-height: 34px;
}

.eventTypeModal .popover {
    top: 30px!important;
    text-align: center;
    width: 260px;
    background-color: #ff6363;
    -webkit-box-shadow: 0px 20px 13px -14px rgba(177, 138, 138, 1);
    box-shadow: 0px 20px 13px -14px rgba(177, 138, 138, 1);
}

.popover .arrow {
    display: none;
}

.crmStatistic {
    padding-top: 25px;
}

.crmStatistic .headTitle {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.crmStatistic .headTask {
    color: #616161;
    padding-top: 12px;
    padding-bottom: 6px;
}

.crmStatistic .headEvent {
    color: #616161;
    padding-top: 12px;
    padding-bottom: 6px;
}

.crmStatistic .headTime {
    color: #616161;
    padding-top: 12px;
    padding-bottom: 6px;
}

.crmStatistic .title {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    padding-top: 8px;
    border-top: 1px solid #E0E0E0;
}

.crmStatistic .task {
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 2px;
    border-top: 1px solid #E0E0E0;
}

.crmStatistic .task.select {
    padding-top: 5px;
    padding-bottom: 5px;
}

.crmStatistic .event {
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 2px;
    border-top: 1px solid #E0E0E0;
}

.crmStatistic .item {
    height: 31px;
    line-height: 31px;
}

.crmStatistic .item .value {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.crmStatistic .item .count {
    font-weight: 700;
    display: inline-block;
    height: 24px;
    line-height: 24px;
}

.crmStatistic .item .generally {
    color: #616161;
    font-size: 13px;
    display: inline-block;
    margin-right: 10px;
    height: 24px;
    line-height: 24px;
}

.crmStatistic .item .sum {
    font-size: 16px;
    font-weight: 700;
}

.crmStatistic .eventEntry:nth-child(2n) {
    background: #f5fafa;
}

.crmStatistic .eventEntry:nth-child(2n) .task {
    border-top: 1px solid #B2DFDB;
}

.crmStatistic .eventEntry:nth-child(2n) .task .jq-selectbox__select {
    background: #f5fafa;
}

.crmStatistic .eventEntry:nth-child(2n) .task .jq-selectbox.opened .jq-selectbox__select,
.crmStatistic .eventEntry:nth-child(2n) .task .jq-selectbox .jq-selectbox__select:active {
    background: #22B5AE;
}

.crmStatistic .eventEntry:nth-child(2n) .event {
    border-top: 1px solid #B2DFDB;
}

.crmStatistic .eventEntry:nth-child(2n) .title {
    border-top: 1px solid #B2DFDB;
}

.crmGraphics {}

.crmGraphics .title {
    font-size: 20px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    padding: 30px 0 0 0;
}

.crmGraphics .jq-selectbox {
    margin-bottom: 5px;
}

.investmentsMoney {}

.investmentsMoney .headMoney {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.investmentsMoney .headUser,
.investmentsMoney .headDate {
    color: #616161;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.investmentsMoney .user {
    padding-top: 20px;
}

.investmentsMoney .ava {
    display: block;
    float: left;
    height: 50px;
    width: 50px;
}

.investmentsMoney .info {
    margin-left: 66px;
}

.investmentsMoney .name {
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding-top: 5px;
}

.investmentsMoney .position {
    display: block;
    color: #616161;
}

.investmentsMoney .date {
    font-size: 15px;
    padding-top: 27px;
}

.investmentsMoney .bottom {
    border-top: 1px solid #eee;
    margin-top: 25px;
    padding-top: 10px;
}

.investmentsMoney .bottom .value {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-left: 10px;
}

.investmentsCreate {}

.investmentsCreate .category {
    width: 263px;
    margin-top: 41px;
    margin-bottom: 20px;
}

.investmentsCreate label {
    color: #818181;
    font-size: 11px;
    margin: 0px 0px 8px;
    font-weight: normal;
    display: block;
}

.investmentsCreate .uploadButton {
    padding-right: 0;
    padding-left: 15px;
}

.investmentsCreate .reward .back {
    background-color: #f9f8f2;
    padding: 20px 25px 0 25px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.investmentsCreate .reward input {
    background: none;
}

.investmentsCreate .addNewInfo {
    margin-top: 18px;
    display: inline-block;
}

.investmentsCreate .paymentsAndTerms {
    margin-top: 50px;
}

.investmentsCreate .save {
    margin-top: 26px;
}

.investmentsCreate .navigation {
    margin-top: 20px;
}

.investmentsCreate .uploadPhoto {
    max-width: 200px;
    vertical-align: middle
}

.investmentsCreate .photoCollection {
    margin-top: 0
}

.investmentsCreate .currency {
    width: 50px;
    position: absolute !important;
    right: 0;
    top: 3px;
}

.investmentsCreate .needSum {
    position: relative;
}

.investmentsCreate .needSum .form-control {
    padding-right: 80px;
}

.investmentsText {
    word-wrap: break-word;
}

.investmentsText .sponsorsCount {}

.investmentsText .sponsorsCount .item {
    font-size: 13px;
    color: #616161;
}

.investmentsText .sponsorsCount .value {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 24px;
}

.investmentsText .text {
    line-height: 26px;
    font-size: 15px;
}

.investmentsText .sponsors {
    background: #eef9f9;
}

.investmentsText .sponsors .item {
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #eee;
}

.investmentsText .sponsors .item:last-child {
    border-bottom: none;
}

.investmentsText .sponsors .item .value {
    font-weight: 700;
    font-size: 18px;
    float: left;
}

.investmentsText .sponsors .item .size {
    color: #616161;
    padding-bottom: 10px;
}

.investmentsText .sponsors .item .btn {
    float: right;
}

.investmentsText .sponsors .item .old_man {
    color: #22b5ae;
    font-size: 12px;
    line-height: 12px;
}

.investments {}

.investments.userProjects .aboutProject .info .name {
    font-size: 15px;
}

.investments.userProjects .aboutProject .info .count {
    padding-top: 10px;
}

.investments.userProjects .item .description {
    color: #313131;
}

.investments.userProjects .item .collected {
    padding-top: 15px;
}

@media (max-width: 800px) {
    .investmentsCreate .category {
        margin-top: 0px;
    }
}

@media (max-width: 400px) {
    .investmentsCreate .category {
        width: 200px;
    }
}

.paymentSystems {}

.paymentSystems a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../img/payments.png);
    background-repeat: no-repeat;
    background-size: 50px;
    border: 1px solid transparent;
    margin-right: 10px;
}

.paymentSystems a:hover {
    border-color: #eee;
}

.paymentSystems a.paypal {
    background-position: 0 19px;
}

.paymentSystems a.paypal:hover {
    background-position: 0 -14px;
}

.paymentSystems a.visa {
    background-position: -2px -48px;
}

.paymentSystems a.visa:hover {
    background-position: -2px -79px;
}


/* timeLine */

#breadcrumb ol.breadcrumb {
    display: block;
    position: relative;
    margin: 0;
    padding-left: 20px;
    text-align: left;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    background: white;
}

#breadcrumb ol.breadcrumb li:before {
    display: inline-block;
    padding-left: 6px;
    font-family: 'Glyphicons Regular';
    font-size: 10px;
    content: "\e224";
}

#breadcrumb ol.breadcrumb li:first-child:before {
    display: none;
}

.timeLine {
    text-align: center;
    background: url('../img/timeline_line.gif') repeat-y 50% 0;
    position: relative;
    padding-top: 40px;
}

.timeLine .periodItem > .calendar {
    /*background: white;*/
    position: relative;
    border-radius: 50%;
    width: 200px;
    height: 24px;
    margin: 15px auto;
    position: relative;
    cursor: pointer;
    color: #888;
}


/*
.timeLine .periodItem > .calendar:before {
    content: '\26AB';
    font-size: 18px;
    line-height: 24px;
}
*/

.timeLine .periodItem > .calendar .divider {
    font-size: 10px;
}

.timeLine .calendar.dayOff {
    color: #ff6363;
}

.timeLine .calendar.currentDate {
    color: #22B5AE;
}

.timeLine .calendar .date,
.timeLine .calendar .weekday {
    position: absolute;
    top: 1px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 600;
}

.timeLine .calendar .date {
    right: 60%;
}

.timeLine .calendar .weekday {
    left: 60%;
}


/*
.timeLine .calendar .month {
    font-size: 13px;
    color: #616161;
    text-transform: uppercase;
}

.timeLine .calendar .year {
    font-size: 26px;
    color: #23b5ae;
    padding: 37px 0 0 0;
}

.timeLine .calendar .weekday {
    font-size: 13px;
    color: #818181;
    position: absolute;
    right: -3px;
    top: 40px;
    background: #fff;
    padding: 4px 0 4px 0;
}

.timeLine .calendar .leftYear {
    font-size: 13px;
    color: #818181;
    position: absolute;
    left: -22px;
    top: 40px;
    background: #fff;
    padding: 4px 0 4px 0;
}
*/

.timeLine .threeDots {
    color: #808080;
    font-size: 9px;
    line-height: 5px;
    padding: 0 0 5px 0;
    margin-top: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

.timeLine .threeDots .value {
    /*background: #fff;*/
    padding-bottom: 5px;
}

.timeLine .periodItem {
    word-wrap: break-word;
}

.timeLine .defaultEvent {
    position: relative;
    top: -70px;
    height: 27px;
}

.timeLine .defaultEvent .value {
    color: #23b5ae;
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
}

.timeLine .defaultEvent .description {
    font-size: 15px;
}

.timeLine .defaultEvent.left {
    text-align: right;
    padding-right: 110px;
    margin-right: 50%;
}

.timeLine .defaultEvent.right {
    text-align: left;
    padding-left: 110px;
    margin-left: 50%;
}

.timeLine .defaultEvent .siteIsUpdated {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    padding-top: 5px;
    padding-left: 52px;
}

.timeLine .defaultEvent .siteIsUpdated img {
    display: block;
    height: 52px;
    margin-left: -52px;
}

.timeLine .time {
    padding: 2px 0 5px 0;
    margin: 0 auto 0 auto;
    cursor: pointer;
}

.timeLine .time.emptyTime {
    margin-top: 25px;
    margin-bottom: 25px
}

.timeLine .currentTime,
.timeLine .registerTime {
    padding: 2px 0 5px 0;
    margin: 25px auto;
}

.timeLine .time .circle_plus {
    color: #22B5AE;
    font-size: 16px;
    display: none;
    line-height: 11px;
    margin-left: 1px;
}

.timeLine .time .circle_plus:before {
    margin-right: 0;
}

.timeLine .time .value,
.timeLine .currentTime .value,
.timeLine .registerTime .value {
    display: inline-block;
    color: #808080;
    font-size: 9px;
    line-height: 16px;
    vertical-align: middle;
    /*background: #fff;*/
    padding: 2px;
}

.timeLine .event {
    font-size: 15px;
    margin-bottom: 30px;
    position: relative;
    padding: 0;
    border-radius: 4px;
}

.timeLine .leftSide {
    text-align: right;
    padding-right: 60px;
    width: 50%;
    float: left;
}

.timeLine .rightSide {
    text-align: left;
    padding-left: 60px;
    width: 50%;
    float: right;
}

.timeLine .leftSide .searchHeader {
    text-align: right;
    padding-bottom: 6px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
}

.timeLine .rightSide .searchHeader {
    text-align: left;
    padding-bottom: 6px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
}

.timeLine .event.userEvent {
    padding: 6px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.timeLine .event .eventTime {
    float: right;
    font-size: 11px;
    color: #414141;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
}

.timeLine .event .glyphicons {
    float: right;
    color: #616161;
    font-size: 16px;
    line-height: 16px;
    margin: 2px 2px 0 0;
}

.timeLine .event .text {
    display: block;
    margin-right: 65px;
}

.timeLine .event .filetype {
    float: right;
    font-size: 24px;
    line-height: 20px;
}

.timeLine .event .text .description {
    font-size: 13px;
    color: #616161;
}

.timeLine .event .text .sum {
    font-size: 18px;
    font-weight: 700;
}

.timeLine .event .ava {
    width: 50px;
    height: 50px;
    float: left;
    display: block;
    margin-left: 15px;
}

.timeLine .event .ava.rounded {
    border-radius: 50%;
}

.timeLine .event .articleText {
    display: block;
    position: relative
}

.timeLine .event .articleText .description {
    font-size: 11px;
    font-style: italic;
    max-height: 30px;
    overflow: hidden;
    display: block;
}

.timeLine .event .articleText .cloudSave {
    position: absolute;
    top: 0;
}

.timeLine .event .articleText .cloudSave .glyphicons {
    font-size: 20px!important;
}

.timeLine .event.taskMsg > .articleText {
    min-height: 52px;
}

.timeLine .event .additionalBlock {
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.timeLine .event .additionalBlock .taskFile {
    min-height: 24px;
    margin-bottom: 5px;
}

.timeLine .event .additionalBlock .taskFile .ava {
    height: 24px;
    width: 24px;
}

.timeLine .rightSide .event .additionalBlock .ava {
    margin-left: 42px;
}

.timeLine .rightSide .event .additionalBlock .taskFile .ava {
    margin-left: 0px;
}

.timeLine .rightSide .event .additionalBlock .taskFile .filetype {
    margin-left: 0px;
}

.timeLine .rightSide .event .articleText .cloudSave {
    left: -77px;
}

.timeLine .leftSide .event .additionalBlock .ava {
    margin-right: 42px;
}

.timeLine .leftSide .event .additionalBlock .taskFile .ava {
    margin-right: 70px;
}

.timeLine .leftSide .event .additionalBlock .taskFile .filetype {
    margin-right: 64px;
}

.timeLine .leftSide .event .articleText .cloudSave {
    right: -77px;
}

.timeLine .event .joinBlock {
    border: 1px solid #dfdfdf;
    padding: 20px;
    margin-top: 5px;
    text-align: left;
}

.timeLine .event .joinBlock .thumb {
    width: 50px;
    height: auto;
    float: left;
    display: block;
    margin: 0 0 0 0;
}

.timeLine .event .joinBlock .thumb.rounded {
    border-radius: 50%
}

.timeLine .event .joinBlock .info {
    float: left;
    margin-right: 20px;
    margin-bottom: 5px
}

.timeLine .event .joinBlock .adminInfo {
    float: left;
    margin-bottom: 5px;
}

.timeLine .event .joinBlock .inner {
    margin-left: 70px;
}

.timeLine .event .joinBlock .title {
    font-weight: 700;
    color: #666;
    text-decoration: none;
}

.timeLine .event .joinBlock .count {
    font-size: 13px;
}

.timeLine .event .joinBlock .description {
    color: #616161;
    font-size: 13px;
    padding-top: 10px;
}

.timeLine .event .joinBlock .accept-buttons input {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #DFDFDF;
    outline: none!important;
    margin-top: 5px;
}

.timeLine .joinBlock .group-text {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}

.timeLine .leftSide .articleText {
    margin-right: 110px;
}

.timeLine .leftSide .event .ava {
    float: right;
    margin-left: 0;
    margin-right: 15px;
}

.timeLine .rightSide .event .eventTime {
    float: left;
}

.timeLine .rightSide .event .glyphicons {
    float: left;
    margin: 2px 0 0 7px;
}

.timeLine .rightSide .event .glyphicons:before {
    margin-right: 0;
}

.timeLine .rightSide .event .text {
    margin-right: 0;
    margin-left: 65px;
}

.timeLine .rightSide .event .filetype {
    float: left;
    margin: 2px 0 0 7px;
}

.timeLine .rightSide .event .filetype:before {
    margin-right: 0;
}

.timeLine .rightSide .event .articleText {
    display: block;
    margin-left: 110px;
    margin-right: 0;
}

.timeLine .rightSide .event .chatText {
    display: block;
    margin-left: 110px;
    background: #f8f8f0;
    padding: 8px 19px 14px 19px;
    position: relative;
}

.timeLine .rightSide .event .chatText:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 9px solid #f8f8f0;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 10px;
    left: -9px;
    z-index: 2;
}

.timeLine .event.views {
    display: block;
    padding: 5px 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 1px 0;
    border-radius: 0;
    text-decoration: none;
    font-weight: 900;
    transition: .1s all linear;
}

.timeLine .event.views:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-width: 1px 0;
    transition-duration: 0s;
}

.timeLine .event.views > .description {
    font-size: 16px;
    color: #808080;
}

.timeLine .event.views > .value {
    font-size: 24px;
    color: #22B5AE;
}

.headerTimeline .ajax-loader {
    position: absolute;
    text-align: center;
    left: 65px;
    right: 0;
    margin: 0 auto;
    width: 100px;
    bottom: 10px;
    z-index: 500;
}

#header .ajax-loader
{
    position: relative;
    text-align: center;
    margin: 0px auto;
    top: 9px;
    left: -8px;
    width: 100px;
    z-index: 500;
}

.modal .bigCheckBox {
    margin-top: 14px;
    margin-left: 12px;
}

.modal .bigCheckBox .checkboxText {
    font-size: 12px;
    font-weight: 100;
    vertical-align: middle;
}

.modal .bigCheckBox .jq-checkbox {
    width: 18px;
    height: 18px;
    top: 0;
    font-size: 12px;
}

.modal .bigCheckBox .jq-checkbox.glyphicons::before {
    padding: 2px 0 0 2px;
}


/* cropper start */

#cropper-modal .modal-dialog,
#vacancy-modal .modal-dialog {
    display: block;
}

#cropper-modal .modal-content {
    display: block;
    padding: 0;
    max-width: inherit;
    width: 50%;
    margin-top: 7%;
}

#vacancy-modal .modal-content {
    display: block;
    padding: 0;
    max-width: inherit;
    width: 30%;
    margin-top: 7%;
}

#cropper-modal .modal-header,
#vacancy-modal .modal-header {
    padding: 5px 10px;
}

#cropper-modal h4 {
    margin: 0;
}


/* cropper end */

@media (max-width: 790px) {
    .timeLine .leftSide {
        padding-right: 30px;
    }
    .timeLine .rightSide {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .timeLine .defaultEvent {
        top: 0;
        height: auto;
    }
    .timeLine .defaultEvent.left,
    .timeLine .defaultEvent.right {
        padding: 10px 0 20px 0;
        margin: 10px 0 10px 0;
        text-align: center;
        background: #fff;
    }

    .timeLine .leftSide,
    .timeLine .rightSide {
        width: auto;
        float: none;
        padding: 0;
        text-align: center;
    }
    .timeLine .event {
        background: #fff;
        padding: 10px 0 10px 0;
    }
    .timeLine .leftSide .event .eventTime,
    .timeLine .rightSide .event .eventTime {
        float: none;
    }
    .timeLine .event .glyphicons,
    .timeLine .rightSide .event .glyphicons {
        float: none;
    }
    .timeLine .event .filetype,
    .timeLine .rightSide .event .filetype {
        float: none;
    }
    .timeLine .event .text {
        margin-right: 0;
    }
    .timeLine .event .ava {
        float: none;
        display: inline-block;
    }
    .timeLine .rightSide .event .text {
        margin-left: 0;
    }
    .timeLine .rightSide .event .articleText {
        margin-left: 0;
        display: inline-block;
        vertical-align: top;
    }
    .timeLine .rightSide .event .chatText {
        margin-left: 0;
        margin-top: 5px;
    }
    .headerTimeline .ajax-loader {
        left: 0;
    }
    .timeLine .defaultEvent .siteIsUpdated {
        padding-left: 0;
    }
    .timeLine .defaultEvent .siteIsUpdated img {
        margin: 0 auto;
    }
    .timeLine .event > a {
        display: inline-block;
        vertical-align: top;
        height: 70px;
        text-align: center;
    }
    .timeLine .event {
        background: white;
    }
    .timeLine .event > a img.ava.blockLine {
        display: inline-block;
        float: none;
        margin: 10px 0;
    }
    .timeLine .leftSide .articleText {
        margin-right: 0px;
    }
    .timeLine .taskFile {
        min-height: 32px!important;
        line-height: 25px;
    }
    .timeLine .taskFile .filetype {
        margin: 0!important;
        width: 25px;
        float: left!important;
        display: inline-block;
    }
    .timeLine .taskFile .articleText {
        margin: 0 0 0 65px!important;
        text-align: left;
    }
    .timeLine .taskFile .articleText .cloudSave {
        width: 27px;
        left: -35px!important;
        text-align: right;
    }
    .timeLine .taskFile .articleText .cloudSave .glyphicons {
        margin: 0;
        padding: 0;
    }
    .timeLine .taskFile .articleText .cloudSave .glyphicons:before {
        margin: 0;
        padding: 0;
    }
}

.periodItem .eventListBlock,
.periodItem .threeDots {
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.periodItem.collapsed .eventListBlock,
.periodItem.collapsed .threeDots {
    opacity: 0;
}

.userEvent .eventTime {
    position: relative;
    z-index: 2!important;
}

.timeLine .event.userEvent .text {
    position: relative;
    z-index: 2!important;
}

.userEvent .glyphicons {
    z-index: 2;
}

.userEvent .duration {
    background: #000;
    opacity: .1;
    width: 100%;
    z-index: 0;
    border-radius: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.userEvent.recipient .duration {
    background: #0aa;
}

.userEvent:hover .duration {
    opacity: .15;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    -ms-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
}


/* Event Popup */

.modal-content.eventModalContent {
    -webkit-border-radius: 0;
    border-radius: 4px;
    background: transparent;
    border: 0;
    padding: 13px 25px 16px;
    max-width: 380px;
    margin: -10px auto 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
}

.modal-content.eventModalContent .circle_remove {
    position: absolute;
    top: 0;
    cursor: pointer;
}

.leftSide .modal-content.eventModalContent .circle_remove {
    left: 0;
}

.rightSide .modal-content.eventModalContent .circle_remove {
    right: 0;
    top: -20px;
}

.modal-content.eventModalContent .form-group input,
.modal-content.eventModalContent textarea,
.modal-content.eventModalContent .form-control {
    font-size: 16px;
    font-family: "Roboto";
    font-weight: normal;
}

.modal-content.eventModalContent .jq-selectbox {
    width: 100%;
}

.modal-content.eventModalContent .selectBoxLeft .jq-selectbox {
    width: 105px;
    margin-right: 10px;
}

.modal-content.eventModalContent div.btn .caption {
    display: none
}

.modal-content.eventModalContent div.btn.loadBtn span {
    display: inline
}

.modal-content.eventModalContent div.btn img {
    display: inline
}

.modal-content.eventModalContent div.btn.loadBtn img {
    display: none
}

@media (max-width: 767px) {
    .modal-content.eventModalContent {
        max-width: 360px;
        padding: 13px 10px 16px;
    }
}


/* End Popup */

.modal-content.eventModalContent .text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    font-family: Roboto;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
}

.modal-content.eventModalContent .form-group {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.modal-content.eventModalContent .form-group.user-list-form-group-block {
    position: relative;
}

.modal-content.eventModalContent .form-group .global-tascks-button {
    background: url(/img/planet_512.png);
    background-size: 100%;
    border: none;
    border-radius: 15px;
    position: absolute;
    width: 25px;
    right: 0;
    top: 5px;
    height: 25px;
    cursor: pointer;
}

.modal-content.eventModalContent .form-group .global-tascks-button.active {
    background: url(/img/planet_colored_512.png);
    background-size: 100%;
    border: none;
    border-radius: 15px;
    position: absolute;
    width: 25px;
    right: 0;
    top: 5px;
    height: 25px;
    cursor: pointer;
}

.modal-content.eventModalContent .event {
    width: 269px;
}

.modal-content.eventModalContent .nextLine {
    padding-top: 14px;
}

.modal-content.eventModalContent .groupAccess {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-content.eventModalContent .groupAccess .item {
    float: none;
    margin-right: 0;
    cursor: pointer;
    background: #f5f6f8 !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.modal-content.eventModalContent .groupAccess .item img {
    float: left;
    margin: 11px 16px 11px 11px;
    display: block;
    width: 50px;
    height: auto;
}

.modal-content.eventModalContent textarea {
    height: 34px;
    line-height: 34px;
}

.modal-content.eventModalContent .popover {
    text-align: center;
    width: 260px;
    background-color: #ff6363;
    -webkit-box-shadow: 0px 20px 13px -14px rgba(177, 138, 138, 1);
    box-shadow: 0px 20px 13px -14px rgba(177, 138, 138, 1);
}

.modal-content.eventModalContent .bigCheckBox {
    margin-top: 14px;
    margin-left: 12px;
}

.modal-content.eventModalContent .bigCheckBox .checkboxText {
    font-size: 12px;
    font-weight: 100;
    vertical-align: middle;
}

.modal-content.eventModalContent .bigCheckBox .jq-checkbox {
    width: 18px;
    height: 18px;
    top: 0;
    font-size: 12px;
}

.modal-content.eventModalContent .bigCheckBox .jq-checkbox.glyphicons::before {
    padding: 2px 0 0 2px;
}

.modal-content.eventModalContent {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .6s cubic-bezier(0.42, 1.0, 0.58, 1.0);
    -moz-transition: all .6s cubic-bezier(0.42, 1.0, 0.58, 1.0);
    -ms-transition: all .6s cubic-bezier(0.42, 1.0, 0.58, 1.0);
    -o-transition: all .6s cubic-bezier(0.42, 1.0, 0.58, 1.0);
    transition: all .6s cubic-bezier(0.42, 1.0, 0.58, 1.0);
}

.modal-content.eventModalContent.invisible {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0, -20%, 0) scaleY(.8);
    -moz-transform: translate3d(0, -20%, 0) scaleY(.8);
    -ms-transform: translate3d(0, -20%, 0) scaleY(.8);
    -o-transform: translate3d(0, -20%, 0) scaleY(.8);
    transform: translate3d(0, -20%, 0) scaleY(.8);
}

.userEvent .glyphicons.control {
    color: #616161;
    position: absolute;
    width: 16px;
    height: 16px;
    font-size: 16px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.userEvent .glyphicons.control:hover {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}

.userEvent .circle_ok:hover {
    color: #23B5AE;
}

.userEvent .circle_remove:hover {
    color: #FF6363;
}

.userEvent .glyphicons.ok {
    color: #23B5AE;
}

.userEvent .glyphicons.remove {
    color: #FF6363;
}

.leftSide .userEvent .circle_ok {
    bottom: 12px;
    right: 12px;
}

.leftSide .userEvent .circle_remove {
    bottom: 12px;
    right: 36px;
}

.leftSide .userEvent .glyphicons.ok {
    float: right;
}

.leftSide .userEvent .glyphicons.remove {
    float: right;
}

.leftSide .userEvent .explain {
    margin-right: 12px;
    line-height: 24px
}

.leftSide .userEvent .userLink {
    margin-right: 12px;
    line-height: 24px
}

.leftSide .event.userEvent .ava {
    width: 25px;
    height: 25px;
    margin: 0;
    cursor: pointer;
    float: right;
}

.rightSide .userEvent .circle_ok {
    bottom: 12px;
    left: 8px;
}

.rightSide .userEvent .circle_remove {
    bottom: 12px;
    left: 32px;
}

.rightSide .userEvent .glyphicons.ok {
    float: none;
    margin: 0 0 0 4px;
}

.rightSide .userEvent .glyphicons.remove {
    float: none;
    margin: 0 0 0 4px;
}

.rightSide .userEvent .explain {
    float: left;
    margin-right: 12px;
    line-height: 24px
}

.rightSide .userEvent .userLink {
    margin-left: 4px;
    line-height: 24px;
    height: 24px;
    display: inline-block;
}

.rightSide .event.userEvent .ava {
    width: 25px;
    height: 25px;
    margin: 0;
    cursor: pointer;
    float: none;
    display: inline;
}

@media (max-width: 767px) {
    .userEvent .glyphicons.control {
        top: 8px;
    }
}

@media (max-width: 1024px) {
    .calculatorModal .modal-content {
        max-width: 300px;
    }
    .calculator .btn {
        width: 56px;
        height: 50px;
    }
    .calculator .btn.equally {
        height: 105px;
    }
    .calculator .colomn {
        width: 185px;
    }
    .calculator .value {
        height: 35px !important;
    }
    .sendForm .icon_enter:hover .smile {
        background-position: 0 -60px;
    }
    .sendForm .icon_enter .smile {
        width: 30px;
        height: 30px;
    }
    .sendForm #chatFileChoose-styler {
        width: 40px;
    }
    .sendForm .jq-file {
        height: 40px;
    }
    .sendForm .jq-file .jq-file__browse {
        height: 40px;
        font-size: 35px;
    }
    .modal .circle_remove {
        right: 5px;
        top: -5px;
        cursor: pointer;
        width: 20px;
        height: 20px;
        font-size: 24px;
        padding: 0;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .leftSide .modal-content.eventModalContent .circle_remove {
        left: -26px;
    }
    .rightSide .modal-content.eventModalContent .circle_remove {
        right: -26px;
    }
    .modal-content.eventModalContent .circle_remove {
        font-size: 30px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) {
    .userEvent .glyphicons.control {
        font-size: 26px;
    }
    .leftSide .userEvent .circle_ok {
        left: 8px;
        top: 8px!important;
    }
    .leftSide .userEvent .circle_remove {
        left: 8px;
        top: 56px!important;
    }
    .rightSide .userEvent .circle_ok {
        right: 8px;
        top: 8px!important;
    }
    .rightSide .userEvent .circle_remove {
        right: 8px;
        top: 56px!important;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) {
    .userEvent .glyphicons.control {
        font-size: 26px;
    }
    .leftSide .userEvent .circle_ok {
        right: -30px;
        top: 0px;
        font-size: 36px
    }
    .leftSide .userEvent .circle_remove {
        right: -30px;
        top: 48px;
        font-size: 36px
    }
    .rightSide .userEvent .circle_ok {
        left: -54px;
        top: 0px;
        font-size: 36px
    }
    .rightSide .userEvent .circle_remove {
        left: -54px;
        top: 48px;
        font-size: 36px
    }

    .calculator .btn {
        width: 56px;
        height: 50px;
    }
    .calculator .btn.equally {
        height: 105px;
    }
    .calculator .colomn {
        width: 185px;
    }
    .calculator .value {
        height: 35px !important;
    }
    .sendForm .icon_enter:hover .smile {
        background-position: 0 -60px;
    }
    .sendForm .icon_enter .smile {
        width: 30px;
        height: 30px;
    }
    .sendForm #chatFileChoose-styler {
        width: 40px;
    }
    .sendForm .jq-file {
        height: 40px;
    }
    .sendForm .jq-file .jq-file__browse {
        height: 40px;
        font-size: 35px;
    }
    .modal .circle_remove {
        right: 5px;
        top: -5px;
        cursor: pointer;
        width: 20px;
        height: 20px;
        font-size: 24px;
    }
}


/* End timeLine */

.statisticPage {
    padding-top: 30px;
}

.statisticPage .rightButtons {
    float: right;
}

.statisticPage .dateTime {
    width: 125px;
}

@media (max-width: 767px) {
    .statisticPage .rightButtons {
        float: none;
        margin-top: 10px;
    }
}

.modal,
.modal-backdrop,
.modal-backdrop.fade.in {
    background-color: transparent;
}

.leftSide .commentsContainer {
    margin-right: 30px;
}

.rightSide .commentsContainer {
    margin-left: 30px;
}

.commentsContainer .commentLink,
.commentsContainer .commentLinkactive {
    width: 50px;
    height: 35px;
    display: block;
    background-size: 100px;
    background-image: url(../img/answer.png);
    background-position: 0 0;
}

.leftSide .commentsContainer .commentLink,
.leftSide .commentsContainer .commentLinkactive {
    float: left;
    background-position: 0 0;
}

.rightSide .commentLink {
    display: none;
}


/*
.rightSide .commentsContainer .commentLink, .rightSide .commentsContainer .commentLinkactive{
  float: right;
  background-position: 50px 0;
}
.leftSide .commentsContainer .commentLink:hover, .leftSide .commentsContainer  .commentLinkactive:hover{
  float: left;
  background-position: 0 50px;
}
.rightSide .commentsContainer .commentLink:hover, .rightSide .commentsContainer .commentLinkactive:hover{
  float: right;
  background-position: 50px 50px;
}
*/

.submitMessage .foldersAndFiles .item .filetype {
    float: none;
    font-size: 50px;
    line-height: 50px;
}

.submitMessage .foldersAndFiles .item .title {
    clear: both;
}


/* Storage Limit - start */

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.form-select {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.highcharts-legend-item-usage {
    color: #f44336;
    font-size: 13px;
    left: -90px;
    position: absolute;
    top: -20px;
}

.square {
    width: 15px;
    height: 15px;
    background: red;
}

.middle-content {
    margin-left: 25px;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 300px;
}

.clearfix {
    clear: both;
    float: none;
}

.modified-user {
    position: relative;
    display: table;
}

.version-date {
    border-bottom: 1px #cccccc solid;
}

#doc-versions .modal-dialog {
    display: block !important;
    margin: auto !important;
    margin-top: 10% !important;
}

#doc-versions .modal-content {
    padding: 0 !important;
}

#doc-versions .modal-header {
    padding: 15px 15px 0 15px;
}

#space-notification-modal .modal-dialog,
#share-selected .modal-dialog {
    display: block !important;
    margin: auto !important;
    margin-top: 10% !important;
}

#space-notification-modal .modal-content,
#share-selected .modal-content {
    padding: 0 !important;
}

#space-notification-modal .modal-header h4,
#share-selected .modal-header h4 {
    margin: 0 !important;
}

.usage-progress {
    width: 200px;
    height: 23px !important;
    margin-left: 10px;
}

.usage-progress .progress-bar {
    font-size: 14px !important;
}

.fileuploader-wrapper {
    position: relative;
    overflow: hidden;
}

.fileuploader-wrapper input {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 300px;
    height: 200px;
}

.progress.usage-progress {
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #bbb;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress.usage-progress .progress-bar {
    color: white;
}


/* Storage Limit - end */

.checkbox_empty_folder {
    display: block;
    position: absolute;
}

.bigIcons .checkbox_empty_folder {
    top: 37px;
    left: 7px;
}

.middleIcons .checkbox_empty_folder {
    top: 21px;
    left: 3px;
}

.smallIcons .checkbox_empty_folder {
    top: 3px;
    left: -24px;
}

.hidden_checkbox {
    display: block;
}

.show_checkbox {
    display: block;
}

.checkbox_empty_file {
    position: absolute;
}

.bigIcons .checkbox_empty_file {
    top: 15px;
    left: 15px;
}

.middleIcons .checkbox_empty_file {
    top: 13px;
    left: 10px;
}

.smallIcons .checkbox_empty_file {
    top: 3px;
    left: -24px;
}

.glyphicons:hover .checkbox_empty_folder {
    display: block;
}

.filetype:hover .checkbox_empty_file,
.item .file:hover .checkbox_empty_file {
    display: block;
}

.modified-user .middle-content {
    cursor: pointer;
}

#notification-img-upload {
    margin: 10px 0;
    text-align: center;
    color: red;
    font-size: 15px;
}

.shared {
    position: absolute;
}

.bigIcons .shared-file {
    top: 85%;
    left: 70%;
}

.bigIcons .shared-folder {
    top: 81%;
    left: 85%;
}

.middleIcons .shared-file {
    top: 71%;
    left: 58%;
}

.middleIcons .shared-folder {
    top: 71%;
    left: 71%;
}

.smallIcons .shared-file {
    top: 68%;
    left: 38%;
}

.smallIcons .shared-folder {
    top: 64%;
    left: 44%;
}

.froala-element ol {
    counter-reset: li;
    list-style: none;
}

.froala-element li:before {
    counter-increment: li;
    content: counters(li, ".") ". "
}

.froala-view table td {
    word-wrap: break-word;
    word-break: break-all;
}

.froala-wrapper.f-basic {
    max-height: 410px;
}


/* ---------- SPRITE ICONS ---------- */

.sprite-icon {
    background-repeat: no-repeat;
    background-size: 44px 33px;
}

.sprite-icon.pay { background-position: 6px 12px; border-color: #87d37c !important; background-image: url(/img/icons/pay.png);}/*
.sprite-icon.purchase { background-position: 0 6px; border-color: #f9da5d !important;background-image: url(/img/icons/payment.png); }*/
.sprite-icon.mail { background-position: 8px 9px; border-color: #7ce6ff !important;background-image: url(/img/icons/mail.png); }
.sprite-icon.meet { background-position: 7px 13px; border-color: #ffba7c !important; background-image: url(/img/icons/meet.png);}
.sprite-icon.document { background-position: 11px 12px; border-color: #7e9abf !important;background-image: url(/img/icons/document.png); }
.sprite-icon.sport { background-position: 6px 12px; border-color: #d3d327 !important; background-image: url(/img/icons/sport.png);}
.sprite-icon.task { background-position: 6px 11px; border-color: #f47f72 !important;background-image: url(/img/icons/task.png); }
.sprite-icon.entartain { background-position: 6px 11px; border-color: #ff7e4c !important;background-image: url(/img/icons/entertain.png); }
.sprite-icon.call { background-position: 6px 11px; border-color: #3dadf3 !important;background-image: url(/img/icons/call.png); }

/*
.sprite-icon.event { background-position: -700% 0px; }
.sprite-icon.chat { background-position: -800% 0px; }
.sprite-icon.news { background-position: -900% 0px; }
.sprite-icon.cloud { background-position: -1000% 0px; }
.sprite-icon.settings { background-position: -1100% 0px; }
.sprite-icon.finance { background-position: -1200% 0px; }
.sprite-icon.device { background-position: -1300% 0px; }
.sprite-icon.members { background-position: -1400% 0px; }
.sprite-icon.vacancy { background-position: -1500% 0px; }
.sprite-icon.invest { background-position: -1600% 0px; }
.sprite-icon.group { background-position: -1700% 0px; }
.sprite-icon.user { background-position: -1800% 0px; }
*/

.sponsors .item {
    border-bottom: 1px solid #CCC;
    padding: 10px 15px;
}

.sponsors .item .value {
    font-weight: 700;
    font-size: 18px;
    float: left;
}

.sponsors .item .btn {
    float: right;
    background-color: transparent;
    border-color: #22b5ae;
    color: #22b5ae;
}

.sponsors .item .size,
.sponsors .item .clearfix {
    padding: 5px 0;
}

.stat-desc .in-desc .title {
    color: #313131;
    padding: 10px 0 10px 0;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
}

.userViewVideo {
    margin-left: 0;
}

.task-content .right-sidebar {
    border: 1px solid #CCC;
    height: 100%;
    float: none;
    display: table-cell;
    border-top: none;
    vertical-align: top;
    padding: 0;
}

.right-sidebar .category-list {
    border: none;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}

.right-sidebar .category-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.right-sidebar .category-list ul li {
    text-align: center;
    padding: 10px 0;
    margin: 0;
    list-style: none;
}

.right-sidebar .category-list ul li:first-child {
    text-transform: uppercase;
    padding: 15px 0;
    border-bottom: none;
}

.right-sidebar .category-list ul li {
    border-bottom: 1px solid #CCC;
}

.right-sidebar .category-list ul li:last-child {
    padding: 10px 0;
    border-bottom: none;
}

.right-sidebar .category-list ul li a {
    text-decoration: none;
    color: #999;
}

.new-categorys-title {
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;
}

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

.new-categorys-list .categorys-list > li {
    margin: 0;
    padding: 0 0 5px 30px;
    list-style: none;
    border-top: 1px solid #CCC;
}

.new-categorys-list .categorys-list > li .content-header-panel {
    margin: 5px 0;
}

.new-categorys-list .categorys-list > li .content-header-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.new-categorys-list .categorys-list > li .content-header-panel ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    color: #818181;
}

.new-categorys-list .categorys-list > li .content-header-panel ul li.price {
    color: #00B6AF;
}

.new-categorys-list .categorys-list > li .content-header-panel ul li span {
    vertical-align: sub;
}

.new-categorys-list .categorys-list > li .content-header-panel ul li span:last-child {
    vertical-align: -webkit-baseline-middle;
    font-size: 10px;
    margin-right: 20px;
}

.right-sidebar .category-list ul li.active a {
    color: #00B6AF;
}

#myCanvas,
.graphics {
    width: 200px;
    height: 200px;
}

.graphics {
    margin: 0 auto;
    display: block;
    position: relative;
}

.graphics .des {
    position: absolute;
    top: 50%;
    left: 50%;
}

.graphics .des .desc-block {
    left: -50%;
    /* height: 100%; */
    top: -20px;
    text-align: center;
    position: relative;
}

.statistics,
.stat-desc {
    padding: 0 15px 15px;
    border-bottom: 1px solid #CCC;
}

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

.stat ul li {
    padding: 2px 0;
}

.statPrice {
    float: right;
}

.statTitle {
    float: left;
    font-weight: bold;
}

.InvestProject-description-page {
    /*  display: table-cell;
    width: 100%;*/
}

.InvestProject-header-block h1.title {
    text-transform: uppercase;
}

.InvestProject-description-page .InvestProject-content .content-header-panel,
.InvestProject-description-page .InvestProject-content .content-header-panel-descr {
    border: none;
    /*  border-top: 1px solid #CCC;*/
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}

.InvestProject-description-page .InvestProject-content .content-header-panel-descr ul li {
    padding: 0 20px;
}

.InvestProject-description-page .InvestProject-content .content-header-panel-descr ul li.active {
    color: #00B6AF;
}

.InvestProject-description-page .InvestProject-content .left-block {
    /*float: left;
    margin: 7px 0;*/
}

.InvestProject-description-page .InvestProject-content .right-block {
    float: right;
    color: #00B6AF;
    font-size: 25px;
}

.InvestProject-description-page .InvestProject-content .left-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.InvestProject-description-page .InvestProject-content .left-block ul li {
    display: inline-block;
    vertical-align: middle;
    color: #818181;
}

.InvestProject-description-page .InvestProject-content .left-block ul li span {
    vertical-align: sub;
}

.InvestProject-description-page .InvestProject-content .left-block ul li span:last-child {
    vertical-align: -webkit-baseline-middle;
    font-size: 10px;
    margin-right: 20px;
}

.InvestProject-description-page .InvestProject-content .content {
    padding: 20px 0;
}

.InvestProject-description-page .InvestProject-content .button-bar {
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

.InvestProject-description-page .InvestProject-content .button-bar .social-icons {
    float: right;
    margin: 3px 0;
}

.InvestProject-description-page .InvestProject-content .button-bar .social-icons a {
    color: #CCC;
}

.InvestProject-description-page .InvestProject-content .button-bar .btn {
    background-color: #00B6AF;
    color: #FFF;
    border: none;
}

.InvestProject-description-page .InvestProject-content .comment-block {
    border: none;
    border-top: 1px solid #ccc;
    margin-top: 5px;
}

.right-sidebar {
    border: 1px solid #CCC;
    height: 100%;
    float: none;
    display: table-cell;
    border-top: none;
    vertical-align: top;
    padding: 0;
}

.right-sidebar .category-list {
    border: none;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}

.right-sidebar .category-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.right-sidebar .category-list ul li {
    text-align: center;
    padding: 10px 0;
    margin: 0;
    list-style: none;
}

.right-sidebar .category-list ul li:first-child {
    text-transform: uppercase;
    padding: 15px 0;
    border-bottom: none;
}

.right-sidebar .category-list ul li {
    border-bottom: 1px solid #CCC;
}

.right-sidebar .category-list ul li:last-child {
    padding: 10px 0;
    border-bottom: none;
}

.right-sidebar .category-list ul li a {
    text-decoration: none;
    color: #999;
}

.new-categorys-title {
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;
}

.category-title-block {
    color: #00B6AF;
    text-align: center;
    margin: 10px auto;
}

.hide {
    display: none;
    opacity: 0;
}

.userArticles .item .left-block ul li {
    display: inline-block;
    vertical-align: middle;
    color: #818181;
}

.userArticles .item .left-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.userArticles .item .left-block ul li span {
    vertical-align: sub;
}

.userArticles .item .left-block ul li span:last-child {
    vertical-align: -webkit-baseline-middle;
    font-size: 10px;
    margin-right: 20px;
}

.userArticles .item .left-block .ui-widget-content {
    height: 5px;
    background-color: #DCDCDC;
    border: none;
    box-shadow: none;
}

.userArticles .item .left-block .ui-progressbar-value {
    background-color: #00B6AF;
    height: 100%;
}

.userArticles .edit-bar {
    margin: 0;
    padding: 0;
    list-style: none;
}

.popup-content-tasks .category-title-block,
.popup-edit-content-tasks .category-title-block {
    color: #00B6AF;
    text-align: center;
    margin: 10px auto;
}

.popup-content-tasks .hide,
.popup-edit-content-tasks .hide {
    display: none;
    opacity: 0;
}

.popup-content-tasks .userArticles .item .left-block ul li,
.popup-edit-content-tasks .userArticles .item .left-block ul li {
    display: inline-block;
    vertical-align: middle;
    color: #818181;
}

.popup-content-tasks .userArticles .item .left-block ul,
.popup-edit-content-tasks .userArticles .item .left-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#invest-project-reward-list .form-group,
#invest-project-edit-reward-list .form-group {
    border: none;
}

#invest-project-reward-list .form-group input,
#invest-project-reward-list .form-group textarea,
#invest-project-edit-reward-list .form-group input,
#invest-project-edit-reward-list .form-group textarea {
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}

.popup-header {
    padding: 1px 35px;
}

.popup-header .desc {
    margin: 20px 0;
}

.popup-header .close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
}

.popup-content-tasks .userArticles .item .left-block ul li span,
.popup-edit-content-tasks .userArticles .item .left-block ul li span {
    vertical-align: sub;
}

.popup-content-tasks .userArticles .item .left-block ul li span:last-child,
.popup-edit-content-tasks .userArticles .item .left-block ul li span:last-child {
    vertical-align: -webkit-baseline-middle;
    font-size: 10px;
    margin-right: 20px;
}

.popup-content-tasks .userArticles .item .left-block .ui-widget-content,
.popup-edit-content-tasks .userArticles .item .left-block .ui-widget-content {
    height: 5px;
    background-color: #DCDCDC;
    border: none;
    box-shadow: none;
}

.popup-content-tasks .userArticles .item .left-block .ui-progressbar-value,
.popup-edit-content-tasks .userArticles .item .left-block .ui-progressbar-value {
    background-color: #00B6AF;
    height: 100%;
}

.popup-content-tasks .userArticles .edit-bar,
.popup-edit-content-tasks .userArticles .edit-bar {
    margin: 0;
    padding: 0;
    list-style: none;
}

.popup-content-tasks .needSum .jq-selectbox,
.popup-edit-content-tasks .needSum .jq-selectbox {
    width: 50px;
    float: right;
    position: absolute !important;
    top: 2px;
    right: 16px;
}

.popup-content-tasks .needSum .jq-selectbox .jq-selectbox__select,
.popup-edit-content-tasks .needSum .jq-selectbox .jq-selectbox__select {
    border: none;
    height: 30px;
}

.popup-content-tasks .InvestProject-totals .form-group input,
.popup-edit-content-tasks .InvestProject-totals .form-group input,
.InvestProject-name input {
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 5px;
}

.popup-content-tasks .paymentsAndTerms .jq-selectbox,
.popup-edit-content-tasks .paymentsAndTerms .jq-selectbox {
    width: 100%;
}

.popup-content-tasks .InvestProject-totals .jq-selectbox__select,
.popup-edit-content-tasks .InvestProject-totals .jq-selectbox__select {
    border: none;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.popup-content-tasks .InvestProject-totals .form-group,
.popup-edit-content-tasks .InvestProject-totals .form-group,
.InvestProject-name {
    border: none;
    margin-bottom: 10px;
}

.popup-content-tasks #invest-project-reward-list .form-group,
.popup-edit-content-tasks #invest-project-reward-list .form-group {
    border: none;
}

.popup-content-tasks #invest-project-reward-list .form-group input,
.popup-edit-content-tasks #invest-project-reward-list .form-group input,
#invest-project-reward-list .form-group textarea {
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}

.popup-content-tasks .popup-header,
.popup-edit-content-tasks .popup-header {
    padding: 1px 35px;
}

.popup-content-tasks .popup-header .desc,
.popup-edit-content-tasks .popup-header .desc {
    margin: 20px 0;
    text-transform: uppercase;
}

.popup-content-tasks .popup-header .close-button,
.popup-edit-content-tasks .popup-header .close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
}


/*Article All*/


/*#loadMore .glyphicons{ display: none }*/


/*#loadMore.loadBtn .glyphicons{ display: inline-block }*/


/*#loadMore img{ display: inline }*/


/*#loadMore.loadBtn img{ display: none }*/

#loadMore.all-articles-page {
    display: none;
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 5px;
    left: 0;
    right: 0;
}

a.item.article.good {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

a.item.article.good.hide-article {
    opacity: 0;
}

a.item.article.good.show-article {
    opacity: 1;
}


/*Article All end*/


/*Social*/

.g-share-btn {
    position: relative;
}

div#___plus_0 {
    opacity: 0;
    width: 26px !important;
    height: 26px !important;
    position: absolute;
    left: 0;
}

div#___plus_0:hover + svg path {
    fill: #db4437;
}

a.social {
    text-decoration: none;
    margin: 0 6px;
}

a.social svg,
i.social svg {
    width: 26px;
    height: 26px;
}

.social-small {
    margin-top: 16px;
}

.social-small a.social {
    text-decoration: none;
    margin: 0 12px 0 0;
}

.social-small svg {
    width: 18px;
    height: 18px;
}

.social-small.user-share {
    margin-right: 24px;
    margin-top: -2px
}

@media (max-width: 995px) {
    .social-small.user-share {
        margin-right: 0;
    }
}

.social svg path {
    fill: #C4C4C4;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.social svg:hover path {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.fb-share-btn svg:hover path {
    fill: #3B5998;
}

.tw-share-btn svg:hover path {
    fill: #32CCFE;
}

.g-share-btn svg:hover path {
    fill: #db4437;
}

.in-share-btn svg:hover path {
    fill: #006fa6;
}

.vk-share-btn svg:hover path {
    fill: #6383a8;
}


/*Social end*/


/* Drag'n'drop files on timeline */

a.dropme-files {
    z-index: 99;
}

.filetype {
    z-index: 98;
}

.timeLine .rightSide .event .additionalBlock .taskFile .filetype {
    margin: 0;
}

.timeLine .rightSide .event .additionalBlock .taskFile {
    padding-left: 70px;
}

.timeLine .rightSide .event .additionalBlock .taskFile .articleText {
    margin-left: 40px;
}

.timeLine .rightSide a.underline.link-filetype.docx.ui-draggable-dragging,
.timeLine .leftSide a.underline.link-filetype.docx.ui-draggable-dragging {
    position: relative;
}

.timeLine .rightSide a.underline.link-filetype.ui-draggable-dragging:before,
.timeLine .leftSide a.underline.link-filetype.ui-draggable-dragging:before {
    position: absolute;
    display: inline-block;
    margin: 0 5px 0 0;
    font-family: 'Glyphicons Filetypes Regular';
    line-height: 1;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.timeLine .rightSide a.underline.link-filetype.ui-draggable-dragging:before {
    left: -40px;
    top: 1px;
}

.timeLine .leftSide a.underline.link-filetype.ui-draggable-dragging:before {
    right: -40px;
    top: 1px;
}

.link-filetype.txt.ui-draggable-dragging:before {
    color: #AEADA9
}

.link-filetype.doc.ui-draggable-dragging:before,
.link-filetype.docx.ui-draggable-dragging:before {
    color: #006aa8;
}

.link-filetype.psd.ui-draggable-dragging:before {
    color: #1f8bd5;
}

.link-filetype.pdf.ui-draggable-dragging:before {
    color: #ff5454;
}

.link-filetype.jpg.ui-draggable-dragging:before,
.link-filetype.jpeg.ui-draggable-dragging:before {
    color: #ddb775;
}

.link-filetype.zip.ui-draggable-dragging:before {
    color: #aeada9;
}

.link-filetype.png.ui-draggable-dragging:before {
    color: #875252;
}

.link-filetype.xls.ui-draggable-dragging:before {
    color: #20BD7A;
}


/* Drag'n'drop files on timeline end */

.editAchievements,
.saveAchievements {
    margin-right: 5px;
}

.saveAchievements {
    display: none;
}

.pswp[aria-hidden="true"] {
    display: none;
}

.item.article {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s ease-out, opacity 1s ease-out;
    -ms-transition: -ms-transform 0.5s ease-out, opacity 1s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out, opacity 1s ease-out;
    transition: transform 0.5s ease-out, opacity 1s ease-out;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
}

.item.article.inviewShow {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.chat-preloader {
    opacity: 0;
    text-align: center;
    padding: 10px 0;
    line-height: 32px;
}


/* Show message when uploads video */

.show-after-upload {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 280px;
    height: 100px;
    z-index: 99;
    margin: auto;
    background: #fff;
    border: 1px solid #BBB;
    padding: 20px 10px 15px 10px;
    text-align: center;
    box-shadow: 2px 2px 5px;
    font-size: 14px;
}

.show-after-upload div {
    position: relative;
}

.show-after-upload div span {
    position: absolute;
    right: -5px;
    top: -20px;
    display: block;
    cursor: pointer;
}


/* User video block */

.video-block {
    padding-bottom: 30px;
}


/*.group-view-content .video-block {*/


/*padding-top: 30px;*/


/*margin-bottom: 30px;*/


/*}*/

.video-block-title-btn h3 {
    float: left;
    margin-right: 20px;
}

.video-block-title-btn .group-upload-video {
    float: left;
    margin-top: 42px;
}


/* Start - Video Pop Up */

.video-pop-up {
    display: none;
    background: rgba(0, 0, 0, .75);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.video-pop-up .preview-video {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video-pop-up #preview-video {
    margin: 0 auto;
}

.video-pop-up .close-it {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}


/* End - Video Pop Up */

.UserVideoAccomplishments-name,
.video-block-link {
    position: relative;
    display: block;
    padding: 0 0 4px 4px;
    margin-bottom: 10px;
}

.UserVideoAccomplishments-name {
    border-bottom: 1px solid #aaa;
}

.user-video-remove,
.group-video-remove {
    position: absolute;
    right: 0;
    top: -10px;
}


/** Timeline */

.info-dream {
    font-weight: bold;
    color: #444444;
    font-size: 18px;
    margin: 25px 0px;
}

.crown-activate {
    color: #666;
    font-size: 16px;
    margin: 20px 0px 35px;
}

.create-new-group-text {
    color: #666;
    font-size: 16px;
    margin: 7px 0;
}

.crown-img {
    margin-top: 30px;
}


/** Timeline - popular articles & interesting projects */

.popular-articleText.container-fluid,
.interestingProject-text.container-fluid {
    padding: 30px 20px 30px 30px;
    border: 1px solid #dfdfdf;
    text-align: left;
}

.popular-articleText .article-img,
.interestingProject-text .interestingProject-img {
    position: relative;
}

.popular-articleText .article-img img,
.interestingProject-text .interestingProject-img img {
    width: 100%;
}

.popular-articleText .article-img a,
.interestingProject-text .interestingProject-img a {
    position: absolute;
    left: -15px;
    top: -15px;
}

.popular-articleText .article-digits {
    padding: 15px 0;
}

.interestingProject-text .interestingProject-info a,
.popular-articleText .article-info a {
    text-decoration: none;
    color: #666;
}

.interestingProject-text .interestingProject-description a,
.popular-articleText .description a {
    text-decoration: none;
    color: #222;
    font-weight: bold;
}

.popular-articleText .article-text-info,
.interestingProject-text .interestingProject-text-info {
    padding: 0;
}

.popular-articleText .article-info a:hover,
.popular-articleText .description a:hover,
.interestingProject-text .interestingProject-description a:hover,
.interestingProject-text .interestingProject-info a:hover {
    text-decoration: underline;
}

.timeLine .event .popular-articleText.container-fluid,
.timeLine .event .interestingProject-text.container-fluid {
    font-size: 14px;
}

.timeLine .event .popular-articleText.container-fluid .glyphicons,
.timeLine .event .interestingProject-text.container-fluid .glyphicons {
    float: none;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.timeLine .event .interestingProject-text.container-fluid .glyphicons {
    float: left;
}

.timeLine .event .popular-articleText.container-fluid .glyphicons:before,
.timeLine .event .interestingProject-text.container-fluid .glyphicons:before {
    color: #22b5ae;
}

.timeLine .event .popular-articleText.container-fluid .ava,
.timeLine .event .interestingProject-text.container-fluid .ava {
    width: 30px;
    height: 30px;
}

.timeLine .event .joinBlock .title:hover {
    text-decoration: underline;
}

.interestingProject-digits {
    margin-top: 15px;
}

.glyphicons.money-card:before {
    content: '';
    background: url("../img/money.png");
    width: 16px;
    height: 16px;
}

.glyphicons.duration:before {
    content: '';
    background: url("../img/duration.png");
    width: 16px;
    height: 16px;
}

span.create-new-group-plus.glyphicons.plus:before {
    margin: 0;
    color: #fff;
}

span.create-new-group-plus.glyphicons.plus {
    display: block;
    background: #22b5ae;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .2);
}


/* minichat video link style - start */

.image-file span.chat-video-link {
    display: block;
    max-height: 200px;
    width: 100%;
    color: #1580be;
    text-decoration: underline;
    cursor: pointer;
}

.image-file span.chat-video-link:hover {
    text-decoration: none;
}


/* minichat video link style - end */

@media (max-width: 347px){
    .timeLine .rightSide .event .additionalBlock .ava {
        margin-left: 0;
    }

    .timeLine .event .ava{
        margin-left: 0;
    }
}


/*----My Time Comments---*/


.titleComment{
    font-size: 13px;
    margin:5px 0;
}

.imgComment {
    float: left;
    margin-right: 3%;
    width:50px;
    height: 50px;
}

.imgComment img{
    width: 100%;
    height: 100%;
    max-height: 50px;
}

.imgComment + .submitMessage {
    overflow: hidden;
}

.textAreaComment {
    color: #999999;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 14px;
    height: 85px !important;
    box-sizing: border-box;
    resize: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.btnComment {
    border: 2px solid #ffc24c;
    border-radius: 4px;
    background: #fff;
    color: #ffc24c;
    height: 32px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    float: right;
    max-width: 120px;
    width: 100%;
    margin-top: 10px;
}


.item.upperComment img{
    width: 100%;
    height: 100%;
}

.treeComments {
    margin-top: 10px;
    margin-left:5%;
}

.upperComment {
    display: block;
    padding: 16px 0 21px 0;
}

.upperComment > a {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 20px;
}

.stylingCom {
    width: 100%;
    height: 100%;
}

.descriptionComment {
    overflow: hidden;
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
}

.textMsg {
    font-size: 14px;
    display: block;
}

.wrappTimeBtn {
    margin-top: 20px;
}

.timeCom {
    font-size: 11px;
    color: gray;
    float: left;
}

.sendMsg {
    float: right;
    text-decoration: none;
    color: #616161;
    font-size: 11px;
    display: block;
    margin-left: 20px;
}

.subComment {
    margin-left: 10%;
    display: block;
    padding: 0 0 28px 0;
}

.subComment >a {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 20px;
}

.stylingCom {
    width: 100%;
    height: 100%;
}

.descriptionComment {
    overflow: hidden;
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
}

.textMsg {
    font-size: 15px;
    display: block;
}

.wrappTimeBtn {
    margin-top: 20px;
}

.timeCom {
    font-size: 11px;
    color: gray;
    float: left;
}









/*06.05.2016*/
    .headerUnreg {
        overflow: hidden;
        height: 120px;
        background-color: #586181;
        border: 1px solid #dfe9f0;
        padding: 0 20px;
    }

	.btnFill.btn.register-btn{
		border-radius: 10px;
	}

    .headerUnregLeft {
        float: left;
        line-height: 120px;
        width: 100%;
        max-width: 38%;
    }
    .wLangUnreg {
        display: inline-block;
        vertical-align: middle;
        height: 34px;
        width: 34px;
        border-radius: 34px;
        border: 2px solid #b2bcca;
        overflow: hidden;
        /*background: #fff;*/
        text-align: center;
        cursor: pointer;
        margin-right: 5%;
        color: #b2bcca;
        text-decoration: none;
        text-transform: uppercase;
        font: 12px/30px 'PTsans', Arial, Helvetica, sans-serif;
    }
    .wEnterFornUnreg {
        display: inline-block;
        vertical-align: middle;
        height: 36px;
    }
    .wEnterFornUnreg .formInput {
        display: inline-block;
        vertical-align: top;
        height: 36px;
        margin-right: 20px;
    }
    .wEnterFornUnreg .formInput {
        display: inline-block;
        vertical-align: top;
        height: 36px;
        margin-right: 20px;
    }
    .wEnterFornUnreg .formInput input {
        width: 120px;
        height: 36px;
        border-radius: 10px;
        border: 1px solid #dfe9f0;
        box-shadow: inset 0 1px 1px #ececec;
        font: 14px/22px 'Open Sans', Arial, Helvetica, sans-serif;
        color: #808996;
        padding: 0 8px;
        box-sizing: border-box;
    }
    .btnUnreg {
        width: 100px;
        height: 36px;
        display: inline-block;
        vertical-align: top;
        border-radius: 10px;
        border: 2px solid #fbaa31;
        box-sizing: border-box;
        text-align: center;
        font: 14px/22px 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        background: none;
        color: #fbaa31;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .btnUnreg:hover {
        color: #fff;
        background: #fbaa31;
        opacity: 0.8;
    }
    .headerUnregRight {
        float: right;
        line-height: 120px;
        width: 40%;
    }
    .headerUnregMiddle {
        overflow: hidden;
        text-align: center;
        line-height: 120px;
        margin-right: 40%;
        margin-left: 40%;
    }
    .unregMiddleBlock {
        display: inline-block;
        vertical-align: middle;
        height: 50px;
    }
    .btnFill {
        display: block;
        margin: 0 auto;
        line-height: 36px;
        height: 36px;
        width: 180px;
        border-radius: 3px;
        background: #fbaa31;
        color: #fff;
        border: 2px solid #fbaa31;
        box-sizing: border-box;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        font: 14px/34px 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: bold;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 0;
    }
    .btnFill:hover {
        opacity: 0.8;
        color: #fff;
    }
    .unregMiddleText {
        height: 36px;
        display: block;
        margin: 0 auto;
        color: #ffffff;
        font: 12px/36px 'Open Sans', Arial, Helvetica, sans-serif;
    }
    .konstruktorLink {
        position: fixed;
        bottom: 20px;
        right: 20px;
        height: 40px;
        width: 40px;
        border-radius: 40px;
        border: 2px solid #b2bcca;
        background: #fff;
        display: block;
    }
    .konstruktorLink span {
        height: 23px;
        width: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -11px;
        margin-left: -10px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAXCAYAAAALHW+jAAACJElEQVRIx52VS0hVURSGD9W4IgqSggKb1qRhQWQ1EIKIoKAHmNjA6A7KolskYRBR5CB6YC9CzaAMB0kvMRNKBzrpQdSkqMQSRRykPag4fSv+A6vNOVdvg4/DXnudf6+199prR3c6+6ICzINt0ASH03ziOP6HQmKb4DysgOUQwxvYWqzgfDgBJ2Ghs3+WqPEM5kxFsAIuwI6UhS5L7Bs0wAPohtVpgrPgOByBaRlbsBtGYBc0umiN27AsEVwLT2CPfpwBc5X6AnPUPtrcFvgUiHlazKkO7sGgjBNK65fGw3AQDsFZuAgDGYJvTbBHTpbu18DhEWyHW87WDFVwLvBts+AibawZrsBGC1tji3w9PE+JxKKugRy81CH9/c8E653jB6W2VD/Ek9ABs+FmYjPBAymOq2AfPC4gNqTKyDnbbxMshS5vhDPQD3k4qkPyYq9gpyLshJ+y10Yqi9NabVgTe51Ig9Lv19gWr4QXGrfqe9euqAkudqdUDfdVHj9cRKPaW4uqFj7K/k77Z+fw1K5scguSunqvmlunSJoVrZ3+EigJUrdDXKO0bbwyEXwdOFZmXL9c4GeLXnPjmYnj/sDxIWyYgmC7q4SWsNtshnFN2i34onS8Tz4QtAMZg96s9rVI6bepFEaD+WOBYK9VwGQNdjqUwXf9dMrN1QeC+WKegHJXl6WyXXJiV4t9UyK1+T4JWOO97hpJ9D+CCTf0PDSqO2c+Un8A6G79O4EEr38AAAAASUVORK5CYII=) 0px 0px no-repeat;
    }
    .headerUnregRight .main-nav_item {
        height: 70px;
        line-height: 70px;
    }
    .headerUnregRight .main-nav_item a {
        line-height: 10px;
    }
    .lang-block {z-index: 200;}
    .headerUnregRight {text-align: right;}
    .headerUnregRight .main-nav {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        height: 70px;
    }
    .unRegister {
        background: #f6f9fb;
    }
    #register-popup {
        padding: 40px 30px;
    }
    .unRegister .wrapper-container {padding-top: 0 !important;}
     div.input {
        position: relative;
    }
    .form-group label {
        z-index: 2;
    }
    .form-group.incorrect div.input:before {
        content: "!";
        position: absolute;
        top: 10px;
        right: 10px;
        color: #f26671;
        font: 18px/20px "PT sans", Arial, Helvetica, sans-serif;
    }
    .form-group.correct div.input:before {
        content: "";
        position: absolute;
        top: 10px;
        right: 10px;
        width: 17px;
        height: 12px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAMCAYAAACEJVa/AAAAhklEQVQ4y2P4//8/AzlY6MJsUSDWBLHJNUARiB8C8Q8g5qDEgP9APJ9kl6AZsBCImUkyBM2ABTADwIYAObVA3IosSIoBMEMuwfyHzSBCBsAMUQbiR9gMIsYAeJgAJZXQDSLWAJSARTNoCbEGYMQO1KAH0ERElAFYoxioiQeIDwDxVGIMAGEAxe4Y4esMDvwAAAAASUVORK5CYII=) 0px 0px no-repeat;
    }
    #register-popup .form-group.correct input {
        border-color: #12D09B;
    }
    #register-popup .form-group.correct label {
        border-right: 1px solid #12D09B;
    }
    #register-popup .form-group input {
        padding-right: 40px;
    }
    #register-popup .btn-primary:hover {background-color: transparent !important;}
    .headerRightMore {display: none;}
    .headerUnregRight .main-nav .moreItem {
        display: none;
    }
    .offset-overlay {
        position: fixed;
        z-index: 9996;
        background: rgba(0,0,0,0.5);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        visibility: hidden;
        opacity: 0;
    }

    .offset-overlay--visible {
        transition: all 0.2s ease;
        visibility: visible;
        opacity: 1;
    }

    .offset-nav {
        position: fixed;
        z-index: 9999;
        left: -280px;
        width: 280px;
        top: 0;
        bottom: 0;
        background-color: #fff;
        overflow: auto;
        box-shadow: 0 0 4px rgba(0,0,0,0.5);
        transition: all 0.2s ease;
    }

    .offset-nav--visible {
        left: 0;
    }

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

    .offset-nav_item:not(:last-child) {
        list-style: none;
        border-bottom: 1px solid #b2bcca;
    }

    .offset-nav_link {
        display: block;
        padding: 10px 20px;
        color: rgb(128, 137, 150);
        font-family: OpenSans, sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        transition: all 0.2s ease;
    }

    .offset-nav_link:hover {
        color: #00B6AF;
    }
    .clear {clear: both;}
    .loginBtn {display: none;}
    @media (max-width: 1280px) {
        .wEnterFornUnreg .formInput,
        .wLangUnreg {
            margin-right: 10px;
        }
        .headerUnregLeft,
        .headerUnregRight {
            width: 50%;
            max-width: 50%;
        }
        .headerUnregMiddle {
            overflow: hidden;
            margin: 0;
            max-width: (50% - 64px);
            width: (50% - 64px);
            text-align: center;
        }
        .headerUnregRight {text-align: right;width: 64px;}
        .headerUnregRight .main-nav .main-nav_item {
            display: none;
        }
        .headerUnregRight .main-nav .moreItem {
            display: inline-block;
        }
        .headerRightMore {
            display: inline-block;
            vertical-align: middle;
        }
    }
    @media (max-width: 1024px) {
        .headerUnreg {height: auto;}
        .btnFill {
            width: 140px;
            font-size: 12px;
        }
        .wEnterFornUnreg .formInput,
        .wLangUnreg {
            margin-right: 5px;
        }
    }
    @media (max-width: 900px) {
        .headerUnregLeft {
            width: auto;
            max-width: 100%;
        }
        .headerUnregMiddle {
            overflow: visible;
            float: left;
            margin-left: 20px;
        }
    }
    @media (max-width: 768px) {
        .moreItem .main-nav_caption {
            display: block;
        }
        .moreItem .main-nav_image {
            margin-bottom: 10px;
        }
    }
    @media (max-width: 720px) {
        #login-popup .form-group_row .form-group {
            width: 100%;
            margin-bottom: 10px;
        }
        .wEnterFornUnreg .formInput input,
        .btnUnreg {
            width: 80px;
        }
        .headerUnreg {padding: 0 5px;}
        .headerUnregRight .main-nav .moreItem {margin: 0;}
        .loginBtn {
            display: inline-block;
            vertical-align: middle;
        }
        .wEnterFornUnreg {display: none;}
        .wLangUnreg {
            position: absolute;
            top: 50%;
            left: 5px;
            margin-top: -17px;
        }
        .headerUnregLeft {
            margin-left: 50px;
            line-height: 50px;
            box-sizing: border-box;
            text-align: center;
            width: calc(100% - 114px);
        }

        .headerUnregRight {
            width: 64px;
            line-height: 120px;
        }
        .wEnterFornUnreg {
            box-sizing: border-box;
            height: auto;
            padding: 10px 0;
            height: 100px;
            vertical-align: top;
            line-height: 0;
        }
        .headerUnregRight .main-nav .moreItem {
            vertical-align: top;
        }
        .headerUnreg {position: relative;}
        .headerUnregMiddle {
            line-height: 70px;
            overflow: visible;
            text-align: left;
            float: none;
            display: block;
            margin-left: 50px;
            margin-right: 64px;
            text-align: center;
        }
        .wEnterFornUnreg .formInput {
            margin: 0 5px 10px;
        }
    }
/*  ARTICLE  */
    .btn-draft-articles {
        height: 36px;
        line-height: 34px;
        padding: 0 28px;
        margin-right: 30px;
    }
    .headerControls .wrapperSelects {
        max-width: 640px;
    }
    .art_create {
        width: 100%;
        max-width: 1170px;
    }
    .upperW .editable {
        height: 60px;
        text-align: center;
        font-size: 24px;
    }
    #articleView-id_ifr {
        background: #f6f9fb;
        border: 1px dashed #c9c9c9;
        border-top: none;
        border-bottom: none;
    }
    .wrapperSelectsBottom {text-align: center;}
    .wrapperSelectsBottom .groupPick,
    .wrapperSelectsBottom .datePick {
        display: inline-block;
        vertical-align: top;
        float: none;
        margin: 0 10px;
        text-align: left;
    }
    .selectStylerDate.datetimepicker {overflow: hidden;}
    .mce-statusbar {display: none !important;}
    .mce-btn button {padding: 4px 6px !important;}
    .mce-i-bold:before,
    .mce-i-underline:before,
    .mce-i-strikethrough:before,
    .mce-i-link:before,
    .mce-i-blockquote:before,
    .mce-i-image:before,
    .mce-i-code:before,
    .mce-i-bullist:before,
    .mce-i-numlist:before,
    .mce-i-aligncenter:before,
    .mce-i-alignleft:before,
    .mce-i-alignright:before,
    .mce-i-alignjustify:before,
    .mce-i-undo:before,
    .mce-i-redo:before,
    .mce-i-fullscreen:before,
    .mce-i-italic:before {
        display: none !important;
    }
    .mce-i-bold {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAQAAADxYuQrAAAAZklEQVQoz2NYdXjVfzh8uqpzFdsqBoZVDKv+Abn/VhmuOgWW6IMIQlQxrFIC0++xCb5DCP6Ba29DVgmDNasYkbUrrzoJZmUiCzKsMgWzbqIKcoFZP3Gq/Ad3EtzMwyh2v1lVuYoRALiPnjx7KKTyAAAAAElFTkSuQmCC) center center no-repeat !important;
    }
    .mce-i-italic {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAQAAAD1lzQWAAAAWUlEQVQYGQXBsQmDUBgGwPu/PqSxdgIfuG12cJcU8sDC3koygCCYu1rgASCgfHAYVAAjvn4E0NAh4G1Eh4AGOgQ0XHYImLG5IaBhBYIyoQPB7IUTqOUBQPEH6y8Q/IPkX08AAAAASUVORK5CYII=) center center no-repeat !important;
    }
    .mce-i-underline {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAZklEQVQoU2NY9R8OGcAQymNYFQVl+kAlvMG8SIQaBjgE86gs8R7MlIUKawLZ7yESS8ASx1dZruJcJbVqP5C9BCIht+rxqv9I8DFQhAGiXWhV36qbq34D4U0gSwgkhrASDSJchQoZAC3YpOujnrATAAAAAElFTkSuQmCC) center center no-repeat !important;
    }
    .mce-i-strikethrough {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAQAAADxYuQrAAAAN0lEQVQoz2NYdXfVfzR4lwFIeK9iWOUF5kJZIEEGMPyPYDGsYsAQZCBVENluMrTjEIQ43hOPRQCklnz+DgpBMAAAAABJRU5ErkJggg==) center center no-repeat !important;
    }
    .mce-i-link {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAQAAAB9jN+sAAAAPUlEQVQYV2WLyQ0AMAjDMmbLpPxgs15IAVH5Y2IBNV0P0BIDNa0Q4zyx2mVmBnO74xz8EWbJ3OEK9S86s29WS5fHZ5N1qQAAAABJRU5ErkJggg==) center center no-repeat !important;
    }
    .mce-i-blockquote {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAMCAQAAAAXSy9vAAAAhElEQVQoU13PMQrCQBCF4YeWiuB1PEC6vUlqr+ERhIDNX6dKK6RNkdpKvMNaxLXIMkyGad7HX40QQuy58qjbecWJgZ6zRfOKiTcHF81CdBRaixuLCz8KHYkdIljcKfWeHAkWL2PhRrDIjh+Ct8whZzE6jgSLhqVioSFYiMTMl5lU/3b+A+OQ3I3a3uWdAAAAAElFTkSuQmCC) center center no-repeat !important;
    }
    .mce-i-image {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAANCAQAAAAKsiavAAAAaElEQVQoz2NYdWjVfzzwEANeaSCEKGDAAZEUdKz6CsR4FPwEkp/xKWha9R6IQYL5qz6tKsRUAIPRq/4B+f+ANIaChFUfV00GWwWCP1c5oSrIAOtEhk9RFTzBCIGH2N2Awxd4Q5JAXAAAurwTVPL8u8IAAAAASUVORK5CYII=) center center no-repeat !important;
    }
    .mce-i-code {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAKCAQAAAAXtxYXAAAApUlEQVQoz1XQO07DABBF0ScQogbjfVDQUbAiinQUrOgUVBS0BFkYRUnMZw0UNEhsYCiMSaxXjDT3SvOJzHLk1dN+ZyyNXi/iUvkSS51mEs5slZWIG+VOvCgbjUx40Iq4VxaiNShbzehO+MC3ciH/Sh8r5e1POFd+HBoHD8oqTq2Vd624Vh728EYTk7IWlFuZLxlxotOJT+VKxNLz7sxdHn04nr/uF884pYVEjCYyAAAAAElFTkSuQmCC) center center no-repeat !important;
    }
    .mce-i-bullist {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAQAAACMJlQBAAAAO0lEQVQoz2NYdWTVfyg8vIoBiQcVY0DhYio4AlEgB4QQBRgQokARCPEqwG3FYWShI9jdQAASoWA4hAMAB40Xtj0SM7wAAAAASUVORK5CYII=) center center no-repeat !important;
    }
    .mce-i-numlist {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAQAAABag45kAAAAaElEQVQoz2NYZb9q/6r/QMgAhEfALAQ8zAAWxiV9BFUaA5IkTZ7dOCFB6Qmrnq76suriKmvsdtuv4lsluuo5MHBw2q2x6tuqHlx2GwCN37WKC7t0wqqvq+avYsfl7/+r/q16B4ZY7AYAVtbsLRdRQF0AAAAASUVORK5CYII=) center center no-repeat !important;
    }
    .mce-i-aligncenter {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAQAAACMJlQBAAAAKUlEQVQoz2NYdWTVfzzwMAMBBUcYVhGARCrAbs1hQgqOkGAFXgXDIRwAzJsArNlWIiYAAAAASUVORK5CYII=) center center no-repeat !important;
    }
    .mce-i-alignleft {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAQAAACMJlQBAAAAKUlEQVQoU2NYdWTVfzzwMAMBBUcYVhGARCjAbsVhQgqOkGAFQQXDIRwAhIIArCXYeDUAAAAASUVORK5CYII=) center center no-repeat !important;
    }
    .mce-i-alignright {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAQAAACMJlQBAAAAJklEQVQoz2NYdWTVfzzwMAMBBUcYVhGAJCg4gssN+BVQxQ3DIRwAFMMArAqc6j8AAAAASUVORK5CYII=) center center no-repeat !important;
    }
    .mce-i-alignjustify {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAQAAACMJlQBAAAAIElEQVQoz2NYdWTVfzzwMAMBBUcYVhGARCgYdQN13AAACwAQnHYsRK4AAAAASUVORK5CYII=) center center no-repeat !important;
    }
    .mce-i-undo {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAQAAABag45kAAAAdUlEQVQoz2NYxQCHxqtOIPHAEMFMWPV91X/s0qyrJgOl/mOXFl91GCqJRdps1RO4JCr8uaqVYdUzHJJgBQyr3Fe9x60AZIPKqstY7IZLM6ziWbUKnzTDKsZVZav+4JYGQbdVt/BJo0IC0n8gHsMFW1d9WdUKAMJ44dSxwr5HAAAAAElFTkSuQmCC) center center no-repeat !important;
    }
    .mce-i-redo {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAQAAABag45kAAAAdUlEQVQoz2NYxYAGT6wyRvAYMKT/r/q+Kh6fNAhOXsWKT/r/qkOrxEHSrat+woVQ4ZNVZgyr/uCQBMFnDHgk369yh0lj2n1llQrIbuzSq1bxQFyOKf1nVdkqRpi/0aVvrXJBDjV0aRQI8dhP3NKtq74AMQ5pANy54dSC3zTvAAAAAElFTkSuQmCC) center center no-repeat !important;
    }
    .mce-i-fullscreen {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAAxUlEQVQ4y82UwRGDIBBFKSUlWIIlWAIl2IGUwPWdoJPQgXagHUgH5IJREGZIJofMvy37Fti/IJDshEbtSIFnQTVqYRcEVBBtQhEigOYZ1ScpwzuuU8DFU9pbVRtXXAlYiwfZaoAjYIo7bCVAxkVzS7dBYHPgcUlQ164ct6JLgEvN8ewTPWOlrR/78NcAKrn0VJulodpWc8C5cea0KTPOlIxzBNbq8K0/Gr5QHb4CoHFRXfaAjrj+2gfPzNSoGS+Q+OZvxiNfWY+kp2934YkAAAAASUVORK5CYII=) center center no-repeat !important;
    }
    .mce-btn .mce-txt {color: #aaa !important;}
    .mce-i-folder {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAQAAACMJlQBAAAAdUlEQVQoz2P4z4AOVwavmgCCK/tXeTcwYUonrVq/xhwEV1isalndzbCIe1XO6gUwuGrFqvWr2BDKV51gWLlwZcwaDRhcpb6KGdk8oIJVxzFdgargxLBQQNCbm1eFrLDADlflr57FsE5sdTEkctDhyv6VYfM5AL056h6GRsGRAAAAAElFTkSuQmCC) center center no-repeat !important;
    }
    .mce-menubar .mce-caret,
    .mce-panel .mce-caret {
        border-top-color: #aaa !important;
    }
    .mce-panel.mce-tinymce {
        border-radius: 6px;
        overflow: hidden;
    }
    .mce-btn-group:last-child {
        float: right;
        border-left: none !important;
    }
    .wrapperOutsideTop {
        margin-bottom: 40px;
    }
    .wrapperOutsideTop .groupPick {
        width: 200px;
    }
    .wrapperSaveChanges {
        float: right;
        line-height: 36px;
    }
    .wrapperSaveChanges span {
        display: inline-block;
        vertical-align: middle;
        font: 16px/18px 'PT Sans', Arial, Helvetica, sans-serif;
        color: #666;
        margin-right: 25px;
    }
    .removeArticle {
        opacity: 0.8;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        height: 18px;
        width: 14px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAQAAADBVSe6AAAAu0lEQVQoU8XNvQqBcRSA8ROz8i5WC4simYx2pZQLkE0mNyCZDFYTSUyu4VkMipKIgUn/1VeZGJRjwPsKg03Pcjq/OkdUnlHkyIG8s3EozIYQEXYEbSTOCINhzwmD4cwWg2FATFiTI/qlAgvhgsf54oSPk9BlTvtLS+qCmxUlsm9VGeMSFWZEP44m6Kv8hjRUSJNUofmJqkKZ8mP6K06JqdBRIUPqMdnYo4KF9yWLGq07BphwRV+6MsSvcgNIcCffv7q45wAAAABJRU5ErkJggg==) 0px 0px no-repeat;
    }
    .removeArticle:hover {
        opacity: 1;
    }
    .videoPublicChanger {
        overflow: hidden;
        height: 36px;
        text-align: center;
    }
    .btnPublic {
        cursor: pointer;
        height: 36px;
        padding: 0 10px;
        box-sizing: border-box;
        border-radius: 3px;
        margin: 0 5px;
        line-height: 36px;
        display: inline-block;
        vertical-align: top;
    }
    .btnPublic span {
        color: #999999;
        font: 16px/18px 'PT Sans', Arial, Helvetica, sans-serif;
        display: inline-block;
        vertical-align: middle;
    }
    .btnPublic.curr {
        background: #12d09b;
    }
    .btnPublic.curr span {
        color: #fff;
    }
    .wrapperFilterOpen {
        cursor: pointer;
        margin-bottom: 10px;
        line-height: 34px;
        height: 34px;
        padding: 0 0 0 10px;
        box-sizing: border-box;
        display: none;
    }
    .wrapperFilterOpen span {
        font: 14px/34px 'Open Sans', Arial, Helvetica, sans-serif;
        color: #666;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAADICAMAAADIiaGiAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAZlBMVEUAAAC7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7v7qjH7qjH7qjH7qjH7qjH7qjH7qjH7qjH7qjH7qjH7qjG7u7u7u7u7u7u7u7v7qjH7qjH7qjH7qjG7u7v7qjEAAAAnlJ2oAAAAH3RSTlMAo6UM1yz1YJ+hCqujpQzXLPVgn6EKq6grC9aoKwvWDt7m9wAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAACpSURBVFjD7dfLDoIwEIXhQW61IrdaERXb939KGxpctbMjTeR82z9cMqsZop/MeCcKyou1Fnk4U1m5WpUUU7tcU5wwZ6aSvEgCAID9Nda7hnPbrbVrI4/3g6tDH3396PLIfF7ZG/d3+q5TDwgA4CjkxC7gwgim8sv/gz0d5qc/POZw3s6WLPWAAAAOQb/YBVxZxVR++X+zp8Py8YfHEs7b2dKkHhAAwJ/6Avj9DQAeXbokAAAAAElFTkSuQmCC) !important;
        background-repeat: no-repeat;
        background-position: right 13px;
    }
    .wrapperFilterOpen.curr span {
        background-position: right -84px;
    }
    .wrappRight {display: none;}
    .wrapperLeft {
        width: 100%;
    }
    @media (max-width: 1100px) {
        .wrapper-container {
            padding: 160px 20px 0;
        }
    }
    @media (max-width: 1024px) {
        .wrapper-container .fixedLayout {
            /*padding: 0 20px !important;*/
        }
        .wrapper-container .wrapperSelects div {
            width: 130px;
        }
        .btn-draft-articles {
            margin-right: 15px;
        }
        .wrapperBtns .btn {
            padding: 0 10px;
        }
        .wrapperBtns .btn:focus {
            padding: 0 10px;
        }
        .headerControls .wrapperSelects {
            max-width: 480px;
        }
        .wrapperSelectsBottom .groupPick,
        .wrapperSelectsBottom .datePick {
            margin: 10px 0;
        }
    }
    @media (max-width: 800px) {
        .wrapper-container .wrapperBtns {
            margin-top: 0;
            float: right;
        }
        .headerControls .wrapperSelects {
            max-width: 450px;
        }
    }
    @media (max-width: 768px) {
        .wrapper-container .wrapperLeftBig {
            width: 100%;
        }
        .wrapper-container .headerControls {
            box-shadow: none;
            border-radius: 0;
            margin-top: 0;
        }
        .wrapper-container .fixedLayout.groupViewInfo {
            padding: 0 !important;
        }
        .containerArticlesAll .grid {
            margin: 28px 0 0;
        }
    }
    @media (max-width: 767px) {
        .wrapper-container .wrapperBtns {
            /*display: none;*/
        }
        .wrapper-container .wrapperSelects div {
            width: 30%;
            margin: 0 1%;
        }
        .headerControls .wrapperSelects,
        .headerControls .wrapperSelects .select2-container {
            max-width: 100% !important;
        }
        .wrapperBigImg,
        .wrapperImgG,
        .containerArticlesAll .descriptionArticleBig,
        .containerArticlesAll .descriptionAtricleG {
            padding: 0 10px;
            box-sizing: border-box;
        }
        .wrapR-big,
        .titleArticleG {padding: 10px;}
    }
    @media (max-width: 600px) {
        .grid .grid-item {
            margin: 5% 0px;
            width: 100%;
        }
    }
    @media (max-width: 500px) {
        .wrapperFilterOpen {
            display: block;
        }
        .wrapperSelects {display: none;}
        .wrapperSelects.show {display: block;}
        .wrapper-container .wrapperSelects .article-select-wrapper {
            width: 100%;
            margin: 0% 0 10px;
        }
        .wrapper-container .wrapperSelects div {
            margin: 0;
        }
        .wrapper-container .wrapperSelects .article-select-wrapper:last-child {
            margin-bottom: 0;
        }
        .headerControls .wrapperSelects,
        .headerControls .wrapperSelects .select2-container {
            max-width: 100% !important;
        }
    }

/*  ArticleList  */
    .fll {float: left;}
    .flr {float: right;}
    .ovh {overflow: hidden;}

    /*  Share  */

        .artShare {
            border-top: 1px solid #eaf1f5;
            box-sizing: border-box;
            padding: 0 15px;
            height: 45px;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
        }
        .artStars {
            padding: 12px 0;
            box-sizing: border-box;
        }
        .artStarsBtn {
            height: 20px;
            cursor: pointer;
        }
        .artStars svg {
            width: 20px;
            height: 20px;
            fill: #fff;
            margin-right: 5px;
            display: inline-block;
            vertical-align: top;
        }
        .artStars svg path {
            /*fill: #ffa836;*/
        }
        .artStarsBtn.done svg polygon {
            fill: #ffa836;
        }
        .artStars span {
            color: #999;
            display: inline-block;
            font: 12px/25px 'PT Sans', Arial, Helvetica, sans-serif;
            vertical-align: top;
        }
        .artShareBtns {
            line-height: 44px;
        }
        .artShareBtn {
            display: inline-block;
            vertical-align: middle;
            text-decoration: none;
            position: relative;
        }
        .artShareBtn + .artShareBtn {
            margin-left: 35px;
        }
        .artShares {
            position: relative;
            padding-left: 25px;
            box-sizing: border-box;
            /*font: 12px/20px 'PT Sans', Arial, Helvetica, sans-serif;*/
            color: #999;
            cursor: pointer;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAxklEQVQ4y2MQujCbgQTcBsSfoBjEZiBFcw0Q/0fDHaQYcAOLAS+I1SyKRTMIPySkkQeIu4H4AxCfxWJALkxhGRBfg+IMIOYG4hYg/gayBYgjoOqCgXgvEO8H4jRYIJZgMfkZED+FGobXlSDiCRYDnhAbuLgMeEOKAdi8cB9qSDkQMxIyABaI14H4KjRw2IC4GIjfQXE+1KBAIN4HxIeQAxEfBmmqAOJXQHwZi0tziE1IzED8GYsB90hJyrewGPCSrpkJa3YGAIr72W4JilM+AAAAAElFTkSuQmCC) left center no-repeat;
        }
        .artSharesDrop {
            z-index: 2;
            width: 330px;
            position: absolute;
            top: 170%;
            background: #fff;
            left: 50%;
            -webkit-transform: translate(-52%,0);
            transform: translate(-52%,0);
            padding: 30px;
            box-sizing: border-box;
            border-radius: 4px;
            box-shadow: 0 1px 4px rgba(0,0,0,0.3);
            border-top: 6px solid #fbaa31;
        }
        .artSharesDrop:after, .artSharesDrop:before {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }
        .artSharesDrop:after {
            border-color: rgba(251, 170, 49, 0);
            border-bottom-color: #fbaa31;
            border-width: 5px;
            margin-left: -5px;
        }
        .artSharesDrop:before {
            border-color: rgba(251, 170, 49, 0);
            border-bottom-color: #fbaa31;
            border-width: 10px;
            margin-left: -10px;
        }
        .artSharesDrop span {
            text-transform: uppercase;
            color: #555;
            /*font: 16px/14px 'PT Sans', Arial, Helvetica, sans-serif;*/
            font-weight: bold;
            color: #555555;
            text-align: center;
            display: block;
            margin-bottom: 30px;
        }
        .artSharesDrop form {
            height: 36px;
            width: 100%;
            position: relative;
            margin-bottom: 30px;
        }
        .artSharesDrop form input {
            height: 36px;
            width: 100%;
            border-radius: 4px;
            box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
            background: #fff;
            border: 1px solid #c8d0de;
            box-sizing: border-box;
            font-size: 14px;
            color: #999;
            padding: 0 35px 0 15px;
        }
        .artShareFormBtn {
            position: absolute;
            border: none;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAC6UlEQVRIx61WWWtTQRTOL9HaH+Sr1T8h4oM+1KZqi9QNd6mCCtJELb6ISmsfXHApgnslilVcatOsN/u9Se7N5/numYQk3mYRBw65M3Pm++askxCA0GaSdTH6uIj91zJYPJrAr8k4nENxFE8nEZO1Be6JzrZeGIGLORdbblmIHFiHN74O9BLqUJdnBiKI2dh+OI4CD4fjQDQLvK0Algu4DcARSdZ1jXvUoS4te1fBzp4Ez0vY3bz1nBzOCFC/QZ1ItmVN41kJewIJ3lewgwoTovikiKEHz0wYEmJ1ENB/NHE8AHxDbngnJzd1ByNpuqsZE59AgjTHDZraPT7awLEE8Ko8mCVR466bFqI+gQRvK/3OYOUYyDZlT+RpSQ+cEJJPDtDoQ0AMYhGT2CExax8BxAp/fKsCv2tARdDrgvZCCCZNppxPAam2wNuy/0ayabGgWVX2dH3eUn1ih1gwnHywdXNZAM+l1NTXcuih+HXKEExtAF+rSlwTWa2q3oWUynJZSYhFfWKHpELXOLGMb/Ku778W4BGRsCmqGfl+KSAP5MZLIpfSgJz3Yye1g2nZX8gDXxzVJ3aI5c9Jvc25aXHDlfTfVXtQQE4mlPBUUn1N6+4J6A0huZzW35ixQParLQKnK3pxicP1jFoQRMSg8/t4Qq2h1dR9VFQvtAiaLkoFVG3B1eC3g4cN+IzIbEoDfDfv5z4uylyan+/ulovYKTlZsTvTk4Q8PG0sYCaxHuhjOeP7nbe+n1dgWsVM4lhpD3IzTedNmq46avLZpN7yakYrmen6s6aulJ6F2bTGgjpnkppNBTcgTcWckfZCYxB5Uza7z0JWEnNsr7MASfJdUvS2pVnEwP6oahHmOwttxG8VLGsyRrPDNbiipy2EFe5t1ir6NbthO2pgszPteuw/tuuxvg9O5B8fHGmOe4d6MpkRTDvLdFoKv7nGva4nc9fAjz6DNOijT92BH/0ef1vWJO9rFH5zzfxtGe2F8Qdnb+3+1588qgAAAABJRU5ErkJggg==) left center no-repeat;
            height: 24px;
            width: 24px;
            right: 6px;
            top: 40%;
            margin-top: -12px;
            border-radius: 24px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        .artShareFormBtn:hover {
            box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
        }
        .artWatch {
            padding-left: 25px;
            box-sizing: border-box;
            /*font: 12px/15px 'PT Sans', Arial, Helvetica, sans-serif;*/
            color: #999;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAArElEQVQoz2MQujCbAQ2zA3EKEO8E4ndQvBMqxo6uHl2zOxBfBOL/ODBIzgOXAUlICn8BcSsQq0JxK1QMJp+EbkAcmk3xWLyWgKYmDmaAH5rEGagGPiBeBcV8ULFzaGr9GLD4eQVUsS+SmC9UbDl6mIAE/fG4YA8Uw1xwFk2tPy7/ERMGCYRioQ2IlaG4jVAswDAoji/hSQeX8KUDGOYA4lRo6nsPxTuhYhzo6gFTLlyLVuhXmAAAAABJRU5ErkJggg==) left center no-repeat;
        }
        .artComm {
            text-decoration: none;
            padding-left: 25px;
            box-sizing: border-box;
            /*font: 12px/20px 'PT Sans', Arial, Helvetica, sans-serif;*/
            color: #999;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPCAMAAAA8hHRZAAABF1BMVEX////+///9//78/v77/v35/v34/vz1/fvw/Pnr+/fo+vXm+vTl+vTk+vTi+fPh+fLg+fLe+PHb+PDW9+7V9+3S9uzR9uvP9evO9erI9OjF9OfB8+W/8uS88uO58eK18OCz8N+y8N6v792t79yn7dqk7dmc69WX6tOQ6dCM6M6F58yD5suC5sqB5sp/5sl+5ch45MZ15MVx48Ns4sFr4sFo4b9o4b9n4b9m4b5k4L5g37xf37xc37pX3rhW3bhV3bdJ27JF2rFD2rA/2a492K072Kw62Kw52Ks316s116oy1qgx1qgw1qgv1qcs1aYq1aUp1aUo1KQk1KIj06If06Ae0qAb0p8a0p8Z0Z4Y0Z0X0Z0W0Z0S0JvMy4fsAAAAXHRSTlMAAQIDBAYHCxAVGRscHR8gISQnLC0wMjQ1Oz5DRUhLUFJTVlhfYmpwd3yDhYaIiouRlJmen6KjpKWnq6yvtba3xMjKz9HT1NXX2d3e3+Dj5ebn7O3x8vX29/n6+yO3+HEAAADGSURBVBgZVcGJOgJhAIbRt5IRUdbJEsm+VISslWXIMpqUVHz3fx3+NA/jHIy5U7fT63Vfz1P8Cl3Jyadteyl3p2qUgbDbnseXar0RH8YofxHQLk17y4AWCLAVe9Y6fPJPc3FfmkFJAkaVuJAueXQIuLnmQ3phXNUhfNGKKEiqQbL7RN9Iuth5CGVl7AJjsmKthufVK6vWngzXwrg/ey9vb61Mzm7WZThx+g50xFT+Vj+aOwxslICJtULxJHcsF1+YP5nDCPANaNMlA1KbUYwAAAAASUVORK5CYII=) left center no-repeat;
        }

    /*Sizes*/

        .articleItem {
            position: relative;
            background: #fff;
            float: left;
            width: 31.6%;
            height: 420px;
            border-radius: 5px;
            margin-bottom: 30px;
            box-shadow: 0 1px 2px rgba(0,0,0,0.3);
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        .articleItem:hover {
            box-shadow: 0 1px 6px rgba(0,0,0,0.3);
        }
        .articleItem + .articleItem {
            margin-left: 2.5%;
        }
        .articleItem:nth-child(3n+4) {
            margin-left: 0;
        }

    /*Name*/

        .articleItem .artName {
            max-height: 80px;
            line-height: 80px;
            display: block;
            text-align: center;
            position: absolute;
            z-index: 2;
            width: 100%;
            left: 0;
            top: 0;
            text-decoration: none;
        }
        .articleItem:not(.articleSmall) .artName:after {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAABWCAYAAAAtxa0TAAACWElEQVRYw+1V0W4kIQyzpewM0J/ul4/vgQQytLt3PVWqVLEv3QJrEtsxBuAd3/QxANpgG2yDfRfYtTn7RZztyn64si3AbxJgc7Y522BbzQ22rbHBfkJNemWBSBLSgs9XVxKEIABm9rhAQWDfEiDIQeO8QNHx+h4gSED/2vfs8bBL8EUHFOSgfgHRfzh2+2L871fAHseh2QajND84lycPc5FM1YGw8zyuvsC00dsOwOhX3tKstFfZ2wbsOMrF8eOOJiyVeNsDm/Cr1A84B1bKmXwmzAb/wxpnOUUwEfwaL6hIvXSaCVgt9frcUlwq1UvbEYDVWrskfkQc9y0yrBQoyBs7Vmq9OC52kFQUsRRG+IS4NQINgLXqbSa3/7MIy9He5rOJcw9/5mJRYyrd57DW2tci6Bn76mD6Sju3zqYGzllr1007zZNKCuTREpmoDUTBWm2aO4LUVcr9aOgS0wgwJOeYL1h9q9d01t3lw3+8Depw4SgABCXYWw3OfJuBMcsfVWqZCwY5nme1NQ0boBtyRowfJpI501hFbEVs39V8bVgtObBOrrVWL2k+DJOH2Qq8Yi8xeUv3B6UGZzNmswK39JDbgMSHYBQIK6WIzCbk9I4zfteCOcl9v1/efZb99Nm0rNwvF8SjY6UWTSP2cmcb+YkL69xnSGEZAnaWorA4g4MPaft80udFgpXz1F3m5/YYabQkufzFt/M8BM3sEm/zkEwynU5pZBqS8HYcp/7q1zV3nhy0x+PwpPHEGCGglC6cllr+Io2vHYcpyGbmYD7dt7cqS8w0ryLxBxtylFrdU3dqAAAAAElFTkSuQmCC) top center repeat-x;
        }
        .articleItem .artName span {
            display: inline-block;
            vertical-align: middle;
            font: 18px/20px 'PT Sans', Arial, Helvetica, sans-serif;
            font-weight: bold;
            text-transform: uppercase;
            max-height: 80px;
            overflow: hidden;
            color: #fff;
            position: relative;
            z-index: 2;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: 90%;
        }

    /*Img*/

        .articleItem:not(.articleSmall) .artImg {
            position: relative;
            height: 236px;
            width: 100%;
            overflow: hidden;
            text-align: center;
            display: block;
        }
        .articleItem:not(.articleSmall) .artImg img {
            min-height: 100%;
            min-width: 100%;
            width: auto !important;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            /*max-height: 150%;*/
            max-width: none;
            max-height: 100%;
        }

    /*  Text  */

        .artText {
            padding: 0px 15px;
            box-sizing: border-box;
        }
        .artText span {
            display: block;
            font: 16px/24px 'PT Sans', Arial, Helvetica, sans-serif;
            color: #666;
            overflow: hidden;
            height: 240px;
        }
        .artImg + .artText {
            padding: 15px 15px 5px;
        }
        .artImg + .artText span {
            height: 66px;
        }

    /*  User  */

        .artUser {
            padding: 15px;
            box-sizing: border-box;
            height: 54px;
        }
        .artUserLogo {
            position: relative;
            z-index: 2;
            margin-right: 15px;
            height: 24px;
            display: inline-block;
            vertical-align: top;
            text-decoration: none;
        }
        .artUserLogoBlock {
            display: inline-block;
            vertical-align: top;
            height: 24px;
            width: 24px;
            border-radius: 24px;
            overflow: hidden;/*
            background: #58b7c5;*/
            padding: 3px;
            box-sizing: border-box;
            margin-right: 5px;
        }
        .artUserLogoImg {
            display: block;
            /*overflow: hidden;*/
            width: 18px;
            height: 18px;
            border-radius: 18px;
            position: relative;
        }
        .artUserLogoImg img {
            position: absolute;
            max-width: 120%;
            max-height: 120%;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }
        .artUserNameBlock {
            display: inline-block;
            vertical-align: top;
            line-height: 24px;
            overflow: hidden;
            /*height: 24px;*/
        }
        .artUserName {
            display: inline-block;
            vertical-align: middle;
            font: 12px/12px 'PT Sans', Arial, Helvetica, sans-serif;
            color: #999;
            max-width: 130px;
        }
        .artUserProf {
            text-decoration: none;
            height: 24px;
            line-height: 24px;
            display: inline-block;
            vertical-align: top;
        }
        .artUserProfName {
            font: 12px/12px 'PT Sans', Arial, Helvetica, sans-serif;
            color: #36b7ff;
            display: inline-block;
            /*vertical-align: middle;*/
        }
        .artUserRight {
            height: 24px;
            line-height: 24px;
        }
        .artUserRight span {
            font: 12px/18px 'PT Sans', Arial, Helvetica, sans-serif;
            color: #999;
        }

    /*  Small  */

        .articleItem.articleSmall {
            height: 230px;
            margin-bottom: 20px;
        }
        .articleItem.articleSmall + .articleSmall {
            margin-bottom: 30px;
        }
        .artSmallTop .artText {
            max-height: 44px;
            overflow: hidden;
            padding: 0;
            margin-bottom: 5px;
        }
        .artSmallTop .artText span {
            line-height: 22px;
        }
        .artSmallTop .artUser {
            padding: 0;
        }
        .artName_User {
            height: 100px;
        }
        .artSmallTop .artImg + .artName_User .artUserLeft,
        .artSmallTop .artImg + .artName_User .artUserRight {
            float: none;
        }
        .articleSmall.noImg .artSmallTop .artImg + .artName_User .artUserLeft {
            float: left;
        }
        .articleSmall.noImg .artSmallTop .artImg + .artName_User .artUserRight {
            float: right;
        }
        .articleSmall .artImg {
            width: 26%;
            padding-top: 26%;
            overflow: hidden;
            position: relative;
            float: left;
            margin-right: 15px;
            margin-bottom: 10px;
        }
        .articleSmall .artImg img {
            min-height: 100%;
            min-width: 100%;
            width: auto !important;
            position: absolute;
            max-width: none;
            max-height: 100%;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }
        .articleSmall .artShare {
            padding: 0 15px;
            box-sizing: border-box;
        }
        .artSmallTop {
            padding: 15px;
            box-sizing: border-box;
        }
        .articleSmall .artName {
            position: relative;
            max-height: 48px;
            line-height: 48px;
            text-align: left;
            padding: 4px 0;
            box-sizing: border-box;
        }
        .articleSmall .artName span {
            max-height: 40px;
            color: #000;
            display: block;
            line-height: 20px;
            font-size: 18px;
            overflow: hidden;
        }

    /*  Big  */

    @media (min-width: 1024px) {
        .articleBig {
            width: 65.7%;
            height: 480px;
        }
        .articleBig .artName span {
            font: 24px/24px 'PT Sans', Arial, Helvetica, sans-serif;
            max-height: 72px;
        }
        .articleBig .artUser {
            padding: 9px 30px;
        }
        .articleBig .artUserLogo {
            height: 36px;
            line-height: 36px;
        }
        .articleBig .artUserLogoBlock {
            height: 36px;
            width: 36px;
        }
        .articleBig .artUserLogoImg {
            height: 30px;
            width: 30px;
        }
        .articleBig .artUserNameBlock {
            line-height: 36px;
        }
        .articleBig .artUserNameBlock span {
            font-size: 14px;
            line-height: 14px;
            max-height: 36px;
        }
        .articleBig .artUserProf {
            line-height: 36px;
            height: 36px;
        }
        .articleBig .artUserProf span {
            font-size: 14px;
            line-height: 18px;
            max-height: 36px;
        }
        .articleBig .artUserRight {
            height: 36px;
            line-height: 36px;
        }
        .articleBig .artText {
            padding: 19px 30px;
            box-sizing: border-box;
        }
        .articleBig .artText span {
            height: 264px;
            line-height: 24px;
        }
        .articleBig .artImg + .artText span {
            height: 72px;
            line-height: 24px;
        }
        .articleBig .artShare {
            padding: 0 30px;
        }
        .articleItem.articleBig .artImg {
            position: relative;
            height: 270px;
            width: 100%;
            overflow: hidden;
            text-align: center;
            display: block;
        }
        .articleItem.articleBig .artImg img {
            min-height: 100%;
            min-width: 100%;
            width: auto !important;
            max-width: none;
            max-height: none;
        }
    }

    /* NoImg  */

        .noImg .artName {
            position: relative;
        }
        .noImg .artName span {
            color: #000;
        }
        .noImg .artName:after {
            display: none;
        }

    /*  Video  */

        .videoArt .artImg:after {
            opacity: 0.7;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            position: absolute;
            content: '';
            height: 60px;
            width: 60px;
            top: 50%;
            left: 50%;
            margin-top: -30px;
            margin-left: -30px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFFklEQVRo3uWbz09UVxTH36YuKtqUGOLfgaYL1/afMLoRg8LgYIERkyZDqL9iiAMbRQWbQsGIdFVaNSysdYM/GnVAmIiZCcgMI2ZQRidBCD96jp6b3B7emx+8e9/cKYvvYu689+79vHPe/XmOtb6+bmlSGWgfqAp0DvQL6DboAegf0gMq66FrquieMl3tUv3ACtBB0M+gxxJYoXpMz8Bn7TYRuBLU7hIyG3w71VF04D2gLoeGPgHdJXcNgYKgBpAPVE3yUVmQrumhe544PLOL6vQceBfotEOjhsgifgmsUPnpGUMOdZymNngCvB9038bt+kEBF5BOCtCz+edyn9qiDfgr0Embt32L3LJas7COAZv6sU3bVAN/DbrMKvoL1OoBKFcr1S235Rpopyrgb0G/sgp+Ax0vAqwQ1j3I2nSD2uoKGCcAfezBl4sIysW9rj/XpCXXN9vJhpk2g2CF2tgw1kltLxi4mb29dgNhhdpZW5sLBd5vsBvn697f5wtcwXrBwRKAFRpko0hFPsBt7Ka6EgKuY8ZqywW8l7lFawnByuO0zPBdNuBu6cKBEoQVkmdk3U7AldJFj9xOF1dXV7PKg2noI4mn0g5Y7tp7VcCurKx81tLS0lEhUeYBdC8bUv8DXM7eSEAFLAIuLi4ey2QyNUL4W8BrtnaAeWy5DHxA+vMPt9YVsAiYTqdr3797Vzs/n/KhFhYWarFMgGu2tryePiADy51VyC2wgEW4VCrlg99/JmcTjYn4jD8Rj/vfzs3V4UvIZD7WyNAawEO88xILBHlxXe+mEmFdtCLCIiSUT0F5eDaRuPBq8uUP0Wj0BJbj/5qtXc82Kcos2hYVhcNuK8FGIwBaN5lMHkc4BCbF5lOpgbHR8MmXkUjD9PS0f27uTR1eix6hCXpY4tuHwIelgh5VwPi9vgYgBJOAPwv+H4lExn+amBhv+GLtuB+vRxfXYO0eie+IRRvgSr5fAYzWQndFC46/GGvkwCiAmYzHZ7pGw+EmdHN8Ofhto7UVQ8vf8TmLvYGgSmC0HgLZAQt9SKeHx8ZGfwSLN0xNxerRxb90aMpcPCh7sEVHHaKgURUwWguBw8+fBbIBo5aXl0dj0WgIvQHvwW9fIXSjxHfbYmc9PtXAz589zQmMWltbi4FXDEYiE01oabxf9OAugf3yWZbFVhbVxQIWWvr0aWTm9XQQhy3Zyi6Aa2RG44DJ2pNg3U7RcysEHjHGpTnwB3XAskvf095pbcKlH4JLtyh0abnTGtI2LBnUaW0YluSJx8WiDUsxbcPSRT7xqFI9tTRs4rFhaql88WDY1HLD4kH58jC/xcOEF4sHvjzcoXwDIOfycN7T5aHtBgDf4hn6H20AOG7xKN3Es9vieZOc9XqLJ+smHqpDRW9t0Cae3Dt3aNuIN2SbNq+NeGVHLQZsxOd11GLRwZOSw7QiHrUUdJi25Y5Lt+SBuEXhAlsm5EHoFHtAyGDYEGvrqc2GLV0twbCla5sNW0J9A7ppsHtfYm27SW12FXpYTmF9PKC02KGHt2xgy1UFl24HXbEJLm0pAmyLTXBpl8rgUqFtDuHD/R6GD/fb1N+sI3w4nwDxPo0B4n02AeJ/6w4Q5ykAZ7KkAIQUpACEsqQAnPUyBYAneXRnSfK4Q/lKdkkex6jzaZKSPERuk1OSx3UKnjMijadDYxpPhylpPFyYVHVIYaLWIVMTtXKl4p2nQLHf8XwH9JB0j8p66RrtqXj/AkRcSzl+VPj2AAAAAElFTkSuQmCC) 0px 0px no-repeat;
        }
        .videoArt .artImg:hover:after {
            opacity: 1;
        }
        .articleBig.videoArt .artImg {
            height: 300px;
        }
        .articleBig.videoArt .artUser {
            padding: 9px 30px;
        }
        .articleBig.videoArt .artText {
            display: none;
        }
        .videoArt .artName {
            position: relative;
        }
        .videoArt .artName span {
            color: #000;
        }
        .videoArt .artName:after {
            display: none;
        }
        .videoArt .artUser {
            padding: 20px 15px 15px;
            box-sizing: border-box;
        }
        .videoArt.articleSmall .artUser {padding: 0;}
    /*  Responsive  */
        @media (max-width: 1100px) {
            .articleSmall .artImg {
                margin-right: 10px;
            }
        }
        @media (max-width: 1024px) {
            .articleBig.videoArt .artImg {
                height: 240px;
            }
            .articleItem,
            .articleItem.articleSmall,
            .articleItem.articleSmall + .articleSmall {
                width: 49%;
                margin-bottom: 20px;
            }
            .articleItem.articleSmall {
                height: 420px;
            }
            .articleItem + .articleItem {
                margin-left: 2%;
            }
            .articleItem:nth-child(3n+4) {
                margin-left: 2%;
            }
            .articleItem:nth-child(2n+1) {
                margin-left: 0%;
            }
            .artSmallTop {
                padding: 0;
            }
            .articleSmall .artImg {
                width: 100%;
                padding-top: 0;
                height: 236px;
                margin: 0;
                float: none;
                display: block;
            }
            .articleSmall .artName {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 80px;
                line-height: 80px;
                max-height: 80px;
                text-align: center;
            }
            .articleSmall.noImg .artName {
                position: relative;
            }
            .articleSmall .artName span {
                max-height: 60px;
                color: #fff;
                display: inline-block;
                vertical-align: middle;
            }
            .articleSmall.noImg .artName span {
                color: #000;
            }
            .articleItem.articleSmall .artName:after {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAABWCAYAAAAtxa0TAAACWElEQ…PwpPHEGCGglC6cllr+Io2vHYcpyGbmYD7dt7cqS8w0ryLxBxtylFrdU3dqAAAAAElFTkSuQmCC) top center repeat-x;
            }
            .artSmallTop .artImg + .artName_User .artUserLeft {
                float: left;
            }
            .artSmallTop .artImg + .artName_User .artUserRight {
                float: right;
            }
            .artName_User {
                padding: 0 15px;
                height: auto;
            }
            .artSmallTop .artUser {
                height: auto;
            }
            .artSmallTop .artText {
                padding: 15px;
                box-sizing: border-box;
                max-height: 102px;
            }
            .similarBlock .articleItem + .articleItem {
                margin-left: 2% !important;
            }
            .similarBlock .articleItem:nth-child(n+3) {
                display: none;
            }

            .articleItem.articleSmall .artName:after {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAABWCAYAAAAtxa0TAAACWElEQVRYw+1V0W4kIQyzpewM0J/ul4/vgQQytLt3PVWqVLEv3QJrEtsxBuAd3/QxANpgG2yDfRfYtTn7RZztyn64si3AbxJgc7Y522BbzQ22rbHBfkJNemWBSBLSgs9XVxKEIABm9rhAQWDfEiDIQeO8QNHx+h4gSED/2vfs8bBL8EUHFOSgfgHRfzh2+2L871fAHseh2QajND84lycPc5FM1YGw8zyuvsC00dsOwOhX3tKstFfZ2wbsOMrF8eOOJiyVeNsDm/Cr1A84B1bKmXwmzAb/wxpnOUUwEfwaL6hIvXSaCVgt9frcUlwq1UvbEYDVWrskfkQc9y0yrBQoyBs7Vmq9OC52kFQUsRRG+IS4NQINgLXqbSa3/7MIy9He5rOJcw9/5mJRYyrd57DW2tci6Bn76mD6Sju3zqYGzllr1007zZNKCuTREpmoDUTBWm2aO4LUVcr9aOgS0wgwJOeYL1h9q9d01t3lw3+8Depw4SgABCXYWw3OfJuBMcsfVWqZCwY5nme1NQ0boBtyRowfJpI501hFbEVs39V8bVgtObBOrrVWL2k+DJOH2Qq8Yi8xeUv3B6UGZzNmswK39JDbgMSHYBQIK6WIzCbk9I4zfteCOcl9v1/efZb99Nm0rNwvF8SjY6UWTSP2cmcb+YkL69xnSGEZAnaWorA4g4MPaft80udFgpXz1F3m5/YYabQkufzFt/M8BM3sEm/zkEwynU5pZBqS8HYcp/7q1zV3nhy0x+PwpPHEGCGglC6cllr+Io2vHYcpyGbmYD7dt7cqS8w0ryLxBxtylFrdU3dqAAAAAElFTkSuQmCC);
            }
            .articleItem.articleSmall .artName span {
                z-index: 2;
            }
            .group-title {
                font-size: 25px !important;
            }
            .groupViewInfo .controlButtons,
            .social-small {
                text-align: center;
            }
        }
        @media (max-width: 650px) {
            .articleItem {
                width: 100% !important;
                margin: 0 0 20px !important;
            }
            .articleBig .artText {
                padding: 15px 15px 5px;
            }
            .articleBig .artUser {
                padding: 15px;
            }
            .articleBig .artShare {
                padding: 0 15px;
            }
            .articleBig .artUserLogo {
                height: 24px;
            }
            .articleBig .artUserLogoBlock {
                height: 24px;
                width: 24px;
            }
            .articleBig .artUserLogoImg {
                height: 18px;
                width: 18px;
            }
            .articleBig .artUserNameBlock {
                line-height: 24px;
            }
            .articleBig .artUserNameBlock span {
                font-size: 12px;
                line-height: 12px;
                max-height: 24px;
            }
            .articleBig .artUserProf {
                height: 24px;
                line-height: 24px;
            }
            .articleBig .artUserProf span {
                font-size: 12px;
                line-height: 12px;
                max-height: 24px;
            }
            .articleItem.articleBig .artImg {
                height: 236px;
            }
            .articleItem.articleBig {
                height: 420px;
            }
            .articleBig .artUserRight {
                height: 24px;
                line-height: 24px;
            }
            .similarBlock .articleItem + .articleItem {
                margin-left: 0% !important;
            }
        }
        @media (max-width: 500px) {
            .hiddenRecommended {display: none;}
        }

    @media (max-width: 1200px) {
        .article .clickedBtn + .hiddenMail {
            padding: 10px;
        }
    }
    @media (max-width: 1024px) {
        .clickedBtn + .hiddenMail {
            padding: 10px;
        }
        .articleControlsLeft,
        .articleControlsRight {
            float: none;
            width: 100%;
            text-align: left;
        }
        .articleControlsRight {
            text-align: center;
        }
        .articleControlsLeft .artUserLogo,
        .articleControlsLeft .artUserNameBlock,
        .articleControlsLeft .artUserProf {
            float: none;
            display: inline-block;
            vertical-align: top;
            height: 40px;
            line-height: 40px;
        }
        .articleDate {
            -webkit-transform: translate(0,0);
            transform: translate(0,0);
            left: auto;
            right: 20px;
            top: 25px;
            font-size: 16px;
        }
        .articleControlsRight .artStars,
        .articleControlsRight .artShareBtns {
            float: none;
            display: inline-block;
            vertical-align: top;
        }
        .article,
        .commBlock,
        .similarBlock,
        .articleActivity {
            width: calc(100% + 20px);
            margin-left: -10px;
            overflow: hidden;
            border: none;
        }
        .commBlock .sendForm {
            height: 65px;
        }
        .commBlock .send-message-text {
            height: 63px !important;
            width: calc(100% - 65px);
        }
        .commBlock .send-message-buttons {
            margin-left: -65px;
            width: 130px;
        }
        .commBlock #sendChatSmile,
        .commBlock #sendChatMsg {
            width: 65px;
            height: 63px;
            line-height: 63px;
        }
        .commBlock textarea {
            height: 63px !important;
            padding-bottom: 20px;
            padding-top: 20px;
        }
        .commBlock .submitArrow {
            width: 24px;
            height: 24px;
            -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
        }
        /*.articleText {
            padding: 30px 20px 0;
        }*/
        .articleText p[style="float: left;"] img {
            margin-left: -20px;
        }
        .articleText p[style="float: right;"] img {
            margin-right: -20px;
        }
        .articleText blackquote {
            padding-left: 30px;
        }
        .articleText blackquote:after {
            left: 0;
        }
        .articleControlsRight .artStarsBtn {
            height: 25px;
        }
        .articleControlsRight .artStars svg {
            height: 25px;
            width: 25px;
        }
        .articleControlsRight .artStars span,
        .articleControlsRight .artShareBtn {
            line-height: 25px;
        }
        .articleControlsRight .artWatch {
            height: 25px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAPCAYAAAARZmTlAAABXUlEQVQ4y2MQujCbAQ9mA2I/IO4D4kNA/B6I/wPxRyA+CsSTgDgYiLn+///PgAvjMpwZiEuA+AnUUGT8G4vYCyCuBWIOYi1xBuI7aIaAfOGBRd0uNHWPgdiHkCWlWFzZjeZDbZCLkcRqsOhpwmVJCxbFO5HkZwPxD6j4HyBeBBIHGQKk12HR249uSQ4WRSAsDZVfiUN+F9QSfiD+i0W+FmaJBw4D7kAtUMQhD8NGUIvO4pAPY4BGFjbJ/VBLgglYkgG1ZAMO+Y/4DLkJtUSFgCWmUEtO4ZBPhMVJBQ4FYlD5zTjkj0At4MaRfzrRU9dELIo2IsmjRz4oeJiglizBoncOrnzSgEVxPZK8ABAbArEoklgBFj19hHK8L7SYQNa0A4it0NSZYonsd6DURGzZxQv11VssrsQmBiowO4BYhJQCEoZBmSwWiOcC8SUg/olUSF4B4gVAnATEwvhKYQAjIkTiZ3VyzwAAAABJRU5ErkJggg==) left center no-repeat;
        }
        .articleControlsRight .artShares {
            height: 25px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAABUklEQVRIx7XVPyyDQRjH8Xewo1GJRCQG0tmgYmQzGMSf6CwRCQlWAyURi9g1BhEWTCaxdWo6KMVoMGA2ldC8vpfcm1ya6x33pMMnb3L33u9937vnvYtSd4VIaA5lfOAN2+iI4ziSBm8gtnhEWhI8iO8m4cquJHzVEayUJeHrnvD70OAMrj3hFyHzfKwH/6DaJLiOYXPgBA5xjh30GX0Dui8ZfIZ+tOMEn0bfK2bMUjywPP0Fk8gbbUVkza9RIVxHsYApdKm2JHzeM3fKFcZtU5UE2agbbjzBW6518IVXPeFLknDfm++jLTT8L3Ne0ov173BXtYxhGV+67QE5S7WMYBGzSDWGJ3VewCU20WP0devar+uH3GJIt6s6rzXU+XTIlpvGnhH27PhDs6F7Sy+OPOt0KtkVVzzhFUn4Wiv385aeRK4z9El6htpO/3ddsp2qFH8BzKAUT5ES3toAAAAASUVORK5CYII=) left center no-repeat;
        }
        .articleControlsRight .artComm {
            height: 25px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAATCAYAAABhh3Y4AAAByklEQVRIx62VSyhEYRTHb6I8w0iNRxaMqEmxlnckUkJK2VhMiZTsZDEpEcpK0szOwhZNEZqibBBJslTIowx5lIXX9f/qf+vrdu+dO4/Fr+9xzzn/zv3Odz7FceZXTMgErWAS+MAK8IMp0A6yhJ2qqrYxEmkGQaDq+DPY2xfC0YilgXUG+QbzzMxhkHELmAGftN8WmdoVywE3dByz+LVGDNPvGeSKoBidVmKHdKiMUEhh8HL6n3C9BBZAsl6sh4ZdkQrJBcKzFnFqQAXn56BUFtsDL9EI6asR63uww/kjBUOgSBO7FunHSWwLXHF+LFXtEUhVWL6hOIndgV3OH3TXZEhsdnPREeOZ1TNOA6tbfyc3NCctZXeU1eii/ynXqwZiQc0pW7pnnggFPdo9o1CTgZBgWXZKB5v80BemZ9YBL3ijfYBCVSZtTVBtFOxLHDLnGeCCxj/gVxdAtCk3hTwmIoIJs0a8Bl5BHril8SKYA9MMWgISaC+yPLAQ8ll1/X4afXAsAymgEzSCNjDAZ+fJQuRd9M1wT4xTcnBxLx+Mg0uL4DIBUGDnPUvimdWaFEgx6AWj/K2zYESci1Qwg3Yfz8QYOkghW5bXSOwf3iYfx//AwGQAAAAASUVORK5CYII=) left center no-repeat;
        }
        .articleControlsRight .artShares span {line-height: 25px;}
        .articleControlsRight .artShareBtns {
            line-height: 25px;
            height: 37px;
            padding: 6px 0;
        }
        .articleControlsLeft .artUserLogo {
            height: 40px;
            line-height: 40px;
        }
        .articleControlsLeft .artUserLogoBlock {
            height: 40px;
            width: 40px;
        }
        .articleControlsLeft .artUserLogoImg {
            height: 34px;
            width: 34px;
        }
        .wrapperOutsideTop {
            text-align: center;
        }
        .wrapperOutsideTop .groupPick.groupPickCreate {
            display: inline-block;
            vertical-align: top;
            margin: 0;
            width: 150px;
        }
    }
    @media (max-width: 900px) {
        .videoPublicChanger {
            display: block;
            width: 100%;
            text-align: center;
            padding-top: 10px;
            height: auto;
        }
    }
    @media (max-width: 768px) {
        .articlePublic {
            padding: 0;
        }
        .articlePublicLeft {
            display: none;
        }
        .articlePublicRight {
            float: none;
            text-align: center;
            width: 100%;
        }
        .articlePublicRight .socLinks {
            display: inline-block;
            vertical-align: top;
            float: none;
        }
        .videoPublicChanger {
            /*width: 100%;*/
        }
        .wrapperSaveChanges,
        .groupPickCreate {
            margin-bottom: 10px;
        }
    }
    @media (max-width: 767px) {
        .articleActivityTop {
            text-align: center;
        }
        .artActiveLeft,
        .artActiveRight {
            display: block;
            width: 100%;
            float: none;
            margin: 0 0 10px;
            height: auto;
        }
        .artActiveLeft .artActiveTitle {
            width: 100%;
            margin: 0;
            display: block;
        }
        .artActiveSelect {
            width: 100%;
        }
        .articleActivityBot {
            padding: 10px;
        }
        .artActiveName .artUserLogoBlock {
            float: left;
        }
        .artActiveName .artUserNameBlock {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: calc(100% - 37px);
        }
        .artUserLogo {margin-right: 5px;}
        .commItemText {
            margin-left: 0;
        }
        .commAnswerItem {
            margin-top: 15px;
            margin-left: 10px;
        }
        .commAnswerItem .commItemPerson:before,
        .commAnswerItem .commItemPerson:after {display: none;}
        .commItemPerson .artUserLogo {
            height: 30px;
        }
        .commItemPerson .artUserLogoBlock {
            width: 30px;
            height: 30px;
        }
        .commItemPerson .artUserLogoImg {
            height: 24px;
            width: 24px;
        }
        .commItemPerson .artUserNameBlock {
            height: 20px;
            line-height: 20px;
        }
        .articleText {
            padding: 30px 10px 0;
        }
        .articleText p[style="float: left;"],
        .articleText p[style="float: right;"] {
            float: none !important;
            text-align: center;
        }
        .articleText p[style="float: left;"] img,
        .articleText p[style="float: right;"] img {
            float: none;
            display: inline-block;
            vertical-align: top;
            margin: 0 0 10px;
        }
        .articleText blackquote {
            padding-left: 20px;
        }
        .articleTitle span {
            font-size: 16px;
            line-height: 24px;
        }
        .articleText h3 {
            font-size: 16px;
        }
        .commBlock .sendForm {
            height: 40px;
        }
        .commBlock .send-message-text {
            height: 38px !important;
            width: calc(100% - 80px);
        }
        .commBlock .send-message-buttons {
            margin-left: 0px !important;
            width: 80px;
        }
        .articleActivityTop
        {
            min-height: 170px !important;
        }
        .artActiveLeft.fll
        {
            margin-bottom: 40px;
        }
        .commBlock #sendChatSmile {
            width: 40px;
            height: 38px;
            line-height: 38px;
        }
        .sendForm .icon_enter .smile {
            line-height: 26px;
            font-size: 12px;
        }
        .commBlock #sendChatMsg {
            width: 40px;
            height: 38px;
            line-height: 36px;
        }
        .commBlock textarea {
            height: 40px !important;
            padding-bottom: 10px;
            padding-top: 10px;
        }
        .commBlock .submitArrow {
            width: 18px;
            height: 18px;
            -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
        }
        .articleControlsLeft .artUserLogo {
            float: none;
            width: 100%;
            text-align: center;
        }
        .articleControlsLeft .artUserProf {
            float: none;
            display: inline-block;
            vertical-align: top;
            margin: 35px auto;
            margin-bottom: 0px;
            text-align: center;
            text-indent: 0px;
        }
        .articleDate {
            display: inline-block;
            poisiton: relative !important;
            top: auto !important;
            left: auto !important;
            margin-top: 20px !important;
            margin-left: -15px;
            position: relative;
            right: auto;
            line-height: 44px;
            font-size: 14px;
        }
        .articleControlsLeft {
            text-align: center;
        }
        .articleControlsLeft .artUserProfName {
            line-height: 40px;
            vertical-align: top;
            font-size: 14px;
        }
        .articleControlsRight .artShareBtn,
        .articleControlsRight .artStars span,
        .articleControlsRight .artShares span {
            font-size: 14px;
        }
        .articleControlsRight .artWatch,
        .articleControlsRight .artComm {
            padding-left: 30px;
        }
        .artShareBtn + .artShareBtn {
            margin-left: 20px;
        }
        .articleControls.articleControlsLeft {
            padding: 10px;
        }
        .articleControlsRight .artShare {
            padding: 0;
        }
        .articleControlsLeft .artUserLogo {
            height: 30px;
            line-height: 30px;
        }
        .articleControlsLeft .artUserLogoBlock {
            height: 30px;
            width: 30px;
        }
        .articleControlsLeft .artUserLogoImg {
            height: 24px;
            width: 24px;
        }
        .articleControlsLeft .artUserNameBlock {
            line-height: 30px;
        }
        .articleControlsLeft .artUserNameBlock span {
            font-size: 14px;
            font-weight: normal;
        }
        .articleTags {
            padding: 25px 0;
            line-height: 0;
        }
        .articleTags a {
            margin-bottom: 5px;
        }
        .wrapperSaveChanges span {
            display: none;
        }
        .mce-menubar {display: none !important;}
        div.mce-edit-area {
            padding: 0 !important;
        }
        #articleView-id_ifr {
            border: none !important;
        }
    }
    @media (max-width: 540px) {
        .commBlock #sendChatSmile {display: none;}
        .commBlock .send-message-buttons {
            width: 40px;
        }
    }
    .uploadList {
        display: block;
        position: absolute;
        z-index: 4;
    }
    .uploadItem {
        width: 1108px;
        height: 369px;
        margin: 0;
        position: relative;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        display: block;
        overflow: hidden;
        line-height: 150px;
    }
    .uploadItem img {
        max-height: 100%;
        max-width: none !important;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .uploadClose {
        position: absolute;
        height: 20px;
        width: 20px;
        border-radius: 20px;
        background: #f00;
        color: #fff;
        right: 10px;
        top: 10px;
        cursor: pointer;
        line-height: 20px;
        z-index: 9999;
    }
    .hide_preview {background: #f1f1f1 !important;}
    .hide_preview .dz-message {display: none;}
    .socLinks a span {
        line-height: 24px;
    }
    .artShareFormBtn {
        margin-top: -8px;
    }
    .artStars .artStarsBtn svg path
    {
        fill: #ffa836;
    }

    .lSkype:hover svg{
        fill:#15ace5;
        width:12px !important;
        height: 12px !important;
    }

    .lSkype svg{
        width:12px !important;
        height: 12px !important;
        fill: #bbbbbb;
    }

    .skype svg{
        width:18px !important;
        height: 18px !important;
        fill:#bbbbbb;
    }

    .lSkype, .skype{
        border-color:#bbbbbb;
    }

    .lSkype:hover, .skype:hover{
        border-color:#15ace5;
    }

    .skype:hover svg{
        fill:#15ace5;
    }



.converted-progress.artImg:after{
    display: none;
}
.skype-share{
    display: inline;
    cursor: pointer;
}





#searchInput {
    padding: 5px 0;
    box-sizing: border-box;
}
#searchInput:before,
#searchInput:after {
    display: none;
}
#searchInput li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 5px 2px;
    box-sizing: border-box;
    height: 30px;
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
}
.tagit-choice {
    padding: 0 5px;
    box-shadow: none;
    border-radius: 3px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.tagit-close {
    text-decoration: none;
    margin-left: 5px;
    color: #666;
    cursor: pointer;
}
#searchInput li:before,
#searchInput li:after {
    display: none;
}
.ui-autocomplete {
    z-index: 1000;
    width: 300px !important;
}
#searchInput li input {
    background-color: transparent;
    border: none;
    height: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    width: 85px;
}
.ui-autocomplete.ui-menu .ui-menu-item {
    width: 300px !important;
}
#searchInput {
    text-align: left;
}
#searchInput .tagit-new {
    background: none;
    border: none;
    box-shadow: none;
}
#searchInput .tagit-new input {
    background: none;
    border: none;
    box-shadow: none;
}
#searchInput .tagit-new input:focus {
    box-shadow: none !important;
    outline: none !important;
}





.artSharesDrop .socLinks a {
    height: 34px;
    width: 34px;
    margin-right: 0;
    line-height: 30px;
}
.artSharesDrop .socLinks a:not(.lSkype) {
    margin-right: 44px;
}
.artSharesDrop .socLinks a span {
    line-height: 16px;
    margin-bottom: 0;
}
.artSharesDrop .socLinks a svg {
    height: 16px !important;
    width: 16px !important;
    margin: 7px auto;
}
#mceu_18 #articleView-id_ifr img {
    max-width: 100%;
}
img {
    max-width: 100%;
}


.articlePublicMiddle {
    overflow: hidden;
    padding: 10px 0;
}



.write_author, .write_author:focus{
    border:2px solid #ffa836;
    height: 36px;
    color:#ffa836;
    line-height: 34px;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding:0 28px;
    text-transform: uppercase;
    outline: none !important;
    text-decoration: none;
    border-radius: 3px;
}

.write_author:hover{
    color: #fff;
    border-color: transparent;
    background-color: #ffb547;
}

.write_author:active{
    box-shadow: inset 0 0 7px rgba(0, 0, 0, .2);
}


#myTags {
    padding: 5px 10px;
}

ul.tagit#myTags li.tagit-new {
    padding: 0;
}
.article .col-sm-3,
.article .col-sm-9 {
    padding: 0 !important;
}
.article .eventListBlock .articleText {
    padding: 10px 70px;
}

@media (max-width: 767px) {
    .linkIcon {
        width: 65px;
    }
    .timeLine .event > a {
        height: 50px;
        text-align: center;
    }
    .timeLine .leftSide .event .ava {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 0 !important;
    }
    .timeLine .event.taskMsg > .articleText {
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
        /*width: 250px;*/
    }
    .timeLine .event {
        /*display: inline-block;
        vertical-align: top;*/
        margin: 0 10px;
    }
    .timeLine .event .ava.rounded {margin-left: 0 !important;}
    .periodItem .eventListBlock {background: #fff;}
    .baseInfo .needShow.col-sm-3,
    .baseInfo .needShow.col-sm-4 {
        width: 50%;
        float: left;
    }
    .wrapperSaveChanges {
        margin-right: 10px;
    }
}
@media (max-width: 500px) {
    .videoPublicChanger {
        width: 100%;
    }
}
.task-item_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
.video-block-link a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
    display: block;
}
.wrapper-container {
    overflow: hidden;
}
#header {
    z-index: 610;
}

.mainCommTextarea {
    overflow-y: auto !important;
}




.converted-progress #map-load-art:before {
    width: 70px;
    height: 70px;
    margin: -6px 0 0 -36px;
}
.svgLogoHolder {
    position: absolute;
    z-index: 5;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    display: block;
    max-width: 160px;
    max-height: 160px;
    margin: auto;
    -webkit-transform: translate(-50%,-45%) !important;
    -ms-transform: translate(-50%,-45%) !important;
    transform: translate(-50%,-45%) !important;
}
.userContacts {
    text-align: center;
}
.userContacts .pull-right {
    float: none !important;
}
@media (max-width: 768px) {
    .age .date-block {
        display: block;
        margin-bottom: 20px;
    }
    #header ~ .wrapper-container {
        padding: 115px 0 0 !important;
    }
    .rightSide .modal-content.eventModalContent .circle_remove {
        top: -20px;
    }
}
.userProjects .aboutProject .thumb {
    margin-right: 5px;
    display: block;
    width: 50px;
}

.articleItem:not(.articleBig) .artShareBtns {
    width: 70%;
    display: table;
    height: 100%;
}
.articleItem:not(.articleBig) .artShareBtns .artShareBtn {
    width: 50%;
    display: table-cell;
    background-position: left center;
}
.articleItem:not(.articleBig) .artShareBtns .artShareBtn + .artShareBtn {
    margin-left: 0;
}
.articleControlsLeft .artUserName,
.articleControlsLeft .artUserProfName {
    vertical-align: baseline;
}
.articleControlsRight {
    height: 50px;
    box-sizing: border-box;
}
.articleControlsRight .artShare {
    height: 38px;
}
.articleControlsRight .artStars {
    padding: 0;
    line-height: 38px;
    height: 38px;
    padding: 3px 0;
    box-sizing: border-box;
}
.articleControlsRight .artStarsBtn,
.articleControlsRight .artShareBtn {
    display: inline-block;
    vertical-align: top;
    height: 32px;
    line-height: 32px;
}
.articleControlsRight .artShareBtns {
    line-height: 38px;
    height: 38px;
    padding: 3px 0;
}
.articleControlsRight .artShareBtns span {
    display: block;
}
.articleControlsRight .artShareBtn {
    margin-left: 35px;
}
@media (max-width: 1024px) {
    .articleControlsRight .artStarsBtn,
    .articleControlsRight .artShareBtn {
        height: 25px;
        line-height: 25px;
    }
    .articleControlsRight .artStars {
        height: 25px;
        padding: 0;
        line-height: 25px;
    }
}
.send-message-block .popover {
    width: 500px !important;
}
@media (max-width: 600px) {
    .send-message-block .popover {
        width: 400px !important;
    }
    .commItemPerson .artUserNameBlock span {
        max-width: 130px;
        width: 100%;
    }
    .mce-window.mce-in.mce-container,
    .mce-window.mce-in.mce-container .mce-container,
    .mce-window.mce-in .mce-container-body {
        box-sizing: border-box;
        width: 95% !important;
        left: 2% !important;
    }
    .mce-window.mce-in.mce-container .wrapper-container {
        padding-top: 0 !important;
    }
    .mce-window.mce-in .mce-container-body {
        text-align: right !important;
        width: 100% !important;
        left: 0 !important;
    }
    body .mce-abs-layout-item, .mce-abs-end {
        left: 0 !important;
        position: relative !important;
        margin-right: 5px;
        display: inline-block;
        vertical-align: top;
    }
}
.groupViewInfo .col-sm-9 {
    padding-right: 40px !important;
    box-sizing: border-box;
}
/* circle diagram */
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
    clip: rect(auto, auto, auto, auto);
}

.pie,
.c100 .bar2,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
    position: absolute;
    border: 0.08em solid #12d09b;
    width: 0.84em;
    height: 0.84em;
    clip: rect(0em, 0.5em, 1em, 0em);
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.c100 .bar2{
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.blurred {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
}

.test_fill{
    width:100%;
    height:50%;
    position:absolute;
    background-color:#12d09b;
    bottom:0;
}

.rating{
    position: absolute;
    font-size: 10px;
    z-index: 1000;
    top: 81px;
    left: 7px;
    line-height: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #12d09b;
    font-weight: bold;
}

.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.c100 {
    position: relative;
    font-size: 120px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    float: left;
    margin: 0 0.1em 0.1em 0;
    background-color: #FFFFFF;
}
.c100 *,
.c100 *:before,
.c100 *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.c100.center {
    float: none;
    margin: 0 auto;
}
.c100.big {
    font-size: 240px;
}
.c100.small {
    font-size: 80px;
}
.c100 > span {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    width: 5em;
    line-height: 5em;
    font-size: 0.2em;
    color: #cccccc;
    display: block;
    text-align: center;
    white-space: nowrap;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.c100:after {
    position: absolute;
    top: 0.08em;
    left: 0.08em;
    display: block;
    content: " ";
    border-radius: 50%;
    background-color: #f5f5f5;
    width: 0.84em;
    height: 0.84em;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.c100 .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    /*clip: rect(0em, 1em, 1em, 0.5em);*/
    overflow: hidden;
    border-radius:50%;
}

.c100.p1 .bar {
    -webkit-transform: rotate(-1.8deg);
    -moz-transform: rotate(-1.8deg);
    -ms-transform: rotate(-1.8deg);
    -o-transform: rotate(-1.8deg);
    transform: rotate(-1.8deg);
}
.c100.p2 .bar {
    -webkit-transform: rotate(-3.6deg);
    -moz-transform: rotate(-3.6deg);
    -ms-transform: rotate(-3.6deg);
    -o-transform: rotate(-3.6deg);
    transform: rotate(-3.6deg);
}
.c100.p3 .bar {
    -webkit-transform: rotate(-5.4deg);
    -moz-transform: rotate(-5.4deg);
    -ms-transform: rotate(-5.4deg);
    -o-transform: rotate(-5.4deg);
    transform: rotate(-5.4deg);
}
.c100.p4 .bar {
    -webkit-transform: rotate(-7.2deg);
    -moz-transform: rotate(-7.2deg);
    -ms-transform: rotate(-7.2deg);
    -o-transform: rotate(-7.2deg);
    transform: rotate(-7.2deg);
}
.c100.p5 .bar {
    -webkit-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    -o-transform: rotate(-9deg);
    transform: rotate(-9deg);
}
.c100.p6 .bar {
    -webkit-transform: rotate(-10.8deg);
    -moz-transform: rotate(-10.8deg);
    -ms-transform: rotate(-10.8deg);
    -o-transform: rotate(-10.8deg);
    transform: rotate(-10.8deg);
}
.c100.p7 .bar {
    -webkit-transform: rotate(-12.6deg);
    -moz-transform: rotate(-12.6deg);
    -ms-transform: rotate(-12.6deg);
    -o-transform: rotate(-12.6deg);
    transform: rotate(-12.6deg);
}
.c100.p8 .bar {
    -webkit-transform: rotate(-14.4deg);
    -moz-transform: rotate(-14.4deg);
    -ms-transform: rotate(-14.4deg);
    -o-transform: rotate(-14.4deg);
    transform: rotate(-14.4deg);
}
.c100.p9 .bar {
    -webkit-transform: rotate(-16.2deg);
    -moz-transform: rotate(-16.2deg);
    -ms-transform: rotate(-16.2deg);
    -o-transform: rotate(-16.2deg);
    transform: rotate(-16.2deg);
}
.c100.p10 .bar {
    -webkit-transform: rotate(-18deg);
    -moz-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    -o-transform: rotate(-18deg);
    transform: rotate(-18deg);
}
.c100.p11 .bar {
    -webkit-transform: rotate(-19.8deg);
    -moz-transform: rotate(-19.8deg);
    -ms-transform: rotate(-19.8deg);
    -o-transform: rotate(-19.8deg);
    transform: rotate(-19.8deg);
}
.c100.p12 .bar {
    -webkit-transform: rotate(-21.6deg);
    -moz-transform: rotate(-21.6deg);
    -ms-transform: rotate(-21.6deg);
    -o-transform: rotate(-21.6deg);
    transform: rotate(-21.6deg);
}
.c100.p13 .bar {
    -webkit-transform: rotate(-23.4deg);
    -moz-transform: rotate(-23.4deg);
    -ms-transform: rotate(-23.4deg);
    -o-transform: rotate(-23.4deg);
    transform: rotate(-23.4deg);
}
.c100.p14 .bar {
    -webkit-transform: rotate(-25.2deg);
    -moz-transform: rotate(-25.2deg);
    -ms-transform: rotate(-25.2deg);
    -o-transform: rotate(-25.2deg);
    transform: rotate(-25.2deg);
}
.c100.p15 .bar {
    -webkit-transform: rotate(-27deg);
    -moz-transform: rotate(-27deg);
    -ms-transform: rotate(-27deg);
    -o-transform: rotate(-27deg);
    transform: rotate(-27deg);
}
.c100.p16 .bar {
    -webkit-transform: rotate(-28.8deg);
    -moz-transform: rotate(-28.8deg);
    -ms-transform: rotate(-28.8deg);
    -o-transform: rotate(-28.8deg);
    transform: rotate(-28.8deg);
}
.c100.p17 .bar {
    -webkit-transform: rotate(-30.6deg);
    -moz-transform: rotate(-30.6deg);
    -ms-transform: rotate(-30.6deg);
    -o-transform: rotate(-30.6deg);
    transform: rotate(-30.6deg);
}
.c100.p18 .bar {
    -webkit-transform: rotate(-32.4deg);
    -moz-transform: rotate(-32.4deg);
    -ms-transform: rotate(-32.4deg);
    -o-transform: rotate(-32.4deg);
    transform: rotate(-32.4deg);
}
.c100.p19 .bar {
    -webkit-transform: rotate(-34.2deg);
    -moz-transform: rotate(-34.2deg);
    -ms-transform: rotate(-34.2deg);
    -o-transform: rotate(-34.2deg);
    transform: rotate(-34.2deg);
}
.c100.p20 .bar {
    -webkit-transform: rotate(-36deg);
    -moz-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -o-transform: rotate(-36deg);
    transform: rotate(-36deg);
}
.c100.p21 .bar {
    -webkit-transform: rotate(-37.8deg);
    -moz-transform: rotate(-37.8deg);
    -ms-transform: rotate(-37.8deg);
    -o-transform: rotate(-37.8deg);
    transform: rotate(-37.8deg);
}
.c100.p22 .bar {
    -webkit-transform: rotate(-39.6deg);
    -moz-transform: rotate(-39.6deg);
    -ms-transform: rotate(-39.6deg);
    -o-transform: rotate(-39.6deg);
    transform: rotate(-39.6deg);
}
.c100.p23 .bar {
    -webkit-transform: rotate(-41.4deg);
    -moz-transform: rotate(-41.4deg);
    -ms-transform: rotate(-41.4deg);
    -o-transform: rotate(-41.4deg);
    transform: rotate(-41.4deg);
}
.c100.p24 .bar {
    -webkit-transform: rotate(-43.2deg);
    -moz-transform: rotate(-43.2deg);
    -ms-transform: rotate(-43.2deg);
    -o-transform: rotate(-43.2deg);
    transform: rotate(-43.2deg);
}
.c100.p25 .bar {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.c100.p26 .bar {
    -webkit-transform: rotate(-46.8deg);
    -moz-transform: rotate(-46.8deg);
    -ms-transform: rotate(-46.8deg);
    -o-transform: rotate(-46.8deg);
    transform: rotate(-46.8deg);
}
.c100.p27 .bar {
    -webkit-transform: rotate(-48.6deg);
    -moz-transform: rotate(-48.6deg);
    -ms-transform: rotate(-48.6deg);
    -o-transform: rotate(-48.6deg);
    transform: rotate(-48.6deg);
}
.c100.p28 .bar {
    -webkit-transform: rotate(-50.4deg);
    -moz-transform: rotate(-50.4deg);
    -ms-transform: rotate(-50.4deg);
    -o-transform: rotate(-50.4deg);
    transform: rotate(-50.4deg);
}
.c100.p29 .bar {
    -webkit-transform: rotate(-52.2deg);
    -moz-transform: rotate(-52.2deg);
    -ms-transform: rotate(-52.2deg);
    -o-transform: rotate(-52.2deg);
    transform: rotate(-52.2deg);
}
.c100.p30 .bar {
    -webkit-transform: rotate(-54deg);
    -moz-transform: rotate(-54deg);
    -ms-transform: rotate(-54deg);
    -o-transform: rotate(-54deg);
    transform: rotate(-54deg);
}
.c100.p31 .bar {
    -webkit-transform: rotate(-55.8deg);
    -moz-transform: rotate(-55.8deg);
    -ms-transform: rotate(-55.8deg);
    -o-transform: rotate(-55.8deg);
    transform: rotate(-55.8deg);
}
.c100.p32 .bar {
    -webkit-transform: rotate(-57.6deg);
    -moz-transform: rotate(-57.6deg);
    -ms-transform: rotate(-57.6deg);
    -o-transform: rotate(-57.6deg);
    transform: rotate(-57.6deg);
}
.c100.p33 .bar {
    -webkit-transform: rotate(-59.4deg);
    -moz-transform: rotate(-59.4deg);
    -ms-transform: rotate(-59.4deg);
    -o-transform: rotate(-59.4deg);
    transform: rotate(-59.4deg);
}
.c100.p34 .bar {
    -webkit-transform: rotate(-61.2deg);
    -moz-transform: rotate(-61.2deg);
    -ms-transform: rotate(-61.2deg);
    -o-transform: rotate(-61.2deg);
    transform: rotate(-61.2deg);
}
.c100.p35 .bar {
    -webkit-transform: rotate(-63deg);
    -moz-transform: rotate(-63deg);
    -ms-transform: rotate(-63deg);
    -o-transform: rotate(-63deg);
    transform: rotate(-63deg);
}
.c100.p36 .bar {
    -webkit-transform: rotate(-64.8deg);
    -moz-transform: rotate(-64.8deg);
    -ms-transform: rotate(-64.8deg);
    -o-transform: rotate(-64.8deg);
    transform: rotate(-64.8deg);
}
.c100.p37 .bar {
    -webkit-transform: rotate(-66.6deg);
    -moz-transform: rotate(-66.6deg);
    -ms-transform: rotate(-66.6deg);
    -o-transform: rotate(-66.6deg);
    transform: rotate(-66.6deg);
}
.c100.p38 .bar {
    -webkit-transform: rotate(-68.4deg);
    -moz-transform: rotate(-68.4deg);
    -ms-transform: rotate(-68.4deg);
    -o-transform: rotate(-68.4deg);
    transform: rotate(-68.4deg);
}
.c100.p39 .bar {
    -webkit-transform: rotate(-70.2deg);
    -moz-transform: rotate(-70.2deg);
    -ms-transform: rotate(-70.2deg);
    -o-transform: rotate(-70.2deg);
    transform: rotate(-70.2deg);
}
.c100.p40 .bar {
    -webkit-transform: rotate(-72deg);
    -moz-transform: rotate(-72deg);
    -ms-transform: rotate(-72deg);
    -o-transform: rotate(-72deg);
    transform: rotate(-72deg);
}
.c100.p41 .bar {
    -webkit-transform: rotate(-73.8deg);
    -moz-transform: rotate(-73.8deg);
    -ms-transform: rotate(-73.8deg);
    -o-transform: rotate(-73.8deg);
    transform: rotate(-73.8deg);
}
.c100.p42 .bar {
    -webkit-transform: rotate(-75.6deg);
    -moz-transform: rotate(-75.6deg);
    -ms-transform: rotate(-75.6deg);
    -o-transform: rotate(-75.6deg);
    transform: rotate(-75.6deg);
}
.c100.p43 .bar {
    -webkit-transform: rotate(-77.4deg);
    -moz-transform: rotate(-77.4deg);
    -ms-transform: rotate(-77.4deg);
    -o-transform: rotate(-77.4deg);
    transform: rotate(-77.4deg);
}
.c100.p44 .bar {
    -webkit-transform: rotate(-79.2deg);
    -moz-transform: rotate(-79.2deg);
    -ms-transform: rotate(-79.2deg);
    -o-transform: rotate(-79.2deg);
    transform: rotate(-79.2deg);
}
.c100.p45 .bar {
    -webkit-transform: rotate(-81deg);
    -moz-transform: rotate(-81deg);
    -ms-transform: rotate(-81deg);
    -o-transform: rotate(-81deg);
    transform: rotate(-81deg);
}
.c100.p46 .bar {
    -webkit-transform: rotate(-82.8deg);
    -moz-transform: rotate(-82.8deg);
    -ms-transform: rotate(-82.8deg);
    -o-transform: rotate(-82.8deg);
    transform: rotate(-82.8deg);
}
.c100.p47 .bar {
    -webkit-transform: rotate(-84.6deg);
    -moz-transform: rotate(-84.6deg);
    -ms-transform: rotate(-84.6deg);
    -o-transform: rotate(-84.6deg);
    transform: rotate(-84.6deg);
}
.c100.p48 .bar {
    -webkit-transform: rotate(-86.4deg);
    -moz-transform: rotate(-86.4deg);
    -ms-transform: rotate(-86.4deg);
    -o-transform: rotate(-86.4deg);
    transform: rotate(-86.4deg);
}
.c100.p49 .bar {
    -webkit-transform: rotate(-88.2deg);
    -moz-transform: rotate(-88.2deg);
    -ms-transform: rotate(-88.2deg);
    -o-transform: rotate(-88.2deg);
    transform: rotate(-88.2deg);
}
.c100.p50 .bar {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.c100.p51 .bar {
    -webkit-transform: rotate(-91.8deg);
    -moz-transform: rotate(-91.8deg);
    -ms-transform: rotate(-91.8deg);
    -o-transform: rotate(-91.8deg);
    transform: rotate(-91.8deg);
}
.c100.p52 .bar {
    -webkit-transform: rotate(-93.6deg);
    -moz-transform: rotate(-93.6deg);
    -ms-transform: rotate(-93.6deg);
    -o-transform: rotate(-93.6deg);
    transform: rotate(-93.6deg);
}
.c100.p53 .bar {
    -webkit-transform: rotate(-95.4deg);
    -moz-transform: rotate(-95.4deg);
    -ms-transform: rotate(-95.4deg);
    -o-transform: rotate(-95.4deg);
    transform: rotate(-95.4deg);
}
.c100.p54 .bar {
    -webkit-transform: rotate(-97.2deg);
    -moz-transform: rotate(-97.2deg);
    -ms-transform: rotate(-97.2deg);
    -o-transform: rotate(-97.2deg);
    transform: rotate(-97.2deg);
}
.c100.p55 .bar {
    -webkit-transform: rotate(-99deg);
    -moz-transform: rotate(-99deg);
    -ms-transform: rotate(-99deg);
    -o-transform: rotate(-99deg);
    transform: rotate(-99deg);
}
.c100.p56 .bar {
    -webkit-transform: rotate(-100.8deg);
    -moz-transform: rotate(-100.8deg);
    -ms-transform: rotate(-100.8deg);
    -o-transform: rotate(-100.8deg);
    transform: rotate(-100.8deg);
}
.c100.p57 .bar {
    -webkit-transform: rotate(-102.6deg);
    -moz-transform: rotate(-102.6deg);
    -ms-transform: rotate(-102.6deg);
    -o-transform: rotate(-102.6deg);
    transform: rotate(-102.6deg);
}
.c100.p58 .bar {
    -webkit-transform: rotate(-104.4deg);
    -moz-transform: rotate(-104.4deg);
    -ms-transform: rotate(-104.4deg);
    -o-transform: rotate(-104.4deg);
    transform: rotate(-104.4deg);
}
.c100.p59 .bar {
    -webkit-transform: rotate(-106.2deg);
    -moz-transform: rotate(-106.2deg);
    -ms-transform: rotate(-106.2deg);
    -o-transform: rotate(-106.2deg);
    transform: rotate(-106.2deg);
}
.c100.p60 .bar {
    -webkit-transform: rotate(-108deg);
    -moz-transform: rotate(-108deg);
    -ms-transform: rotate(-108deg);
    -o-transform: rotate(-108deg);
    transform: rotate(-108deg);
}
.c100.p61 .bar {
    -webkit-transform: rotate(-109.8deg);
    -moz-transform: rotate(-109.8deg);
    -ms-transform: rotate(-109.8deg);
    -o-transform: rotate(-109.8deg);
    transform: rotate(-109.8deg);
}
.c100.p62 .bar {
    -webkit-transform: rotate(-111.6deg);
    -moz-transform: rotate(-111.6deg);
    -ms-transform: rotate(-111.6deg);
    -o-transform: rotate(-111.6deg);
    transform: rotate(-111.6deg);
}
.c100.p63 .bar {
    -webkit-transform: rotate(-113.4deg);
    -moz-transform: rotate(-113.4deg);
    -ms-transform: rotate(-113.4deg);
    -o-transform: rotate(-113.4deg);
    transform: rotate(-113.4deg);
}
.c100.p64 .bar {
    -webkit-transform: rotate(-115.2deg);
    -moz-transform: rotate(-115.2deg);
    -ms-transform: rotate(-115.2deg);
    -o-transform: rotate(-115.2deg);
    transform: rotate(-115.2deg);
}
.c100.p65 .bar {
    -webkit-transform: rotate(-117deg);
    -moz-transform: rotate(-117deg);
    -ms-transform: rotate(-117deg);
    -o-transform: rotate(-117deg);
    transform: rotate(-117deg);
}
.c100.p66 .bar {
    -webkit-transform: rotate(-118.8deg);
    -moz-transform: rotate(-118.8deg);
    -ms-transform: rotate(-118.8deg);
    -o-transform: rotate(-118.8deg);
    transform: rotate(-118.8deg);
}
.c100.p67 .bar {
    -webkit-transform: rotate(-120.6deg);
    -moz-transform: rotate(-120.6deg);
    -ms-transform: rotate(-120.6deg);
    -o-transform: rotate(-120.6deg);
    transform: rotate(-120.6deg);
}
.c100.p68 .bar {
    -webkit-transform: rotate(-122.4deg);
    -moz-transform: rotate(-122.4deg);
    -ms-transform: rotate(-122.4deg);
    -o-transform: rotate(-122.4deg);
    transform: rotate(-122.4deg);
}
.c100.p69 .bar {
    -webkit-transform: rotate(-124.2deg);
    -moz-transform: rotate(-124.2deg);
    -ms-transform: rotate(-124.2deg);
    -o-transform: rotate(-124.2deg);
    transform: rotate(-124.2deg);
}
.c100.p70 .bar {
    -webkit-transform: rotate(-126deg);
    -moz-transform: rotate(-126deg);
    -ms-transform: rotate(-126deg);
    -o-transform: rotate(-126deg);
    transform: rotate(-126deg);
}
.c100.p71 .bar {
    -webkit-transform: rotate(-127.8deg);
    -moz-transform: rotate(-127.8deg);
    -ms-transform: rotate(-127.8deg);
    -o-transform: rotate(-127.8deg);
    transform: rotate(-127.8deg);
}
.c100.p72 .bar {
    -webkit-transform: rotate(-129.6deg);
    -moz-transform: rotate(-129.6deg);
    -ms-transform: rotate(-129.6deg);
    -o-transform: rotate(-129.6deg);
    transform: rotate(-129.6deg);
}
.c100.p73 .bar {
    -webkit-transform: rotate(-131.4deg);
    -moz-transform: rotate(-131.4deg);
    -ms-transform: rotate(-131.4deg);
    -o-transform: rotate(-131.4deg);
    transform: rotate(-131.4deg);
}
.c100.p74 .bar {
    -webkit-transform: rotate(-133.2deg);
    -moz-transform: rotate(-133.2deg);
    -ms-transform: rotate(-133.2deg);
    -o-transform: rotate(-133.2deg);
    transform: rotate(-133.2deg);
}
.c100.p75 .bar {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.c100.p76 .bar {
    -webkit-transform: rotate(-136.8deg);
    -moz-transform: rotate(-136.8deg);
    -ms-transform: rotate(-136.8deg);
    -o-transform: rotate(-136.8deg);
    transform: rotate(-136.8deg);
}
.c100.p77 .bar {
    -webkit-transform: rotate(-138.6deg);
    -moz-transform: rotate(-138.6deg);
    -ms-transform: rotate(-138.6deg);
    -o-transform: rotate(-138.6deg);
    transform: rotate(-138.6deg);
}
.c100.p78 .bar {
    -webkit-transform: rotate(-140.4deg);
    -moz-transform: rotate(-140.4deg);
    -ms-transform: rotate(-140.4deg);
    -o-transform: rotate(-140.4deg);
    transform: rotate(-140.4deg);
}
.c100.p79 .bar {
    -webkit-transform: rotate(-142.2deg);
    -moz-transform: rotate(-142.2deg);
    -ms-transform: rotate(-142.2deg);
    -o-transform: rotate(-142.2deg);
    transform: rotate(-142.2deg);
}
.c100.p80 .bar {
    -webkit-transform: rotate(-144deg);
    -moz-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg);
}
.c100.p81 .bar {
    -webkit-transform: rotate(-145.8deg);
    -moz-transform: rotate(-145.8deg);
    -ms-transform: rotate(-145.8deg);
    -o-transform: rotate(-145.8deg);
    transform: rotate(-145.8deg);
}
.c100.p82 .bar {
    -webkit-transform: rotate(-147.6deg);
    -moz-transform: rotate(-147.6deg);
    -ms-transform: rotate(-147.6deg);
    -o-transform: rotate(-147.6deg);
    transform: rotate(-147.6deg);
}
.c100.p83 .bar {
    -webkit-transform: rotate(-149.4deg);
    -moz-transform: rotate(-149.4deg);
    -ms-transform: rotate(-149.4deg);
    -o-transform: rotate(-149.4deg);
    transform: rotate(-149.4deg);
}
.c100.p84 .bar {
    -webkit-transform: rotate(-151.2deg);
    -moz-transform: rotate(-151.2deg);
    -ms-transform: rotate(-151.2deg);
    -o-transform: rotate(-151.2deg);
    transform: rotate(-151.2deg);
}
.c100.p85 .bar {
    -webkit-transform: rotate(-153deg);
    -moz-transform: rotate(-153deg);
    -ms-transform: rotate(-153deg);
    -o-transform: rotate(-153deg);
    transform: rotate(-153deg);
}
.c100.p86 .bar {
    -webkit-transform: rotate(-154.8deg);
    -moz-transform: rotate(-154.8deg);
    -ms-transform: rotate(-154.8deg);
    -o-transform: rotate(-154.8deg);
    transform: rotate(-154.8deg);
}
.c100.p87 .bar {
    -webkit-transform: rotate(-156.6deg);
    -moz-transform: rotate(-156.6deg);
    -ms-transform: rotate(-156.6deg);
    -o-transform: rotate(-156.6deg);
    transform: rotate(-156.6deg);
}
.c100.p88 .bar {
    -webkit-transform: rotate(-158.4deg);
    -moz-transform: rotate(-158.4deg);
    -ms-transform: rotate(-158.4deg);
    -o-transform: rotate(-158.4deg);
    transform: rotate(-158.4deg);
}
.c100.p89 .bar {
    -webkit-transform: rotate(-160.2deg);
    -moz-transform: rotate(-160.2deg);
    -ms-transform: rotate(-160.2deg);
    -o-transform: rotate(-160.2deg);
    transform: rotate(-160.2deg);
}
.c100.p90 .bar {
    -webkit-transform: rotate(-162deg);
    -moz-transform: rotate(-162deg);
    -ms-transform: rotate(-162deg);
    -o-transform: rotate(-162deg);
    transform: rotate(-162deg);
}
.c100.p91 .bar {
    -webkit-transform: rotate(-163.8deg);
    -moz-transform: rotate(-163.8deg);
    -ms-transform: rotate(-163.8deg);
    -o-transform: rotate(-163.8deg);
    transform: rotate(-163.8deg);
}
.c100.p92 .bar {
    -webkit-transform: rotate(-165.6deg);
    -moz-transform: rotate(-165.6deg);
    -ms-transform: rotate(-165.6deg);
    -o-transform: rotate(-165.6deg);
    transform: rotate(-165.6deg);
}
.c100.p93 .bar {
    -webkit-transform: rotate(-167.4deg);
    -moz-transform: rotate(-167.4deg);
    -ms-transform: rotate(-167.4deg);
    -o-transform: rotate(-167.4deg);
    transform: rotate(-167.4deg);
}
.c100.p94 .bar {
    -webkit-transform: rotate(-169.2deg);
    -moz-transform: rotate(-169.2deg);
    -ms-transform: rotate(-169.2deg);
    -o-transform: rotate(-169.2deg);
    transform: rotate(-169.2deg);
}
.c100.p95 .bar {
    -webkit-transform: rotate(-171deg);
    -moz-transform: rotate(-171deg);
    -ms-transform: rotate(-171deg);
    -o-transform: rotate(-171deg);
    transform: rotate(-171deg);
}
.c100.p96 .bar {
    -webkit-transform: rotate(-172.8deg);
    -moz-transform: rotate(-172.8deg);
    -ms-transform: rotate(-172.8deg);
    -o-transform: rotate(-172.8deg);
    transform: rotate(-172.8deg);
}
.c100.p97 .bar {
    -webkit-transform: rotate(-174.6deg);
    -moz-transform: rotate(-174.6deg);
    -ms-transform: rotate(-174.6deg);
    -o-transform: rotate(-174.6deg);
    transform: rotate(-174.6deg);
}
.c100.p98 .bar {
    -webkit-transform: rotate(-176.4deg);
    -moz-transform: rotate(-176.4deg);
    -ms-transform: rotate(-176.4deg);
    -o-transform: rotate(-176.4deg);
    transform: rotate(-176.4deg);
}
.c100.p99 .bar {
    -webkit-transform: rotate(-178.2deg);
    -moz-transform: rotate(-178.2deg);
    -ms-transform: rotate(-178.2deg);
    -o-transform: rotate(-178.2deg);
    transform: rotate(-178.2deg);
}
.c100.p100 .bar {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.user-avatar img{
    position: absolute;
    width: 72px;
    height: 73px;
    left: 4px;
    top: 9px;
    z-index: 1;
}

.user-avatar .small{
    position: absolute;
    top: 6px;
}

.user-avatar .avatar.rounded{
    border-width: 0px !important;
}

.slime-container{
    position: absolute;
    background: #FFFFFF;
    top:0px;
    width:61px;
    height: 61px;
    border-radius: 50%;
    overflow: hidden;
    left: -3px;
    z-index: 0;
}
.slime-container .fill{
    position: absolute;
    width: 100%;
    background: #12d09b;
    bottom: 0;
}
.user-list-windpw-minimize .user-list .user-list-item{
    position: relative;
}
.ui-draggable-dragging .profile-picture{
    position: absolute;
    width: 26px !important;
    height: 26px !important;
    top:2px;
    left: 2px !important;
    z-index: 10000;
}
.ui-draggable-dragging .slime-container{
    width: 30px !important;
    left: 0px !important;
    height: 30px !important;
}
.user-list .user-list-item .profile-picture{
    z-index:2;
    background: #FFFFFF;
}
body {background: #e9ebf2 !important;}

.articleSmall.noImg .artImg {
    display: none;
}
@media (max-width: 1024px) {
    .articleSmall.noImg .artImg {
        display: block;
    }
    .articleSmall.noImg .artName_User {
        padding: 0 15px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .articleSmall .converted-progress {
        margin-top: 80px;
        margin-bottom: 20px;
    }
    .articleSmall .converted-progress + .artName_User .artName:after {
        display: none;
    }
    .articleSmall .converted-progress + .artName_User .artName span {
        color: #000;
    }
}
.jp-video .pp_button {
    left: 0;
}
.scrollList {
    overflow-y: auto !important;
}


.artUserNameBlock .artUserName {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100px;
    line-height: 14px;
}
.uploadMetod {
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
}
.metodText{
    display: inline-block;
    vertical-align: top;
    height: 32px;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #9BA9C9;
    color: #4c4c4c;
    font: 16px/32px 'PT Sans', Arial, Helvetica, sans-serif;
    cursor: pointer;
}
.metodBtn1, .metodBtn2{
    display: inline-block;
    vertical-align: top;
    height: 32px;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #ffffff;
    color: #4c4c4c;
    font: 16px/32px 'PT Sans', Arial, Helvetica, sans-serif;
    cursor: pointer;
}
.metodText:hover, .metodBtn1:hover, .metodBtn2:hover{
    color: #ffffff;
    background: #9BA9C9;
}
.clearfix1{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
    padding: 12px;
    box-sizing: border-box;
    line-height: 40px;
}
.cloud-add-btn {
    text-transform: uppercase;
    border-radius: 12px;
    border: 0px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 32px;
    font: 14px/32px 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    background: #D8E0E6;
    color: #9199a1;
    cursor: pointer;
}
.cloud-add-btn:hover {
    background: #FFBE10;
    color: #ffffff;
}
#popup-cloud2, #popup-cloud{
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 2px #c9c8c7;
    margin: 0 auto;
    max-width: 988px;
    padding: 0px;
    position: relative;
}
.modal-content{
    border-radius: 8px !important;
}

/*avatar_rating.ctp*/
.avaRat .slime-container {
    background: transparent;
}
.avaRat  .round2{
    border: 1px solid #12d09b;
    border-radius: 50%;
    position: absolute;
}
.avaRat .rounded, .avaRat .avatar{
    border: none;
}
.avaRat  {
    display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: top;
    width: 55px;
    position: relative;
}
.avaRat img{
    position: absolute;
    display: block;
}
.avaRat .rnd55{
    left: 0px;
    top: 9px;
    height: 55px;
    width: 55px;
}
.avaRat .img55{
    left: 3px;
    top: 12px;
    max-height: 49px !important;
    max-width: 49px !important;
}
.avaRat .rnd40{
    left: 2px;
    top: 8px;
    height: 40px;
    width: 40px;
}
.avaRat .img40{
    left:4px;
    max-height: 36px !important;
    max-width: 36px !important;
}

.avaRat .rnd30{
    left: 1.5px;
    top: 1.5px;
    height: 30px;
    width: 30px;
}
.avaRat .img30{
    top: 16.5px;
    left: 16.5px;
    max-height: 26px !important;
    max-width: 26px !important;
}
.socialPopup {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 2px #c9c8c7;
    margin: 0 auto;
    max-width: 500px;
    padding: 0px;
    position: relative;
}
.socialPopupTop {
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    padding: 25px 0;
    box-sizing: border-box;
}
.socialPopupMiddle{
    padding: 0px 15px 10px 15px;
    font-size: 16px;
    font-family: 'Open Sans';
    text-align: center;
}
.socialIconDIV{
    left: 140px;
    position: relative;
}
.socialPopupBottom{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
    line-height: 40px;
}

.block-background{
	background-color: #ffffff;
	border-radius: 10px;
	border: 1px solid #d8e0e6;
	padding: 10px;
}
