/*Custom Style */
.icon-blue {
    color: #333399;
}

.icon-water {
    color: #237fcd;
}

.modal-dialog-fluid {
    max-width: inherit;
    width: 90%;
}

.video-frame {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pagination {
    justify-content: center;
}

.ui-progressbar-value {
    margin: 0px !important;
    background-color: #ffff33;
}

#progressbox {
    position: relative;
    width: 100px;
    margin-right: 10px
}

#progresstext {
    position: absolute;
    color: #aaaaaa;
    top: 0.75em;
    left: 25%;
}
