﻿.WebpageManager .wmWebpageTable thead tr th label:first-child {
    padding: 0 10px;
}

.WebpageManager .wmWebpageTable tbody tr td:first-child {
    padding: 0 10px;
}

.WebpageManager .wmWebpageTable thead tr th:nth-child(3) {
  width: 0px;
}

.WebpageManager .wmWebpageTable tbody tr td:nth-child(3) {
  text-align:center;
}

.WebpageManager .wmDescription p,
.WebpageManager .wmDescription span{
    font-weight: 400;
    font-size: 8pt;
}

.WebpageManager .menuToolbar {
    text-align: center;
}
.WebpageManager .newTabContainer {
    text-align: center;
}

.WebpageManager .table tbody tr td.isEmpty.lastColumns,
.WebpageManager .table tbody tr.selected td.isEmpty.lastColumns {
    background-color: #5f5f5f;
}

.WebpageManager .table > :not(caption) > * > * {
    padding: 0.2rem;
}

.WebpageManager .form-control{
    height:25px;
}


.popover {
    z-index: 1500;
}

#divHelp {
    z-index: 1500;
}