body {
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

text {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
}

html {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
}

body {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
}

p {
    padding: 0;
    margin: 0;
}

.form-select-tight {
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: none;
    border: none;
    line-height: 1.0 !important;
}

tr td {
    padding: 0px 3px !important;
    /*margin: 0 !important;*/
    vertical-align: middle !important;
}

foreignObject {
    padding: 0 !important;
}


span-padding {
    padding: 3px 3px !important;
}

.no-padding {
    padding: 0 0 !important;
}

.no-margin {
    margin: 0 0 !important;
}

option, select {
    font-family: Lato !important;

}

.vtext {
    writing-mode: vertical-lr;
    /* transform: rotate(180deg); */
}

@font-face {
    font-family: “Adobe Garamond SC”;
    src: local(“Adobe Garamond SC”);
}

p abbr {
    font-family: “Adobe Garamond SC”;
    text-transform: lowercase;
}

#children tspan {
    fill: blue;
    color: blue;

}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -0.5em;
}

.dropdown-menu > li:hover {
    /*background-color: #f1f1f1*/
}

.dropdown-menu li ul.submenu {
    display: none;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .submenu {
    pointer-events: auto;
    width: 20px !important;
    display: block !important;
    visibility: visible !important;
}
