body{
	background: url(../images/fond.png);
    background-color: rgba(0, 0, 0, 0);
    background-repeat: repeat;
	background-repeat: repeat-x;
	background-color: #454645;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.8px;
}

#cw-navbar-bandeauhaut {
    width: 100%;
    height: 52px;
    padding: 0px;
    margin: 0px;
    background-color: black;
	background-image: linear-gradient(#555555,black);
	border: 0px solid #000000;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 0px;
	border-bottom: 1px solid #000000;
	position: relative;
	z-index: 500;
}

#menu{
	background-color: black !important;
	background-image: linear-gradient(#555555, black) !important;
	position:relative !important;
	height:auto !important;
	width:auto !important;
}
#menu a{
    background-color:unset !important;

}
#menuConsonance{
	width:200px;
	margin-left:20px;
}

.cw-navbar-bandeauhaut-zone-logo {
    color:
    white;
    font-weight: bold;
    cursor: pointer;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-trash-o, .fa-trash, .fa-pencil-square-o, .fa-files-o, .fa-unlink, .fa-edit,
.fa-universal-access, .fa-user-plus, .fa-user, .fa-users, .fa-plus-circle, .fa-search,
.fa-clock-o, .fa-print, .fa-info-circle, .fa-refresh, .fa-barcode, .fa-check-square,
.fa-folder, .fa-plus, .fa-folder-plus, .fa-archive, .fa-file, .fa-list, .fa-book,
.fa-calculator, .fa-eye, .fa-credit-card, .fa-exchange, .fa-exclamation-triangle, .fa-usd, .fa-eur, .fa-building, .fa-history, .fa-check-square-o,
.fa-external-link, .fa-calendar, .fa-arrows-alt, .fa-check-circle, .fa-hand-o-left, .fa-check, .fa-table, .fa-file-text-o, .fa-retweet, .fa-file-excel-o, .fa-file-text, .fa-ban, .fa-sticky-note-o,
.fa-folder-open, .fa-file-pdf-o, .fa-clone, .fa-paper-plane-o, .fa-file-code-o {
	font-size:24px !important;
	cursor:pointer;
	padding: 3px;
}

.fa-barcode {
    font-size: 60px !important;
}
.fa-print, .fa-refresh, .fa-bar-code, .fa-check-square, .fa-plus, .fa-folder-plus, .fa-book, .fa-file-excel-o {
    color: green !important;
}

.fa-file-excel-o.white.maxi {
	color: #FFF !important;
	font-size: 30px !important;
    margin-left: -9px;
}

.fa-file-excel-o.grey {
	color: #595959 !important;
}

.fa-trash-o, .fa-trash, .fa-file-archive-o, .fa.red, .fa-unlink, .fa-ban, .fa-file-pdf-o {
	color:#d0363f !important;
}

.fa-pencil-square-o, .fa-edit, .fa-plus-circle, .fa-check-circle, .fa-retweet{
	color:#c9de1f !important;
}

.fa-files-o, .fa-info-circle, .fa-folder, .fa-archive, .fa-file, .fa-calculator, .fa-hand-o-left, .fa-credit-card, .fa-exchange, .fa-external-link, .fa-check, .fa-table, .fa-sticky-note-o, .fa-eye, .fa-folder-open, .fa-clone {
	color:#1A2F5C !important;
}
.titleChapFiche{
	color:#1A2F5C !important;
}
.fa.orange {
	color: #ffa500 !important;
}

.fa.green {
    color: #c9de1f !important;
}
.fa-caret-down::before {
    content: "\f0d7";
}
.fa-hand-o-left {
	color:#1a2f5c !important;
}

.fa.mini {
	font-size:20px !important;
}

.cw-navbar-bandeauhaut-symbole-selection {
    color: #D2D2D2;
}

#dockAppli{
	padding-left:15px;
	padding-bottom:10px;
}



.ui-tooltip {
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  border:0px solid #ddd !important;
  font: normal 11px "Helvetica Neue", Sans-Serif !important;
  color:#fff !important;
  box-shadow: 0 0 7px black;
  background-color:#000 !important;
}

.loader {
    border: 14px solid #f3f3f3;
    border-radius: 70%;
    border-top: 14px solid #2e3436;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position:fixed;
    z-index: 100000000000001;
    top: 50%;
    margin-top:-120px;
    left: 50%;
    margin-left:-120px;
}
.cweb-button {
    border: 1px solid #000;
    padding: 0.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.blocage{
	height:100%;
	bottom:0;
	top:0;
	width:100%;
	position:fixed;
	background:#ddd;
	z-index: 100000000000000;
	opacity: 0.33;
}
.dialogstyleperso .ui-state-warning {
	border: 1px solid #e36802;
    background: #fd8119;   /* orangé - pour anciens navigateurs */
    background: -moz-linear-gradient(top, #fd8119 0%, #fd8119 55%, #f8790f 57%, #f8790f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fd8119 0%,#fd8119 55%,#f8790f 57%,#f8790f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fd8119 0%,#fd8119 55%,#f8790f 57%,#f8790f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8119', endColorstr='#f8790f',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    padding: 2px 6px;
    border-radius: 5px;
}
.clear{
	clear: both;
    content: "";
    display: block;
}
.menuCweb{
	float:left;
	width:13%;
	margin:10px 0 0 0;
	padding:0;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
    background-image: none !important;
    border: none;
    border-top-right-radius: 0px;
}
.menuCweb ul{
	margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
	list-style-image: none;
	margin-left:0 !important;
}
.menuCweb li{
	list-style-image: none !important;
	margin: 0px;
	list-style-type: none;
    font-size: initial;

}
.menuCweb li a{
	display:block;
	padding: .5em 1em;
	text-decoration: none;
}
.menuCweb li.li-menu-select{
	border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: 1px solid #CCCCCC;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
	border-right: 1px solid #FFFFFF !important;
	background-color: #FFFFFF;
	border-bottom: 2px solid #e3565d !important;
}
.menuCweb li.li-menu-default{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
	border-bottom: 1px solid #CCCCCC !important;
	border-right: 1px solid #CCCCCC !important;

}
.menuCweb li.li-menu-default:hover{
	background-color: #FFF;
	border-left: 0px solid #CCCCCC !important;

}
.menuCweb li.li-menu-default a{
	color: #999999;
}
#modification{
	display:none;
	position:fixed;
	border-radius:5px;
	background:red;
	color:white;
}
.input-modifier{
    background-color: #1A2F5C;
    color: white;
}
