﻿.popuparka {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.548);
}

.popupgoster {
    display: unset !important;
}

table {
    border-collapse: collapse;
    width: -webkit-fill-available;
}

.popup {
    display: none;
    text-align: center;
    position: fixed;
    border: 5px solid #072e61;
    left: 30%;
    top: 30vh;
    background-color: #ffffffe8;
    overflow: auto;
    max-height: 60vh;
    max-width: 65vw;
    color: #6e6e6e;
}

.popupshow {
    display: unset !important;
}

.closebutton {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 25px;
    background: none;
    border: none;
    color: darkred;
}
.popup thead {
    background-color: #c5c3c3;
}

.bg-gradient-primary {
    background: #0a3773 linear-gradient(180deg,#00142b,#0a3773) repeat-x !important;
    color: white !important;
}
/*#silButton {
    display: none;
    text-align: center;
    position: fixed;
    border: 5px solid #072e61;
    left: 30%;
    top: 30vh;
    color: white;
    background-color: #00142be0;
    overflow: auto;
    max-height: 60vh;
    max-width: 65vw;
}*/