﻿
body{
    font-size: 10px;
    /*    height: 539px;*/
    position: inherit;
    width: 99%;
    /*    overflow-y: hidden;*/
}

.velorio fc .fc-event, .fc .fc-event .fc-event-main {
    background: #0d89ec;
    border: 0px solid #0d89ec;
    color: #fff;
}

.sepultamento .fc-event, .fc .fc-event .fc-event-main {
    background: #BCA9AF;
    color:black;
}

#top {
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    height: 50px;
    background-color: #FFFFFF;
    padding-bottom: 5px;
}

#bottom {
    position: relative;
    padding: 0px;
    margin: 0px;
}

#left {
    float: left;
    padding: 0px;
    width: 205px;
}

.center_content {
    position: relative;
}

.left_content {
    background-color: #dddddd;
    padding: 5px;
    margin-left: 190px;
}

.right_content {
    padding-left: 200px;
}



.statusDialog,.statusDialog .ui-dialog-titlebar {
    background: transparent !important;
    border: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    border: none !important;
}

.NO-THEAD THEAD {
    display: none;
}

.NOHEAD .ui-dataview-header  {
    border-bottom: 0 none;
    display: none;
}


td.menu{
    vertical-align: top;
    width: 30px;
    border: 1px solid #B6C2DD;
}

.fonteVermelha{
    color: red
}
.fonteAzul{
    color: blue;
}

.lineThrough {
    text-decoration: line-through !important;
}

#lista{
    height: 430px;
    width: 100%
}

.numerico{
    text-align: left;
}

.textAlinhadoDireita{
    text-align: right !important;
}

.textAlinhadoEsquerda{
    text-align: left !important;
}

.funcionalidades{
    width:140px;
    height: 320px;
}

.unselectable td.ui-selection-column input {
    display:none;

}
.aberto {
    color: red;
}
.parcelamentoaberto {
    color: red;
}
.pago, .pagocompensação{
    color:green;
}
.cancelado{
    color: #660099;
}
.substituida{
    color: #999999;
}
.baixado{
    text-decoration: line-through;
}
.prescrito{
    color: deepskyblue;
}
.aguardandoprocessamento{
    color: red;
}
.processado{
    color: green;
}
.naoencontrado{
    color: #660099;
}
.parcelamentoestornado{
    color: #660099;
}
.nafila{
    color: #1F90ED;
}

.backgroundTransparente{
    background-color: transparent!important
}

.backgroundWhite , .backgroundWhite .ui-widget-header{
    background: white !important
}

.fieldSetBackgroundPink .ui-fieldset-legend, .fieldSetBackgroundPink.ui-fieldset {
    background-color: #ffa3b3 !important
}
.fieldSetColorBlue .ui-fieldset-legend {
    color: blue !important;
}
.fieldSetColorBlack .ui-fieldset-legend {
    color: black !important;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a{
    color: white !important;
}

.fotoUsuario{
    border-radius: 50%;
    border: 2px solid #183177;
}