/* Início - Box de notificação*/
/*.boxFeed {
    min-width: 400px;
    max-width: 400px;
    height: auto;
    max-height: 600px;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow: auto;
    padding-top: 0px !important;
}

    .boxFeed.scrollable-menu {
        height: auto;
        max-height: 500px;
        overflow-x: hidden;
    }

    .boxFeed .notificacao {
        min-height: 40px;
        border-bottom: solid 1px #ddd;
        padding: 8px;
        font-size: 12px;
        margin-top: 2px !important;
        background-color: #fff;
        cursor: pointer;
    }

        .boxFeed .notificacao.naolido {
            background-color: #f7f7f7;
        }

        .boxFeed .notificacao:hover {
            background-color: #e9eaed;
        }

    .boxFeed .mensagem {
        word-break: break-word;
    }

    .boxFeed .iconMsg {
        font-size: 24px;
    }

    .boxFeed .infoTempo {
        font-size: 11px;
        color: #777;
        padding-top: 4px;
        display: inline;
    }

    .boxFeed .dataHora {
        float: right;
    }

    .boxFeed .tempo {
        float: left;
    }

    .boxFeed .avancar {
        background-color: #f6f7f8;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top: 1px solid #c5c5c5;
        display: block;
        font-weight: bold;
        padding: 8px;
        position: relative;
        text-align: center;
        cursor: pointer;
        text-align: center;
    }

        .boxFeed .avancar span {
            color: #3b5998;
            cursor: pointer;
            text-decoration: none;
        }

.notificacaoIcon {
    font-size: 16px !important;
    min-width: 20px !important;
    transform: scale(1.2,1);
    padding-top: 2px;
}

    .notificacaoIcon.importante {
        color: #ff6a00 !important;
    }

#divNotificacaoQtdMensagem.qtdMensagem {
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
    background-color: #dc0d17;
    background-image: linear-gradient(#fa3c45, #dc0d17);
    padding: 1px 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    background-clip: padding-box;
    display: inline-block;
    font-family: "helvetica neue",helvetica,arial,sans-serif;
    font-size: 11px;
    line-height: 1.3;
    color: #fff;
    min-height: 13px;
    position: absolute;
    top: 8px;
    right: 9px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
}*/
/* Fim - Box de notificação*/


/*Início - box agendamento*/
.boxMax {
    background-color: #fff;
    color: #141823;
    min-width: 400px;
    max-width: 400px;
    height: auto;
    max-height: 600px;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow: auto;
    padding-top: 0px !important;
}

    .boxMax .atualizacao {
        background-color: #e4e4e5;
        color: #9197a3;
        font-family: helvetica, arial, sans-serif;
        font-size: 10px;
        font-weight: 500;
        padding: 5px 12px;
        text-align: right;
        margin-bottom: 5px;
    }

    .boxMax .integracao {
        background: #dadaea;
        color: #9197a3;
        font-family: helvetica, arial, sans-serif;
        font-size: 11px;
        font-weight: 500;
        padding: 5px 12px;
        text-align: right;
        margin-bottom: 5px;
    }

    .boxMax .divisao {
        background-color: #f6f7f8;
        color: #9197a3;
        font-family: helvetica, arial, sans-serif;
        font-size: 11px;
        font-weight: 500;
        padding: 5px 12px;
        text-transform: uppercase;
    }

    .boxMax .media {
        border: 0px solid rgba(0, 0, 0, .4);
        box-shadow: 0 0px 8px rgba(0, 0, 0, .25);
        margin: 8px;
        background-color: rgba(246, 246, 246, 0.20);
    }

    .boxMax .boxDataHora {
        text-align: center;
        border: 0px solid rgba(0, 0, 0, .4);
        box-shadow: 0 0px 8px rgba(0, 0, 0, .25);
        height: 60px;
        padding: 4px !important;
    }

        .boxMax .boxDataHora .hora {
            font-size: 20px;
            font: bold;
            display: block;
        }

        .boxMax .boxDataHora .data {
            padding: 3px;
            font-size: 12px;
            display: block;
        }

    .boxMax .boxInfo {
        padding: 3px;
        padding-right: 5px;
    }

        .boxMax .boxInfo .nome {
            font-size: 14px;
            font: bold;
        }

        .boxMax .boxInfo .numero {
            float: right;
            font-size: 12px;
            margin-top: 3px;
            text-decoration: underline;
        }

        .boxMax .boxInfo .msg {
            font-size: 11px;
            display: block;
            word-wrap: break-word;
        }

#divAgendamentoAtencao {
    padding: 1px 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    background-clip: padding-box;
    display: inline-block;
    font-family: "helvetica neue",helvetica,arial,sans-serif;
    font-size: 15px;
    line-height: 1.3;
    min-height: 13px;
    position: absolute;
    top: 8px;
    right: 8px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
}

    #divAgendamentoAtencao.hoje {
        color: #d9534f;
    }

    #divAgendamentoAtencao.atrasado {
        color: #d9534f;
    }

.agendamentoIcon {
    font-size: 16px !important;
    min-width: 20px !important;
    transform: scale(1.2,1);
    padding-top: 2px;
}

    .agendamentoIcon.hoje {
        color: #265a88 !important;
    }

    .agendamentoIcon.atrasado {
        color: #d9534f !important;
    }
/*Fim - box agendamento*/


.caixaComBorda {
    min-height: 20px;
    padding: 19px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

img.imagemFotoUsuario {
    margin: 0px 5px 5px 15px;
    padding: 5px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 6px 6px -6px #666;
    border-radius: 5px;
}

.mainContent {
    background-color: #fff;
    padding: 0px 20px 20px 20px !important;
    margin-top: 0px !important;
    width: 100% !important;
}

.botoes-amigaveis .btn {
    width: auto;
    display: block;
    font-size: 23px !important;
    margin-top: 10px;
}

.fixseta .dropdown-toggle {
    height: 28px;
}



/* Estilo a ser aplicado ao box com as informações do usuario */
.info_usuario img {
    margin-right: 10px;
    width: 60px;
    height: 60px;
    position: relative;
    top: 10px;
}

.info_usuario h1, .info_usuario h2, .info_usuario h3 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: normal;
    font-size: 8pt;
    height: 20px;
    color: #808080;
}

.info_usuario h1 {
    font-size: 12pt;
    font-weight: bold;
}

.wellComTitle2 {
    position: relative !important;
    padding-top: 50px !important;
}

    .wellComTitle2 .Title {
        position: absolute;
        top: -1px;
        left: -1px;
        padding: 3px 7px;
        font-size: 13px;
        font-weight: bold;
        background-color: #FFF;
        border: 1px solid #ddd;
        color: #333333;
        -webkit-border-radius: 4px 0 4px 0;
        -moz-border-radius: 4px 0 4px 0;
        border-radius: 4px 0 4px 0;
        margin-bottom: 50px;
    }

.box {
    padding-top: 40px !important;
    padding-bottom: 45px !important;
}

    .box .TitleBox {
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        padding: 3px 7px;
        font-size: 13px;
        font-weight: bold;
        background-color: #337ab7;
        border: 1px solid #ddd;
        color: #fff;
        -webkit-border-radius: 4px 0 0px 0;
        -moz-border-radius: 4px 0 4px 0;
        border-radius: 4px 0 0px 0;
        margin-bottom: 15px;
    }

/* Estilo a ser aplicado ao box com título */
.wellComTitle {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 35px !important;
    padding-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px !important;
}

    .wellComTitle .Title {
        position: absolute;
        top: -1px;
        left: -1px;
        padding: 3px 7px;
        font-size: 13px;
        font-weight: bold;
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        color: #333333;
        -webkit-border-radius: 4px 0 4px 0;
        -moz-border-radius: 4px 0 4px 0;
        border-radius: 4px 0 4px 0;
    }

    .wellComTitle .TitleBaixo {
        position: absolute;
        bottom: -1px;
        right: -1px;
        padding: 3px 7px;
        font-size: 13px;
        font-weight: bold;
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        color: #333333;
        -webkit-border-radius: 4px 0 4px 0;
        -moz-border-radius: 4px 0 4px 0;
        border-radius: 4px 0 4px 0;
    }

    .wellComTitle + .boxBaixo {
        border: 1px solid #ddd;
        margin-top: -20px;
        padding-top: 0px;
        background-color: white !important;
        padding: 2px;
    }

.wellComTitle3 {
    position: relative !important;
    padding-top: 20px !important;
}

    .wellComTitle3 .TitleBox {
        position: absolute;
        top: -1px;
        right: -1px;
        padding: 1px 4px;
        font-size: 11px;
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        color: #333333;
        -webkit-border-radius: 4px 0 0px 4px;
        -moz-border-radius: 4px 0 0px 4px;
        border-radius: 0px 0px 0px 4px;
    }



@media print {
    .noPrint {
        display: none;
    }
}

#anapro-love {
    vertical-align: middle;
    margin-right: 10px;
    opacity: 0.7;
    filter: alpha(opacity=50);
}

    #anapro-love a:link, #anapro-love a:visited {
        color: black;
        text-decoration: none;
        vertical-align: middle;
    }




.fancybox-type-iframe .fancybox-inner {
    overflow: auto !important;
}
