

@import url("theme1.css");
@import url("no_wrapper.css");
@import url("adaptive.css");


#dpr-sheets-toast {
    width: 80%;
    font-size: 13px;
    height: 37px;
}

#dpr-sheets-toast .toast-body {
    width: 625px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 8px;
    margin-top: -2px;
    margin-left: 10px;
}

.btn-toast-white {
    height: 30px !important;
    border-color: white !important;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 3px;
    line-height: 1;
    font-size: 12px !important;
    font-weight: 500;
}

.footer {
    background-color: #003865;
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    height: auto !important;
    font-size: 1.1em;
    font-weight: 400;
    padding: 20px;
    position: relative;
}

[id$="_divShowSaveandResume"] {
    background: #0074D9 !important;
    color: #FFFFFF !important;
    border-radius: 0px;
}
[id$="_divShowSaveandResume"]:hover:hover {
    background: #005AA9 !important;
    border-color: #005AA9 !important;
}