/*******************************************************************************
 *   Theme:         Author-it Magellan Theme Override Stylesheet
 *   Author:        Author-it Software Corp (http://www.author-it.com)
 *   Copyright:     Author-it Software Corp, All Rights Reserved
 *   Last Updated:  12-Apr-2020
 *   Version:       2020.R2
 *
 *   IMPORTANT:     This file is where all your customisations and overides should appear.
 *                  DO NOT modify the mainstyles.css file but instead create a copy of the
 *					themestyles.css file into the Data\Templates\Magellan Themes\YourThemeName\
 *					then make changes is the variable values below, or for advanced changes
 *                  find and copy the CSS rules you want to change from mainstyles.css
 *					into this file, then make your changes.
 * changes 3.10.23 by Nina
 * line 128----removed the hiding of the display none for Settings
 * line 88----changed overflow setting to auto from hidden--then to scrolling--no results yet.
 * line 296 ----/* move S-T logo down on inner page --changed from 6 to 10px
 * line 116---inner logo change on 3.14.23 --hide, this messed up the logo
 * line 203---tried display none on thisRatebox
 *******************************************************************************/


html {
    /* base colors */
    --primary-color: #556877;
    --primary-light-color: #8895a0;
    --secondary-color: #36424a;
    --secondary-light-color: #C7E2F2;
    --dark-gray-color: #404040;
    --gray-color: #6C6C6C;
    --medium-gray-color: #AAAAAA;
    --light-gray-color: #8895a0;
    /* functional colors */
    --background-color: white;
    --landing-bg-color: white;
    --heading-bg-color: var(--light-gray-color);
    --panel-head-bg-color: var(--light-gray-color);
    --widget-head-bg-color: var(--light-gray-color);
    /* --footer-bg-color: var(--light-gray-color); */
    --footer-bg-color: #dde1e4;  /* was #eef0f1 */
    --content-bg-color: #eef0f1;
    --control-bg-color: white;
    --button-bg-color: var(--light-gray-color);
    --active-btn-bg-color: #eef0f1;
    --submit-btn-bg-color: var(--secondary-color);
    --form-bg-color: white;
    --widget-bg-color: white;
    --text-color: var(--dark-gray-color);
    --title-color: white;
    --title-outline-color: rgb(52, 103, 0, 1);
    /* --footer-text-color: var(--dark-gray-color); */
    --footer-text-color: #404040;
    --heading-text-color: var(--dark-gray-color);
    --panel-head-text-color: var(--dark-gray-color);
    --widget-head-text-color: var(--dark-gray-color);
    --button-text-color: var(--dark-gray-color);
    --active-btn-text-color: var(--light-gray-color);
    --submit-btn-text-color: white;
    --shadow-color: var(--light-gray-color);
	  --banner-color: var(--dark-gray-color);
    /* functional elements */
    --border-radius-small: 2px;
    --border-radius-large: 4px;
    --transition-speed: 0.4s;
    /* default icons - FontAwesome */
    --toc-open: '\f0d7';
    --toc-closed: '\f0da';
    --left-pane-open: '\f104';
    --left-pane-closed: '\f105';
    --right-pane-open: '\f105';
    --right-pane-closed: '\f104';
    --widget-open: '\f067';
    --widget-closed: '\f068';
    --breadcrumbs-separator: '\f105';
    --related-menu-closed: '\f104';
    --related-menu-open: '\f105';
    --glossary-link-icon: '\f05a';
    --popup-link-icon: '\f0e5';
    --external-link-icon: '\f08e';
    --expand-inline-open: '\f104';
    --expand-inline-closed: '\f105';
    --expand-block-open: '\f106';
    --expand-block-closed: '\f107';
}
/* top level menu item container custom changes */
.navbar-default .navbar-nav > li > a {
    margin: 5px 3px 5px 3px;
    padding: 5px 8px 5px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: hidden;
    color: #FFFFFF !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

/* top level menu item text */
div#navigation-root > ul.nav.navbar-nav > li.dropDownChild > a  a {
    color: #FFFFFF !important;
}
/* customize size and positioning of landing image */
.landing_bg {
    /* was changed to 'contain'  not sure why. Changed back by Mike */
    background-size: cover;
}
.footer_links {
    font-size: 10pt;
    font-weight: 400;
    font-family: "Open Sans", Helvetica, Arial;
}

/* HEADER Overrides */

/* set  dimensions for inner page logo ---unhide on 3.14.23*/
/*
.inner_logo {
    min-width: 200px;
    max-width: none;
    max-height: 35px;
}
*/

/* HIDE NAV ICONS */
/* Hamburger Icon*/
ul.top_icons > li:nth-child(1), ul.m_top_icons > li.m_top_menu {
    /* display: none !important; */
}

/* Settings Icon */
ul.top_icons > li:nth-child(3), ul.m_top_icons > li.m_top_config {
    display: none !important; /*edit by nina, removed hide from this line*/
}
/* Help Icon*/
ul.top_icons > li:nth-child(4), ul.m_top_icons > li.m_top_help {
    display: none !important; /*edit by nina, removed hide from this line*/
}

/* Language Dropdown*/
ul.top_icons > li:nth-child(5), ul.m_top_icons > li.m_top_lang {
    display: none !important; /*edit by nina, removed hide from this line*/
}

/* ICON COLORS - SET TO --primary-color by default*/

header#desktop .top_icons .top_icons_menu {
    fill: var(--secondary-color);
}

header#desktop .top_icons .lang_dropdown > a {
    color: var(--secondary-color);
}

header#ipad .m_top_icons .top_icons_menu {
    fill: lightgrey;
}

header#ipad li.m_top_lang > a {
    color: lightgray !important;
}

/* Center images in testimonials header */
.testimonials_section .img-responsive {
    margin-left: auto;
    margin-right: auto;

}

/* SELECTED ITEM IN CONTENTS */

/* container for selected items - item in context */
ul.jqtree-tree li.jqtree-selected > .jqtree-element {
    border-radius: 2px;
    border: 1px solid var(--light-gray-color);
    box-shadow: 1px 1px 3px 1px var(--light-gray-color);
}

/* text for selected item */
ul.jqtree-tree li.jqtree-selected > .jqtree-element > .jqtree-title {
    color: var(--secondary-color) !important;
    font-weight: 600;
    font-size:15px;
}


/* SEARCH RESULTS */

/* body text of search results */
#shortened_search_result > div td {
    font-size: 14px;
    padding: 10px 5px 0 5px;
}

#shortened_search_result > div td b {
    color:var(--secondary-color);
}

/* progressbar  bar*/
.progress .progress-bar {
    background-color: green;
}

/*NINA-rying to hide the dot-menu "thisRatebox"---added line 210--display none*/
/* ellipsis button*/
.thisRatebox>a {
  font-size: 10px;
  padding: 2px 3px 2px 3px;
  min-width: 20px;
  max-height: 25px;
  display: none;
}

.thisRatebox>a img {
  opacity: 0.5;
  display: none;
}

/* SOCIAL ICONS */

/* hide share menu option */
.topic_right_icons > li:nth-child(2) {
    display: none; /*edit by nina, removed hide from this line*/
}

/* center icons becuase when you turn some off it looks odd*/
ul.share_social {
    text-align:center;
}

/* Facebook Icon*/
ul.share_social > li:nth-child(1)  {
    /*display: none !important;*/
}

/* LinkedIn Icon*/
ul.share_social > li:nth-child(2)  {
    /*display: none !important;*/
}

/* Twitter Icon*/
ul.share_social > li:nth-child(3)  {
    /*display: none !important;*/
}

/* Email Icon*/
ul.share_social > li:nth-child(4)  {
    /*display: none !important;*/
}


/* thin horizontal scrollbar */
::-webkit-scrollbar {
    height: 6px;
}

/* Landing Content Box */

.landing_content_box {
    max-height: 480px;
}

.landing_content_box p > div {
    max-height: 285px;
}

/* FOOTER Topics container */

div#content_container_static {
    padding: 20px;
}
#accordion2 > .panel-default > .panel-heading > .panel-title > a {
    color: var(--active-btn-text-color);
    background-color: #eef0f1;
}
/* change by Enan */
#menusection > div.panel-footer .menu_bot_btn.active {
    box-shadow: 1px 1px 3px #1b4e00;
    background-color: #dde1e4;
    border: 1px solid #4d5e6b;
    color: #1b4e00;
}
/* Added by Mike to substitute logo2.png with an SVG logo 
Nina commenting out this logo section to test no override
*/
/*
figure .inner_logo {

    display: block;
    -moz-box-sizing: border-box;
    background: url("../images/logo2-newName.png") no-repeat;
    width: auto;
    height: auto;
    padding-left: 1px;
    z-index: -1;
}
*/
header#ipad .col-md-12 {
    background-color: transparent;
}
header#ipad .m_top_icons .top_icons_menu {
    fill: var(--secondary-color);
}
header#ipad li.m_top_lang > a {
    color: var(--secondary-color) !important;
}
/* change by Enan */
header#ipad ul.m_top_icons {
    margin-left: 15%;
}
p.warning{ /* change by Enan */
    color: #ffffff;
}
p.warning .strong{ /* change by Enan */
    color: #ffffff;
}
