/***
Modify bootstrap buttons
***/
html, body {
      height: 100%;
    margin: 0px;
  }
/* remove rounds from all elements */
div, input, select, textarea, span, img, table, td, th, p, a, button, ul, li {

          list-style: none outside none;
}

a:focus {
  outline: none !important;
}

a:hover, a:active {
  outline: 0 !important;
}

select:focus {
   outline: none !important;
}

/*.btn {
	background-color: #e5e5e5;
	background-image: none;
	filter: none;
	border: 0;
	padding: 7px 14px; 
	 margin-bottom: 2px;
	font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;  	
  color: #333333;
	cursor: pointer;
	outline: none;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;

  -webkit-text-shadow: none;
     -moz-text-shadow: none;
          text-shadow: none;
}
.btn:hover, 
.btn:focus, 
.btn:active,
.btn.active,
.btn[disabled],
.btn.disabled {  
  color: #333333;
  background-color: #d8d8d8 !important;
}*/

.btn.red-stripe
{
	border-left: 3px solid #d84a38;
}

.btn.blue-stripe
{
	border-left: 3px solid #4d90fe;
}

.btn.purple-stripe
{
	border-left: 3px solid #852b99;
}

.btn.green-stripe
{
	border-left: 3px solid #35aa47;
}

.btn.yellow-stripe {
    border-left: 3px solid #ffb848;
}

/*  Red */
.btn.red {
  color: white;  
  text-shadow: none;	
  background-color: #d84a38;
}
.btn.red:hover, 
.btn.red:focus, 
.btn.red:active, 
.btn.red.active,
.btn.red[disabled], 
.btn.red.disabled {    
  background-color: #bb2413 !important;
  color: #fff !important;
}

.btn-group .btn.red.dropdown-toggle {
  background-color: #d84a38 !important;
}
.btn-group .red.blue:hover, 
.btn-group .red.blue:focus, 
.btn-group .red.blue:active, 
.btn-group .red.blue.active, 
.btn-group .red.blue.disabled,
.btn-group .red.blue[disabled] { 
  background-color: #bb2413 !important;
  color: #fff !important;
}

/*  Blue */
.btn.transparent   
{
  color: black;  
  text-shadow: none;  
  background-color: transparent;
}

.btn.blue   
{
  color: white;  
  text-shadow: none;	
  background-color: #4d90fe;
}
.btn.blue:hover, 
.btn.blue:focus, 
.btn.blue:active,
.btn.blue.active,
.btn.blue[disabled],
.btn.blue.disabled {  
  background-color: #0362fd !important;
  color: #fff !important;
}

.btn-group .btn.blue.dropdown-toggle {
  background-color: #4d90fe !important;
}
.btn-group .btn.blue:hover, 
.btn-group .btn.blue:focus, 
.btn-group .btn.blue:active, 
.btn-group .btn.blue.active, 
.btn-group .btn.blue.disabled,
.btn-group .btn.blue[disabled] { 
  background-color: #0362fd !important;
  color: #fff !important;
}

/*  Green */
.btn.green {
  color: white;
  text-shadow: none;	 
  background-color: #35aa47;
}
.btn.green:hover, 
.btn.green:focus, 
.btn.green:active, 
.btn.green.active,
.btn.green.disabled, 
.btn.green[disabled]{ 
  background-color: #1d943b !important;
  color: #fff !important;
}

.btn-group .btn.green.dropdown-toggle {
  background-color: #35aa47 !important;
}
.btn-group .btn.green:hover, 
.btn-group .btn.green:focus, 
.btn-group .btn.green:active, 
.btn-group .btn.green.active, 
.btn-group .btn.green.disabled,
.btn-group .btn.green[disabled] { 
  background-color: #1d943b !important;
  color: #fff !important;
}

/*  Purple */
.btn.purple {
  color: white; 
  text-shadow: none;	
  background-color: #852b99;
}
.btn.purple:hover, 
.btn.purple:focus, 
.btn.purple:active, 
.btn.purple.active, 
.btn.purple.disabled,
.btn.purple[disabled] { 
  background-color: #6d1b81 !important;
  color: #fff !important;
}

.btn-group .btn.purple.dropdown-toggle {
  background-color: #852b99 !important;
}
.btn-group .btn.purple:hover, 
.btn-group .btn.purple:focus, 
.btn-group .btn.purple:active, 
.btn-group .btn.purple.active, 
.btn-group .btn.purple.disabled,
.btn-group .btn.purple[disabled] { 
  background-color: #6d1b81 !important;
  color: #fff !important;
}

/*  Yellow */
.btn.yellow {
  color: white; 
  text-shadow: none;	
  background-color: #ffb848;
}
.btn.yellow:hover, 
.btn.yellow:focus, 
.btn.yellow:active, 
.btn.yellow.active, 
.btn.yellow.disabled,
.btn.yellow[disabled] { 
  background-color: #eca22e !important;
  color: #fff !important;
}

.btn-group .btn.yellow.dropdown-toggle {
  background-color: #ffb848 !important;
}
.btn-group .btn.yellow:hover, 
.btn-group .btn.yellow:focus, 
.btn-group .btn.yellow:active, 
.btn-group .btn.yellow.active, 
.btn-group .btn.yellow.disabled,
.btn-group .btn.yellow[disabled] { 
  background-color: #eca22e !important;
  color: #fff !important;
}

/*  Black */
.btn.black {
  color: white; 
  text-shadow: none;	
  background-color: #555555;
}
.btn.black:hover, 
.btn.black:focus, 
.btn.black:active, 
.btn.black.active, 
.btn.black.disabled,
.btn.black[disabled] { 
  background-color: #222222 !important;
  color: #fff !important;
}

.btn-group .btn.black.dropdown-toggle {
  background-color: #555555 !important;
}
.btn-group .btn.black:hover, 
.btn-group .btn.black:focus, 
.btn-group .btn.black:active, 
.btn-group .btn.black.active, 
.btn-group .btn.black.disabled,
.btn-group .btn.black[disabled] { 
  background-color: #222222 !important;
  color: #fff !important;
}

.mini 
{
  height: 13px;
  font-size: 11px !important; 
  line-height: 13px;
  padding: 4px 10px;
}

.big
{
  height: 38px;
	font-size: 18px; 
	line-height: 38px; 	
	padding: 8px 16px;
}

button.btn.big,
input[type="button"].btn.big,
input[type="submit"].btn.big {
  height: 54px;
  padding-top: 9px;
  padding-bottom: 8px;
}

button.btn.mini,
input[type="button"].btn.mini,
input[type="submit"].btn.mini {
  height: 21px;
  padding-top: 3px;
  padding-bottom: 3px;
}

a.btn.big.btn-block {
 height: 54px;
}

/***
Metro icons
***/
[class^="m-icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;;
  margin-top: 4px;
  line-height: 14px;  
  vertical-align: top;
  background-image: url(../img/syncfusion-icons.png);
  background-position: 0 0;
  background-repeat: no-repeat; 
}

[class^="m-icon-big-"] {
  display: inline-block;
  width: 30px;
  height: 30px; 
  margin: 6px;
  vertical-align: top;
  background-image: url(../img/syncfusion-icons.png);
  background-position: 0 0px;
  background-repeat: no-repeat; 
}

.m-icon-white {
  background-image: url(../img/syncfusion-icons-white.png);
}

/*  Misc */
.btn.icn-only {
  min-width: 14px;
}
.table .btn.icn-only {
  
}
.btn.bigicn-only {
  min-width: 34px;
}
.m-icon-swapright {
  background-position: -27px -10px;
}
.m-icon-swapdown {
  background-position: -68px -10px;
}
.m-icon-swapleft {
  background-position: -8px -10px;
}
.m-icon-swapup {
  background-position: -46px -10px;
}
.m-icon-big-swapright{
  background-position: -42px -28px;
}
.m-icon-big-swapdown{
  background-position: -115px -28px;
}
.m-icon-big-swapleft{
  background-position: -6px -28px;
}
.m-icon-big-swapup{
  background-position: -78px -28px;
}

/***
Glyphicons icons
***/
.btn > .halflings-icon {
  margin-top:2px;
  margin-right: 2px;
}

.btn.mini > .halflings-icon {
  margin-top: -1px;
  margin-right: 2px;
}

.btn.icn-only > .halflings-icon {
  margin-right: 0px !important;
} 

/***
Popover
 ***/
.popover {
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);  
  padding: 0 !important;
}

.popover .popover-title {
    -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
          margin: 0 !important;
}

.info .popover .popover-title,
.popover.info .popover-title,
.info .popover .popover-content,
.popover.info .popover-content {
  color:#27a9e3;
}

.success .popover .popover-title,
.popover.success .popover-title,
.success .popover .popover-content,
.popover.success .popover-content {
  color:#468847;
}

.error .popover .popover-title,
.popover.error .popover-title,
.error .popover .popover-content,
.popover.error .popover-content {
  color:#B94A48;
}

.warning .popover .popover-title,
.popover.warning .popover-title,
.warning .popover .popover-content,
.popover.warning .popover-content {
  color:#C09853;
}

/***
Dropdowns
***/

 /*Fixing dropdown issue on mobile devices in Bootstrap 3.2.2*/
.dropdown-backdrop {
  position: static;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  padding: 0px;
  margin:0px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);  
  font-size: 14px;
  font-family: "Segoe UI",Helvetica, Arial, sans-serif;
  border: 1px solid #ddd;
}

.dropdown:hover .caret, 
.open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dropdown-menu.bottom-up {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.dropdown-menu li > a {
  padding: 10px 7px 8px 13px;
  color: #333;
  text-decoration: none;
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  white-space: nowrap;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 1px !important;
}

.dropdown-menu li > a:hover, 
.dropdown-menu .active > a, 
.dropdown-menu .active > a:hover {
  text-decoration: none;
  background-image: none;
  background-color: #eee;
  color: #333;
  filter:none;
}

.dropdown.open .dropdown-toggle {
  color: #08c;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}

/* bagin: sidebar menu badges */
.dropdown-menu > li > a > .badge {
   position: absolute;
   margin-top: 1px;
   right: 3px;
   display: inline;
   font-size: 11px;
   height: auto;
   font-weight: 300;
   text-shadow:none;
   padding: 2px 6px 2px 6px;
   -webkit-border-radius: 12px !important;
      -moz-border-radius: 12px !important;
           border-radius: 12px !important;
}

.dropdown-menu > li > a > .badge.badge-roundless {
  padding: 1px 6px 1px 6px;
   -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
           border-radius: 0 !important;
}

.ie8 .dropdown-menu > li > a > .badge,
.ie9 .dropdown-menu > li > a > .badge,
.ie10 .dropdown-menu > li > a > .badge {
  padding-top: 1px;
}

@-moz-document url-prefix() { 
  .dropdown-menu > li > a > .badge {
    padding: 1px 6px 3px 6px;
  }
  
  .dropdown-menu > li > a > .badge.badge-roundless {
    padding: 1px 6px 2px 6px;
  }
}
/* end: sidebar menu badges */

/***
Forms
***/
label.m-wrap,
input.m-wrap,
button.m-wrap,
select.m-wrap,
textarea.m-wrap {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;

}

input.m-wrap,
button.m-wrap,
select.m-wrap,
textarea.m-wrap {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label.m-wrap {
  display: block;
  margin-bottom: 5px;
}

.uneditable-input,
textarea.m-wrap,
input[type="text"].m-wrap,
input[type="text"],
input[type="password"].m-wrap,
input[type="datetime"].m-wrap,
input[type="datetime-local"].m-wrap,
input[type="date"].m-wrap,
input[type="month"].m-wrap,
input[type="time"].m-wrap,
input[type="week"].m-wrap,
input[type="number"].m-wrap,
input[type="email"].m-wrap,
input[type="url"].m-wrap,
input[type="search"].m-wrap,
input[type="tel"].m-wrap,
input[type="color"].m-wrap,
input[type="email"],
input[type="password"] {
  -webkit-appearance: none !important;   
	color: #333333; 		
  outline: 0;
  height: 11px;
	padding: 4px 4px !important;
  line-height: 20px;
  font-size: 11px;
  font-weight: normal;
  vertical-align: top;  
	background-color: #ffffff;
	background-image: none !important;
  filter: none !important;
	  -webkit-box-shadow: none !important;
	     -moz-box-shadow: none !important;
	          box-shadow: none !important;
	  -webkit-border-radius: 0px;
	     -moz-border-radius: 0px;
	          border-radius: 0px;
  background: #F6F6F6;   
}

input.m-wrap {
  border: 1px solid #e5e5e5;
}

textarea.m-wrap {
  height: auto;
}

.uneditable-input.focus,
textarea.m-wrap:focus,
select.m-wrap:focus,
input[type="text"].m-wrap:focus,
input[type="password"].m-wrap:focus,
input[type="datetime"].m-wrap:focus,
input[type="datetime-local"].m-wrap:focus,
input[type="date"].m-wrap:focus,
input[type="month"].m-wrap:focus,
input[type="time"].m-wrap:focus,
input[type="week"].m-wrap:focus,
input[type="number"].m-wrap:focus,
input[type="email"].m-wrap:focus,
input[type="url"].m-wrap:focus,
input[type="search"].m-wrap:focus,
input[type="tel"].m-wrap:focus,
input[type="color"].m-wrap:focus,
.m-uneditable-input:focus {
  border-color: #999999;
  outline: 0 !important;
  /* IE6-9 */
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;      
}

input[disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  background-color: #F4F4F4 !important;
}

input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #F9F9F9 !important;
}


input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

input[type="radio"].m-wrap,
input[type="checkbox"].m-wrap {
  	margin: 4px 0 0;
  	margin-top: 1px \9;
  	*margin-top: 0;
  	line-height: normal;
	  cursor: pointer;		
  	-webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;		
}

select.m-wrap,
input[type="file"].m-wrap {
  height: 34px !important;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

select.m-wrap {
  width: 220px;
  background-color: #ffffff;
  background-image: none !important;
  filter: none !important;
  border: 1px solid #e5e5e5;
  outline: none;          
}

select[multiple].m-wrap,
select[size].m-wrap {
  height: auto !important;
}

select.m-wrap:focus,
input[type="file"].m-wrap:focus,
input[type="radio"].m-wrap:focus,
input[type="checkbox"].m-wrap:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;  
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}

input[class*="span"].m-wrap
{
  float: none;
  height: 34px !important;
  margin-left: 0;
}

select[class*="span"].m-wrap,
textarea[class*="span"].m-wrap
{
  float: none;
  margin-left: 0;
}

/* fix button toolbars */
.btn-toolbar > .btn-group > .btn:hover,
.btn-toolbar > .btn-group > .btn:focus,
.btn-toolbar > .btn-group > .btn:active,
.btn-toolbar > .btn-group > .btn.active {
  z-index: 0 !important;
}

.input-prepend,
.input-append {
	border: 0;
  display: inline-block;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 24px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}

.input-append .add-on > .halflings-icon,
.input-prepend .add-on > i,
.input-prepend .add-on > [class^="icon-"]
{
	margin-top: 5px;
	margin-left: 3px;
}

.input-append .add-on > .halflings-icon
.input-append .add-on > i,
.input-append .add-on > [class^="icon-"]
{
	margin-top: 5px;
	margin-left: 0px;
}

.input-append .m-wrap,
.input-append .m-wrap:focus {
	border-right: 0 !important;
  margin-right: 1px;
}

.input-prepend input,
.input-prepend input:focus {
	border-left: 0 !important;
  margin-left: 1px;
}

.input-append input[class*="span"],
.input-prepend input[class*="span"]
{
  display: inline-block !important;
}

.m-wrap.xsmall {
  width: 50px !important;
}

.m-wrap.small {
  width: 120px !important;
}

.m-wrap.medium {
  width: 206px !important;
}

.m-wrap.large {
  width: 320px !important;
}

.m-wrap.huge {
  width: 480px !important;
  font-size: 24px !important;
  height: 36px !important;
  line-height: 36px !important;
  padding: 22px 8px !important;
}

select.m-wrap.xsmall {
  width: 64px !important;
}

select.m-wrap.small {
  width: 134px !important;
}

select.m-wrap.medium {
  width: 220px !important;
}

select.m-wrap.large {
  width: 334px !important;
}

/***
Input spinner(in v1.4)
***/

input[type="text"].spinner,
input[type="password"].spinner,
input[type="datetime"].spinner,
input[type="datetime-local"].spinner,
input[type="date"].spinner,
input[type="month"].spinner,
input[type="time"].spinner,
input[type="week"].spinner,
input[type="number"].spinner,
input[type="email"].spinner,
input[type="url"].spinner,
input[type="search"].spinner,
input[type="tel"].spinner,
input[type="color"].spinner {
  background-image: url("../img/input-spinner.gif") !important;
  background-repeat: no-repeat;
  background-position: right 8px;
}

@media (max-width: 768px) {

  .m-wrap.small {
    width: 100px !important;
  }

  .m-wrap.medium {
    width: 150px !important;
  }

  .m-wrap.large {
    width: 200px !important;
  }

  .m-wrap.huge {
    width: 246px !important;
    font-size: 24px !important;
    height: 36px !important;
    line-height: 36px !important;
    padding: 22px 8px !important;
  }

  select.m-wrap.small {
    width: 114px !important;
  }

  select.m-wrap.medium {
    width: 164px !important;
  }

  select.m-wrap.large {
    width: 214px !important;
  }

}  

/***
Custom label and badges
***/
.label, 
.badge {
  font-weight: 300;
  margin-top: 1px;
}

.label-success, 
.badge-success {
  background-color: #3cc051;
  background-image: none !important;
  text-shadow: none !important;
}

.label-warning, 
.badge-warning {
  background-color: #fcb322;
  background-image: none !important;
  text-shadow: none !important;
}

.label-important, 
.badge-important {
  background-color: #ed4e2a;
  background-image: none !important;
  text-shadow: none !important;
}

.label-info, 
.badge-info {
  background-color: #57b5e3;
  background-image: none !important;
  text-shadow: none !important;
}

.label-mini {
  font-size: 11px;
  font-weight: 300;
}

.label-default  {
  background-color: #999 !important;
  text-shadow: none !important;
}

/***
Progress Bars
***/
.progress {  
  border: 1px solid #f1f1f1; 
  background-image: none !important;
  filter: none !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;   

}

.progress-success .bar,
.progress-danger .bar,
.progress-info .bar,
.progress-warning .bar {
  background-image: none !important;
  filter: none !important; 
}

/***
Bootstrap modal 
***/
.modal-header {
  border-bottom: 1px solid #EFEFEF;
}

.modal-header h3{
  font-weight: 300;
}

.modal-footer {
  border-top: 0;
}

.modal {
  z-index: 10050 !important;
}

.modal-backdrop {
  z-index: 10049 !important;
}

.modal-backdrop, 
.modal-backdrop.fade.in {
  background-color: #333 !important;
}

.modal-open .header .container-fluid {
  padding-right: 37px;
}

.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
    font-size: 11px !important;
}
.chosen-container {
    font-size: 11px !important;
}
.chosen-container-single .chosen-single {
height: 15px !important;
}
.chosen-container-single .chosen-single {
    line-height: 17px !important;
}
.input-append .add-on, .input-prepend .add-on {
    height: 17px !important;
    padding: 1px 5px !important;
}
.input-append .add-on > .halflings-icon .input-append .add-on > i, .input-append .add-on > [class^="icon-"] {
    margin-top: 1px !important;
}
.form-horizontal .controls {
    margin-left: 0px !important;
}
.form-horizontal .control-group {
    margin-bottom: 0 !important;
}
.help-inline {
    font-size: 11px;
}
.btn-group
{
font-size: 13px !important;
}
.pagination 
{
margin-bottom: 5px !important;
padding-bottom: 5px !important;
  margin-top: -3px;
}
.BlockFiltrage legend
{
 border-style: none;
    font-size: 19px;
    font-style: italic;
    margin-bottom: 0;
    margin-left: 16px;
    width: auto;
}
.BlockFiltrage fieldset
{
    border:1px solid #35aa47;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;	
    border-radius:8px;	
	padding: 10px;
}
.requiredAstrix
{
color:red;
}
input
{
margin-bottom:1px !important;
}
h1, h2, h3 {
    line-height: 36px !important;
    margin-bottom: 5px !important;
}
.page-content .breadcrumb {
    margin-bottom: 5px !important;

}
th {

    font-size: 11px !important;

}
tr.entete th {
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}
.chosen-container-single .chosen-single {
   /*background: -moz-linear-gradient(center top , #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%) repeat scroll 0 0 padding-box rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(54%,#e5e5e5), color-stop(55%,#e5e5e5), color-stop(57%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 54%,#e5e5e5 55%,#e5e5e5 57%) !important; 
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 54%,#e5e5e5 55%,#e5e5e5 57%) !important; 
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 54%,#e5e5e5 55%,#e5e5e5 57%) !important; 
	background: linear-gradient(to bottom, #ffffff 30%, #e5e5e5 82%, #e5e5e5 34%, #e5e5e5 55%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important; *//* W3C */
    background:none repeat scroll 0 0 #f6f6f6 !important;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-sizing: initial !important;
    color: #444444;
    display: block;
    height: 21px;
    line-height: 24px;
    overflow: hidden;
    padding: 3px 0 3px 8px !important;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.chosen-container-single .chosen-single div {

    top: -1px !important;
 
}
.nav-tabs > li a {
    color: white !important;
}
.nav-tabs > li.active a{
    color: red !important;
}
.nav-tabs > li {
    background: none repeat scroll 0 0 #41a1c5 !important;
    color: white !important;
    margin-bottom: -1px;
}
.table th, .table td {
    line-height: 13px  !important;
}
.table > thead th
{
/*font-size:10px !important;*/
}
.table > tbody th, .table td {
    padding: 5px 1px 5px !important;
}
#resultTable.table > tbody th, .table td
{
	 padding: 1px 2px !important;
}
.help-inline {
    margin-top: 0 !important;
}
.form-horizontal.form-bordered  .table > tbody > tr:first-child {
    border-bottom: 1px solid #eee !important;
}
.form-horizontal.form-bordered  .table > tbody > tr {
    border-bottom: 1px solid #eee !important;
    margin: 0;
    padding: 0;
}
.form-horizontal.form-bordered .control-group .controls {
    border-left: 0px solid #eee !important;
	padding:0px !important;
}
.form-horizontal.form-bordered .control-group {
    border-bottom: 0px solid #eee !important;
}
.form-horizontal.form-bordered .control-group:first-child {
    border-bottom: 0px solid #eee !important;
}
.form-horizontal.form-bordered.form-row-stripped .control-group:nth-child(2n) {
    background-color: transparent !important;
}
.ms-container .ms-list {
    height: 145px !important;
}
input[type="file"] {
    font-size: 10px !important;
}
.loading
{
 /*background: url("f.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: url("f.gif") no-repeat scroll 51% 50% rgba(0, 0, 0, 0);*/
    display: block;
    height: 500px;
    width: 100%;
 }
.tab-content {
overflow-y: auto !important;
min-height: 800px !important;
}
#resultTable tbody tr
{
	cursor:pointer;
	font-size: 14px;
}
table.dataTable.row-border tbody th, 
table.dataTable.row-border tbody td, 
table.dataTable.display tbody th, 
table.dataTable.display tbody td {
  border-bottom: 1px solid #000 !important;
  border-left-color: transparent !important;
}
.table th {
padding: 0px !important;
padding-left: 5px !important;

}
#dashboard {
    overflow-y: auto;
     min-height: 800px;
} 
.alert .close {
    top: 6px;
}
.ui-spinner-button {
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
}
.tab-pane .table th, .tab-pane .table td {
	border-top: 0px solid #ddd !important;

	}
.table .chosen-container,  .table .chosen-container{
    min-width: 100% !important;
}

.container-fluid {
    padding-top: 5px;
}
.page-title
{
	text-transform:uppercase;
	margin-top: 5px !important;
}
.lientop > img {
    width: 55px;
}
.header .brand img {
   width: 155px;
}
form.resultform {
    margin-top: 5px;
}
#NB_RESULT
{
font-size: 11px;
font-style: italic;
font-weight: bold;
text-align: center;
padding-right: 77px;
}
#resultTable.table thead th, #resultTable2.table thead th {
    background-color: #30add3;
	vertical-align: middle;
	height: 20px;
	font-size: 12px !important;
	color: #FFF;
}
.table thead th {
	vertical-align: middle;
	}
.nav-tabs > li > a {

    line-height: 10px !important;

}
.ms-selectable .search-input
{
	width: 97% !important;
}
table .entete th
{
	  padding-bottom: 7px !important;
    padding-top: 7px !important;
}
.navbar .brand {
padding: 8px 15px 1px;
}
.header .nav > li.dropdown
{
	line-height: 11px;
}
tr.AV td
{
	color: red !important;
}
#InlineListe
{
	list-style: none;
}
#OptionsResult
{
	float: left;
    text-align: center;
    width: 54%;
}
#resultTable_wrapper .row-fluid .span6:FIRST-CHILD {
	width: 60% !important;
}
#resultTable_wrapper .row-fluid .span6:LAST-CHILD {
	width: 35% !important;
}
#TopPageTitle .backbtn, #TopPageTitle .nextbtn
{
	border-radius:15px;
}
#TopPageTitle .btn
{
	margin-right:3px;
}
#LastVisiteBloc
{
	display: block;
position: absolute;
/* right: -33px; */
/* top: 27px; */
width: 43%;
color: #b92c28;
/* line-height: 35px; */
display: inline-block;
margin-left: 20px;
font-size: 13px;
text-align: right;
}
.portlet > .portlet-title {
    background-color: #35aa47 !important;
}
.chosen-container {
    width: 100% !important;
}
#resultTable_length .chosen-container {
    width: 32% !important;
}
.dataTables_wrapper .dataTables_length {
    float: left;
    width: 40%;
}
div.dataTables_length label {
    width: 100%;
}
#Print
{
	float:right;
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid #ddd !important;
}
form .table th, form .table td {
    border-top: 0px solid #ddd  !important;
}
.TotalOffre
{
	font-style: italic;
	margin-bottom: 5px;
	font-size: 16px;
	margin-top: 5px;
}
.dataTables_length  .SelectAll
{
margin-right: 7px;
    margin-top: -2px;
margin-left: 51px;
}
.DejaLu, .NewOffre
{
	 color: red;
    font-size: 11px;
    font-style: italic;
    text-align: center;
}
.TotalOffre i.icon-align-justify {
margin-right: 5px;
}
.input-append, .input-prepend
{
	margin-bottom:0px !important;
}
.tab-content .table td
{
	padding: 1px 2px !important;
}
.table-striped tbody>tr >th {
background-color: #f9f9f9 !important;
}
.table-striped tbody>tr >td {
background-color: #fcfcfc !important;
}
.MesFavoris
{
	background-image: linear-gradient(to bottom,#76d6e4  0,#76d6e4  100%) !important;
	border-color: #d5f3fc !important;
}
.MesFavoris i
{
font-size: 13px;
color: #eeab29;
}
#dashboard .nav {
margin-bottom: 0px !important;
}
#dashboard .nav-tabs>li>a {
padding-top: 3px;
padding-bottom: 3px;
}
#TopPageTitle .btn {
margin-right: 3px;
font-size: 12px;
line-height: 12px;
/* width: 1px; */
}
button[type="submit"], button[type="reset"] {
/*margin-top: 11px !important;*/
font-size: 13px;
/*position: relative;
left: -49px;*/
}
.mce-btn button
{
	margin-top: 0px !important;
left: 0px;
}
table.dataTable {
font-size: 12px;
font-family: sans-serif;
}
table.dataTable tbody td {
padding-top: 4px !important;
padding-bottom: 4px !important;
}
.dataTable tbody tr.odd td
{
	background-color: #e6edf7 !important;
	color:#000;
	border-left-color: transparent !important;
}
.dataTable tbody tr.even td
{
	background-color:#fcfcfc !important;
	color:#000;
	border-left-color: transparent !important;
}
.dataTable tbody tr td:first-child
{
border-left-color: #ddd !important;
}
.modal-footer button[type="submit"], .modal-footer button[type="reset"], .modal-footer button[name="Initialiser"] {
    font-size: 14px;
    left: 0px;
    margin-top: 0px !important;
    position: relative;
}
.modal-body {
    padding-top: 3px  !important;
}
#ListeMotifBloque li
{
display:table;
}
.dataTable tbody .odd.CompteExpired td, .dataTable tbody .even.CompteExpired td
{
	background-color:#e02222 !important;
	color: black;
}
.dataTable tbody .odd.CompteBloqued td, .dataTable tbody .even.CompteBloqued td
{
	background-color: #f2dede !important;
	color: #b94a48;
}
.dataTable tbody td .abonntd
{
color:gray !important;
}
.dataTable tbody .CompteBloqued .abonntd
{
color:white !important;
}
.dataTable tbody .CompteExpired .abonntd
{
color:yellow  !important;
}
.MesFavoris:hover, .MesFavoris:focus {
	background-color: #d5f3fc !important;
	background-position: 0 -15px
}
tr.entete th
{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 54%, #e5e5e5 55%, #e5e5e5 57%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(54%,#e5e5e5), color-stop(55%,#e5e5e5), color-stop(57%,#e5e5e5))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 54%,#e5e5e5 55%,#e5e5e5 57%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 54%,#e5e5e5 55%,#e5e5e5 57%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 54%,#e5e5e5 55%,#e5e5e5 57%) !important; /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%, #bfbfbf 100%, #ffffff 100%, #e3e3e3 64%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ) !important; /* IE6-9 */	
}
.radio input[type="radio"], .checkbox input[type="checkbox"]
{
	margin-left: 0px !important;
}
#submitForm td {
    vertical-align: top;
}
.dataTables_filter .icon-search
{
	position: relative;
    top: -5px;
}
.title_secteur_search
{
	margin-right: 26px;
	color:#d98518;
	font-weight:bold;
}
#DATE_PARUTION_1, #DATE_PARUTION_2, #DATE_LIMIT_1, #DATE_LIMIT_2
{
	border-color: #d98518;
	margin-top:1px
}
.cke_dialog input[type="text"]
{
	height:22px !important;
}
.inbox .dataTable tbody tr.unread td, .inbox .table-striped tbody > tr.unread:nth-child(2n+1) > td{
  font-weight: 900;
   background: #FFF !important;
   font-style:italic;
}
.btn {
margin-top: 1px;
}
#PleaseWaitLoading
{
	position: fixed;
	z-index: 9999999;
	width: 100%;
	text-align: center;
	background: url(f.gif) no-repeat;
	height: 100%;
	background-position-x: center;
	background-position-y: center;
}

#overlayLoading
{
top:0px;
z-index: 9999999;
position: fixed;
height: 100%;
width: 100%;
opacity: 0.7;
BACKGROUND: #FFF;
}
.hiddenChild
{
display:none;
}
.add-control {
    background: url('details_open.png') no-repeat left center;
	cursor: pointer;
	display: inline-block;
	width: 23px;
	height: 17px;
}
ul.page-sidebar-menu > li > ul.sub-menu > li > a, ul.page-sidebar-menu > li > a {
font-size: 13px !important;
}
.remove-control {
    background: url('details_close.png') no-repeat left center;
}
@media (min-width: 980px) { 
.page-sidebar,.nav-collapse.collapse
{
	position: fixed !important;
	height: 94% !important;
	overflow-y: auto !important;
}
}
@media (min-width: 980px) { 
.page-sidebar {
}
}
.page-sidebar-closed .page-sidebar,.page-sidebar-closed  .nav-collapse.collapse
{
overflow-y: visible !important;
z-index: 9999999;
margin-top: 10px;
border-top: 0px solid;
}
tr.entete th {
font-size: 12px !important;
}
table.dataTable tbody td {
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.TitreForm
{
font-weight:bold;
}
input#Contact, input#Budjet, input#DateParution, input#DateOvertEch, input#DateOvertExecution
{
background: rgb(229, 215, 215) !important;
color:#000 !important;
font-weight:bold !important;
}
input#Caution, input#Montant_Retrait, input#DateOvertPli, input#DateOvertReunion, input#Visite_Lieux
{
background: rgb(221, 219, 219) !important;
color:#000 !important;
font-weight:bold !important;
}
input[name=AV]
{
background: rgb(255, 146, 146) !important;
color:#000 !important;
}
#FRMCREATEOFFRE input, textarea, select
{
font-weight:bold !important;
color:#000 !important;
}
.table thead th.defaultsorting
{
background: url('../../images/sort_both.png') no-repeat center right;
background-color: #30add3;
cursor:pointer;
}
.table thead th.descsort
{
background: url('../../images/sort_desc.png') no-repeat center right;
background-color: #30add3;
cursor:pointer;
}
.table thead th.ascsort
{
background: url('../../images/sort_asc.png') no-repeat center right;
background-color: #30add3;
cursor:pointer;
}
.c_b
{
  border: 1px solid gray;
  border-radius: 12px;
  padding: 3px;
  margin-top: 3px;
  display: inline-block;
  width: 100%;
  background-color: white;
  text-align: center;
}

.ms-selection ul.ms-list .ms-selected span {
    background: url(../../img/remove.png) no-repeat right;
    display: block;
}
.NumRef
{
    margin: 0 auto;
    display: block;
    max-width: 155px;
    text-align: center;
    word-wrap: break-word;
}
.entete .rechercheAvance
{
    font-size: 16px !important;
    padding-left: 30px !important;
}
.favimg_custom {
    background-image: url(../../img/icof.png);
    background-size: 15px;
    background-repeat: no-repeat;
    width: 15px;
    height: 17px;
    background-color: #30add3;
    padding-left: 1px;
    padding-right: 0px;
    margin: 0 auto;
}
#resultTable tbody tr td:first-child
{
  text-align: center;
}
.favimg_custom:hover{
    background-image:url(../../img/icof-hover.png);
    cursor:pointer;
}

.IsfavAo {
    background-image: url(../../img/icof-hover.png) !important;
    cursor: pointer;
}
.modal.modal-lg {
  width: 85%; /* respsonsive width */
  margin-left:-42%; /* width/2) */
}