.popup * {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.centered{
    visibility:hidden;
    background:white;
    border:1px solid blue;
    
    position:fixed;
    background:white;
    border:1px solid blue;
    width:50%;
    min-width:300px;
/*     width:auto; */
    height:auto;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index:1000;
}

.btn-fixed-width{
width:120px;
}

.large-table{
    position:absolute;
    left:0;
    width:100%;
    padding:10px;
    
}
