.list-item {
    background-color: var(--tb-surface-main, #ffffff);
    color: var(--tb-text-color, #666666);
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 15px;
    line-height: 24px;
    display: block;
    position: relative;
    box-shadow: var(--tb-shadow-panel, 2px 2px 9px 0 rgba(50, 50, 50, 0.16));
}

.theme-dark .list-item {
    background-color: var(--tb-neutral-600);
}
.list-item-loading {
    position: absolute;
    font-size: 20px;
    right: 8px;
    top: 28px;
    color: var(--tb-text-color, #999999) !important;
}

.card-item-loading {
    right: 23px !important;
}

.list-item-loading-no-delete {
    right: 10px !important;
    top: 8px !important;
}

.list-item-grey {
    background-color: var(--tb-surface-subtle, #F4F4F4);
    border-bottom: 2px solid var(--tb-border-subtle, #EEEEEE);
}


.list-item-header {
    -moz-binding: url("../_q.html>assets/xml/ellipsis.xml#ellipsis</q>");
    color: var(--tb-text-strong, #555555);
    font-size: 22px;
    overflow: hidden;
    padding: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 27px;
    display: block;
}

.list-item-header-small {
    color: var(--tb-text-strong, #555555);
    font-size: 16px;
    padding: 0px;
}

.competitor-header {
    color: var(--tb-text-strong, #555555);
    font-size: 30px;
    vertical-align: top;
    max-height: 90px;
    overflow: hidden;
    margin-right: 15px;
}

.card-item-top {
    padding: 10px 0 0px 10px;
    border-radius: 5px 5px 0 0;
}



.list-item-action .list-item-header, .list-item-header-small-action, .list-item-action .list-item-header-small {
    color: #3AC7F9 !important;
}

.list-item-action {
    border-bottom: 2px solid var(--tb-border-subtle, #dddddd);
}


    .list-item-action:active {
        border-bottom: 0px;
        border-top: solid 2px var(--tb-surface-subtle, #f3f3f3);
    }

.list-item-header-small {
    color: var(--tb-text-strong, #555555);
    font-size: 15px;
    line-height: 16px;
}


.list-item-action:hover {
    background-color: var(--tb-surface-subtle, #f9f9f9);
    cursor: pointer;
}


.list-item-channel-image {
    float: left;
    height: 50px;
    width: 50px;
    margin-right: 7px;
}

.list-item-video-image {
    float: left;
    height: 50px;
    width: 89px;
    margin-right: 7px;
}

.list-item-subitem {
    color: #999999;
    font-size: 14px;
    position: relative;
    left: 2px;
    /*display: block;*/
}

.list-item-subitem-action {
    color: #428BCA !important;
}

.list-item-delete {
    float: right;
    color: red !important;
    font-size: 22px;
    opacity: .4 !important;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
    z-index:999;
}

.list-item-fav {
    float: right;
    color: #FFAA36 !important;
    font-size: 22px;
    opacity: .3;
    margin-right: 10px;
    margin-top: 3px;
    display: inline-block;
    z-index: 999;
    cursor: pointer;
}

.list-item-fav:hover {
    opacity: 1;
    cursor:pointer;
}

.list-item-edit {
    float: right;
    color: green !important;
    font-size: 22px;
    opacity: .4 !important;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
    z-index:999;
}

.list-item-header-actions {
    float: right;
    position: relative;
    top: -5px;
    font-size: 11px;
}


.list-item-header-views {
    float: left;
    position: relative;
    top: -5px;
    font-size: 20px;
}

    .list-item-header-views i {
        margin-right: 10px;
    }

.page-body-container {
    padding: 0 30px;
}

.general-card {
    padding: 15px;
    border: solid 1px transparent;
}

.general-card-title {
    font-size: 16px;
    margin-top: 10px;
    color: #3AC7F9;
}

.list-item-delete {
    float: right !important;
    color: red !important;
    font-size: 22px;
    opacity: .4 !important;
    position: relative;
    top: -7px;
    left: 3px;
    cursor: pointer;
}


.list-item-edit {
    float: right !important;
    color: green !important;
    font-size: 22px;
    opacity: .4 !important;
    position: relative;
    top: -7px;
    left: 3px;
    cursor: pointer;
}


.general-card-delete {
    float: right !important;
    color: red !important;
    font-size: 22px;
    opacity: .4 !important;
    position: relative;
    top: -7px;
    left: 3px;
    cursor: pointer;
}

.list-item-delete:hover {
    opacity: 1 !important;
}

.list-item-edit:hover {
    opacity: 1 !important;
}

.general-card-action:hover {
    cursor: pointer;
    border: solid 1px var(--tb-border-subtle, #cccccc);
}

.page-title-container {
    position: fixed;
    top: 60px;
    background-color: var(--tb-surface-elevated, #fff);
    border-color: var(--tb-border-subtle, #E7E7E7);
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: var(--tb-shadow-panel, 1px 0 3px rgba(0, 0, 0, 0.15));
    color: var(--tb-text-strong, #333);
    z-index:1;
    height: 45px;
}

.page-title, .page-title-breadcrumbs {
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 42px;
    vertical-align: middle;
}

    .page-title .breadcrumbs-alt {
        display: none;
    }

.page-title-add-button {
    margin-left: 15px;
}

.page-title-container .btn-group {
    position: absolute;
    top: 5px;
}

.page-title h2 {
    color: var(--tb-text-strong, #333);
    font-size: 22px;
    font-weight: lighter;
    letter-spacing: 2px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}



.btn-skip {
    background-color: #f7f7f8;
    border-color: #f7f7f8;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    color: #707477;
    margin-right: 15px;
}

.btn-skip:hover, .btn-skip:focus, .btn-skip:active, .btn-skip.active, .open .dropdown-toggle.btn-skip {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    color: #707477;
    margin-right: 15px;
}

.btn-add-channel {
    background-color: #4BEAD7;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    color: #000000;
}

.btn-add-channel:hover, .btn-add-channel:focus, .btn-add-channel:active, .btn-add-channel.active, .open .dropdown-toggle.btn-add-channel {
    background-color: #3CBEAE;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    color: #000000;
}

.chooseChannel {
    padding: 5px;
    height: 60px;
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    border: solid 1px transparent;
    margin-right: 10px;
}

.chooseChannel:hover {
    background-color: #FAFAFF;
    cursor: default;
}

.general-body {
    padding: 0 15px;
}

.channel-selector-modal-bottom-text {
    display: inline-block;
}

.channel-selector-modal-bottom-div {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .btn-skip, .btn-add-channel {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .channel-selector-modal-bottom-text {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .channel-selector-modal-bottom-div {
        margin-top: 10px;
        padding-bottom: 30px;
    }
}

.filter-list {
    float: left;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    padding: 6px 9px;
    position: relative;
    top: -5px;
    left: -2px;
}

.list-no-items {
    font-size: 16px;
    color: #999;
}

    .list-no-items p {
        padding-top: 20px;
        line-height: 20px;
        padding-left: 5px;
    }

.list-no-items-warning {
    font-size: 18px;
    color: coral;
}

    .list-no-items-warning i {
        margin-right: 5px;
    }

.data-loading-large {
    font-size: 100px;
    text-align: center;
    padding-top: 70px;
    color: #ddd;
}

.panel-white {
    background-color: transparent !important;
}

/* ----------  COLORS  ---------------- */

.right-side-accordion .terques-bg, .slimScrollBar, .sidebar-toggle-box, ul.top-menu > li > a:hover, ul.top-menu > li > a:focus, .toggle-right-box:hover {
    color: #fff !important;
}

ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li a.active, ul.sidebar-menu li ul.sub li a .active, ul.sidebar-menu li ul.sub li.active a, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus, ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #fff !important;
}

ul.sidebar-menu li a.active, ul.sidebar-menu li a.active i {
    color: white;
}

ul.sidebar-menu li ul.sub li a.active > .menu-select-caret {
    display: block !important;
}


.bg-1 {
    background-color: #7793EE !important;
}

.fg-1 {
    color: #7793EE !important;
}

.bg-2 {
    background-color: #F9AB58 !important;
}

.fg-2 {
    color: #F9AB58 !important;
}

.bg-3 {
    background-color: #cd80ed !important;
}

.fg-3 {
    color: #cd80ed !important;
}

.bg-4 {
    background-color:#93DF63 !important
}

.fg-4 {
    color: #93DF63 !important
}

/*url("images/menu-active.png") no-repeat scroll right center rgba(0, 0, 0, 0) !important*/

.page-title-container {
    /*background: none repeat scroll 0 0 #DA4555 !important;*/
}

.menu-select-caret {
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid #F1F2F7;
    height: 0;
    vertical-align: top;
    width: 0;
    float: right;
    z-index: 1000;
    position: relative;
    display: none !important;
}

ul.sidebar-menu li a.active > .menu-dashboard-select-caret {
    display: block !important;
}


.active > .menu-dashboard-select-caret {
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid white;
    height: 0;
    vertical-align: top;
    width: 0;
    float: right;
    z-index: 1000;
    position: relative;
    display: none;
}

.active.menu-dashboard-select-caret {
    display: block !important;
}


.corner-ribon-left {
    left: 0;
    right: inherit;
    font-size: 20px;
    height: 71px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    width: 71px;
}

.blue-ribon {
    background: url("../png/social_account_corner_blue_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.dark-blue-ribon {
    background: url("../png/social_account_corner_dark_blue_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}


.red-ribon {
    background: url("../png/social_account_corner_red_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.grey-top-border-line {
    border-top:solid 1px #ccc;
    padding-top:20px;
    margin:20px 0px 0px;
}

.corner-ribon-left i {
    color: white;
    padding: 8px 0 0 10px;
}

.card-item-social .panel-body {
    background-color: #fff;
    border-radius: 5px;
}

.alert-general {
    /*background-color:#f0f0f0;*/
}
.card-item-thumbnail {
    height:88px;
    width:88px;
}
.card-item-social {
    position: relative;
    text-align: center;
}

    .card-item-social img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 85px;
        height: 85px;
        margin-left: 20px;
        margin-bottom: 20px;
        display: inline-block;
    }

    .card-item-social h1 {
        font-size: 20px;
        color: #8b8b8b;
        font-weight: 400;
    }

.favorite-wrap input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.favorite-wrap .fav-star {
    opacity: 0.4;
    color: #FFAA36;
    font-size: 22px;
    position: relative;
    top: 2px;
}

/* On mouse-over, opacity 1 */
.fav-star:hover {
    opacity: 1;
    cursor: pointer;
}

@font-face {
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto-Regular'), url('../ttf/roboto-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto-Medium'), url('../ttf/roboto-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto-Bold'), url('../ttf/roboto-bold.ttf') format('truetype');
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.profile-email-field-message {
    width: 97%;
    margin: 0 7px 0 0;
    padding: 10px;
    color: var(--tb-text-color, #666666);
    background-color: var(--tb-surface-subtle, #eeeeee);
    border-radius: 5px;
    border: 1px solid var(--tb-border-subtle, #c1c1c1);
}
.profile-email-field-message .alert-exclamation {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: auto;
    margin: 0 8px 0 0;
    fill: none;
    color: orange;
}
.profile-email-field-message .alert-exclamation path {
    d: path("M 11.9998 8.99999 V 13 M 11.9998 17 H 12.0098 M 10.6151 3.89171 L 2.39019 18.0983 C 1.93398 18.8863 1.70588 19.2803 1.73959 19.6037 C 1.769 19.8857 1.91677 20.142 2.14613 20.3088 C 2.40908 20.5 2.86435 20.5 3.77487 20.5 H 20.2246 C 21.1352 20.5 21.5904 20.5 21.8534 20.3088 C 22.0827 20.142 22.2305 19.8857 22.2599 19.6037 C 22.2936 19.2803 22.0655 18.8863 21.6093 18.0983 L 13.3844 3.89171 C 12.9299 3.10654 12.7026 2.71396 12.4061 2.58211 C 12.1474 2.4671 11.8521 2.4671 11.5935 2.58211 C 11.2969 2.71396 11.0696 3.10655 10.6151 3.89171 Z");
    stroke: currentcolor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.profile-email-field-message p {
    display: inline-block;
    vertical-align: top;
    width: 76%;
    margin: 0;
    font-size: 10px;
    line-height: 15px;
}

