html{
	
	height: 100%;
}

/* GENERIC */
body{
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family: Impact, sans-serif;
	height: 100%;
}

.page-title{
	margin-bottom: 34px;
}

.click-cursor {
	cursor: pointer; 
	cursor: hand;
}

.bread-crumb{
	background:white;
	padding-left:0px;
}

.general-text{
	color: #676767;
}

.header-login-panel{
	position:relative !important;
	right:0 !important;
	bottom:0 !important;
	margin-top:8px;
}

.header-login-field{
	width: 100% !important;
}

.header-password-field{
	width: 100% !important;
}

.header-form-group-login{
	margin-bottom: 5px !important;
}

.color-white{
	color: #ffffff !important;
}

.color-yellow{
	color: #f8d529 !important;
}

.home-col-principal{
	padding-right: 15px;
}

.home-panel-texto-principal{
	height: 300px;
	background-color: #f6f6f6;
	margin-top:8px;
	padding-right:16px;
	margin-bottom: 0px !important;
}

.home-panel-texto-principal-interno{
	overflow: hidden;
	text-overflow: ellipsis;
	height:241px;
	padding-left:16px;
	/*padding-right:16px;*/
}

.home-painel-principal-button{
	min-width:100px;
	background-color: #2e2e2e;
	border-color: #2e2e2e;
	font-weight: bold;
	margin-top:8px;
}
.home-painel-comece-button{
	min-width:100px;
	background-color: #2e2e2e;
	border-color: #2e2e2e;
	font-weight: bold;
}

.home-panel-comece {
	background-color: #f8d529;
	border:none;
	height:300px;
	margin-top:10px;
	margin-bottom: 0px !important;
}
.contato-panel-mensagem {
	background-color: #f8d529;
	border:none;
	margin-top:10px;
	margin-bottom: 0px !important;
}

.home-thumb{
	width:100%;
}

.seja-icon{
	margin-right:10px;
}

.scrollup {
    width: 80px;
    height: 40px;
    position: fixed;
    display: none;
    bottom: 50px;
    right: 0px;
}


@media(min-width:768px){

	.login-panel{
		position:absolute !important;
	}

	.header-login-field{
		width: 100px !important;
	}

	.header-password-field{
		width: 120px !important;
	}

	.header-form-group-login{
		margin-bottom: 0px !important;
	}

	.home-col-principal{
		padding-right: 0px;
	}

	.scrollup {
	    bottom: 100px;
	    right: 12px;
	}
}

@media(min-width:992px){

	.header-login-panel{
		position:absolute !important;
	}
	.header-login-field{
		width: 100px !important;
	}

	.header-password-field{
		width: 120px !important;
	}

	.header-form-group-login{
		margin-bottom: 0px !important;
	}

	.home-col-principal{
		padding-right: 0px;
	}

	.scrollup {
	    bottom: 100px;
	    right: 50px;
	}
}

@media(min-width:1200px){

	.header-login-panel{
		position:absolute !important;
	}
	.header-login-field{
		width: 100px !important;
	}

	.header-password-field{
		width: 120px !important;
	}

	.header-form-group-login{
		margin-bottom: 0px !important;
	}

	.home-col-principal{
		padding-right: 0px;
	}

	.scrollup {
	    bottom: 100px;
	    right: 100px;
	}
}

.footer-bar{
	background-color: #010744;
	border:none;
	border-radius: 0px;
	/*margin-top: 20px;*/
	/*min-height: 80px;*/
	/*padding-bottom: 45px;*/
	margin-bottom: -11px;
	/*height: 50px;*/

}


.pnl-comece-title {
	background-color: #f8d529 !important;
	border:none;
}

.contato-panel-mensagem-header {
	background-color: #f8d529 !important;
	border:none;
}

.painel-header-hr{
	border-top: 1px solid #595BA1;
	margin-bottom: 12px;
	margin-top: 8px;
}

.painel-avisos-hr{
	border-top: 1px solid #cacaca;
	margin-bottom: 12px;
	margin-top: 8px;
}

.painel-header-h3{
	margin-top: 4px;
}

.painel-header-lbl-ultimo-acesso{
	font-size: 12px;
	color: #dcdbe4;
}

.painel-home-btn{
	padding: 12px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px; border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #3E4095;
	background-color: #F8D529;

	margin-bottom: 20px;

}

.painel-home-lateral{
	background-color:#3E4095;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-top:8px; padding:10px;
	color: #dcdbe4;
}

.painel-quadro-avisos{
	background-color:#e2e2e2;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-top:8px; padding:10px;
	color: #676767;
	  margin-left: 15px;
	    margin-right: 15px;
}

.painel-associados-painel-pesquisa{

	margin-top:10px;
	background-color: #3E4095;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 10px;

}

.painel-associados-titulo{
	color: #F8D529;
	font-size: 14pt;
}

.painel-associados-ou{
	color: #F8D529;
	font-size: 11pt;
}

 @media print {
    body * {
        visibility:hidden;
    } 
    #printable, #printable * {
        visibility:visible;
    }
    #printable { /* aligning the printable area */
        position:absolute;
        left:0;
        top:0;
    }
}

.right-text {
	text-align: right;
}
