/* TOPBAR */
.aw-topbar {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	min-height: 50px;
	z-index: 999;
	
}

.usuLogin {
	font-size: 12px;
}


div.mainButton {
	margin: 0 auto; padding: 0;
}

div>section.button {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
}

div>section.button>.panelButton {
	width: 22vw;
	margin: 0;
	padding: 0;
	flex-grow: 1;
	overflow: hidden;
	box-sizing: border-box;
}

.buttonAvisoCat{
	width: 14vw;
    margin: 0;
    padding: 0;
    flex-grow: 1;
    overflow: hidden;
    box-sizing: border-box;
}
.iconMenu {
	font-size: 33px;
	text-align: right;
	right: 1%;
	float: right;
	top: 18%;
	position: relative;
}

.aw-footer {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	/* min-height: 50px; */
	z-index: 999;
	background-color: #e1eff8;
}

.aw-topbar>img {
	margin-top: 10px;
	margin-left: 5px;
}

/* SIDEBAR */
.aw-sidebar {
	position: fixed;
	top: 50px;
	bottom: 50px;
	left: 0;
	width: 210px;
	margin-left: -211px;
	/* z-index: 9998; */
	transition: margin-left 0.5s;
	overflow-y: auto;
	background-color: #f6f6f6;
	border-right: 1px solid #eaeaea;
}

.aw-sidebar.is-toggled {
	margin-left: 0px;
}



/* CONTENT */
.aw-content {
	padding: 0 15px;
	padding-top: 4%;
	transition: margin-left 0.5s;
	padding-bottom: 20%;
	top: 30px;
	bottom: 50px;
}


.png-bottom30 {
	padding-bottom: 30%; 
}

.png-bottom10 {
	padding-bottom: 10%;
}


.zoom{ 
		overflow:hidden;
		max-width:100%;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-transition:all 0.3s;
}
    
.zoom:hover{ 
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
 	 transform: scale(1.3);
} 





@media ( min-width : 483px) {
	.nomePrincipal {
		float: left;
		margin-left: calc(50% -50px) !important;
	}
}

@media ( max-width : 1400px){
	.panelSolicita{
		width:26%;margin-left: 37%; margin-right: 37%;
	}	
}

@media ( min-width : 1500px){
	.panelSolicita{
		width:22%;margin-left: 39%; margin-right: 39%;
	}	
}

@media ( max-width : 1199px){
	.panelSolicita{
		width:23%;margin-left: 37%; margin-right: 37%;
	}
}

@media (width:1920px) {
	.panelSolicita{
		width:17%;margin-left: 41%; margin-right: 41%;
	}

}


@media ( min-width : 700px) {
	.nomePrincipal {
		margin-left: calc(50% -50px) !important;
	}
	.labesPanel{
		width: 30%;
    	margin-left: 2%;
    	margin-top: -146px;
    	position: absolute;
	}

	
	.panelUsuSolicita{
		width: 35%;
	}
	
	.panelUsuformSolic{
		width: 61%;
	}
	
	.alterarSenha{
		position: absolute; left: 25%; width:55%;
	}
	
	.buttonsTable{
		text-align: center;
	}
	
		
	.colunsDetail{
		text-align: center;
	}
	
	.capcha{
		padding-left: 12%;
	}
	
	
}

@media ( min-width : 800px) {
	.nomePrincipal {
		margin-left: calc(50% -50px) !important;
	}
	.imageHeader {
		display: inline;
	}
	.imagefooter {
		display: inline;
	}
	.alterarSenha{
		position: absolute; top: 73%; left: 50%; transform: translate(-50%, -50%); width:30%;
	}
	.downComprov{
		margin-left: 22%;
	}
}


@media ( min-width : 851px) {
	.vImgCel {
		display: none;
	}
	.solic {
		width: 50%;
	}
	.buttomCat{
		/* padding-left: 20%; */
		left:5vw;
		position:relative;
	}
	div.imgcat {
		position: relative;
		width: 440px;
		height: 300px
	}
	div.imgcat>img {
		width: 100%;
		height: 100%
	}
	div.imgcat>div {
		position: absolute;
		left: 60%;
		margin-left: -120px;
		top: 45%;
		margin-top: -75px;
		width: 50%;
		height: 50%;
		color: #FFF;
	}
	
	div.img {
		position: relative;
		width: 440px;
		height: 300px
	}
	div.img>img {
		width: 100%;
		height: 100%
	}
	div.img>div {
		position: absolute;
		left: 50%;
		margin-left: -120px;
		top: 45%;
		margin-top: -75px;
		width: 50%;
		height: 50%;
		color: #FFF;
	}
	.noneUserMenu {
		display: none !important;
	}	
	.visualImgCel{
		display: none;
	}
	.visualImgPC{
		display: inherit;
	}
}

@media (width : 768px){
	div.img {
		position: relative;
		width: 180px;
		height: 300px
	}
	div.img>img {
		width: 100%;
		height: 100%
	}
	div.img>div {
		position: absolute;
		left: 50%;
		margin-left: -120px;
		top: 45%;
		margin-top: -75px;
		width: 50%;
		height: 50%;
		color: #FFF;
	}
	.noneUserMenu {
		display: none !important;
	}	
	.visualImgCel{
		display: none;
	}
	.visualImgPC{
		display: inherit;
	}
	.noneUserMenu {
		display: inherit !important;
	}
	.noneUserHeader{
		display: none !important;
	}
	.buttomCat{
		padding-right: 5%;
	}
}


@media ( min-width : 960px) {
	.aw-content {
		margin-left: 30px;
	}
	.aw-content.is-toggled {
		margin-left: 0;
	}
	.imageHeader {
		display: inline;
	}
	.imagefooter {
		display: inline;
	}
	.usuLogin{
		right: 4%;
   		top: 26%;
    	position: relative;
	}
	.layoutProvisorio{
		position: absolute;
		width: 100%;
		top: 7%;
	}
	#formLogin{
		width: 444px;
	}
	
	.isNotCel{
		display: none !important;
	}
	
}

@media ( min-width : 940px) {
	.nomePrincipal {
		margin-left: calc(50% -50px) !important;
	}
	.imageHeader {
		display: inline;
	}
	.imagefooter {
		display: inline;
	}
	.noneUserMenu {
		display: none !important;
	}
}


@media ( min-width : 960px) {
	.aw-sidebar {
		margin-left: 0px;
	}
	.aw-sidebar.is-toggled {
		margin-left: -211px;
	}
	.noneUserMenu {
		display: none !important;
	}
}



@media ( min-width : 1550px) {
	.noneUserMenu {
		display: none !important;
	}
}	

@media ( min-width : 1600px) {
	.buttomCat{
		padding-left: 27%;
	}
/* 	.dlgImgView{
		margin-left: 3%;
	}
	 */
	.noneUserMenu {
		display: none !important;
	}
	
}

@media ( min-width : 1700px) {
	.dialogImg {
		/* width: 61% !important;
   		height: 92% !important; */
		left: 24% !important;
		top: 7% !important;
	}
	
}

@media ( min-width : 1800px) {
	.layoutProvisorio{
		position: absolute;
		width: 100%;
		top: 7%;
	}
	.dialogImg {
		 /* width: 28.7% !important;
    	 height: 61% !important; */
    	 left: 35% !important;
    	 top: 13% !important;
	}
	.ui-blockui-content {
		text-align: center;
		padding: 1em;
		left: 45% !important;
		top: 30% !important;
		width: 17% !important;
		height: 101px !important;
		font-size: 31px !important;
		position: fixed !important;
	}
	
	.noneUserMenu {
		display: none !important;
	}
	
}



@media ( max-width : 390px) {
		
	.buttomCat{
		padding-left: 10%;
	}	
}

@media ( max-width : 483px) {
	.buttonAvisoCat{
		width:60vw;
	}
	.imageHeader {
		display: none;
	}
	.imagefooter {
		display: none;
	}
	.galery {
		display: none;
	}
	.buttomCat{
		padding-left: 10%;
	}	
	
	.aw-sidebar {
		z-index: 9998;
	}
	div.img {
		position: relative;
		width: 280px;
		height: 300px
	}
	div.img>img {
		width: 100%;
		height: 100%
	}
	div.img>div {
		position: absolute;
		left: 67%;
		margin-left: -120px;
		top: 45%;
		margin-top: -75px;
		width: 50%;
		height: 50%;
		color: #FFF;
	}
	.noneUserHeader{
		display: none !important;
	}
	.visualImgPC{
		display: none !important;
	}
	.visualImgCel{
		display: inherit;
	}
	.panelUsuSolicita{
		width: 85%
	}
	

}




@media ( width : 411px) {
		
	.buttomCat{
		padding-left: 13%;
	}	
}


@media ( max-width : 480px) {
		
	.buttomCat{
		padding-left: 10%;
	}
	
	.ui-blockui-content {
		text-align: center;
		padding: 1em;
		top: 25% !important;
	    width: 56% !important;
	    height: 101px !important;
	    font-size: 31px !important;
	    position: fixed !important;
	}
	.aw-content {
		padding-top: 28% !important;
	}
	
	.isNotePc{
		display:none !important;
	}
	
	#tableAcoes_reflowDD_label{
		display:none;
	}
	
	#tableAcoes_reflowDD{
		display:none;
	}	
			
}

@media ( max-width : 700px) {
	.imageHeader {
		display: none;
	}
	

}

@media ( max-width : 850px) {
	.imagefooter {
		display: none;
	}
	.vImgPc {
		display: none;
	}
	.vImgCel {
		display: inline;
	}
}

@media ( max-width : 1650px) {
	.dialogImg {
		/* width: 34% !important;
    	height: 77% !important; */
   	 	left: 33% !important;
   		top: 10% !important;
	}
	
	
}




@media ( max-width : 1089px) {
	.galery {
		display: none;
	}
	
}


@media ( min-height : 720px) {
	.lgPulico {
		padding-top: 1%;
	}
	.lgAdmin {
		padding-top: 5%;
	}
	.solic {
		width: 60%;
	}
}



@media ( min-height : 936px) {
	.lgPulico {
		padding-top: 4%;
	}
	.lgAdmin {
		padding-top: 6%;
	}
	.solic {
		width: 50%;
	}
}

@media ( min-height : 925px) {
	.lgPulico {
		padding-top: 6%;
	}
	.lgAdmin {
		padding-top: 6%;
	}
	.solic {
		width: 50%;
	}
	.solicColumn {
		text-align: center !important;
		word-wrap: break-word;
	}
	

}

@media (width:1024px;  and  height: 1366px;) {
	.alterarSenha{
		position: absolute; top: 80%; left: 50%; transform: translate(-50%, -50%); width:55%;
	}
	

}

@media screen and (width:1024px) and (height: 1366px) {

.alterarSenha {
		position: absolute;
		top: 80%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 55%;
	}}


