﻿@import url('diweb.css');

.enteteFixe
{
    padding: 4px 5px;   
    
    border-bottom: 1px solid #999;
    font-weight: bold;
    color:#046CBA;    
    background-image: url('fondDegrade.jpg') ;
    background-size: 100% 100% ;     
    text-align:center; 
    font-size: 0.9em;
    border-radius: 5px  0 0 0;
    -moz-border-radius-: 5px  0 0 0;
    -webkit-border-radius: 5px  0 0 0;
}

.gridview
{
    font-size: 0.8em;
    border-bottom: 2px solid #999;
    margin-top: 6px;
}

.gridview .gvListeAltern{
    background-color: #B1D6F2; /* F4EDD0;*/
}

.gridview .gvListeHeader th,.gridview .gvListeHeader td
{ 
    padding: 4px 5px;   
    
    border-bottom: 1px solid #999;
    font-weight: bold;
    color:#046CBA;    
    background-image: url('fondDegrade.jpg') ;
    background-size: 100% 100% ;     
    text-align:center; 
    font-size: 0.9em;
}

.gridview  th input[type=text], .gridview td input[type=text]{
    width : 60px;
}

 .gridview td select{
    max-width : 350px;
}

.gridview .gvListeHeader:first-child th:first-child,.gridview .gvListeHeader:first-child td:first-child,table.griview thead tr.gvListeHeader:first-child th:first-child,table.griview thead tr.gvListeHeader:first-child td:first-child
{
    border-radius: 5px  0 0 0;
    -moz-border-radius-: 5px  0 0 0;
    -webkit-border-radius: 5px  0 0 0;
}
.gridview .gvListeHeader:first-child th:last-child,.gridview .gvListeHeader:first-child td:last-child,table.griview thead tr.gvListeHeader:first-child th:last-child,table.griview thead tr.gvListeHeader:first-child td:last-child
{
    border-radius: 0 5px 0 0;
    -moz-border-radius-: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-right:none;
}

.gridview tr.hover,.gridview td.hover
{
    background-color: #0061B0;
    cursor: pointer;
    color: #FFFFFF;
    font-weight:bold;
}

/*.gridview tr {
    background-color: #fff;    
    color:#44112F;
}*/

.gridview td {
    padding: 2px 7px;
    border-right: 1px solid #CCC;
    color:#000;
    
}

.gvListePager td
{
    padding: 2px;
    background-color: #FFFFFF;
    border: none;    
    color: #FFFFFF;
}

.gvListePager td.select
{
   font-weight:bold;    
    color: #FFFFFF;
}

.gvListeSelected td
{
     background-color: #0061B0;
     background-color: #999;
     color: #fff;
     font-weight: bold;
}


.gvListeEdit>td
{
      border-bottom: 2px solid #555;
       border-top: 2px solid #555;
}

.scrollgridview
{
overflow-x:hidden;
overflow-y :auto;
height:200px;
border:1px solid #333333;
}

.gvListeFooter td
{ 
	border-top : 2px solid #555;
	background-color: #F4EDD0;
	background-color: #D2D2D2;
    color: #000;
}

.autocomplete_completionListElement
        {
            visibility: hidden;
            margin: 0px ;
            padding-left: 0px ;
            background-color: inherit;
            color: windowtext;
            border: buttonshadow;
            border-width: 1px;
            border-style: solid;
            cursor: 'default';
            overflow: auto;
            max-height: 200px;
            text-align: left;
            list-style-type: none;
            font-family: courier new;
            font-size: 8pt;
        }
        .autocomplete_highlightedListItem
        {
            background-color: #e3ec6e;
            color: black;
            padding: 1px;
        }
        .autocomplete_listItem
        {
            background-color: window;
            color: windowtext;
            padding: 1px;
        }

