/*
COLORS : https://www.materialpalette.com/blue-grey/blue
#455A64;
#607D8B;
#CFD8DC;
#FFFFFF;
#448AFF;
#212121;
#757575;
#BDBDBD;
*/
/*##################################
	RESPONSIVE
##################################*/
@media screen and (max-width: 640px) {
	*{
		-moz-box-sizing: border-box;
		box-sizing: border-box;		
	}
	.bodywrapper{
		margin: 68px 10px;
	}
    .hidemobile{
		display:none;
	}
	.mobileonly{
		display:block;
	}
	.codeitem h4{
		font-weight:bold;
	}
	.codeitem h4, .codeitem h5{
		max-width:100%;
		width: 100%;
		margin:0;
	}
	.editcode{
		float:right;
		display:inline-block !important;
		margin-top: -24px;
		margin-right:45px;
	}
	.deletecode{
		float:right;
		display:inline-block !important;
		margin-top: -24px;
		margin-right: 0;
	}
	.keywords{
		width: 100%;
		margin:5px 0;
	}
	div.desc{
		width: 100%;
		text-align:left;
	    margin:5px 0;
	}
	.bottomfilter{
		float:left;
		/*margin-left:20px;*/
		width:100%;
	}
	.filterbox{
		float:left;
		width:100%;
		padding:0 10px;
	}
	.nav.right{		
		float:left;
		width:100%;		
		display:none;
	    background: #D8D8D8;
		overflow-y: scroll;
		z-index:5100;
		/*margin-bottom:48px;*/
	}
	.nav.right li{
		width:100%;
		border-bottom:1px solid gray;
	}
	.nav.right li:last-child{
		border:0;
	}
	.topnav.top.open{
		overflow-y:scroll;
		bottom:48px;
		min-height: 48px;
		height:auto;
	}
	.nav li span{
		left:auto;
		right:10px;
		bottom:auto;
		top:50%;
		margin-top:-13px;
		border-radius:50%;
		height: 25px;
		width: 25px;
		padding-top: 5px;
	}
	.nav.leftnav{
		float:left;
		width:100%;		
		display:none;
	    background: #455A64;
		overflow-y: scroll;
		z-index:4000;
	}
	.nav.leftnav li{
		width:100%;
		border-bottom:1px solid gray;
	}
	input[type="text"]#codetitle{
		min-width:100%;
		float:left;
	}
	select{
		float:left;
		min-width:100%;
		margin:5px 0 0 0;
		height:32px;
		line-height:32px;
		padding:0 0 0 5px;
	}
	select[multiple]{
		/*min-height:100px;*/
	}
	.max50{
		min-width:100%;
		width:100%;
	}
	.textarea.desc{
		min-height:100px;
	}
	h1{
		padding:0;
		margin:10px 0;
	}
	.addcodebox{
		padding:10px 10px;
	}
	.CodeMirror{
		height:200px;
	}
	.addcodebox{		
		overflow-y: scroll;
	}
	.left, .right{
		float:left;
		margin-left:0;
		margin-right:0;
		width:100%;
	}
	.sectiontoolbar .left button,
	.sectiontoolbar .right button,
	.sectiontoolbar .left button:first-child,
	.sectiontoolbar .left button:last-child,
	.sectiontoolbar .right button:first-child,
	.sectiontoolbar .right button:last-child{
		width:50%;
		padding:10px;
	}
	.left.editcode, .left.deletecode, .leftopenicon{
		display:none !important;
	}
	pre[class*="language-"]{
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#loginbox{
		top: 50%;
		left:10px;
		right:10px;
		line-height: 22px;
		margin: auto;
		background: #D8D8D8;
		padding:20px;
		border-radius: 25px;
		max-width: none;
	}
}
/*
EOF
*/