/*Estilos Backoffice para Desktop 1920px*/
*{
margin: 0;
padding: 0;
}
body{
font-family: GothamRnd-Book;
}
#cabecalho{
width: 100%;
height: 200px;
margin-top: 80px;
}
#cabecalho #logo{
width: auto;
height: auto;
float: left;
left: 3.5%;
position: absolute;
top: 37px;
}
#cabecalho #logo img{
	width: 300px;
	height: auto;
}
#cabecalho #titulo{
padding: 5px 5px;
position: relative;
left: 50%;
background-color: #DF2462;
width: 49.5%;
height: auto;
}
#cabecalho #titulo>h1{
font-size: 4rem;
font-weight: bolder;
width: auto;
color: white;
padding-left: 15px;
}
#login{
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
flex-wrap: nowrap;
width: 100%;
height: 300px;
}
#login2{
margin-right: auto;
margin-left: auto;
width: auto;
background-color: #DDD;
padding: 50px;
}
#login2 label{
font-size: 1.3rem;
font-family: GothamRnd-Bold;
padding-right: 5px;
}
#login2 input{
font-size: 1rem;
width: 350px;
padding-left: 5px;
float: right;
padding-top: 3px;
}
#login2 #bt{
width: 110px;
font-size: 1.4rem;
background-color: #DF2462;
color: white;
letter-spacing: 2px;
}
#menulateral{
width: 300px;
margin-left: 40px;
height: auto;
float: left;
}
.link{
display: flex;
flex-wrap: nowrap;
flex-direction: column;
width: inherit;
height: 66px;
align-items: center;
justify-content: center;
color: #666;
background-color: white;
padding: inherit;
border: solid 1px rgba(223,36,98,0.3);
font-size: 1.2rem;
font-weight: bold;
text-decoration: none;
}
.link:hover{
	text-decoration: none;
	color: #DF2462;
}
.link:active{
background-color: #DE2462;
color: white;
}
#utilizadores, #noticias , #empresas , #documentos , #benchmarking , #layout{
max-height: 0;
display: block;
border-right: solid 1px rgba(223,36,98,0.3);
border-left: solid 1px rgba(223,36,98,0.3);
overflow: hidden;
transition: all 1s ease-out;
}
#conteudo{
display: block;
width: 68%;
height: auto;
float: left;
margin-left: 5%;
margin-right: auto;
background-color: #DDD;
/*left: 15%;*/
position: relative;
}
#caixa>h2{
font-size: 1.6rem;
text-align: center;
padding-top: 80px;
padding-bottom: 80px;
}
#terminar , #btutilizadores , #btnoticias , #btempresas , #btdocumentos , #btbenchmarking, #btlayout{
background-color: grey;
color: #fff;
cursor: pointer;
padding: 18px;
width: 100%;
text-align: center;
font-weight: bolder;
border: solid 1px rgba(255,255,255,0.5);
outline: none;
font-size: 1.3rem;
}
#btutilizadores:after , #btnoticias:after , #btempresas:after , #btdocumentos:after , #btbenchmarking:after , #btlayout:after{
content: '\25b6';
font-size: 1.3rem;
color: white;
float: right;
margin-left: 5px;
transition: all 1s;
}
#btutilizadores.active:after , #btnoticias.active:after , #btempresas.active:after , #btdocumentos.active:after , #btbenchmarking.active:after, #btlayout.active:after{
transform: rotate(90deg);
}
#conteudo2{
display: block;
width: 70%;
height: auto;
float: left;
margin-left: 5%;
margin-right: auto;
background-color: #DDD;
padding-top: 50px;
padding-bottom: 50px;
padding-right: 1%;
padding-left:  1%;
}
#inserirPDF{
width: auto;
height: 250px;
margin-left: auto;
margin-right: auto;
text-align: center;
color: white;
}
#file{
-webkit-appearance: button;
-moz-appearance: button;
font-size: 0.9rem;
color: white;
background-color: #3A9BAB;
padding: 5px;
}
#enviar{
margin-left: 10px;
background-color: #3A9BAB;
font-size: 0.9rem;
font-weight: bold;
color: white;
padding: 6px;
}
#eliminarPDF{
width: auto;
height: 700px;
margin-left: auto;
margin-right: auto;
text-align: center;
color: white;
}
#resultadopdf{
margin-right: auto;
margin-left: auto;
text-align: center;
width: 350px;
height: 530px;
}
#resultadopdf2{
/*margin-right: auto;
margin-left: auto;*/
text-align: center;
width: 175px;
height: 265px;
}
#deletebt{
width: 48px;
height: 48px;
background-image: url(../../img/delete.png);
background-size: 100%;
outline: none;
border: none;
cursor: pointer;
}
#inserirPDF h2 , #eliminarPDF>h2 , #inserircurso>h2 , #conteudo>h2{
color: #DE2462;
font-weight: 900;
text-align: center;
}
span{
color: #DE2462;
text-align: center;
font-size: 1.2rem;
font-weight: bold;
}
#inserircurso{
width: 85%;
height: auto;
margin-left: auto;
margin-right: auto;
text-align: center;
color: white;
padding-bottom: 40px;
}

#inserircurso>form{
    display: grid;
    grid-template-columns: 25% 65%;
    grid-gap: 15px;
    margin-left: auto;
    margin-right: auto;
}

#inserircurso label{
	font-size: 1.2rem;
	font-weight: bold;
	color: #DE2462;
	grid-column: 1 / 2;
}
#inserircurso input,
#inserircurso button , #inserir textarea , #visivel{
    grid-column: 2 / 3;
    padding-left: 5px;
    height: 35px;
}
#ativo{
	margin-left: 20px;
}
.textoradio , #video , #foto , #pdf , #foto2{
	font-weight: bold;
	color: #DE2462;
	margin-left: 3px;
}
.bt{
	font-size: 20px;
	font-weight: bolder;
	background-color: #DE2462;
	color: white;
	padding: 5px;
	width: 140px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: inline-block;
}
textarea{
	height: 160px;
	padding: 5px;
}
#video , #foto , #foto2{
	font-size: 14px;
}

.div_noticias{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	width: 100%;
	height: auto;
	background-color: #DDD;
	color: white;
	font-size: 1rem;
	font-weight: bold;
	justify-content: space-around;
	align-items: center;
	padding: 20px 0 20px 0;
}
.btelimina{
	width: 32px;
	height: 32px;
	background-image: url(../img/eliminar.png);
	background-size: 100%;
	outline: none;
	border: none;
	cursor: pointer;
	background-color: white !important;
}
.btelimina:hover{
	background-image: url(../img/eliminar2.png);
}
.btaltera{
	width: 32px;
	height: 32px;
	background-image: url(../img/alterar.png);
	background-size: 100%;
	outline: none;
	border: none;
	cursor: pointer;
}
.btaltera:hover{
	background-image: url(../img/alterar2.png);
}
.btform{
	flex-direction: row;
	display: flex;
	flex-wrap: nowrap;
	width: 70%;
	justify-content: space-around;
	align-items: center;
	height: auto;
	padding: 6px 0;
}
.textblack{
	color: black;
	display: inline;
}
.noticiaImagem{
	width: 250px;
	height: auto;
}
.noticia , .titulo{
	width: 70%;
	padding: 0 5px;
	text-align: left;
}
#conteudo>h2{
	padding-top: 30px;
}
#barranav{
	background-color: white;
	opacity: 0.7;
	z-index: 3;
	height: 100px;
	position: relative;
	top: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#brand{
	height: inherit;
	width: auto;
	margin-left: 5%;
	position: absolute;
	top: 0;
	left: 2%;
	z-index: 10;
}
#brand img{
	width: auto;
	height: 100px;
	opacity: 1;
}
#menu{
	height: inherit;
	display: flex;
	flex-direction: row;
	width: 50%;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	margin-right: 5%;
}
#menu a{
	color: black;
	opacity: 1;
	width: 	auto;
	text-align: center;
	font-family: GothamRnd-Book;
	font-size: 1.5rem;
	white-space: nowrap;
	text-decoration: none;
}
#menu a:hover{
	text-decoration: none;
	color: #DF2462;
}
#menu a.active{
	color: #DF2462;
}
.barra{
	min-width:3%;
	text-align: center;
}
#caixa1{
	text-align: center;
}
#valordados{
	width: 100%;
	box-sizing: border-box;
}
#divValor{
	position: relative;
}
#unidade{
	position: absolute;
	left: calc(100% + 10px);
	top: 3px;
}
.mesAno , .ano{
	display: none;
}
.mensalouanual{
	display: inline-block;
	box-sizing: border-box;
	font-size: 20px;
    font-weight: bolder;
    background-color: #DE2462;
    color: white;
    padding: 10px 15px;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    text-align: center;
    padding-left: 15px !important;
}
.center{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.caixaLogo{
	min-height: 220px;
	min-width: 350px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
#caixaLogo1{
	background-color: #DEDEDE;
}
#caixaLogo2{
	background-color: #D2D2D2;
}
#caixaLogo3{
	background-color: #DEDEDE;
}
#caixaLogo4{
background-color: #DEDEDE;
}
#caixaLogo5{
background-color: #EFEFEF;
}
#caixaLogo6{
background-color: #DEDEDE;
}
#caixaLogo7{
background-color: #C6C6C5;
}
#caixaLogo8{
background-color: #D2D2D2;
}
#caixaLogo9{
background-color: #DEDEDE;
}
#caixaLogo10{
background-color: #C6C6C5;
}
#caixaLogo11{
background-color: #D2D2D2;
}
#caixaLogo12{
background-color: #EFEFEF;
}
/*#caixaLogo13{
background-color: 
}
.#caixaLogo14{
background-color: 
}*/
.caixaLogo:hover{
	background-color: #DE2462 !important;
}
.caixaLogo:hover .logoListaEmpresa{
	width: 300px;
}

.logoListaEmpresa{
	width: 200px;
	height: auto;
}
#logoListaEmpresaAdmin{
	min-height: 600px;
	width: 100%;
	margin: 100px auto 50px auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}
h3{
	color: #DE2462;
}

/* The side navigation menu */
.sidenav {
    height: 65%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1600; /* Stay on top */
    top: 100px;
    left: 0;
    background-color: #DE2462; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: width 0.9s; /* 0.5 second transition effect to slide in the sidenav */
	padding: 55px 0 40px 0;
}

/* The navigation menu links */
.sidenav a {
    padding: 12px 8px 12px 24px;
    text-decoration: none;
    font-size: 1.25rem;
    color: #fff;
    display: block;
    transition: 0.45s;
    font-family: GothamRnd-Book;
    white-space: nowrap;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#hamburgermenu{
    display: none;
}
#barrahamburguer{
	display: none;
}
.bg-rosa{
	background-color: #DF2462 !important;
}
.tx-branco{
	color: white !important;
}
.tx-rosa{
	color: #DF2462 !important;
}
.font-padrao{
	font-family: GothamRnd-Book;
}
