@font-face {
    font-family: "Lato";
    font-weight: 400;
    src: url("../fonts/Lato-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Lato";
    font-weight: 300;
    src: url("../fonts/Lato-Light.ttf") format("truetype");
}
@font-face {
    font-family: "Lato";
    font-weight: 300;
    font-style: italic;
    src: url("../fonts/Lato-LightItalic.ttf") format("truetype");
}
@font-face {
    font-family: "SAP-icons";
    font-weight: 300;
    src: url("../fonts/SAP-icons.ttf") format("truetype");
}

body.theme-f {
    min-height: 300px;
    min-width: 200px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    color: rgb(88, 89, 91);
    background: rgb(229, 241, 250);
    overflow: hidden;
    margin:0;
    padding:0;
}

.theme-f .topictitle1 {
    font-family: 'Lato', sans-serif;
    font-weight: 300 !important;
    font-size: 32px;
    color: rgb(0, 0, 0);
}

.theme-f .topictitle2, .tasklabel {
    font-family: 'Lato', sans-serif;
    font-weight: 300 !important;
    font-size: 20px;
    color: rgb(0, 0, 0);
}

.theme-f .topictitle3 /*TODO: test*/ {
    font-weight: 400;
    font-size: 13px;
    color: rgb(88,89,91);
}


.theme-f ol, .theme-f ul, .theme-f div {
    font-family: 'Lato', sans-serif;
}

.breadcrumbs {
    font-weight: 400;
    font-size: 13px;
    color: rgb(88,89,91);
}

.theme-f .breadcrumbs a {
    color: rgb(88, 89, 91);
    text-decoration: none;
}

.theme-f .breadcrumbs a:hover,
.theme-f .breadcrumbs a:focus,
.theme-f .breadcrumbs a:active{
    color: rgb(51,145,213);
    text-decoration:none;
    border-bottom:none;
}

.theme-f .note,
.theme-f .example{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
    background-color: rgb(255,255,255);
    border-radius: 5px;
}

.header {
    position:absolute;
    overflow:hidden;
    width:100%;
    left:25px;
    right:125px;
}

#custom-header + #content {
    padding-top: 50px;
}

.theme-f #content {
    position:absolute;
    overflow:auto;
    /*min-height:100%;
    height:100%;
    */top:75px;
    left:0;
    right:0;
    bottom:0;
    padding: 0 25px 0 25px;
    
}

.theme-f #custom-header a {
    margin:0px;
}


/* SEARCH */
.search{
    position: relative;
    left: 0;
    margin-top: 10px;
    margin-right: 100px;
}
#txtSearchTerms {
    border: none;
    border-bottom: 1px solid rgb(128,129,132);
    background-color: rgb(229, 241, 250);
    width: 100%;
    outline: none;  
}

#txtSearchTerms:focus{
    border: none;
    border-bottom: 2px solid rgb(51,145,213);
}

.searchbutton:hover {
    font-size: 110%;
}

.searchbutton {
    position: absolute;
    right: 0;
    top: -5px;
    background: none;
    border: none;
    outline: none;
    cursor: default;
    width: 20px;
}

#searchBtn{
	 background-image: url("../images/search_grey_16.png");
	 width:16px;
	 height:16px;
	 position:absolute;
	 right:0;
	 top: -5px;
	 cursor: pointer;
	 cursor: hand;
}
		
#searchBtn:hover {
	background-image: url("../images/search_grey_24.png");
	width:20px;
 	height:20px;
	}

::-webkit-input-placeholder {
    font-weight: 400;
    font-style: italic;
    font-color: rgb(166, 168, 171);
    font-size: 15px;
}


/* INSERTIONS */

.theme-f .insertiontitle {
    background-image:none;
    display:inline;
    padding-left: 5px;
    text-transform:none;
    font-weight: 300;
font-size: 20px;
color: rgb(0, 0, 0);
}

/* TOC STYLES */

.theme-f.toc ul,
.theme-f.toc li ul li{
    list-style:none;
}



/* SCROLLBAR STYLES */
::-webkit-scrollbar {

    background-color: transparent;
    width: 8px;
}

::-webkit-scrollbar:horizontal {
    height:8px;
}

::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background-color: rgb(166,168,171);
}

::-webkit-scrollbar-corner{
    background-color: #f7f7f7;
}

/*MISC*/
.theme-f a:hover,
.theme-f a:focus,
.theme-f a:active
{
    text-decoration:none;
    border-bottom:none;
}

p {
    color: rgb(88, 89, 91);
}

  .uicontrol {
    font-style:normal;
    font-weight:bold;
    color:black;
}

#breadcrumbs.sap-icon a:first-child {
    font-family: SAP-icons;
}

body.white{
    background-color: #fff;
}

.white #txtSearchTerms {
    background-color:white;
}

.white.note {
   background-color: #E5F1FA;
}
