/* 
	IAM Suite Request Manager Portal "default" CSS
	(C) 2010 Evidian
    Common CSS : contains CSS directives common to all web pages of the portal
	
	Colors:
	  This web site use the color #0066FE (T:153,S:100%,L:50%) as basic color
	  Other colors are created by adding saturation or adding and removing light
	
*/
/*
    Reset of common HTML tags
*/
html {
    font-size: 100%; /* Workaround for IE bug */
}
html body {
    margin: 0;
    padding: 0;
    font-size: 0.76em;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    color: #555;
    text-align: left;
    position: relative;
    background: #FFFFFF;
    zoom: 1;
}
/* -- Titles -- */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0;
    line-height: 1.2;
    font-weight: bold;
    font-style: normal;
    color: #333;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}
/* -- Lists -- */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}
/* -- Paragraphs -- */
p {
    margin: .75em 0;
}
address {
    margin: .75em 0;
    font-style: normal;
}
/* -- Links --*/
a, a:link, a:visited {
    text-decoration: none;
    color: #004CBE; /* darkened basic color (95/256) */
}
a:hover, a:active, a:focus {
    text-decoration: underline;
    color: #0066FE; /* basic color */
}
a:active {
    outline: none; /* removes dotted border */
}
a img {
    border: 0; /* No border for images in links */
}
/* -- Misc -- */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
/* -- Forms -- */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
span#xforms-loading-loading {
    position: absolute;
    height: 0;
    zoom: 1;
    width: 0;
    margin: 0;
    padding: 0;
}
/*fix for firefox inputs padding*/
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input, button, select {
    vertical-align: middle; /* Alignment problem workaround */
    /* padding-bottom: 3px;*/
}
div {
    margin: 0;
    padding: 0;
}
th {
    text-align: left;
}
/* -- Common styles of this web site -- */
.product_name {
    /*font-family: "Arial Black", Sans-Serif;
        font-weight: normal;*/
    font-family: Verdana, "Arial Black", sans-serif;
    font-weight: bold;
    font-size: 1.06em;
    font-variant: small-caps;
    color: black;
}
/* make buttons look like hyperlinks */
button.link {
    background: transparent none;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    padding: 0px;
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 1em;
}
button.link span {
    color: #004CBE;
    margin: 0px;
    border: 0px;
    padding: 0px;
}
button.link:hover span {
    color: #0066FE;
    text-decoration: underline;
}
/* -- Page construction items -- */
#page {
    /* See portal-common-user.css and portal-common-admin.css for specific styles */
}
#page_footer {
    /* See portal-common-user.css and portal-common-admin.css for specific styles */
}
#header {
    /* See portal-common-user.css and portal-common-admin.css for specific styles */
}
#header p {
    margin: 0;
    line-height: 4em; /* same height as #header, to center text vertically */
    color: #222;
}
#header a {
    margin-left: 1em; /* add spaces between items in the header */
}
/* Links (for instance, for the 'logout' button */
#header a, #header a:visited {
    text-decoration: none;
    color: #ddd;
}
#header  a:hover, #header  a:active {
    text-decoration: underline;
    color: #eee;
}
#header .product_name {
    display: block;
    font-size: 1.5em;
    float: left;
    /*
       To replace the Request Manager text by a logo, add the following properties:
       background: url(../../images/<image here>) transparent no-repeat left right;
       text-indent: -5000px;
       text-align: left;
       width: ...px;
   */
}
#header .logout {
    margin-right: 32px; /* because .help is a absolute block */
}
#header .help {
    display: block;
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    right: 8px;
    text-align: center;
    text-indent: -5000px;
}
#main {
    /* See portal-common-user.css and portal-common-admin.css for specific styles */
}
#introduction {
    /* introduction is the first text after the header */
    padding: 2em 0 1em;
    clear: both;
}
#introduction p {
    margin: 0;
    font-size: 1.06em; /* text is a little bigger */
    text-align: justify;
}
.sep_left {
    float: left;
    height: 10px;
    width: 280px;
}
.sep_right {
    float: left;
    height: 1px;
    width: 280px;
}
.sep_middle {
    float: left;
    height: 1px;
    width: 15%;
}
.evd_separator {
    height: 10px;
    width: 100%;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
}
.helpimg {
    vertical-align: middle;
}
.button_holder {
    text-align: center;
}
#footer {
    clear: both;
    margin: 0px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 4px;
}
#footer p {
    font-size: 0.8em;
    color: gray;
    margin: 0px;
}
#footer .product_name {
    color: #555;
}
/* -- Menu -- */
div#menu {
    clear: both;
    font-size: 1.3em;
    font-weight: bold;
    height: 2em;
}
#menu a {
    color: #95AFD7;
    text-decoration: none;
}
#menu ul {
    list-style-type: none;
    margin-left: 0;
}
#menu ul li {
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    text-align: center;
    /*background-color:white;*/
    /*border-left: 1px solid #95AFD7;*/
}
#menu ul li:first-child {
    background-image: none;
    border-left: none;
    /* margin & padding set to zero for the first item, to make a better alignment with h1 items */
    padding-left: 0;
    margin-left: 0;
}
#menu ul .current_menu_item {
}
#menu ul a {
    float: left;
}
#menu ul a:hover {
    color: #002E72;
}
/* -- Tables (for tasks & queries) -- */
#array_zone {
    margin: 0 20px 20px 20px;
}
#array_zone h1 {
    margin-left: -20px;
}
#array_zone h2 {
    color: #444;
    font-size: 1.07em;
}
#array_zone table.default {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    color: #222;
    font-size: 0.95em;
}
#array_zone table.default tr:first-child {
    border-top: solid 1px black;
}
.date {
    font-family: "Courier New", monospace;
}
/* alternate colors columns */
#array_zone table.default tr.oddrow {
}
#array_zone table.default tr.oddrow:hover, #array_zone table.default tr.evenrow:hover {
    background-color: #A7C1E9;
    color: #666666;
}
/* IE 6&7 bug of too wide button workaround */
table.button_link, table.button_link form, table.button_link tr, table.button_link td, table.button_link tbody {
    margin: 0;
    padding: 0;
    border: 0;
}
table.button_link {
    display: inline;
    /*cellpadding: 0;
        cellspacing: 0;*/
    border-collapse: collapse;
}
.public-action {
    float: left;
    clear: both;
    margin-bottom: 15px;
    margin-left: 150px;
    width: 550px;
    cursor: pointer;
}
div.public-action:hover {
    cursor: pointer;
    cursor: pointer;
}
.public-action img {
    float: left;
}
.public-action div p {
    float: left;
    margin-left: 30px;
    width: 360px;
}
.public-action div .titre {
    margin-top: 5px;
    font-size: large;
    margin-left: 170px;
    color: #1E4873;
}
span.bold_number {
    color: #555;
}
span.styled_bullet {
    width: 8px;
    height: 9px;
    margin-right: 5px;
    display: inline-block;
    margin-top: 2px;
}
span.help {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    display: inline-block;
    margin-bottom: -3px;
}
span.help {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    display: inline-block;
    margin-bottom: -3px;
}
span.remove {
    width: 16px;
    height: 22px;
    margin-left: 5px;
    display: inline-block;
}
span.edit {
    width: 23px;
    height: 22px;
    margin-left: 5px;
    display: inline-block;
}
span.warning {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-bottom: -2px;
    display: inline-block;
}
span.add {
    width: 16px;
    height: 22px;
    margin-left: 5px;
    display: inline-block;
}
span.remove_all {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    display: inline-block;
}
span.failed {
    padding-left: 20px;
    min-width: 16px;
    min-height: 16px;
    display: inline-block;
}
span.success {
    padding-left: 20px;
    min-width: 16px;
    min-height: 16px;
    display: inline-block;
}
span.waiting {
    padding-left: 20px;
    min-width: 16px;
    min-height: 16px;
    display: inline-block;
}
span.information {
    padding-left: 20px;
    min-width: 15px;
    min-height: 15px;
    display: inline-block;
}
span.number {
    font-weight: bold;
    color: #4073C0;
}
div.absolute-container {
    position: absolute;
}
div.absolute-container div.centered-container {
    position: absolute;
    top: 50%;
    width: 100%
}
div.disabled {
}
div.result {
    border: 1px solid;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1px;
}
div.result div.detail {
    margin-left: 52px;
}
div.result span.icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 10px;
}
div.result span.text {
    height: 32px;
    display: inline-block;
    vertical-align: top;
    margin-top: 18px; /*~ (32 + 2*10)/2 - (font-size)/2*/
}
.success {
    border-color: green;
    color: green;
}
.success span.icon {
}
.error {
    border-color: red;
    color: red;
}
.error span.icon {
}
.info {
    border-color: blue;
    color: blue;
}
.info span.icon {
}
.warning {
    border-color: orange;
    color: orange;
}
.warning span.icon {
}
div.inlineblock {
    display: inline-block;
}
#array_zone table.notdefault td.arrow {
    font-family: monospace;
}
#array_zone input.link {
    background: transparent none;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    padding: 0px;
    text-align: left;
    color: #004CBE;
    vertical-align: top;
}
#array_zone input.link:hover {
    color: #0066FE;
    text-decoration: underline;
}
#array_zone table th.selection {
    max-width: 20px;
}
table th div.sortableHeader{
    cursor:pointer;
}
#main .yui-pg-container {
    text-align: center;
    font-size: 1.1em;
    margin-top: 25px;
}
div.portal-ajax-wait {
    position: relative;
    width: 100%;
    height: 50px;
    text-align: center;
    border: 1px solid lightblue;
    zoom: 1;
}
div.portal-ajax-wait div.portal-ajax-wait-indicator {
    position: absolute; /*should be relative, but absolute to support IE6&7*/
    margin-left: -110px;
    left: 50%;
    top: 50%;
    width: 220px;
    height: 20px;
}
div.portal-mask {
    position: absolute;
    z-index: 1000;
    zoom: 1;
}
div.portal-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background: white;
    border: 1px solid gray;
}
div.portal-overlay div.panel-body {
    padding: 10px;
}
div.portal-underlay {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -26px;
    margin-top: -26px;
    width: 60px;
    height: 60px;
    z-index: -1;
    filter: alpha(opacity = 12);
    -moz-opacity: 0.12;
    opacity: 0.12;
    background-color: black;
}
span.whirling {
    display: inline-block;
    width: 40px;
    height: 40px;
}
button.portal-style {
    clear: both;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    color: #00327E;
    font-weight: bold;
    font-size: 1em;
    min-width: 7em;
    height: 2em;
}
#array_zone div.under_list {
    margin-top: 5px;
}
.close {
    position: relative;
    top: 2px;
    right: 5px;
    line-height: 18px;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity = 20);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
form.actionForm{
    white-space: pre;
}
form.actionForm span{
    margin-left: 10px;
}
form.actionForm span:nth-child(1){
    margin: 0;
}
.fade {
    -webkit-transition: opacity 0.2s linear;
    /*-moz-transition: opacity 1s linear;*/
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
