﻿[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

.tablefixed {
    width: 100%;
}

.tablefixed thead, .tablefixed tbody, .tablefixed tr, .tablefixed td, .tablefixed th { display: block; }

.tablefixed tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.tablefixed thead th {
    height: 30px;

    /*text-align: left;*/
}

.tablefixed tbody {
    height: 300px;
    overflow-y: auto;
}

.tablefixed thead {
    /* fallback */
}


.tablefixed tbody td:first-child, .tablefixed thead th:first-child {
    width: 20%;
    float: left;
    text-align:left;
}

.tablefixed tbody td:last-child, .tablefixed thead th:last-child {
    width: 80%;
    float: left;
    text-align:left;
}

.tablefixed2 {
    width: 100%;
}

.tablefixed2 thead, .tablefixed2 tbody, .tablefixed2 tr, .tablefixed2 td, .tablefixed2 th { display: block; }

.tablefixed2 tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.tablefixed2 thead th {
    height: 30px;

    /*text-align: left;*/
}

.tablefixed2 tbody {
    height: 300px;
    overflow-y: auto;
}

.tablefixed2 thead {
    /* fallback */
}


.tablefixed2 tbody td:first-child, .tablefixed2 thead th:first-child {
    width: 10%;
    float: left;
    text-align:left;
}

.tablefixed2 tbody td:nth-child(2), .tablefixed2 thead th:nth-child(2) {
    width: 30%;
    float: left;
    text-align:left;
}

.tablefixed2 tbody td:last-child, .tablefixed2 thead th:last-child {
    width: 60%;
    float: left;
    text-align:left;
}

@page{margin:0 auto;}

.marginLegendaCores{
    margin-top:630px;
}

.statusRed{
    color:red;
}
.statusYellow{
    color:#f1c40f;
}
.statusGreen{
    color:#27ae60;
}

.disabledTopic{
    cursor:not-allowed;
}

.disabledTopic *{
    background-color:#f5f5f5;
    pointer-events: none;
    opacity: 0.7;
}

.footer-fixed {position:fixed; bottom:0; width:100%;}

.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aligner-item {
    max-width: 50%;
}

.aligner-item-top {
    align-self: flex-start;
}

.aligner-item-bottom {
    align-self: flex-end;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.cadastro label{
	padding-left:13px;
}
.logo{
  position:relative;
  float:left;
  width:128px;
  height:34px;
  text-indent:-99999px;
  background:url(../assets/images/img-header.png) 0 0 no-repeat;
  margin-top:6px;
  margin-bottom: 5px;
  margin-left:10px;  
  margin-right:15px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}


.default{
    padding-top: 150px;
    padding-bottom: 100px;
}
.home-center {
    margin:0;
    float:none;
    margin-top: 20px;
}
.home-inner{
    text-align:center;
}
.row-fluid{
    margin-right: 100px;
    margin-left: 100px;
}
.home-propagando{
    padding-top:95px;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    background: #f4f4f4;
    height: auto;
    width: 100%;
    padding-bottom: 10px;
}
.propaganda-img > img{
    max-width: 100%;
    height: auto;
}
.home{
    background: #ffffff;
    padding: 30px;
}
.home-itens{
    background: #F39C12;
    padding: 10px;
}
.block-icon{
    height: 130px; display: block;
}
.block-icon-itens{
    height: 180px; display: block;
}
.home .fa{
    font-size:130px;
    color:#1abc9c;
    padding-top: 5px;
}
.home-itens .fa{
    font-size:130px;
    color:#ffffff;
    border:none;
}
.home-itens .thumbnail{
    background-color: #1abc9c;
}
.home a:hover,.home-itens a:hover{
    text-decoration: none;
    border-color: #1abc9c;
}

.back-color{
    z-index: 5000;
    border-bottom: 2px solid #eee;
}

a:hover{
    border-color: #028188;
}

.title-icon{
    font-size:17px;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    color:#999C9E;
    padding-top:10px;
}
.title-icon-itens{
    font-size:40px;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    color:#ffffff;
}
.input-group-addon, .input-group-btn {
    width: 0px;
}

/* Mobile */
@media(max-width:768px) {
    .home-propagando{
        padding-top:115px;
    }
}

.image-1024{
    border: 2px solid #9EACB2;
}

@media(max-width:1024px) {
    .form-group-1024 {
      margin-bottom: 45px;
    }
    .image-1024{
        border:none;
    }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}


 .editable0,.editable1,.editable2,.editable3,.editable4,.editable5,.editable6,.editable7,.editable8,.editable9,.editable10,.editable11,.editable12,.editable13,.editable14,.editable15,
 .editable16,.editable17,.editable18,.editable19,.editable20,.editable21,.editable22,.editable23,.editable24,.editable25,.editable26,.editable27,.editable28,.editable29,.editable30,.editable31,
 .editable32,.editable33,.editable34,.editable35,.editable36,.editable37,.editable38,.editable39,.editable40,.editable41,.editable42,.editable43,.editable44,.editable45,.editable46,.editable47,.editable48,.editable49,.editable50{
    border:2px solid #9EACB2;
    border-radius: 0px;
    padding-top:5px;
    height:300px;
    overflow-y: scroll;
}
 .variavelTextFixo{
     /*color:#994c00;*/
     color:#000000;
 }
 .variavel{
     color:blue;
     cursor:pointer;
 }

/*.variavelEditada{
     color:green;
     cursor:pointer;
 }

 .variavelEdit{
     color:deeppink;
     cursor:pointer;
 }
 .variavelImagemFixa{
     color:#ff0000;
     cursor:pointer;
 }
 .variavelImagem, .variavelVideo{
     color:#F39C12;
     cursor:pointer;
 }*/

.variavelEditada{
     color:blue;
     cursor:pointer;
 }

 .variavelEdit{
     color:blue;
     cursor:pointer;
 }
 .variavelImagemFixa, .variavelAnexoFixo{
     color:blue;
     cursor:pointer;
 }
 .variavelImagem, .variavelVideo{
     color:blue;
     cursor:pointer;
 }

 .variavelComment{
     color:#3aa93c;
 }

 .subCapitulo a[href]{
     color: blue;
     text-decoration: underline;
 }

 .visivel{
     visibility:hidden;
 }
 .notvisivel{
     visibility:visible;
 }

 #progressbar {
     width: 20%;   
     border: 1px solid #ccc;
     position: relative;
     padding: 3px;
     border-radius: 10px;
     float:right;
     font-weight:bold;
     color:#333;
}

#percentbar {
 position: absolute;   
 left: 50%;
}

#bar {
 height: 20px;
 background-color: #3498db;
 border-radius: 10px;
}

