.allowed {
    margin-bottom: 5px;
}
.allowed.loading {
    visibility: hidden;
}
#lbladd {
    float: right;
}

#tblaccounts {
    width: 100%;
    border-collapse: collapse;
}

#tblaccounts thead {
    background-color: #563BA3;
    color: white;
    font-weight: var(--font-w-regular);
    border: 1px solid #563BA3;
}

#tblaccounts th {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#tblaccounts td {
    border: 1px #CCCCCC solid;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#tblaccounts tbody td:nth-child(1) {
   width: 310px;
}
#tblaccounts tbody td:nth-child(n+3) {
    width: 80px;
}

#tblaccounts td.center {
    text-align: center;
}

#tblaccounts td.right {
    text-align: right;
}

#tblaccounts tbody tr {
    height: 32px;
}

#tblaccounts tbody tr.nonactive {
    color: #DF6033;
}

#tblaccounts tbody tr:not(.hidden):nth-child(odd){
    background-color: #FFFFFF;
}

#tblaccounts tbody tr:not(.hidden):nth-child(even){
    background-color: #F5F5F5;
}

.editname-error, 
.editmail-empty, 
.editmail-error {
    font-size: 14px;
}

#loading td {
    background-repeat: no-repeat;
    background-position: 7px center;
    padding-left: 30px;
    background-image: url('../img/roll16.gif');
}

/********************   EDIT DIALOGBOX    ********************/
#editdialog {
    display: none;
    position: fixed;
    background: url("../img/overlaywhite.png") repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#editdb-content {
    min-width: 550px;
    width: 550px;
    position: relative;
    padding: 10px;
    background-color: white;
    border: 1px solid black;
    font-size: 14px;
    margin: 0 auto;
    top: 40%;
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
}

#editdb-body {
    width: 490px;
    float: left;
    min-height: 54px;
    /*max-height: 270px;*/
    width: 490px;
    overflow-y: auto;
    /*
    color: #383838;
    font-size: 130%;
    */
    padding: 8px 8px 5px 5px;
}

#editdb-body .config-label {
    width: 150px;
}

#editdb-body .config-value {
    margin-left: 165px;
}

#editdb-body .label.error {
    font-size: 12px;
}

#editdb-close {
    float:right;
    background-image:url("../img/x32.png"); 
    opacity: 0.5;
    width:32px; 
    height:32px;
}

#editdb-close:hover {
    opacity:1;
}

#editdb-buttonbar {
    clear: both;
    height: 38px;
    overflow: auto;
    padding-right: 10px;
    padding-bottom: 5px;
}
