body {
    font-family: "Roboto", sans-serif;
    background-color: rgba(0, 0, 0, 0.71);
    top:0!important;
}

.table-equal td{
	width:50%;
}

.sections{
	position:fixed;
	width: 360px;
	overflow-y:auto;
}

.menu-block {
    height: 60px;
    margin: 10px 0;
    padding: 5px 10px;
}

.menu-block a {
    color: white;
}

.menu-block .nav > li a:hover{
    background: rgba(255, 255, 255, .1);
}

.menu{
	position:fixed;
}

.menu img {
    height: 45px;
    margin-top: 6px;
    margin-right: 10px;
}

.api_docs .example {
    word-break: break-word;
}

.mobile-show{
	display: none;
}

.panel {
    border-radius: 0;
}

.panel-default>.panel-heading {
    font-weight: 600;
    text-transform: uppercase;
}

.list-group-item {
    border-radius: 0!important;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background: #f5f5f5;
    color: #cc5555;
    font-weight: 600;
    border-color: #ddd;
    border-left: 5px solid #397edb;
    cursor:pointer;
}

h3 {
    text-transform: uppercase;
    margin: 10px 0;
}

.badge{
	font-size: 15px;
    padding: 5px 15px;
}

.skiptranslate {
    display: none !important;
}

.langs_wrapper {
    position: fixed;
    left: 0;
    top: 150px;
    padding: 10px;
}

.langs .language__img {
    display: block;
    width: 40px;
    opacity: 0.7;
    cursor: pointer;
}

.langs .language__img:hover, .langs .language__img_active {
    opacity: 1;
}

.langs_wrapper .langs a {
    display: block;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    height: 40px;
}

.langs_wrapper .langs .show_langs{
    display: none;
}

.langs_wrapper .langs.small .show_langs{
    display: inline;
}

.langs_wrapper .langs.small .hide_langs{
    display: none;
}

.langs_wrapper .langs.small .language__img:not(.language__img_active){
    display: none;
}

.langs.small .language__img {
    display: inline;
    vertical-align: bottom;
}

.langs_wrapper .langs.small .language__img_active {
    pointer-events:none;
}

@media screen and (max-width: 1199px){
	.sidebar, .sidebar + div{
		position: relative;
		width: 100%;
	}
	
	.sections{
		position:relative;
		width: 100%;
	}
	
	.menu{
		position:relative;
	}
}

@media screen and (max-width: 768px) {
	
	.menu-block{
		height: 55px;
    	text-align: center;
	}

	.menu img {
	    height: 40px;
	    margin-top: 6px;
	}

	.api_docs .panel.panel-default.sections {
	    height: auto!important;
	}

	.api_docs table td b {
	    word-break: break-word;
	}

	h4 + div {
	    word-break: break-word;
	}

	.table .table td, .mobile-table td {
	    display: block;
	}

	.table .table tr td:nth-of-type(odd){
	    background-color: #f9f9f9;
	}

	.mobile-hide{
		display: none;
	}
	
	.mobile-show{
		display: block;
	}

}