/* FONTS */

@font-face {
    font-family: Raleway;
    src: url(../css/fonts/raleway/raleway-extrabold-webfont.eot);
    src: url(../css/fonts/raleway/raleway-extrabold-webfont.eot?#iefix) format('embedded-opentype'), url(../css/fonts/raleway/raleway-extrabold-webfont.woff2) format('woff2'), url(../css/fonts/raleway/raleway-extrabold-webfont.woff) format('woff'), url(../css/fonts/raleway/raleway-extrabold-webfont.ttf) format('truetype'), url(../css/fonts/raleway/raleway-extrabold-webfont.svg#ralewayextrabold) format('svg');
    font-weight: 800;
    font-style: normal
}
@font-face {
    font-family: Raleway;
    src: url(../css/fonts/raleway/raleway-extralight-webfont.eot);
    src: url(../css/fonts/raleway/raleway-extralight-webfont.eot?#iefix) format('embedded-opentype'), url(../css/fonts/raleway/raleway-extralight-webfont.woff2) format('woff2'), url(../css/fonts/raleway/raleway-extralight-webfont.woff) format('woff'), url(../css/fonts/raleway/raleway-extralight-webfont.ttf) format('truetype'), url(../css/fonts/raleway/raleway-extralight-webfont.svg#ralewayextralight) format('svg');
    font-weight: 200;
    font-style: normal
}
@font-face {
    font-family: Raleway;
    src: url(../css/fonts/raleway/raleway-medium-webfont.eot);
    src: url(../css/fonts/raleway/raleway-medium-webfont.eot?#iefix) format('embedded-opentype'), url(../css/fonts/raleway/raleway-medium-webfont.woff2) format('woff2'), url(../css/fonts/raleway/raleway-medium-webfont.woff) format('woff'), url(../css/fonts/raleway/raleway-medium-webfont.ttf) format('truetype'), url(../css/fonts/raleway/raleway-medium-webfont.svg#ralewaymedium) format('svg');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: sistemasunesp-icons;
    src: url(../css/fonts/sistemasunesp/sistemasunesp-icons.eot);
    src: url(../css/fonts/sistemasunesp/sistemasunesp-icons.eot?#iefix) format("embedded-opentype"), url(../css/fonts/sistemasunesp/sistemasunesp-icons.woff) format("woff"), url(../css/fonts/sistemasunesp/sistemasunesp-icons.ttf) format("truetype"), url(../css/fonts/sistemasunesp/sistemasunesp-icons.svg#sistemasunesp-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

* {
	box-sizing: border-box;
	font-family: Raleway, Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
}

body {

	color: #272727;
}

.container {
	max-width: 778px;
	margin: 0 auto;
	background-color: #fbfbfb;
	border-radius: .35em;
	padding-bottom: 30px;
}


.text-right {
	text-align: right;
}

.padding-medium {
	padding: 1rem;
}



.header {
	padding: 1.5em;
	margin: 0;
}

.header h1 {
	font-weight: 300;
	margin: 0;
	/* line-height: 1.28571429em;
	color: rgba(0,0,0,.87);
	text-transform: uppercase; */
	letter-spacing: -0.035em;
	color: #006666;
	font-size: 3.75rem;
}

.header h2 {
	margin: 0;
	color: #888;
	font-weight: 500;
	font-size: 2.15rem;
}


.grid-24 {
	display: grid;
	grid-template-columns: repeat(24, 1fr);
	grid-gap: 10px;
}

.grid-u-1 {
	grid-column: span 24;
}

.grid-u-1-2 {
	grid-column: span 12;
}

.grid-u-1-3 {
	grid-column: span 8;
}

.grid-u-7-12 {
	grid-column: span 11;
}

.form-stacked label {
	display: block;
	font-weight: 400;
}

.form-stacked input,
.form-stacked textarea,
.form-stacked select {
	width: 100%;
	border: none;
	border-bottom: 1px solid #DDDDDD;
	padding: .4rem;
	font-size: 1rem;
	background: transparent;
	outline: none;
	height: 2.5rem;
}

.form-stacked input[type='file'] {
	border: none;
}

.form-stacked input:focus,
.form-stacked textarea:focus,
.form-stacked select:focus {
	border-bottom: 1px solid #3E76B3;
}

.form-stacked input[type='file']:focus {
	border-bottom: none;
}

.form-group {
	margin: 1rem;
	background-color: #fff;
	border: 1px #d8d8d8 solid;
	border-radius: .35em;
	padding: .3em 1.5625em 1.5625em;
}

.form-group legend {
	padding: 5px 10px;
	font-size: 1.2rem;
	line-height: initial;
	color: #006666;
	text-transform: uppercase;
	font-weight: 500;
}


.button {
	background-color: #3E76B3;
	color: #fff;
	padding: .5rem;
	text-decoration: none;
	border-radius: .2rem;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	border: none;
	font-size: 1rem;
}


.button:hover {
	background-color: #5982af;
	color: #fff;
}

.button:focus {
	outline: 1px solid #3E76B3;
}


.attachmentItem {
	margin-top: 30px;
}

.message {
	margin: 1rem;
	background-color: #fff;
	border: 1px #d8d8d8 solid;
	border-radius: .35em;
	padding: 1.5625em;
	text-align: center;
}

.message.sucess {
	background-color: #dff0d8;
	color:#3c763d;
	border-color: #d6e9c6;
}

.block {
	margin: 1.5rem;
	background-color: #fff;
	border: 1px #d8d8d8 solid;
	border-radius: .35em;
	/* padding: .3em 1.5625em 1.5625em; */
	width: calc(100% - 3rem);
}

.block-contend {
	padding: 1em 1.5625em 1em;
}

.block-header {
	background-color: #006666;
	border-bottom:1px #d8d8d8 solid;
	color: #fff;
	padding: 1em 1.5625em;
	margin:0;
	font-size: 0.9rem;
	font-weight: bold;
}

.flexbox {
	display: flex;
}

.fl-1-2 {
	width: 50%;
}

.fl-v-center {
	align-items: center;
}

/* MODAL */
  .gridder-block {
	border: none;
	user-select: none;
	cursor: pointer;
	padding: .9rem;
	background-color: #fafafa;
	font-size: .875rem;
	display: block;
	border-top: 3px solid #006666;
	transition: all .15s ease;
}

.documentos + .documentos {
	margin-top: 1rem;
}

.gridder-block:hover {
	box-shadow: 1px 1px 2px rgba(1,1,1,0.3);
}

  .window-overlay {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0; top: 0;
	width: 100vw;
	height: 100vh;
	overflow: auto;
	background: rgba(0,0,0,.6)
  }
  
  .window {
	background: #FAFAFA;
	border-radius: 2px;
	margin: 48px auto 80px auto;
	position: relative;
	width: 50%;
	min-width: 200px
  }
  
  .window-close-button {
	cursor: pointer;
	user-select: none;
	position: absolute;
	top: 20px; right: 15px
  }
  
  .window-close-button:before {
	content: "\2715"
  }
  
  .window-close-button:hover,
  .window-close-button:focus {
	color: #000
  }
  
  .window-wrapper {
	margin: 0 50px;
	padding: 20px 0
  }


  .anexos-titulo {
	  font-weight: 400;
	  font-size: 1.5rem;
	  margin: .5rem 0;
	  color: #006666;
  }

	.pauta-ata-download {
		color: #004d4e;
		text-decoration: none;
		font-size: 1.1rem;
	}

	.pauta-ata-download:before {
		font-family: 'FontAwesome';
		content: '\f1c1';
		margin:0 5px 0 0;
		color: #f00;
	}

	.pauta-ata-download:hover {
		font-weight: 600;
	}

	.anexos-grupo-titulo {
		margin: 0;
		color: #004d4e;
		font-size: 1.1rem;
		border-bottom: 2px solid #004d4e;
		padding: 7px;
	}

	.anexos-grupo {
		margin: 0;
		list-style: none;
	}

	.anexos-grupo li:before {
		font-family: 'FontAwesome';
		content: '\f1c1';
		margin:0 5px 0 -15px;
		color: #f00;
	}

	.anexos-grupo li {
		padding: .5rem 0;
	}

	.anexos-grupo li a {
		color: #272727;
		text-decoration: none;
		font-weight: 300
	}


	.anexos-grupo li a:hover {
		color: #004d4e;
		font-weight: 400;
	}

/*
 * LOGIN
 */
	.login-form {
		margin: 0 auto;
		max-width: 400px;
		border: 2px solid #f1f1f1;
		background-color: #f1f1f1;
		border-radius: .35em;
	}

	.login-form input[type=text], .login-form input[type=password] {
		width: 100%;
		padding: 10px;
		font-size: .9rem;
		margin: 8px 0;
		display: inline-block;
		border: 1px solid #ccc;
		box-sizing: border-box;
	}

	.login-form button {
		background-color: #006666;
		color: white;
		padding: 14px 20px;
		margin: 8px 0;
		border: none;
		cursor: pointer;
		width: 100%;
		font-size: .9rem;
		font-weight: 600;
		letter-spacing: .05rem;
	}

	.login-form button:hover {
		opacity: 0.8;
	}

	.login-container {
		padding: 16px;
	}

	span.psw {
		float: right;
		padding-top: 16px;
	}

	.menu {
		background-color: #f1f1f1;
		padding: 10px;
	}

	.menu a {
		display: inline-block;
		padding: 10px;
		text-decoration: none;
		color: #006666;
		font-weight: 600;
	}

	.menu a:hover {
		background-color: #d8d8d8;
	}

	.editar-button {
		float: right;
	}

	.editar-button a {
		color: #fff;
		padding: 10px;
		font-weight: 400;
		text-decoration: none;
		background-color: #008688;
	}

	.editar-button a:hover {
		background-color: #004d4e;
	}

	.proximasReunioes-lista {
		padding:0px;
		margin:0px;
		/* background-color:#EDEDED; */
		list-style:none;
	}

	.proximasReunioes-lista li { display: inline; }

	.proximasReunioes-lista li a {
		display: inline-block;
	
		/* visual do link */
		background-color:#EDEDED;
		color: #333;
		text-decoration: none;
		border-bottom:3px solid #EDEDED;
	}