/* Agenda - *******************************************************************************************************/
#builder-layout [page-name='AgendamentoCalendarForm01View'] td:not(.beditorcss).fc-list-event-time
{
    cursor: pointer !important;
    background: #FBFBFB !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: unset !important;
    font-style: normal !important;
}

#builder-layout [page-name='AgendamentoCalendarForm01View'] td:not(.beditorcss).fc-list-event-time:hover
{
    cursor: pointer !important;
    color: #FFFFFF !important;
    background: #5492DB !important;
    box-shadow: 0px 0px 0px 0px !important;
    font-style: bold !important;
}

#builder-layout [page-name='AgendamentoCalendarForm01View'] td:not(.beditorcss).fc-list-event-graphic
{
    cursor: pointer !important;
    background: #FBFBFB !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: unset !important;
    font-style: normal !important;
}
#builder-layout [page-name='AgendamentoCalendarForm01View'] td:not(.beditorcss).fc-list-event-graphic:hover
{
    cursor: pointer !important;
    color: #FFFFFF !important;
    background: #5492DB !important;
    box-shadow: 0px 0px 0px 0px !important;
    font-style: bold !important;
}

#builder-layout [page-name='AgendamentoCalendarForm01View'] td:not(.beditorcss).fc-list-event-title
{
    cursor: pointer !important;
    background: #FBFBFB !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: unset !important;
    font-style: normal !important;
}

#builder-layout [page-name='AgendamentoCalendarForm01View'] td:not(.beditorcss).fc-list-event-title:hover
{
    cursor: pointer !important;
    color: #FFFFFF !important;
    background: #5492DB !important;
    box-shadow: 0px 0px 0px 0px !important;
    font-style: bold !important;
}

/*Calendario********************************************************************************************************/
/*
#builder-layout  div:not(.beditorcss).tfullcalendar.fc.fc-media-screen.fc-direction-ltr.fc-theme-bootstrap
{
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 20%) !important;    
}
*/
/*FIM - Calendario***************************************************************************************************/
/*INICIO - Tela agendamento*****************************************************************************************/
.fc-scrollgrid.table-bordered.fc-scrollgrid-liquid
    {
    cursor: pointer !important;   
    }

/*
fc-event-main
    {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 20%) !important;
    }

.tfullcalendar.fc.fc-unthemed.fc-ltr
    {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    }
*/
/* Botoes - *******************************************************************************************************/
/*
01:Aguardando confirmação
02:Confirmado
03:Desmarcou
04:Não compareceu
05:Remarcou
06:Marcar retorno
07:Inicia atendimento recepção
08 Finaliza atendimento recepção
09:Iniciou atendimento profissional
10:Finalizou atendimento profissional
12:Finalizar atendimento
99:Horário bloqueado
*/

/*01:Aguardando confirmação*/

/*02:Confirmado*/
#builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_confirmar'].btn.btn-default
    {
    background: #3C8DBC !important;
    color: white !important;
    width: 184px !important;
    box-shadow: 7px 5px 5px rgba(50, 50, 50, 0.77)!important;
    border-radius: 6px !important;
    border: none !important;
    outline: none !important;
    text-align: left !important;
    }

#builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_confirmar'].btn.btn-default:hover
    {
    background: #3C8DBC !important;
    color: white !important;
    width: 184px !important;
    font-weight: bold !important;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 20%) !important;
    border: none !important;
    outline: none !important;
    opacity: 0.4 !important;
    text-align: left !important;
    }

/*03:Desmarcou*/
#builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_desmarcar'].btn.btn-default
    {
    background: #2A2D91 !important; /*E70823*/
    color: white  !important;
    width: 184px !important;
    box-shadow: 7px 5px 5px rgba(50, 50, 50, 0.77)!important;
    border-radius: 6px !important;
    border: none !important;
    outline: none !important;
    text-align: left !important;
    }
    
#builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_desmarcar'].btn.btn-default:hover
    {
    background: #2A2D91 !important;
    color: white !important;
    width: 184px !important;
    font-weight: bold !important;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 20%) !important;
    border: none !important;
    outline: none !important;    
    opacity: 0.4 !important;
    text-align: left !important;
    }

/*04:Não compareceu*/
#builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_naocompareceu'].btn.btn-default
    {
    background: #2BBBAD !important;
    color: white !important;
    width: 184px !important;
    box-shadow: 7px 5px 5px rgba(50, 50, 50, 0.77)!important;
    border-radius: 6px !important;
    border: none !important;
    outline: none !important;
    text-align: left !important;    
    }

#builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_naocompareceu'].btn.btn-default:hover
    {
    background: #2BBBAD !important;
    color: white !important;
    width: 184px !important;
    font-weight: bold !important;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 20%) !important;
    border: none !important;
    outline: none !important;
    opacity: 0.4 !important;
    text-align: left !important;    
    }

/*05:Remarcou*/
#builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_remarcar'].btn.btn-default
    {
    background: #584F4F !important;
    color: white !important;
    width: 184px !important;
    box-shadow: 7px 5px 5px rgba(50, 50, 50, 0.77)!important;
    border-radius: 6px !important;
    border: none !important;
    outline: none !important;
    text-align: left !important;
    }

#builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_remarcar'].btn.btn-default:hover
    {
    background: #584F4F !important;
    color: white !important;
    width: 184px !important;
    font-weight: bold !important;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 20%) !important;
    border: none !important;
    outline: none !important;
    opacity: 0.4 !important;
    text-align: left !important;    
    }

/*06:Marcar retorno*/
#builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_marcarretorno'].btn.btn-default
    {
    background: #046d8b !important;
    color: white !important;
    width: 184px !important;
    box-shadow: 7px 5px 5px rgba(50, 50, 50, 0.77)!important;
    border-radius: 6px !important;
    border: none !important;
    outline: none !important;
    text-align: left !important;    
    }

#builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_marcarretorno'].btn.btn-default:hover
    {
    background: #046d8b !important;
    color: white !important;
    width: 184px !important;
    font-weight: bold !important;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 20%) !important;
    border: none !important;
    outline: none !important;    
    opacity: 0.4 !important;
    text-align: left !important;    
    }
 /*07 */
 /*08 */
 /*09 */
 /*10 */
 /*11 */
 /*12 Finalizou atendimento*/
 #builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_finalizouatendimento'].btn.btn-default
     {
     background: #414749 !important;
     color: white !important;
     width: 184px !important;
     box-shadow: 7px 5px 5px rgba(50, 50, 50, 0.77)!important;
     border-radius: 6px !important;
     border: none !important;
     outline: none !important;
     text-align: left !important;    
     }
 
 #builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_finalizouatendimento'].btn.btn-default:hover
     {
     background: #414749 !important;
     color: white !important;
     width: 184px !important;
     font-weight: bold !important;
     box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 20%) !important;
     border: none !important;
     outline: none !important;    
     opacity: 0.4 !important;
     text-align: left !important;    
     }
 
 /*Cancelou agendamento*/
 #builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_cancelaragendamento'].btn.btn-default
     {
     background: #E13D56 !important;
     color: white !important;
     width: 184px !important;
     box-shadow: 7px 5px 5px rgba(50, 50, 50, 0.77)!important;
     border-radius: 6px !important;
     border: none !important;
     outline: none !important;
     text-align: left !important;    
     }
 
 #builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_cancelaragendamento'].btn.btn-default:hover
     {
     background: #E13D56 !important;
     color: white !important;
     width: 184px !important;
     font-weight: bold !important;
     box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 20%) !important;
     border: none !important;
     outline: none !important;    
     opacity: 0.4 !important;
     text-align: left !important;    
    }    
 /*Uso de medicamentos*/
#builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_usodemedicamentos'].btn.btn-default
    {
    background: #FFC107 !important;
    color: white !important;
    width: 184px !important;
    box-shadow: 7px 5px 5px rgba(50, 50, 50, 0.77)!important;
    border-radius: 6px !important;
    border: none !important;
    outline: none !important;
    text-align: left !important;    
    }

#builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_usodemedicamentos'].btn.btn-default:hover
    {
    background: #FFC107 !important;
    color: white !important;
    width: 184px !important;
    font-weight: bold !important;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 20%) !important;
    border: none !important;
    outline: none !important;    
    opacity: 0.4 !important;
    text-align: left !important;    
    }
    
/*Gerar novo paciente*/
#builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_novopaciente'].btn.btn-default
    {
    background: #165A8C !important;
    color: white !important;
    width: 184px !important;
    box-shadow: 7px 5px 5px rgba(50, 50, 50, 0.77)!important;
    border-radius: 6px !important;
    border: none !important;
    outline: none !important;
    text-align: left !important;    
    }

#builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_novopaciente'].btn.btn-default:hover
    {
    background: #165A8C !important;
    color: white !important;
    width: 184px !important;
    font-weight: bold !important;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 20%) !important;
    border: none !important;
    outline: none !important;    
    opacity: 0.4 !important;
    text-align: left !important;    
    }
 
/*Gerar financeiro*/
#builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_gerarfinanceiro'].btn.btn-default
    {
    background: #228b22 !important;
    color: white !important;
    width: 184px !important;
    box-shadow: 7px 5px 5px rgba(50, 50, 50, 0.77)!important;
    border-radius: 6px !important;
    border: none !important;
    outline: none !important;
    text-align: left !important;    
    }

#builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_gerarfinanceiro'].btn.btn-default:hover
    {
    background: #228b22 !important;
    color: white !important;
    width: 184px !important;
    font-weight: bold !important;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 20%) !important;
    border: none !important;
    outline: none !important;    
    opacity: 0.4 !important;
    text-align: left !important;    
    }

/*Emitir protocolo e preparo de exames*/
#builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_protocoloepreparo'].btn.btn-default
    {
    background: #5A6268 !important;
    color: white !important;
    width: 184px !important;
    box-shadow: 7px 5px 5px rgba(50, 50, 50, 0.77)!important;
    border-radius: 6px !important;
    border: none !important;
    outline: none !important;
    text-align: left !important;    
    }
    
#builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_protocoloepreparo'].btn.btn-default:hover
    {
    background: #5A6268 !important;
    color: white !important;
    width: 184px !important;
    font-weight: bold !important;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 20%) !important;
    border: none !important;
    outline: none !important;
    opacity: 0.4 !important;
    text-align: left !important;    
    }

/*Duplicar agendamento btn_duplicaragendamento - btn_gerarnovoregistro*/
#builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_duplicaragendamento'].btn.btn-default
    {
    background: #7F2F81 !important; /*083365*/
    color: white !important;
    width: 184px !important;
    box-shadow: 7px 5px 5px rgba(50, 50, 50, 0.77)!important;
    border-radius: 6px !important;
    border: none !important;
    outline: none !important;
    text-align: left !important;    
   /* margin-bottom: -420px !important;*/
    }

#builder-layout [page-name='AgendamentoCalendarForm01'] button:not(.beditorcss)[id][name='btn_duplicaragendamento'].btn.btn-default:hover
    {
    background: #7F2F81 !important;
    color: white !important;
    width: 184px !important;
    font-weight: bold !important;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 20%) !important;
    border: none !important;
    outline: none !important;
    opacity: 0.4 !important;
    text-align: left !important;    
    /*margin-bottom: -420px !important;*/
    }
/*FIM - Tela agendamento********************************************************************************************/

#builder-layout  div:not(.beditorcss).fc-event-title.fc-sticky 
{
    background: rgba(0, 0, 0, 0) !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    box-shadow: none !important;
    color: rgb(0, 0, 0) !important;
    font-size: 10.2px !important;
    font-weight: unset !important;
    font-style: normal !important;
    text-decoration-line: none !important;
    text-align: left !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    border-color: #ffffff !important;
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

#builder-layout [page-name='AgendamentoTarefasCalendarFormView'] div:not(.beditorcss).fc-event-title.fc-sticky 
{
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-decoration-line: none !important;
    text-align: left !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    border-color: #ffffff !important;
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

#builder-layout [page-name='AgendamentoCalendarForm01View'] div:not(.beditorcss).fc-event-time
{
    background: rgba(0, 0, 0, 0) !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 1px !important;
    margin-left: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    box-shadow: none !important;
    color: rgb(0, 0, 0) !important;
    font-size: 1px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-decoration-line: none !important;
    text-align: left !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    border-color: rgb(0, 0, 0) !important;
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

/*Desabilitar calendario****************************************************************************************************/
/*
input::-webkit-calendar-picker-indicator
{
    display: none;
}

input[type="date"]::-webkit-input-placeholder
{ 
    visibility: hidden !important;
}
*/
