/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; }/* Accordion
----------------------------------*/

/* Custom styles */

/* Header top buttons */
strong   { font-weight:bold;}

#top ul.lang { float:left;margin-left:20px;margin-top:13px;}
#top ul.lang li { display:inline;margin-right:5px;}
#top ul.lang li a {color:#fff;}
#top ul.lang li a:hover {color:#FFF4DD;}
#top ul.welcome li {
    float:left;
    height:40px;
    display:block;

    font-size:11px;
}
#top ul.welcome li a.user_active {margin-top:5px;}
#top ul.welcome li:hover{

    background-color:#5D504F;
}

#top ul.welcome li.logout a {
    background:url("images/sortie-deconnectez-vous-icone-7356-32.png") center center no-repeat;
    text-indent: -5000px;;
    width:20px;
    height:20px;

}
#top ul.welcome .border-right {border-right:solid 1px #5D504F;}
#top ul.welcome li a {
    vertical-align: middle;
    color:#f2f2f2;
    padding:11px 11px 9px 11px;
    display:block;
}

#top .welcome {
    color:#f2f2f2;
}

#top .welcome a.btn {
    background:#262626;
    border-color:#2e2e2e;
    color:#8c8c8c;
}

#top .welcome a.btn:hover {
    color:#7a7a7a;
}

#top .welcome span.note a {
    color:#7a7a7a;
}

#top .welcome a.ui-state-hover .ui-icon {
    background-image:url(images/icons-top.png);
}

#search-bar {
    padding:7px 0 0;
}

/* Footer */

#footer {
    color:#c3bdb0;
}

#footer a {
    color:#807a6e;
    text-shadow:#fff 1px 1px 0;
}

#footer a:hover {
    color:#5f5849;
}

#copyright {
    color:#5f5849;
    text-shadow:#fff 1px 1px 0;
}

#copyright a {
    color:#2c2924;
}

#copyright a:hover {
    color:#5f5849;
}

/* General */

body { 
    /*background:#EFEBE3;*/
    background:#D2C0B2;
}

a {
    text-decoration:none;
}

/* Page Titles */

#navigation li a {
    color:#fff4dd;
    text-shadow:1px 1px 0 #000;
}

#navigation {
    border-left:1px solid #151515;
    border-right:1px solid #3d3d3d;
}

#navigation li {
    border-left:1px solid #3d3d3d;
    border-right:1px solid #151515;
}

#top-buttons {
    padding:0 20px 0 0;
}

#page_wrapper #page-header #page-header-wrapper {
    min-height:50px;
}
#page_wrapper #page-header-3rows #page-header-wrapper {
    min-height:100px;
}


.page-title {
    text-shadow:1px 1px 0 #fff;
}

.page-title h1 {
    color:#4C3000;
}

.page-title span a {
    color:#000;
}
.page-title span a:hover {
    text-decoration:underline;
    color:#C0C0C0;
}

.page-title span {
    color:#000;
}

#page_wrapper #page-header #page-header-wrapper #top a.logo,#page_wrapper #page-header-3rows #page-header-wrapper #top a.logo {
    background:url('../../../images/logo3.png') left center no-repeat;
}

/* Header */

#page_wrapper #page-header {
    background:url('images/header-bg2.png') repeat-x;
}
#page_wrapper #page-header-3rows {
    background:url('images/header-bg3.png') repeat-x;
}

/* States and Images */

.ui-icon { 
    background-image:url(images/icons-green.png);
}

.ui-widget-header .ui-icon {
    background-image: url(images/icons-lgray.png);
}

.ui-box-header .ui-icon, .ui-state-hover .ui-icon, .ui-portlet-hover .ui-icon {
    background-image: url(images/icons-lgray.png);
}

.ui-portlet-hover .ui-icon {
    background-image: url(images/icons-gray.png);
}

/* Component containers */

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color:#444;
}

.ui-widget-content a {
    color: #444;
}

.ui-widget-header {

    text-shadow:#4C3000 1px 1px 0;
}

.ui-widget-header, #tooltip {
    border:1px solid #333;
    background:#333 url(images/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x;
    color:#EFEBE3;
}

.ui-widget-header a {
    color: #444;
}

/* Tooltip */

#tooltip {
    color:#FFF!important;
}

#tooltip div {
    background:#808080;
}

#tooltip h3 {
    color:#fff;
    background:#5f5f5f;
    text-shadow:#000 1px 1px 0;
}

/* Interaction states */

.ui-state-yellow, .ui-widget-content .ui-state-yellow {
    border:1px solid #ddd;
    background: #d7c29c; /* Old browsers */
    background: -moz-linear-gradient(top, #d7c29c 0%, #ffd200 20%, #ffd200 77%, #d7c29c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7c29c), color-stop(20%,#ffd200), color-stop(77%,#ffd200), color-stop(100%,#d7c29c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d7c29c 0%,#ffd200 20%,#ffd200 77%,#d7c29c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d7c29c 0%,#ffd200 20%,#ffd200 77%,#d7c29c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d7c29c 0%,#ffd200 20%,#ffd200 77%,#d7c29c 100%); /* IE10+ */
    background: linear-gradient(top, #d7c29c 0%,#ffd200 20%,#ffd200 77%,#d7c29c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7c29c', endColorstr='#d7c29c',GradientType=0 ); /* IE6-9 */
    font-weight:bold;
    color:#000;
    outline:none;
}
.ui-state-yellow:hover, .ui-widget-content .ui-state-yellow:hover{
    background: #D7C29C;
}


.ui-state-default, .ui-widget-content .ui-state-default, .pagination a, #dashboard-buttons ul li {
    border:1px solid #ddd;
    background:#f6f6f6 url(images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;
    font-weight:bold;
    color:#000;
    outline:none;
}



#page-wrapper #main-wrapper #main-content .page-title h1 b, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, #page-wrapper #main-wrapper .title h2, #page-wrapper #main-wrapper .title h3, a {
    color:#336600;
    text-decoration:none;outline:none;
}

.ui-sortable-placeholder {
    background:#ffffcc;
}

.ui-box-header, .ui-state-hover, .ui-box-header .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .pagination a:hover, a.btn:hover, button.ui-state-default:hover, #dashboard-buttons ul li:hover {
    border: 1px solid #9d9d9d;
    background:#F6F6F6 url(images/ui-bg_highlight-soft_25_0073ea_1x100.png) 50% 50% repeat-x;
    font-weight:bold;
    color:#333;
    outline:none;
}

.content-box-header {
    border: 1px solid #9d9d9d;
}

.content-box-header .ui-box-header, .content-box-header .other-box {
    border:0;
    border-bottom:#ccc solid 1px;
    margin:0;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color:#222;
    text-decoration:none;
    outline:none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    border:1px solid #ddd!important;
    background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight:bold;
    color:#333;
    outline:none;
}

.ui-tabs-nav .ui-state-default, .ui-tabs-nav .ui-tabs-selected {
    border:0!important;
}

.ui-tabs-nav .ui-state-default a, .ui-tabs-nav .ui-tabs-selected a, .ui-accordion-header a, #sidebar .box h3, .hastable thead th, #dashboard-buttons ul li a, .ui-button, button.ui-state-default, input.ui-state-default, .hastable thead td, .ui-box-header {
    text-shadow:0 1px 0 #fff;
}



a:hover, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color:#336600;
    outline:none;
    text-decoration:none;
}

/* Header search */

#search-bar {
    position:relative;
}

#search-bar input {
    background:url('images/search_bar.png') no-repeat;
}

/* SIDEBAR */

#page_wrapper #sidebar {
    width:380px;
    right:25px;
}

#sidebar-left #page_wrapper #sidebar {
    right:auto;
    left:14px;
}

#sidebar-left #sidebar #open_sidebar {
    left:80px;
    top:18px;
}

.closed-sidebar {
    width:0;
    margin-left:-58px;
}

#page_wrapper #sidebar .box {
    border-color:#c2bdb1;
}

#page_wrapper #sidebar .box h3 {
    background:#e5e1d8;
}

/* PAGE CONTENT */

#page_wrapper #page-content #page-content-wrapper, #live-search-results, .ui-dialog {
    background:#f2f2f2 url('images/page-container-bg.png') left top repeat-x;
}

#page_wrapper #page-content #page-content-wrapper {
    background:#fff url('images/sidebar-bg-large.png') right top repeat-y;
    border:#e5e1d8 solid 5px;
    box-shadow:0 0 0 #fff;
    -o-box-shadow:0 0 0 #fff;
    -moz-box-shadow:0 0 0 #fff;
    -webkit-box-shadow:0 0 0 #fff;
    padding-right:380px;
    overflow:hidden;
}

#sidebar-left #page_wrapper #page-content #page-content-wrapper {
    background:#fff url('images/sidebar-bg-large.png') left top repeat-y;
    padding:10px 10px 10px 385px;
}

/* Dashboard Buttons */

#dashboard-buttons ul li {
    border-color:#DCDFE3 #D0D4D8 #D0D4D8 #DCDFE3;
    border-style:solid;
    border-width:1px;
}

#dashboard-buttons ul li a {
    color:#666;
}

#dashboard-buttons ul li a:hover {
    border-color:#C3C9CE;
    color:#333;
}

#dashboard-buttons ul li a:active {
    border-color:#9D9D9D;
}


/*  GRAPHIQUE   */
.graphFilter { float:right;}
#tooltip-home {z-index:99999;}

.newButContener {
    position: absolute;
    right: 56px;
    text-align: right;
    top: 20px;
    width: 880px;
}

#content-overflow {
    width: 1916px;
}

.content-slidin { 
    float: left;
    /*  margin-left: 10px;*/
    width: 890px;
}


.pointer {cursor:pointer;}


/* picto ouvrant */
label.pictos {
    cursor:pointer; 
    display:block; 
    float:left; 
    width:65px; 
    margin:0 5px 5px 0; 
    padding: 0 0 0 5px; 
    border: 1px solid #C0C0C0;
}

label.pictos:hover {
    border:1px solid #FF8080;
}


.nopointer { cursor:auto;}

span.check {display:block; float:left;margin-right:5px; margin-top: 2px;background:url("images/1328195027_checkmark.gif") top left no-repeat; width:12px; height:12px;}

iframe.iframe-Overlay {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    height: 100%;
    width: 100%;
}
li { list-style-type: none;}
.noborder { border:0;}






.toolMenu li {
    line-height: 18px;padding:0 6px;display: block;
    float: left;
}
.toolMenu li a {
    display: block;
    float: none;
    line-height: 19px;

    text-decoration: none;





    background-position: center center;
    background-repeat: no-repeat; 
    padding:6px;
    background-color:#fff; 
    border:solid 1px #ccc; -moz-border-radius:4px; 
    -webkit-border-radius:4px;
    width:16px;
    height: 16px !important;
    line-height: 16px !important;
}
.toolMenu li a:hover {
    background-color:#eee; border:solid 1px #fff;
}


.draw-zone {

    float:left;
    overflow: hidden;
    height:100%;
    width:100%;

}

.low-opacity { opacity: 0.3;}

.actions {
    background: none repeat scroll 0 0 #F5F5F5;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #DDDDDD;
    margin-top: 18px;
    padding: 17px 20px 18px 150px;
}

.priceBlocColor {
    border: 1px solid #000000;
    float: left;
    height: 15px;
    margin: -3px 0 0 5px;
    width: 15px;
}

.icon-extra:hover { 
    border: 1px solid #9d9d9d;
    background:#F6F6F6;
    color:#333;
    outline:none;

}
.icon-extra { 

    -moz-border-radius: 3px;-webkit-border-radius: 3px;
    text-shadow: 0 1px 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #000000;
    font-weight: bold;
    outline: medium none;
    background:#F6F6F6;

    cursor: pointer;
    margin: 0;
    padding: 0.3em 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.dialog-explorateur .ui-tooltip-content { padding:0 !important;}
.explorateur    .filetree { padding:5px;width:180px;height:250px;overflow:auto; float:left;background:none !important;border-right:dashed 1px #999; }
.explorateur .filetree .jstree {background:none !important;min-height:215px;}
.explorateur   .conteneur {width:730px;overflow:auto}
.explorateur   .contenu { float:left;width:500px;height:250px;overflow:auto;padding:5px;margin-left:15px;text-align:center}   
.explorateur    .actionBloc { overflow:auto;padding:10px;clear:both;width:100%; border-top:dashed 1px #999; background-color:#eee;/*background-color:#D9C6B8;*/}
.explorateur   .actionBlocInside { width:300px;float:right;}
.explorateur   .actionBlocInside label{ float:left;margin-right:13px;}
.explorateur   .buttonAction { width:220px;float:right;}
.explorateur   #chassisname ,.explorateur #chassisdesc{ float:left;width:170px;margin-bottom:9px;}


div.biblioElem {
    border: 1px solid #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 11px;
    height: 120px;
    margin: 10px 10px 0 0;
    padding: 0;
    text-align: center;
    width: 80px;
}
div.biblioElem:hover, div.biblioElem.active {
    background: none repeat scroll 0 0 #EBF7FC;
    border: 1px solid #C2E7F5;
    border-radius: 6px 6px 6px 6px;
}
.imgTitle {
    font-family: Arial,sans-serif;
    font-size: 11px;
}
.biblioElem table {

    border: 1px solid #DDDDDD;
    border-collapse: separate;
    border-radius: 4px 4px 4px 4px;
    font-size: 13px;
    margin-bottom: 18px;
    padding: 0;
    width: 100%;
}
.biblioElem table td {
    padding: 3px;
    text-align: center;

}

.biblioElem tr.bord td{
    border-bottom:solid 1px #ccc;
    padding-bottom:5px;
}


#dialog-overlay {
    left: -10000em;
    position: fixed;
    top: -10000em;
}
#dialog-overlay.blurs {
    cursor: pointer;
}
#dialog-overlay div {
    background-color: black;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}

#tool-bar{
    padding:5px 0 0;
    margin: 0 20px;
    overflow: auto;
}

#devis_btn_actions a,button { font-size:13px;font-style:normal}



.searchChassis input.search {
    width:280px;
    margin-right:5px;
}

.ui-button.smallBtn {
    padding:1px 5px;
}

.quiet {
    margin:10px 0;
    color:#999;
}
.chassisBloc {
    margin:5px 0;
    padding:5px 0;
    border-bottom:solid 1px #999;

}
.chsAndDoorBloc {}

.draggable { cursor:pointer;}

.droppable-zone {height:800px;}

.alert-header{
    width:100%;
    background-color:red;
    color:#fff;
    font-weight:bold;
    text-align:center;
    padding:10px 0;
}

.portlet-header .ui-icon.icons {
    right:25px;
}

.prix_gamg { width:300px;margin:10px auto;border-radius:8px; -moz-border-radius:8px;-webkit-border-radius:8px; padding:6px;background-color:#E5E1D8;}

.prix_gamg:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.prix_gamg li {clear:inherit; float:left;font-size:12px; }


div.elToGams {
    width: auto;
    margin:auto 0 10px 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 10px;
    background-color: #E5E1D8;
    font-size:11px;
}

div.elToGams input[type="checkbox"] {
    margin:auto 5px 0 10px;
    vertical-align: -2px;
}