﻿

/* Below css already include in directive and therefore not required separately*/
.modal-spinner .modal-content {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 15px;
}

.modal-spinner-text .modal-content {
    text-align: left;
}

.modal-spinner .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 110px;
    height: 220px;
}

.modal-spinner-text .modal-dialog {
    text-align: left;
    width: 110px;
}
