@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/OpenSans-Regular-webfont.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/OpenSans-Bold-webfont.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: normal;
    src: url('fonts/OpenSans-Italic-webfont.woff') format('woff');
}
html {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    font-family: 'Open Sans';
    font-size: 15px;
    background-color: #fff;
}
body {
    background-color: #F0F2F9;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
#page {
    background-color: #fff;
}
#page-header {
    top: 0;
    width: 100%;
    height: 80px;
    overflow: hidden;
    position: fixed;
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
    z-index: 128;
}
#breadcrumb {
    z-index: 128;
    display: block;
    width: 100%;
    min-height: 43px;
    position: initial;
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    overflow: hidden;
    opacity: 1;
}
#breadcrumb.fixed {
    position: fixed;
    opacity: 0.9;
    width: auto;
    left: 322px;
    right: 16px;
    top: 82px;
}
#breadcrumb.sidebar-active.fixed{
    left: 322px;
}
#breadcrumb.sidebar-inactive.fixed{
    left: 0;
}
#breadcrumb ul {
    margin: auto 10px;
    padding: 10px 0 10px 0;
}
#breadcrumb ul li {
    display: inline-block;
    vertical-align: top;
    height: 22px;
}
#breadcrumb ul li a {
    display: inline-block;
    line-height: 23px;
    vertical-align: top;
    text-decoration: none;
    color: #72BF44;
}
#breadcrumb ul li a:hover {
    text-decoration: underline;
}
.breadcrumb-arrow {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 18px;
    height: 22px;
    background-image: url('./img/breadcrumb_arrow.svg');
    background-repeat: no-repeat;
    background-position: top 2px center;
}
li.breadcrumb-home{
    width: 50px;
}
li.breadcrumb-home a, li.breadcrumb-home.current {
    display: inline-block;
    width: 19px;
    height: 22px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: left 1px center;
}
li.breadcrumb-home a {
    background-image: url('./img/home-green.svg');
}
li.breadcrumb-home a:hover {
    background-image: url('./img/home-black.svg');
}
li.breadcrumb-home.current {
    background-image: url('./img/home-black.svg');
    width: 50px;
    height: 22px;
}
#breadcrumb ul li.current p {
    display: inline;
    color: #40484B;
    font-weight: 600;
    line-height: 23px;
}
#menu {
    display: block;
    width: 321.01px;
    bottom: 0;
    top: 80px;
    position: fixed;
    background-color: #fff;
    border-right: 1px solid #cccccc;
    z-index: 11;
}
#menu.active {
    display: block;
}
#menu.active > #menu-nav {
    z-index: 5;
}
#menu.inactive {
    display: none;
}
#menu.inactive > #menu-nav {
    z-index: auto;
}
#menu-nav {
    z-index: 5;
    position: fixed;
    width: 321.01px;
    background-color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
}
#menu-nav a {
    display: inline-block;
    width: 159.9px;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    font-size: 13px;
    color: #40484B;
}
#menu-nav-search {
    float: right;
    border-left: 1px solid #cccccc;
}
#menu-nav a.active, #menu-nav a.inactive:hover {
    background-color: #72BF44;
    font-weight: 600;
    color: #fff;
}
#menu-content {
    position: absolute;
    bottom: 0;
    top: 45px;
    padding-top: 24px;
    width: 321.01px;
    font-size: 13.5px;
    overflow: auto;
    background-color: #fff;
}
#menu-content a{
    text-decoration: none;
}
#menu-content a:hover{
    text-decoration: underline;
}
#menu-content-contents.active {
    display: block;
}
#menu-content-contents.inactive {
    display: none;
}
#content-treeview a {
    display: block;
    color: #40484B;
    min-height: 22.5px;
    padding-top: 4.5px;
    padding-bottom: 4px;
    font-size: 13.05px;
    line-height: 22.5px;
    padding-right: 15px;
    border-left: 3px solid transparent;
}
#content-treeview a:hover,
#content-treeview a.hover {
    border-left: 3px solid #72BF44;
    background-color: rgba(114, 191, 78, 0.25);
    text-decoration: none;
}
#content-treeview li#current > a {
    background-color: #72BF44;
    color: #fff;
    font-weight: 600;
}
#content-treeview a.active:hover {
    border-left: 3px solid transparent !important;
    background-color: #72BF44 !important;
}
.clearfix:after {
    content: "\00A0";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
#menu-content-search ul {
    margin: 0;
    padding: 7.5px 24px;
}
#menu-content-search.active {
    display: block;
}
#menu-content-search.inactive {
    display: none;
}
#search-form {
    text-align: center;
    padding: 0 22.5px;
}
#search-form input {
    display: block;
    height: 40px;
    font-size: 13px;
    border-radius: 3px;
    border: 1px solid #cccccc;
}
#search-form-input {
    color: #40484B;
    width: 275px;
    background-image: url('./img/search-icon.svg');
    background-repeat: no-repeat;
    background-position: left 13px top 12px;
    background-size: 18px 18px;
    padding: 0 0 0 40px;
    margin: 0 auto 7.5px auto;
    border: none;
}
#search-form-input:focus {
    outline: none;
}
#search-form-submit {
    width: 275px;
    display: block;
    padding: 0;
    margin: 0 auto;
    border: none;
    background-color: #72BF44;
    border: 1px solid #72BF44;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
#search-form-submit:hover {
    background-color: #66ab3e;
    border: 1px solid #66ab3e;
    cursor: pointer;
}
#menu-content-search-results-value {
    color: #fff;
    padding: 22.5px 24px 7.5px 24px;
}
#menu-content ul li {
    list-style-type: none;
    color: #fff;
}
.search-result-title {
    display: inline-block;
    font-size: 13.5px;
}
#logo.sidebar-active {
    display: inline-block;
}
#logo.sidebar-inactive {
    display: none;
}
#header-buttons {
    position: absolute;
    top: 16px;
    left: 350px;
}
#page-header.sidebar-inactive > #header-buttons {
    left: 20px;
}
#header-buttons a {
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: text-bottom;
    border-radius: 3px;
    text-align: center;
}
#header-buttons #sidebar-toggle {
    background-color: #40484b;
    margin-right: 7.5px;
}
#header-buttons #sidebar-toggle:hover {
    background-color: #2e3336;
}
#header-buttons .button-sidebar-toggle {
    background-image: url('./img/burger-menu.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
}
#header-buttons .button-prev {
    background-color: #72BF44;
    margin-right: 7.5px;
    background-image: url('./img/arrow-left-medium-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
}
#header-buttons .button-prev:hover {
    background-color: #66ab3e;
}
#header-buttons .button-prev-disabled {
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: text-bottom;
    border-radius: 3px;
    text-align: center;
    background-color: #f0f0f0;
    margin-right: 7.5px;
    background-image: url('./img/arrow-left-medium.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
}
#header-buttons .button-next {
    background-color: #72BF44;
    background-image: url('./img/arrow-right-medium-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
}
#header-buttons .button-next:hover {
    background-color: #66ab3e;
}
#header-buttons .button-next-disabled {
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: text-bottom;
    border-radius: 3px;
    text-align: center;
    background-color: #f0f0f0;
    background-image: url('./img/arrow-right-medium.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;

}
#document-info {
    position: absolute;
    top: 16px;
    left: 540px;
    right: 40px;
    color: #72BF44;
    height: 45px;
    font-size: 13.5px;
    overflow: hidden;
}
#document-info #product-name,
#document-info #course-package {
    position: absolute;
    height: 22.5px;
    top: 2px;
    left: 0;
    right: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#document-info #document-name,
#document-info #course-module {
    position: absolute;
    height: 25.5px;
    top: 19px;
    left: 0;
    right: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 600;
}
#page-header.sidebar-inactive > #document-info {
    left: 210px;
}

/* SEARCH RESULTS */

.searchresult > li {
    position: relative;
    float: left;
    width: 60%;
    color: #05b9f0;
    font-weight: 600;
    margin-top: 10px;
    line-height: 21px;
    z-index: 32;
}
.rightDiv {
    z-index: 16;
    margin-top: 10px;
    padding-top: 3px;
}
.rightDiv div {
    position: relative;
}
.searchresult > li > a {
    display: block;
    color: #72BF44;
    margin-left: 13.5px;
    font-weight: normal;
}
.searchresult > li > a:hover {
    text-decoration: underline;
}
.searchresult > li:before {
    position: absolute;
    margin: auto;
    top: -1px;
    left: 0;
    bottom: 0;
    content: "\2022";
    font-size: 150%;
    color: #72BF44;
}
#searchResults {
    font-size: 13.05px;
    padding-top: 25px;
}
.resultsFor {
    display: block;
    color: #40484B;
    font-weight: 600;
    font-size: 19.5px;
    padding: 0 22.5px;
    margin-top: 20px;
}
.searchHighlight,
.searchNoResults,
.notContainsAllSearchTerms {
    display: block;
    padding: 7.5px 22.5px;
}
.searchHighlight {
    padding: 18px 22.5px;
}
.searchHighlight a,
.searchNoResults,
.notContainsAllSearchTerms {
    color: #40484B;
}
.searchHighlight a:hover {
    text-decoration: underline;
}
#searchHighlight {
    visibility: hidden;
}
#star ul.star {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    list-style: none;
    padding: 0;
    width: 85px;
    height: 10px;
    background: url('./img/squares.png') repeat-x 0 -8px;
}
#star li {
    padding: 0;
    margin: 0;
    display: block;
    width: 85px;
    height: 10px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    float: right;
}
#star li.curr {
    background: url('./img/squares.png') left 18px;
    font-size: 1px;
}