.app-brand-logo.demo {
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app-brand-logo.demo svg {
    width: 30px;
    height: 30px;
}

.layout-1 .layout-sidenav .app-brand.demo,
.layout-1 .layout-sidenav .app-brand.demo + .sidenav-divider,
.layout-reversed .layout-2 .layout-sidenav .app-brand.demo {
    display: none;
}

.layout-1 .layout-navbar .app-brand.demo,
.layout-reversed .layout-2 .layout-navbar .app-brand.demo {
    display: -ms-flexbox !important;
    display: flex !important;
}

.layout-1 .layout-navbar .layout-sidenav-toggle,
.layout-reversed .layout-2 .layout-navbar .layout-sidenav-toggle,
.layout-offcanvas .layout-navbar .layout-sidenav-toggle,
.layout-fixed-offcanvas .layout-navbar .layout-sidenav-toggle {
    display: block !important;
}

.chat-wrapper {
    z-index: 8;
}

@media (min-width: 992px) {
    .layout-offcanvas .layout-sidenav .layout-sidenav-toggle,
    .layout-fixed-offcanvas .layout-sidenav .layout-sidenav-toggle {
        display: none;
    }
}

/* *****************************************************************************
 * Navbar
 */

.demo-navbar-messages .dropdown-toggle,
.demo-navbar-notifications .dropdown-toggle,
.demo-navbar-user .dropdown-toggle,
.demo-navbar-messages.b-nav-dropdown .nav-link,
.demo-navbar-notifications.b-nav-dropdown .nav-link,
.demo-navbar-user.b-nav-dropdown .nav-link {
    white-space: nowrap;
}

.demo-navbar-messages .dropdown-menu,
.demo-navbar-notifications .dropdown-menu {
    overflow: hidden;
    padding: 0;
}

@media (min-width: 992px) {
    .demo-navbar-messages .dropdown-menu,
    .demo-navbar-notifications .dropdown-menu {
        margin-top: .5rem;
        width: 22rem;
    }

    .demo-navbar-user .dropdown-menu {
        margin-top: .25rem;
    }
}


/* *****************************************************************************
 * Content
 */

.demo-vertical-spacing > * + * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-sm > * + * {
    margin-top: .9375rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg > * + * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-inline-spacing > *,
.demo-paragraph-spacing > p > * {
    margin: 0 .375rem .9375rem 0 !important;
}

.demo-paragraph-spacing > p {
    margin: 0;
}

.demo-blocks > * {
    display: block !important;
}

html:not(.material-style) .material-style-only {
    display: none !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir=rtl] .rtl-only {
    display: block !important;
}

/* *****************************************************************************
 * Layouts
 */

.layout-example-block {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid rgba(0,0,0,.04);
    border-radius: 2px;
    background: rgba(0,0,0,.04);
    color: #c7254e;
}
.layout-example-block code {
    background: none;
    color: #666;
}

.layout-example-block-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 500px;
}

.layout-example-block-sidenav {
    width: 24%;
    background: #607d8b;
}
.layout-example-block-sidenav code {
    color: #fff;
}

.layout-example-block-navbar {
    background: #3ca99e;
}
.layout-example-block-navbar code {
    color: #fff;
}

.layout-example-block-content {
    background: #9e9e9e;
}
.layout-example-block-content code {
    color: #fff;
}

.layout-example-block-1 .layout-example-block-content {
    width: 74%;
}

.layout-example-block-2 .layout-example-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 74%;
}
.layout-example-block-2 > .layout-example-block {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.layout-example-block-2 .layout-example-block-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.layout-example-block-1-no-sidenav .layout-example-block-content {
    width: 100%;
}

.layout-example-code {
    display: block;
    overflow: auto;
    margin: 0;
    padding: 30px;
    min-width: 0;
    width: 100%;
    background: #fff;
}

.layout-example-run {
    display: inline-block;
    margin: 3px;
    padding: 4px 6px;
    border: 1px solid #eee;
    background: transparent;
    white-space: nowrap;
    line-height: 1;
}

.layout-example-block-3 .layout-example-block-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.layout-example-block-3 .layout-example-block-inner > .layout-example-block {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.layout-example-block-3 .layout-example-block-inner .layout-example-block-container-fluid {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.layout-example-block-3 .layout-example-block-sidenav-horizontal {
    background: #607d8b;
}
.layout-example-block-3 .layout-example-block-container-fluid {
    background: #fff;
}
.layout-example-block-3 .layout-example-block-container-fluid code {
    color: #666;
}
.layout-example-block-3 .layout-example-block-footer {
    background: #e6514a;
}

/* *****************************************************************************
 * Tile elements
 */


.tile {
    position: relative;
    float: left;
    display: block;
    width: calc((100% / 3) - 10px);
    margin-bottom: 15px;
    margin-left: 15px;
}

@media all and (max-width: 768px) {
    .tile {
        width: 100%;
        margin-left: 0;
    }
}

.tile:nth-child(3n + 1) {
    clear: both;
    margin-left: 0;
}

.tile-row:after {
    content: "";
    display: table;
    clear: both;
}

.tile-row:first-child .tile {
    margin-top: 0;
}

@media all and (max-width: 768px) {
    .tile-row:first-child .tile {
        margin-top: 15px;
    }
}

@media all and (max-width: 768px) {
    .tile-row:first-child .tile:first-child {
        margin-top: 0;
    }
}

.tile__info {
    height: 92px;
    padding: 25px 55px 20px 15px;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.tile__title {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
}

@media all and (max-width: 991px) {
    .tile__title {
        font-size: 16px;
    }
}

.tile__title::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 55px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.tile__social-networks {
    margin-top: 8px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.54);
}

.tile__social-networks::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 55px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.tile__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    line-height: 1;
}

.tile__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
}

.tile [class*='icon-']:not(.icon-btn) {
    font-size: 30px;
}

.tile-dropdown {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    bottom: auto;
    left: 0;
    display: none;
    z-index: 99;
    padding: 26px 0 34px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.is-open .tile-dropdown {
    display: block;
}

.is-open .tile-dropdown__button .icon-arrow_top {
    display: block;
}

.is-open .tile-dropdown__button .icon-arrow_bottom {
    display: none;
}

.tile-dropdown__item {
    margin-top: 20px;
    padding-left: 22px;
    padding-right: 22px;
}

.tile-dropdown__item.m-all {
    color: #18aab3;
}

.tile-dropdown__item.m-all .check-field {
    font-size: 12px;
}

.tile-dropdown__item.is-checked .tile-dropdown__moduls {
    display: block;
}

.tile-dropdown__item:first-child {
    margin-top: 0;
    margin-bottom: 4px;
    padding-bottom: 26px;
    border-bottom: 1px solid #ececec;
}

.tile-dropdown__button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 0;
    background-color: transparent;
    outline: none;
}

.tile-dropdown__button [class*='icon-'] {
    position: absolute;
    top: 50%;
    right: 15px;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    font-size: 20px;
}

.tile-dropdown__button .icon-arrow_top {
    display: none;
}

.tile-dropdown__button .icon-delete,
.tile-dropdown__button .icon-refresh {
    color: #404040;
}

.tile-dropdown__counter {
    margin-right: 30px;
    font-size: 16px;
    color: #3f3f3f;
}

@media all and (max-width: 1199px) {
    .tile-dropdown__counter {
        font-size: 14px;
    }
}

.tile-dropdown__info {
    float: right;
}

.tile-dropdown__info:after {
    content: "";
    display: table;
    clear: both;
}

.tile-dropdown__moduls {
    display: none;
    padding-top: 10px;
    padding-left: 54px;
}

.tile-dropdown__modul {
    margin-top: 10px;
    font-size: 12px;
    color: #bbbbbb;
    font-weight: 500;
}

.tile-dropdown__modul:first-child {
    margin-top: 0;
}

.tile-dropdown__img {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 30px;
    height: 30px;
}

.m-with-icon .tile-dropdown__img::after {
    content: '';
    position: absolute;
    top: auto;
    right: -4px;
    bottom: -4px;
    left: auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
}

.tile-dropdown__img::before {
    position: absolute;
    top: auto;
    right: -5px;
    bottom: -5px;
    left: auto;
    width: 18px;
    height: 18px;
    z-index: 9;
    font-size: 18px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.m-google .tile-dropdown__img::before {
    content: "\f1a0";
    color: #D1523F;
}

.icon-google:before {
    content: "\f1a0";
    color: #D1523F;
}

.tile-dropdown__img img {
    max-width: 100%;
    border-radius: 50%;
}

.tile-dropdown .check-field span::before {
    margin-right: 35px;
}

.tile-list:after {
    content: "";
    display: table;
    clear: both;
}

.tile-list.m-dropdown .tile__icon {
    right: inherit;
    left: 15px;
}

.tile-list.m-dropdown .tile__info {
    height: auto;
    padding: 24px 30px 24px 62px;
}

.tile-list.m-dropdown .tile__info:after {
    content: "";
    display: table;
    clear: both;
}

@media all and (max-width: 991px) {
    .tile-list.m-dropdown .tile__info {
        padding-top: 20px;
        padding-bottom: 18px;
    }
}

.tile-list.m-dropdown .tile__title {
    float: left;
    width: calc(100% - 90px);
    font-size: 16px;
}

@media all and (max-width: 1199px) {
    .tile-list.m-dropdown .tile__title {
        font-size: 14px;
    }
}

.tile-list.m-check .tile__icon {
    right: inherit;
    left: 15px;
}

.tile-list.m-check .tile__info {
    height: auto;
    padding: 24px 15px 24px 63px;
}

.tile-list.m-check .tile__info:after {
    content: "";
    display: table;
    clear: both;
}

@media all and (max-width: 991px) {
    .tile-list.m-check .tile__info {
        padding-top: 20px;
        padding-bottom: 18px;
    }
}

.tile-list.m-check .tile__title {
    float: left;
    width: calc(100% - 50px);
    font-size: 16px;
}

@media all and (max-width: 1199px) {
    .tile-list.m-check .tile__title {
        font-size: 14px;
    }
}

.tile-list.m-static .tile__info {
    position: relative;
    padding-right: 38px;
    padding-left: 60px;
    border: 1px solid #dfe0e4;
    border-radius: 2px 2px 0 0;
    background-color: transparent;
    box-shadow: none;
}

.tile-list.m-static .tile__info > .check-field {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.tile-list.m-static .tile__info > .check-field span {
    position: absolute;
    top: 26px;
    right: 20px;
    bottom: auto;
    left: auto;
}

.tile-list.m-static .tile__info > .check-field span::before {
    margin-right: 0;
}

.tile-list.m-static .tile-dropdown {
    position: static;
    display: block;
    border: 1px solid #dfe0e4;
    border-top: 0;
    border-radius: 0 0 2px 2px;
    background: transparent;
    box-shadow: none;
}

.tile-list.m-static .tile-dropdown__counter {
    margin-right: 15px;
}

.tile-list.m-static .tile-dropdown__item {
    margin-top: 35px;
    padding-left: 15px;
    padding-bottom: 8px;
}

.tile-list.m-static .tile-dropdown__item:first-child {
    margin-top: 0;
}

.tile-list.m-static .tile-dropdown__item .check-field {
    font-size: 16px;
    font-weight: normal;
}

.tile-list.m-static .tile-dropdown__item:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.tile-list.m-static .tile-dropdown .check-field {
    min-height: 30px;
}

.tile-list.m-static .tile-dropdown .check-field span {
    display: inline-block;
    vertical-align: top;
    padding: 4px 25px 0 45px;
    line-height: 1.4;
}

.tile-list.m-static .tile-dropdown .check-field span::before {
    top: 6px;
    transform: none;
}

.tile-list.m-without-all .tile__info {
    padding-right: 0;
}

.tile-list.m-several-buttons .tile-dropdown__button {
    position: static;
    float: right;
}

.tile-list.m-several-buttons .tile-dropdown__button [class*="icon-"] {
    position: static;
    transform: none;
}

.tile-list.m-several-buttons .tile__info {
    padding-bottom: 22px;
}

.tile-list.m-several-buttons .tile__title {
    line-height: 1.8;
}

.tile-list.m-several-buttons .tile.m-several-buttons .tile__title {
    width: calc(100% - 70px);
}

.tile__checkbox input {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: -5000px;
}

.tile__checkbox label {
    position: relative;
    float: right;
    margin-top: 2px;
    width: 34px;
    height: 14px;
    background: #d9d9d9;
    border-radius: 15px;
    cursor: pointer;
}

.tile__checkbox label::before {
    content: '';
    position: absolute;
    top: -3px;
    right: auto;
    bottom: auto;
    left: -3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.24);
    background-color: #edf0f1;
    transition: transform .3s ease-out;
}

.tile__checkbox input[type='checkbox']:checked + label {
    background: #82d1d6;
}

.tile__checkbox input[type='checkbox']:checked + label::before {
    transform: translateX(100%);
    background-color: #18aab3;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.24);
}

@media all and (max-width: 575px) {
    .custom-modal.modal .social-connect {
        width: 33.3%;
    }
}

@media all and (max-width: 575px) {
    .custom-modal.modal .social-connect:nth-child(n + 4) {
        margin-top: 40px;
    }
}

.custom-modal.modal .social-connect:nth-child(7n) {
    margin-left: 0;
}

.custom-modal.modal .social-connect:nth-child(n + 7) {
    margin-top: 40px;
}

.social-connect {
    position: relative;
    float: left;
    display: block;
    text-align: center;
    cursor: pointer;
}

.social-connect a {
    position: relative;
    display: inline-block;
}

.social-connect a:hover,
.social-connect a:focus {
    text-decoration: none;
    outline: none;
}

.social-connect + .social-connect {
    margin-left: 35px;
}

@media all and (max-width: 575px) {
    .social-connect + .social-connect {
        margin-left: 0;
    }
}

.social-connect [class*="icon"] {
    font-size: 30px;
}

.loading-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    z-index: 999999;
}
/* *****************************************************************************
 * Custom
 */
.line-chart-container {
    cursor: pointer;
}

.line-chart-container,
.chart,
.chart-row {
    position: relative;
}

.brand-spinner, .brand-spinner__overlay {
    border-radius: inherit;
}

.chart-row .spinner.is-active,
.line-chart-container .spinner.is-active,
.chart .spinner.is-active,
.custom-table-spinner .spinner.is-active{
    background: url("../images/spinner-2x.gif") no-repeat;
    position: absolute;
    left: calc(50% - 20px);
    top: 29%;
    height: 40px;
    width: 40px;
    background-size: 40px 40px;
    margin: 0px;
}

.chart-row .spinner.error,
.line-chart-container .spinner.error,
.chart .spinner.error,
.custom-table-spinner .spinner.error{
    background: none;
    position: absolute;
    left: calc(50% - 100px);
    top: 29%;
    height: 40px;
    width: 200px;
    margin: 0px;
    display: inline-block;
    visibility: visible;
    text-align: center;
}

.chart-row.hidden {
    display: none;
}

.list-common-info {
    list-style-type: none;
    padding-left: 0;
}
li.months-details-item-info {
    margin-bottom: 5px;
}

tr .details-control {
    cursor: pointer;
}

tr td.details-control .fa-minus {
    display: none;
}

tr.shown td.details-control .fa-minus {
    display: block;
}

tr.shown td.details-control .fa-plus {
    display: none;
}

.bing-search .demo-inline-spacing{
    padding-top: 25px;
}

td.one-line-td {
    position: relative;
}

td.one-line-td div {
    position: absolute;
    max-width: calc(100% - 1.5em);
}

td.one-line-td a {
    display: block;
    white-space: nowrap;
    max-width: 100%;
    padding: 0 1em 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container-top-posts .row-title-container {
    position: relative;
    width: 100%;
    display: block;
}

.container-top-posts .row-title-container .row-title {
    position: absolute;
    max-width: 100%;
    display: block;
}

.container-top-posts .row-title-container .row-title a {
    display: block;
    white-space: nowrap;
    max-width: 100%;
    padding: 0 1em 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

h3.card-header-title {
    color: #D24754;
}
.line-keywords-post_details{
    line-height: 25px;
}
.card-header.with-btn h3{
    color: #D24754;
    margin-bottom: auto;
}
.card-header.with-btn{
    padding-bottom: 19px;
    padding-top: 20px;
}
.line-keywords-post_details-height{
    line-height: 35px;
}

.easy-autocomplete-assign .easy-autocomplete{
    width: 100% !important;
}

.noresize {
    resize: none;
}
.graph-img-small{
    width: 80px;
}
table.hide {
    display: none;
}
.register-card .card-body .tile-list .tiles-box .tile {
    width: calc((100% ) - 10px);
}
.card.clear-card{
    border: none;
    background-clip: unset;
    box-shadow: none;
}
.custom-control-label.big-size::before{
    width: 2.25rem;
    height: 2.25rem;
}

.chat-messages .tab-content {
    min-height: 900px;
}
.empty-height-block {
    height: 100px;
}
.modal .common-title{
    margin-top: 0px !important;
}
.invalid-feedback.multi-errors{
    margin-bottom: 0;
}
.default-margin-sidebar{
    margin-top: 1rem !important;
}

table.table-post-diff .diff-deletedline {
    background-color: #ffe9e9;
}

table.table-post-diff .diff-deletedline del {
    background-color: #faa;
    text-decoration: none;
}

table.table-post-diff .diff-addedline {
    background-color: #e9ffe9;
}

table.table-post-diff .diff-addedline ins {
    background-color: #afa;
    text-decoration: none;
}

table.table-post-diff .screen-reader-text {
    display: none;
}

.line-amchart-container{
    width: 100%;
    height: 280px;
}

.line-amchart-control-container{
    width: 100%;
    height: 75px;
}

div.dataTables_wrapper div.dataTables_length label {
    justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_filter label {
    justify-content: flex-start;
}
.text-ellipsis-container {
    display: inline-block;
    width: calc(100% - 25px);
    box-sizing: border-box;
}
.chart-info__title--big {
    font-size: 1rem;
}
.screenshot-block{
    width: 100%;
}
.serp-details .carousel-inner img {
    margin: auto;
}
.serp-details .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.serp-details .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.serp-details .carousel-caption {
    top:0px;
    color: black;
}
.serp-details .carousel-caption a{
    color: #000;
}

.serp-details .carousel-item{
    padding-top: 70px;
}
.serp-details .carousel-control-next,  .serp-details .carousel-control-prev{
    top: -70%;
}
.js-history-date{
    cursor: pointer;
}
.graph-img-middle{
    width: 200px;
}
.icon-title-post-inline{
    width: 24px;
    margin-left: 10px;
}
.js-full-screenshot{
    cursor: pointer;
}
.serp-details img.js-full-image{
    width: 90%;

}
.sortable-group {
    min-height: 50px;
    background-color: aliceblue;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 40px;
}
.main-sortable-group {
    overflow-y: scroll;
    min-height: 200px;
    max-height: 600px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 40px;
}
.sortable-group li, .main-sortable-group li{
    cursor: pointer;
}
.headers-block-btns {
   margin-bottom: 20px;
}
.jstree-icon.jstree-themeicon{
    background-image: none;
}
.vakata-context.jstree-contextmenu.jstree-default-contextmenu {
    z-index: 10000;
}
.js-create-tree-root.right-move-btn{
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
}
.card-header-custom{
    padding-top: 0;
    padding-bottom: 0;
}
.card-header-custom__subtitle{
    font-weight: 600;
    font-size: 12px;
}
.jstree {
    overflow: auto;
}
.brand-table-link.mod-top-offset {
    width: 80%;
    min-height: 4px;
    display: inline-block;
}
.custom-checkbox_clear{
    margin-bottom: 0px;
}

.form-group_clear{
    margin-bottom: 0px;
}
p.heading-in-suggestions {
    font-weight: 700;
    margin-top: 20px;
}
.list-group.main-sortable-group li{
    /*height: 20px;*/
}
.taggable-bottom-m{
    margin-bottom: 20px;
}
.sticky-block-bottom{
    position: -webkit-sticky;
    position: sticky;
    top: 0;

}
.outilne-block{
    padding: .875rem 1.5rem;
    height: 80vh;
}
.outilne-block #jstreeDiv{
    min-height: 300px;
    height: 90%;
    overflow-x: hidden;
}
.subblock-spinner{
    position: relative;
}

li.block-for-headings {
    list-style-type: none;
}
.card .brand-table-link__link.js-create-tree-root{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sticky-bottom-block{
    position: sticky;
    bottom: 0;
}
.first-table-incolumn .table{
    margin-bottom: 0px;
}
.network-icon-small{
    width: 16px;
}
.header__nav{
    margin-right: 97px;
}
.form-start.hero__start {
    margin-bottom: 0px;
}
.grecaptcha-badge { visibility: hidden; }

/*Outline builder changes*/
.jstree-anchor input{
    border-radius: 4px !important;
    padding: 0 8px !important;
    margin-left: -8px !important;
    border: 1px solid #CDD2DE !important;
    box-sizing: border-box !important;
    display: block !important;
    height: 24px !important;
    color: #2F2F32 !important;
    width: 100% !important;
    letter-spacing: 0px !important;
    word-spacing: 0px !important;

}
.jstree-anchor.jstree-clicked input, .jstree-anchor.jstree-hovered input{
    background: #FAFBFD;
}

.jstree-default .jstree-node .jstree-anchor input {
    border-color: #CDD2DE;
    border-radius: 4px;
}

.jstree-default>.jstree-no-dots .jstree-closed>.jstree-ocl{
    background-position: 50% 50%;
}
.demo .box{
    width: 1500px;
}
a.js-create-tree-root:hover {
    color: #F35342;
}
div.input-range__scale{
    margin-left: 5px;
    margin-right: 5px;
}
div.input-range{
    margin-bottom: 0px;
    width: 98%;
}
div.input-range-counters{
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
div.input-range-counters span{
    font-size: 10px;
    color: #AAABBB;
    position: relative;
    width: 30px;
}


/*Changes for collapsed sidebar*/
.demo_full {
    width: 117px;
    margin-left: 2px;
}

.layout-collapsed.layout-sidenav-hover .demo_full, .backgroundcliptext:not(.layout-collapsed) .demo_full {
    display: block;
}

.layout-collapsed .demo_full, .layout-collapsed.layout-sidenav-hover .side-logo-small, .backgroundcliptext:not(.layout-collapsed) .side-logo-small {
    display: none;
}

.layout-collapsed:not(.layout-sidenav-hover) .sidenav-inner.ps {
    padding-left: 0px;
}

.js-gauge-chart {
    width: 100%;
    max-width: 100px;
    height: 50px;
    margin-top: -10px;
}

/*.btn-outline-success*/

.btn-outline-success {
    border-color: #11D0D0;
    background: transparent;
    color: #11D0D0;
}

.btn-outline-success:hover {
    border-color: #11D0D0;
    background: linear-gradient(158deg, rgba(17, 208, 208, 0.15) 2%, rgba(17, 208, 208, 0.15) 93%);
    color: #11d0d0;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: none
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    border-color: #11D0D0 !important;
    background: transparent !important;
    color: #11D0D0 !important
}

.btn-outline-success:active, .btn-outline-success.active {
    background: linear-gradient(158deg, rgba(17, 208, 208, 0.25) 2%, rgba(17, 208, 208, 0.25) 93%);
    color: #11D0D0;
    box-shadow: none;

}
.circle-progress {
    height: auto !important;
}
.top-web__statistics-item {
    position: relative;
}
.top-web__statistics-item:hover .card-report__tooltip-box {
    display: block;
    z-index: 10;
}
.highlight_row {
    background-color: #f2f4f7;
}
.custom-header-block {
    float: right;
    margin-top: 2px;
    margin-left: 10px;
}
.brand-table-link__link-outer, .brand-table-link__link-outer:hover {
    color: #F35342;
}
.subrow-table-link__link {
    top: .625em;
}
.sticky-bottom-block_before-last {
    bottom: 55px;
}
.sticky-bottom-block .custom-for-builder{
    display: contents;
}
.sticky-bottom-block .custom-for-builder .brand-table-link__link{
    top: 24px;
}
.form-group-count.form-group-count_empty, .form-group-count_empty {
    margin-top: 25px;
}
.block-competitor_highlite {
    background-color: aliceblue;
}
