﻿.UC-alertMessage {
    padding: 20px 0;
    margin: 0 auto;
    max-width: 740px;
    min-width: 320px;
}

    .UC-alertMessage a, .UC-alertMessage a:hover, .UC-alertMessage a:focus, .UC-alertMessage a:visited {
        color: #041e42
    }

#minerAlertWarning {
    width: 55px
}

@media only screen and (max-width:640px) {
    #minerAlertWarning {
        width: 44px
    }
}

.UC-alertMessage .alertBg {
    background-color: #ff8200;
    color: #041e42;
    overflow: auto;
    padding: 20px 0;
    margin: 0 20px;
    font-family: "Open Sans", sans-serif;
}

    .UC-alertMessage .alertBg p {
        margin: 1em 0 0 0
    }

.UC-alertMessage p {
    font-size: 16px;
    line-height: 1.3;
}

.UC-alertMessage .h3 {
    font-size: 18px;
    margin-top: 0;
    font-weight: 600;
}

.UC-alertMessage .alertBg {
    position: relative
}

#alertWarning {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0
}

#alertText {
    padding-left: 0;
}

.UC-alertMessage .alertBg .h3 {
    margin: 0
}

@media only screen and (max-width:640px) {
    #alertWarning {
        position: absolute;
        top: 20px;
        transform: translateY(0)
    }
}

@media only screen and (max-width:410px) {
    #alertWarning {
        padding: 0 0 0 10px
    }

    #alertText {
        padding: 0 10px
    }
}

.UC-alertMessage .c-m-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.UC-alertMessage .c-xs-2 {
    width: 16.66666667%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.UC-alertMessage .t-c {
    text-align: center;
}

.UC-alertMessage .c-m-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.UC-alertMessage .c-xs-o-2 {
    margin-left: 16.66666667%;
}

.UC-alertMessage .c-xs-10 {
    width: 83.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.UC-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.hidden {
    display: none;
}

.mt-1em {
    margin-top: 1em;
}

.fs-100pct {
    font-size: 100%;
}

.fw-bold {
    font-weight: bold;
}