* {
    text-transform: uppercase !important;
}
.data-table tfoot tr th {
    border-width: 0 !important;
    padding: 0 10px 10px 0;
}
.data-table tfoot {
    display: table-caption !important;
}
th, td {
    vertical-align: inherit !important;
}
.content-wrapper.atribui {
    padding-top: 0 !important;
    margin-left: 0;
}
.data {
    background-color: #fff !important;
}
.tabela-secundaria th, .tabela-secundaria td {
    padding: 2px 7px;
}
.tabela-agenda td {
    padding: 0 !important;
}
.tabela-agenda td > a {
    display: block;
    padding: 8px;
}
.tabela-agenda .table td > a {
    padding: 2px;
}
.tabela-agenda .forames {
    padding: 8px;
}
.tabela-agenda .bg-active {
    background-color: #337ab7 !important;
}
.tabela-agenda .bg-green > a, .tabela-agenda .bg-active > a, .tabela-agenda .bg-red > a {
    color: #fff;
}
.tabela-agenda .bg-gray > a {
    color: #000;
}
.navbar-nav > .user-menu > .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 280px;
}
.sidebar-menu .navbar .nav > li.user > a > .fa,
.sidebar-menu .navbar .nav > li.user > a > .glyphicon,
.sidebar-menu .navbar .nav > li.user > a > .ion {
    margin-right: 5px;
}
.sidebar-menu > .user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}
@media (max-width: 767px) {
    .sidebar-menu > .user-menu .user-image {
        float: none;
        margin-right: 0;
        margin-top: -8px;
        line-height: 10px;
    }
}
.btn-primary {
    background-color: #c9b268 !important;
    border-color: #bba459 !important;
    color: #fff !important;
}
.panel-primary {
    border-color: #bba459;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #c9b268;
    border-color: #bba459;
}
.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #bba459;
}
.treeview-menu > li {
    white-space: normal;
}
.video-paciente {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
    color: #c9b268 !important;
}
.rosto-tratamento {
    position: relative;
    width: 500px;
    height: 640px;
    padding: 0;
    margin: 0 15px;
}
.rosto-tratamento .rosto-tratamento-posicao {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    border: 2px solid darkred;
    background-color: transparent;
    border-radius: 50%;
}
.rosto-tratamento .rosto-tratamento-posicao.selecionado {
    background-color: darkred;
}
.rosto-tratamento .rosto-tratamento-posicao > span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.rosto-tratamento img {
    pointer-events: none;
}
.materia {
    margin-bottom: 30px;
}
.materia .foto-materia {
    background: no-repeat center;
    background-size: cover;
}
.materia a {
    color: #000;
}
.materia h4 {
    margin: 15px 0 5px;
    font-weight: 600;
}
.swal2-popup {
    font-size: 1.5rem !important;
}
.pag-relatorio h2, .pag-relatorio .box-title {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0;
}
.aviso-menu a {
    display: flex !important;
    align-items: center;
    font-size: 12px;
    color: rgba(255, 82, 82, 1) !important;
}
.aviso-menu a > span {
    display: inline-block;
    background: rgba(255, 82, 82, 1);
    border-radius: 50%;
    margin-right: 7px;
    width: 15px;
    height: 15px;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    animation: pulse-red 2s infinite;
}
@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}
.dropdown-regras .dropdown-menu {
    min-width: 300px;
    padding: 15px;
    font-size: 12px;
}
.dropdown-regras .dropdown-menu > h4 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
}
.dropdown-regras .dropdown-menu > p {
    margin-bottom: 5px;
}
.input-sel {
    position: relative;
}
.input-sel a {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: red;
}