* {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

html, body {
    width: 100%;
    height: 100%;
}

.btn {
    text-decoration: none !important;
}

div.clear{
    clear: both;
}

body.panel
{
    background: #fff!important;
}

.admin-area-content
{
    padding:40px;    
}

.top-menu-parent {
    background-color: #fff;
}

header .logo {
	float: left;
}

#details-text
{
    padding: 10px;
    word-wrap: break-word;
}

#image-qr-code-pix
{
    text-align: center;
}

#image-pdf-show-comprovante
{
    text-align: center;
}

#image-pdf-show-comprovante img
{
    max-width: 400px;
}

.cards-financial div div div
{
    border-radius: 8px;
    border: 1px solid #888;
    width: 100%;
    padding: 15px;
}

.img-atach-box
{
    border: 1px solid #CED4DA;
    border-radius: 5px;
    padding: 10px;
    max-width: 400px;
}

.tipo-Despesa
{
    color: #f00;
}

@media only screen and (max-width: 600px) 
{
    #image-pdf-show-comprovante img
    {
        max-width: 300px;
    }
}

a.menu-logo {
    text-decoration: none;
    color: #09141F;
    padding: 0px;
    height: 40px;
    line-height: 40px;
    margin-right: 50px;
}

    a.menu-logo strong {
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        letter-spacing: -1px;
        text-transform: lowercase;
        color: #e7e7e7;
    }

    a.menu-logo span {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 2px;
        color: #757A80;
    }


.top-menu-parent .shield {
    color: #A9A9A9;
}

p {
    color: #757A80;
}

h1 {
    font-style: normal;
    font-weight: 700;
    color: #09141F;
}

.form-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 40px;
}

::-webkit-input-placeholder { /* Edge */
    color: #BBBBBB;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BBBBBB;
}

::placeholder {
    color: #BBBBBB;
}

form label {
    color: #A9A9A9;
    margin-bottom: 2px !important;
}

.input-group {
    border-bottom: 1px solid #CCCCCC;
}

.no-border-bottom {
    border-bottom: none;
}

.icon-input
{
    line-height:34px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #888;
    text-decoration: underline;
}

form label.error
{
    color: #f00;
    display: block;
    width: 100%;
}

table th
{
    color: #A9A9A9;
    font-style: normal;
    font-weight: 200;
}

table td
{
    vertical-align: middle;
}

.text-danger{color:#f00!important;}

.algnright { text-align: right; }

input[type='checkbox']:checked {
    accent-color: #e7e7e7!important;
    background-color: #e7e7e7 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    border:none;
}

.btn.disabled, .btn:disabled
{
    background-color: #e7e7e7;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #fff !important;
}


.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-eye' viewBox='0 0 16 16'><path d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z'/><path d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/></svg>") !important;
}

.accordion-button::after {    
    background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-eye' viewBox='0 0 16 16'><path d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z'/><path d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/></svg>") !important;
}

.accordion-button:focus {
    border-color: #F1F3F4 !important;
    box-shadow: none !important;
    z-index: 3;
    outline: 0;
}

.custom-card
{
    border: 1px solid #D2D2D2;
    border-radius: 0.375rem;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

#navbarNav
{
    margin-top: 15px;
}

.table-td-code
{
    max-width: 550px;
    overflow-x: scroll;
}

#tabela-blocos .table-td-code, #tabela-pages .table-td-code {    
    overflow-x: auto !important;
}

.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
}

.floating-button button {
    background-color: #0DC143;
    border-radius: 50%;
    border: none;
    color: white;
    font-size: 24px;
    width: 100%;
    height: 100%;
}

.floating-button button:before {
    font-family: "FontAwesome";
    font-weight: bold;
}

.floating-button:hover button {
    transform: scale(1.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.childs-horizontal-display
{
    display: flex; 
    flex-direction: row;
}

.margin-right-3px
{
    margin-right: 3px;
}

.btn-guridoctor {
    --bs-btn-color: #fff;
    --bs-btn-bg: #269FE8;
    --bs-btn-border-color: #269FE8;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #269FE8;
    --bs-btn-hover-border-color: #269FE81;
    --bs-btn-focus-shadow-rgb: 66,70,73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #269FE8;
    --bs-btn-active-border-color: #269FE8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #269FE8;
    --bs-btn-disabled-border-color: #269FE8;

    --bs-btn-padding-y: 0.6rem;
    --bs-btn-border-radius: 0;
}

#viewlogs .Exception
{
    color:#f00;
}

#viewlogs .Request
{
    background-color: #F5F5F5;
}

#viewlogs .Response
{
    background-color: #FCFCFC;
}

#viewlogs .Object
{
    background-color: #EDFCFC;
}

#viewlogs td{
    vertical-align: top;
}
  
/**************************************************************************************
                                    GALERY
**************************************************************************************/

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: -10px; /* remove margin/padding from images */
}
  
.gallery-item {
    width: calc(25% - 20px);
    min-width: 60px;
    height: 150px;
    margin: 10px;
    padding: 5px;    

    border: 1px dotted #000;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**************************************************************************************
                                    THEMES
**************************************************************************************/

.themes-area {
    display: flex;
    flex-wrap: wrap;
    
    align-items: flex-start;
    margin: -10px; /* remove margin/padding from images */
}
  
.themes-item {
    width: calc(25% - 20px);
    min-width: 300px;
    margin: 10px;
    padding: 5px;    

    border: 1px solid #eee;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);

    display: flex;
    flex-direction: column;    
    text-align: center;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
  

/**************************************************************************************
                                    ANIMATION
**************************************************************************************/
.fadein {
    animation: fadein 0.8s ease-in-out forwards;
    opacity: 0;
}

.blips {
    animation: blips 0.7s ease-in-out forwards;
    opacity: 0;
    z-index: 2;
}

@keyframes fadein {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes blips {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/**************************************************************************************
                                INTELIGENCIA ARTIFICIAL
**************************************************************************************/

.admin-artificial-intelligence .text-trainer .text-muted
{
  color: #888888 !important;
}

.admin-artificial-intelligence .text-trainer p
{
  color: #666666 !important;
}

.admin-artificial-intelligence .text-trainer label
{
  color: #666666 !important;
}

.admin-artificial-intelligence .text-trainer span
{
  color: #666666 !important;
}

.admin-artificial-intelligence .text-trainer .border-top
{
  border-top-color: #333333 !important;
}

.admin-artificial-intelligence .text-trainer .border-bottom
{
  border-bottom-color: #333333 !important;
}

.admin-artificial-intelligence .text-trainer .border
{
  border-color: #333333 !important;
}

.admin-artificial-intelligence .text-trainer
{    
  border: 1px solid #333;
  padding: 10px;
  border-radius: 10px;  
}

.admin-artificial-intelligence .text-trainer hr
{
  color: #000 !important;
}

.admin-artificial-intelligence hr.robo-hr
{
    border-color: #000;
}

.admin-artificial-intelligence .text-trainer #inputPromptChat, 
.admin-artificial-intelligence .text-trainer #inputPromptVoice
{
    flex: 1;
    border: 1px solid #666666 !important;
    color: #666 !important;
    border-radius: 6px;
    outline: none;
    padding: 6px;
    margin-right: 5px;
}
  
.admin-artificial-intelligence .text-trainer #inputPromptChat:-webkit-autofill, 
.admin-artificial-intelligence .text-trainer #inputPromptChat:-webkit-autofill:hover, 
.admin-artificial-intelligence .text-trainer #inputPromptVoice:-webkit-autofill, 
.admin-artificial-intelligence .text-trainer #inputPromptVoice:-webkit-autofill:hover  
{
    flex: 1;
    background-color: #333333 !important;
    border: 1px solid #666666 !important;
    color: #aaaaaa !important;
    border-radius: 6px;
    outline: none;
    padding: 6px;
    margin-right: 5px;
}

.admin-artificial-intelligence .text-trainer div.input-prompt 
{
    display: flex;
    align-items: center;
    
    border-radius: 0;
    padding: 5px;
}

.calendar-area
{
    border: 1px solid #E5E8ED;
    border-radius: 10px;
}

.calendar-area .table td, .calendar-area .table th {
    text-align: center;
    vertical-align: middle;
}

.calendar-area tr.no-border
{
    border-bottom: none !important;
    border-bottom-width: 0px !important;
    border-bottom-style: hidden !important;
}

.calendar-area table
{
    margin-bottom: 0px!important;
}

.calendario-range-datas
{
    color:#313140;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

/**************************************************************************************
                                    RESPONSIVE
**************************************************************************************/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .button-menu-right .large {
        display: none!important;
    }

    .button-menu-right .small {
        display: block!important;
    }

    .text-in-icon-button
    {
        display: none!important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .button-menu-right .large {
        display: none!important;
    }

    .button-menu-right .small {
        display: block!important;
    }

    .text-in-icon-button
    {
        display: none!important;
    }
}

/* Medium devices (Desktop, landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .button-menu-right .large {
        display: none!important;
    }

    .button-menu-right .small {
        display: block!important;
    }

    .text-in-icon-button
    {
        display: inline!important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .button-menu-right .large {
        display: block!important;
    }

    .button-menu-right .small {
        display: none!important;
    }

    .text-in-icon-button
    {
        display: inline!important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}