@media print
{
 .no-print, .no-print * { display: none !important;}
}

a {
	color : #0000a0;
}

.lgrey {
	color: lightgrey;
}
.lgrey a {
	color: lightgrey;
}

.tranche {
	font-weight: bold;
	text-decoration: underline;
}
.soustranche {
	font-weight: bold;
}

/* rich text editor */
.editor {
	max-height: 250px;
	height: 250px;
	background-color: white;
	border-collapse: separate;
	border: 1px solid rgb(204, 204, 204);
	padding: 4px;
	box-sizing: content-box;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; border-top-left-radius: 3px;
	overflow: scroll;
	outline: none;
}
#voiceBtn {
  width: 20px;
  color: transparent;
  background-color: transparent;
  transform: scale(2.0, 2.0);
  -webkit-transform: scale(2.0, 2.0);
  -moz-transform: scale(2.0, 2.0);
  border: transparent;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
}

div[data-role="editor-toolbar"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown-menu-editor a {
  cursor: pointer;
}
/* --- end rich text editor --- */

.sidebar .nav-second-level li, .sidebar .nav-third-level li {
  padding-left: 10px;
}

.side-level {
  text-transform: uppercase;
}

body.body_module_auth {
  background-color: #888;
}

ul#side-menu.nav.in a {
  padding: 10px 15px;
}

.nav-tabs>li>a {
  padding: 10px 15px;
}

@media (max-width: 768px) {
  #headers {
    display:none;
  }
}

div.odd{
    background-color:#f9f9f9;
}
.strong {
  font-weight: bold;
}
.nu {
    text-decoration: none !important;
}
.spacer-10 {
    margin-top: 10px;
}
.spacer {
    margin-top: 20px;
}
.spacer-bottom {
  margin-bottom: 20px;
}

#sidebar {
  display: none;
}

#page-wrapper {
  margin-left: 0px;
}

/* Style table */
table.dataTable thead > tr > th {
  color: #4B7295;
	padding-top: 5px;
  padding-left: 0px;
	background-color: #f9f9f9;
  border: 1px solid #d7d7d7;
	border-bottom: none;

  font-weight: normal;
  text-align: center;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 2px 8px;
}

.small-dataTable {
    font-size: 11px;
}
td.right {
  text-align:right;
}
td.center {
  text-align: center;
}

/*  Table chantier */
.detailsTable {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 12px;
  background: #fff;
  border: 1px solid #333;
  border-collapse: collapse;
  text-align: center;
  display: table;
  border-spacing: 2px;
  border-color: gray;
  }
.detailsTable th {
  font-size: 14px;
  font-weight: normal;
  color: #039;
  padding: 10px 8px;
  border-bottom: 2px solid #6678b1;
  border-top: 2px solid #6678b1;
}
.detailsTable tbody tr.line {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #d0dafd;
}
.detailsTable td, .detailsTable th {
  padding-left: 15px;
  padding-right: 15px;
}

/* ---- */


.gray div.col-md-2 {
  color: #999;
  text-align:right;
}

#si_footer {
  font-size: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  text-align:center;
  background-color:#ddd;
}

/* @group Si Filters
------------------------------------------------------------------- */

.filter-header {
  padding-bottom: 9px;
  margin: 20px 0 20px;
	float: right;
}

.si_filters{
    padding: 0;
    overflow: hidden;
}

.si_filters_invoices{
/*	margin-top: 10px;*/
	padding: 0;
	overflow: hidden;
    float:right;
    text-align:right;
    width:50%;
}
.si_filters_links{
	display: inline-block;
	overflow: hidden;
	border: 1px solid #AAA;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: rgb(249,249,249);
	background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(224,224,224,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(224,224,224,1)));
	background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(224,224,224,1) 100%);
	background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(224,224,224,1) 100%);
	background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(224,224,224,1) 100%);
	background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(224,224,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e0e0e0',GradientType=0 );
}
.si_filters_links A{
	float: left;
	border-left: 1px solid #ccc;
	display: inline-block;
	margin: 0;
	padding: 8px 10px;
	min-width: 30px;
	text-align: center;
	color: #333;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}
.si_filters_links A:hover{
	color: #666;
    background: #e6e6e6;
}
.si_filters_links A.first{
	border-left: none;
}
.si_filters_links A.selected{
	background: #F5F5F5;
	color: #444;
	text-shadow:
		0px -1px 1px rgba(255,255,255,0.9),
		0px 1px 0px rgba(255,255,255,1);
}
.si_filters_links IMG{
	margin-right: 7px;
}
.si_filters_title{
	color: #AAA;
	line-height: 33px;
	margin: 0 10px;
    margin-top: 4px;
    vertical-align:top;
}

.si_filters_title a.cluetip img{
    margin-bottom: 8px;
}
.si_buttons_manage_invoices
{
    float:right;
    margin-right: 45px;
}
.si_buttons_invoice_header
{
    text-align:center;
}
/* @end */
