/* Write your custom CSS here */

.badge.badge-invisible {
    background: rgba(255,255,255,0);
    color: #000;
}

.modal-content {
    box-shadow: 6px 6px 8px #555;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.modal-header{
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eee));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #eee 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #eee 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eee 100%);
    border-radius: 6px 6px 0px 0px;
    margin-bottom: 5px;
}

.modal-footer {
    margin-top: 0px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    padding: 12px 15px 12px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#eee), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #eee 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #eee 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #eee 0%, #ffffff 100%);
    border-radius: 0px 0px 6px 6px;
}

.form-control{
    margin: 1px;
    border-radius: 5px;
}

#conteudo .panel{
    min-height: 200px;
}

.lockscreen{
    z-index: 15000;
    background-color: rgba(0,0,0,0.65);
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    display: none;
}

.lockscreen .login-box{
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -250px;
}
.esconde {
    display: none;
}
.mostra {
    display: block;
}

/** ios1-ios6 bubbles **/
.bubble {
    box-sizing: border-box;
    float: left;
    width: auto;
    max-width: 90%;
    position: relative;
    clear: both;

    background: #7acd47;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, #e5e5e5),color-stop(1, #dbdbdb));
    background-image: -webkit-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
    background-image: -moz-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
    background-image: -ms-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
    background-image: -o-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
    background-image: linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dbdbdb', endColorstr='#e5e5e5');

    border: solid 1px rgba(0,0,0,0.5);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    -webkit-box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);

    margin-bottom: 8px;
    padding: 6px 15px;
    color: #000;
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    word-wrap: break-word;

    font-size: 10px;
    line-height: 1.2;
}

.bubble:before, .bubble:after {
    border-radius: 20px / 5px;
    content: '';
    display: block;
    position: absolute;
}
.bubble:before {
    border: 10px solid transparent;
    border-bottom-color: rgba(0,0,0,0.5);
    bottom: 0px;
    left: -7px;
    z-index: -2;
}
.bubble:after {
    border: 8px solid transparent;
    border-bottom-color: #e5e5e5;
    bottom: 1px;
    left: -5px;
}


.bubble-alt {
    float: right;
}
.bubble-alt:before {
    left: auto;
    right: -7px;
}
.bubble-alt:after {
    left: auto;
    right: -5px;
}

.bubble p {
    font-size: 1.4em;
}
.chat_azul {
    background: #95c2fd;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #bee2ff), color-stop(1, #95c2fd));
    background-image: -webkit-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
    background-image: -moz-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
    background-image: -ms-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
    background-image: -o-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
    background-image: linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#95c2fd', endColorstr='#bee2ff');
}
.chat_azul:after {
    border-bottom-color: #bee2ff; /* arrow color */
}
.input_editar {
}
.input_editar:hover {
    cursor: hand;
    cursor: pointer;
}
.mao {
}
.mao:hover {
    cursor: hand;
    cursor: pointer;
}
.sem_borda {
    border-style: none;
    border:0!important;
    text-decoration: none!important;
}
.round_left {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.round_right {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
.afasta_direita {
    margin-right: 50px;
}
.sombra_img {
    box-shadow: 0px 0px 1px rgba(150, 150, 150, 1);
    -o-box-shadow: 0px 0px 1px rgba(150, 150, 150, 1);
    -ms-box-shadow: 0px 0px 1px rgba(150, 150, 150, 1);
    -moz-box-shadow: 0px 0px 1px rgba(150, 150, 150, 1);
    -webkit-box-shadow: 0px 0px 1px rgba(150, 150, 150, 1);
    border-color: #999;
}
.fundo_amarelo {
    background-color: rgba(225, 207, 45, 0.26);
}
.sem_link {
    text-decoration: none;
}
.posicao_janela {
    margin-left: 85px;
    min-width: 700px;
    margin-top: 170px;
}
.posicao_janela2 {
    margin-left: 85px;
    min-width: 700px;
}
.em_linha {
    display: inline-block;
    float: left;
}
.texto_cinza {
    color: rgba(169, 169, 169, 1.0);
}
.etapa1 {
    background-color: rgba(240, 80, 80, 1.0);
}
.etapa2 {
    background-color: rgba(250, 133, 100, 1.0);
}
.etapa3 {
    background-color: #FDB45C;
}
.etapa4 {
    background-color: rgba(102, 189, 120, 1.0);
}
.etapa5 {
    background-color: rgba(35, 183, 229, 1.0);
}
.cor_resp0 {
    background-color: rgba(251,183,53,0.70);
    color: #FFF;
}
.cor_resp1 {
    background-color: rgba(235,64,59,0.70);
    color: #FFF;
}
.cor_resp2 {
    background-color: rgba(108,42,106,0.70);
    color: #FFF;
}
.cor_resp3 {
    background-color: rgba(39,67,137,0.70);
    color: #FFF;
}
.cor_resp4 {
    background-color: rgba(34,127,176,0.70);
    color: #FFF;
}
.cor_resp5 {
    background-color: rgba(57,192,179,0.70);
    color: #FFF;
}
.cor_resp6 {
    background-color: rgba(251,183,53,0.70);
    color: #FFF;
}
.cor_resp7 {
    background-color: rgba(235,64,59,0.70);
    color: #FFF;
}
.cor_resp8 {
    background-color: rgba(108,42,106,0.70);
    color: #FFF;
}
.cor_resp9 {
    background-color: rgba(39,67,137,0.70);
    color: #FFF;
}
.icone_cinza_nao_clicado {
    color: rgba(169, 169, 169, 0.7);;
}
.centro {
    text-align: center;
}
.direita {
    text-align: right;
}
.esquerda {
    text-align: left;
}
.progress-bar-default {
    background-image: -webkit-linear-gradient(top,#efefef 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top,#efefef 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#efefef),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#efefef 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#e0e0e0', GradientType=0);
    background-repeat: repeat-x;
    color: #000;
}
.letra_branca {
    color: #FFF;
}