
.creative-media-settings-text-color-warning {
    color: #ff8f00;
}
.creative-media-settings-text-color-error {
    color: red;
}
.creative-media-settings-text-color-in-progress {
    color: #5bb2ff;
}
.creative-media-settings-text-color-completed {
    color: #00bf7b;
}
.creative-media-settings-text-color-default-settings {
    font-style: italic;
    color: rgba(0, 0, 0, 0.6);
}

.creative-media-settings-top-bar-sticked {
    position: fixed;
    float: left;
    width: 100%;
    top: 50px;
    z-index: 999;

    
    background-color: white;

    -webkit-box-shadow: 2px 0 4px rgba(0,0,0,0.25) !important;
    -moz-box-shadow: 2px 0 4px rgba(0,0,0,0.25) !important;
    box-shadow: 2px 0 4px rgba(0,0,0,0.25) !important;
}

.creative-details-tabbar-row {
    height: 34px;
    background-color: rgba(0, 0, 0, 0.03);
}

.creative-details-sync-warning-title {
    color: #dd2c00;
    font-size: 15px;
    font-weight: 400;
}

.creative-details-sync-warning-sub {
    color: #ff3d00;
}

.mov-box-info-value-emphasis {
    color: #0f4c81;
    font-weight: 500;
}

.mov-box-info-value-neutral {
    color: rgba(0, 0, 0, 0.54);
}
