#pnLoading{
    position: fixed;
    background: #00000030;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
}
#pnLoading .iconload{
    height: 60px;
    margin-top: -30px;
    width: 128px;
    margin-right: -64px;
    top: 50%;
    position: absolute;
    right: 50%;
    background: url(/assets/images/loading.gif) no-repeat;
    background-size: contain;
}
.TMSModal .modal-dialog{
    margin-bottom: 0!important;
}
.TMSModal .modal-dialog .modal-body{
    height: calc(100vh - 90px);
    overflow: auto;
}