#nav-logo {
    height: 50px;
}
.nav-item{
    text-align: right;
}
.navbar {
    vertical-align: top;
}
body {
    padding-bottom: 16pt;
}

h1 {
    font-weight: 700 !important;
}

td {
    white-space: nowrap;
    vertical-align: middle !important;
}
th {
    white-space: nowrap;
}
.border {
    border-width: 2pt !important;
}
.important-text {
    font-weight: 700;
}
.alert a,
.important-link {
    font-weight: 700;
    font-style: italic;
}
.inline-box {
    display: inline-block;
}





@font-face {
    font-family: RobotoMono;
    src: url(../../css/robotomono/RobotoMono-Regular.ttf);
}
.monospace {
    font-family: RobotoMono;
}

.tooltip {
    z-index: 10000;
}
.myDropdownHeader {
    font-weight: 700 !important;
    background-color: rgba(0, 0, 0, 0.06);
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    margin: 6pt;
    padding: 0 6pt;
}
.panel-heading {
    padding-top: 20pt;
}
.panel-body {
    padding-top: 20pt;
    padding-bottom: 20pt;
}
.panel-footer {
    font-size: 9pt;
    padding-top: 20pt;
    color: grey;
}
.passEye {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: red;
}
.invisibleBox {
    display: none;
}
.nav-item {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.nav-link {
    padding-right: 9pt !important;
    padding-left: 9pt !important;
    position: relative;
}
.column_header {
    min-width: 66pt;
}
.column_center {
    text-align: center;
}
.column_right {
    text-align: right;
}
.column_left {
    text-align: left;
}
.column_result {
    font-weight: 700;
}
.column_result_header {
    padding-left: 16pt !important;
    padding-right: 16pt !important;
}
.column_flag {
    min-width: 60pt;
}
#save_success_tick {
    margin-left: 12pt;
}
.my_tab_bar {
    margin-bottom: 10pt;
}
.save_button_div {
    text-align: right;
    margin-top: 20pt;
}
.dropdown-menu {
    overflow-y: auto;
    max-height: 400pt;
}
.navbar-toggler {
    margin-bottom: 6pt;
}
.showPassParent {
    position: relative !important;
    top: 6pt !important;
}
.showPassIcon {
    font-size: calc(120%) !important;
}
.required {
    font-size: 12pt;
    padding-bottom: 6pt;
}
.clickable {
    cursor: pointer !important;
}
/*
.fa,
.fab,
.far,
.fas,
i {
    padding-right: 0 !important;
    padding-left: 0 !important;
    cursor: default;
    margin: 0 !important;
    display: inline-block;
}
.fa,
.fab,
.far,
.fas,
i {
    font-size: 12pt !important;
    width: 12pt !important;
    background-color: red !important;
}
*/


.my-fa-link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-left: 9px;
}
.my-fa-link:hover {
   /* --fa-animation-duration: 0.5s;*/
    font-size: 39px;
}


.h2-text {
    padding-top: 5px;
    display: inline-block;
/*    background-color: red; */
}
.h2-favicon {
    width: 30px;
    padding-bottom: 6px;
    margin-right: 12px;
}


.inlineBox {
    display: inline-block;
}
.noWrap {
    white-space: nowrap;
}
