@font-face {
    font-family: "72";
    font-weight: 400;
    src: url("../fonts/72-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "72";
    font-weight: 300;
    src: url("../fonts/72-Light.ttf") format("truetype");
}
@font-face {
    font-family: "72";
    font-weight: 300;
    font-style: italic;
    src: url("../fonts/72-Italic.ttf") format("truetype");
}

a {
    color: #0070b1;
    text-decoration: none;
}

body {
    color: #333;
    font-family: '72', Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    min-height: 300px;
    font-size: 14px;
    margin:0;
    min-width: 200px;
    overflow: hidden;
    padding:0;
}

#content {
    bottom:0;
    left:0;
    overflow:auto;
    padding: 0 24px 0 24px;
    position:absolute;
    right:0;
    top:91px;
}

/* div.nested0 wraps #content when the topic has nested subtopics, and otherwise is not there at all. */
div.nested0 {
    bottom:0;
    left:0;
    overflow:auto;
    padding: 0 24px 0 24px;
    position:absolute;
    right:0;
    top:0px;
}

@media print {
    #content, div.nested0 {
        overflow:visible;
    }
}

/**************************************************************************
                HEADER STYLES
*************************************************************************** */
#custom-header {
    background-color:white;
    margin: 32px 24px 0 24px;
    overflow:hidden;
    position:relative;
    z-index:1;
}


.breadcrumbs {
    display:inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height:28px;
    margin-top:15px;
    overflow:hidden;
    white-space:nowrap;
}

 .breadcrumbs a {
    color: rgba(0,0,0,0.5);
    text-decoration: none;
}

 .breadcrumbs a:hover,
 .breadcrumbs a:focus,
 .breadcrumbs a:active{
    color: rgb(51,145,213);
    text-decoration:none;
    border-bottom:none;
}

.breadcrumbs a:after{
    content: '\003e';
    color: rgba(0,0,0,0.5);
    padding: 0 5px;
}

#bcOverflowContainer {
    opacity:0;
    visibility:hidden;
    background-color:white;
    z-index:100;
    position:absolute;
    border-bottom:1px solid rgb(128,129,132);
    border-top:1px solid rgb(128,129,132);
    width:calc(100% - 8px);
}

#bcOverflowContainer ul {
    margin: 5px 0;
}

#bcOverflowContainer a {
    font-size: 12px;
}

.bcToggle {
    color: rgba(0,0,0,0.5);  
    font-size: 12px;
}

.bcToggle:hover, 
.bcToggle:active {
    cursor:pointer;
    color:rgb(51,145,213);
}

/**************************************************************************
                SEARCH STYLES
*************************************************************************** */

.search {
    box-sizing: border-box;
    position: relative;
    height: 2.5rem;
    line-height: 2.375rem;
    border: 1px solid #bfbfbf;
    background: #ffffff;
    width: 100%;
}

.search:hover {
    border-color: #427cac;
    background: #ffffff;
}

#txtSearchTerms {
    border: none;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    min-width: 7rem;
    height: calc(2.5rem - 2px);
    background: transparent;
    padding: 0.25rem 0;
    color: #000000;
    font-family: '72', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-overflow: ellipsis;
    padding-left: 0.75rem;
    padding-right: 5rem;
    border: 1px transparent;
}

#txtSearchTerms::-ms-clear {
    display: none;
}

#txtSearchTerms:focus {
    outline-offset: 0;
    border: 1px dotted;
}

.searchbutton:hover {
    font-size: 110%;
}

.searchbutton {
    position: absolute;
    right: 0;
    top: -5px;
    background: none;
    border: none;
    outline: none;
    cursor: default;
    width: 20px;
}

#searchBtn {
     cursor: pointer;
     cursor: hand;
     position: absolute;

     font-weight: normal;
     font-family: 'SAP-icons';
     -webkit-font-smoothing: antialiased;

     width: 2.45rem;
     height: 2.37rem; 
     font-size: 16px;
     color: #346187;
     line-height: 2.38rem;

     margin: 0;
     border: 0;
     padding: 0;
     background-color: transparent;
     right: 0;
}
		
#searchBtn:hover {
    border-color: #427cac;
    background: #ffffff;
    background-color: rgba(179,179,179,0.5);
}

#searchBtn:active {
    color: #ffffff;
    background-color: #427cac;
}

#searchBtn:active {
    outline: none;
}

::-webkit-input-placeholder {
    color: #757575;
    font-size: 14px;
    font-style: italic;
}

#searchReset {
    cursor: pointer;
    cursor: hand;
    position: absolute;

    font-weight: normal;
    font-family: 'SAP-icons';
    -webkit-font-smoothing: antialiased;

    width: 2.45rem;
    height: 2.37rem; 
    font-size: 16px;
    color: #346187;
    line-height: 2.38rem;

    margin: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    right: 2.45rem;
}

#searchReset:hover {
    border-color: #427cac;
    background: #ffffff;
    background-color: rgba(179,179,179,0.5);
}

#searchReset:active {
    color: #ffffff;
    background-color: #427cac;
}

#searchReset:active {
    outline: none;
}

/**************************************************************************
                NAVIGATION STYLES
*************************************************************************** */

.toc #content > ul {
    margin-top:50px;
}

.toc ul,
.toc li ul li{
    list-style:none;
}

.toc  ul {
    padding-left: 0;
}

.topic-list > li > ul > li > ul {
      margin-top:1em;
}

.toc li ul li {
    margin-left:0;
}

.topic-list ul > li{  
    font-weight: bold;
    margin:1.6em 0;
    
}

.topic-list ul > li li {
    font-weight: normal;
    margin:0 0 0 1em;
}

.topic-list ul > li > a {
    border-bottom: 1px solid rgb(128,129,132);
    display: block;
    padding-bottom: 10px;
}

.topic-list ul > li li > a {
    border:0;
    padding-bottom:0;
    display:inline;

}

/**************************************************************************
                HEADING STYLES
*************************************************************************** */

 .topictitle1 {
    background-color:white;
    color: #333;
    font-family: '72', Arial, Helvetica, sans-serif;
    font-weight: 400 !important;
    font-size: 22px;
    line-height: 28px;
    margin-top: 0.9em;
    position:fixed;
    width: calc(100% - 37px);
    z-index:1;
}

@media print {
    .topictitle1 {
        position:static;
    }
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .topictitle1, #custom-header {width: calc(100% - 40px); }
}

@-moz-document url-prefix() { 
     .topictitle1, #custom-header {width: calc(100% - 40px);}
}

.topictitle2, .tasklabel,
.sectiontitle, .relinfotitle, .section_title{
    line-height:24px;
    font-family: '72', Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 1.2em 0 0 0;
    
}

 .topictitle3 /*TODO: test*/ {
    color: rgb(88,89,91);
    font-size: 13px;
    font-weight: 400;
    
}    


 ol,  ul, div {
    font-family: '72', Arial, Helvetica, sans-serif;
}


 #custom-header a {
    margin:0px;
}

/**************************************************************************
                INSERTION STYLES
*************************************************************************** */

 .note,
 .example{
    background: rgb(239, 244, 249);
    border-radius: 5px;
    padding: 5px 10px 10px 10px;
}



 .insertiontitle {
    background-image:none;
    color: rgb(0, 0, 0);
    display:inline;
    font-size: 20px;
    font-weight: 300;
    padding-left: 5px;
    text-transform:none;
}

.insertiontitle > .titleicon {
    font-family: SAP-icons;
    font-size: 16px;
}

.insertiontitle > .titletext {
    padding-left: 5px;
}

/* SCROLLBAR STYLES */
::-webkit-scrollbar {
    background-color: transparent;
}

::-webkit-scrollbar-track{
    background-color: #FFF;
}

::-webkit-scrollbar-thumb{
    background-color: #b2b2b2;
}

::-webkit-scrollbar:vertical {
    width: 0.75rem;
    height: 100%;
}

::-webkit-scrollbar:horizontal {
    width: 100%;
    height: 0.75rem;
}

/*MISC*/
 a:hover,
 a:focus,
 a:active
{
    text-decoration:none;
    border-bottom:none;
}

.uicontrol {
    font-style:normal;
    font-weight:bold;
    color:black;
}

#breadcrumbs.sap-icon a:first-child {
    font-family: SAP-icons;
}

table {
    font-size: 100%;
}


li.step.collapsible > div.col-wrapper > .collapse-icon {
    top: 0.2em;
    left: -2.2em;
}