/* ***********************************************************************************
   COMMON
   ************************************************************************************** */

/* Warning icon for reference tables */
.empty-warning {
    color: #fbbc05;
    font-size: 18px;
    padding-left: 8px;
}


.alert-carousel {
    background: white;
    padding: 5px;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.alert-banner {
    margin: 0;
}

form .alert-banner {
    padding: 0;
}

.alert-banner-message {
    display: table-cell;
    color: #404040;
}

.banner-critical {
    color: #ea4335;
}

.banner-warning {
    color: #fbbc05;
}

.banner-info {
    color: #6ba4ff;
}

.carousel-control {
    width: 5%;
}

.alert-container {
    left: 3%;
}

aside.alert-banner-on {
    top: 102px;
}

header.alert-banner-on {
    top: 35px;
}

.breadcrumbs.alert-banner-on {
    padding-top:140px;
}

.left-frame.alert-banner-on {
    top: 102px;
}

.right-frame {
    top: 70px;
}

.right-frame.alert-banner-on {
    top: 102px;
}

.moreless-button {
    font-family: arial, sans-serif;
    cursor: pointer;
    font-weight: bold;
    height: 25px !important;
    line-height: 14px !important;
}

#ckfinder-docs.alert-banner-on iframe {
    top: 101px !important;
}
#ckfinder-docs iframe {
    top: 67px !important;
}

.unlocked-span, .locked-span {
    font-weight: bold;
}

.locked-span {
    color: #D50037;
}

.unlocked-span {
    color: #34a853;
}

.reviewer_display_name {
    font-size: 0.85em;
    font-weight: 500;
}