body
{
	/*margin: 0;
	padding: 0;
	color: #555;
	font: normal 12pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;*/
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{ 
}

#sidebar
{ 
}

#footer
{
	/*padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;*/
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success, div.flash-warning
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-warning
{
    background: #eed3ac;
    color: #996600;
    border-color: #da9f46;
}

div.flash-success
{
	background:#E6EFC2;
	color: #795548;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.flash-warning a
{
	color: #2e6da4;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: 1px 0px 2px 1px rgba(0,0,0,.3);
        background-color: #fefefe;
        line-height: 1.8em;
}

.statusview {
    color: #59ba62;
    font-size: 15px;
    font-style: italic;
}
div.view fieldset
{
	border: 2px solid #0066A4;
        border-radius: 6px;
        padding: 5px;
}

div.view legend
{
	background-color:#0066A4;
        color: #fff;
        font-style: italic;
        font-size: 14px;
        font-weight: bold;
        padding: 2px 10px 2px 10px;
}


div.view .infosmain{
    font-size: 28px;    
}

div.view .infossecond{
    font-size: 18px;
    font-style: italic;
}
div.view .infosthird{
    font-size: 15px;    
}
div.view b{
    font-weight: bold;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #ddd;
        border: 1px solid #ccc;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

.mainSelect {
    text-align: center;
    margin:0 20px 20px 0px;    
}

.mainSelect select{
    height: 30px;
    font-family:arial;
    font-size: 15px;
    width:100%;
    padding:0 0 0 5px ;
    border: 2px solid #C6D880;
    background-color: #E6EFC2;
    border-radius: 4px;    
}

input.selectadd {
    float: right;
    width:20%;
    padding:5px 10px;
    border-radius:0;
    background-color: #59ba62;
    font-weight: bold;
    font-size: 14px;
}

input.selectadd:hover {
    background-color: #00782f;
}

input.selectdelete{
    float: left;
    width:20%;
    padding:5px 10px;
    border-radius:0;
    background-color: #ff0000;
    font-weight: bold;
    font-size: 14px;
}

input.selectdelete:hover {
    background-color: #FBC2C4;
}

a.linkbutton {
    background-color: #6399cd;
    color: #fff;
    border-radius: 3px;
    padding: 3px 15px 3px 15px;
    margin: 10px 5px;
    text-decoration: none;
    border: 1px solid #298dcd;
}

a.linkbutton:hover {
    background-color: #6FACCF;
}

table.prime-table  {
    margin-top: 10px;
    font-size: 12px;
    font-style: normal;
}

table.prime-table tr.header {
    background-color: #6FACCF;
    font-size:13px;
    font-weight: bold;
    
}

table.prime-table td {
    border: 2px solid #6FACCF;
    padding: 0 2px 0 2px;
}

table.data {
    font-size: 14px;   
    font-weight: normal;
}

table.data td{   
    border: 1px solid #ccc;    
    border-collapse: collapse;
    padding: 5px 5px 5px 5px;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.5em;
}

table.data tr.subtitle td {   
    color: #333;
    font-size: 12px;
    font-weight: bold !important;
}

table.data tr.footer td {   
    color: #333;
    font-size: 14px;
    font-weight: bold !important;
    text-transform: uppercase;
}


table.print .title{
     margin: 0;
     padding: 0 20px 0 10px;
}

table.print table.main td.title{
    font-size: 22px;
    color: #333;    
    text-align: center;
}

table.print table.main td{
    border: 2px solid #333;
    border-collapse: collapse;
    padding: 5px 5px 5px 5px;
    font-size: 18px;
    
    color: #000000;
    vertical-align: middle;
}

table.print table.main td.label{
    font-size: 18px;
   font-style: italic;
}

table.print table.main td span,
table.print table.main td p{
   font-weight: bold;
}

table.print table.items tr.header{
    background-color: #236DBB;
    color: #fff;
    font-weight: bold;
}

table.print table.items td{
    border: 2px solid #236DBB;
    border-collapse: collapse;
    padding: 5px 5px 5px 5px;
    font-weight: normal;
    font-size: 12px;
}

table.print table.secondary {
   margin-top: 20px;
}


table.print table.secondary td.title{
    font-size: 18px;
    font-style: italic;
    color: #fff;    
    background-color: #236DBB;
    text-align: center;
    font-weight: normal;
}

table.print table.secondary td{
    border: 1px solid #236DBB;
    border-collapse: collapse;
    padding: 5px 5px 5px 5px;
    font-size: 14px;
    font-weight: bold;
}

table.print table.secondary td.value{
    font-size: 12px;   
    font-weight: normal;
}

table.printinfos td {
    font-size: 14px !important;
    font-style: italic;
    color:#333;
    vertical-align: middle;    
}

table.envoi td {
    font-size: 12px !important;
    font-style: italic;
    color:#333;
    vertical-align: middle;
    border: 2px solid  #ccc !important;
    padding: 2px;
}

table.printinfos tr.header td {
    background-color: #eee !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 14px !important;
}


table.printinfos tr.total td {
    background-color: #fcfcfc !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 13px !important;    
    color: #333;
}


table.printinfos tr.sum td {
    background-color:#ccc  !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 15px !important;
    color: #000;
}


table.printinfos td span,
table.printinfos td p{
    padding-bottom: 5px;
    font-size: 20px !important;
    font-style: normal;
    color:#000;
}


table.printinfos tr.data td {    
    font-weight: 100 !important;
    font-style: normal !important;
    font-size: 11px !important;
}

table.headerprint td {
    border: none !important;
    border-collapse: collapse;
    font-size: 12px !important;
    line-height: 1.4em;
    color: #333 !important;
}
 

table.headerprint td.title {
    font-family: 'Times new roman';
    font-size: 24px !important;       
}

table.numero {
   width: 100%;
   display: inline-table;
   margin: 5px;
}
table.numero tr td {
    font-size: 12px !important;   
}


table.numero td p {
    font-size: 18px !important;
    text-align: center;
    border: 2px solid #666;
    display: inline-block;
    padding-top: 6px;
    height: 35px;
    width: 35px;
    border-radius: 35px;
}

table.plall .title {
    font-size: 22px !important;
    font-style: italic;
    color:#333;
    vertical-align: middle;
    text-decoration: underline;
}

table.plall td {
    font-size: 12px !important;
    padding: 0px 4px 0px 4px;
}


table.plall td.value {
    font-size: 12px !important;
    font-style: italic;
    font-weight: bold;
    color:#333;
    vertical-align: middle;    
}


table.plalldata td {
    font-size: 11px !important;
    font-style: italic;    
    color:#333;
    vertical-align: middle;    
    border: 1px solid #666;
    padding: 0px 4px 0px 4px;
}

table.plalldata tr.header td {
    font-size: 14px !important;
    font-weight: bold;
    background-color: #ccc;
}

table.plalldata tr.footer td {
    font-size: 14px !important;
    font-weight: bold;
    background-color: #f0f0f0;
}


ul.listnumero {
    
}

ul.listnumero li{
    display: inline-block;
    margin: 5px 10px 5px 40px;
    width: 8%;    
}

table.criteria tr td {
    font-size: 13px !important;
}


table.criteria tr td.label{
    font-weight: normal !important;
}


select#language {
   border-radius: 4px ;
   background-color: #0066A4;
   border: none;
  color: #fff;
}

select * {   
}
select *.red {
    color:#fff;
}

table.cg {
    
}

table.cg tr.header td {
    font-size: 13px !important;
    font-weight: bold !important;
}

table.cg tr td {
    font-size: 10px;
    font-style: italic;
}
table.cg ol li {
    margin-left: 20px;
    list-style-type: decimal
}


.account-dashboard-list{
    border: 2px solid #000000;
    margin:15px 0 0 0;
    padding: 3px;
    background-color: #B7D6E7;
    text-align: center;
    color: #003d80;
    font-weight: bold;
    font-size: 15px;
    border-radius: 10px;
    line-height: 1.6em;
    cursor: pointer;
}

.account-dashboard-list p{
    font-size: 20px;
    color: #000000;
}

.account-rdv-list{
    border-right: 2px solid #000000;
    border-left: 2px solid #000000;
    border-top: 2px solid #f0f0f0;
    margin:15px 10px;
    background-color: #FBC2C4;
    text-align: center;
    color: #003d80;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.6em;
    cursor: pointer;
}

.account-rdv-list p{
    font-size: 17px;
    color: #000000;
    
}

.account-rdv-list a{
    padding: 12px 10px !important;
}

.account-select {
    width: 100%;
    margin: 10px 0;
    padding: 10px 10px;
    border: 2px solid #333;
    background-color: #EFFDFF;
    color: #000000;
    height: 40px;
    border-radius: 10px;
    font-size: 14px;
}

.orange-notif {
    background-color: #fce9df;
    border: 2px solid #e2824d;
}

.green-notif {
    background-color: #E6EFC2;
    border: 2px solid #59ba62;
}

.gray-notif {
    background-color: #f0f0f0;
    border: 2px solid #ccc;
}

.red-notif {
    background-color: #f2c4b9;
    border: 2px solid #ef635f;
}

.account-dashboard-list a{
    text-decoration: none;
    color: #003d80;
    display: block;
}

.delivery-items {
    color:#000;
    padding-left: 25px;
    font-size: 12px;
}

.delivery-items li{
    list-style-type: number;
}


.delivery-items li b{
    font-weight: bold
}

.modal-content .close {
    float:  right;
    margin-top: -20px;
}

.modal-content .modal-footer a {
    text-decoration: none;
}


.planning-status {
    text-align: center;
    padding: 15px 0;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.planning-status p {
    font-size: 18px;
    font-weight: normal;
}

.planning-status-title {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px;
    color: #000000;
    background-color: #ccc;
    border: 1px solid #999;
}



table.iteems {
}

table.iteems tr td {
    border-collapse: collapse !important;
    padding: 2px !important
    border: 1px solid #fff !important;
}


.agenda-table-title{ 
    margin: 20px 0;
    color: #236DBB;
    font-weight: bold;
    font-size: 18px !important;
    text-transform: uppercase;
}

.retard-table-title{ 
    margin: 10px 0;
    color: #C52020;
    font-weight: bold;
    font-size: 16px !important;
    font-style: italic;
}

table.agenda-table  {
    margin: 15px 0;
    font-size: 12px;
    font-style: normal;
    margin-left:  0;
}

table.agenda-table tr.header {
  color: #000000 !important;        
    font-size: 16px !important;     
    background:#f0f0f0 !important;    
    text-align: center;
    padding: 10px;
    font-weight: bold !important; 
}

table.agenda-table tr.header td {
    padding: 10px;
}


table.agenda-table tr td {
    font-size: 0.9em;
    color: #555;
    border: 2px #DFDFDF solid;
    padding: 0;
    cursor: pointer;
    font-size: 13px;
    padding: 5px 3px;
}


.btn-primary {
    color: #fff !important;
}

.modal-title {
    color: #000 !important;
}