body, table
{
    font-family: Arial;
    font-size: 15px;
}

input, textarea, select
{
    background-color: #779fbd;
    color:White;
    font-family:Arial;
    font-size:15px;
}

    input[type="text"]:disabled, select:disabled, textarea:disabled {
        color: #dadada;
    }

.cInvisible
{
	display:none;
}

.cDisabledEdit
{
    background-color:#efefef;
}
.cInvalidEdit
{
    background-color: #ff2e31;
}

.cDropdownListLabel
{
    background-color: #efefef;
    color:black;
}

.cNumericTextBox
{
    text-align:right;
}

.cValidators
{
    color:Red;
    font-weight:bold;
    font-size:17pt;
}
.cErrorMessage
{
    color:Red;
    font-weight:bold;
}

.lblInfo
{
    color: #707070;
    height: 20px;
}
.lblInfoRight
{
    color: #707070;
    height: 20px;
    text-align:right;
}
.lblInfoRightBold
{
    color: #707070;
    height: 20px;
    text-align:right;
    font-weight:bold;
}

.cHiddenTextField
{
    visibility:hidden;
}

.cWindowTitle
{
    font-size: 15px;
    font-weight:bold;
    background-color:#0360a5;
    color:white;
    height:20px;
    text-align:center;
}

.cWindowBody
{
    padding:10px;
    background-color: #e1e1e1;
    border-right: #0360a5 2px solid;
    border-top: #0360a5 2px solid;
    border-left: #0360a5 2px solid;
    border-bottom: #0360a5 2px solid;
}

.cSecondaryWindowTitle
{
    background-color:#0360a5;
    color:white;
    text-align:center;
}


.cGenericOKButton
{
    background-color:#0360a5;
    border:none;
    color:White;
    cursor: pointer;
}

.cOKButton {
    background-color: #0360a5;
    border: none;
    color: White;
    cursor: pointer;
}

.cCancelButton {
    background-color: #da2617;
    border: none;
    color: White;
    cursor: pointer;
}
.cOtherButton {
    background-color: #779fbd;
    border: none;
    color: White;
    cursor: pointer;
}

a:link, a:visited
{
    color:#444444;
}
a:hover
{
    color:#0360a5;
}

/* GRID */
.cGrid
{
}
.cGridHeader
{
    font-weight:bold;
    background-color:#0360a5;
    color:white;
    text-align:center;
}
.cGridHeaderSeparator
{
    font-weight:bold;
    background-color:#0360a5;
    color:white;
    text-align:center;
    height:5px;
}
.cGridHeaderApolices
{
	font-weight: bold;
	background-color: #81a6c1;
	color: white;
	text-align: center;
}
.cGridHeaderApolicesSeparator
{
    font-weight:bold;
    background-color:#81a6c1;
    color:white;
    text-align:center;
    height:5px;
}
.cGridHeaderRecibos
{
	font-weight: bold;
	background-color: #81a6b3;
	color: white;
	text-align: center;
}
.cGridHeaderFicheiros
{
	font-weight: bold;
	background-color: #ab8aa5;
	color: white;
	text-align: center;
}

.cGridRow
{
    background-color: #eeeeee;
}
.cGridAlternatingRow
{
    background-color:#dbdbdb;
}
.cGridHilite {
    background-color: #ced2ff;
}
.cGridError
{
    color:red;
}
.cGridRemoved
{
    background-color:#eeaaaa;
}
.cGridIgnore
{
    color: #999999 !important;
}

.cGridFooter
{
    background-color:#0360a5;
    color:white;
    text-align:center;
}

.cChangeGridPageButton
{
    background-color:white;
    border: solid 2px #0360a5;
    color:#0360a5;
    width:40px;
    font-size: 10px;
}
.cGridPageNumber
{
    font-weight:bold;
}
.cGridRemoveLink a:link, .cGridRemoveLink a:visited
{
    color:#da2617;
}
.cGridRemoveLink a:hover
{
    color:Red;
}
.cGridValidateLink a:link, .cGridValidateLink a:visited
{
    color:#26da17;
}
.cGridValidateLink a:hover
{
    color:Green;
}


/* END GRID */

/* MENU */

.cMenu
{
    color:#666666;
}
.cStaticMenuStyle
{
    background-color:#ecf0f1;
}
.cStaticSelectedStyle
{
    background-color:#1C5E55;
}
.cStaticMenuItemStyle
{
    padding-left:5px;
    padding-right:5px;
    padding-top:2px;
    padding-bottom:2px;
}
.cDynamicHoverStyle
{
    background-color:#779fbd;
    color:White;
    font-weight:normal;
 }
.cDynamicMenuStyle
{
    background-color:#E3EAEB;
    border: 1px solid #BBBBBB;
}
.cDynamicSelectedStyle
{
    background-color:#E3EAEB;
}
.cDynamicMenuItemStyle
{
    padding-left:5px;
    padding-right:5px;
    padding-top:2px;
    padding-bottom:2px;
}
.cStaticHoverStyle
{
    background-color:#779fbd;
    color:White;
    font-weight:normal;
}

/* END MENU */

/* MULTIVIEW TABLE */
.cMultviewTabClientes
{
    width:100%;
    background-color: #efefef;
}
.cMultviewTabClientesStaticMenuStyle
{
    background-color:#e1e1e1;
}
.cMultviewTabClientesStaticSelectedStyle
{
    background-color:#efefef;
}
.cMultviewTabClientesStaticMenuItemStyle
{
    padding-left:5px;
    padding-right:5px;
    padding-top:2px;
    padding-bottom:2px;
}
.cMultviewTabClientesDynamicHoverStyle
{
    background-color:#779fbd;
    color:White;
    font-weight:normal;
 }
.cMultviewTabClientesDynamicMenuStyle
{
    background-color:#E3EAEB;
}
.cMultviewTabClientesDynamicSelectedStyle
{
    background-color:#E3EAEB;
}
.cMultviewTabClientesDynamicMenuItemStyle
{
    padding-left:5px;
    padding-right:5px;
    padding-top:2px;
    padding-bottom:2px;
}
.cMultviewTabClientesStaticHoverStyle
{
    background-color:#779fbd;
    color:White;
    font-weight:normal;
}

.cMultiviewTableClientes
{
    width:100%;
    height:270px;
    background-color: #efefef;
}

.cMultiviewTableRecibos
{
    width:100%;
    height:220px;
    background-color: #efefef;
}

/* END MULTIVIEW TABLE */


.cPessoalOutrosDados
{
    background-color:White;
}

.cCabecalhoRelatorioFinalDia
{
	border-right: navy thin solid;
	border-top: navy thin solid;
	border-left: navy thin solid;
	border-bottom: navy thin solid;
	height: 40px;
}

.cLinhaCabecalhoRelatorioFinalDia
{
	width:100%;
	border: solid 1px black;
}

.cDivTabelaRelatorioFinalDia
{
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}
.cTabelaRelatorioFinalDia
{
	width:100%;
}

.cTabelaRelatorioFinalDia TD
{
	border-left: solid 1px black;
	border-top: solid 1px black;
	padding: 4px;
}

.cTabelaTotalPagamentos
{
    text-align:right;
    display:inline-block;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
    margin-bottom:5px;
}

.cTabelaTotalPagamentos TD
{
	border-left: solid 1px black;
	border-top: solid 1px black;
	padding-left:2px;
	padding-right:2px;
}

.cTabelaGeralPreview
{
	width:100%;
	padding-left:5px;
	padding-right:5px;
    font-size: 12px;
}
.cTabelaGeralPreview TD
{
    font-size: 12px;
}

.cHeaderFuncionario
{
	position:absolute;
	left:670px;
	top:20px;
	color:White;	
	width:133px;
	background-color:Gray;
	text-align:center;
	font-weight:bold;
}
.cHeaderFuncionarioSupervisor
{
	position:absolute;
	left:670px;
	top:20px;
	color:white;	
	width:133px;
	background-color:red;
	text-align:center;
	font-weight:bold;
}
.cHeaderEscritorio
{
	position:absolute;
	left:670px;
	top:40px;
	color:White;	
	width:133px;
	background-color:Gray;
	text-align:center;
}
.cHeaderTurno, .cHeaderTurno a, .cHeaderTurno a:visited
{
	position:absolute;
	left:670px;
	top:65px;
	color:black !important;
	width:133px;
	text-align:center;
	text-decoration:none;
}

.cPanelAcessos
{
	height:240px;
	overflow:auto;
	background-color:#efefef;
}
.cPanelAcessosOpcaoNome
{
	color:#000000;
}
.cPanelAcessosOpcaoFuncao
{
	color:#000099;
}
.cPanelAcessosOpcaoBullet
{
}


/* ----------- */

.cDivTabelaRelatorio
{
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}

.cTabelaRelatorio
{
	width:100%;
}

.cTabelaRelatorio TD
{
	border-left: solid 1px black;
	border-top: solid 1px black;
	padding-left:2px;
	padding-right:2px;
}

.cTabelaTotal
{
	border-right: solid black 1px;
	border-bottom: solid black 1px;
}

.cTabelaTotal TD
{
	border-left: solid 1px black;
	border-top: solid 1px black;
	padding-left:2px;
	padding-right:2px;
}


/* ---- */

.cAnosCliente
{
    color:Blue;
    font-weight:bold;
    padding-left:20px;
}
a .cAnosCliente
{
    text-decoration:none;
}

.cAvisarAniversario
{
    padding-left:10px;
}

.cWrongPaymentsValue
{
	color:Red;
	font-weight:bold;
}

.cShowHide
{
	font-weight:bold;
}

.cFilesArea
{
	width:100%;
    height:270px;
    background-color: #efefef;
    overflow:auto;
}

.cMultiSelect {
    margin-bottom:2px;
    height:180px;
    overflow:auto;
    background-color: #779fbd;
    color: white;
    font-family: Arial;
    font-size: 15px;
}
.cMultiSelect label {
        color: white !important;
    }


.cSearch {
    width: 150px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
}

#DIVMainSearch {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: white;
    opacity: 0.5;
}
#DIVMainSearchContent 
{
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    text-align:center;
    position:relative;
    top:200px;
    padding:20px;
}

#DIVSearchBox
{
    position:absolute;
    left:830px;
    top:20px;
}

@media (max-width: 1050px) {
    #DIVSearchBox {
        left: 400px;
    }
    #DIVAniversario{
        display:none;
    }
}

@media (max-width: 600px) {
    #DIVSearchBox {
        display:none;
    }
    #DIVAniversario {
        display: block;
    }
}

