﻿/*
	Esquema de cores

	Amarelo: #fc0
	Amarelo claro: #ffc
	Amarelo escuro: #d90

	Laranja: #ff8523
	Laranja claro (hover): #ffa359
	Laranja escuro (active): #e17620

	Azul: #459ad6
	Azul claro (hover): #9dd0f2
	Azul escuro (active): #408ec4
*/

body {
	background: #fff;
	margin: 0;
	padding: 0;
    /*overflow-y: scroll !important;*/
}

.decor-no-padding {
	padding: 0 !important;
}

.decor-nav-header {
	font: normal 12px Verdana, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 15px;
	padding: 0;
	float: none;
}

.decor-nav-top {
	margin: 0;
	padding: 10px;
}

.decor-nav-row, .decor-nav-row-footer {
	position: relative;
}

.decor-nav-top, .decor-nav-row, .decor-nav-row-footer, .decor-header-see, .decor-container, .decor-body, .decor-footer-description {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
}

.decor-breadcrumb {
	margin: 8px 0 0;
	clear: both;
}

	.decor-breadcrumb ul {
		margin: 0;
		padding: 0;
		display: block;
		list-style-type: none;
	}

	.decor-breadcrumb li {
		margin: 0;
		padding: 0;
		display: inline;
		vertical-align: top;
	}

		.decor-breadcrumb li:not(:last-child):after {
			content: ' » ';
		}

	.decor-breadcrumb a {
		color: #459ad6;
		text-decoration: none;
	}

		.decor-breadcrumb a:hover, .decor-breadcrumb a:focus {
			color: #9dd0f2;
			text-decoration: none;
		}

		.decor-breadcrumb a:active {
			color: #408ec4;
			text-decoration: none;
		}

/*
	Não pode deixar o decor-body com display:table, pois desse modo
	as tabelas dentro dele NUNCA serão responsivas!
	Contudo, é obrigatório aparecer um display:table, senão os elementos
	float dentro dele "estouram" para fora dele!
*/
.decor-body {
	position: relative;
	padding: 0 15px;
}

	.decor-body:before, .decor-body:after {
		display: table;
		content: " ";
	}

	.decor-body:after {
		clear: both;
	}

.decor-aside {
	position: relative;
	float: left;
	width: 20%;
	min-height: 1px;
	padding: 0 15px 0 0;
}

.decor-aside-popup {
	padding: 10px;
	text-align: left;
	max-width: 250px;
}

	.decor-aside-popup.dropdown-menu {
		width: 250px;
		max-width: 100%;
	}

.decor-body-container {
	position: relative;
	width: 80%;
	float: left;
	min-height: 1px;
}

.decor-bg {
	background: #fc0;
}

.decor-title-bar {
	display: inline-block;
	margin: 20px 0 0 138px;
}

	.decor-title-bar a {
		font-weight: bold;
		font-size: 20px;
	}

.decor-nav-link {
	display: inline-block;
	margin-top: 15px;
	font-size: 12px;
}

	.decor-nav-link, .decor-nav-link:hover, .decor-nav-link:focus, .decor-nav-row a, .decor-nav-row a:hover, .decor-nav-row a:focus, .decor-nav-row-footer a, .decor-nav-row-footer a:hover, .decor-nav-row-footer a:focus {
		color: #000;
		border: 0;
		outline: 0;
		text-decoration: none;
	}

.decor-search-form {
	display: inline-block;
	float: right;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

.decor-search-form-text {
	color: #333;
	width: 150px;
	height: 16px;
	background: #fff url('//sedseecdn.azureedge.net/images/busca.png') left center no-repeat;
	padding-left: 25px;
	font: normal 14px Verdana, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 16px;
	padding: 6px 10px 6px 25px;
	margin: 0;
	border: 1px solid #dadfe1;
	vertical-align: top;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

	.decor-search-form-text:focus {
		border-color: #94a2a8;
		outline: 0;
	}

.decor-search-form-text-general {
	width: 100%;
	display: block;
	height: auto;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.175);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,.175);
	box-shadow: 0 2px 8px rgba(0,0,0,.175);
}

.decor-header-button-login {
	white-space: nowrap;
	padding: 5px 10px;
	margin: 8px 0 0 8px;
	background: #459ad6;
	font-size: 12px;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	outline: 0;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	-webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
	-ms-transition: background 0.25s ease;
	transition: background 0.25s ease;
}

.decor-header-button-large {
	display: block;
	padding: 15px 0;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #459ad6;
	border: 0;
	outline: 0;
}

.decor-header-button {
	white-space: nowrap;
	padding: 5px 10px;
	line-height: 20px;
	height: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	outline: 0;
	cursor: pointer;
	vertical-align: top;
	-webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
	-ms-transition: background 0.25s ease;
	transition: background 0.25s ease;
}

.decor-header-button-blue {
	color: #fff;
	background: #459ad6;
	text-decoration: none;
}

	.decor-header-button-blue:hover, .decor-header-button-blue:focus {
		color: #fff;
		background: #286090;
		text-decoration: none;
	}

	.decor-header-button-blue:active {
		color: #fff;
		background: #204d74;
		text-decoration: none;
	}

.decor-header-button-yellow {
	color: #000;
	background: #fb0;
	text-decoration: none;
}

	.decor-header-button-yellow:hover, .decor-header-button-yellow:focus {
		color: #000;
		background: #fd5;
		text-decoration: none;
	}

	.decor-header-button-yellow:active {
		color: #000;
		background: #d90;
		text-decoration: none;
	}

.decor-header-button-orange {
	color: #fff;
	background: #ff8523;
	text-decoration: none;
}

	.decor-header-button-orange:hover, .decor-header-button-orange:focus {
		color: #fff;
		background: #ffa359;
		text-decoration: none;
	}

	.decor-header-button-orange:active {
		color: #fff;
		background: #e17620;
		text-decoration: none;
	}

.decor-dropdown-text {
	position: relative;
	padding-right: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	white-space: nowrap;
}

.decor-caret {
	position: absolute;
	top: 50%;
	right: 7px;
	margin-top: -2px;
}

.decor-hamburger {
	font-size: 12px;
	padding: 4px 10px;
	line-height: 12px;
	clear: both;
	display: block;
}

.decor-glyphicon-ui {
	margin-right: 4px;
}

.decor-search-form-submit {
	width: 90px;
}

.decor-flag-header {
	position: absolute;
	left: 0;
	bottom: 0;
	border: 0;
}

.decor-flag-footer {
	vertical-align: top;
	border: 0;
}

.decor-logo-gov-header {
	position: absolute;
	right: 0;
	top: -5px;
	border: 0;
}

.decor-logo-gov-footer {
	position: absolute;
	right: 15px;
	top: 15px;
	border: 0;
}

.decor-nav-footer {
	margin: 30px 0 0;
}

.decor-footer-description {
	text-align: right;
	font-size: 10px;
	color: #333;
	padding: 0 15px;
}

.decor-nav-row-footer {
	height: 60px;
}

.decor-header-button-large-container {
	display: table;
	overflow: hidden;
	white-space: nowrap;
}

.decor-header-description {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

.decor-header-popup {
	padding: 10px;
	text-align: right;
}

.decor-header-see {
	padding: 15px 15px 0;
}

.decor-header-user {
	text-align: right;
}

.decor-header-see-logo {
	float: left;
	margin: 0 0 10px;
	width: 512px;
	max-width: 100%;
}

.decor-header-greeting {
	color: #459ad6;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.decor-header-profile {
	color: #999;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 8px 0 0;
}

.decor-header-profile-extra {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 8px 0 0;
}

.decor-header-profile-buttons {
	margin: 0;
	padding: 0;
}

.decor-menu, .decor-menu-sub {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

.decor-menu {
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.175);
	box-shadow: 0 2px 8px rgba(0,0,0,.175);
}

.decor-menu-item, .dropdown-menu > li > .decor-menu-item, .decor-menu-title, .dropdown-menu > li > .decor-menu-title {
	display: block;
	padding: 10px 15px;
	margin: 0px;
	color: #555;
	font-size: 14px;
	background: #f0f0f0;
	text-decoration: none;
	white-space: normal;
	-webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
	-ms-transition: background 0.25s ease;
	transition: background 0.25s ease;
}

.decor-menu-item-child, .decor-menu-title, .decor-menu-item {
	border-bottom: 1px solid #ddd;
}

	.decor-menu-item:hover, .decor-menu-item:focus, .dropdown-menu > li > .decor-menu-item:hover, .dropdown-menu > li > .decor-menu-item:focus {
		color: #000;
		background: #9dd0f2;
		text-decoration: none;
	}

	.decor-menu-title, .decor-menu-title:hover, .dropdown-menu > li > .decor-menu-title, .dropdown-menu > li > .decor-menu-title:hover, .decor-menu-title:focus, .dropdown-menu > li > .decor-menu-title:focus {
		color: #fff;
		background: #459ad6;
		text-decoration: none;
		cursor: pointer;
	}

/* Takeda - mudanca de cores dos menus - 25-07-2019 */
.decor-menu-item-parent, .dropdown-menu > li > .decor-menu-item-parent {
	position: relative;
	padding: 10px 25px 10px 15px;
}

.decor-menu-item-child {
	background: #fff;
}

.decor-menu > li > ul.decor-menu-sub > li > a.decor-menu-item {
    border-left: 0px solid #ddd;
    padding-left: 25px;
}

.decor-menu > li > ul > li > ul.decor-menu-sub > li > a.decor-menu-item {
    border-left: 6px solid #459ad6;
    padding-left: 35px;
}

a.decor-menu-item {
    box-sizing: border-box;
}

/* Takeda - customização do scroll para cinza - 25-07-2019 */
/*body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

body::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

body::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: #ddd;
}

body::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: #ddd;
}*/
/* --- */

.decor-aside-popup.dropdown-menu > li > ul > li > ul.decor-menu-sub > li > a.decor-menu-item {
    border-left: 6px solid #459ad6;
    padding-left: 35px;
}

.decor-datatable-button-container {
	text-align: right;
}

	.decor-datatable-button-container > button {
		margin: 0 0 15px 5px;
	}

@media (max-width: 767px) {
	.decor-nav-link {
		margin-top: 10px;
	}

	.decor-search-form {
		display: block;
		float: none;
		margin: 20px 0 0;
	}

	.decor-title-bar {
		display: block;
		margin: 0;
		padding: 30px 0 0 130px;
		height: 103px;
	}

	.decor-logo-gov-header {
		display: none;
	}

	.decor-header-button-login {
		text-align: center;
		padding: 8px 8px;
		font-size: 14px;
		display: block;
		clear: both;
		width: 100%;
		margin: 4px 0 0;
	}

	.decor-body-container {
		margin: 15px 0 0;
		width: 100%;
	}

	.decor-datatable-button-container {
		text-align: center;
	}
}

@media (max-width: 500px) {
	.decor-flag-header {
		width: 100px;
		height: 80px;
	}

	.decor-title-bar {
		font-size: 10px;
		padding: 26px 15px 0 0;
		height: 80px;
		text-align: right;
	}

		.decor-title-bar a {
			font-size: 15px;
		}

	.decor-nav-link {
		display: none;
	}

	.decor-search-form {
		margin: 0;
	}

	.decor-header-greeting, .decor-header-profile {
		font-size: 12px;
	}

	.decor-header-profile-extra {
		font-size: 10px;
	}

	.decor-datatable-button-container > button {
		display: block;
		margin: 0 0 15px;
		width: 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.decor-nav-top .decor-nav-row {
		height: 30px;
	}

	.decor-nav-link:first-child {
		margin-left: 90px;
	}

	.decor-nav-row {
		height: 75px;
	}

	.decor-header-menu {
		display: none;
	}

	.decor-hamburger {
		display: none;
	}

	.decor-header-button-large {
		display: table-cell;
		width: 33.33333333333333333333333%;
	}
}

@media print {
	.decor-header-see-logo {
		width: 50%;
	}

	.decor-body {
		display: block;
		width: 100%;
	}

	.decor-body-container {
		float: none;
		display: block;
		width: 100%;
	}
}



/********************************************************************/
/*                                                                  */
/*  UI legado + jQuery UI                                           */
/*                                                                  */
/********************************************************************/

/*
	algumas coisas daqui foram trazidas do bootstrap.css, para deixar
	grupo, nomecampo e modal_dados iguais ao form-group, label e ao div
	ao redor do form-control
*/

.form-jagged small {
	display: block;
	clear: both;
	color: #555;
}

@media (max-width: 499px) {
	.form-jagged .force-inline {
		display: inline-block;
		width: auto;
		max-width: 100%;
	}

	.form-jagged .nomecampo {
		margin: 0 0 5px;
		padding: 0;
		max-width: 100%;
	}

	.form-jagged .modal_dados {
		margin: 0;
		padding: 0;
		max-width: 100%;
	}
}

@media (min-width: 500px) {
	.form-jagged .form-group, .form-jagged .grupo {
		width: 100%;
	}

		.form-jagged .form-group:before, .form-jagged .grupo:before {
			display: table;
			content: " ";
		}

		.form-jagged .form-group:after, .form-jagged .grupo:after {
			display: table;
			content: " ";
			clear: both;
		}

	.form-jagged .form-control {
		display: inline-block;
		width: auto;
		max-width: 100%;
		vertical-align: bottom;
	}

	.form-jagged label, .form-jagged .form-control, .form-jagged .nomecampo, .form-jagged .modal_dados {
		vertical-align: bottom;
		margin: 0;
		max-width: 100%;
	}

		.form-jagged label:not(.error), .form-jagged .nomecampo {
			float: left;
			text-align: right;
			width: 40%;
			line-height: 34px;
			padding: 0 15px 0 0;
		}

	.form-jagged .form-group > div, .form-jagged .modal_dados {
		float: left;
		text-align: left;
		width: 50%;
		line-height: 34px;
		padding: 0;
	}

	.form-jagged small {
		margin-left: 40%;
	}
}

@media (max-width: 767px) {
	.form-jagged .row > div + div {
		margin-top: 15px;
	}
}

.form-jagged .form-group > div, .form-jagged .modal_dados {
	position: relative;
}

.form-jagged .grupo {
	margin: 0 0 15px;
}

.form-jagged .nomecampo {
	font-weight: bold;
}

.form-jagged .full-width {
	width: 100%;
}

.form-group .form-control.error {
	color: #f00;
	border-color: #f00;
}

	.form-group .form-control.error:focus {
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,0,0,.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,0,0,.6);
	}

.form-group label.error {
	display: inline-block;
	width: auto;
	height: 34px;
	font-size: 12px;
	padding: 6px 4px;
	line-height: 20px;
	color: #f00;
	font-weight: normal;
}

.fundoDestaqueAmarelo {
	background-color: #ffc;
}

.modal-body .error {
	color: #f00;
}

.cabecalho-botao {
	text-align: right;
	margin: 0 0 15px;
}

.rodape-botao {
	text-align: right;
	margin: 15px 0 0;
}

.tabela-responsiva {
	max-width: 100%;
	overflow-x: auto;
}

table.tabela-full {
	min-width: 100%;
}

table.tabela > tbody > tr > td, table.tabela > thead > tr > th, table.tabela > tfoot > tr > th {
	border: 1px solid #ddd;
	padding: 8px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
}

table.tabela > thead > tr > th, table.tabela > tfoot > tr > th {
	color: #fff;
	font-weight: bold;
	background-color: #459ad6;
}

table.tabela:not(.sem-hover) > tbody > tr:hover {
	background-color: #ffc;
}

table.tabela-listrada > tbody > tr:nth-of-type(odd) > td {
	background-color: #e2efff;
}

	table.tabela-listrada > tbody > tr:nth-of-type(odd) > td.sorting_1 {
		background-color: #d2e7fb;
	}

table.tabela-listrada > tbody > tr:nth-of-type(even) > td.sorting_1 {
	background-color: #edf5fb;
}

table.tabela-listrada:not(.sem-hover) > tbody > tr:hover > td {
	background-color: #fbf4c6;
}

	table.tabela-listrada:not(.sem-hover) > tbody > tr:hover > td.sorting_1 {
		background-color: #e9ecc8;
	}

table.tabela > tbody > tr.destaque > td, table.tabela > tbody > tr.destaque > td.sorting_1 {
	background-color: #8ed0ff;
}

table.tabela:not(.sem-hover) > tbody > tr.destaque:hover > td, table.tabela:not(.sem-hover) > tbody > tr.destaque:hover > td.sorting_1 {
	background-color: #afdeff;
}

.full-img {
	max-width: 100%;
}

.pac-container, .ui-menu {
	opacity: 0.85;
	background: #ffffff url('//sedseecdn.azureedge.net/images/ui-bg_flat_100_ffffff_40x100.png') 50% 50% repeat-x;
}

.ui-autocomplete-term {
	font-weight: bold;
}

.ui-widget {
	font-family: Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 4px;
	position: absolute;
	z-index: 10000;
	text-align: left;
	display: none;
	margin: 2px 0 0;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

	.ui-widget::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color: #fff;
	}

	.ui-widget:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #fff;
		opacity: 1;
	}

	.ui-widget::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #fff;
		opacity: 1;
	}

	.ui-widget:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}

.ui-widget-header a {
	text-decoration: none;
}

	.ui-widget-header a:hover {
		text-decoration: none;
	}

.ui-datepicker-prev, .ui-datepicker-next {
	cursor: pointer;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	padding: 0;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

	.ui-datepicker-prev span, .ui-datepicker-next span {
		background: none !important;
		display: inline-block;
		font-size: 16px;
		line-height: 16px;
		height: 16px;
		overflow: hidden;
		padding: 0;
		text-indent: 0;
	}

	.ui-datepicker-prev span {
		width: 15px;
	}

		.ui-datepicker-prev span:before {
			content: "\e251 ";
		}

	.ui-datepicker-prev span, .ui-datepicker-next span {
		width: 14px;
	}

		.ui-datepicker-next span:before {
			content: "\e250 ";
		}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
	top: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
	top: 2px;
}

.ui-state-active {
	color: #000;
}

	.ui-state-active .ui-icon {
		background-image: url('//sedseecdn.azureedge.net/images/ui-icons_000000_256x240.png');
	}

.ui-menu-item-detail {
	font-size: 10px;
	color: #999;
}

.ui-multiselect {
	outline: none;
}

.ui-multiselect-checkboxes label {
	cursor: pointer;
}

.ui-multiselect-checkboxes .ui-state-hover, .ui-autocomplete .ui-menu-item .ui-state-focus, .ui-autocomplete .ui-menu-item .ui-state-focus .ui-menu-item-detail {
	color: #fff;
	background-color: #459ad6;
}

.ui-multiselect-filter input {
	color: #000;
}

.ui-multiselect-checkboxes li {
	padding: 0;
}

.ui-multiselect-checkboxes label span {
	vertical-align: text-bottom;
}

.icone-tabela-editar,
.icone-tabela-excluir,
.icone-tabela-visualizar,
.icone-tabela-visualizar-black,
.icone-tabela-seta-cima,
.icone-tabela-seta-baixo,
.icone-tabela-download,
.icone-tabela-alunos,
.icone-tabela-adicionar,
.icone-tabela-adicionar-black,
.icone-tabela-aviso,
.icone-tabela-lista,
.icone-tabela-mensagem,
.icone-tabela-mensagem-vermelho,
.icone-tabela-calendario,
.icone-tabela-grafico,
.icone-tabela-check,
.icone-tabela-check-black,
.icone-tabela-configurar,
.icone-tabela-carta,
.icone-tabela-imprimir,
.icone-tabela-cancelar,
.icone-tabela-aprovar,
.icone-tabela-reprovar,
.icone-tabela-avaliar,
.icone-tabela-gabarito,
.icone-tabela-info,
.icone-tabela-pergunta,
.icone-tabela-copiar,
.icone-tabela-colar,
.icone-tabela-marker,
.icone-tabela-marker-gray,
.icone-tabela-horario,
.icone-tabela-voltar {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	top: 1px;
	font: normal 12px 'Glyphicons Halflings';
	position: relative;
	cursor: pointer;
	line-height: 1;
	overflow: visible;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icone-glyphicon {
	font-size: 12px;
	overflow: visible;
}

.icone-grande {
	font-size: 24px;
}

.icone-tabela-editar:before {
	content: '\270f';
}

.icone-tabela-excluir:before {
	content: '\e020';
}

.icone-tabela-visualizar:before, .icone-tabela-visualizar-black:before {
	content: '\e003';
}

.icone-tabela-seta-cima:before {
	content: '\e093';
}

.icone-tabela-seta-baixo:before {
	content: '\e094';
}

.icone-tabela-download:before {
	content: '\e166';
}

.icone-tabela-alunos:before {
	content: '\e008';
}

.icone-tabela-adicionar:before, .icone-tabela-adicionar-black:before {
	content: '\002b';
}

.icone-tabela-aviso:before {
	content: '\e209';
}

.icone-tabela-lista:before {
	content: '\e032';
}

.icone-tabela-mensagem:before, .icone-tabela-mensagem-vermelho:before {
	content: '\e111';
}

.icone-tabela-calendario:before {
	content: '\e109';
}

.icone-tabela-grafico:before {
	content: '\e018';
}

.icone-tabela-check:before, .icone-tabela-check-black:before {
	content: '\e084';
}

.icone-tabela-configurar:before {
	content: '\e136';
}

.icone-tabela-carta:before {
	content: '\2709';
}

.icone-tabela-imprimir:before {
	content: '\e045';
}

.icone-tabela-cancelar:before {
	content: '\e090';
}

.icone-tabela-aprovar:before {
	content: '\e125';
}

.icone-tabela-reprovar:before {
	content: '\e126';
}

.icone-tabela-avaliar:before {
	content: '\e067';
}

.icone-tabela-gabarito:before {
	content: '\e089';
}

.icone-tabela-info:before {
	content: '\e086';
}

.icone-tabela-pergunta:before {
	content: '\e085';
}

.icone-tabela-copiar:before {
	content: '\e205';
}

.icone-tabela-colar:before {
	content: '\e206';
}

.icone-tabela-marker:before, .icone-tabela-marker-gray:before {
	content: '\e062';
}

.icone-tabela-horario:before {
	content: '\e023';
}

.icone-tabela-voltar:before {
	content: '\e079';
}

.icone-tabela, .icone-tabela:hover, .icone-tabela:focus, .icone-tabela:active {
	color: inherit;
	text-decoration: none;
}

.margem-superior {
	margin-top: 20px !important;
}

.margem-inferior {
	margin-bottom: 20px !important;
}

.margem-esquerda {
	margin-left: 20px !important;
}

.margem-direita {
	margin-right: 20px !important;
}

.margem-superior-pequena {
	margin-top: 15px !important;
}

.margem-inferior-pequena {
	margin-bottom: 15px !important;
}

.margem-esquerda-pequena {
	margin-left: 15px !important;
}

.margem-direita-pequena {
	margin-right: 15px !important;
}

.margem-superior-x-pequena {
	margin-top: 5px !important;
}

.margem-inferior-x-pequena {
	margin-bottom: 5px !important;
}

.margem-esquerda-x-pequena {
	margin-left: 5px !important;
}

.margem-direita-x-pequena {
	margin-right: 5px !important;
}

.alinha_esquerda {
	text-align: left !important;
}

.alinha_centro {
	text-align: center !important;
}

.alinha_direita {
	text-align: right !important;
}



/********************************************************************/
/*                                                                  */
/*  Bootstrap                                                       */
/*                                                                  */
/********************************************************************/



.dropdown-menu {
	border: 1px solid #ccc;
}

.btn, .pagination a, .pagination span {
	-webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
	-ms-transition: background 0.25s ease;
	transition: background 0.25s ease;
}

.btn-block {
	overflow: hidden;
	text-overflow: ellipsis;
}

.btn-primary, .btn-info {
	background-color: #459ad6;
}

.btn-warning {
	color: #000;
	background-color: #fc0;
	border-color: #d90;
}

/*
	copiado do bootstrap.css, para deixar btn-info/panel-info iguais ao
	btn-primary/panel-primary, acelerando a portabilidade do sistema
*/
.btn-info {
	border-color: #2e6da4;
}

	.btn-info:hover {
		background-color: #286090;
		border-color: #204d74;
	}

	.btn-info:focus {
		background-color: #286090;
		border-color: #122b40;
	}

	.btn-info:active {
		background-color: #286090;
		border-color: #204d74;
	}

		.btn-info:active:hover, .btn-info:active:focus {
			background-color: #204d74;
			border-color: #122b40;
		}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #459ad6;
	border-color: #459ad6;
}

.panel, .alert {
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.175);
	box-shadow: 0 2px 5px rgba(0,0,0,.175);
}

.panel-primary, .panel-info {
	border-color: #459ad6;
}

	.panel-primary > .panel-heading, .panel-info > .panel-heading, .alert-primary, .alert-info {
		background-color: #459ad6;
		border-color: #459ad6;
		color: #fff;
	}

.panel-success {
	border-color: #0b0;
}

	.panel-success > .panel-heading, .alert-success {
		color: #000;
		background-color: #7d7;
		border-color: #0b0;
	}

.panel-warning {
	border-color: #d90;
}

	.panel-warning > .panel-heading, .alert-warning {
		color: #000;
		background-color: #fc0;
		border-color: #d90;
	}

.panel-danger {
	border-color: #d00;
}

	.panel-danger > .panel-heading, .alert-danger {
		color: #000;
		background-color: #f77;
		border-color: #d00;
	}

.tab-control {
	margin: 0 0 20px;
	padding: 0;
}

	.tab-control:not(.embutido) {
		border-radius: 4px;
		border: 1px solid #ddd;
		-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.175);
		box-shadow: 0 2px 5px rgba(0,0,0,.175);
	}

.nav-pills {
	margin: 0;
	padding: 5px 5px 3px 3px;
	border-radius: 4px 4px 0 0;
	border: 0;
	border-bottom: 1px solid #ddd;
	background: #f0f0f0;
}

	.nav-pills > li {
		margin: 0 0 2px 2px;
	}

		.nav-pills > li > a {
			border: 1px solid transparent;
			-webkit-transition: background 0.25s ease;
			-moz-transition: background 0.25s ease;
			-o-transition: background 0.25s ease;
			-ms-transition: background 0.25s ease;
			transition: background 0.25s ease;
		}

		.nav-pills > li:not(.active) > a {
			color: #333;
			border-color: #ddd;
			background: #fff;
		}

			.nav-pills > li:not(.active) > a:hover, .nav-pills > li:not(.active) > a:focus {
				background: #e6e6e6;
			}

			.nav-pills > li:not(.active) > a:active {
				background: #d4d4d4;
			}

		.nav-pills > li.active > a {
			border-color: #2e6da4;
			background-color: #459ad6;
		}

			.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
				background-color: #286090;
			}

			.nav-pills > li.active > a:active {
				background-color: #204d74;
			}

.tab-content {
	margin: 0;
	padding: 15px;
	border-radius: 0 0 4px 4px;
}

	.tab-content.embutido {
		padding: 15px 0 0;
	}

legend {
	border-color: #ddd;
}

h1 {
	font-weight: bold;
	color: #459ad6;
	margin: 0 0 15px;
}

h2 {
	border-bottom: 1px solid #ddd;
}

.panel-body > *:last-child, .tab-pane > *:last-child, .modal-body > div:last-child > *:not(.modal-footer):last-child, .modal-body > *:not(.modal-footer):last-child, fieldset > *:last-child, form > *:last-child, .form-group:last-child {
	margin-bottom: 0;
}

.form-group label {
	cursor: pointer;
}

select.form-control, .decor-dropdown-background {
	cursor: pointer;
	padding-right: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAUCAAAAAA/s+ULAAAAAnRSTlMAAHaTzTgAAABNSURBVHjarcwBDQAgEAAhS9rMPl/Ni+AmBGDNfnLWs8FfI/4a8deIv0b8NeKvEX+N+GvEXyP+GvHXiL9G/DXirxF/jfhrxF8j/hp/vgv3fJip4oGwmgAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-background-size: 16px 4px;
	background-size: 16px 4px;
}

	select.form-control::-ms-expand {
		display: none;
	}

	select.form-control:focus::-ms-value {
		background: #fff;
		color: #555;
	}

input[type=checkbox].form-control, input[type=radio].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #333;
	display: inline-block;
	width: 14px !important;
	height: 14px !important;
	cursor: pointer;
	position: relative;
	margin: 10px 0;
	padding: 0;
	background: #fff;
	vertical-align: bottom;
	outline: 0;
}

input[type=checkbox].form-control {
	border-radius: 0px;
}

input[type=radio].form-control {
	border-radius: 10px;
}

	input[type=checkbox].form-control:focus, input[type=radio].form-control:focus {
		border-color: #66afe9;
		outline: 0;
		-webkit-box-shadow: 0 0 8px rgba(102,175,233,.6);
		box-shadow: 0 0 8px rgba(102,175,233,.6);
	}

	input[type=checkbox].form-control::before, input[type=radio].form-control::before {
		color: #333;
		position: absolute;
		opacity: 0;
		-webkit-transition: color ease-in-out .15s, opacity ease-in-out .15s, border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: color ease-in-out .15s, opacity ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: color ease-in-out .15s, opacity ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}

input[type=checkbox].form-control::before {
	content: '\e013';
	font: normal 11px 'Glyphicons Halflings';
	top: -1px;
	left: 0px;
}

input[type=radio].form-control::before {
	content: '';
	top: 2px;
	left: 2px;
	width: 2px;
	height: 2px;
	border-radius: inherit;
	border: 4px solid #333;
}

input[type=checkbox].form-control:checked::before, input[type=radio].form-control:checked::before {
	opacity: 1;
}

input[type=checkbox].form-control:focus:checked::before, input[type=radio].form-control:focus:checked::before {
	color: #66afe9;
	border-color: #66afe9;
}

input[type=checkbox].form-control.white, input[type=radio].form-control.white, input[type=checkbox].form-control.white:focus, input[type=radio].form-control.white:focus, input[type=checkbox].form-control.white::before, input[type=radio].form-control.white::before, input[type=checkbox].form-control.white:focus::before, input[type=radio].form-control.white:focus::before {
	background: none;
	color: #fff;
	border-color: #fff;
}

	input[type=checkbox].form-control.white:focus, input[type=radio].form-control.white:focus {
		-webkit-box-shadow: 0 0 8px rgba(255,255,255,.6);
		box-shadow: 0 0 8px rgba(255,255,255,.6);
	}

.form-group input[type=checkbox]:focus::after, .form-group input[type=radio]:focus::after {
	content: ' «';
	color: #66afe9;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: -10px;
	line-height: 28px;
	font-size: 24px;
	font-weight: bold;
}

input[type=checkbox][disabled].form-control, input[type=radio][disabled].form-control {
	opacity: 0.25;
	cursor: not-allowed;
}

.modal-title {
	font-weight: bold;
}

.modal-dialog {
	margin: 10px;
}

.modal-footer.embutido {
	margin: 0 -15px -15px;
}

@media (min-width: 680px) {
	.modal-dialog {
		width: 600px;
		margin: 10px auto;
	}
}

@media (min-width: 380px) {
	.modal-sm {
		width: 300px;
		margin: 10px auto;
	}
}

.modal-lg {
	width: auto;
	margin: 10px;
}

.modal-custom {
	width: auto;
	margin: 10px auto;
	padding: 0 10px;
}

@media (min-width: 768px) {
	.modal-dialog {
		margin: 30px auto;
	}

	.modal-lg {
		margin: 30px;
	}
}

.modal-content {
	background-color: transparent;
}

.modal-header {
	background-color: #459ad6;
	color: #fff;
	border-radius: 6px 6px 0 0;
}

.modal-body {
	background-color: #fff;
}

	.modal-body.embutido {
		border-radius: 0 0 6px 6px;
	}

.modal-footer {
	border-radius: 0 0 6px 6px;
	background-color: #fff;
}

	.modal-footer.embutido {
		margin: 15px -15px -15px;
		background-color: transparent;
	}

.form-control-focused {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}



/********************************************************************/
/*                                                                  */
/*  Mensagem                                                        */
/*                                                                  */
/********************************************************************/



.blockUI {
	top: 30%;
}

.msg-central-mensagem {
	width: 100%;
	display: none;
}

.msg-mensagem {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	display: none;
	border: none;
	background-color: #000;
	color: #fff;
}

	.msg-mensagem:first-child {
		display: block;
	}

.msg-corpo {
	margin-left: 25%;
	width: 50%;
	text-align: left;
}

.msg-titulo {
	font-weight: bold;
	font-size: 26px;
}

.msg-texto {
	font-weight: bold;
	font-size: 18px;
	padding: 20px 0 0;
	position: relative;
	max-height: 350px;
    overflow-y: auto;
	overflow-x: hidden;
}

	.msg-texto a {
		color: #000;
		text-decoration: none;
		outline: 0;
	}

.msg-texto-escondido {
	display: none;
	font-weight: normal;
	font-size: 14px;
	padding: 10px;
	position: relative;
	background-color: rgba(0, 0, 0, 0.25);
}

.msg-tipo-erro .msg-texto-escondido {
	color: #fff;
}

.msg-texto-carregando {
	min-height: 90px;
	padding: 0;
}

.msg-mensagem-botao {
	margin-left: 25%;
	width: 50%;
	text-align: right;
}

.msg-button {
	cursor: pointer;
	border: 2px solid rgba(0, 0, 0, .75);
	border-radius: 0px;
	background-color: rgba(255, 255, 255, 0.4);
	color: rgba(0, 0, 0, .75);
	font-weight: bold;
	font-size: 14px;
	padding: 4px 10px;
	margin: 10px 0 0;
}

	.msg-button:focus, .msg-button:hover {
		outline: 0;
		color: #000;
		border-color: #000;
		background-color: rgba(255, 255, 255, 0.75);
	}

	.msg-button:active {
		color: #000;
		border-color: #000;
		background-color: #fff;
	}

.msg-button-margin {
	margin-left: 4px;
}

.msg-tipo-aviso {
	background-color: #459ad6;
}

.msg-tipo-erro {
	background-color: #810000 !important;
}

.msg-tipo-sucesso {
	background-color: #007017;
}

.msg-tipo-alerta {
	background-color: #fc0;
	color: #000;
}

	.msg-tipo-alerta a {
		color: #fff;
	}


.msg-escondida {
	z-index: 10;
}

@media only screen and (max-width: 767px) {
	.msg-corpo {
		margin-left: 10%;
		width: 80%;
	}

	.blockUI {
		top: 20%;
	}
}

@media only screen and (max-width: 500px) {
	.msg-titulo {
		font-size: 20px;
	}

	.msg-texto {
		font-size: 14px;
	}
}

.msg-texto-deslisando-esquerda {
	-moz-animation: mymove 0.5s;
	-webkit-animation: mymove 0.5s;
	-ms-animation: mymove 0.5s;
	-o-animation: mymove 0.5s;
	animation: mymove 0.5s;
}

@keyframes mymove {
	from {
		left: 2000px;
	}

	to {
		left: 0px;
	}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
	from {
		left: 2000px;
	}

	to {
		left: 0px;
	}
}

.msg-windows8 {
	position: relative;
	width: 90px;
	height: 90px;
	margin: 0;
	padding: 15px 0 0 15px;
	display: inline-block;
	vertical-align: middle;
}

.msg-windows8-internal {
	margin: 0 20px 0 0;
	float: left;
}

.msg-wBall {
	position: absolute;
	width: 58px;
	height: 58px;
	opacity: 0;
	-moz-transform: rotate(225deg);
	-moz-animation: orbit 7.15s infinite;
	-webkit-transform: rotate(225deg);
	-webkit-animation: orbit 7.15s infinite;
	-ms-transform: rotate(225deg);
	-ms-animation: orbit 7.15s infinite;
	-o-transform: rotate(225deg);
	-o-animation: orbit 7.15s infinite;
	transform: rotate(225deg);
	animation: orbit 7.15s infinite;
}

.msg-wInnerBall {
	position: absolute;
	width: 8px;
	height: 8px;
	background: #fff;
	left: 0;
	top: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

.msg-wInnerBall-blue {
	background: #459ad6;
}

.msg-wBall1 {
	-moz-animation-delay: 1.56s;
	-webkit-animation-delay: 1.56s;
	-ms-animation-delay: 1.56s;
	-o-animation-delay: 1.56s;
	animation-delay: 1.56s;
}

.msg-wBall2 {
	-moz-animation-delay: 0.31s;
	-webkit-animation-delay: 0.31s;
	-ms-animation-delay: 0.31s;
	-o-animation-delay: 0.31s;
	animation-delay: 0.31s;
}

.msg-wBall3 {
	-moz-animation-delay: 0.62s;
	-webkit-animation-delay: 0.62s;
	-ms-animation-delay: 0.62s;
	-o-animation-delay: 0.62s;
	animation-delay: 0.62s;
}

.msg-wBall4 {
	-moz-animation-delay: 0.94s;
	-webkit-animation-delay: 0.94s;
	-ms-animation-delay: 0.94s;
	-o-animation-delay: 0.94s;
	animation-delay: 0.94s;
}

.msg-wBall5 {
	-moz-animation-delay: 1.25s;
	-webkit-animation-delay: 1.25s;
	-ms-animation-delay: 1.25s;
	-o-animation-delay: 1.25s;
	animation-delay: 1.25s;
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin: 0%;
	}

	30% {
		opacity: 1;
		-moz-transform: rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin: 7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin: 30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin: 39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin: 70%;
	}

	76% {
		opacity: 0;
		-moz-transform: rotate(900deg);
	}

	100% {
		opacity: 0;
		-moz-transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin: 0%;
	}

	30% {
		opacity: 1;
		-webkit-transform: rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin: 7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin: 30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin: 39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin: 70%;
	}

	76% {
		opacity: 0;
		-webkit-transform: rotate(900deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin: 0%;
	}

	30% {
		opacity: 1;
		-ms-transform: rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin: 7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin: 30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin: 39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin: 70%;
	}

	76% {
		opacity: 0;
		-ms-transform: rotate(900deg);
	}

	100% {
		opacity: 0;
		-ms-transform: rotate(900deg);
	}
}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin: 0%;
	}

	30% {
		opacity: 1;
		-o-transform: rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin: 7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin: 30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin: 39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin: 70%;
	}

	76% {
		opacity: 0;
		-o-transform: rotate(900deg);
	}

	100% {
		opacity: 0;
		-o-transform: rotate(900deg);
	}
}

@keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin: 0%;
	}

	30% {
		opacity: 1;
		transform: rotate(410deg);
		animation-timing-function: ease-in-out;
		origin: 7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin: 30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin: 39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin: 70%;
	}

	76% {
		opacity: 0;
		transform: rotate(900deg);
	}

	100% {
		opacity: 0;
		transform: rotate(900deg);
	}
}
