/* Labels alerta */
.blueTag {
    padding: 5px;
    border-radius: 10px;
    background-color: #2a76f4;
    border: 1px solid #235fbe;
    font-size: 10px;
    color: #fff;
}
.greenTag {
    padding: 5px;
    border-radius: 10px;
    background-color: #1ccab8;
    border: 1px solid #14a193;
    font-size: 10px;
    color: #fff;
}
.pinkTag {
    padding: 5px;
    border-radius: 10px;
    background-color: #b72b7b;
    border: 1px solid #9e2469;
    font-size: 10px;
    color: #fff;
}
.error {
    padding: 10px;
    background-color: #777;
    font-size: 10px;
    color: #fff;
}
/**/

.fc-day {
    cursor: pointer;
}

.optionInsert {
    padding: 5px 10px;
    cursor: pointer;
}
.optionInsert:hover {
    background-color: #f1f1f1;
}

.iconTipoPessoa {
    position: relative;
    top: 4px;
}

.toDown3 {
    position: relative;
    top: 3px;
}

.paddingColunaDireita {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.bgGrey {
    background-color: #f9f9f9;
    padding: 7px 0px;
    margin: 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.bgWhite {
    background-color: #fff;
    padding: 7px 0px;
    margin: 0;
    /* border-top: 1px solid #dedede; */
}
.bgGrey:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}
.bgWhite:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.tiposPessoa {
    cursor: pointer;
}

.redLine {
    color: #d9534f;
}
.greenLine {
    color: #4cae4c;
}
.blueLine {
    color: #337ab7;
}
.yellowLine {
    color: #eea236;
}

.pinkIcon {
    color: #fd3cab;
}

.text-grey {
    color: grey;
}

/* Perfil lateral direita */
.perfil {
}
.perfil-foto {
    margin-bottom: 10px;
    cursor: pointer;
}
.perfil-nome {
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    color: #337ab7;
    cursor: pointer;
}
.perfil-info {
    font-size: 12px;
    margin: 7px;
    color: #777;
    text-align: center;
}
/**/

/* Blocos menu direita */
.botaoMenuDireita {
    padding: 5px 10px 5px 10px;
}
.tituloBotaoMenuDireita {
    font-size: 11px;
    margin-bottom: 7px !important;
}
.valorBotaoMenuDireita {
    font-size: 14px;
    font-weight: 800;
}

.linhaLateral {
    border: 1px solid #ddd;
    border-left: 4px solid #337ab7;
    border-radius: 5px;
    padding: 5px 8px 20px 8px !important;
    background-color: #fff;
    margin-bottom: 5px;
}

.linhaLateralSecundaria {
    border: 1px solid #ddd;
    border-left: 4px solid #dedede;
    border-radius: 5px;
    padding: 5px 8px 20px 8px !important;
    background-color: #fff;
    margin-bottom: 5px;
}

.linhaLateralVermelha {
    border: 1px solid #ddd;
    border-left: 4px solid #d9534f;
    border-radius: 5px;
    padding: 5px 8px 20px 8px !important;
    background-color: #fff;
    margin-bottom: 5px;
}

.table-responsive {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.tituloBloco {
    color: #337ab7;
    font-weight: bold;
    margin-bottom: 12px;
}

.marb0 {
    margin-bottom: 0px !important;
}

.negrito {
    font-weight: bold;
}

/* tinymce */
.mce-container.mce-menubar.mce-toolbar.mce-first {
    display: none;
}
/* .mce-branding.mce-widget.mce-label.mce-flow-layout-item.mce-last{
    display: none;
} */
.mce-statusbar.mce-container.mce-panel.mce-stack-layout-item.mce-last {
    display: none;
}

.divider {
    clear: both;
    height: 5px;
}

.dividerMedium {
    clear: both;
    height: 10px;
}

.card {
    padding: 20px !important;
}

/* Navbar */
.nav {
    margin-left: 4px;
    display: flex;
    flex-direction: row;
    margin-bottom: 4px;
}
.nav-item {
    background-color: white;
    padding: 16px;
    border-radius: 4px;
    margin-right: 4px;
    border: 1px solid #dfdfdf;
    cursor: pointer;
}
.nav-item-current {
    border-bottom: 3px solid #337ab7;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* Box Photos */
.boxPhoto {
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 48px 0;
    border: 1px solid #f1f1f1;
    text-align: center;
    cursor: pointer;
    /* -webkit-box-shadow: 7px 7px 33px -8px rgba(125,125,125,1);
    -moz-box-shadow: 7px 7px 33px -8px rgba(125,125,125,1);
    box-shadow: 7px 7px 33px -8px rgba(125,125,125,1); */
}

.boxPhoto:hover {
    border: 1px solid #c7c7c7;
}

.btnInline {
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.removePhoto {
    position: absolute;
    top: 0px;
    right: 5px;
}

.cardComprovante {
    font-size: 12px;
    padding: 10px 0;
    color: #5cb85c;
    border-radius: 4px;
}

.borderMan {
    box-shadow: 0 0 0px 2px #337ab7;
}
.borderWoman {
    box-shadow: 0 0 0px 2px #fd3cab;
}
.borderUnknow {
    box-shadow: 0 0 0px 2px rgb(193, 192, 191);
}

.oldValue {
    text-decoration: line-through;
    color: #ddd;
}

.bar-blue {
    background-color: #337ab7;
}

.bar-red {
    background-color: #ed3237;
}

.textModal {
    line-height: 1.5;
    color: black;
    font-size: 14px;
}

.textLine {
    line-height: 1.5;
}

/* Montar css pra exibir paginação, pintando de outra cor a página atual */
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a {
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
}

.pagination li.current a {
    background-color: #007bff;
    color: #fff;
}
