/*Bootstrap 4 Overrides*/

.fade.in {
  opacity: 1;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-backdrop.in {
  opacity: 0.5;
}

/*Orthonline CSS*/

html, body {
    height: 100%;
}

#content_body {
    height: 700px;
}

.text {
    font-family: "freight-sans-pro";
    font-size: 17px;
    line-height: 1.5em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 1.5em;
}

.title {
    font-family: "adobe-garamond-pro";
    font-size: 2.3em;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
}

.background-dark {
    background-image: url("/site_media/static/images/background.png");
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #789;
    color: #000
}

.background-light {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    z-index: 9;
    background-color: rgba(232, 232, 232, .4);
}

#canvas {
    width: 950px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    min-height: 100%
}

#main-content {
    position: relative;
    z-index: 10;
}

#canvas.canvas {
    max-width: 950px;
}

#canvas.canvas-wide {
    max-width: 80%;
}

#canvas.canvas-full {
    max-width: 100%;
}

#canvas, #logo {
    width: auto
}

#logo {
    max-width: 950px;
}

.dropdown-menu {
    min-width: 200px;
}

.dropdown-menu-wide {
    min-width: 300px;
}

.dropdown-menu-narrow {
    min-width: 100px;
}

.dropdown-menu.columns-2 {
    min-width: 420px;
}

.dropdown-menu.columns-3 {
    min-width: 600px;
}

.dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 300;
}

.dropdown-submenu {
    position: relative;
    /*left:*/
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 5px;
    top: 40%;
}

.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu {
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -35px;
    left: 100%;
}

#canvas:after {
    content: "";
    display: block;
}

footer {
    background-color: rgba(67, 87, 105, .5);
    width: 100%;
    position: relative;
    bottom: 0;
    padding: 10px 12px;
    overflow-x: hidden;
    font-size: .95em;
}

footer a:focus, footer a:hover, footer a, footer p {
    color: white;
    text-decoration-color: white;
}

header {
    position: relative;
    z-index: 11
}

#logo {
    margin: 0 auto;
    width: 950px;
    padding: 24px 60px 36px;
    text-align: center;
}

#logo img {
    line-height: 0;
    height: 185px;
    padding: 10px;
}

.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}

.multi-column-dropdown li a.nav-link:hover {
    text-decoration: none;
    color: #262626;
    background-color: #999;
}

.nav-item.dropdown:hover .nav-menu, .nav-item.dropdown:focus .nav-menu {
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -1px;
}

.nav-header, .nav-header:visited, .nav-header:active {
    color: white;
    cursor: default;
}

.nav-header:hover, .nav-header:focus {
    color: gray;
}

.navbar-design {
    background-color: #435769;
}

#wrapper {
    position: relative;
    padding: 45px 72px;
    background-color: #fff
}

td.is-good-value-change {
    color: #449d44;
    font-weight: bold;
}

td.is-bad-value-change {
    color: #ac2925;
    font-weight: bold;
}

td.is-neutral-value-change {
    color: black;
    font-weight: bold;
}