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

.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;
}

.btn-remove-1 {
    text-align: center !important;
    margin-top: 10px !important;
    margin-bottom: 9px !important;
    float: right;
}

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

/*menu*/ .navbar-default {background-color: #ffffff!important; border-color: #e7e7e7!important; border-bottom: 2px solid #c1c1c1 !important; padding: 12px 0!important;}
      /*menu*/.navbar-default .navbar-nav>li>a {color: #509bce !important;font-weight: 600;}
      .navbar-default .navbar-nav>li>a:hover {color: #333!important;}
      /*titulo*/h1 {font-size: 22px!important; color: #3c9bb4 !important; font-weight: 600!important;}
      /*breadcrumb*/.breadcrumbs {margin-left:-15px!important; margin-top: 30px;}
      /*menu*/ .dropdown-menu>li>a{font-weight:600!important;}  .dropdown-menu>li>a:hover{color:black!important;}
      /*botao*/.btn-info { background-color:#509bce!important;}
      .btn-info.focus, .btn-info:focus {background-color: #246fa1!important;}
      h3 {font-size: 19px!important;}

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

.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;
}

#codigo, #enviaemail, #usuariosEmail, #usuariosEmailResp, #mensagemEmaiResp, .defaultMarginFieldForm
{
    margin-top: 5px;
    margin-bottom: 10px;
}

.removeform, .addform
{
    margin-bottom: 20px !important;
}

.removeformQuestionario
{
    margin-bottom: 50px !important;
}

.empresa-nome {
    font-weight: 400;
    font-style: italic;
    max-width: 265px;
}
.empresa-nome i {
    vertical-align: middle;
}
.language-switch {
    float: right;
    margin-left: 10px;
}

.minhaconta h3{
    margin-bottom: 20px;
    font-weight: 600;
    color: #707070;
}

.minhaconta a {
    color: #707070;
}

.minhaconta span.username, .minhaconta span.planame {
    font-size: 1.2em;
    font-weight: 600;
    float: right;
}

.minhaconta .divLeft {
    padding-right: 30px;
}

.minhaconta .divRight {
    padding-left: 30px;
    border-left: 2px solid #707070;
}

.class_padrao_botao_radio {
    margin-right: 6px !important;    
}

.class_padrao_label_radio {
    margin-right: 20px;
    font-weight: normal !important;
}

.class_mensagem_default legend
{
    font-weight: 700;
    font-size: 14px;
    border-bottom: 0px;
    margin-bottom: 5px;
}

.checkout-result {
    background: white;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #C8D0D8;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.checkout-result h1 {
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}

.checkout-result p {
    color: #404F5E;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size: 20px;
    margin: 0;
}

.checkout-result i {
    font-size: 100px;
    line-height: 200px;
}

.checkout-success h1 {
    color: #88B04B;
}

.checkout-success i {
    color: #9ABC66;
}

.checkout-falha h1 {
    color: #d9534f;
}

.checkout-falha i {
    color: #d9534f;
}

.color_nao_ciente {
    color: #77b43f;
}

.color_ciente {
    color: #f48521
}

.div_ciente {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 35px;
}

.txt_ciente {
    font-size: 30px;
    font-family: 'Albert Sans', sans-serif;
    font-weight: bold;
}

.img_ciente {
    margin-bottom: 20px;
}

.txt_ciente_hora {
    margin-top: 15px;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
}

/* TABELA PLANOS */
.table-plano{
    font-family: 'Montserrat';
    border-collapse: collapse;
}

.start-plano{
    border-radius: 15px 15px 0px 0px;
    background-color: #ffe92c;
    /*border-right: 10px solid white !important;*/
    font-size: 1.2rem !important;
    font-family: 'Montserrat';
    color: #626262;
    font-weight: 600;
    text-align: center;
    word-break: break-all;
}

.pro-plano{
    border-radius: 15px 15px 0px 0px;
    background-color: #ff80ab;
    /*border-left: 10px solid white !important;*/
    font-size: 1.2rem !important;
    font-family: 'Montserrat';
    color: #626262;
    font-weight: 600;
    text-align: center;
    word-break: break-all;
}

.enter-plano{
    border-radius: 15px 15px 0px 0px;
    background-color: #aeff5e;
    /*border-left: 10px solid white !important;*/
    font-size: 1.2rem !important;
    font-family: 'Montserrat';
    color: #626262;
    font-weight: 600;
    text-align: center;
    word-break: break-all;
}

.tab-plano{
    text-align: center;
    /**border-right: 10px solid white !important;*/
}

.tab-planob{
    text-align: center;
    /*border-left: 10px solid white !important;*/
}

.tab-planoc {
    text-align: left;
}

.valor-plano{
    background-color: #29828a;
    font-weight: bold;
    color: white;
    padding:10px;
    /*border-radius: 0px 0px 15px 15px;*/
    text-align: center;
}

.tr-plan {
    background-color: #319ba5b8;
}

.icon-tab{
    width:40px;
    padding: 7px;
}

.tab-margin{
    margin-bottom:80px;
}

.table-plan-overflow{
    overflow-y:auto;
    height:500px;
}

.tableFixHead {
    /*width: 1500px;*/
    table-layout: fixed;
    border-collapse: collapse;
    margin: auto;
}
.tableFixHead tbody {
    display: block;
    border: 3px solid #ededed;
    border-right: none;
    /*border-top: none;
    border-bottom: none;*/
    width: 100%;
    overflow: auto;
    height: 500px;
}

.tableFixHead tfoot {
    display: block;
    border: 3px solid #ededed;
    width: 100%;
}

.tableFixHead-b {
    display: block;
    border: 3px solid #ededed;
    border-right: none;
    border-top: none;
    border-bottom: none;
    width: 100%;
    overflow: auto;
}

.tableFixHead thead tr {
    display: block;
}
.tableFixHead th,
.tableFixHead  td {
    padding: 0px 10px;
    /*width: 200px;*/
}

.td-plan{
    width:430px;
}

.close-button{
    background: transparent;
    color: #721c24;
    border: 0px;
    float: right;
    font-weight: 600;
}

.td-plan-b{
    border-bottom: 3px solid #ededed;
}

.td-plan-r{
    border-right: 3px solid #ededed;
}

.td-desc-plan{
    border-right: 3px solid #ededed;
}

.td-valor{
    font-weight: 400;
    padding: 7px 10px !important;
}

.td-tp-plan{
    width:150px;
    text-align: center;
}

input[type='checkbox']
{
    margin-left: 5px !important;
}

.box-declaracao {
    padding: 25px;
    background: #F6F6F6;
}

.box-declaracao p {
    font-size: 18px;
    font-weight: bold;
}

.box-declaracao .table{
    margin-top: 12px;
}

.box-declaracao .table th:nth-child(n + 2),
.box-declaracao .table td:nth-child(n + 2){
    text-align: center;
}

.box-declaracao .box-declaracao-input {
    opacity: 1 !important;
    margin: 0 !important;
}

.questionarios {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 25px;
    line-height: inherit;
    color: #333;
    border: 0;
    text-align: center;
}

.overflowTable
{
    overflow-x: scroll;
}

.marginTopQtdDiasEnvioEmail
{
    margin-top: 15px;
}

.modalInformacoesInspecao
{
    min-height: 300px; 
}

.modalInformacoesInspecao > table, tr, td
{
    padding: 5px !important;
}

@media screen and (max-width: 768px) {
    .td-tp-plan {
        width:auto;
        text-align: center;
    }
}
/* TABELA PLANOS */
