﻿.outer-link-button {
    background: #35c786;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    height: 38px;
    line-height: 1;
    max-width: 100%;
    padding: 0 18px;
    text-decoration: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 3px;
    border: 0 none;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 80ms ease,color 80ms ease;
    font-weight: 700;
}

    .outer-link-button:focus, .outer-link-button:hover {
        color: #fff;
        background-color: #1fb572;
    }

.outer-link-counter {
    margin-left: 15px;
    font-size: 15px !important;
}

    .outer-link-counter h4 {
        font-size: 15px !important;
    }

.custom-outer-link-table .umb-table-cell {
    white-space: normal !important;
}

.btn-success:focus, .btn-success:hover {
    color: #fff;
    /*background-color: #3544b1;*/
    text-decoration: none;
}

#progress {
    display: none;
    padding: 5px;
}

#progress-bar {
    float: left;
    margin-right: 10px;
}

#progress-value {
    float: right;
}

progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 300px;
    height: 20px;
    border: none;
}

    /* All good till now. Now we'll style the background */
    progress::-webkit-progress-bar {
        background: #f3f3f3;
    }

    progress::-webkit-progress-value {
        background: #35c786;
    }

.btnEditor {
    background-color: #1b264f !important;
    color: white !important;
}

    .btnEditor:hover {
        background-color: #3544b1 !important;
        color: white !important;
    }

.ccb-icon{
    margin-right: 0 !important;
}