html,
body {
    height: 100%;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    margin: 0;
}

[class^="icon-"], [class*=" icon-"] {
    font-size: 22px;
}

.auth-icon.mailru {
    background-position: 0 -204px;
}

.auth-icon.odnoklassniki {
    background-position: 0 -272px;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #2C2C2C;
    background-color: #DAE0E6;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    /*overflow: hidden;*/
}

.content {
    max-width: 1300px;
    margin: auto;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a, a:hover:not(.btn), a:focus:not(.btn), .dropdown-menu li a:hover {
    text-decoration: none;
    outline: none;
    color: #5395ce;
}

img {
    vertical-align: middle;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
}

h3, .h3 {
    font-size: 1.3em;
}

h4, .h4 {
    font-size: 18px;
}

blockquote {
    padding: 1px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: 5px solid #8BC34A;
    background: #eee;
}

ul {
    list-style: none;
    padding: 0;
}

.wrap > .container, .wrap > .container-fluid {
    padding: 0 10px 20px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

small {
    font-size: .7rem;
}

.circle {
    border-radius: 50%;
}

.rounded {
    border-radius: 3px;
}

div[class^='col-'], div[class*=' col-'] {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

.col-lg-12, .col-sm-12 {
    width: 100%;
}


nav {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 3;
}

.nav {
    padding-left: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.nav > li {
    position: relative;
    display: inline-block;
}

.nav li a {
    display: block;
    position: relative;
    padding: 10px;
}

.nav.top > li > a {
    color: #fff;
    padding: 15px;
}

.nav-tabs > li {
    opacity: 0.8;
    /*margin-right: 10px;*/
}

.nav-tabs > li.active {
    opacity: 1;
    border-bottom: 2px solid #ffbb22;
    margin-bottom: 0;
}

.nav-tabs > li.active .nav-link {
    border-bottom: transparent;
}

.nav-tabs .nav-link {
    padding: 12px 2em;
    border: none;
    border-bottom: 1px solid #e6ecf5;
    border-right: 1px solid #e6ecf5;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    .nav > li {
        position: inherit;
    }
    div[class^='col-'], div[class*=' col-'] {
        padding: 0;
        width: 100% !important;
    }
    .right-block {
        display: flex !important;
    }
    .dfdf {
        position: initial !important;
    }
    .channel-body {
        display: block !important;
    }
    .footer {
        margin-left:0 !important;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-login {
        width: 685px;
        margin: 5% auto;
    }
}
@media (min-width: 544px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media only screen
and (min-width: 768px)
and (min-width: 992px)
and (min-width: 1200px) {
    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .post-block-photo:before, .post-block-photo:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after, .post-block-photo:after {
    clear: both;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.hidden {
    display: none !important;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    display: none;
    background: #ffffff8c;
    z-index: 9;
}

/* Modal Start */
.remote-modal {
    cursor: pointer;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
    border-radius: 2px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    padding: 24px 24px 16px 24px;
    position: relative;
}

.modal-footer {
    padding: 7px;
    text-align: right;
    clear: both;
}

.close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    -webkit-appearance: none;
    padding: 10px;
    cursor: pointer;
    background: 0 0;
    border: 0;
    z-index: 1;
}

/* End Modal */

/* Content Panel Start */
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    width: 100%;
    position: relative;
}

.panel .panel-heading {
    border-bottom: 1px solid #eee;
    padding: 15px;
    position: relative;
}

.panel-body {
    padding: 15px;
}

.panel-content {
    padding: 0 15px;
}

.img-full {
    margin: 0 -15px
}

.post-additional-info {
    padding: 10px;
    border-top: 1px solid #e6ecf5;
    display: flex;
}

.post-additional-info a:hover {
    color: #ff3407;
}

.post-action {
    align-items: center;
    display: flex;
    margin-right: 12px;
}

.post-action span {
    margin: 3px;
}

.post-action a {
    color: #A8ACA7;
}

/* End Content Panel */

/* Widgets Panels*/
.members .avatar {
    margin: 1px 1px 4px;
}

/* Buttons */
.btn, .input-group-btn .btn {
    border: none;
    border-radius: 2px;
    line-height: 1.2;
    position: relative;
    padding: 8px 30px;
    margin: 10px 1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    -o-transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    /*background: 0 0;*/
}

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    user-select: none;
    justify-content: center;
    /*-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);*/
    /*box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);*/
    /*transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);*/
}

/*.btn:focus, .btn:not(.btn-raised):not(.btn-link):focus*/
/*.btn:hover{ background-color: rgba(153,153,153,.2);}*/
.btn:active,
.btn:hover,
.btn:focus {
    outline: none;
    box-shadow: none;
    filter: brightness(90%);
}

.btn-group {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.btn-sm [class^="icon-"], .btn-xs [class^="icon-"] {
    font-size: inherit;
    line-height: inherit;
    padding-right: 3px;
}
.btn-sm {
    /*padding: 5px 12px;*/
    padding: 0.45rem 0.8rem;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    height: 28px;
}

.btn-xs {
    padding: 4px 13px;
    font-size: 10px;
}

.btn-sm [class^="icon-"] {
    font-size: 1.3em;
    padding-right: 5px;
}

.btn-danger {
    color: rgba(255, 255, 255, .84);
    background-color: #ff3407;
}
.btn-brand {
    color: rgba(255, 255, 255, .84);
    background-color: #7c5ac2;
}
.btn-default {
    color: rgba(75, 75, 75, 0.84);
    background-color: #cccccc;
}

.btn-info {
    color: rgba(255, 255, 255, .84);
    background-color: #03a9f4;
}

.btn-success {
    color: rgba(255, 255, 255, .84);
    background-color: #4caf50;
}

.btn-warning {
    color: #fff;
    background-color: #FF9800;
}

/* End Buttons */

/* Header */
.controls-header {
    position: absolute;
    right: 2em;
    bottom: 1rem;
}

.controls-header .btn {
    height: 28px;
    line-height: 28px;
    padding: 0 1rem;
    font-size: 0.8em;
    background-color: #eee;
    color: rgba(0, 0, 0, .87);
}

.controls-header .btn [class^="icon-"] {
    font-size: 1.3em;
    line-height: inherit;
    vertical-align: middle;
}

/* End Header */


.entry-action {
    position: absolute;
    top: 10px;
    right: 5px;
}
.entry-labels {
    position:absolute;
    right:10px;
    top:15px;
    display: flex;
    align-items: center;
}
.entry-labels span {
    display: flex;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.top .dropdown-menu {
    min-width: 300px !important;
    background-color: #fff !important;
    margin: 0;
    color: #000;
    max-width: 350px;
    max-height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute !important;
    z-index: 999;
}

.dropdown-menu li {
    overflow: hidden;
    position: relative;
    display: block;
}

.dropdown-menu li.selected {
    background: #e5e5e5;
}

.dropdown-header {
    padding: 10px;
    line-height: 1.2em;
}

.dropdown-header h5 {
    line-height: 1em;
}

.dropdown-menu > li > a, .media-list > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .media-list > li > a:hover {
    background: #eee;
}

.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

.dropdown-menu {
    display: none;
}

.open > .dropdown-menu {
    display: block;
}

/* material-icons */
a [class^="icon-"] {
    vertical-align: text-bottom;
}

/* Form */
.form-group {
    padding-bottom: 7px;
    margin: 28px 0 0;
    position: relative;
}

.disabled {
    color: grey;
    cursor: not-allowed;
}

.form-group .form-control {
    margin-bottom: 7px;
}

.form-group.is-focused .form-control, .selectize-input.focus input {
    outline: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);

    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.selectize-input {
    border: 0 !important;
    padding: 7px 0;
}

.selectize-input.focus {
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none;
!important;
}

.help-block {
    /*display: none;*/
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 10px;
    color: #737373;
}

.error-summary ul {
    font-size: 0.8em;
    color:#ff3407;
}

.form-group.is-focused .help-block {
    display: block;
}

.form-control, .form-group .form-control, .selectize-input input {
    border: 0;
    outline: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.form-control {
    box-shadow: none;
    height: 38px;
    padding: 7px 0;
    font-size: 16px !important;
    line-height: 1.42857143;
    display: block;
    width: 100%;
    color: #555;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    /* margin-bottom: 10px; */
}

.checkbox label, .radio label, label {
    font-size: 16px;
    line-height: 1.42857143;
    color: #607D8B;
    font-weight: 400;
    cursor: pointer;
}

.radio input[type=radio], label.radio-inline input[type=radio] {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

.radio input[type=radio]:checked ~ .circle, label.radio-inline input[type=radio]:checked ~ .circle {
    border-color: #009688;
}

.radio input[type=radio]:checked ~ .check, label.radio-inline input[type=radio]:checked ~ .check {
    -webkit-transform: scale3d(.55, .55, 1);
    transform: scale3d(.55, .55, 1);
}

.radio input[type=radio]:checked ~ .check, label.radio-inline input[type=radio]:checked ~ .check {
    background-color: #009688;
    border-radius: 100%;
}

.radio label {
    cursor: pointer;
    padding-left: 15px;
    position: relative;
}

.radio span {
    position: absolute;
    left: 0;
}

.choose-photo-item .radio label {
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    min-height: 165px;
    position: initial;
}

.choose-photo-item .radio {
    margin: 0;
    padding: 0;
}

.radio label .circle {
    border: 2px solid #e6ecf5;
    height: 20px;
    width: 20px;
}

.choose-photo-item .circle {
    background-color: #fff;
}

.radio .check, label.radio-inline .check {
    height: 20px;
    width: 20px;
}

.checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px;
}

.checkbox-material .check {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, .54);
    overflow: hidden;
}

.checkbox input[type=checkbox], label.checkbox-inline input[type=checkbox] {
    opacity: 0;
    position: absolute;
    margin: 0;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    pointer-events: none;
}

.checkbox .checkbox-material:before, label.checkbox-inline .checkbox-material:before {
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.84);
    height: 20px;
    width: 20px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    -webkit-transform: scale3d(2.3, 2.3, 1);
    transform: scale3d(2.3, 2.3, 1);
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check {
    color: #009688;
    border-color: #009688;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #009688;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
}

.checkbox .checkbox-material .check:before, label.checkbox-inline .checkbox-material .check:before {
    position: absolute;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ccc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}

::placeholder { /* Most modern browsers support this now. */
    color: #ccc;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

/* Top Menu */
.header-menu {
    text-align: center;
    background: #fff;
    position: relative;
}

.header-menu ul {
    margin: 0 0 15px;
    padding: 0;
    overflow: hidden;
    min-height: 55px;
}

.header-menu > ul > li {
    float: none;
    display: inline-flex;
    position: relative;
}

.header-menu a {
    position: relative;
    padding: 10px 15px;
    text-align: center;
    line-height: 1em;
    display: inline-grid;
    color: rgba(0, 0, 0, 0.54);
}

.header-menu a.active {
    color: #ff3407;
}

.header-menu span {
    display: block;
    font-size: 0.8em;
}

.header-menu li.active {
    color: rgba(0, 0, 0, 0.87) !important;
    border-bottom: 2px solid #8CBC45;
}

/*.header-menu ul > li > a:focus*/
.header-menu ul > li > a:hover {
    color: rgba(0, 0, 0, 0.87) !important;
}

.statistics {
    padding: 10px;
    text-align: center;
}

.statistics a {
    color: #fff;
    display: inline-block;
    margin: 0 2rem 0 2rem;
}

.statistics .count {
    font-size: 1.2em;
    display: block;
}

.sub-nav {
    padding: 15px;
    background: #fff;
    margin-bottom: 20px;
}


.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

/* Avatars List*/
.avatars-list {
    margin-left: 15px;
    display: flex;
    vertical-align: middle;
}

.likeLinkContainer .user-list {
    font-size: 0.8em;
    line-height: 1em;
}

.avatars-list .avatars, .avatars-list .all-users {
    margin-left: -12px;
    border: 2px solid #fff;
}

.avatars-list .all-users, .all-users {
    opacity: .8;
    text-align: center;
    color: #fff;
    background-color: rgb(37, 155, 36);
    border-radius: 100%;
    display: inline-table;
    vertical-align: middle;
    overflow: hidden;
}

.all-users:hover, .all-users:active {
    opacity: 1;
    color: #fff !important;
    background-color: #ff3407;
}

.all-users i {
    font-style: normal;
    font-size: 0.8em;
    vertical-align: middle;
}

/* End Avatars List */

.user-avatar {
    position: relative;
}

.user-badge {
    font-size: 16px !important;
    position: absolute;
    bottom: 10px;
    right: 5px;
    background: #fff;
    /* margin: 0; */
    border-radius: 50%;
}

.online {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 5px;
    background: #00ae50;
    border: 1px solid #fff;
    border-radius: 50%;
}

.user-badge.green {
    color: #00ae50;
}

.user-badge.blue {
    color: #027ac4;
}

.user-badge.red {
    color: #ff3407;
}

/* Labels */
.label {
    border-radius: 3px;
    padding: 4px 9px;
    font-size: 8px;
    text-transform: uppercase;
    margin-left: 2px;
}

.label-default {
    background-color: #d9d9d9;
}

.bg-green {
    background-color: #09c14b;
    color: #fff;
}

.bg-grey-light {
    background-color: #9a9fbf;
    color: #fff;
}

.bg-blue-light {
    background-color: #00b7ff;
    color: #fff;
}

.bg-purple {
    background-color: #7c5ac2;
    color: #fff;
}

.bg-primary {
    background-color: #ff3407;
    color: #fff;
}

.bg-warning {
    background-color: #F29B11;
    color: #fff;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.user-list .list-group-item {
    width: 16.66666667%;
    display: inline-block;
    text-align: center;
    margin: 5px 0 5px;
}

.user-list .title {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.channel-list .list-group-item {
    padding: 2px;
    display: block;
    clear: both;
}

.channel-list img {
    float: left;
    margin-right: 10px;
}

.channel-list small {
    font-size: 73%;
    line-height: 0.9em;
    display: block;
    padding-left: 45px;
    color: #848383;
}

/* Pagination */

.pagination {
    padding-top: 40px;
    margin-bottom: 40px;
    display: flex;
    padding-left: 0;
    justify-content: center;
    list-style: none;
    clear: both;
}

.pagination li {
    margin: 0 2px;
    border-radius: 5px;
    border: 1px solid #e6ecf5;
    background: #f5f8fb;
}

.pagination a, .pagination span {
    display: block;
    padding: .5rem 0.8rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #515365;
    font-size: 12px;
    font-weight: 700;
}

.pagination li:hover:not(.disabled), .pagination li.active {
    background-color: #ff5e3a;
    border-color: #dee2e6;
}

.pagination li:hover a, .pagination li.active a {
    color: #fff;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.vList .panel-content {
    display: none;
}

.vList .img-full {
    height: 100px;
    max-width: 100px;
    margin: 10px 10px 10px 0;
}

.vList .entry {
    display: flex;
}

.vList .img-full img {
    max-height: 100%;
    max-width: 100px;
    width: auto !important;
}

.masonry {
    margin-bottom: 50px;
    margin-right: -10px;
    margin-left: -10px;
}

.masonry .pagination {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    clear: both;
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

/* .breadcrumb */
#crumbs {
    margin: -10px 15px 15px 15px;
    height: 32px;
    overflow: hidden;

    list-style: none;
    display: inline-table;
    padding: 0;
}

#crumbs li {
    display: inline;
}

#crumbs li a {
    display: block;
    float: left;
    height: 32px;
    /*background: #ccc;*/
    text-align: center;
    padding: 10px 0 0 0;
    position: relative;
    margin: 0 5px 0 0;
    /* font-size: 16px; */
    text-decoration: none;
    color: #777777;
}

#crumbs li a:after {
    content: "";
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #6f6f6f;
    margin-left: 8px;
    display: inline-flex;
    vertical-align: super;
}

#crumbs li a:before {
    content: "";
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    /*border-left: 18px solid #fff;*/
    position: absolute;
    left: 0;
    top: 0;
}

#crumbs li:last-child a:after {
    display: none;
}

#crumbs li:first-child a:before {
    display: none;
}

#crumbs li a:hover {
    /*background: #F16600;*/
    /*color: #fff;*/
}

#crumbs li a:hover:after {
    /*border-left-color: #F16600;*/
    /*color: #fff;*/
}

.breadcrumb {
    margin-top: -5px;
}

.breadcrumb li {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e4e4e4;
    margin-bottom: 5px;
    margin-right: 5px;
}

.breadcrumb li.vocab {
    background-color: #ccccce;
}

.breadcrumb li.vocab a {
    color: #1665a9;
}

/* Channel */
.channel-body {
    display: flex;
    height: 100%;
    clear: both;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.right-block {
    display: block;
    flex-wrap: wrap;
    min-width: 250px;
}
.dfdf {
    position: sticky;
    top: 85px;
    width: 100%;
}

.sub-header {
    color: #757575;
    font-size: 12px;
    margin-bottom: 10px;
}
.user-label {
    display: inline-block;
    /*text-transform: lowercase;*/
}
.user-label span {
    margin-left: 15px;
}

.callout {
    border-bottom: 1px dashed;
}

.progress {position:relative;height:4px;display:block;width:100%;background-color:#c9fbd2;border-radius:2px;margin:.5rem 0;overflow:hidden}
.progress .indeterminate {background-color:#21b525}
.progress .indeterminate:before {
    content: '';position: absolute;background-color: inherit;top: 0;left: 0;bottom: 0;will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
    content: '';position: absolute;background-color: inherit;top: 0;left: 0;bottom: 0;will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;animation-delay: 1.15s;
}
@-webkit-keyframes indeterminate { 0% {left:-35%;right: 100%} 60% {left:100%;right: -90%} 100% {left:100%;right: -90%}}
@keyframes indeterminate { 0% {left:-35%;right: 100%} 60% {left:100%;right: -90%} 100% {left:100%;right: -90%}}
@-webkit-keyframes indeterminate-short { 0% {left: -200%;right: 100%} 60% {left: 107%;right: -8%} 100% {left: 107%;right: -8%}}
@keyframes indeterminate-short { 0% {left: -200%;right: 100%} 60% {left: 107%;right: -8%} 100% {left: 107%;right: -8%}}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #4caf50;
    transition: width .6s ease;
}

.back-to-top {
    position: fixed;
    z-index: 1;
    width: 42px;
    height: 42px;
    color: #fff;
    line-height: 50px;
    transition: all .3s ease;
    bottom: 10px;
    right: 15px;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(63,66,87,.4);
    border-radius: 100%;
    background-color: #ff5e3a;
    text-align: center;
}