@media only screen and (min-width: 992px) {
    header, main, footer {
        padding-left: 240px;
    }

    header.login, main.login, footer.login, header.bundle, main.bundle, footer.login, header.admin {
        padding-left: 0px;
    }

    .top-nav.fixed {
        padding-right: 240px;
    }

    .top-nav.fixed.home {
        padding-right: 0px;
    }
}

header.admin {
    width:100%;
}

header.admin .top-nav.fixed {
    padding-right: 0px !important;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
}

main {
    margin-top: 45px;
    /* margin-top: 20px; */
    flex: 1 0 auto;
}

.toast {
    line-height: 1.2em;
}

.company-no-data {
    padding-top: 90px;
}

footer.page-footer.empty-footer {
    padding-top: 0px;
}

footer.page-footer.client-footer-bg {
    background: #e3e3e3;
}

footer.page-footer.client-footer-bg .footer-copyright {
    color: #3c3c3c;
}

td.footer-left, td.footer-right {
    padding: 0px 5px;
}

a {
    transition: all .2s ease-out;
}

a.disabled {
    color: black !important;
    cursor: default;
}

a.showMore, a.showLess {
    cursor: pointer;
}

.demo-row p {
    font-size: 0.7em;
}

.inline {
    display: inline-block !important;
}

.inline-table {
    display: inline-table !important;
}

.thumb.thumb-xl {
    width: 120px;
    height: 120px;
}

.thumb.thumb-xl img {
    max-width: 120px;
    max-height: 120px;
}

.thumb.thumb-lg {
    width: 100px;
    height: 100px;
}

.thumb.thumb-lg img {
    max-width: 100px;
    max-height: 100px;
}

.thumb.thumb-me {
    width: 80px;
    height: 80px;
}

.thumb.thumb-me img {
    max-width: 80px;
    max-height: 80px;
}

.thumb.thumb-sm {
    width: 40px;
    height: 40px;
}

.thumb.thumb-sm img {
    max-width: 40px;
    max-height: 40px;
}

.thumb.thumb-wi {
    width: 80px;
    min-height: 40px;
    margin: 0 5px;
}

.thumb.thumb-wi img {
    max-width: 80px;
}

.thumb img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
}

.img-square {
    border-radius: 10%;
}

.img-circle {
    border-radius: 50%;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.toast-reg {
    height: 70px;
    line-height: 1em;
    position: relative;
    left: 15px;
}

.loader-invisible {
    opacity: 0;
    visibility: hidden !important;
}

#play {
    max-width: 100%;
    max-height: 100%;
}

#header-row {
    top: 40px;
    z-index: 49;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#header-row, .research-row {
    margin-bottom: 10px;
}

#content {
    padding: 100px 10px 50px 10px;
}

.top-nav {
    padding: 0 15px;
}

.top-nav.fixed {
    position: fixed;
    top: 0;
    z-index: 50;
}

.top-nav.fixed.home {
    height: 70px;
}

.top-nav .button-collapse {
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

#search-top-bar span.input-placeholder {
    position: absolute;
    left: 2rem;
    top: 1rem;
}

.nav-wrapper div {
    border-right: 0px solid;
    border-color: rgba(255, 255, 255, .1);
    display: inline-block;
    width: 45px;
    text-align: center;
}

.nav-wrapper form div, .nav-wrapper form div input {
    width: auto;
}

.nav-wrapper i.fa {
    font-size: 25px;
    position: relative;
    bottom: 2px;
}

.nav-wrapper i.fa.fa-angle-down {
    font-size: 20px;
    bottom: 5px;
    width: 20px;
    text-align: center;
}

.nav-wrapper span {
    position: relative;
    bottom: 6px;
}

.nav-wrapper .waves-effect {
    /* Safari Fix */
    overflow: inherit;
}

#dropdownuser li {
    overflow: hidden;
}

.navbar-btn {
    padding: 0 5px;
    color: rgba(255, 255, 255, .7);
}

.navbar-btn:hover {
    color: rgba(255, 255, 255, 1.0);
}

nav ul a:hover {
    background-color: transparent;
}

nav ul a.home {
    color: #ff6200;
    border: 1px solid #ff6200;
    border-radius: 4px;
}

nav ul a.home:hover {
    color: white;
    background: #ff6200;
    border-radius: 4px;
}

nav > div > ul > li:hover a.home span {
    color: white;
}

/* DropDown */
.dropdown-content {
    width: 150px;
    position: absolute;
    top: 34px;
    right: 2.383px;
    display: none;
    padding-bottom: 0px;
    border: 0px solid #D6D6D6;
    border-radius: 6px;
    box-shadow: 0px 2px 2px 0px #D6D6D6;
    min-height: 0px;
    opacity: 1;
    padding: 10px;
}

.dropdown-button:hover + .dropdown-content {
    display: block;
}

.dropdown-content:hover {
    display: block;
}

.dropdown-content li {
    width: 90%;
    display: block;
    clear: none;
    margin: 0px 10px;
    border-bottom: 1px solid #D6D6D6;
}

.dropdown-content  li.option a {
  font-size: 14px;
  color: #546e7a;
  background-color: white;
}

.dropdown-content  li.option a:hover {
  font-size: 14px;
  color: #546e7a;
  background-color: white;
  text-decoration: underline;
}

.dropdown-content  li.option span.right-chevron:before {
  font-size: 16px;
  color: #546e7a;
  float: left;
  background-color: white;
}

.dropdown-content  li.option span.right-chevron {
  margin: 0px;
  bottom: 0px;
  position: initial;
  line-height: inherit;
  height: 45px;
}

.dropdown-content li > span.right-chevron {
    font-size: auto;
    color: #546e7a;
    display: block;
    padding: 0px;
    line-height: 2.5rem;
}

a.wf-view-switch {
    background-color: #546e7a;
}

a.wf-view-switch:hover, a.wf-view-swtich:focus {
    background-color: #607d8b;
    color: #fff;
}

a.wf-view-switch.disabled {
    background-color: #DFDFDF;
}

ul.side-nav.fixed {
    overflow-y: auto !important;
    overflow-x: hidden;
}

ul.side-nav.fixed li.logo {
    text-align: center;
    padding: 0;
    margin-top: 0;
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
}

ul.side-nav.fixed li.logo:hover {
    background: inherit !important;
}

ul.side-nav.fixed li.active a {
    color: white;
}

ul.side-nav.fixed div.collapsible-body li {
    height: 42px;
    padding-right: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

ul.side-nav.fixed div.collapsible-body li a {
    color: black;
    padding: 0;
}

ul.side-nav.fixed div.collapsible-body li:hover a {
    color: white;
}

ul.side-nav .collapsible-header {
    margin: 0;
    line-height: 3rem;
}

ul.side-nav .collapsible-header i {
    float: none;
    width: inherit;
    font-size: 14px;
    text-align: left;
    display: inline;
    margin: 0;
}

ul.side-nav.fixed li.language-selector:hover {
    background-color: inherit !important;
}

ul.side-nav.fixed li.language-selector {
    text-align: left;
}

ul.side-nav.fixed li.language {
    display: inline-block;
    width: 50px;
    padding: 0;
    cursor: pointer;
}

ul.side-nav.fixed li.language img {
    width: 40px;
}

ul.side-nav.fixed li.language.disabled {
    filter: grayscale(1);
    opacity: 0.8;
}

ul.side-nav li.menu {
    height: 42px;
    padding: 10px 15px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

ul.side-nav li.menu.collapsible-wrap {
    height: auto;
    padding: 0;
}

ul.side-nav li.menu.collapsible-wrap .collapsible-header:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    float: right;
    position: relative;
    top: 17px;
}

ul.side-nav li.menu.collapsible-wrap.active .collapsible-header:after {
    content: "\f068";
}

ul.side-nav li.menu.collapsible-wrap . .collapsible-header:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    float: right;
    position: relative;
    top: 17px;
}

ul.side-nav li.menu.collapsible-wrap.active .collapsible-header:after {
    content: "\f068";
}

ul.side-nav li.menu.collapsible-wrap-single a {
    position: relative;
    bottom: 11px;
    padding: 0;
}

ul.side-nav .collapsible-body {
    background-color: transparent;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

ul.side-nav .collapsible-body li.option a, ul.side-nav .collapsible-body li.demo-option a {
    margin-left: 1rem;
}

ul.side-nav li.menu.slidable-wrap {
    height: auto;
    padding: 0;
}

ul.side-nav li.menu.slidable-wrap .slidable-header {
    width: 100%;
}

ul.side-nav li.menu.slidable-wrap .slidable-header:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f061";
    float: right;
    position: relative;
    top: 0px;
}

ul.side-nav li.menu.slidable-top {
    border: none;
}

ul.side-nav .slidable-body {
    display: none;
}

#logo-container {
    padding: 0;
    height: 45px;
    text-align: center;
    cursor: pointer;
}

#logo-container img {
    height: 45px;
}

.page-header {
    /* border-bottom: 1px solid #ddd; */
}

.page-header h1 {
    display: inline-block;
    color: #4a555b;
    font-size: 28px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 1rem;
}

.page-header .switch.right {
    position: relative;
    top: 25px;
}

.page-bar li, .page-header li {
    display: inline-block;
    height: 36px;
    padding: 7px 4px;
}

.page-bar .dropdown-content li {
    height: auto;
    display: block;
    padding: 0;
}

.page-bar .dropdown-content li.divider {
    height: 1px;
    margin: 0;
    padding: 0;
}

.page-bar .dropdown-content span.textnormalized {
    font-size: 15px;
    color: #4A555B;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    bottom: 0px;
}

.page-bar a, .page-bar span, .page-breadcrumb a, .page-breadcrumb span, #advancedSearchDocCount {
    color: #95a2a9;
}

.page-header .page-bar .page-breadcrumb {
    margin: 8px 0 0 0;
    border-top: 1px solid #eee;
    max-height: 50px;
}

.page-header .page-breadcrumb {
    margin: 5px 0 0 0;
    border-top: 1px solid #eee;
}

.page-header .page-bar .page-breadcrumb > li:before, .page-header .page-breadcrumb > li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    color: #95a2a9;
}

.page-header .page-bar .page-breadcrumb > li:first-child:before, .page-header .page-breadcrumb > li:first-child:before,
.page-header .page-bar .page-breadcrumb > li.filter:before, .page-header .page-breadcrumb > li.filter:before {
    content: "";
}

.page-header .page-bar li.page-breadcrumb-trail, .page-header li.page-breadcrumb-trail {
    padding-right: 0;
}

.page-header .page-bar li.page-breadcrumb-trail a, .page-header li.page-breadcrumb-trail a {
    margin-left: 5px;
}

.page-breadcrumb b {
    font-size: 16px;
}

div#filter-right-home {
    display: inline-block;
}

#daterange-wrap {
    position: relative;
    bottom: 47px;
}

#daterange-wrap i {
    font-weight: bold;
    margin-left: -10px;
}

#daterange-wrap i:before {
    margin-right: 5px;
}

#daterange {
    width: 240px;
}

.daterangepicker {
    display: none;
}

.btn input {
    background: transparent;
    border: 0;
}

.home-switch {
    position: relative;
    bottom: 5px;
}

.home-switch i {
    font-size: 1.3rem !important;
    line-height: 34px !important;
}

.wf-access-switch {
    display: none;
}

@media only screen and (min-width: 601px) {
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 45px;
        line-height: 40px;
    }

    .navbar-fixed {
        height: 45px;
    }

    ul.right-nav {
        position: relative;
        bottom: 46px;
    }

    ul.right-nav.right-nav-with-search {
        bottom: 0;
    }

    nav ul.right-nav a {
        height: 46px;
    }

    .row.contact {
        margin-right: 4em;
    }
}

@media only screen and (max-width: 601px) {
    .page-header h1 {
        font-size: 18px;
    }

    a.wf-view-switch {
        padding: 0 10px;
    }

    #content {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 1090px) {
    .wf-access-switch {
        display: block;
    }

    .zone-home .home-switch a {
        margin-top: 10px;
    }

    .zone-home .wf-view-switch, .zone-home .wf-action-switch {
        display: none;
    }

    .zone-home .wf-access-switch {
        background-color: white;
        border: 1px solid #607d8b;
        box-shadow: none;
    }

    .zone-home .wf-access-switch i {
        color: #607d8b;
    }

    .nav-wrapper .right-nav span.hide-on-med-and-down {
        display: none;
    }
}

/* Library Overrides */

.flipper {
    z-index: 40;
}

.selectize-input input {
    height: 22px;
}

.selectize-dropdown {
    z-index: 45;
}

/* Document Embed Overrides */

#document-embed nav.top-bar-bg {
    background-color: transparent;
    box-shadow: none;
}

#document-embed #logo-container img {
    width: auto;
    padding-left: 10px;
}

#document-embed main {
    padding-left: 0;
}

#document-embed main .row {
    margin-bottom: 0;
}

#document-embed .preloader-wrapper {
    position: fixed;
    top: 45%;
    left: 45%;
}

#document-embed .progress {
    margin: 0 auto;
    width: 90%;
    position: fixed;
    top: 120px;
    left: 5%;
    z-index: 1;
}

#document-embed object {
    position: relative;
    z-index: 10;
}

/* Runner Overrides */

#runner nav.top-bar-bg {
    background-color: transparent;
    box-shadow: none;
}

#runner #logo-container img {
    width: auto;
    padding-left: 10px;
}

#runner main {
    padding-left: 0;
}

#runner main .row {
    margin-bottom: 0;
}

/* Ajax Loader */

#ajax-loader {
    background: rgba(200, 200, 200, 0.8);
    position: fixed;
    top: -100px;
    left: -100px;
    z-index: 9000;
    padding: 20px;
    border-radius: 20px;
}

/* Research Card */

.research-row, .research-row .col {
    display: flex;
}

.research-card {
    width: 100%;
    padding-bottom: 52px;
}

.research-card p {
    font-size: 12px;
}

.research-card.trending {
    border: 2px solid #ef6c00;
}

.research-card .trending-img {
    height: 20px;
    position: relative;
    top: 5px;
}

.research-card .card-action {
    padding: 5px 20px;
    position: absolute;
    bottom: 0px;
    height: 52px;
    width: 100%;
    background-color: #fff;
}

.research-card .card-action a {
    font-size: 22px;
    text-align: right;
    margin-bottom: 5px;
    margin-right: 0 !important;
    padding: 0 15px;
}

img.research-top {
    max-width: 100%;
    max-height: 100%;
}

.card-title.research-title, .card-title.analyst-title, .analyst-coverage-card .card-title {
    line-height: inherit !important;
    font-weight: 400;
    font-size: 18px !important;
}

.card-title.research-title.trendextend {
    padding-right: 30px;
}

.research-card .card-content {
    height: auto;
    overflow-y: auto;
}

.research-card .research-subtitle {
    color: #333 !important;
    font-weight: bold;
    font-size: .9em;
}

.research-card .research-date {
    float: left;
    margin-right: 8px !important;
}

.research-card .research-analysts a {
    text-transform: initial;
    margin: 0;
}

/* Research Table */

.table-wrap {
    background: white;
}

.research-table th, .recommend-table th {
    padding: 5px;
}

.research-table td, .recommend-table td {
    font-size: 12px;
    border-bottom: 1px solid #eee;
    padding: 5px;
    position: relative;
}

.research-table td.research-date, .recommend-table td.research-date {
    min-width: 85px;
}

.research-table td.table-action, .recommend-table td.table-action {
    min-width: 90px;
}

.research-table .trending-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    background-color: #ef6c00;
    padding: 2px 4px;
    font-size: 8px;
    border-radius: 0 0 4px 0;
    border-top: 1px solid #fff;
}

.research-item .trending-tooltip, .document-synopsis h3 .trending-tooltip {
    color: white;
    background-color: #ef6c00;
    padding: 0 4px;
    font-size: 8px;
    border-radius: 4px;
    width: 53px;
    display: inline-block;
    position: relative;
    bottom: 4px;
}

.research-item-wrap .trending-tooltip {
    color: white;
    background-color: #ef6c00;
    padding: 0 4px;
    font-size: 8px;
    border-radius: 4px;
    width: 53px;
    display: inline-block;
    position: relative;
    bottom: 4px;
}

@media only screen and (max-width: 601px) {
    .trending-tooltip {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .research-table p, .recommend-table p {
        margin: 0;
    }
}

.research-header-date {
    min-width: 70px;
}

/* Research Blog */
.research-blog-wrap {
    background-color: white;
    padding: 20px;
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
    /* margin-bottom: 25px; */
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.research-blog-wrap .research-item {
    padding-left: 90px;
}

.research-blog-wrap .research-header, .research-blog-wrap .research-header a {
    color: #333;
    font-weight: bold;
}

.research-blog-wrap .research-header a:hover {
    color: #FF6200 !important;
}

.research-blog-wrap .research-subtitle {
    color: #333;
    font-weight: bold;
    font-size: 0.9em;
}

.research-blog-wrap .research-meta {
    font-size: 11px;
}

.research-blog-wrap .research-description {
    font-size: 13px;
    line-height: 1.5rem;
    width: 100%;
    color: #333;
    display: inline-block;
    height: auto;
}

.research-blog-wrap .research-actions a {
    margin: 0 4px;
}

.research-side-banner {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: auto;
    top: 0px;
}

.research-side-banner img {
    width: 20px;
}

.research-side-banner-wrapped {
    padding-left: 20px;
}

.research-end {
    margin: 0 auto;
    text-align: center;
    color: #999;
    text-shadow: 1px 1px #fff;
}

/* Research Preview / Filter Modal */

#preview-modal img {
    width: 100%;
    height: 100%; /* Fix for IE */
    -ms-interpolation-mode: bicubic; /* Fix for IE */
}

/* Research Document Detail */

.document-synopsis .research-data {
    float: right;
}

.document-synopsis .research-subtitle {
    font-weight: bold;
}

.document-actions {
    margin: 20px 0;
    text-align: center;
}

.document-actions a {
    margin: 0 10px;
    padding: 5px;
}

.document-actions a.action-open {
    font-weight: bold;
}

.share-actions {
    float: right;
}

.share-actions a {
    margin-left: 10px;
}

.share-actions i {
    color: #ddd;
}

/* Analyst Bio */

.card.analyst-card p, .card.analyst-coverage-card li {
    font-size: 12px;
}

.analyst-info {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.analyst-info.comments {
    width: 25%;
}

.analyst-desc {
    display: inline-block;
    text-align: left;
    width: 49%;
    padding-left: 1%;
    border-left: 1px solid #eee;
    margin-top: 10px;
}

.analyst-desc.comments {
    width: 72%;
}

.analyst-bio {
    padding-left: 100px;
}

.analyst-coverage-card .card-title {
    color: black;
}

/* Company Fundamentals */

.card .recommendation-title {
    font-size: 18px;
    font-weight: bold;
}

.recommendation-card .card-content, .recommendation-chart-card .card-content {
    padding-top: 10px;
}

span.recommendation-status {
    display: block;
}

span.recommendation-date {
    display: block;
    font-size: 12px;
}

span.recommendation-target {
    display: block;
    font-size: 12px;
}

.recommendation-analyst {
    font-size: 12px;
    float: right;
    position: relative;
    top: 14px;
}

.comment-title {
    color: #000;
    line-height: inherit !important;
    font-weight: 400;
    font-size: 18px !important;
}

.research-card .card-content.comment-content {
    height: auto;
    overflow-y: initial;
}

#forecastCompanyTab {
    margin: 0 0px;
    padding: 0 5px 5px 5px;
}

#forecastCompanyTab h3 {
    padding: 5px;
    margin-bottom: 0;
    font-size: 1.2em;
    border-bottom: 1px solid #eee;
}

#forecastCompanyTab .forecast-extended {
    float: right;
    padding-top: 8px;
    right: 36px;
}

.empty-msg {
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    color: #999;
    text-shadow: 1px 1px #fff;
}

/*Badge style*/
span.badge {
    min-width: 3rem;
    padding: 0 6px;
    text-align: center;
    font-size: 1rem;
    line-height: inherit;
    color: #757575;
    position: relative;
    right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

span.badge.background {
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background-color: #ef6c00;
    border-radius: 2px;
    position: relative;
}

/* Standard background client color*/
.client-bg {
    background-color: #ef6c00 !important;
}

.client-font {
    color: #ef6c00 !important;
}

/* Radio checked style Materialize */
[type="radio"]:checked + label:after {
    border: 2px solid #26a69a;
    background-color: #26a69a;
}

/* Check checked style Materialize */
[type="checkbox"]:checked + label:before {
    border-color: transparent #26a69a #26a69a transparent;
}

/* Range style */
input[type=range] + .thumb {
    background-color: #26a69a;
}

input[type=range]::-webkit-slider-thumb {
    background-color: #26a69a;
}

input[type=range]::-moz-range-thumb {
    background: #26a69a;
}

input[type=range]::-ms-thumb {
    background: #26a69a;
}

/* Dropdown text color Materialize */
.dropdown-content li > a, .dropdown-content li > span {
    color: #26A69A;
}

.nav-wrapper span.textnormalized {
    font-size: 15px;
    color: #4A555B;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    bottom: 0px;
}

/* Tabs */
.tabs .tab a {
    color: #EE6E73;
}

.tabs .indicator {
    background-color: #F6B2B5;
}

/* Sales side menu */
.sales-title {
    font-size: 12px;
    line-height: 0.2;
    color: black;
    white-space: nowrap;
}

.sales-info {
    vertical-align: top;
    font-size: 12px;
}

.sales-row a {
    color: #444;
    display: block;
    height: auto;
    line-height: 0.8;
    padding: 0px 0px;
}

.sales-img {
    position: relative;
    top: 12%;
}

.section-title-side, .section-title-side2 {
    color: #95A2A9;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(255, 255, 255) !important;
    padding-bottom: 10px;
    margin-top: 60px;
    margin-bottom: 10px;
    box-sizing: inherit;
}

.section-title-side2 {
    margin-top: 30px;
}

.card-title.side-title {
    line-height: inherit !important;
    font-weight: 400;
    font-size: 14px !important;
}

.side-description {
    line-height: inherit !important;
    font-weight: 400;
    font-size: 12px !important;
}

.tabcontent-side {
    padding: 5px 15px;
}

/* Tags collection */
.collection {
    margin: 0px;
    padding: 0px 0px;
    font-size: 12px;
    border: none;
}

.collection a.collection-item {
    color: #26A69A;
    margin: 0px;
    padding: 0px 0px;
    font-size: 12px;
    border: none;
    height: 2.5em;
}

span.badge.new {
    background-color: #26A69A;
}

span.badge {
    position: absolute;
}

/* The ribbons */

.corner-ribbon {
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    font-size: 12px;
}

.corner-ribbon.sticky {
    position: fixed;
}

.corner-ribbon.shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

/* Ribbon different positions */

.corner-ribbon.top-left {
    top: 12px;
    left: -72px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right {
    top: 15px;
    right: -70px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left {
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right {
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Ribbon colors */
.corner-ribbon.day {
    background: #EF6C00;
    color: white;
}

.corner-ribbon.week {
    background: #EF6C00;
    color: white;
}

.corner-ribbon.month {
    background: #EF6C00;
    color: white;
}

/* Floating action button menu */
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font: 100%/1.375em 'Roboto', sans-serif;
}

h3 {
    margin-bottom: 0.917em;
    font-weight: 700;
    font-size: 150%;
}

a {
    text-decoration: none;
}

.float-nav {
    z-index: 999;
    position: fixed;
    bottom: 2.4em;
    right: 3em;
    overflow: hidden;
    width: 200px;
    height: 200px;
    padding: 1.375em;
    text-align: right;
    background: #EF6C00;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2),
    0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 300ms cubic-bezier(.6, -0.3, .3, 1.3);
}

.float-nav.closed {
    z-index: 1;
    width: 0;
    height: 0;
    border: 5px solid #EF6C00;
    border-radius: 50%;
}

.float-nav a {
    display: inline-block;
    color: #fff;
}

.faboption {
    display: inline-block;
    color: #fff;
}

.float-nav > a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.float-nav .toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.375em;
    height: 1.375em;
    font-size: 200%;
    line-height: 1.375em;
    font-weight: 300;
    text-align: center;
    transform: rotate(45deg);
    transform-origin: 50%;
    transition: all 300ms;
}

.float-nav.closed .toggle {
    transform: rotate(0);
}

.float-nav .toggle.admin {
    bottom: -4px;
    right: 4px;
}

.float-nav ul {
    position: absolute;
    bottom: 4.125em;
    right: 1.375em;
    opacity: 1;
    transition: all 300ms;
}

.float-nav.closed ul {
    opacity: 0;
}

.float-nav li {
    padding: 0.0em 0;
    margin-bottom: 0;
    transition: all 600ms;
    float: none;
}

.float-nav.closed li {
    margin-bottom: 1.375em;
}

ul.prod-bar {
    text-align: center;
    border-top: 1px solid #eee;
    margin-top: 0;
    padding-top: 15px;
    height: 46px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

ul.prod-bar li {
    height: 30px;
    font-size: 12px;
    padding: 0;
}

ul.prod-bar a {
    line-height: 1rem;
    min-height: 30px;
    padding-top: 0.5rem;
    padding-left: 0;
    padding-right: 10px;
}

ul.prod-bar i {
    font-size: 14px;
    line-height: 1rem;
    margin: 0;
}

ul.prod-bar .fade-header, ul.prod-bar .fade-body {
    -webkit-transition: display .5s ease-out;
    -moz-transition: display .5s ease-out;
    -o-transition: display .5s ease-out;
    -ms-transition: display .5s ease-out;
    transition: display .5s ease-out;
}

ul.prod-bar .fade-body {
    border: 0;
    position: relative;
    bottom: 12px;
}

ul.prod-bar .fade-body li {
    cursor: pointer;
    min-height: 1rem;
    line-height: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding-top: 8px;
}

ul.prod-bar .fade-body i {
    width: 2rem;
    font-size: 1rem;
    line-height: 1rem;
    float: left;
    text-align: center;
}

ul.prod-bar .fade-back a {
    padding-right: 0;
}

.home ul.prod-bar li.collapsible-wrap-single {
    position: relative;
    bottom: 1px;
}

@media only screen and (min-width: 601px) {
    ul.prod-bar {
        float: none;
        padding-bottom: 54px;
    }
}

.page-bar i {
    color: #95a2a9;
}

.main-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.main-content li {
    padding: 1.375em;
    background: #f5f5f5;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.promo-caption {
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0px;
}

.card-panel.paddingone {
    padding: 1em;
}

.standard-font {
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 15px;
}

.cursor-pointer {
    cursor: pointer;
}

.doubleline-title {
    min-height: 42px;
}

.cuadraline-space {
    min-height: 83px;
}

.table-long-title {
    width: 12em;
}

.stock-icon-cell {
    display: table-cell;
    font-size: 14px;
}

/* Tipped */
#tipped-analyst img, .tipped-analyst-body img {
    width: 120px;
}

.tipped-analyst-name {
    margin-top: 10px;
}

.tipped-analyst-name strong {
    font-size: 1.4em;
}

.tipped-analyst-contact {
    margin-bottom: 10px;
}

.tipped-analyst-contact i {
    font-size: 1.4em;
    margin: 0 4px;
}

.tipped-analyst-header {
    border-bottom: 1px solid #eee;
}

.tipped-analyst-body {
    padding-top: 10px;
}

.tipped-analyst-body .row {
    min-width: 420px;
}

.tipped-analyst-logo {
    text-align: center;
}

.tipped-analyst-logo div {
    margin-top: 5px;
}

a.tipped-analyst, a.tipped-comment {
    cursor: pointer;
}

#document-comment-container {
    width:480px;
    max-height: 300px;
    overflow-y:scroll;
    padding-right: 20px;
    text-align: justify;
}

/* Selectize style */
.selectize-control.plugin-remove_button [data-value] .remove {
    border-left: none;
}

.selectize-control.multi .selectize-input [data-value] {
    background-color: #ef6c00;
    border: 1px solid #ef6c00;
    background-image: none;
}

/* Stock Ticker Scroll*/
#makeMeScrollable div.scrollableArea p {
    display: block;
    float: left;
    margin: 0;
    padding: 1em 7em 1em 0em;
    font-size: 12px;
    font-weight: normal;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    white-space: nowrap;
}

div.scrollableArea {
    width: 20000px;
}

.ticker-lastupdate {
    padding-left: 1em;
    font-size: 10px;
}

.footer-ticker {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6em;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
    .side-nav {
        height: calc(100%) !important;
    }

    .twitter-follow-button {
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
    }

    .parallax img {
        display: block !important;
    }
}

/* Event Card */
.event-card {
    border-left: 5px solid;
}

/* Event Table*/

.event-row {
    border-left: 2px solid;
}

.event-row td.research-title {
    padding-top: 10px;
}

.event-row .event-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    padding: 2px 4px;
    font-size: 8px;
    border-radius: 0 0 4px 0;
}

.tooltip-internal {
    background-color: #ef6c00;
}

.tooltip-external {
    background-color: green;
}

.tooltip-client {
    background-color: red;
}

.event-internal {
    border-left-color: orange;
}

.event-external {
    border-left-color: green;
}

.event-client {
    border-left-color: red;
}

.research-table .event-title-padding, .recommend-table .event-title-padding {
    padding-top: 25px;
}

input.research-table-pager, input.recommend-table-pager, input.contact-table-pager, input.forecast-table-pager, input.fund-history-table-pager {
    width: auto;
    min-width: 60px;
    float: right;
}

label.research-table-pager-label, label.recommend-table-pager-label, label.contact-table-pager-label, input.forecast-table-pager-label, input.fund-history-table-pager-label {
    float: right;
    padding: 10px 5px 0 0;
}

/* Hide the Filter so we use our Filter instead */
.dataTables_filter {
    display: none;
}

@media only screen and (max-width: 601px) {
    .event-tooltip {
        display: none;
    }

    .research-table .event-title-padding, .recommend-table .event-title-padding {
        padding-top: 0px;
    }
}

.modal-content .research-modal-date {
    float: left;
    margin-right: 8px !important;
}

.modal-content .research-modal-analysts a {
    text-transform: initial;
    margin: 0;
}

.parallax-container {
    height: 240px;
}

span.form-error {
    color: #F44336;
    font-size: 0.8rem;
    border-top: 1px dashed;
    padding-top: 4px;
    font-weight: bold;
}

.twitter-home {
    position: absolute;
}

@media only screen and (max-width: 601px) {
    .twitter-home {
        position: unset;
    }
}

.provider-card {
    width: 20px;
    height: 100%;
    position: absolute;
}

.card .card-content.provider-card-padding {
    padding-left: 28px
}

/* Research Provider Detail */

.provider-actions {
    margin: -10px 0;
    text-align: center;
}

.provider-actions a, .provider-actions p {
    margin: 0 10px;
    padding: 5px;
}

.provider-actions a.action-open, .provider-actions p.action-open {
    font-weight: bold;
}

.table-row-disabled {
    color: #D2D2D2;
}

.collection .collection-row-disabled {
    background-color: #EDEDED;
}

.input-field .table-checkbox-centered {
    top: 0.3rem;
}

/* Custom Switch Adaptable*/
.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
    line-height: 21px;
    font-size: 1rem;
    display: inline-block;
}

[type="checkbox"].cmn-toggle-custom + label {
    padding: 1px;
    width: 48px;
    height: 4px;
    background-color: #dddddd;
    border-radius: 4px
}

[type="checkbox"].cmn-toggle-custom + label:before, input.cmn-toggle-custom + label:after {
    display: block;
    position: absolute;
    height: 30px;
    top: -12px;
    left: -3px;
    bottom: 1px;
    content: "";
}

[type="checkbox"].cmn-toggle-custom + label:before {
    right: 0px;
    background-color: #A8A8A8;
    border-radius: 4px;
    transition: background 0.4s;
    /* CSS Reset for Materialize */
    content: '';
    position: inherit;
    top: inherit;
    left: inherit;
    width: inherit;
    height: inherit;
    z-index: auto;
    border: inherit;
    margin-top: inherit;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].cmn-toggle-custom + label:after {
    width: 30px;
    background-color: #fff;
    box-shadow: 2px 1px 5px #A8A8A8;
    transition: margin 0.4s;
    border-radius: 50%;
    content: "";
    color: #A8A8A8;
    text-align: center;
}

[type="checkbox"].cmn-toggle-custom:checked + label:before {
    background-color: #349651;
    border-color: transparent;
}

[type="checkbox"].cmn-toggle-custom:checked + label:after {
    margin-left: 30px;
    border-radius: 50%;
}

.cmn-toggle-title {
    padding: 8px;
    vertical-align: super;
}

/* Hidding placeholders for Materialize theme*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    opacity: 0;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity: 0;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: 0;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 - We can't use opacity as that hides border */
    color: transparent;
}

/* Not Hidding placeholders for non Materialize theme*/
.with-placeholder::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    opacity: 1;
}

.with-placeholder:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity: 1;
}

.with-placeholder::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: 1;
}

.with-placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 - We can't use opacity as that hides border */
    color: black;
}

.page-bar li.cycle-slideshow {
    width: 46%;
}

@media screen and (max-width: 481px) {
    .page-bar li.cycle-slideshow {
        width: 90%;
    }
}

.cycle-slideshow {
    opacity: 0;
}

.cycle-slideshow.home {
    width: 70%;
}

.flagship-title {
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 3px;
}

.flagship-title-img-size {
    width: 16px;
    margin-top: 18px;
    margin-left: 6px;
    margin-right: 3px;
}

.flagship-headline-img-size {
    width: 16px;
    position: relative;
    top: 2px;
}

.flagship-document-img-size {
    width: 20px;
    position: relative;
    top: 2px;
}

.flagship-title.home {
    border: 1px solid #FF6200;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
    transition: all .2s ease-out;
}

.flagship-title.home:hover {
    background-color: #FF6200 !important;
    color: white !important;
}

.no-underline {
    text-decoration: none;
}

.filter-active {
    border-radius: 5px;
    border: 1px solid #FF6200;
    background-color: #FFF !important;
}

.filter-active a {
    color: #FF6200;
}

#content.front {
    padding: 0px;
}

.page-bar a.no-underline, .page-breadcrumb a.no-underline {
    color: black;
}

.contact-header-id.bio {
    width: 250px;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 85%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    text-align: center;
    font-size: 1.2em;
    background-color: transparent !important;
    background: none;
}

.progress .indeterminate {
    background-color: #FF6200;
}

.progress {
    background-color: rgba(255, 98, 0, 0.42);
}

@media screen and (min-width: 481px) {
    .jscroll-added > .row, .jscroll-added > .row > div[class*='col'], .row.analyst-header, .row.analyst-header > div[class*='col'] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex: 1 0 auto;
    }
}

@media screen and (max-width: 481px) {
    .research-row {
        display: block;
    }

    .card {
        border-radius: 4px !important;
    }
}

.selectize-input {
    padding: 4px;
}

.selectize-companies .selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    height: auto !important;
}

.countries ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-content: space-between;
    align-content: space-between;
    max-height: 300px;
}

@media only screen and (max-width: 1400px) {
    .countries ul {
        max-height: 500px;
    }
}

@media only screen and (max-width: 1130px) {
    .countries ul {
        max-height: 750px;
        overflow: auto;
        -webkit-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }
}

.card.analyst-coverage-card {
    width: 100%;
}

.forecast-history {
    float: right;
}

.forecast-extended.forecast-history a {
    text-decoration: none !important;
}

.forecast-extended.forecast-history a:hover {
    color: #FF6200 !important;
}

.overflow-inherit {
    overflow: inherit !important;
}

table.dataTable {
    margin: 0 0 !important;
}

.dataTables_scroll {
    overflow-x: auto;
}

.flex-card {
    display: flex;
    align-self: auto;
    min-width: 250px;
    max-width: 808px;
}

@media only screen and (max-width: 1340px) {
    .flex-card {
        flex-wrap: wrap;
    }

    .analyst-info {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .analyst-desc {
        width: 100%;
    }
}

.small-margin-left {
    margin-left: 10px;
}

.companies-recommendation-select-position {
    min-width: 300px;
    position: inherit;
    float: right;
}

@media only screen and (max-width: 768px) {
    .companies-recommendation-select-position {
        min-width: 350px;
        width: auto;
        float: none;
    }
}

.padding-25 {
    padding: 25px;
}

.bold {
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

.no-padding {
    padding: 0;
}

.login.home.disclosures .row .col {
    padding: 0;
}

.card div.card-title {
    line-height: 1em;
    border-bottom: 1px solid #cacaca;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.card-headline {
    line-height: 1em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.dashboard-card {
    max-height: 360px;
    height: 360px;
    overflow-y: auto;
}

.dashboard-type-block {
    max-height: 10000px;
    height: auto;
}

.display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
}

.flex-space-between {
    justify-content: space-between;
    padding: 0px;
}

.flex-space-between * {
    margin: 5px;
}

.flex-space-around {
    justify-content: space-around;
}

.flex-no-wrap {
    flex-wrap: nowrap;
}

.flex-basis-half {
    flex-basis: 50%;
}

@media screen and (max-width: 760px) {
    .recommendation-card .flex-no-wrap {
        flex-wrap: wrap;
    }

    .flex-basis-half {
        flex-basis: 100%;
    }
}

.flex-margin-fix {
    margin-left: -10px;
}

.flex-end {
    justify-content: flex-end;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.market-data-basis {
    flex-basis: 9.88%;
}

.market-data-basis.basis-table-1 {
    flex-basis: 9.39%;
}

.market-data-basis.basis-table-2 {
    flex-basis: 10.4%;
}

.market-data-basis.basis-table-3 {
    flex-basis: 10.1%;
}

.market-data-basis.basis-table-4 {
    flex-basis: 10.4%;
}

.market-data-basis-header {
    flex-basis: 24.6%;
}

.market-data-basis-header.basis-table-1 {
    flex-basis: 22%;
}

.market-data-basis-header.basis-table-2 {
    flex-basis: 26.9%;
}

.market-data-basis-header.basis-table-3 {
    flex-basis: 25.8%;
}

.market-data-basis-header.basis-table-4 {
    flex-basis: 25.3%;
}

@media screen and (max-width: 992px) {
    .market-data-basis, .market-data-basis-header, .market-data-basis.basis-table-1, .market-data-basis.basis-table-2,
    .market-data-basis.basis-table-3, .market-data-basis.basis-table-4, .market-data-basis-header.basis-table-1,
    .market-data-basis-header.basis-table-2, .market-data-basis-header.basis-table-3, .market-data-basis-header.basis-table-4{
        flex-basis: 19.88%;
    }
}

.page-breadcrumb-home {
    position: relative;
    bottom: 14px;
    max-height: 14px;
    padding: 0 !important;
}

.page-breadcrumb-trail {
    overflow: hidden;
}

.page-breadcrumb-ellipsis {
    max-width: 250px;
    /*max-height: 22px;*/
    display: inline-block;
    text-overflow: ellipsis;
    /* border: solid 1px black; */
    /* font-size: 12pt; */
    /* text-align: right; */
    white-space: nowrap;
}

@media screen and (min-width: 450px) {
    .page-breadcrumb-ellipsis {
        max-width: 250px;
    }
}

@media screen and (min-width: 998px) {
    .page-breadcrumb-ellipsis {
        max-width: 193px;
    }
}

@media screen and (min-width: 1200px) {
    .page-breadcrumb-ellipsis {
        max-width: 358px;
    }
}

@media screen and (min-width: 1400px) {
    .page-breadcrumb-ellipsis {
        max-width: 100%;
    }
}

.text-nowrap {
    white-space: nowrap;
}

#worldflow-link {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Document Embed */
.document-embed {
    /*min-height: 800px;*/
    margin-top: 20px;
    height: calc(100VH - 135px);
    height: -webkit-calc(100VH - 135px);
    height: -moz-calc(100VH - 135px);
}

.justified {
    text-align: justify;
}

.conferences-header, #conferencesTable_info, #conferencesTable_paginate, #conferencesTablePast_info, #conferencesTablePast_paginate, #conferencesTablePastOnDemand_info, #conferencesTablePastOnDemand_paginate {
    display: none;
}

#conferencesTable_wrapper, #conferencesTablePast_wrapper, #conferencesTablePastOnDemand_wrapper {
    margin-top: 20px;
}

.conference-table tbody tr td {
    vertical-align: top;
    border-top: #ddd 1px solid;
    padding: 16px 10px!important;
}

.conference-table tbody tr:first-child td {
    border-top: none;
}

.conference-table tbody tr td:first-child {
    width:200px!important;
    padding-left: 24px!important;
}

.conference-table tbody tr td:last-child {
    width:275px!important;
    padding-right: 24px!important;
}

table.conference-table.dataTable.no-footer {
    border: grey 1px solid;
    border-left: none;
    border-right: none;
    width:100%!important;
}

.conferencesTableTitle {
    line-height: inherit !important;
    font-weight: 400;
    font-size: 30px !important;
    margin-top: 5px;
    display: block;
}

/* Search Mimic View */
.search-mimic-view #daterange-wrap {
    bottom: 15px;
}

.search-mimic-view #daterange-wrap label {
    left: 12px;
}

.search-mimic-view .mimic-field input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
    height: 36px;
    top: 28px;
}

.search-mimic-view .mimic-field label {
    position: relative;
    bottom: 44px;
    top: initial;
    left: 0;
    color: #9e9e9e !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
    font-size: 0.8em;
}

.search-mimic-view .search-filters-row .selectize-input, .search-mimic-view .search-filters-row .selectize-input input {
    min-height: 36px !important;
    transition: none;
}

.search-mimic-view .search-filters-row .selectize-input.has-items input {
    min-height: 22px !important;
}

/* Directory */
div.directory #directory-table img {
    width: 48px;
}

div.directory #directory-table thead {
    color: #155E89;
    font-weight: bold;
}

div.directory #directory-table_filter {
    display: none;
}

div.directory .btn {
    background-color: #546e7a;
}

div.directory .btn:hover, div.directory .btn:focus {
    background-color: #607d8b;
    color: white;
}

div.directory input.directory-table-pager {
    width: auto;
    min-width: 60px;
    float: right;
}

div.directory label.directory-table-pager-label {
    float: right;
    padding: 14px 5px 0 0;
}

div.directory #directory-table_processing {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    padding: 0;
    height: 10px;
}

div.directory #directory-table_processing .progress {
    background-color: #d3e2fc;
}

div.directory #directory-table_processing .progress .indeterminate {
    background-color: #369;
}

div.directory .selectize-dropdown, .selectize-input {
    padding: 0px 8px;
}

div.directory .selectize-input input {
    height: 2rem;
}

div.directory .selectize-control.single .selectize-input .item {
    height: 2rem;
    padding-top: 0.4rem;
}

div.directory article ul {
    list-style-type: disc;
    padding-left: 25px;
}

div.directory article ul li {
    list-style-type: disc;
    display: list-item;
}

div.directory .row.soft-row {
    margin-bottom: 5px;
}

div.directory .row.unused {
    display: none;
    visibility: hidden;
}

div.directory #member-return {
    display: none;
}

div.directory #reset-form-btn, #go-form-btn {
    position: relative;
    top: 17px;
}

div.directory #go-form-btn {
    font-size: 15px;
    margin-right: 5px;
    background-color: #155E89;
}

div.directory #reset-form-btn {
    padding: 0 1rem;
    font-size: 13px;
    background-color: #666666;
}

div.directory #return-form-btn {
    padding: 0 1rem;
    font-size: 13px;
    background-color: #155E89;
}

/* Sample Research */
div.directory td.sample-research {
    font-size: 30px;
}

div.directory td.sample-research a {
    margin-right: 5px;
}

div.directory td.sample-research i.fa.fa-file-pdf-o {
    font-size: 36px;
}

/* Member Page */
div.directory #article-member-jump {
    width: 33%;
    float: right;
}

div.directory #go-home, #member-login-btn {
    background-color: #155E89;
    font-size: 0.7em;
    padding: 0 1.5em;
}

div.directory #member-login-btn {
    color: #ffffff;
}

div.directory #go-home::before {
    content: "◀ ";
}

div.directory h1.article-title {
    font-size: 2.167em;
    margin: 1.68rem 0 1.1rem 0;
}

div.directory h1.article-title a {
    border-bottom: 1px solid #D3E2FC;
    color: #069;
    font-family: "Segoe UI", Tahoma, sans-serif;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0px 0px 2px;
    text-align: left;
    text-transform: capitalize;
}

div.directory .article-content {
    clear: both;
}

div.directory section.data-label-above {
    padding-top: 15px;
}

div.directory .data .data-label {
    font-size: 1em;
    font-weight: 700;
    line-height: inherit;
    border-bottom: 1px solid #D3E2FC;
    color: #069;
    font-family: "Segoe UI", Tahoma, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    margin: 0px 0px 2px;
    text-align: left;
    text-transform: none;
}

div.directory .data-name-member-image {
    float: right;
    clear: right;
    margin: 4px 0 0 15px;
    text-align: center;
    max-width: 50%;
}

div.directory .data-name-member-image img {
    max-width: 100%;
}

div.directory .data-type-tagging .data-item {
    padding: 0 .75em 0 0;
}

input[type=checkbox].invalid {
    outline: 2px solid red;
    outline-offset: 1px;
}

#document-page-comments form label {
    font-size: 15px;
    color: black;
    display: block;
    width: 100%;
    font-weight:bold;
}

#advancedSearchDocCount {
    margin-bottom:15px;
}

#reg-type.invalid, #reg-mifid.invalid {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #f44336;
}

.s5ths,
.m5ths,
.l5ths,
.xl5ths {
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5ths {
  width: 20%;
}

@media only screen and (min-width: 601px) {
  .row .col.m5ths {
    width: 20%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.l5ths {
    width: 20%;
  }
}

@media only screen and (min-width: 1201px) {
  .row .col.xl5ths {
    width: 20%;
  }
}