.composite-score {
    color: #4B4B4B;
    font-family: 'proxima_nova_rgbold';
    font-size: 16px;
    font-weight: normal;
}

.content-row {
    height: 90px;
    border-bottom: 1px solid #eee;
}

.content-title {
    display: flex;
    align-items: center;
}

.content-title img {
    display: block;
    margin-right: 10px;
}

.content-title .ltitle {
    line-height: 1.3;
	margin: 0;
	color: #32afff;
    font-family: 'proxima_nova_rgbold';
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.content-title .ltitle.color-green {
    color: #2ecc71 !important;
}

.content-title .ltitle.color-yellow {
    color: #dfc518 !important;
}

.content-title .ltitle a {
    color: #4B4B4B;
    text-decoration: none;
    text-transform: none;
}

.ic-lock {
    width: 37px;
    height: 38px;
    display: block;
    text-align: center;
	margin: -5px 15px 0 15px;
}

.ic-lock img {
	margin-top: 3px;
    float: none;
}

.ic-lock-open {
    background: #c5c5c5;
}

.ic-lock-close {
    background: #e74c3c;
}

.sub-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-header-content .title-box,
.sub-header-content .btn-box {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.order-btn {
    padding: 11px 20px 11px 20px;
    text-decoration: none;
    color: #fff !important;
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    cursor: pointer;
	background: #e74c3c;
	margin-right: 10px;
}

.add-content-btn {
    background: #2ecc71 url("../images/add-icon.png") no-repeat 14px 16px;
    padding: 11px 20px 11px 40px;
    text-decoration: none;
    color: #fff !important;
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    cursor: pointer
}

#toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.toast {
    display: none;
    min-width: 200px;
    margin-bottom: 10px;
    padding: 12px 40px 12px 14px;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    position: relative;
    font-family: Arial, sans-serif;
}

.toast.t-ok {
    background-color: #28a745;
}

.toast.t-error {
    background-color: #dc3545;
}

.toast .close {
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
    font-weight: bold;
}

