/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: http://lemonwi.se co-founder

    */

iframe{
    width:100%
}

@font-face {
    font-family: 'FontAwesome';
    src: url('font/fontawesome-webfont.eot');
    src: url('font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('font/fontawesome-webfont.woff') format('woff'), url('font/fontawesome-webfont.ttf') format('truetype'), url('font/fontawesome-webfont.svgz#FontAwesomeRegular') format('svg'), url('font/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* sprites.less reset */
[class^="fa-icon-"], [class*=" fa-icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: inherit;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
}
li[class^="fa-icon-"], li[class*=" fa-icon-"] {
    display: block;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="fa-icon-"]:before, [class*=" fa-icon-"]:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
}
a [class^="fa-icon-"], a [class*=" fa-icon-"] {
    display: inline-block;
    text-decoration: none;
}
/* makes the font 33% larger relative to the icon container */
.fa-icon-large:before {
    vertical-align: top;
    font-size: 1.3333333333333333em;
}
.btn [class^="fa-icon-"], .btn [class*=" fa-icon-"] {
    /* keeps button heights with and without icons the same */
    line-height: .9em;
}
li [class^="fa-icon-"], li [class*=" fa-icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}
li .fa-icon-large[class^="fa-icon-"], li .fa-icon-large[class*=" fa-icon-"] {
    /* 1.5 increased font size for fa-icon-large * 1.25 width */
    width: 1.875em;
}
li[class^="fa-icon-"], li[class*=" fa-icon-"] {
    margin-left: 0;
    list-style-type: none;
}
li[class^="fa-icon-"]:before, li[class*=" fa-icon-"]:before {
    text-indent: -2em;
    text-align: center;
}
li[class^="fa-icon-"].fa-icon-large:before, li[class*=" fa-icon-"].fa-icon-large:before {
    text-indent: -1.3333333333333333em;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.fa-icon-glass:before                { content: "\f000"; }
.fa-icon-music:before                { content: "\f001"; }
.fa-icon-search:before               { content: "\f002"; }
.fa-icon-envelope:before             { content: "\f003"; }
.fa-icon-heart:before                { content: "\f004"; }
.fa-icon-star:before                 { content: "\f005"; }
.fa-icon-star-empty:before           { content: "\f006"; }
.fa-icon-user:before                 { content: "\f007"; }
.fa-icon-film:before                 { content: "\f008"; }
.fa-icon-th-large:before             { content: "\f009"; }
.fa-icon-th:before                   { content: "\f00a"; }
.fa-icon-th-list:before              { content: "\f00b"; }
.fa-icon-ok:before                   { content: "\f00c"; }
.fa-icon-remove:before               { content: "\f00d"; }
.fa-icon-zoom-in:before              { content: "\f00e"; }

.fa-icon-zoom-out:before             { content: "\f010"; }
.fa-icon-off:before                  { content: "\f011"; }
.fa-icon-signal:before               { content: "\f012"; }
.fa-icon-cog:before                  { content: "\f013"; }
.fa-icon-trash:before                { content: "\f014"; }
.fa-icon-home:before                 { content: "\f015"; }
.fa-icon-file:before                 { content: "\f016"; }
.fa-icon-time:before                 { content: "\f017"; }
.fa-icon-road:before                 { content: "\f018"; }
.fa-icon-download-alt:before         { content: "\f019"; }
.fa-icon-download:before             { content: "\f01a"; }
.fa-icon-upload:before               { content: "\f01b"; }
.fa-icon-inbox:before                { content: "\f01c"; }
.fa-icon-play-circle:before          { content: "\f01d"; }
.fa-icon-repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.fa-icon-refresh:before              { content: "\f021"; }
.fa-icon-list-alt:before             { content: "\f022"; }
.fa-icon-lock:before                 { content: "\f023"; }
.fa-icon-flag:before                 { content: "\f024"; }
.fa-icon-headphones:before           { content: "\f025"; }
.fa-icon-volume-off:before           { content: "\f026"; }
.fa-icon-volume-down:before          { content: "\f027"; }
.fa-icon-volume-up:before            { content: "\f028"; }
.fa-icon-qrcode:before               { content: "\f029"; }
.fa-icon-barcode:before              { content: "\f02a"; }
.fa-icon-tag:before                  { content: "\f02b"; }
.fa-icon-tags:before                 { content: "\f02c"; }
.fa-icon-book:before                 { content: "\f02d"; }
.fa-icon-bookmark:before             { content: "\f02e"; }
.fa-icon-print:before                { content: "\f02f"; }

.fa-icon-camera:before               { content: "\f030"; }
.fa-icon-font:before                 { content: "\f031"; }
.fa-icon-bold:before                 { content: "\f032"; }
.fa-icon-italic:before               { content: "\f033"; }
.fa-icon-text-height:before          { content: "\f034"; }
.fa-icon-text-width:before           { content: "\f035"; }
.fa-icon-align-left:before           { content: "\f036"; }
.fa-icon-align-center:before         { content: "\f037"; }
.fa-icon-align-right:before          { content: "\f038"; }
.fa-icon-align-justify:before        { content: "\f039"; }
.fa-icon-list:before                 { content: "\f03a"; }
.fa-icon-indent-left:before          { content: "\f03b"; }
.fa-icon-indent-right:before         { content: "\f03c"; }
.fa-icon-facetime-video:before       { content: "\f03d"; }
.fa-icon-picture:before              { content: "\f03e"; }

.fa-icon-pencil:before               { content: "\f040"; }
.fa-icon-map-marker:before           { content: "\f041"; }
.fa-icon-adjust:before               { content: "\f042"; }
.fa-icon-tint:before                 { content: "\f043"; }
.fa-icon-edit:before                 { content: "\f044"; }
.fa-icon-share:before                { content: "\f045"; }
.fa-icon-check:before                { content: "\f046"; }
.fa-icon-move:before                 { content: "\f047"; }
.fa-icon-step-backward:before        { content: "\f048"; }
.fa-icon-fast-backward:before        { content: "\f049"; }
.fa-icon-backward:before             { content: "\f04a"; }
.fa-icon-play:before                 { content: "\f04b"; }
.fa-icon-pause:before                { content: "\f04c"; }
.fa-icon-stop:before                 { content: "\f04d"; }
.fa-icon-forward:before              { content: "\f04e"; }

.fa-icon-fast-forward:before         { content: "\f050"; }
.fa-icon-step-forward:before         { content: "\f051"; }
.fa-icon-eject:before                { content: "\f052"; }
.fa-icon-chevron-left:before         { content: "\f053"; }
.fa-icon-chevron-right:before        { content: "\f054"; }
.fa-icon-plus-sign:before            { content: "\f055"; }
.fa-icon-minus-sign:before           { content: "\f056"; }
.fa-icon-remove-sign:before          { content: "\f057"; }
.fa-icon-ok-sign:before              { content: "\f058"; }
.fa-icon-question-sign:before        { content: "\f059"; }
.fa-icon-info-sign:before            { content: "\f05a"; }
.fa-icon-screenshot:before           { content: "\f05b"; }
.fa-icon-remove-circle:before        { content: "\f05c"; }
.fa-icon-ok-circle:before            { content: "\f05d"; }
.fa-icon-ban-circle:before           { content: "\f05e"; }

.fa-icon-arrow-left:before           { content: "\f060"; }
.fa-icon-arrow-right:before          { content: "\f061"; }
.fa-icon-arrow-up:before             { content: "\f062"; }
.fa-icon-arrow-down:before           { content: "\f063"; }
.fa-icon-share-alt:before            { content: "\f064"; }
.fa-icon-resize-full:before          { content: "\f065"; }
.fa-icon-resize-small:before         { content: "\f066"; }
.fa-icon-plus:before                 { content: "\f067"; }
.fa-icon-minus:before                { content: "\f068"; }
.fa-icon-asterisk:before             { content: "\f069"; }
.fa-icon-exclamation-sign:before     { content: "\f06a"; }
.fa-icon-gift:before                 { content: "\f06b"; }
.fa-icon-leaf:before                 { content: "\f06c"; }
.fa-icon-fire:before                 { content: "\f06d"; }
.fa-icon-eye-open:before             { content: "\f06e"; }

.fa-icon-eye-close:before            { content: "\f070"; }
.fa-icon-warning-sign:before         { content: "\f071"; }
.fa-icon-plane:before                { content: "\f072"; }
.fa-icon-calendar:before             { content: "\f073"; }
.fa-icon-random:before               { content: "\f074"; }
.fa-icon-comment:before              { content: "\f075"; }
.fa-icon-magnet:before               { content: "\f076"; }
.fa-icon-chevron-up:before           { content: "\f077"; }
.fa-icon-chevron-down:before         { content: "\f078"; }
.fa-icon-retweet:before              { content: "\f079"; }
.fa-icon-shopping-cart:before        { content: "\f07a"; }
.fa-icon-folder-close:before         { content: "\f07b"; }
.fa-icon-folder-open:before          { content: "\f07c"; }
.fa-icon-resize-vertical:before      { content: "\f07d"; }
.fa-icon-resize-horizontal:before    { content: "\f07e"; }

.fa-icon-bar-chart:before            { content: "\f080"; }
.fa-icon-twitter-sign:before         { content: "\f081"; }
.fa-icon-facebook-sign:before        { content: "\f082"; }
.fa-icon-camera-retro:before         { content: "\f083"; }
.fa-icon-key:before                  { content: "\f084"; }
.fa-icon-cogs:before                 { content: "\f085"; }
.fa-icon-comments:before             { content: "\f086"; }
.fa-icon-thumbs-up:before            { content: "\f087"; }
.fa-icon-thumbs-down:before          { content: "\f088"; }
.fa-icon-star-half:before            { content: "\f089"; }
.fa-icon-heart-empty:before          { content: "\f08a"; }
.fa-icon-signout:before              { content: "\f08b"; }
.fa-icon-linkedin-sign:before        { content: "\f08c"; }
.fa-icon-pushpin:before              { content: "\f08d"; }
.fa-icon-external-link:before        { content: "\f08e"; }

.fa-icon-signin:before               { content: "\f090"; }
.fa-icon-trophy:before               { content: "\f091"; }
.fa-icon-github-sign:before          { content: "\f092"; }
.fa-icon-upload-alt:before           { content: "\f093"; }
.fa-icon-lemon:before                { content: "\f094"; }
.fa-icon-phone:before                { content: "\f095"; }
.fa-icon-check-empty:before          { content: "\f096"; }
.fa-icon-bookmark-empty:before       { content: "\f097"; }
.fa-icon-phone-sign:before           { content: "\f098"; }
.fa-icon-twitter:before              { content: "\f099"; }
.fa-icon-facebook:before             { content: "\f09a"; }
.fa-icon-github:before               { content: "\f09b"; }
.fa-icon-unlock:before               { content: "\f09c"; }
.fa-icon-credit-card:before          { content: "\f09d"; }
.fa-icon-rss:before                  { content: "\f09e"; }

.fa-icon-hdd:before                  { content: "\f0a0"; }
.fa-icon-bullhorn:before             { content: "\f0a1"; }
.fa-icon-bell:before                 { content: "\f0a2"; }
.fa-icon-certificate:before          { content: "\f0a3"; }
.fa-icon-hand-right:before           { content: "\f0a4"; }
.fa-icon-hand-left:before            { content: "\f0a5"; }
.fa-icon-hand-up:before              { content: "\f0a6"; }
.fa-icon-hand-down:before            { content: "\f0a7"; }
.fa-icon-circle-arrow-left:before    { content: "\f0a8"; }
.fa-icon-circle-arrow-right:before   { content: "\f0a9"; }
.fa-icon-circle-arrow-up:before      { content: "\f0aa"; }
.fa-icon-circle-arrow-down:before    { content: "\f0ab"; }
.fa-icon-globe:before                { content: "\f0ac"; }
.fa-icon-wrench:before               { content: "\f0ad"; }
.fa-icon-tasks:before                { content: "\f0ae"; }

.fa-icon-filter:before               { content: "\f0b0"; }
.fa-icon-briefcase:before            { content: "\f0b1"; }
.fa-icon-fullscreen:before           { content: "\f0b2"; }

.fa-icon-group:before                { content: "\f0c0"; }
.fa-icon-link:before                 { content: "\f0c1"; }
.fa-icon-cloud:before                { content: "\f0c2"; }
.fa-icon-beaker:before               { content: "\f0c3"; }
.fa-icon-cut:before                  { content: "\f0c4"; }
.fa-icon-copy:before                 { content: "\f0c5"; }
.fa-icon-paper-clip:before           { content: "\f0c6"; }
.fa-icon-save:before                 { content: "\f0c7"; }
.fa-icon-sign-blank:before           { content: "\f0c8"; }
.fa-icon-reorder:before              { content: "\f0c9"; }
.fa-icon-list-ul:before              { content: "\f0ca"; }
.fa-icon-list-ol:before              { content: "\f0cb"; }
.fa-icon-strikethrough:before        { content: "\f0cc"; }
.fa-icon-underline:before            { content: "\f0cd"; }
.fa-icon-table:before                { content: "\f0ce"; }

.fa-icon-magic:before                { content: "\f0d0"; }
.fa-icon-truck:before                { content: "\f0d1"; }
.fa-icon-pinterest:before            { content: "\f0d2"; }
.fa-icon-pinterest-sign:before       { content: "\f0d3"; }
.fa-icon-google-plus-sign:before     { content: "\f0d4"; }
.fa-icon-google-plus:before          { content: "\f0d5"; }
.fa-icon-money:before                { content: "\f0d6"; }
.fa-icon-caret-down:before           { content: "\f0d7"; }
.fa-icon-caret-up:before             { content: "\f0d8"; }
.fa-icon-caret-left:before           { content: "\f0d9"; }
.fa-icon-caret-right:before          { content: "\f0da"; }
.fa-icon-columns:before              { content: "\f0db"; }
.fa-icon-sort:before                 { content: "\f0dc"; }
.fa-icon-sort-down:before            { content: "\f0dd"; }
.fa-icon-sort-up:before              { content: "\f0de"; }

.fa-icon-envelope-alt:before         { content: "\f0e0"; }
.fa-icon-linkedin:before             { content: "\f0e1"; }
.fa-icon-undo:before                 { content: "\f0e2"; }
.fa-icon-legal:before                { content: "\f0e3"; }
.fa-icon-dashboard:before            { content: "\f0e4"; }
.fa-icon-comment-alt:before          { content: "\f0e5"; }
.fa-icon-comments-alt:before         { content: "\f0e6"; }
.fa-icon-bolt:before                 { content: "\f0e7"; }
.fa-icon-sitemap:before              { content: "\f0e8"; }
.fa-icon-umbrella:before             { content: "\f0e9"; }
.fa-icon-paste:before                { content: "\f0ea"; }

.fa-icon-user-md:before              { content: "\f200"; }
.fa-null                             { color: white;     }
/*--------------------------------------------------------------------*/


/** Ajout après MAJ de Bootstrap 2.1 **/
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
/*padding: 4px 10px 4px;*/

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}

h1 {
  font-size: 30px;
  line-height: 36px;
}

h1 small {
  font-size: 18px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}

h2 small {
  font-size: 18px;
}

h3 {
  font-size: 18px;
  line-height: 27px;
}

h3 small {
  font-size: 14px;
}

h4,
h5,
h6 {
  line-height: 18px;
}

h4 {
  font-size: 14px;
}

h4 small {
  font-size: 12px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], 
input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
height: 18px;
font-size: 13px;
line-height: 18px;
}

.btn{
  font-size: 13px;
  line-height: 18px; 
  padding: 4px 10px 4px; 
}
.btn.btn-primary.submit i {
    font-size: 125%;
    margin-right:10px;
}

.typeahead{z-index:5000}
/** Fin MAJ Bootstrap 2.1 -- Voir aussi ligne 690 **/

/* CSS Document */

body {
  padding-top: 20px;
  background: #ffffff;
}
a {
    color: #141414;
}
a:hover {
    color: #242424;
}
a:focus {
    outline: none;
}
.tab0 {
    display: inline-block;
    width: 73px;
    padding: 0 0 0 10px;
}
.tab1 {
    display: inline-block;
    width: 200px;
    padding: 0 0 0 10px;
}
.tab2 {
    display: inline-block;
    width: 200px;
}
label.checkbox{margin: 5px 0 5px 10px;}

.sidebar-nav .well{
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  border: 1px solid #ddd;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

/* Other */
.action-btn {
	text-align:center;
	 background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  border: 1px solid #ddd;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
  margin-top:0px;
  margin-bottom:20px;
  padding:10px;
}
/* tableau datatable*/
table.table thead  {
    cursor: pointer;
    *cursor: hand;
}
.headerSortUp [class^="fa-icon-"], .headerSortDown [class^="fa-icon-"] {
    float: right;
    line-height: 14px;
}
.member-avatar img {
border: 1px solid #DDDDDD;}

.comment-info {
color:#666;
}

/* Portlets */
.box {
    background: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #ddd;
    /* -webkit-box-shadow: 0 1px 0 #ffffff inset, 2px 2px 5px #aaa;
       -moz-box-shadow: 0 1px 0 #ffffff inset, 2px 2px 5px #aaa;
            box-shadow: 0 1px 0 #ffffff inset, 2px 2px 5px #aaa; */
}
.box p {
    margin: 9px auto;
    text-align: center;
}
.box .well {
    background: #fff;
    border: none;
    box-shadow: none;
}
.row-fluid [class*="span"]:first-child.center {
    float: none;
    margin: auto;
}
.login .span6:nth-child(1) {
    padding:  0 0 0 10px;
}
.login .span6:nth-child(2) {
    padding: 0 0 0 8px;
}
/*-- Boutons --*/
.btn {
	border:1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}

/*-- Table --*/
.nav-tabs {
    margin: 0 0 10px 0;
}
.badge {
    font-size: 14px;
    background: #A41776;
}

/* Round Corners and text effects
----------------------------------------------------------------------------------------------------*/

.round-all {
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
}
.round-top {
	-webkit-border-top-left-radius:  3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft:      3px;
	-moz-border-radius-topright:     3px;
	border-radius: 3px 3px 0 0;
}
.round-bottom {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius:  3px;
	-moz-border-radius-bottomright:     3px;
	-moz-border-radius-bottomleft:      3px;
	border-radius: 0 0 3px 3px;
}
.round-left {
	-webkit-border-top-left-radius:    3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft:        3px;
	-moz-border-radius-bottomleft:     3px;
	border-radius: 3px 0 0 3px;
}
.round-right {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-radius:0 3px 3px 0;
}
/* Member Box - Side Nav */
.member-box {
	background-color: #414141;
	background-image: -ms-linear-gradient(top, #555, #222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#222));
	background-image: -webkit-linear-gradient(top, #555, #222);
	background-image: -o-linear-gradient(top, #555, #222);
	background-image: -moz-linear-gradient(top, #555, #222);
	background-image: linear-gradient(top, #555, #222);
	background-repeat: repeat-x;
	padding:5px;
	/* border: 1px solid #ddd; */
	/* filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
	-webkit-box-shadow:  inset 0 1px 0 #ffffff;
		-moz-box-shadow: inset 0 1px 0 #ffffff;
			box-shadow:  inset 0 1px 0 #ffffff; */
    color:#414141;
}
.member-box a{color:#efefef}
.member-box strong{color:#f5f5f5}

span.member-box-avatar {
    width:52px;
    height:52px;
    float:left;
    font-size:40px;
    margin:15px;
}

/* Dashboard  */
.box ul.dashboard-statistics li, ul.dashboard-member-activity li {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #fff;
}

.red {
	color:#B94A48;
}
.green {
	color:#468847
}
.yellow {
	color:#F89406
}
.blue {
	color:#3A87AD;
}

img.dashboard-member-activity-avatar {
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

/* Calendar */
.fc-state-default .fc-button-effect span {
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: linear-gradient(top, #ffffff, #f5f5f5);
    background-repeat: repeat-x;
    border: 1px solid #ddd;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
       -moz-box-shadow: inset 0 1px 0 #ffffff;
            box-shadow: inset 0 1px 0 #ffffff;
}

/* Show Grid */
.show-grid [class*="span"] {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 3px 3px 3px 3px;
}

.show-grid:hover [class*="span"] {
    background: none repeat scroll 0 0 #DDDDDD;
}

.show-grid .show-grid [class*="span"] {
    background-color: #CCCCCC;
}

/* Tab */
.nav-tabs{padding-bottom:0;margin-bottom:0; border-bottom: 0px}
.nav-tabs > li > a, 
.nav-tabs > .active > a:hover {
	color: #f5f5f5;
	cursor: default;
	background-color: #414141;
	border: 1px solid #DDD;
	border-bottom-color: transparent;
}

.nav-tabs > .active > a, 
.nav-tabs > .active:hover > a,
.nav-tabs > li > a:hover {
	color: #414141;
	cursor: default;
	/* background-color: rgb(253,236,82); */
	border: 1px solid #DDD;
	/*border-bottom-color: none;*/
	background: #fdec52; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdec52 90%, #f5f5f5 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(90%,#fdec52), color-stop(99%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdec52 90%,#f5f5f5 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdec52 90%,#f5f5f5 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdec52 90%,#f5f5f5 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdec52 90%,#f5f5f5 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdec52', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */


}

.box{
-webkit-border-radius: 0px;
-moz-border-radius:    0px;
border-radius:         0px;
}

/*
 * Formulaire modal
 */
.userCreate { color:#bfbfbf; float:left; padding-top:5px; font-size:10px; }


/*
 * Les tableaux
 */
.little{width:20px;}
/*.status{width:20px; text-indent:-9999px;}*/
.status{width:20px; text-align:center!important;}


/*.status_1,.status_img_1{background:url(../images/red.png)no-repeat center center; margin:0;}
.status_2,.status_img_2{background:url(../images/orange.png)no-repeat center center;  margin:0;}
.status_3,.status_img_3{background:url(../images/yellow.png)no-repeat center center;  margin:0;}
.status_4,.status_img_4{background:url(../images/green.png)no-repeat center center; margin:0;}
.status_5,.status_img_5{background:url(../images/grey.png)no-repeat center center; margin:0;}
.status_6,.status_img_6{background:url(../images/yellowphone.png)no-repeat center center; margin:0;}*/

.status_1,.status_img_1{color:#FF0000; font-size:30px; margin:0 auto;}
.status_2,.status_img_2{color:#f6861f; font-size:30px; margin:0 auto;}
.status_3,.status_img_3{color:#fff300; font-size:30px; margin:0 auto;}
.status_4,.status_img_4{color:#009703; font-size:30px; margin:0 auto;}
.status_5,.status_img_5{color:#333333; font-size:30px; margin:0 auto;}
.status_6,.status_img_6{color:#fff300; font-size:30px; margin:0 auto;}


/*
 * Les onglet
 */
.tab-content {margin-top:0}

/*
 * Onglet Site
 */
#ongletContact .span9,
#ongletSite .span9,
#ongletIntervention .span9,
#ongletFacturation .span9{
	margin:10px
}

.datepicker td.day.active{background:#414141; color:#FDEC52;}

.ackwa:before {
content: url(../images/ackwa.png) no-repeat 100% 7px;
}


.input-prepend .add-on,
.input-append .add-on{
    background-color: #414141;
    background-image: -ms-linear-gradient(top, #555, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#222));
    background-image: -webkit-linear-gradient(top, #555, #222);
    background-image: -o-linear-gradient(top, #555, #222);
    background-image: -moz-linear-gradient(top, #555, #222);
    background-image: linear-gradient(top, #555, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 black;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    color:#FFFFF;
    height:15px;
    padding-bottom:7px;
    }
.input-prepend .add-on{margin-right:-5px;  }
.add-on i[class^="fa-icon-"]{color:#F5F5F5; }

.inline{float:left;margin-right:20px;}

form#search{margin:10px 20px;}
/* 
 MAJ BT
form.form-search{margin:0px 10px;margin-top:3px;}
*/
form.form-search{margin:0px 10px;margin-top:4px;}
.nav-tabs a.btn{margin-top:3px;}

td.stat{padding:0;}

/*
 *  Onglet desciption
 */
#desc_client .accordion-heading{background:#414141;height:45px;line-height:40px;}
#desc_client .accordion-heading a{margin-right:5px;margin-top:7px;}
#desc_client .accordion-heading h3{background:#414141; color:#FDEC52; float:left}
#desc_client .accordion-heading h3 a{margin-top:0; color:#FDEC52;}
#desc_client .accordion-heading h3 a:hover{text-decoration:none;}


.contrast{background:#414141; color:#FDEC52;}
h4.contrast{padding:10px;}
h4.contrast .btn{margin-top:-5px;}
.accordion-body{clear:both}
.tabs-left > .nav-tabs{margin-right:0px;}
.tabs-left > .nav-tabs > li > a{margin-right: -2px;}


#desc_site_accord .accordion-heading{background:#FDEC52;height:35px;line-height:35px;}
#desc_site_accord .accordion-heading a,
.tab-pane .btn{margin-right:5px;margin-top:4px;}

#desc_site_accord .accordion-heading h4{background:#FDEC52; float:left}
#desc_site_accord .accordion-heading h4 a{margin-top:0}


.client_info,
.client_facture,
.client_contrat,
.client_contact,
.client_fichier,
.desc_site,
.desc_contrat,
.desc_fichier,
.desc_contact,
.desc_intervention,
.desc_gestion,
.desc_distribution,
.desc_stockage,
.desc_acces,
.desc_autres{padding:20px; border:1px solid #dddddd;}

.client_info .row-fluid,
.client_facture .row-fluid,
.client_contrat .row-fluid,
.client_contact .row-fluid,
.client_fichier .row-fluid,
.desc_site .row-fluid,
.desc_contrat .row-fluid,
.desc_intervention .row-fluid,
.desc_gestion .row-fluid,
.desc_distribution .row-fluid,
.desc_stockage .row-fluid,
.desc_acces .row-fluid,
.desc_autres .row-fluid{margin:10px;}

.client_info .tab-pane,
.client_facture .tab-pane,
.client_contrat .tab-pane,
.client_contact .tab-pane,
.client_fichier .tab-pane,
.desc_site .tab-pane,
.desc_contrat .tab-pane,
.desc_contact .tab-pane,
.desc_intervention .tab-pane,
.desc_gestion .tab-pane,
.desc_distribution .tab-pane,
.desc_stockage .tab-pane,
.desc_acces .tab-pane,
.desc_autres .tab-pane{padding-right:40px;}

.tab-pane{min-height:380px;}



p.error,
span.error, 
p.info,
span.info {
    text-align:left; 
    padding-left:10px;
    color:#880000;
    font-size:12px;
    margin: 2px auto;
}

input.wrong, select.wrong {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
     -moz-box-shadow: 0 0 6px #d59392;
          box-shadow: 0 0 6px #d59392;
}
span.error.custom {
    padding-left: 0;
    float:left;
}

/*
 * Data table
 */
.dataTables_filter {
	float: left;
	text-align: left;
}

.dataTables_length {
	float: right;
    text-align: right;
}

.modal.fade.in{top:40%;}

.modal.fade.in .modal-body{max-height: 400px;}


/*
 * Bootstrap 2.1 : tooltip composent
 ******************************************************************************
 *!
 * Bootstrap v2.1.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/*
 * alphabet
 */

div.alphabet {
    display: table;
    width: 100%;
    margin-bottom: 1em;
    border:1px solid #ddd;
    float:left;
    background:#eee;
    margin:15px 0;
    border-radius:5px;

}

div.alphabet span {
    clear:both;
    display: block;
    height:22px;
    padding-top: 5px;
    border:1px solid #eee;
    background:#333;
    color: rgb(253,236,82);
    cursor: pointer;
    text-align: center;
    width: 60%;
    margin: 2px auto;
    border-radius: 3px;
}

div.alphabet span:hover {
    text-decoration: underline;
    background:rgb(253,236,82);
    color:#333;
}

div.alphabet span.active {
    color:white;
}
/*#ongletContact .alphabet {width:5%;}*/
#ongletContact table {
    /*width:93%!important;*/
    clear:inherit;
}

.align-checkbox{
    margin-left:215px!important;
}

/*******************************************************************************/

@media (max-width: 767px) {
  .modal.fade.in{top:0px!important;}
  .modal.fade.in .modal-body {max-height: 350px!important;}
  .modal-footer {padding: 5px 15px!important}
}
