﻿/************************************************/
/*  definições específicas do site              */
/************************************************/

.titlePage
{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 12px;
    text-transform: lowercase;
    display: block;
}

.title, .sectionHead, .titlePage
{
    background-color: #F7A30A !important;
    padding: 2px;
    padding-left: 5px;
    color: #FFFFFF !important;
}
a
{
    color: #666;
    text-decoration: none;
}
a:hover
{
    color: #86C700;
    text-decoration: underline;
}
.siteColor
{
    color: #86C700;
}
.siteBGColor
{
    background-color: #F7A30A;
}
.photo
{
    background: white;
    border: 1px solid rgb(204,204,204);
    overflow: hidden hidden;
    padding: 3px;
    width: auto;
}






/************************************************/
/*  wizard - vários passos para forms           */
/************************************************/
#wizHeader li .prevStep
{
    /*antes: #9FB56D;*/
    background-color: #86C700;
}
#wizHeader li .prevStep:after
{
    /*antes: #9FB56D;*/
    border-left-color: #86C700 !important;
}
#wizHeader li .currentStep
{
    /*antes: #669966;*/
    background-color: #84DA3B;
}
#wizHeader li .currentStep:after
{
    /*antes: #669966;*/
    border-left-color: #84DA3B !important;
}
#wizHeader li .nextStep
{
    background-color: rgb(233, 245, 205);
}
#wizHeader li .nextStep:after
{
    border-left-color: rgb(233, 245, 205) !important;
}
#wizHeader
{
    list-style: none;
    overflow: hidden;
    font: 12px Helvetica, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
}
#wizHeader li
{
    float: left;
}
#wizHeader li a
{
    color: black;
    text-decoration: none;
    padding: 10px 0 10px 55px;
    background: brown; /* fallback color */
    background: hsla(34,85%,35%,1);
    position: relative;
    display: block;
    float: left;
}
#wizHeader li a:after
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(34,85%,35%,1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
#wizHeader li a:before
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 5px;
    left: 100%;
    z-index: 1;
}
#wizHeader li:first-child a
{
    padding-left: 10px;
}
#wizHeader li:last-child
{
    padding-right: 50px;
}
.navigationStyle
{
    /*antes: #669966;*/
    background-color: #86C700;
    height: 25;
    text-align: Left;
    border-width: 0;
}



/************************************************/
/*       HELP, TOOLTIP                          */
/************************************************/
.pop
{
    float: right;
    display: block;
    padding-right: 12px;
    width: 16px;
    height: 15px;
    position: relative;
}
.pop .pop_menu
{
    display: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.pop .pop_toggle
{
    background: url(../images/help.png) no-repeat 0 0;
    width: 16px;
    height: 15px;
    overflow: hidden;
    cursor: pointer;
}
.pop .pop_toggle[class]
{
    margin-top: -6px;
}
.pop .help-Arrow
{
    display: block;
    width: 11px;
    height: 8px;
    position: absolute;
    top: -8px;
    right: 12px;
    z-index: 203;
    background: url(../images/setaToolTip.png) no-repeat 0 0 /*     background:url(http://www.segurodirecto.pt/images/2010/setaToolTip.png) no-repeat 0 0     */;
}
.active .pop_menu
{
    display: block;
    padding: 10px;
    width: 20em;
    background-color: #d8e8ee;
    border: 2px solid #c4dae2;
    color: #333;
    font-size: 11px;
    position: absolute;
    top: 30px;
    right: 10px;
    text-align: left;
    text-transform: none;
}
.pop_menu small
{
    display: block;
    position: absolute;
    top: 0px;
    right: 3px;
    color: #2692c6;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
}
.active .pop_menu a
{
}
.active .pop_toggle
{
}
.box3-title .pop_toggle[class]
{
    margin-top: 3px;
    margin-left: 2px;
}




/************************************************/
/*		 mensagens de alerta (sem icon)		    */
/************************************************/
.isa_info, .isa_success, .isa_warning, .isa_error
{
    border: 1px solid;
    margin: 10px 0px;
    padding: 2px 10px; /* 	background-repeat: no-repeat; 	background-position: 10px center; 	-moz-border-radius:.5em; 	-webkit-border-radius:.5em; 	border-radius:.5em;*/
}
.isa_info
{
    color: #00529B;
    background-color: #BDE5F8;
}
.isa_success
{
    color: #4F8A10;
    background-color: #DFF2BF;
}
.isa_warning
{
    color: #9F6000;
    background-color: #FEEFB3;
}
.isa_error
{
    color: #D8000C;
    background-color: #FFBABA;
}




/************************************************/
/*		 ... nos forms...                       */
/************************************************/
.button
{
    display: inline-block;
    padding: 4px 8px 2px 8px;
    border: 1px solid #999;
    margin: 0;
    text-transform: lowercase;
    background-color: #EEE;
    text-decoration: none;
    color: #555;
    min-width: 60px;
    text-align: center;
}
.button:hover, .frm input[type=submit]:hover
{
    cursor: pointer;
    border: 1px solid #8DCE00;
    background-color: #E9F5CD;
    color: #333;
}
.orange
{
    display: inline-block;
    border: #8DCE00 1px solid;
    padding: 2px 4px;
    margin: 4px;
    font-style: normal;
    text-transform: lowercase;
    font-weight: normal;
    text-align: center;
    background-color: #E9F5CD;
    font-weight: bold;
    min-width: 100px;
    color: #333;
}
.orange:hover
{
    background-color: #8DCE00;
}
input.halfwidth
{
    width: 140px !important;
}
input.halfwidthRight
{
    width: 100px !important;
    text-align: right;
}
.frm div.label
{
    display: inline-block;
    text-transform: lowercase;
    width: 100px;
    text-align: left;
    padding: 4px 8px 0 0;
    vertical-align: top;
}
.frm div.field
{
    display: inline-block;
    width: 300px;
}

.frm div.botoes
{
    display: inline-block;
    width: 80px;
    text-align: left;
    padding:  0px px 0 10px;
    vertical-align: top;
}

.textoForm
{
    margin: 10px 0 0px 0;
}

.caps_indicator
{
    height: 15px;
    width: 90px;
    text-align: center;
    position: relative;
    right: 4px;
    top: 0px;
    background: red;
    color: #fff;
    padding: 5px 5px;
    display: none;
}
.caps_indicator.on
{
    display: block;
}

/* Complexidade Pwd */
#passBar
{
    background: url("../images/barra-forca-bg.png") no-repeat scroll left top transparent;
    height: 16px;
    width: 109px;
    color: rgb(202, 80, 24);
    padding: 1px 2px;
}

#passBar div
{
    background: url("../images/barra-forca.png") no-repeat scroll 0% 0% rgb(244, 244, 244); /*float: left;*/
    height: 16px;
    width: 109px; /*text-indent: 111px;*/
    line-height: 18px;
}

#passStrength
{
    display: inline-block;
    margin: 4px 0 0 2px;
}


/************************************************/
/*		For Non-Javascript Enabled Browsers		*/
/************************************************/
.alert
{
    background: #ffffff;
    text-align: center;
    padding: 5px 0px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: .9;
}
.alert p
{
    font-size: 24px;
    color: #666;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-left: -30px;
    margin-top: -18px;
}

/***************/

.gridDirList
{
    height:180px;
    overflow-y:scroll;
    border:solid 1px #c0c0c0;
    margin: 2px 16px 2px 16px;
    padding:5px;
}
.confirmDelete
{
    width:440px;
    height:80px;
    position:absolute;
    top:275px;
    margin-left:120px;
    border: solid 2px #F7A30A;
    background-color:white;   
}

.dirList
{
    width:600px;
    height:275px;
    position:absolute;
    top:275px;
    margin-left:32px;
    border: solid 2px #F7A30A;
    background-color:white;
}
.ItemHeader
{
    background-color: #F7A30A;
    height: 24px;
    color: White;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 12px;
}

.ItemHeader a, .ItemHeader a:link, .ItemHeader a:visited
{
    color: White;
}
.inputText
{
    height: 16px;
    background-color: #D8D8D8;
    border-style: none;
    border-width: 0px;
    color: Black;
}
.noBorder
{
    border: solid 0px;
}
body
{
    font-family: Tahoma;
    font-size: 11px;
    margin: 0px;
    color: #444444;
}

.arcaMainTable
{
    width: 100%; 
    height: 280px;
    text-align: left; 
    vertical-align: top;
    table-layout:fixed;
    width:960px;
    
}

td, input, select, textarea
{
    font-family: Tahoma;
    font-size: 11px;
    color: #444444;
    padding: 0px;
    margin: 0px;
    /* border: 0px solid blue;*/
}

/*table
{
	border: 0px solid red;
}
*/
.arcaMainBar
{
 /*   width: 662px;*/
 width:100%;
}
.rssBlank
{
    width: 8px;
}
.rssBlankDouble
{
    width: 16px;
}
.headerLeftCol
{
    width:232px;
}
.contentsCell
{
    height: 100%;
    vertical-align: top;
    text-align: left;
}
.leftCol .spacerLeftHeader
{
    width:8px;
    background-color: #F7A30A;
}
.rightCol .spacerLeftHeader
{
    width:8px;
}
.mainTable, .wMaxPx
{
    width: 960px;
}
.spaceContent
{
    text-align: left;
    vertical-align: top;
    height: 250px;
}