
@media (min-width: 1600px) {
	.container {
		width: 1536px;
	}
}
@media (min-width: 1920px) {
	.container {
		width: 1800px;
	}
	body {
		overflow: hidden;
	}
}
body {
	background-color: #F7F7F7;
}

body, td, th {
	font-family: Arial;
}

.tela-header {
	padding-bottom: 27px;
	padding-top: 20px;
}

#logo-fatec {
	background-image: url(../imagens/logo-fatec.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-right: 1px solid #D1D6D9;
	float: left;
	height: 64px;
	margin-right: 15px;
	width: 200px;
}

h1.titulo-topo {
	color: #BE000D;
	float: left;
	font-size: 40px;
	line-height: 64px;
	margin: 0;
}

.mostra-data {
	background-image: url(../imagens/icone-calendario.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 42px;
	overflow: hidden;
	padding-left: 50px;
}
.mostra-data-right {
	background-position: right center;
	padding-left: 0px;
	padding-right: 50px;
	text-align: right;
}

.mostra-data h4,
.mostra-data h5  {
	font-size: 15px;
	line-height: 17px;
	margin: 0;
}
.mostra-data h4 {
	color: #395360;
	margin-top: 4px;
}
.mostra-data h5 {
	color: #395360;
	margin-bottom: 4px;
}

#area-esquerda, #area-direita {
	transition: all 0.25s ease-in-out;
}

.titulo-grade {
	color: #395360; /*#999999;*/
	font-size: 20px;
	margin: 0 0 2px 20px;
}
.grade-container {
	margin-bottom: 40px;
}
.grade-container .espacador,
.grade-container table {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.grade-container .espacador {
	height: 15px;
	margin-bottom: -5px;
}
.grade-container table {
	margin-bottom: 10px;
	width: 100%;
}
.grade-header {
	background-color: #BE000E;
	height: 50px;
	margin: 0 -10px;
	padding: 0 10px;
	position: relative;
	z-index: 10;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}
.grade-header:before {
	background-image: url(../imagens/triangulo.png);
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
	content: "";
	display: block;
	float: right;
	height: 16px;
	margin-bottom: -16px;
	position: relative;
	right: -16px;
	top: 50px;
	width: 16px;
}
.grade-row {
	height: 75px;
	margin-bottom: 10px;
}
.grade-header.rounded {
	border-radius: 0 10px 0 0;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}
.grade-header.rounded:before {
	background-color: #BE000E;
	background-image: none;
	clear: both;
	content: "";
	display: block;
	float: right;
	height: 10px;
	margin-bottom: -10px;
	position: relative;
	right: -10px;
	top: 50px;
	width: 10px;
}
.grade-header.rounded:after {
	background-color: #9D000C;
	border-radius: 0 10px 10px 0;
	box-shadow: inset -2px 2px 5px rgba(0,0,0,0.4), 3px 3px 10px rgba(0, 0, 0, 0.15);
	clear: both;
	content: "";
	display: block;
	float: right;
	height: 20px;
	margin-bottom: -20px;
	position: relative;
	right: -10px;
	top: 0px;
	width: 10px;
}

.grade-header > span,
.grade-row > span {
	float: left;
	overflow: hidden;
	text-align: center;
}
.grade-header > span {
	color: #FFFFFF;
	font-size: 20px;
	/*font-weight: bold;*/
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.grade-row > span {
	font-size: 20px;
	height: 75px;
	padding: 10px 0;
}

.grade-container table .grade-row {
	border-bottom: 1px solid #F7F7F7;
}
.grade-container table .grade-row:last-child {
	border-bottom: none;
}
.grade-container table td {
	line-height: 120%;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
}

.col-local-horario {
	width: 20% !important;
}
.col-tema {
	width: 50% !important;
}
.col-docente {
	width: 30% !important;
}
.grade-container table .col-local-horario {
	padding-left: 0;
	text-align: left;
}
.grade-container table .col-tema {
	font-size: 20px;
	/*font-style: italic;*/
	font-weight: bold;
}
.grade-container table .col-local-horario,
.grade-container table .col-docente {
	font-size: 15px;
	line-height: 150%;
}
.grade-container table .col-docente p {
	margin: 0;
}

.col-local-horario p {
	line-height: 25px;
	margin: 0 0 4px 0;
}
.col-local-horario-old .fa {
	background-color: #E7E7E7;
	border-radius: 0 50% 50% 0;
	box-shadow: inset -1px 1px 2px rgba(0,0,0,0.1);
	color: #FFFFFF;
	font-size: 15px;
	height: 25px;
	line-height: 25px;
	margin-right: 2px;
	text-align: center;
	text-shadow: -1px 1px 2px rgba(0,0,0,0.1);
	transition: all 0.2s linear;
	width: 25px;
}
.col-local-horario .fa {
	color: #A7A7A7;
	font-size: 20px;
	height: 25px;
	line-height: 25px;
	margin-right: 2px;
	text-align: center;
	text-shadow: inset -1px 1px 2px rgba(0,0,0,0.4);
	transition: all 0.2s linear;
	width: 25px;
}
tr:hover .col-local-horario .fa {
	color: #BE000E;
}

.col-md-5 .col-local-horario p {
	text-align: center;
	margin-bottom: 5px;
}
.col-md-5 .col-local-horario p .fa {
	display: block;
	text-align: center;
	width: 100%;
}

.col-docente .fa {
	color: #999999;
	display: block;
	font-size: 20px;
	text-align: center;
	transition: all 0.2s linear;
}
tr:hover .col-docente .fa {
	color: #BE000E;
}

.lista-atividades {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.lista-atividades li {
	background-color: #FDFDFD;
	border-bottom: 1px solid #F0F0F0;
	box-shadow: inset 0px 1px 2px rgba(255,255,255,0.8), 0px 0px 10px rgba(0, 0, 0, 0.15);
	margin-bottom: 8px;
	padding: 10px 8px 20px 8px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
	transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.lista-atividades li:last-child {
	border-bottom: none;
}
.lista-atividades li h3 {
	color: #BE000D;
	font-size: 18px;
	/*font-style: italic;*/
	margin: 0;
	width: 80%;
}
.lista-atividades li p {
	font-size: 14px;
	margin-bottom: 0;
}
.lista-atividades li .horario-atividade {
	background-color: #BE000E;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	color: #FFFFFF;
	display: block;
	float: right;
	height: 38px;
	line-height: 125%;
	margin-right: -18px;
	padding-left: 15px;
	position: relative;
	text-align: center;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
	top: -15px;
	width: 81px;
}
.lista-atividades li .horario-atividade:before {
	background-image: url(../imagens/triangulo.png);
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
	content: "";
	display: block;
	float: right;
	height: 16px;
	margin-bottom: -16px;
	position: relative;
	right: -6px;
	top: 38px;
	width: 16px;
}
.lista-atividades .horario-atividade .fa {
	font-size: 17px;
	left: -15px;
	position: relative;
	top: 8px;
}
.lista-atividades li:hover .horario-atividade {
	margin-right: -16px;
	transform: scale(1.05);
}
.lista-atividades h6 {
	color: #333333;
	font-size: 10px;
	margin-bottom: 4px;
	margin-top: 0;
	text-transform: uppercase;
}
#area-direita.col-md-12 {
	padding: 0;
}
.cycle-slideshow {
	margin: 0 -10px;
}
.cycle-slideshow .paginator {
	padding: 0 10px;
}
.cycle-slideshow .paginator table .col-tema {
	white-space: normal;
	overflow: hidden;
}
.cycle-pager {
	position: relative;
	text-align: center;
}
.cycle-pager > span {
	background-color: #FFFFFF;
	border-radius: 50%;
	box-shadow: inset 2px 2px 4px rgba(0,0,0,0.3), 1px 1px 4px rgba(0,0,0,0.2);
	color: transparent;
	display: inline-block;
	font-size: 0px;
	height: 18px;
	margin: 0 5px;
	overflow: hidden;
	text-indent: 100px;
	transition: all 0.2s linear;
	width: 18px;
}
.cycle-pager > .cycle-pager-active {
	background-color: #BE000D;
	box-shadow: inset -2px -2px 4px rgba(0,0,0,0.3), 1px 1px 4px rgba(0,0,0,0.2);
}
.cycle-pager > span:first-child:last-child {
	opacity: 0;
}
@media (min-width: 768px) {
	.col-md-12 .cycle-slideshow .paginator {
		width: 740px;
	}
}
@media (min-width: 992px) {
	.col-md-12 .cycle-slideshow .paginator {
		width: 960px;
	}
}
@media (min-width: 1200px) {
	.col-md-12 .cycle-slideshow .paginator {
		width: 1160px;
	}
}
@media (min-width: 1600px) {
	
	.mostra-data h4 {
		font-size: 18px;
	}
	.col-md-12 .espaco-g. .grade-header > span {
		font-size: 22px;
	}
	.col-md-12 .espaco-g.grade-container table td {
		padding: 25px 20px;
	}
	.col-md-5 .espaco-g.grade-container table td {
		padding: 10px;
	}
	.grade-container table .col-tema {
		font-size: 25px;
	}
	.grade-container table .col-local-horario,
	.grade-container table .col-docente {
		font-size: 20px;
	}
	.col-md-12 .lista-atividades li {
		min-height: 170px;
	}
	.font-g .lista-atividades li h6,
	.col-md-12 .lista-atividades li h6 {
		font-size: 14px;
	}
	.font-g .lista-atividades li h3,
	.col-md-12 .lista-atividades li h3 {
		font-size: 30px;
		line-height: 147%;
		margin-bottom: 4px;
	}
	.font-g .lista-atividades li p,
	.col-md-12 .lista-atividades li p {
		font-size: 22px;
		line-height: 165%;
	}
	.font-g .lista-atividades li .horario-atividade,
	.col-md-12 .lista-atividades li .horario-atividade {
		font-size: 20px;
		line-height: 29px;
		height: 58px;
		padding-right: 16px;
		text-align: right;
		width: 120px;
	}
	.font-g .lista-atividades li .horario-atividade:before,
	.col-md-12 .lista-atividades li .horario-atividade:before {
		right: -22px;
		top: 58px;
	}
	.font-g .lista-atividades li .horario-atividade .fa,
	.col-md-12 .lista-atividades li .horario-atividade .fa {
		font-size: 23px;
		left: -20px;
	}
	.col-md-12.multi-4 .lista-atividades li,
	.col-md-12.multi-3 .lista-atividades li,
	.col-md-12.multi-2 .lista-atividades li {
		float: left;
		height: 150px;
		margin-bottom: 26px;
		margin-left: 26px;
		margin-right: 10px;
	}
	.col-md-12.multi-4 .lista-atividades li {
		float: left;
		width: 332px;
	}
	.col-md-12.multi-3 .lista-atividades li {
		line-height: 155%;
		width: 460px;
	}
	.col-md-12.multi-3 .lista-atividades li h3 {
		font-size: 20px;
	}
	.col-md-12.multi-2 .lista-atividades li {
		height: 200px;
		line-height: 170%;
		width: 716px;
	}
	.col-md-12 .lista-atividades h6 {
	}
	.col-md-12 .cycle-slideshow .paginator {
		width: 1526px;
	}
	.col-md-8 .cycle-slideshow .paginator {
		width: 1014px;
	}
	.col-md-5 .cycle-slideshow .paginator {
		width: 630px;
	}
	.font-gg .lista-atividades li h6 {
		font-size: 20px;
	}
	.font-gg .lista-atividades li h3 {
		font-size: 40px;
	}
	.font-gg .lista-atividades li p {
		font-size: 30px;
	}
	.espaco-gg .grade-header > span {
		font-size: 25px;
	}
	.espaco-gg.grade-container table .col-local-horario,
	.espaco-gg.grade-container table .col-docente {
		font-size: 22px;
	}
	.espaco-gg.grade-container table .col-tema {
		font-size: 28px;
	}
	.col-md-12 .cycle-slideshow .paginator table {
		height: 95px;
	}
	.col-md-12 .cycle-slideshow .paginator table .col-local-horario p {
		line-height: 30px;
	}
	.col-md-12 .cycle-slideshow .paginator table .col-local-horario,
	.col-md-12 .cycle-slideshow .paginator table .col-docente {
		font-size: 23px;
	}
}
@media (min-width: 1920px) {
	.col-md-12 .cycle-slideshow .paginator {
		width: 1790px;
	}
	.col-md-8 .cycle-slideshow .paginator {
		width: 1278px;
	}
	.col-md-5 .cycle-slideshow .paginator {
		width: 894px;
	}
	.col-md-12 .cycle-slideshow .paginator table .col-tema {
		font-size: 33px;
	}
}

@media (min-height: 900px) {
	.vazio {
		margin-top: 200px;
	}
}
.col-md-0 {
	height: 0px;
	overflow: hidden;
	width: 0px !important;
}

.avatar {
	border-radius: 50%;
	margin: -3px 0;
	max-height: 28px;
	max-width: 28px;
}

.mapa {
	text-align: center;
}
.mapa img {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
#listaCursos table,
#listaReservas table,
.lista-atividades li .horario-atividade {
	-webkit-animation: anim 0.4s ease-out 0.1s;
	-moz-animation: anim 0.4s ease-out 0.1s;
	animation: anim 0.4s ease-out 0.1s;
}
@-webkit-keyframes anim {
	0% {-webkit-transform: translateY(50px);opacity:0.05;}
	100% {-webkit-transform: translateY(0px);opacity:1.0;}
}
@-moz-keyframes anim {
	0% {-moz-transform: translateY(50px);opacity:0.05;}
	100% {-moz-transform: translateY(0px);opacity:1.0;}
}
@keyframes anim {
	0% {transform: translateY(50px);opacity:0.05;}
	100% {transform: translateY(0px);opacity:1.0;}
}
.vazio img {
	-webkit-animation: animZoom 0.5s ease-out 0.1s;
	-moz-animation: animZoom 0.5s ease-out 0.1s;
	animation: animZoom 0.5s ease-out 0.1s;
}
@-webkit-keyframes animZoom {
	0% {-webkit-transform: scale(0.1);}
	100% {-webkit-transform: scale(1.0);}
}
@-moz-keyframes animZoom {
	0% {-moz-transform: scale(0.1);}
	100% {-moz-transform: scale(1.0);}
}
@keyframes animZoom {
	0% {transform: scale(0.1);}
	100% {transform: scale(1.0);}
}
::-moz-selection{
	background:#BE000D;
	color:#fff; 
	text-shadow:none;
}
::selection{
	background:#BE000D;
	color:#fff; 
	text-shadow:none;
}