.campoTexto {
  width: 440px;
}

.btn-tool {
  min-width: 150px;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.atencao {
  border-style: dashed;
  border-color: #8cc63e;
  border-width: 1px;
  background-image: url("/VIRTUALIF/img/exclamation.png");
  background-repeat: no-repeat;
  background-position: right;
}

.text-bold {
  font-weight: bold;
}

.panel {
  margin-top: 20px;
}

.topico {
  background-color: #ededed;
  margin: 15px 0;
  padding: 10px;
}

.table {
  margin-bottom: 0px;
}

.table-bordered {
  border: 0px solid #dddddd;
}

#content.internas h3,
#content.internas h4 {
  margin: 10px 0 20px 0;
}

.link:hover {
  cursor: pointer;
  opacity: 0.65;
}

.borda {
  border: 1px solid #ccc;
  display: block;
  padding: 5px 5px 10px 10px;
  box-sizing: border-box;
  text-decoration: none;
}

.fecharContainer {
  position: relative;
  /*top: -45px;*/
  float: right;
  color: rgba(255, 92, 92, 0.78);
  font-size: 20px;
}
.fecharContainer :hover {
  color: red;
  cursor: pointer;
  font-size: 20px;
}

/* Loader Global Pré-Matrícula */
.loader-global {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.loader-global.hide {
  display: none;
}

.loader-global-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

.loader-global-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 20px 30px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  min-width: 240px;
}

.loader-global-spinner {
  width: 36px;
  height: 36px;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  border: 4px solid #ccc;
  border-top-color: #337ab7; /* Cor próxima do btn-primary */
  animation: loaderGlobalSpin 0.8s linear infinite;
}

.loader-global-text {
  font-size: 14px;
  color: #333;
}

@keyframes loaderGlobalSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
