/** HERANÇA CSS SECRETARIA **/
.panel-info>.panel-heading {
    color: #04408c;
    border-color: rgb(153, 188, 232);
}

.gradient-panel > .panel-heading {
    background: transparent url(../../resource/extjs/images/default/panel/top-bg-secretaria.png) repeat-x 0 -1px;
    padding: 4px 15px;
}

.navbar-default {
    border-color: rgb(153, 188, 232);
    background-color: rgb(223, 233, 246);
}

.padding-bottom-70 {
    padding-bottom: 70px;
}
.padding-top-70 {
    padding-top: 70px;
}

.panel-info {
    border-color: rgb(153, 188, 232);
}

/** FIM HERANÇA CSS SECRETARIA **/

body.modal-open {
	overflow: hidden;
	padding-right: inherit !important;
}


.botao-adicionar-competencia {
	color: #000;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
    font-size: 8pt;
}

.botao-adicionar {
  background: #a4c8f3;
  border-color: #c7ced6;
  color: #062750;
  margin-bottom: 6px;
  margin-top: 6px;
  width: 155px;
  padding: 5px;
}

.header-sub-panel {
	background-color: #dadada63; 
	border-radius: 5px;
}

/** LOADER **/
.loader-ajax {
    position: absolute;
    z-index: 99999;
    display: none;
}

.loader,
.loader:before,
.loader:after {
  background: #000;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}
.loader:before {
  left: -1.5em;
}
.loader {
  text-indent: -9999em;
  margin: 0em 12em;
  position: relative;
  font-size: 6px;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: 1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #000;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #000;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #000;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #000;
    height: 5em;
  }
}

#loaderDadosPagina {
    margin: 12% 28%;
}

#loaderDadosPagina .loader {
    font-size: 18px;
}

/** OPACIDADE INPUT LOADER **/
.input-opaco {
    opacity: 0.36;
}

#botaoSalvar {
  margin-top: 6px;
  padding: 6px;
}

.panel-dados-pagina {
    opacity: 0.5;
    position: relative;
    z-index: 1;
}

.linha-filtrada, .linha-habilidade {
    margin-top: 0px !important;
}

/** PROGRAMAÇÃO DE AULA **/
.listagem-conteudos ul, .listagem-habilidades ul {
    list-style: none;
}

.listagem-conteudos .item-conteudo-habilidade ul li label, .listagem-habilidades .item-conteudo-habilidade ul li label {
    margin: 0px 8px;
}


.listagem-conteudos .item-conteudo-habilidade label, .listagem-habilidades .item-conteudo-habilidade label {
    padding-left: 0px;
}

.listagem-conteudos .item-conteudo-habilidade input[type="checkbox"], .listagem-habilidades .item-conteudo-habilidade input[type="checkbox"] {
    margin-top: 0px;
}

.itens-habilidade {
  display: none;
}

.span-separador-data {
    float: left;
    display: inline-block;
    font-size: 12px;
    margin-top: 8px;
}

#painelAulas {
    padding-bottom: 110px;
}
.fonte-padrao{
	font-size: 8pt !important;
	color: #000;
}

.comp-programacao{
	height: 200px !important;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #a6a6a6 !important;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-bottom: 5px;
}

.campoDia{
	margin: 5px 0 0 0;
}

#dataInicial, #dataFinal, #dataIntervaloInicial, #dataIntervaloFinal {
	text-align: center;
	font-size: 8pt !important; 
}

.panel-heading.data-atual {
	background-color: #D6E3F5 !important;
	color: #04408c;
}

.panel-heading.data-programa-incompleto {
	background-color: #F7D8DD !important;
	color: #d20d2c;
}

.panel-heading.data-futura{
	background-color: #E4E9EB !important;
	color: #5c5e5e;
}

.panel-heading.data-futura-planejamento{
	background-color: #ffffff !important;
	color: #010101;
}

.panel-heading.data-programa-completo {				
	background-color: #D8F7E2 !important;
	color: #0d692b;
}

input#dataIntervaloFinal:disabled, input#dataIntervaloInicial:disabled{
	background-color: #FFFFFF;
}

#modalVincularConteudo .conteudo-replicar {
  width: 100%;
  float: left;
  display: inline-block;
  margin-top: -5px;
  margin-left: 10px;
}

#modalVincularConteudo .conteudo-replicar input[type="checkbox"] {
  margin-top: 2px;
}

#listaConteudosReplicar {
  padding-bottom: 2px;
  margin-top: 28px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 72px;
}

#listaConteudosReplicar .form-group {
  margin-top: 10px;
}

#loaderDadosConteudo {
  left: 32%;
}

#modalVincularConteudo .modal-body {
  height: 202px;
}

.h4-acompanhamento-competencias-todos {
  font-size: 24px;
}

.titulo-tabela-competencias-nao-utilizadas {
  margin-top: 28px;
}

.p-acompanhamento-competencias-todos {
  font-size: 12px;
  font-weight: bold;
}

/** IMPRESSÃO ACOMPANHAMENTO **/
@media print { 
  .gradient-panel {
    display: none;
  }

  .modal-footer {
    display: none;
  }
}
