html,body {
height: 100%;
}

.main{
	min-height: 100%;
	height: auto;
	margin: 0 auto -150px;
	padding: 0 0 150px;
}

.row_space { margin-top:20px; }

.right{
	text-align: right;
}

.vertical_align{
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/*BANNER*/

#banner{
	background: url('../img/bannerTop.png') no-repeat;
	background-position: 80%;
	background-size: cover;
	height: 200px;
	width: auto;
	margin-bottom: 35px;
	
}

#bem_vindo_container{
	height: 100%;
	position: relative;
}

#user_name{
	position: absolute;
	bottom: 20px;
	right: 30px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	background-color: rgba(0,0,0,0.2);
	padding: 15px;
}

#user_text{
	padding-top: 5px;
	padding-right: 10px;
	color: #FFFFFF!important;
}

#banner .dropdown-menu{
	left: -178px;
	border-radius: 0px;
}

#banner .dropdown-toggle{
	background-color: transparent;
	border: 1px solid #FFFFFF!important;
	border-radius: 0px;
	color: #FFFFFF!important;
}

/*FIM DE BANNER*/

/*FOOTER*/

footer{
	height: 100px;
	background-color: #f5f5f5;
}

#footer{
	padding: 0px;
}

#footer .footer-copyright{
	margin-top: 0px;
}

/*Footer Copywright*/
#copywright{
	text-align: right;
}

/*FIM DE FOOTER*/

/*TABELAS*/

.table_headings{
	text-align: right;
}

/*FIM DE TABELAS*/

/*LOGIN*/

#login_form{
	padding-bottom: 60px!important;
}

#nao_aceder{
	margin-top: 10px;
}

.erro_login{
	margin-top: 20px;
	margin-bottom: 20px;
	color: red;
}

.login_links{
	margin-bottom: 10px;
}

#login_form .btn{
	margin-bottom: 20px!important;
}

/*FIM DE LOGIN*/

/*MENU LATERAL*/

@media (max-width: 1000px) {
	.sidebar{
		position: sticky;
	}
}

@media screen and (max-width: 480px){
    .align_left{
        text-align: left;
    }
}

/*FIM DE MENU LATERAL*/
.modulo_zero h5{
    padding-left: 15px;
    margin-bottom: 10px;
}

.modulo_zero .row{
    margin-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
}

.modulo_zero ul{
	border: none;
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom: 0px;
	margin: 0px!important;
}

.nav-tabs li {
    width: auto !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 1px solid #cecece;
}

.modulo_zero .nav > li > a {
    color: #333333;
    padding: 10px;
    margin-right: 1px;
    border-radius: 0px;
    background-color: #F4F4F4;
    border: 1px solid #cecece;
}

.nav-tabs{
	border-color: #cecece;
}

.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus{
	border-right-color: #cecece;
	border-left-color: #cecece;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background-color: #0088cc !important;
        color: #FFFFFF!important;
    }

#quest, #mens_content, #manuais{
	border: 0px;
	margin: 0;
    padding-top:0px;
}

#mens_content .row{
	padding-top: 20px;
	padding-bottom: 20px;
}

.quest_mess{
	text-align: center;
	padding: 50px;
    padding-top: 0px;
    padding-bottom: 20px;
}

#manuais{
	padding: 30px;
}

#manuais .row{
		margin-top: 10px;
}

#messages{
	padding: 50px;
	padding-top: 0px;
}

.mens_sec{
	padding-left: 80px;
}

.tab-content{
	padding: 10px;
	padding-top: 0px!important;
	box-shadow: none;
    border: none;
	border-radius: 0px;
}

.tab-pane{
	border: 1px solid #cecece;
	border-top: none;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td{
	vertical-align: middle;
}

aside{
	width: 230px;
}

.modulo_separador{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #cecece;
	width: 100%;
}


/* mensagens */

.testimonial .utilizador_mens, .testimonial .data_mens, .testimonial .corpo_mens a, .testimonial .utilizador_mens i{
		color: #FFFFFF;
}

.corpo_mens{
	padding: 20px;
	padding-left: 10px;
}

#messages input{
	margin-top: 10px;
	background-color: #FFFFFF;
	color: inherit;
	border-color: #888888!important;
}

#messages .col-md-10{
	margin-bottom: 40px!important;
}

#mens_sec blockquote.testimonial{
	background: #1bc663;
}

#adicionar_mens .row{
	margin-top: 15px;
}

#respostas_perg{
	position: relative;
	min-width: 200px;
	margin: auto;
}

#O1{
	width: 100%;
}


.panel-heading{
    padding-top: 0px;
    margin-top: 0px;
}

.panel-heading h4{
    margin-bottom: 5px!important;
}

#modulo_desc{
    margin-top: 2px;
}

#quest{
    padding-top:20px;
}

.mens_option{
	border-left: 1px solid #cecece;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.mens_option:nth-of-type(3){
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}

.legenda_pass{
    width: 150px;
    border: 1px solid #CCC;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding:15px;
}

#tabela_questionario_final h5{
	margin-bottom:0px;
	padding-bottom:0px;
	padding-left:10px;
}

#tablea_questionario_final td{
	vertical-align:middle;
}

#mensagem_final_quest_sat{
	width: 500px!important;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
	text-align: left;
}

.nav > li > a{
	border-bottom: 1px solid #ececec;
}

#show_calendar{
	position: absolute;
	right: 0px;
	margin: 0px;
	height: 40px;
	width: 150px;
	background-color:#3071A9;
	z-index: 10;
	padding: 8px;
	color: #FFFFFF;
	cursor: pointer;
		-webkit-transition: right 1s ease-in-out;
	-moz-transition: right 1s ease-in-out;
	-o-transition: right 1s ease-in-out;
	transition: right 1s ease-in-out;
}

#cal{
	position: absolute;
	right: -240px;
	margin: 0px;
	-webkit-transition: right 1s ease-in-out;
	-moz-transition: right 1s ease-in-out;
	-o-transition: right 1s ease-in-out;
	transition: right 1s ease-in-out;
	border:1px solid #3071A9;
	z-index: 10000;
}

#accao_body{
	overflow-x: hidden;
}


.sidebar .nav li {
    width: 100%;
    padding: 8px !important;
    border-bottom: 1px solid #EDEDDE;
}

.sidebar ul.nav-list.primary > li a {
    width: 100% !important;
    border-bottom: none!important;
}

.accordion{
    width:100%;
}

.dropdown-menu > li > a {
    display: block!important;
    padding: 3px 20px!important;
    clear: both!important;
    font-weight: 400!important;
    line-height: 1.42857143!important;
    color: #333!important;
    white-space: nowrap!important;
}

form{
    width: 100%;
}

.card-header {
    padding: .15rem .85rem!important;
    margin-bottom: 2px;
}




    .btn-link:hover,
    .btn-link.focus, .btn-link:focus {
        text-decoration: none;
    }

.table td, .table th{
    padding:.45rem;
}

