/* Add here all your css styles (customizations) */

/*Add on 15 Sep 2016*/
.search-accordion {
  color: #333 !important;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}



.search-accordion-small {
    color: #333 !important;
}



div#toc-contain {
    margin-left: 526px;
}
h2.toc-h2 {
    text-align: center;
}


.search-accordion-small {
    color: #333 !important;
}

div#toc-contain {
    margin-left: 526px;
}
h2.toc-h2 {
    text-align: center;
}
div#toc-contain-codeblock {
    margin-left: 75%;
}
div#toc-contain-accordion {
    margin-left: 75%;
}

/*Add on 27 June 2016*/

/*Tagline Boxes v8*/
.tag-box-v8 {
    background: #fafafa;
    border: solid 1px #eee;
}
.tag-box-v8 p {
    color: #8b8b8b;
    margin-left: 2em;
    margin-top: 1em;
    font-style: italic;
}
.tag-box p {
    margin-bottom: 0;
}
.tag-box-v8 p::before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.3em;
    margin-left: -0.6em;
    vertical-align: -0.4em;
}
/*Add on 10 Nov 2016*/

img.active-flag {
    border: solid 2px;
}
img.language-flag {
    width: 40px;
    height: 20px;
}


img#img-full-header {
    width: 100%;
}

/**/
.topbar {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:auto !important;
}

.header-language a{
    display:inline-block;vertical-align:middle;
}
@media (max-width: 1219px) {
    .header .container .pull-right:first-child {
        display: block;
    }
}
    @media only screen and (max-width: 770px) {
        .topbar .container {
            padding:0 15px;
        }
        .topbar ul.loginbar {
            width: auto;
        }

            .topbar ul.loginbar li {
                display: inline;
            }
    }

@media (max-width:575px) {
    .header {
        top: 35px
    }

    .topbar {
        top: 17px;
    }

    .header .container .pull-right:first-child {
        position: absolute;
        top: -46px;
        right: 5px;
    }

    .topbar ul.loginbar {
        width: 280px;
        top: -46px;
        position: absolute;
        left: 4px;
    }
	

}