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

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

/* Discipline selector within the deliverable reference table*/
.discipline-select {
    margin: 20px 0 -5px 30px;
    width: 250px;
    font-size: 1rem;
}

.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;
}

.alert-banner-message > p {
    line-height: unset;
}

.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: 70px;
}