.logotipo {
     position: relative;
    top:-12px;
}

.imagem-index {
     display: block;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 520px;
}

.sortable li span { position: absolute; margin-left: -1.3em; }

.exibeimagem {
	width:50px;
	height:50px;

}

.cor-principal {
	background-color: #f5f5f5;
}
.borda-area {
	border: 1px solid #ccc;
	border-radius: 4px;
}
.cor-area {
	background-color:#1579BD;
	color:#fff;
}
.cor-questao1 {
	background-color:#2051B3;
	color:#fff;
}

.cipa {
    font-family: 'Archivo Black', sans-serif ;

   }

.titulo {
	font-weight: bold;
}
.resposta {
	color: red;
	font-weight: bold;
}
.bar-legend {
  list-style: none;
}

.bar-legend > li {
  display: block;
  padding-left: 30px;
  position: relative;
  margin-bottom: 4px;
  border-radius: 5px;
  padding: 2px 8px 2px 28px;
  font-size: 14px;
  cursor: default;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.linha {
	border: 1px solid #ccc;
}


/** Cores status oficio */

tr.status_oficio {
    font-weight: bold;
}

tr.status_no_view {
    color: #000;
}

tr.status_recebimento {
    color: #c7c75f;
}

tr.status_executado {
    color: #FF7514;
}

tr.status_carta_antt {
    color: #5d9b9b;
}

tr.status_carta_finalizado {
    color: #77dd77;
}

.btn-additional {
    display: block !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.btn-remove {
    float: right;
    margin-top: -38px !important;
    margin-bottom: 4px !important;
}

.arrasto {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.additional-container {
    margin-top: 8px;
}

.additional-section {
    border: 1px solid #CCCCCC;
    padding: 8px;
    margin-top: 8px;
}

.additional-question {
    border-top: 1px solid #CCCCCC;
    padding-top: 8px;
}

.table-analise {
    width: 100%;
    border-collapse: separate;
}

.table-analise th {
    text-align: center;
    background-color: #f5f5f5;
    color: #575757;
    padding: 8px;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid white;
}

.table-analise td {
    text-align: center;
    padding: 8px;
    background-color: #e0e0e0;
    color: #595959;
    border: 1px solid white;
    font-size: 12px;
}

.table-analise .phenom-detail-row td {
    background-color: white;
}

.table-analise .phenom-detail-row td.analysis {
    background-color: #f5f5f5;
    text-align: left;
}

.table-analise .phenom-detail-row td.content {
    background-color: #e0e0e0;
    text-align: left;
}

.table-analise .phenom-detail-row td.title {
    text-align: left;
}

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

.table-count {
    margin-bottom: 16px;
}

.table-count th {
    padding: 8px;
    text-align: center;
}

.table-count td {
    padding: 8px;
    text-align: center;
    border: 1px solid black;
}


.table-plano {
    width: 100%;
}

.table-plano td {
    border: 1px solid black;
    padding: 8px;
    font-size: 12px;
    text-align: center;
}

.table-plano th {
    font-size: 10px;
    text-align: center;
    color: #707070;
}
