	 ::-webkit-scrollbar {
	 	width: 12px;
	 }

	 ::-webkit-scrollbar-thumb {
	 	/* background: linear-gradient(transparent, #557499); */
		background: var(--secundaria);
	 	border-radius: 6px;
	 }

	 ::-webkit-scrollbar-thumb:hover {
	 	/* background: linear-gradient(transparent, #62A8D1); */
		 background: var(--secundaria);
	 	border-radius: 6px;
	 	cursor: pointer;
	 }

	 .navbar .navbar-brand {
	 	padding-top: 0px;
	 	padding-bottom: 0px;
	 }

	 .navbar {
	 	background: #ffffff;
	 	border-bottom: solid 1px #5899d0;
	 }

	 .layout-cell-11 {
	 	float: left;
	 	width: 97%;
	 	padding-bottom: 15px;
	 }

	 .layout-cell-pad-5.text-align-right {
	 	float: left;
	 	width: 3%;
	 }

	 .icone-doi {
	 	display: inline-block;
	 	width: 26px;
	 	height: 11px;
	 	background: url(images/curriculo/ico_doi.gif) no-repeat;
	 }

	 .icone-producao {
	 	margin-right: 5px;
	 }

	 .informacao-artigo {
	 	display: none;
	 }

	 .tidulocurriculo {
	 	color: #547598;
	 	font-weight: bold;
	 	font-size: 16px;
	 }

	 .tiduloverde {
	 	color: #1aa932;
	 	font-weight: 600;
	 }

	 .no-skin .nav-list>li>a {
	 	background-color: #f8f8f8 !important;
	 	color: #547598 !important;
	 }

	 .no-skin .nav-list>li .submenu>li.active>a {
	 	color: #547598 !important;
	 }

	 .no-skin .sidebar-shortcuts {
	 	background-color: #62a8d1 !important;
	 	color: #FFF !important;
	 }

	 .no-skin .nav-list>li .submenu>li>a {
	 	border-top-color: #E4E4E4;
	 	background-color: #FFF;
	 	color: #547598 !important;
	 	font-weight: bold;
	 }

	 .no-skin .nav-list>li .submenu>li.active>a {
	 	color: #547598;
	 }

	 a {
	 	color: #337ab7;
	 	text-decoration: none;
	 }

	 .table {
	 	margin-top: 15px;
	 }

	 .table th {
	 	background-color: #557499;
	 	color: #fdfdfd;
	 }

	 .badge-warning,
	 .badge.badge-warning,
	 .label-warning,
	 .label.label-warning {
	 	background-color: #7abce2 !important;
	 }

	 .label-warning.arrowed:before {
	 	border-right-color: #7abce2 !important;
	 }

	 .label-warning.arrowed-right:after {
	 	border-left-color: #7abce2 !important;
	 }

	 .label-warning.arrowed-in:before {
	 	border-color: #7abce2 #7abce2 #7abce2 transparent !important;
	 }

	 .btn.gradient-bg {
	 	border-color: transparent;
	 	background: -moz-linear-gradient(180deg, rgba(4, 84, 140) 0%, rgba(255, 54, 0, 1) 100%);
	 	/* ff3.6+ */
	 	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 90, 0, 1)), color-stop(100%, rgba(1255, 54, 0, 1)));
	 	/* safari4+,chrome */
	 	background: -webkit-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	 	/* safari5.1+,chrome10+ */
	 	background: -o-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	 	/* opera 11.10+ */
	 	background: -ms-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	 	/* ie10+ */
	 	background: linear-gradient(270deg, rgba(4, 84, 140) 0%, rgba(55, 135, 191) 100%) !important;
	 	/* w3c */
	 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5a00', endColorstr='#ff3600', GradientType=1);
	 	/* ie6-9 */
	 	color: #fff;
	 }

	 .button_avisos:hover{
		 background: #0fb9b1 !important;
		 border-radius: 6px;
	 }

	 .button_avisos:active{
		 background: #0fb9b1 !important;
		 border-radius: 6px;
	 }

	 .button_avisos:focus{
		 background: #0fb9b1 !important;
		 border-radius: 6px;
	 }

	 .button_avisos:focus-visible{
		 background: #0fb9b1 !important;
		 border-radius: 6px;
	 }

	 .btn-customized{
		 border: solid 1px var(--secundaria);
		 height: 44px;
		 display: flex;
		 justify-content: center;
		 align-items: center;
		 cursor: pointer;
	 }

	 .btn-customized:hover{
		 background: var(--primaria)!important;
		 color: #ffffff;
		 border-radius: 6px;
		 cursor: pointer;
	 }


	 .btn-customized:focus{
		 background: var(--primaria)!important;
		 color: #ffffff;
		 border-radius: 6px;
		 cursor: pointer;
	 }

	 .justify-content-center{
		 justify-content: center!important;
	 }

	 .w-200{
		 width: 200px!important;
	 }
	 .scroll-content{
		 width: auto!important;
	 }

	 .border-left-none{
		 border-left:none!important
	 }

	 .avisos{
		 display: flex;
		 align-items: center;
		 gap: 3px;
	 }

	 .dropdown-header,
	 .dropdown-menu>li>a {
	 	white-space: normal !important;

	 }

	 .style {
	 	margin-right: 5%;
	 	margin-top: -27px;
	 }

	 td {

	 	color: #337ab7;
	 }

	 .itemdiv {
	 	min-height: initial !important;
	 }

	 select {
	 	cursor: pointer;
	 }

	 div.circulo {
	 	display: flex;
	 	align-items: center;
	 	justify-content: center;
	 	width: 20px;
	 	height: 20px;
	 	line-height: 12px;
	 	border-radius: 50%;
	 	float: left;
	 	margin: 2px;
	 	font-size: 13px;
	 	font-weight: bold;
	 	color: #fff;
	 	position: absolute;
	 	left: 10px;
	 	top: 5px;
	 	z-index: 1;
	 	background: linear-gradient(180deg, #0f5896 0%, #0f5896 16%, #88bdd5 100%);


	 }

	 /* .footer-content,
	 .main-content,
	 .page-content {
	 	background-color: #fbf9f9 !important;
	 } */

	 /* Pagina de criacao do form de autoavaliacao pelos docentes*/
	 .body-autoavaliacao {
	 	display: flex;
	 	justify-content: center;
	 	border: none;
	 	background-color: #ffffff;
	 	box-shadow: 0 2px 5px 0 rgb(30 30 30 / 10%);
	 	border-radius: 10px;
	 	flex-direction: column;
	 	margin-top: 10px;
	 }

	 .body-title {
	 	display: flex;
	 	justify-content: center;
	 	align-items: center;
	 }

	 .body-label {
	 	font-size: 14px;
	 	font-weight: 600;
	 	display: flex;
	 	flex-direction: column;
	 	margin-bottom: 0;
	 }

	 .cadastrar-titulo {
	 	outline: 0;
	 	border: 0;
	 	text-decoration: none;
	 	cursor: pointer;
	 }

	 .cadastrar-titulo:hover {
	 	filter: brightness(0.5);
	 	text-decoration: none;
	 }

	 .body-div {
	 	margin: 10px;
	 	display: flex;
	 	gap: 10px;
	 	flex-wrap: wrap;
	 	justify-content: center;
	 }

	 .rounded {
	 	border-radius: 5px !important;
	 }

	 .mr-10 {
	 	margin: 5px !important;
	 }

	 .elemento {
	 	height: 40px !important;
	 	font-size: 14px !important;
	 	padding: 3px 9px !important;
	 	border-radius: 5px !important;
	 	color: #262626 !important;
	 	outline: none !important;
	 }

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

	 .border-top-right-radius {
	 	border-top-right-radius: 5px !important;
	 }

	 .border-top-left-radius {
	 	border-top-left-radius: 5px !important;
	 }

	 .card-formulario {
	 	backdrop-filter: blur(16px) saturate(180%);
	 	-webkit-backdrop-filter: blur(16px) saturate(180%);
	 	background-color: rgba(255, 255, 255, 0.75);
	 	border-radius: 12px;
	 	border: 1px solid rgba(209, 213, 219, 0.3);
	 	box-shadow: 3px 2px 5px 0px rgb(0 0 0 / 47%);
	 	display: flex;
	 	flex-direction: column;
	 	justify-content: center;
	 	align-items: center;
	 	gap: 10px;
	 	margin-bottom: 5px;
	 }

	 .bodyListas {
	 	border: solid 1px #ccc;
	 	border-radius: 10px;
	 	box-shadow: 0px 0px 5px 0px #ccc;
	 	margin-bottom: 10px;
	 }

	 .mg-0 {
	 	margin: 0px !important;
	 }

	 .list-style-none {
	 	list-style-type: none;
	 }

	 .flex {
	 	display: flex;
	 }

	 .gap-5 {
	 	gap: 5px;
	 }

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

	 .visibility-hidden {
	 	visibility: hidden;
	 }

	 .cursor-pointer {
	 	cursor: pointer;
	 }

	 .cursor-pointer:hover {
	 	opacity: 0.5;
	 }

	 .cursor-pointer-s {
	 	cursor: pointer;
	 }

	 .border-radius-5 {
	 	border-radius: 5px !important;
	 }

	 .mg-b-12 {
	 	margin-bottom: 12px;
	 }

	 .nav-link-a {
	 	background-color: #e9e9e9;
	 }

	 /* .nav-link-a:hover {
	 	background-color: #337ab7 !important;
	 	color: #fff;
	 } */

	 .p-comment {
	 	overflow-wrap: break-word;
	 	width: 100%;
	 }

	 .cardPalavrasChaves {
	 	padding: 0px;
	 	display: flex;
	 	flex-wrap: wrap;
	 	margin-top: 10px;
	 }

	 .bodyPalavrasChaves {
	 	display: flex;
	 	flex-direction: column;
	 	margin-bottom: 18px;
	 	border: solid 1px #ccc;
	 	padding: 10px;
	 	border-radius: 10px;
	 	box-shadow: 0px 7px #ccc
	 }

	 .cardText {
	 	display: flex;
	 	gap: 5px;
	 	align-items: center;
	 	flex-wrap: wrap;
	 	margin-bottom: 5px;
	 }

	 .bodySinonimos {
	 	display: flex;
	 	gap: 4px;
	 	align-items: baseline;
	 	margin-bottom: 10px;
	 	border: solid 1px #ccc;
	 	border-radius: 5px;
	 	padding: 5px;
	 }



	 /* termina aqui */











	 /* CUSTOMIZAÇÕES NOVA VERSÃO*/

	 

	 .container-medium {
		max-width: 940px;
	 }

	 .breadcrumb>li, .breadcrumb>li.active {
		padding: 0;
	 }

	 .breadcrumb>li, .breadcrumb>li {
		gap: 5px;
	 }