
.akioHide {
    display: none;
}

.akioShow {
    display: block;
}

.akioShowInline {
    display: inline;
}

.notify-hide-failed {
    display: none;
}

.notify-show-failed {
    color: #f03e14;
    display: block;
}

.notify-failed {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #f03e14;
    padding: 1rem 6rem;
    font-weight: 500;
    flex-direction: row!important;
    justify-content: space-between;
}
.notify-failed button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.notify-failed button.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}

.declarant-progress {
    background-color: #e0e0e0;
    padding: 15px;
    margin-top: 10px;
}

.declarant-progress .progress-title {
    color: #827C7C;
    font-weight: bold;
}

.declarant-progress table {
    width: 90%;
    margin: 20px 15px 0 15px;
    border: none;
}

.declarant-progress table th {
    width: 30%;
    padding-left: 20px;
    font-weight: normal;
}

.arrow_box {
    position: relative;
    background: #c0c0c0;
    width:80%;
}
.arrow_box p {
    padding:5px 5px 8px 10px;
    color: white;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.arrow_box:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #c3c3c3;
    border-width: 20px;
    margin-top: -20px;
}

.arrow_box.active {
    background: #827C7C;
}

.arrow_box.active:after {
    border-left-color: #827C7C;
}