#frmAceitoContrato .painel-pn-termo {
	padding:0 !important;
}
.editar-pagina{
	position: fixed;bottom: 0;left: 0;z-index:5;
}
.editar-style-pagina{
	position: fixed;bottom: 0;left: 42px;z-index:5;
}
.conteudo_aula #mask-video{
	width: 100%;
    background-color: transparent;
    height: 174px;
    position: absolute;
    top: 87px;
    right: 0px;
}
.conteudo_aula #mask-video2{
	width: 100%;
    position: absolute;
    background-color: transparent;
	height: 117px;
    bottom: 157px;
    right: 0px;
}
/* Barra de progresso circular */

.circular .progress-circle {
	max-height: 70px;
}

.circular .progress {
  width: 60px;
  height: 60px;
  background: none;
  position: relative;
}

.circular .progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.circular .progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.circular .progress .progress-left {
  left: 0;
}

.circular .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.circular .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.circular .progress .progress-right {
  right: 0;
}

.circular .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.circular .progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}
#exibe_selectGestor_usuarios_sistemas{
  padding-right: 0px;
  padding-left: 0px;
}