body {
	overflow-y: scroll;
}
.mCSB_dragger
{
	padding-top:10px; 
}
footer.main-footer {
    padding-left: calc(20% + 30px)!important;
    border-top: 1px solid #C5CED5;
}
	.projects-wrapper * {
	    font-family: 'Arial';
	    box-sizing: border-box;
	    text-decoration: none;
	}
.container-site-devmedia
{
    min-height: 100% !important;
}
.disabled {
    display: none !important;
}

input[name="autocomplete_tags"] {
    width: 100%;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #C5CED5;
    border-radius: 2px;
    background: #fff;
}

.projects-wrapper {
	/* width: 100%; */
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0;
}
.hellobar.hellobar-on .projects-sidebar {
    top: 130px;
}
.hellobar.hellobar-off .projects-sidebar {
    top: 75px !important;
}
.projects-sidebar {
	width: 250px;
	height: 100%;
	position: fixed;
	top: auto;
	border-right: 1px solid #C5CED5;
	background: #f7f7f7;
	/*transition: top .2s;*/
}
.filter-button {
	width: 100%;
	padding: 20px;

	display: none;
	justify-content: center;
	align-items: center;

	background: #253A44;
}
.filter-icon {
	width: 20px;
	height: 20px;
}
	.filter-icon img {
		width: 100%;
		display: block;
	}
	.filter-button label {
		margin-left: 10px;
		display: inline-block;

		color: #fff;
		font-size: 18px;
		font-weight: 700;
	}
	.search-filter label {
		width: 100%;
		display: block;
		margin-bottom: 10px;

		color: #253A44;
		font-size: 14px;
		font-weight: 800;
	}

.panel-filter
{
    position: relative;
}
.search-filter,
.quick-filter,
.tags-filter,
.panel-filter {
	width: 100%;
	padding: 20px;
	border-bottom: 1px solid #C5CED5;
}
.search-filter {
	background: #f7f7f7;
}
	.search-filter label,
	.quick-filter label,
	.tags-filter label,
	.panel-filter label {
		width: 100%;
		display: block;
		padding-bottom: 5px;
		margin-bottom: 10px;
		color: #253A44;
		font-size: 13px;
		font-weight: 600;
		border-bottom: 1px solid #707070;
	}

.search-content {
	width: 100%;
	position: relative;
}
	.search-content input {
		width: 100%;
		height: 30px;

		padding-left: 10px;

		border: 1px solid #C5CED5;
		border-radius: 2px;
		background: #fff;
	}

.search-icon {
	width: 30px;
	height: 30px;

	position: absolute;
	top: 0;
	right: 0;

	display: flex;
	justify-content: center;
	align-items: center;

	border-left: 1px solid #C5CED5;
}
	.search-icon img {
		width: 15px;
		display: block;
	}

.quick-options {
	width: 100%;

    display: flex;
    flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
	.quick-options span {
		color: #1188E9;
		font-size: 14px;
		display: inline-block;
		margin: 12px 0 5px;
	}
		.quick-options span:hover {
			text-decoration: underline;
			cursor: pointer;
		}

	.tags-filter input {
		width: 100%;
		height: 30px;

		padding-left: 10px;

		border: 1px solid #C5CED5;
		border-radius: 2px;
		background: #fff;
	}
	.panel-filter select {
		width: 100%;
		height: 30px;

		padding-left: 10px;

		border: 1px solid #C5CED5;
		border-radius: 2px;
		background: #fff;
	}

.projects-container {
	width: 100%;
	height: 100%;
	max-height: 100%;
	padding-left: calc(250px + 1px);
}
.panel-container {
    width: 100%;
    margin-bottom: 20px;
}
.panel-header {
	width: 100%;
	height: 60px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #C5CED5;
	border-bottom: 1px solid #C5CED5;
	background: #f7f7f7;
	cursor: pointer;
}
	.panel-header * {
		cursor: pointer;	
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	}
	.panel-header label, .panel-header h1 {
		color: #757575;
		font-size: 24px;
		font-weight: 800;
		text-transform: uppercase;
		font-family: Roboto;
		font-weight: 300;
		line-height: 24px;
	}

.header-items {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
	.header-items h2
	{
		font-weight: normal;
		font-size: 12px;
		color: #8795A2;
		font-style: italic;
		margin-right: 20px;
	}
	.header-items span {
		color: #8795A2;
		font-size: 12px;
		font-style: italic;
	}

.header-icon {
	width: 20px;
	margin-left: 35px;
}
	.header-icon img {
		width: 100%;
		transition: transform .5s;
	}

.rotateArrow {
	transform: rotate(180deg);
	transition: transform .5s;
}

.panel-row {
	position: relative;
	width: 100%;
	display: flex;
    justify-content: flex-start;
    min-height: 90px;

	border-bottom: 1px solid #C5CED5;
	background: #fff;
}
.panel-row.projeto_excluido {
    background: #ffdfdf;
}
.row-favorite {
	width: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.favorite-container {
	display: flex;
	flex-direction: column-reverse;
	cursor: pointer;
	position: relative;
}
	.favorite-container img {
	    width: 100%;
	    display: block;
	}

.favorites-total {
	padding: 3px 10px;
    position: absolute;
	top: -15px;
    left: 25px;
    width: 32px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #757575;
    font-size: 12px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 1px 1px 3px #0000004a;
}

.favoritado .favorites-total {
    color: #039be5 !important;
}

.row-content {
	width: calc(100% - 90px);
    height: 90px;
	padding: 60px 20px;

	display: flex;
	justify-content: space-between;
	align-items: center;

	border-left: 1px solid #C5CED5;
}
.row-infos {
	width: 80%;
}
.row-infos h3
{
	display: flex;
	font-size:14px;
	margin: 0;
}
.tags-content h4
{
	margin: 0;
    font-weight: inherit;
    display: inline-block;
}
.row-title {
	color: #757575;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	font-family: arial;
}
	.row-title:hover {
		text-decoration: underline;
	}

.tags-content {
	width: 100%;
	margin-top: 15px;


	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
	.tags-content label {
		height: 24px;
		margin-right: 20px;
		color: #a5a5a5;
		font-size: 12px;
		font-style: italic;
		line-height: 24px;
		display: block;
		margin-bottom: 5px;
	}

.tags {
	width: 60%;
	display: flex;
	margin-left: 20px;
}
	.tags-content span {
        display: inline-block;
        cursor: pointer;
		padding: 5px 10px;
		margin-right: 10px;
		margin-bottom: 5px;
		color: #FFF;
		font-size: 10px;
		border-radius: 23px;
		background: #a5a5a5;
	}

.row-buttons {
	width: 20%;
	padding-left: 20px;
	
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
a.admin-button {
	color: #253a44;
	border: 1px solid;
	border-radius: 3px;
	display: inline-block;
	padding: 3px 5px;
 }
.button {
	width: 25px;
	height: 25px;
	margin-left: 10px;
	position: relative;

	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	align-items: center;

	border: 1px solid #253A44;
	border-radius: 4px;
	background: #F8FAFB;

	cursor: pointer;
}
	.button * {
		cursor: pointer;
	}
	.button label {
		margin-left: 10px;
		display: none;

		color: #253A44;
		font-size: 14px;
	}
	.button img {
		width: 50%;
		display: block;
	}
		.source:hover .tooltip {
			display: block;
		}
		.play:hover .tooltip {
			display: block;
		}
		.course:hover .tooltip {
			display: block;
		}
		.files:hover .tooltip {
			display: block;
		}

.tooltip {
	width: 140px;
	padding: 10px 15px;
	display: none;

	position: absolute;
	top: -50px;
	right: -5px;

	border-radius: 4px;
	background: #253A44;
}
	.tooltip:after {
		width: 0;
		height: 0;
		margin-left: -15px;

		position: absolute;
		top: 100%;
		right: 5%;
		
		content: " ";
		
		border: solid transparent;
		border-top-color: #253A44;
		border-width: 10px;

		pointer-events: none;
	}
	.tooltip span {
		width: 100%;
		display: block;

		color: #fff;
		font-size: 14px;
		text-align: center;
	}

	.donwload-count {border: 1px solid #a5a5a5;border-radius: 50px;padding: 3px 15px;margin: 0 5px 0 0;font-size: 14px;color: #757575;display: inline-block;}
	.row-buttons { flex-wrap: wrap;}
	.download-count-area { flex: 0 0 auto; position: absolute; top: 10px; right: 0px; text-align: center;}
	.row-content { flex-wrap: wrap; min-height: 90px; height: auto; padding: 20px;}
	.tooltip { z-index: 2;}
	.projeto-data { font-size: 14px; display: inline-block; margin-top: 10px; color: #a5a5a5;}

@media screen and (max-width: 1280px) {
	/*.projects-wrapper {
		flex-wrap: wrap;
	}
	.projects-sidebar {
		width: 100%;
		position: static;
		display: flex;
		flex-wrap: wrap;
	}
	.sidebar-filters {
		width: 100%;
		display: flex;
		background: #f7f7f7;
	}
		.sidebar-filters div:first-child {
			border-left: none;
		}

	.search-filter,
	.quick-filter,
	.tags-filter,
	.panel-filter {
		width: 25%;
		border-left: 1px solid #ADB5BC;
		border-bottom: none;
	}
	.projects-container {
		padding: 0;
	}*/
}
@media screen and (min-width: 768px) {
    .sidebar-filters
    {
        display: flex !important;
    }
}
@media screen and (min-width: 1025px) {
    .sidebar-filters
    {
        display: block !important;
    }
    .projects-sidebar {
        padding-bottom: 130px;
        overflow-y: auto;
    }
}
@media screen and (max-width: 1024px) {
	.header-items h2
	{
		display: none;
	}
    .quick-filter
    {
        order: 1;
    }
    .panel-filter
    {
        order:2;
    }
    .search-filter
    {
        order:3
    }
	.projects-wrapper {
		flex-wrap: wrap;
		padding: 0;
	}
	a.admin-button
	{
		margin-right: 10px;
	}
	.projects-sidebar {
		width: 100%;
		position: static;
		display: flex;
		flex-wrap: wrap;
	}
	.sidebar-filters {
		width: 100%;
		display: flex;
		background: #f7f7f7;
	}
	.quick-options span {
		margin: 10px 0 5px;
	}
		.sidebar-filters div:first-child {
			border-left: none;
		}

	.search-filter,
	.quick-filter,
	.tags-filter,
	.panel-filter {
		width: 50%;
		border-left: 1px solid #ADB5BC;
		border-bottom: none;
	}
	.projects-container {
		padding: 0;
	}
	.row-content {
        flex-wrap: wrap;
		height: auto;
		padding: 15px 20px;
	}
	.row-infos {
		width: 100%;
		margin-bottom: 20px;
		padding: 20px 0;
	}
	.row-buttons {
		width: 100%;
		padding: 0;
		justify-content: flex-start;
	}

	.row-title
	{
		font-size: 16px;
	}
	.button {
		width: 150px;
		margin-right: 10px;
		margin-left: 0;
	}
		.button img {
			width: 15px;
		}
		.button label {
			display: inline-block;
		}
			.source:hover .tooltip {
				display: none;
			}
			.play:hover .tooltip {
				display: none;
			}
			.course:hover .tooltip {
				display: none;
			}
			.files:hover .tooltip {
				display: none;
			}

	footer.main-footer {
		padding-left: 0!important;
	}
}
@media screen and (max-width: 940px) {
	.quick-options {
		flex-wrap: wrap;
	}
		.quick-options span {
			width: 100%;
			font-size: 14px;
		}
}
@media screen and (max-width: 730px) {
	.row-buttons {
		flex-wrap: wrap;
	}
	a.admin-button
	{
		margin-top: -10px;
	}
	.button {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.filter-button {
		display: flex;
	}
	.sidebar-filters {
		display: none;
		flex-wrap: wrap;
	}
	.search-filter,
	.quick-filter,
	.tags-filter,
	.panel-filter {
		width: 100%;
		border-left: none;
		border-bottom: 1px solid #ADB5BC;
	}
	.panel-filter {
		border-bottom: 0;
	}
		.quick-options span {
			width: auto;
			font-size: 16px;
        }
    .panel-header label, .panel-header h1
	{
        font-size: 20px;
	}
	.download-count-area { position: relative; order: -1; max-width: 100%;}
	.donwload-count { margin: 0 5px 5px 0;}
}
@media screen and (max-width: 480px) {
		.header-items span {
			display: none;
		}
	.panel-row {
		flex-wrap: wrap;
	}
	.row-content {
		width: 90%;
		border: none;
		padding: 0 20px 15px;
	}
	.row-infos
	{
		padding: 20px 0 20px;
		margin-bottom: 0;
	}
	.row-favorite
	{
		position: absolute;
		right: 15px;
		width: 10%;
		top: initial;
		height: 100%;
	}
	.favorite-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.favorites-total {
		position: relative;
		padding: 5px 10px;
		margin-left: 10px;
		height: 20px;
		width: 32px;
		top: initial;
		left: initial;
		margin: 0 0 5px;
	}
}
@media screen and (max-width: 420px) {
		.panel-header label {
			font-size: 16px;
		}
	.panel-row {
		flex-wrap: wrap;
	}
	.tags-content label {
		width: 100%;
		margin: 0 10px 0 0;
	}
	.panel-header label, .panel-header h1
	{
        font-size: 16px;
        line-height: 24px;
	}
}
/* MODAIS */

#custom-modal{ display: none; }
#custom-modal.active{ position: fixed; top: 0; left: 0; bottom: 0; right: 0; background-color: rgba(0,0,0,0.3); z-index: 200; display: flex; align-items: center; justify-content: center; cursor: pointer;}
#custom-modal p{ margin: 0; background-color: white; position: relative; z-index: 1; border: 1px solid #e1e1e1; width: 400px; max-width: 95%; border-radius: 5px; text-align: center; padding: 40px 25px; box-sizing: border-box; font-size: 16px; line-height: 30px; }
#custom-modal p i{ position: absolute; z-index: 1; top: 5px; right: 10px; cursor: pointer; }
#custom-modal p a{color: #039be5; font-weight: bold; text-decoration: none; }

#modal-favorito{ display: none; }
#modal-favorito.active{ position: fixed; top: 0; left: 0; bottom: 0; right: 0; background-color: rgba(0,0,0,0.3); z-index: 200; display: flex; align-items: center; justify-content: center; cursor: pointer;}
#modal-favorito p{ margin: 0; background-color: white; position: relative; z-index: 1; border: 1px solid #e1e1e1; width: 400px; max-width: 95%; border-radius: 5px; text-align: center; padding: 40px 25px; box-sizing: border-box; font-size: 16px; line-height: 30px; }
#modal-favorito p i{ position: absolute; z-index: 1; top: 5px; right: 10px; cursor: pointer; }
#modal-favorito p a{ display: block; color: #039be5; font-weight: bold; padding: 5px; text-decoration: none; }

/* MODAIS FIM */

.projeto_busca_naoencontrado
{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.favorite-container svg {
    width: 42px;
    height: 42px;
    fill:transparent;
    stroke: #757575;
}
.favorite-container svg.favorito_svg
{
    fill:#039BE5;
    stroke:#039BE5;
}
