﻿.table-config {
    width: 100%;
    border-color: transparent;
    border-style: none;
    padding: 2px;
    border-spacing: 1px;
    border-collapse: separate;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    font-variant: normal;
    text-indent: initial;
    white-space: normal;
    line-height: 20px;
}

.table-config tr td{
    font-size : 14px;
}

.table-config-entry {
    border-color: transparent;
    border-style: none;
    padding: 2px;
    font-size: 14px;
    border-spacing: 1px;
    border-collapse: separate;
    line-height: 20px;
}

.table-config-entry tr td{
    font-size : 14px;
}

.default-family {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.fontsize-12 {
    font-size: 12px;
}

.text-align-right{
    text-align : right;
    justify-content : end;
    align-content : end;
    align-items : end;
}

.width-5%{
    width : 5%;
}

.width-14{
    width : 14%;
}

.width-8{
    width : 8%;
}

.width-10{
    width : 10%;
}

.width-7{
    width : 7%;
}

.bg-629FD2 {
    background-color: #629FD2;
}

.bg-FFFFD5 {
    background-color: #FFFFD5;
}

.bg-FFFFFF{
    background-color : #FFFFFF;
}

.bg-006699{
    background-color : #006699;
}

.color-FFFFFF{
    color : #FFFFFF;
}

.color-000000{
    color : #000000;
}

.fontbold{
    font-weight : bold;
}

.font-size-2{
    font-size : small;
}

.font-size-1{
    font-size : smaller;
}

.link-color-default a{
    color : #FFFFFF;
    text-decoration : underline;
}

.tooltip-inner {
    max-width: inherit;
    width: inherit;
    background-color: #e4ecf3;
    opacity: 1 !important;
    color: #000000;
    text-align: left;
}

.tooltip-inner a {
    color: black;
}

.tooltip.show {
    opacity: 0.95;
}