﻿/********************************************************************************/
/*		Styles des pages de résultats (listes, TBO et graphiques)				*/
/********************************************************************************/
@import url(styles_contextmenu.css);

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/OpenSans.eot?#iefix") format("embedded-opentype"),
    url('fonts/OpenSans-Regular.ttf') format('truetype');
}

/*Aspect général*/
HTML
{
    padding: 0px;
    margin: 0px;
    height: 100%;    
}
BODY
{
    font-size: 13px;
    font-family: 'Open Sans',helvetica,arial,sans-serif;
    overflow: auto;
    padding: 0px;
    margin: 10px 5px 5px 2px;
}
.BodyFrame
{
    background: #FFFFFF;
    margin: 4px;
    padding: 2px;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}  
.BodyTitle
{
    font-size: 15px;
    color: #444444;
    margin:0px;
    padding: 0px 0px 5px 0px;
    font-weight:bold;
}
.BodyHeader
{
    padding: 4px;
    border-top: solid 1px #cccccc;
}
.BodyHeader .FiltersWrapper
{
    display:table;
}
.BodyHeader .FilterSet
{
    white-space:nowrap;
    padding: 0px 2px 2px 0px;
    display:inline-block;
    float:left;
    margin-right:10px;
}
.BodyHeader .FilterSet label
{
    padding: 3px;
}
.bodytab
{
    background-color: #E9F2FE;
}
TABLE
{
    font-size:inherit;
    font-family: 'Open Sans',helvetica,arial,sans-serif;
}
TABLE.Flexible
{
    table-layout: fixed;
    behavior: url(../moduleshtc/modulehtc_flexitable.htc);
}
TABLE.Flexible TD
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

TABLE.Flexible TH
{
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
SELECT
{
    border: solid 1px #dddddd;   
    font-family: 'Open Sans',helvetica,arial,sans-serif;
    padding:3px;
}
.styled-select::after
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0px;
    width: 20px;
    height: 100%;
    background:#fff url('../images/arrow-down.gif') no-repeat center center;
    content: "";
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    pointer-events: none;
}
.styled-select,
.styled-select select,
.styled-select::after
{
    display: inline-block;
    vertical-align:middle;
    height: 25px;
}
.styled-select select
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    width: 100% !important;
}
.styled-select
{
    border: solid 1px #dddddd;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    min-width: 100px;
    background: #fff;
}
INPUT, TEXTAREA
{
    font-size:inherit;
    font-family : 'Open Sans',helvetica,arial,sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
INPUT[type=text]:focus, INPUT[type=password]:focus, TEXTAREA:focus
{
    outline: 0px;
    box-shadow: 0px 0px 3px 2px rgba(80,118,197,.5);
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,.1);
}
	
INPUT[type=text], INPUT[type=password]
{
   border: solid 1px #dddddd;
   padding: 3px 0px 3px 0px;
   text-indent: 3px; 
}
INPUT.input-string, INPUT.input-email {
	width: 202px;
}
INPUT.disabled, INPUT[readOnly], SELECT[readOnly] {
	color: #444444;
	background-color: #D4D0C8;
}
INPUT.input-time
{
    width: 50px;    
}
INPUT.input-splited-datetime-from, 
INPUT.input-splited-datetime-to,
INPUT.input-date, INPUT.input-date-from, INPUT.input-date-to
{
    width: 100px; 
    min-width: 100px;
    background-image: url("../images/inputAgenda.png");
    background-position: right 0;
    background-repeat: no-repeat;  
}
INPUT.input-datetime, INPUT.input-datetime-from, INPUT.input-datetime-to
{
    width: 130px;    
}

INPUT.input-splited-datetime-from, 
INPUT.input-splited-datetime-to,
INPUT.input-date
{
    width: 70px;    
}
INPUT.InputLink
{
    behavior: url(../moduleshtc/modulehtc_inputlink.htc);
}
TEXTAREA 
{
   border: solid 1px #dddddd;
   padding: 3px;
}
A.link
{
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
A.lienSpecial, A.lienSpecial:active, A.lienSpecial:link, A.lienSpecial:visited
{
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
A.lienSpecial:hover
{
    text-decoration: underline;
}
.lienSouligne
{
    cursor: pointer;
    color: #14418A;
    text-decoration: underline;
}
A.mailTo
{
    color: #0000ff;
    text-decoration: underline;
}
.hrstyle
{
    color: #cccccc;
    background-color: #cccccc;
    height: 1px; 
    border:none;
}
/*Fin aspect général*/

/************************************************************************************/
/*Liste des demandes par mail*/

SPAN.demandeParMailNonRef
{
    color: #666666;
    text-decoration: underline;
}
SPAN.demandeParMailRefIdentifiee
{
    color: #0000ff;
    text-decoration: underline;
}
SPAN.demandeParMailRefNonIdentifiee
{
    color: #000000;
    text-decoration: underline;
}

/*Fin liste des demandes par mail*/

.lienSpecialBlanc
{
    cursor: pointer;
    color: white;
    text-decoration: underline;
}
IMG.lien
{
    cursor: pointer;
}
.lienInactif
{
    cursor: default;
    color: #ACA899;
    text-decoration: underline;
}
.lienActif
{
    cursor: pointer;
    color: #000000;
    text-decoration: underline;
}

/*********************************************************************************/
/*Version 2014*/
.bodytab
{
    background:#ffffff;
}
.newSearchTable
{
    color: #666666;
    font-weight: bold;
}
.newbtn, .newOKbtn
{
    border: solid 1px #cccccc;
    color: #000000;
    background-color: #eeeeee;
}

.newVarbtn
{
    border-style: solid;
    border-width: 1px;
    border-color: #7B9EBC;
    height: 19px;
    color: #000000;
    background-color: #D6D0C2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#D7D7E1, GradientType=0);
}
.newSearchinput
{
}
.newTopBar
{
    height: 22px;
    padding: 4px 0px 4px 0px;   
}
.newTopBar SELECT
{
}
.newPageTable
{
    color: #000000;
    height: 22px;
    width:100%;
}
.newPageTD
{
    padding-left: 10px;
    padding-right: 10px;
}
.newPageTableContainer
{
    height: 22px;
}
TD.BoutonOff
{
    height: 22px;
    white-space: nowrap;
    color: #000000;
    margin-left: 5px;
    padding-left: 5px;
    margin-right: 5px;
    padding-right: 5px;
    border: solid 1px #cccccc;
    background-color: #eeeeee;
}
TD.BoutonOff.disabled
{
    color: Gray;    
}
TD.BoutonOff.disabled img
{
   opacity : 0.5;
   filter : alpha(opacity=50);  
   -moz-opacity: .50;    
}
TD.BoutonOn
{
    height: 22px;
    white-space: nowrap;
    color: #000000;
    margin-left: 5px;
    padding-left: 5px;
    margin-right: 5px;
    padding-right: 5px;
    border: solid 1px #cccccc;
    background-color: #B9D7F3;    
}
TD.BoutonClick
{
   height: 22px;
    white-space: nowrap;
    color: #000000;
    margin-left: 5px;
    padding-left: 5px;
    margin-right: 5px;
    padding-right: 5px;
    border: solid 1px #cccccc;
    background-color: #FFF096;
}
.OptionTitle
{
    font-weight: bold;
    font-style: italic;
}
.noResult
{
    color: #999999;
}
/*********************************************************************************/
/*En tête de liste*/

.TitreEnTeteListe
{
    font-size: 15px;
    color: #444444;
}

TD.SeparateurTitre
{
    width: 1px;
    height: 21px;
    background-color: #6592CE;
}

.dockedwindow-titlebar
{
	background-color:#006EBE;
	color:white;
	font-weight:bold;
	cursor:default;
}

.dockedwindow-content
{
	background-color:white;
	border:solid 1px #006EBE;
}
/*Fin en tête de liste*/

/*****************************************************************************/

/* Menu contextuel */

TABLE.menuContextuelSpecial
{
    border: 1px solid black;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #F0F0EC;
    filter: progid:DXImageTransform.Microsoft.Shadow(Color='#838278',, Direction='135', Strength='3');
    z-index: 10;
}

TR.ligneMenuContextuelSurlignee
{
    cursor: pointer;
    color: black;
    background-color: #ADC3E7;
}
TR.ligneMenuContextuel
{
    cursor: default;
    color: black;
    background-color: #edebe6;
}
TD.ligneMenuContextuel
{
    color: #999999;
}

/* Fin menu contextuel */

/*************************************************************************************/
/* TBO */

TD.CouleurCellule1
{
    background-color: #E9D7AE;
    height:20px;
    width: 40px;
    padding: 2px;
}

TD.CouleurCellule2
{
    background-color: #C1C7D5;
    height:20px;
    width: 40px;
    padding: 2px;
}

TD.CouleurCellule3
{
    background-color: #D5C1C6;
    height:20px;
    width: 40px;
    padding: 2px;
}

TD.CouleurCellule4
{
    background-color: #99CCFF;
    height:20px;
    width: 40px;
    padding: 2px;
}
TD.CouleurCellule5
{
	background-color:#358AF1;
	height:20px;
    width: 40px;
    padding: 2px;
}
/* Fin TBO */

/* début contenu rétractable */
.ui-collapsible-content .content
{
    display: none;
    padding:10px;
}

.ui-collapsible-content .collapsed
{
    padding: 4px 0px 2px 15px;
    background: url('../images/OButton.gif') no-repeat left 50%;
    border-bottom: solid 1px #dddddd;
    display: block;
    cursor: pointer;
    font-weight:bold;
    color:#4f4f4f;
}

.ui-collapsible-content .expanded
{
    padding: 4px 0px 2px 15px;
    background: url('../images/FButton.gif') no-repeat left 50%;
    border-bottom: solid 1px #dddddd;
    display: block;
    cursor: pointer;
    font-weight:bold;   
    color:#4f4f4f; 
}

.ui-collapsible-content .expanded a,
.ui-collapsible-content .collapsed a
{
    text-decoration:none;
    color:inherit;
}
/* fin contenu rétractable */

/* RSS box */

.RssBox
{
    border: solid 1px #FF6600;
}

.RssTitle
{
    background-color: #FF6600;
    color: White;
    font-weight: bold;
}

.tooltips
{
    position: absolute;
    background-color: #D7E7FE;
    border: solid 1px;
    padding: 5px;
    z-index: 1000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.WaitingMessage
{
	position:absolute;
	z-index:999;
	top:40%;
	left:40%;
	display:none;
	background:#fff;
	border: solid 1px gray;
	padding:10px;
	FILTER: progid:DXImageTransform.Microsoft.Shadow(Color=#838278,, Direction='135', Strength='3');	
}
.WaitingMessage .LoadingImage
{
    display: block;
    height: 50px;
    width: 50px;
    margin: auto;
    background: url('../images/loading.gif') no-repeat 50% 50%;
}

.activityStatus2
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/icon-status-notfound.png") no-repeat;
}
.activityStatus0
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/icon-status-available.png") no-repeat;
}
.activityStatus1
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/icon-status-confirmed.png") no-repeat;
}
.activityStatus3
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/icon-status-alternate.png") no-repeat;
}

