/* AZUL #2586E0

font-family: 'Arimo', sans-serif;
font-family: 'Titillium Web', sans-serif;

300,400,600,700
*/

html{
	width: 100vw;
	height: 100vh;
}

body{
	background: #f6f6f6;
	font-size: 15px;
	overflow: hidden;
}

.content{
	display: flex;
	flex-wrap: wrap;
}

.parte-esquerda{
	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.2);
}




/********** MENU ADMIN **********/

.menu-admin{
	height: 100vh;
	width: 270px;
	background: #FFF;
}



/********** Sessão usuários **********/

.sessao-usuarios{
	padding: 20px;
	background: #2586E0;
	height: 110px;
}

.sessao-usuarios .img-avatar{
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 20px;
}

.sessao-usuarios .nome-usuario{
	color: #fff;
	margin-bottom: 8px;
}

.sessao-usuarios .nome-usuario span:hover{
	cursor: pointer;
	text-decoration: underline;
}

.sessao-usuarios .privilegio-usuario{
	color: #FFF;
	opacity: 0.5;
	font-size: 13px;
	cursor: pointer;
}

.sessao-usuarios .privilegio-usuario:hover{
	text-decoration: underline;
	opacity: 0.8;
}


/********** Menu **********/

.menu-admin-links{
	padding: 0px;
	height: calc(100vh - 150px);
	overflow: auto;
	margin-top: 10px;
}

.menu-admin-links a{
	color: #666;
	font-weight: 500;
}

.menu-admin-links a:hover{
	text-decoration: none;
}

.menu-admin-links li{
	border-left: 5px solid transparent;
	list-style: none;
	padding: 8px 15px;
}

.menu-admin-links li:hover{
	border-left: 5px solid #2586E0;
}

.menu-admin-links a:hover, .menu-admin-links li:hover i{
	color: #2586E0!important;
}

.menu-admin-links h3{
	margin: 0;
	padding: 10px 20px;
	
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	
	color: #bababa;
	border-bottom: 1px solid #bababa;

	-webkit-user-select: none;		/* Chrome all / Safari all */
	-moz-user-select: none;			/* Firefox all */
	-ms-user-select: none;			/* IE 10+ */
	user-select: none;				/* Likely future */
}

.menu-admin-links i{
	margin-right: 20px;
	color: #acacac;
	font-size: 14px;
}



/********** Área Conteúdo **********/

.canvas{
	background: #f6f6f6;
	flex: 1;
	height: 100vh;
	overflow: auto;
}

.conteudo-admin{
	background: #fff;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.2);
	padding: 20px 40px;
	border-radius: 5px;
	margin: 50px auto;
	width: 65vw;
	max-width: 1000px;
}

.conteudo-admin h1{
	color: #555;
	font-weight: 200;
	-webkit-user-select: none;		/* Chrome all / Safari all */
	-moz-user-select: none;			/* Firefox all */
	-ms-user-select: none;			/* IE 10+ */
	user-select: none;				/* Likely future */
}

.conteudo-admin hr{
	border: 1px 0px 0px 0px;
	border-color: #fff;
	opacity: 0.5;
}












.flex div{
	width: 100%;
	margin-bottom: 30px;
}

.flex .thumbnail{
	width: 100px;
	margin-top: 10px;
}

.flex a{
	color: #2586E0;
}

.flex label{
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
	color: #333;
	margin-bottom: 5px;
}

input[type='text'],
input[type='number'],
input[type='date'],
input[type='datetime-local'],
input[type='month'],
input[type='year'],
input[type='password'],
input[type='email'],
select,
textarea{
	font-family: 'Arimo', sans-serif;
	font-size: 15px;
	width: calc(100% - 40px);
	padding: 8px;
	outline: none;
	border-radius: 3px;
	border: 1px solid #ccc;
}

input[type='text']:hover,
input[type='number']:hover,
input[type='date']:hover,
input[type='datetime-local']:hover,
input[type='month']:hover,
input[type='year']:hover,
input[type='password']:hover,
input[type='email']:hover,
select:hover,
textarea:hover{
	border-bottom: 1px solid #2586E0;
}


input[type='text']:focus,
input[type='number']:focus,
input[type='date']:focus,
input[type='datetime-local']:focus,
input[type='month']:focus,
input[type='year']:focus,
input[type='password']:focus,
input[type='email']:focus,
select:focus,
textarea:focus{
	border-bottom: 2px solid #2586E0;
}

input[type='date'], input[type='month']{
	padding: 5px!important;
}


input[type='submit']{
	display: block;
	padding: 10px;
	margin: 20px auto 0px auto;

	background: #2586E0;
	color: #FFF;
	border: none;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
}

input[type='submit']:hover{
	opacity: 0.8;
}

input[type='file']{
	border: 1px solid #aaa;
	padding: 20px;
	border-radius: 3px;
	display: block;
	margin: auto;
}


.arquivo-2{
	border: 1px solid #ccc!important;
	padding: 7px!important;
	border-radius: 3px!important;
	display: inline!important;
	margin: auto!important;
	width: calc(100% - 40px)!important;
	outline: none!important;
}

.arquivo-2:hover{
	border-bottom: 1px solid #2586E0!important;
}

.arquivo-2:focus{
	border-bottom: 2px solid #2586E0!important;
}

/* BALÕES DE AVISO, INFORMAÇÃO */

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
	margin: 10px 0;
	padding: 10px;
	border-radius: 3px 3px 3px 3px;
}

.info-msg {
	color: #059;
	background-color: #BEF;
}

.success-msg {
	color: #270;
	background-color: #DFF2BF;
}

.warning-msg {
	color: #9F6000;
	background-color: #FEEFB3;
}

.error-msg {
	color: #D8000C;
	background-color: #FFBABA;
}



.avatar-usuario{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	object-fit: cover;
}




/********** PÁGINA DE LOGIN **********/

.login-conteudo{
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
}

.form-login{
	align-self: center;
	width: 400px;
	padding: 20px;
	background: #FFF;
	border-top: 2px solid #2586E0;
	border-bottom: 2px solid #2586E0;
}



/************** GALERIA DE FOTOS ADMIN **************/

.galeria-de-fotos{
	width: calc(100% - 40px);
	border: 1px solid #ddd;
	padding: 20px;

	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.foto-individual{
	background: #eee;
	width: 230px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 20px;
}

.foto-individual .foto-galeria{
	width: 100%;
	height: 153px;
	object-fit: cover;
	margin-bottom: 5px;
}

.foto-individual .titulo-foto{
	padding: 5px 10px;
	font-weight: bold;
}

.foto-individual .descricao-foto{
	padding: 5px 10px;
}

.foto-individual .acoes-foto{
	padding: 10px;
	display: flex;
	justify-content: space-around;
}

.foto-individual hr{
	margin: 5px 0 0 0;
}

.foto-individual .acoes-foto a{
	color: #2586E0;
	font-size: 13px;
}

.foto-individual .acoes-foto i{
	margin-right: 5px;
}




/************** LOG **************/


.tabela-log{
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.tabela-log th{
	padding: 5px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 100;
}

.tabela-log td{
	padding: 5px;
	border-bottom: 1px solid #eee;
	color: #124370;
}

.tabela-log .td-destaques{
	color: #2586E0;
}








/************** PÁGINA MENSAGENS **************/


.pg-emails{
	display: flex;
	margin: -20px -40px;
	border: none;
	overflow: hidden;
}

.painel-esquerda{
	background: #f6f6f6;
	flex: 3;
	border-radius: 5px 0px 0px 5px;
	border: none;
	padding: 20px;
}

.painel-esquerda a.link-mail{
	padding: 10px; 
	background: #2586E0;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	margin-bottom: 5px;
	display: inline-block;
}

.painel-esquerda i{
	margin-right: 5px;
}




.lista-emails{
	overflow: visible;
}

.lista-emails a{
	font-weight: 500;
}

.lista-emails p{
	margin: 0;
	padding: 0;
}

.lista-emails a:hover{
	text-decoration: none;	
}

.msg-individual{
	background: #FFF;
	padding: 20px;
	margin: 10px 0px;
	border-radius: 5px;
	border: 1px solid #eee;
}

.nao-lida{
	border: 1px solid #2586E0!important;
	background: #F6F9FD!important;
}

.msg-individual:hover{
	border-color: #d6d6d6;
}

.msg-individual .usuario,
.msg-individual .data{
	color: #aaa;
	font-size: 13px;
}

.msg-individual .titulo{
	color: #071A2C;
	margin: 5px 0px;
	font-size: 18px;
}

.msg-individual .msg{
	color: #071A2C;
}


.lista-emails .inf{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

.nova-msg{
	border: solid 1px #2586E0;
	color: #2586E0;
	padding: 5px;
}

.msg-individual .acoes{
	display: flex;
	justify-content: flex-end;
	align-self: center;
}

.msg-individual .acoes a{
	color: #ccc;
	font-size: 13px;
	margin-left: 10px;
	transition: all ease 0.1s;
}

.msg-individual .acoes a:hover{
	color: #2586E0;
	transition: all ease 0.1s;
}

.msg-individual .acoes a i{
	margin-right: 5px;
}





.conteudo-emails{
	flex: 5;
	padding: 20px;
	overflow: auto;
}

.remetente-email,
.data-email{
	color: #bbb;
}

.remetente-email span{
	border: 1px solid #2586E0;
	border-radius: 3px;
	color: #2586E0;
	padding: 5px 10px;
	margin: 0px 5px;
	display: inline-block;
	font-size: 14px;
	transition: all ease 0.1s;
}

.remetente-email span:hover{
	background: #2586E0;
	color: #FFF;
	transition: all ease 0.1s;
}

.remetente-email i{
	margin-left: 10px;
	font-size: 14px;
}

.conteudo-emails .titulo-email{
	margin: 20px 0px;
	font-size: 27px;
	color: #071A2C;
}