@media screen and (min-width: 992px) {
	.left-side-b {
		top: 50px;
		width: 100%;
		z-index: 999;
		position: absolute;
	}
}

@media screen and (min-width: 992px){
	.menuModPrincipal {
		margin: 0 0 25px 0;
		padding-left: 0;
		padding-top: 30px;
		z-index: 1031;
		position: static;
		width: 100%;
	}
}

@media screen and (max-width: 1200px){
	.menuModPrincipal {
		position: absolute!important;
	}
}

/************************************/

.alturaFix{
	min-height: 530px;
}

.alturaAlt{
	min-height: 0!important;
}

.mostraMod {
	display:block;
}

.ocultaMod {
	display:none;
}

.content-modulos-over{
	overflow-y: scroll;
	height: 330px;
	width: 100%;
	min-height: 430px;
}

/************************************/
.cmpPesquisarMod {
	margin: 25px 0 25px 0;
	padding: 0px 0px 15px 0px;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1200px) {
	.cmpPesquisarMod {
		margin: 515px 0 25px 0;
		padding: 0px 0px 15px 0px;
		text-align: center;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
}


.cmpPesquisarMod > input{
	width: 80%;
	border: 2px solid #c3c3c3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 32px;
	margin: 2px 0 0 10px;
	padding: 0px 14px 0px 5px;
}

.menuModSombra{
	-webkit-box-shadow: 1px 5px 22px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 5px 22px -1px rgba(0,0,0,0.75);
	box-shadow: 1px 5px 22px -1px rgba(0,0,0,0.75);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

}

.menuModPrincipal{
	margin: 0 0 25px 25px;
	padding-left: 0px;
	padding-top: 15px;
	z-index: 1031;
	position: absolute;
	background: #f0f0f0;
	width: 90%;
}

.menuModPrincipal>li {
	list-style: none;
	margin-bottom: 0;
}

.menuModPrincipal>li>a {
	display: block;
	padding: 10px 15px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #555555;
	white-space: nowrap;
}

.menuModPrincipal > li > a:after {
	content: "\f105";
	color: #1a1a1a;
	font-family: 'FontAwesome';
	display: block;
	position: static;
	left: 200px;
	float: right;
	margin-top: 0;
	margin-right: -10px;
}

.btnNavMod > li {
	float: none;
	margin-top: 19px;
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.MenuModulo{
	margin: 5px 0 15px 0;
}

.NomeModulo{
	font-weight: 700;
	color: #3c8dbc;
}

.bordaModulo{
	border-bottom: 2px solid #c3c3c3;
	padding: 0 0 10px 15px;
}

.MenuModulo>ul>li {
	list-style: none;
	margin-bottom: 5px;
}

.MenuModulo>ul>li>span {
	font-weight: 700;
}

.MenuModulo>ul>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
