/* Scss Document */
/*General*/
@font-face {
  font-family: 'custom';
  src: url("../assets/fonts/custom/custom.eot?xz6fpr");
  src: url("../assets/fonts/custom/custom.eot?#iefixxz6fpr") format("embedded-opentype"), url("../assets/fonts/custom/custom.ttf?xz6fpr") format("truetype"), url("../assets/fonts/custom/custom.woff?xz6fpr") format("woff"), url("../assets/fonts/custom/custom.svg?xz6fpr#custom") format("svg");
  font-weight: normal;
  font-style: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  overflow-x: inherit;
  background-color: #f9f9f9; }

body {
  font-size: 1.2em; }

h2 {
  font-size: 2em; }

@-moz-document url-prefix() {
  abbr[title]:not(.categorie) {
    border: 0; } }

abbr.btn-link, abbr.icon {
  border: 0; }

.completer-limit .completer-dropdown {
  overflow-y: auto;
  max-height: 20rem;
  width: 95% !important;
  border-color: #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 10px 0;
  line-height: normal;
  box-shadow: none; }
  .completer-limit .completer-dropdown .completer-selected-row {
    background: #7d8797; }

.noResult {
  color: #0f0f0f;
  font-weight: normal !important; }

.off {
  color: #ddd !important; }

.matchCompleter {
  text-decoration: underline !important; }

a {
  color: #ba0001; }
  a:hover, a:focus {
    color: #6e0001; }
  a.btn-link {
    color: #ba0001; }
    a.btn-link:hover {
      text-decoration: none;
      color: #6e0001; }
    a.btn-link.off:hover {
      color: #6e0001 !important; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  margin-top: 2px; }

.normal {
  font-weight: normal; }

h4 {
  font-size: 1em;
  font-weight: 600;
  color: #424242; }

div[class^="voffset"] {
  clear: both; }

.voffset {
  margin-top: 2px !important; }

.voffset1 {
  margin-top: 5px !important; }

.voffset2 {
  margin-top: 10px !important; }

.voffset3 {
  margin-top: 15px !important; }

.voffset4 {
  margin-top: 30px !important; }

.voffset5 {
  margin-top: 40px !important; }

.voffset6 {
  margin-top: 60px !important; }

.voffset7 {
  margin-top: 80px !important; }

.voffset8 {
  margin-top: 100px !important; }

.voffset9 {
  margin-top: 150px !important; }

.indent-1 {
  padding-left: 10px !important; }

div[class^="col-fixed"] {
  display: inline-block; }

.col-fixed-1 {
  width: 30px; }

.col-fixed-2 {
  width: 60px; }

.col-fixed-3 {
  width: 90px; }

.col-fixed-4 {
  width: 120px; }

.col-fixed-5 {
  width: 150px; }

.col-fixed-6 {
  width: 180px; }

.col-fixed-7 {
  width: 210px; }

.col-fixed-8 {
  width: 240px; }

.col-fixed-9 {
  width: 270px; }

.col-fixed-10 {
  width: 300px; }

.col-fixed-11 {
  width: 330px; }

.col-fixed-12 {
  width: 360px; }

div.inline {
  display: inherit; }

.form-condensed .form-group {
  margin-top: 0;
  margin-bottom: 5px; }

.text-danger {
  color: #d43f3a; }

.form-horizontal .bloc .form-group {
  padding-top: 7px; }

#bloc-loader {
  height: 100%;
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 9999999;
  text-align: center;
  opacity: 0.7;
  display: none; }
  #bloc-loader .loader {
    background: url(../assets/img/ajax-loader.gif) #767676 no-repeat center 10px;
    width: 120px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 1;
    position: relative;
    top: 30%;
    color: #fff;
    left: 50%;
    margin-left: -60px;
    padding: 50px 0 10px; }
  #bloc-loader i {
    font-size: 2.5em;
    display: block;
    margin-bottom: 20px; }

.text-xl {
  font-size: 2em;
  font-weight: 400; }

.row {
  padding: 5px 0; }

.row.no-gutter {
  padding: 0; }

.navbar-nav {
  margin: 0 -15px; }
  .navbar-nav > li > a, .navbar-nav > li > a:focus, .navbar-nav.nav .open > a, .navbar-nav.nav .open > a:focus, .navbar-nav.nav .open > a:hover {
    border-left: 1px solid #bb0000; }
  .navbar-nav .dropdown-menu {
    padding: 0;
    min-width: 250px;
    font-size: 1.3rem; }
    .navbar-nav .dropdown-menu a, .navbar-nav .dropdown-menu .quick-search, .navbar-nav .dropdown-menu .user {
      padding: 8px 10px; }
    .navbar-nav .dropdown-menu .divider {
      margin: 0; }
    .navbar-nav .dropdown-menu .user {
      font-weight: bold;
      color: #424242; }
  .navbar-nav .fa-search {
    font-size: 1.5rem; }

.navbar-inverse {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #fff 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
  -webkit-box-shadow: 0 2px 4px #ddd;
  -moz-box-shadow: 0 2px 4px #ddd;
  box-shadow: 0 2px 4px #ddd;
  border-color: #e3e3e3; }
  .navbar-inverse .navbar-toggle {
    border: 0;
    background: none; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      border: 0;
      background: none; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #424242; }

.navbar-toggle {
  margin-top: 0; }

.navbar-inverse .container {
  width: auto;
  max-width: 1366px; }

.navbar-inverse .navbar-nav > .open > a {
  background: none; }
  .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background: none; }

.navbar-collapse {
  border-top: 0 !important; }
  .navbar-collapse.in ul, .navbar-collapse.collapsing ul {
    background: #fff; }

.navbar-header {
  padding-top: 9px;
  height: 50px; }

.navbar-brand {
  background: url(../assets/img/icon-logo-big.png) no-repeat;
  text-indent: -99999px;
  line-height: 0;
  font-size: 0;
  margin: 0 0 0 0 !important;
  width: 138px;
  height: 38px; }
  .navbar-brand h1 {
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
    display: block;
    float: left;
    font-size: 1.3em;
    margin: 0;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    font-family: Arial, Helvetica, sans-serif;
    color: #777;
    font-weight: normal;
    line-height: normal; }
  .navbar-brand .dropdown-menu a {
    color: #999; }

.navbar-header .navbar-collapse {
  float: right; }

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #333; }

.sidebar {
  width: 180px;
  float: left; }

.container-fluid {
  max-width: 1366px;
  min-width: 984px; }
  .container-fluid .content > h2, .container-fluid .content > h2 + .btn {
    margin-bottom: 20px; }

.sidebar .glyphicon {
  display: none; }

.sidebar ul {
  padding: 0; }
  .sidebar ul > li {
    list-style-type: none;
    margin-bottom: 5px; }
    .sidebar ul > li a {
      border-color: 1px solid #bb0000;
      color: #fff;
      padding: 10px;
      display: block;
      background: #bb0000;
      border: 1px solid #bb0000;
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      -ms-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0;
      margin-bottom: 0;
      border-bottom-width: 0;
      text-decoration: none; }
      .sidebar ul > li a.collapsed {
        border-bottom-width: 1px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px; }
  .sidebar ul ul {
    border: 1px solid #d6d3ce;
    background: #d6d3ce;
    margin-bottom: 5px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
    .sidebar ul ul a {
      background: none;
      padding: 0;
      border: 0; }
      .sidebar ul ul a:hover {
        text-decoration: underline; }
    .sidebar ul ul ul {
      border: 0 !important;
      padding: 0 !important; }
    .sidebar ul ul li {
      padding: 5px 10px; }
      .sidebar ul ul li a {
        color: #424242; }

.quick-search .input-group-btn .fa {
  font-size: 1.2em; }

.sidebar ul li.active > a {
  background: #bb0000;
  color: #fff; }

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

div.tagsinput {
  width: 100% !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 5px 0; }
  div.tagsinput input {
    color: #999; }

.daterange {
  width: 200px; }

.message-preview {
  color: #999;
  position: relative;
  margin-bottom: 20px;
  *zoom: 1; }

.btn {
  -webkit-box-shadow: 0 0 0 #ddd;
  -moz-box-shadow: 0 0 0 #ddd;
  box-shadow: 0 0 0 #ddd; }

.btn-statut .btn-primary {
  background-color: #fff;
  color: #666; }

.btn-statut .active {
  background-color: #fbb045;
  color: #fff;
  text-shadow: none; }

.btn-group {
  margin-right: 10px; }
  .btn-group .icone {
    display: inline-block;
    background-repeat: no-repeat;
    height: 15px;
    width: 16px;
    background-position: center;
    overflow: visible;
    position: relative;
    top: 2px; }

.btn-group .icone, .add-favorite .icone, .btn-group .fa-star {
  display: inline-block;
  background-repeat: no-repeat;
  height: 15px;
  width: 16px;
  background-position: center;
  overflow: visible;
  position: relative;
  top: 2px; }

.btn-group .fa-star {
  background-image: url(../assets/img/empty-star.png);
  margin-bottom: -2px;
  top: 0; }
  .btn-group .fa-star:before {
    content: '' !important; }

.btn-group .active .fa-star {
  background-image: url(../assets/img/full-star.png); }

.btn-group.liens-rapides .fa-star {
  background-image: url(../assets/img/star.png); }

.btn-group div.btn label {
  margin: 0;
  font-weight: normal; }

.icone-mon-service {
  background-image: url(../assets/img/icone-mon-service.png); }

.icone-services-dependants {
  background-image: url(../assets/img/icone-services-dependants.png); }

.add-favorite {
  display: inline-block;
  width: 20px;
  height: 20px; }
  .add-favorite .btn {
    padding: 0;
    box-shadow: none; }
  .add-favorite .icone {
    background-image: url(../assets/img/empty-star.png); }
  .add-favorite .active .icone {
    background-image: url(../assets/img/full-star.png); }

/*Panels*/
.panel-group .panel {
  margin-bottom: 10px; }

.panel .panel-title {
  padding: 0 10px 15px 0;
  font-size: 1.2em;
  font-weight: 600;
  color: #424242; }

.panel h3.panel-title {
  font-size: 1em; }

.panel h5.panel-title {
  font-size: 1em; }

.panel .panel-heading {
  position: relative; }
  .panel .panel-heading .dropdown-toggle {
    position: absolute;
    top: 4px;
    right: 10px; }
  .panel .panel-heading .panel-title {
    padding-bottom: 0; }
    .panel .panel-heading .panel-title .accordion-toggle {
      margin-left: -15px; }
    .panel .panel-heading .panel-title label.radio {
      margin: 0 0 0 30px; }
      .panel .panel-heading .panel-title label.radio input {
        margin-top: 0;
        pointer-events: none; }
  .panel .panel-heading .no-toggle {
    padding-top: 15px !important; }

.panel .row.container-fluid {
  min-width: inherit; }
  .panel .row.container-fluid div:nth-of-type(even) {
    float: none; }

.panel .panel-indent {
  padding-left: 10px; }

.panel.panel-info .panel-heading, .panel.panel-success .panel-heading, .panel.panel-warning .panel-heading, .panel.panel-danger .panel-heading {
  padding: 10px 15px; }
  .panel.panel-info .panel-heading .panel-title, .panel.panel-info .panel-heading .panel-title a:hover, .panel.panel-info .panel-heading .panel-title a:focus, .panel.panel-success .panel-heading .panel-title, .panel.panel-success .panel-heading .panel-title a:hover, .panel.panel-success .panel-heading .panel-title a:focus, .panel.panel-warning .panel-heading .panel-title, .panel.panel-warning .panel-heading .panel-title a:hover, .panel.panel-warning .panel-heading .panel-title a:focus, .panel.panel-danger .panel-heading .panel-title, .panel.panel-danger .panel-heading .panel-title a:hover, .panel.panel-danger .panel-heading .panel-title a:focus {
    padding: 0;
    font-size: 1em !important;
    color: inherit !important; }
    .panel.panel-info .panel-heading .panel-title .fa, .panel.panel-info .panel-heading .panel-title a:hover .fa, .panel.panel-info .panel-heading .panel-title a:focus .fa, .panel.panel-success .panel-heading .panel-title .fa, .panel.panel-success .panel-heading .panel-title a:hover .fa, .panel.panel-success .panel-heading .panel-title a:focus .fa, .panel.panel-warning .panel-heading .panel-title .fa, .panel.panel-warning .panel-heading .panel-title a:hover .fa, .panel.panel-warning .panel-heading .panel-title a:focus .fa, .panel.panel-danger .panel-heading .panel-title .fa, .panel.panel-danger .panel-heading .panel-title a:hover .fa, .panel.panel-danger .panel-heading .panel-title a:focus .fa {
      padding-right: 10px;
      vertical-align: sub; }

.panel.panel-info .panel-body, .panel.panel-success .panel-body, .panel.panel-warning .panel-body, .panel.panel-danger .panel-body {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #333; }

.panel .panel.panel-attributaires, .panel .list-group {
  margin-bottom: 0; }

.panel {
  box-shadow: none;
  transition: box-shadow 0.3s ease-in-out; }

.panel-edit {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); }

.bloc-toggle .panel-heading {
  padding: 0; }

.bloc-toggle .panel-title {
  position: relative;
  overflow: auto;
  padding: 0 15px !important; }
  .bloc-toggle .panel-title a {
    display: block;
    text-decoration: none;
    color: #424242;
    padding: 10px 0; }
    .bloc-toggle .panel-title a .fa {
      font-family: "FontAwesome";
      position: absolute;
      left: 0.4em;
      font-size: 1.35rem;
      float: left; }
      .bloc-toggle .panel-title a .fa:before {
        display: inline-block;
        content: "\f0d7";
        -webkit-transition: all 300ms 0s ease-in-out;
        transition: all 300ms 0s ease-in-out; }
    .bloc-toggle .panel-title a:hover.website {
      text-decoration: underline; }
  .bloc-toggle .panel-title .collapsed .fa:before {
    transform: rotate(-90deg);
    left: 0.5em; }

.bloc-toggle h3 {
  font-size: 1em;
  font-weight: 600; }

.bloc-toggle h4 {
  font-size: 1em;
  font-weight: 600;
  margin-top: 0; }

.bloc-toggle .col-statut > div {
  margin-bottom: 0.5em; }

.bloc-toggle .col-actions > div {
  margin-bottom: 0.5em; }

.bloc-toggle .col-actions .btn {
  margin-right: 10px; }

.bloc-toggle .barre-etape {
  margin-right: 10px;
  float: left;
  margin-top: 2px; }

.bloc-recap .row > div {
  display: table-cell !important;
  vertical-align: top; }

.bloc-recap .panel-title div {
  display: table-cell !important;
  vertical-align: top; }

.bloc-recap .panel-title .col-md-2 {
  float: left;
  width: 190px;
  padding: 0; }

.bloc-recap .panel-title .col-md-10 {
  float: none;
  padding: 0; }

.bloc-recap .panel-body {
  padding: 10px 15px 15px;
  display: block; }
  .bloc-recap .panel-body .col-md-2 {
    width: 200px; }

.panel .panel-body + .panel-body {
  border-top: 1px solid; }

.margin-class {
  margin-left: -103px; }

.separate {
  border-bottom: 1px solid #c1c1c1; }

.panel-filtres {
  margin-bottom: 20px;
  color: inherit;
  background-color: #eee; }
  .panel-filtres .panel-heading {
    background: #eee;
    border: 0; }
  .panel-filtres .panel-body {
    padding: 10px 15px; }
  .panel-filtres .form-horizontal {
    display: inline-block;
    width: 100%; }
  .panel-filtres .panel-body {
    overflow: inherit; }
  .panel-filtres h4.panel-title a {
    font-size: 0.8em; }

.panel-body {
  /*display: inline-block !important;*/
  width: 100%; }
  .panel-body:after {
    display: none; }

.panel-body:before,
.panel-body:after {
  content: "";
  display: table; }

.recap-fournisseur .panel-heading, .recap-fiche-contrat .panel-heading {
  width: 100%;
  background: #ba0001 !important; }

.recap-fournisseur .panel-title, .recap-fiche-contrat .panel-title {
  font-size: 1.3em !important;
  font-weight: normal;
  display: table-cell;
  color: #fff; }
  .recap-fournisseur .panel-title a, .recap-fiche-contrat .panel-title a {
    color: #fff;
    display: inline-block; }

.recap-fournisseur .panel-footer .fa, .recap-fiche-contrat .panel-footer .fa {
  font-size: 1.2em;
  height: 10px; }

.recap-fournisseur > a, .recap-fiche-contrat > a {
  display: table;
  width: 100%; }

.recap-fournisseur .panel-body .col-md-2, .recap-fiche-contrat .panel-body .col-md-2 {
  width: 120px;
  float: left; }

.recap-fiche-contrat .panel-title + .btn-group {
  display: inline-block !important;
  position: absolute;
  top: 4px; }

.panel-message .panel-heading .panel-title {
  padding: 10px 15px; }

.panel-message.bloc-toggle .panel-heading .panel-title {
  border: 0;
  padding: 0 5px !important; }
  .panel-message.bloc-toggle .panel-heading .panel-title a {
    padding: 10px;
    display: block; }

.panel-message.bloc-toggle .panel-collapse {
  height: 45px;
  min-height: 45px !important;
  overflow: hidden; }
  .panel-message.bloc-toggle .panel-collapse .cover {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(180deg, transparent, #fff);
    background-image: -o-linear-gradient(180deg, transparent, #fff);
    background-image: linear-gradient(180deg, transparent, #fff);
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 45px; }
  .panel-message.bloc-toggle .panel-collapse.in, .panel-message.bloc-toggle .panel-collapse.collapsing {
    height: auto; }
    .panel-message.bloc-toggle .panel-collapse.in .cover, .panel-message.bloc-toggle .panel-collapse.collapsing .cover {
      display: none; }

.panel-message.bloc-toggle .collapse {
  display: block;
  visibility: visible; }

.panel-message .panel-heading {
  /*background:none;*/
  border-bottom: 0;
  padding: 0; }

.panel-message .panel-body {
  padding: 10px 15px 15px;
  position: relative; }
  .panel-message .panel-body .panel-title {
    padding: 0 0 15px; }

.panel-message .panel-heading span {
  font-style: italic;
  font-weight: normal;
  float: right; }

.panel-message .title-reponse:before {
  content: "\f112";
  font-family: "FontAwesome";
  padding-right: 5px; }

.panel-message div[class^="bloc-"] + div[class^="bloc-"] {
  padding-top: 30px; }

.panel-message .bloc-message p {
  white-space: pre-wrap; }

.notifications {
  display: table-cell;
  text-align: right; }
  .notifications .badge {
    background: #424242 !important;
    min-height: 10px; }
  .notifications .glyphicon {
    font-size: 0.8em; }

.intitule-abbr {
  display: block;
  clear: both;
  float: left;
  text-align: left; }

.panel-table {
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.panel-header, .repeater-footer {
  background: #f9f9f9;
  min-height: 50px;
  padding: 8px;
  *zoom: 1; }

.panel-table .repeater-header-title {
  font-size: 1em;
  font-weight: 600;
  margin-top: 10px; }

.panel-table .repeater-pagination, .panel-table .repeater-itemization {
  float: left; }

.panel-table .repeater-pagination {
  margin-left: 20px; }
  .panel-table .repeater-pagination .repeater-primaryPaging {
    display: none;
    vertical-align: middle;
    width: 116px; }
    .panel-table .repeater-pagination .repeater-primaryPaging.active {
      display: inline-block; }
    .panel-table .repeater-pagination .repeater-primaryPaging ul.dropdown-menu {
      min-width: 116px; }
  .panel-table .repeater-pagination .repeater-secondaryPaging {
    display: none;
    width: 50px; }
    .panel-table .repeater-pagination .repeater-secondaryPaging.active {
      display: inline-block; }

.panel-table .repeater-header, .panel-table .repeater-footer {
  background: #f9f9f9;
  min-height: 50px;
  padding: 8px;
  *zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.panel-table .repeater-header-right, .panel-table .repeater-footer-right {
  float: right; }

.panel-table .repeater-header-left, .panel-table .repeater-footer-left {
  float: left; }

.panel-table table thead > tr > th:first-child, .panel-table table tbody td:first-child {
  border-left: none; }

.panel-table .table-bordered {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0; }
  .panel-table .table-bordered > thead > tr > th, .panel-table .table-bordered > tbody > tr > th, .panel-table .table-bordered > tfoot > tr > th, .panel-table .table-bordered > thead > tr > td, .panel-table .table-bordered > tbody > tr > td, .panel-table .table-bordered > tfoot > tr > td {
    border-right: 0; }
  .panel-table .table-bordered > thead > tr {
    background: #eee; }

.repeater-itemization .btn-group {
  margin-right: 0; }

.repeater-pagination .form-control, .repeater-itemization .btn, .repeater-pagination .btn {
  height: auto;
  padding: 1px 6px;
  vertical-align: middle; }

/*Table + Pagination*/
.pagination {
  margin: 10px 0 10px; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  border-color: #424242;
  background-color: #424242; }

.pagination > li > a, .pagination > li > span {
  color: #424242; }

.table {
  margin-bottom: 10px; }
  .table thead > a {
    margin: 0 5px 0 0; }
    .table thead > a:hover {
      text-decoration: none; }
    .table thead > a .fa {
      margin: 3px 0 0 2px; }
    .table thead > a .caret {
      margin-left: 0; }
  .table .col-favori {
    width: 30px; }
  .table .fa-paperclip {
    font-size: 1.3em; }
  .table .fa-link {
    font-size: 1.3em; }
  .table .fa-link, .table .fa-chain-broken {
    transform: rotate(90deg); }
  .table .col-message {
    padding-left: 16px; }
    .table .col-message .fa-paperclip {
      position: relative;
      float: left;
      margin-left: -.9em;
      font-size: 1.3em; }
  .table caption {
    padding: 0 0 8px 0;
    font-weight: bold; }
    .table caption a {
      font-weight: normal; }
  .table .col-dates {
    width: 120px; }
  .table .fa-sort {
    opacity: 0.5; }
  .table .col-check {
    width: 30px; }
  .table .col-check input[type="checkbox"], .table .col-check input[type="radio"] {
    margin-top: 0; }
  .table .actions .btn {
    padding: 1px 10px; }
  .table .col-actions {
    text-align: center; }
    .table .col-actions.text-left {
      text-align: left !important; }
    .table .col-actions.text-right {
      text-align: right !important; }
  .table .btn-empty {
    display: inline-block;
    width: 3em;
    margin-right: 5px; }
  .table .line-actions {
    padding-top: 10px; }
    .table .line-actions .btn, .table .line-actions > div {
      float: left;
      margin-right: 10px; }
  .table tr.total td {
    background: #ddd;
    text-align: right; }
  .table .user, .table .commentaire-link, .table .nowrap {
    white-space: nowrap; }
  .table a + .commentaire-link, .table.table-evenements .commentaire-link {
    display: inline-block; }
  .table .form-montants {
    float: right !important; }

.preavis {
  font-size: 1rem;
  margin: 0.3rem 0 0 0; }
  .preavis i {
    color: #ff0000 !important; }

.truncated-text i {
  display: inline;
  margin: 0 5px 0 0; }

.col-actions .btn-action, .table a {
  margin-right: 5px; }

.col-actions .btn-notif {
  display: inline-block !important;
  float: none; }

.btn-action {
  padding: 2px 10px; }
  .btn-action.dropdown-toggle .fa-ellipsis-h:before {
    content: "\f111\0020\f111\0020\f111";
    font-size: 0.3em; }

.data-infos-top {
  padding: 1em 0 0; }

.col-break {
  word-break: break-all; }

.col-total {
  background: #f3f1f2 !important; }

.row-total {
  background: #f3f1f2 !important; }
  .row-total td {
    background: #f3f1f2 !important;
    font-weight: bold;
    font-size: 1.3rem; }

.col-md-1.col-actions {
  width: 30px; }

.col-md-2.col-actions {
  width: 110px; }

.col-md-2.col-size {
  width: 80px; }

.table-hover > tbody > tr:hover {
  background-color: #fff7d8 !important;
  -moz-transition: background-color 0.3s 0.1s;
  -o-transition: background-color 0.3s 0.1s;
  -webkit-transition: background-color 0.3s 0.1s;
  transition: background-color 0.3s 0.1s; }
  .table-hover > tbody > tr:hover td {
    background-color: #fff7d8 !important;
    -moz-transition: background-color 0.3s 0.1s;
    -o-transition: background-color 0.3s 0.1s;
    -webkit-transition: background-color 0.3s 0.1s;
    transition: background-color 0.3s 0.1s; }

.table-hover > tbody > tr, .table-hover > tbody > tr td {
  -moz-transition: background-color 0.3s 0.1s;
  -o-transition: background-color 0.3s 0.1s;
  -webkit-transition: background-color 0.3s 0.1s;
  transition: background-color 0.3s 0.1s; }

.line-highlight td {
  -moz-transition: background-color 0.3s 0.1s;
  -o-transition: background-color 0.3s 0.1s;
  -webkit-transition: background-color 0.3s 0.1s;
  transition: background-color 0.3s 0.1s;
  background-color: #fff7d8 !important; }

.table-suivi .actions .btn {
  margin-bottom: 0.5em; }

.table-suivi .categorie {
  margin-left: 0.5em; }
  .table-suivi .categorie img {
    vertical-align: baseline;
    margin-top: 2px; }

.table-suivi .objet-line {
  margin-top: 5px; }

.table-suivi a.ref {
  font-weight: bold; }

.ref {
  font-weight: bold; }

.table .col-montants, .form-montants, .form-montants input {
  text-align: right; }

.btn-add-favorite {
  border: 0;
  background: none; }

.toggle-check {
  margin: 0 0 10px 0;
  padding: 0; }
  .toggle-check button label {
    font-weight: normal;
    margin-bottom: 0; }

.liste-contrats h3 {
  font-size: 1.2em;
  margin: 0; }

.liste-contrats li {
  list-style-type: none;
  background: #f9f9f9;
  display: table;
  width: 100%;
  padding: 10px; }

.table-contrats thead a:hover {
  text-decoration: underline !important; }

.table-contrats .small {
  font-weight: normal; }

.table-contrats .indent {
  padding-left: 20px; }

.table-contrats .col-refs {
  width: 220px; }

.table-contrats .col-dates {
  width: 140px; }

.table-contrats .col-montants {
  width: 130px; }

.table-contrats .col-dates .intitule-abbr {
  width: 8.9em; }

.table-contrats .col-montants .intitule-abbr {
  width: 1.7em; }

.table-contrats .auteur {
  clear: both;
  float: left; }

.table-contrats .actions {
  /*width: 50px;*/ }

.table-contrats .badge-warning {
  background: #ff0000; }

.detail-activite {
  margin: 0 0 10px; }
  .detail-activite.well {
    padding: 20px; }
  .detail-activite ul {
    margin: -15px 0 20px;
    padding: 0;
    min-width: 700px; }
  .detail-activite li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center; }
  .detail-activite .fa {
    font-size: 2.5em;
    color: #424242;
    vertical-align: top;
    margin: 2px 5px 2px; }
  .detail-activite li:first-child:before {
    content: inherit;
    display: none; }
  .detail-activite li:before {
    content: '\f105';
    font-family: "FontAwesome";
    color: #ddd;
    padding-right: 20%;
    font-size: 4em;
    position: absolute;
    margin-left: 0;
    left: -6px;
    top: -19px; }

.table-consultations .auteur {
  padding-top: 0.5em; }

.table-consultations .detail-activite {
  display: inline-block;
  margin: 10px 5px 0; }
  .table-consultations .detail-activite ul {
    min-width: inherit;
    width: 90px; }
  .table-consultations .detail-activite .fa {
    font-size: 1.8em;
    margin-left: -23px;
    top: -3px;
    cursor: default; }
  .table-consultations .detail-activite li:before {
    font-size: 2em;
    top: -10px;
    left: -12px;
    display: none; }

.table-consultations .col-dates {
  width: 100px; }

.line-prestation, .line-total {
  display: table;
  width: 100%; }

.role {
  width: 200px;
  padding-bottom: 0.4em; }

.line-prestation div, .line-total div {
  display: table-cell; }

.line-prestation .montant {
  width: 55%;
  font-weight: 600; }

.line-total {
  font-size: 0.9em;
  color: #999; }

.line-prestation div:first-child {
  font-size: 0.9em; }

.detail-activite li {
  width: 33.3333% !important;
  float: left !important; }

.bloc-recap .table-contrats .col-refs {
  width: 215px; }

.recap-contrat .panel-body {
  padding: 0; }

.recap-contrat .table-contrats {
  margin-bottom: 0;
  border: 0; }
  .recap-contrat .table-contrats tr:first-child > td, .recap-contrat .table-contrats tr:first-child > th {
    border-left: 0; }
  .recap-contrat .table-contrats th:last-child, .recap-contrat .table-contrats td:last-child {
    border-right: 0; }

.table-messages .col-users {
  width: 190px; }

.table-messages .col-dates {
  width: 160px; }

.table-messages .emetteur {
  padding-bottom: 0.5em; }

.table-messages .type-msg {
  padding-bottom: 0.5em;
  font-weight: bold; }

.objet-msg + .tagsinput {
  min-height: auto !important;
  height: auto !important; }

.workflow-dates {
  list-style-type: none !important;
  margin: 0;
  padding: 0; }
  .workflow-dates li:not(.active) {
    color: #999;
    height: 1.4em; }
  .workflow-dates abbr {
    background: #777777;
    display: inline-block;
    width: 1.4em;
    text-align: center;
    color: #fff;
    border: 0;
    margin: 0 1em 0 0;
    height: 1.3em;
    line-height: 1.3em;
    opacity: 0.3; }
  .workflow-dates .active {
    font-weight: bold; }
    .workflow-dates .active abbr {
      /*background: $color-secondary;*/
      opacity: 1;
      position: relative;
      font-weight: normal; }
      .workflow-dates .active abbr:before {
        /*color: $color-secondary;*/
        font-size: 2.2em !important;
        position: absolute;
        /*top:-0.2em; left:0.6em;*/
        line-height: 0;
        right: -51%;
        top: 0.3em;
        content: "\f0da";
        font-family: "FontAwesome"; }
    .workflow-dates .active.envoye {
      color: #ff0000; }
      .workflow-dates .active.envoye + li {
        color: #999; }
      .workflow-dates .active.envoye abbr {
        background: #ff0000; }
        .workflow-dates .active.envoye abbr:before {
          color: #ff0000; }
    .workflow-dates .active.non-lu {
      color: #398439; }
      .workflow-dates .active.non-lu + li {
        color: #398439; }
      .workflow-dates .active.non-lu abbr {
        background: #398439; }
        .workflow-dates .active.non-lu abbr:before {
          color: #398439; }

/*.date-1 abbr {
  background:$color-default;
}
.date-2 abbr {
  background:$color-info;
}
.date-3 abbr {
  background:$color-default;
}
.date-4 abbr {
  background:$color-danger;
}
.date-5 abbr {
  background:$color-danger;
}*/
.date-1 {
  color: #777; }
  .date-1 abbr {
    background: #777; }
    .date-1 abbr:before {
      color: #777; }

.date-2 {
  color: #f0ad4e; }
  .date-2 abbr {
    background: #f0ad4e; }
    .date-2 abbr:before {
      color: #f0ad4e; }

.date-2-alt {
  color: #d43f3a; }
  .date-2-alt abbr {
    background: #d43f3a; }
    .date-2-alt abbr:before {
      color: #d43f3a; }

.date-3 {
  color: #337ab7; }
  .date-3 abbr {
    background: #337ab7; }
    .date-3 abbr:before {
      color: #337ab7; }

.date-3-alt {
  color: #d43f3a; }
  .date-3-alt abbr {
    background: #d43f3a; }
    .date-3-alt abbr:before {
      color: #d43f3a; }

.date-4 {
  color: #5bc0de; }
  .date-4 abbr {
    background: #5bc0de; }
    .date-4 abbr:before {
      color: #5bc0de; }

.date-5 {
  color: #5cb85c; }
  .date-5 abbr {
    background: #5cb85c; }
    .date-5 abbr:before {
      color: #5cb85c; }

.textPercent {
  text-decoration: underline !important;
  text-decoration-style: dashed !important;
  float: left; }

.moins-value {
  color: #FF0000; }

.plus-value {
  color: #00FF00; }

.montant-total,
.montant-operateur,
.montant-input-form {
  float: left; }

.define-size {
  font-size: 14px; }

.montant-label {
  color: #cccccc; }

.montant-total,
.montant-operateur {
  font-weight: bold;
  height: 26px;
  margin-top: 33px;
  padding: 0 20px 0 10px;
  line-height: 26px; }

.align-text {
  margin-top: 29px; }

.montant-label {
  font-weight: bold;
  margin-bottom: 6px; }

.label-tauxTVA {
  margin-right: 77px;
  margin-top: -4px; }

.realign {
  margin-top: 32px; }

.montant-label,
.montant-valeur {
  width: 260px;
  height: 26px;
  font-size: 12px;
  text-align: center;
  line-height: 26px; }

/*Tableau Contacts*/
.table-contacts .indent-n1 td:first-child {
  padding-left: 30px; }

.table-contacts .child span[class^="treegrid"] {
  display: none; }

.table-contacts .child .col-user {
  padding-left: 40px; }
  .table-contacts .child .col-user .glyphicon {
    padding: 0 0.5em 0 0; }

.table-contacts .child .col-tel {
  min-width: 130px; }

.table-contacts .col-actions {
  width: 140px; }

.table-contacts th.col-actions {
  text-align: center; }

.table-contacts .indent-n1 {
  background: #f3f1f2; }
  .table-contacts .indent-n1 .col-actions {
    border-left: 0;
    text-align: center; }

.table-contacts .radie {
  color: #999; }

.table-contacts .col-contact {
  width: 200px; }

.table-contacts .col-tel {
  width: 100px; }

.table-contacts .col-contact abbr {
  display: inline-block;
  float: left;
  clear: left; }

.table-contacts .col-contact .fa {
  width: 1.3em; }

.table-contacts .indent-n1:not(:first-child) td {
  border-top-width: 2px; }

.table-evenements .commentaire-link + a {
  display: block; }

.table-evenements .col-actions a + .btn-notif {
  margin-left: 10px; }

.table-attestations .indent-n1 td:first-child {
  padding-left: 30px; }

.table-attestations .child td:first-child {
  padding-left: 24px; }

.table-consultations .objet {
  clear: both;
  padding-top: 0.5em; }

.table-fournisseurs .desc {
  clear: both;
  padding-top: 0.5em; }

.table-fournisseurs .text-primary, .table-fournisseurs .text-primary + .desc {
  margin-right: 0.5em !important; }

.table-fournisseurs .size {
  display: inline-block; }

.selection-contacts tbody tr.child:hover, .selection-contacts tbody tr.child:focus {
  cursor: pointer; }

.selection-contacts tbody tr.child:hover td:first-child {
  border: 2px solid #99ccff;
  border-right: 0; }

.selection-contacts tbody tr.child:hover td {
  border: 2px solid #99ccff;
  border-width: 2px 0 2px 0; }

.selection-contacts tbody tr.child:hover td:last-child {
  border: 2px solid #99ccff;
  border-left: 0; }

.selection-contacts tbody tr.child:hover, .selection-contacts tbody tr.child:focus td {
  background-color: #fff7d8; }

/*Tableau Attributaires*/
.table-attributaires {
  font-size: 0.9em; }
  .table-attributaires .actions {
    width: 125px;
    vertical-align: top; }
  .table-attributaires .col-montants {
    padding-right: 20px; }
    .table-attributaires .col-montants .label-prefix {
      font-style: italic;
      font-weight: bold; }
  .table-attributaires .icon i {
    font-size: 1.2em; }
  .table-attributaires .glyphicon-plus {
    font-size: 0.8em;
    font-weight: normal;
    float: left;
    display: block;
    width: 20px; }
  .table-attributaires .icon {
    display: block;
    min-height: 20px;
    background: url(../assets/img/icone-titulaire-groupement-solidaire.png) no-repeat;
    padding: 0 0 10px 36px;
    margin-bottom: -8px;
    margin-left: 0px; }
  .table-attributaires .row-attributaire .icon {
    margin-bottom: -9px; }
  .table-attributaires .row-attributaire .icon-mandataire {
    background-position: 1px top; }
  .table-attributaires th {
    background: #e4e4e4;
    font-weight: normal;
    vertical-align: top; }
  .table-attributaires .row-attributaire th {
    background: #dedede;
    border-bottom-width: 1px;
    font-weight: normal; }
  .table-attributaires .icon strong {
    display: inline-block;
    margin-bottom: 0.5em; }
  .table-attributaires .indent-n1 {
    background: #f9f9f9; }
    .table-attributaires .indent-n1:nth-child(odd) {
      background-color: #f3f1f2 !important; }
    .table-attributaires .indent-n1:not(:first-child) td {
      border-top-width: 2px; }
    .table-attributaires .indent-n1:nth-child(odd):hover {
      background-color: #fff7d8 !important; }
    .table-attributaires .indent-n1 td:first-child {
      padding-left: 30px; }
  .table-attributaires .child td:first-child {
    padding-left: 45px; }
  .table-attributaires .treegrid-expander-expanded {
    background: url(../assets/img/btn-moins.png) no-repeat 14px 5px !important; }
  .table-attributaires .treegrid-expander-collapsed {
    background: url(../assets/img/btn-plus.png) no-repeat 14px 5px !important; }
  .table-attributaires .treegrid-expander {
    margin-left: -15px; }
  .table-attributaires .treegrid-expander-expanded, .table-attributaires .treegrid-expander {
    background-position: 11px 2px;
    width: 27px; }
  .table-attributaires .treegrid-expanded td:first-child {
    background: url(../assets/img/tree-line.png) no-repeat 16px top !important; }
  .table-attributaires .child {
    background: url(../assets/img/tree-line.png) no-repeat 16px top !important; }
    .table-attributaires .child:not(:last-child) td:first-child {
      background: url(../assets/img/tree-node.png) no-repeat 47px top !important; }
    .table-attributaires .child td {
      background-color: #fff; }
  .table-attributaires .row-attributaire th {
    border-color: #dedede !important; }
  .table-attributaires .row-attributaire th:first-child {
    background: url(../assets/img/tree-line.png) #dedede no-repeat 16px 20px !important; }
  .table-attributaires .row-attributaire.last th:first-child {
    /*background-image: none !important;*/ }
  .table-attributaires tbody + tbody {
    border-top: 0 !important; }
  .table-attributaires tbody + tbody .row-attributaire th:first-child {
    background: url(../assets/img/tree-line.png) #dedede no-repeat 16px top !important; }
  .table-attributaires tbody + tbody .row-attributaire.last th:first-child {
    background-position: 16px -80px !important; }
  .table-attributaires .indent-n1 td:first-child {
    background: url(../assets/img/tree-node.png) no-repeat 16px top !important; }
  .table-attributaires .indent-n1.last td:first-child {
    background: url(../assets/img/tree-node-last.png) no-repeat 16px top !important; }
  .table-attributaires .indent-n1.no-child td:first-child {
    background: url(../assets/img/tree-child.png) no-repeat 16px top !important; }
  .table-attributaires .child ~ .indent-n1.last td:first-child {
    background: url(../assets/img/tree-node-last.png) no-repeat 16px top !important; }
  .table-attributaires .child:last-child td:first-child, .table-attributaires .child.last td:first-child {
    background: url(../assets/img/tree-node-last.png) no-repeat 47px top !important; }
  .table-attributaires .indent-n1.last ~ tr {
    background-image: none !important; }
  .table-attributaires .treegrid:not(:last-child) td:first-child {
    background: url(../assets/img/tree-node-long.png) no-repeat 16px top !important; }
  .table-attributaires .treegrid.last td:first-child {
    background: url(../assets/img/tree-node-long-last.png) no-repeat 16px top !important; }
  .table-attributaires .treegrid:last-child {
    background-image: url(../assets/img/tree-node-long-last.png) !important; }
  .table-attributaires > tbody > tr:hover td:first-child {
    background-color: transparent !important; }

.groupement-solidaire .icon-mandataire {
  background-image: url(../assets/img/icone-mandataire.png); }

.groupement-solidaire .icon-sous-traitant {
  background-image: url(../assets/img/icone-sous-traitant.png);
  background-position: 14px top; }

.groupement-solidaire .icon-co-traitant {
  background-image: url(../assets/img/icone-co-traitant.png); }

.groupement-solidaire .treegrid-expanded .icon-mandataire {
  background-image: url(../assets/img/icone-mandataire-expanded.png); }

.groupement-solidaire .treegrid-expanded .icon-co-traitant {
  background-image: url(../assets/img/icone-co-traitant-expanded.png); }

.groupement-solidaire .icon-mandataire, .groupement-solidaire .icon-co-traitant {
  background-position: 10px top; }

.col-md-6 .table-attributaires {
  /*.icon {
	padding:0 0 10px 26px !important;
  }*/
  /*&.groupement-solidaire .icon-sous-traitant {
	 background-position:4px top !important;
  }*/ }
  .col-md-6 .table-attributaires .col-montants {
    min-width: 150px; }

.statut-doc {
  margin: 5px 0 0; }
  .statut-doc img {
    vertical-align: top; }
    .statut-doc img.non-disponible {
      opacity: 0.4;
      filter: alpha(opacity=40); }

.fa-paperclip {
  transform: rotate(45deg); }

/*Added from http://lightglitch.github.io/bootstrap-xtra/bootstrap.css*/
.bordered-table {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .bordered-table > th + > th, .bordered-table > td + > td, .bordered-table > th + > td {
    border-left: 1px solid #ddd; }
  .bordered-table > thead {
    background: #eee; }
    .bordered-table > thead tr:first-child th:first-child {
      -webkit-border-radius: 4px 0 0 0;
      -moz-border-radius: 4px 0 0 0;
      -ms-border-radius: 4px 0 0 0;
      border-radius: 4px 0 0 0; }
    .bordered-table > thead tr:first-child th:last-child {
      -webkit-border-radius: 0 4px 0 0;
      -moz-border-radius: 0 4px 0 0;
      -ms-border-radius: 0 4px 0 0;
      border-radius: 0 4px 0 0; }
  .bordered-table tbody tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    -ms-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px; }
  .bordered-table tbody tr:last-child td:last-child {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    -ms-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0; }

.zebra-striped > tbody > tr:nth-child(odd) > td, .zebra-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.zebra-striped > tbody > tr:hover > td, .zebra-striped > tbody > tr:hover > th {
  background-color: #f5f5f5; }

.table-uploads .col-check {
  width: 20px;
  padding-right: 0; }

.table-uploads .col-size {
  width: 90px;
  text-align: right;
  padding-right: 10px; }

.table-uploads .col-progress {
  width: 150px; }

.table-uploads tr {
  border-bottom: 2px solid #fff; }

.table-uploads td {
  border-left: 0 !important;
  background: #ededed; }

.table-uploads tr .actions {
  text-align: right; }

.table-uploads .progress {
  margin-bottom: 0;
  height: 10px;
  margin-bottom: 5px; }

.table-uploads .line-signature {
  width: 100%; }
  .table-uploads .line-signature > div {
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .table-uploads .line-signature i {
    vertical-align: middle; }

.table-uploads th.col-check input {
  margin: 4px 5px 5px 0; }

.table-uploads tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0; }

.table-uploads tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0; }

/*Tabs*/
.nav-tabs.btn-group {
  margin-bottom: 10px;
  border: 0; }

.nav-tabs .state {
  left: -10000px;
  position: absolute; }

.panel-heading .nav-tabs {
  position: absolute;
  right: 3px;
  top: 2px;
  border: 0; }

.panel-heading .btn-group {
  margin-right: 0; }

.bloc-recap .nav-tabs {
  right: 5px;
  top: 4px; }

/*Sortable*/
.column {
  float: left;
  padding-bottom: 50px; }

.ui-sortable .panel .panel-heading {
  cursor: move; }

.portlet-placeholder {
  margin-bottom: 20px;
  height: 50px; }

/*Forms*/
.radio label {
  padding-left: 5px; }

.form-horizontal div.control-label {
  font-weight: bold; }

.form-horizontal .control-label {
  text-align: left !important; }

.form-horizontal .text-right {
  text-align: right !important;
  padding-right: 5px; }

.form-horizontal.form-readonly div.form-control {
  height: auto;
  border: 0 !important;
  box-shadow: none !important;
  background: none; }

.form-horizontal.form-readonly .form-group {
  margin-bottom: 0;
  background: inherit; }

.form-inline input[class^="col-fixed"].form-control {
  width: 400px !important; }

.Nlign-truncate {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 18px;
  text-align: -webkit-center !important; }

.txt-truncate {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.line-height {
  line-height: 26px !important; }

.alignIcon {
  float: right;
  margin-right: -20px;
  margin-top: -17px;
  cursor: pointer; }

.marginRedefine {
  margin-left: 37px; }

.form-group-sm .form-control-static {
  height: auto;
  padding-top: 6px;
  text-align: justify; }
  .form-group-sm .form-control-static .list-unstyled {
    margin-bottom: 0; }

.form-column-plus {
  float: left; }

.form-column {
  margin-left: 0; }
  .form-column.form-control-static {
    min-height: inherit;
    padding: 0 15px; }
  .form-column.form-control-static {
    margin-left: -5px; }
    .form-column.form-control-static .form-group {
      margin-bottom: 0; }
    .form-column.form-control-static .input-group {
      padding: 0 35px 0 10px; }
  .form-column .form-control-static {
    min-height: inherit;
    height: inherit;
    padding: 6px 0 0 !important; }
  .form-column .control-label {
    padding-left: 15px;
    padding-right: 15px; }

.form-actions {
  clear: both;
  padding: 9px 20px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1; }
  .form-actions:before {
    display: table;
    line-height: 0;
    content: ""; }
  .form-actions:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both; }
  .form-actions .pull-right button, .form-actions .pull-right input {
    margin-left: 10px; }
  .form-actions.panel-footer {
    margin: 0; }

.controls {
  float: left; }

.row-actions {
  padding-top: 20px; }

.form-group input.ng-touched.ng-invalid,
.form-group input.ng-touched.ng-invalid + .input-group-addon,
.form-group textarea.ng-touched.ng-invalid,
.form-group .ng-touched.ng-invalid .chosen-default,
.form-group .ng-touched.ng-invalid .form-control,
.form-group .ng-touched.ng-invalid .input-group-addon {
  border: 1px solid #d43f3a; }

/*
input.ng-touched.ng-invalid , textarea.ng-touched.ng-invalid, .ng-touched.ng-invalid + .input-group-addon {
    border: 1px solid $color-danger;
}
.ng-touched.ng-invalid + .input-group-addon, .ng-touched.ng-invalid .input-group-addon {
  border-left:0;
}
*/
abbr.required {
  font-weight: bold; }

.with-errors, abbr.required {
  color: #d43f3a; }

.input-group .with-errors, show-error {
  caption-side: bottom;
  display: table-caption;
  text-align: left; }

show-error .help-block.with-errors {
  display: inline-block; }

ltexec-datetimepicker + show-error {
  display: table; }

.input-group .ng-touched.ng-invalid + .input-group-addon,
.ng-touched.ng-invalid .input-group .input-group-addon {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.well {
  padding: 15px; }
  .well.text-muted {
    color: #777 !important;
    background: #efefef; }
  .well p:last-of-type {
    margin-bottom: 0; }

.input-inline {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  float: left; }

.input-siren {
  width: 130px; }
  .input-siren.input-group {
    width: 180px !important; }

.input-code-etab {
  width: 60px; }

.infos-fournisseur {
  padding-left: 0; }

.logo-fournisseur {
  margin: 1.5em 0 0 0; }
  .logo-fournisseur img {
    width: 180px; }

.modal-ajout-logo .thumbnail {
  width: 240px;
  height: 160px; }
  .modal-ajout-logo .thumbnail img {
    vertical-align: top; }

.modal legend {
  font-size: 1.4em;
  color: #999; }

.col-echanges abbr {
  margin-left: 0.4em; }

.icon-echange .fa {
  font-size: 1.3em; }

.icon-echange .fa-arrow-right {
  font-size: 0.8em;
  position: absolute;
  margin: 0.4em 0 0 -1.2em; }

.icon-echange .fa-arrow-left {
  font-size: 0.8em;
  position: absolute;
  margin: 0.4em 0 0 -1.3em; }

.icon-echange .fa-arrow-up {
  font-size: 0.65em;
  position: absolute;
  margin: 0.9em 0 0 -1.2em; }

.icon-echange .fa-arrow-down {
  font-size: 0.65em;
  position: absolute;
  margin: 0.9em 0 0 -1.1em; }

.echange-vide {
  opacity: 0.2; }

.gauge-contrats-en-cours h5 {
  position: absolute;
  top: 0;
  width: 180px;
  color: #999;
  font-weight: bold;
  text-align: center; }

.bloc-legende .panel-body {
  padding: 0 0 15px; }

.bloc-legende .col-actions .btn {
  padding: 1px 10px; }

.num-consultation {
  margin-bottom: 0.5em; }

/*Etapes Contrat*/
/*.contrat-etape1sur4 { clear:left; float:left; width:71px; height:11px; background:url(../assets/img/etape-contrat.gif) no-repeat; margin-top:5px; overflow:hidden; margin-bottom:5px }
.contrat-etape2sur4 { clear:left; float:left; width:71px; height:11px; background:url(../assets/img/etape-contrat.gif) no-repeat; margin-top:5px; background-position:0 -11px; overflow:hidden; margin-bottom:5px; }
.contrat-etape3sur4 { clear:left; float:left; width:71px; height:11px; background:url(../assets/img/etape-contrat.gif) no-repeat; margin-top:5px; background-position:0 -22px; overflow:hidden;  margin-bottom:5px; }
.contrat-etape4sur4 { clear:left; float:left;  width:71px; height:11px; background:url(../assets/img/etape-contrat.gif) no-repeat; margin-top:5px; background-position:0 -33px; overflow:hidden; margin-bottom:5px; }*/
.barre-etape {
  color: #fff;
  display: block;
  height: 11px;
  font-size: 10px;
  line-height: 0;
  padding-top: 6px; }
  .barre-etape abbr {
    border-bottom: 0 !important; }

.etape-contrat {
  width: 71px;
  background: url(../assets/img/etape-contrat.png);
  margin: 10px 0 5px !important; }

.contrat-etape1sur4 {
  padding-left: 5px; }

.contrat-etape2sur4 {
  background-position: 0 -11px;
  padding-left: 20px; }

.contrat-etape3sur4 {
  background-position: 0 -22px;
  padding-left: 40px;
  padding-top: 5px; }

.contrat-etape4sur4 {
  background-position: 0 -33px;
  padding-left: 59px; }

a, a.ref {
  color: #ba0001; }

h2, .text-primary, .recap-fournisseur h3, caption, caption i {
  color: #424242; }

.btn-primary {
  background: #424242;
  text-shadow: none;
  border-color: #424242; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #686868 !important;
    border-color: #686868; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #686868 !important;
    border-color: #686868; }
  .btn-primary.disabled {
    color: #868686;
    background: #ddd !important;
    border-color: #ddd !important; }

.open > .dropdown-toggle.btn-primary, .notifications a:hover .badge {
  color: #fff;
  background-color: #bb0000 !important;
  border-color: #686868 !important; }

.btn-notif {
  float: left; }
  .btn-notif .btn {
    position: relative; }
  .btn-notif .labels {
    position: absolute;
    z-index: 1;
    left: 25px;
    top: 13px; }
    .btn-notif .labels .badge {
      font-size: 0.75em;
      margin-right: -2px; }
      .btn-notif .labels .badge .fa {
        color: #ffffff; }
  .btn-notif .labels-info {
    position: absolute;
    z-index: 1;
    left: 25px;
    top: 19px; }
    .btn-notif .labels-info .badge {
      font-size: 0.75em;
      margin-right: -2px; }
      .btn-notif .labels-info .badge .fa {
        color: #ffffff; }

.btn-ajout-document .fa-stack,
.panel-table .table-suivi .actions .btn-action.btn-ajout-document .fa-stack {
  height: 19px;
  font-size: 0.8em; }

.btn-ajout-document .fa-stack-1x,
.panel-table .table-suivi .actions .btn-action.btn-ajout-document .fa-stack-1x {
  left: 0.4em;
  top: 0.15em;
  font-size: 12px; }

.btn-ajout-document.btn-action .fa-stack,
.panel-table .table-suivi .actions .btn-action.btn-ajout-document.btn-action .fa-stack {
  font-size: 0.75em;
  margin-left: -5px; }
  .btn-ajout-document.btn-action .fa-stack .fa-stack-1x,
  .panel-table .table-suivi .actions .btn-action.btn-ajout-document.btn-action .fa-stack .fa-stack-1x {
    top: 0.35em;
    left: 0.5em;
    font-size: 1.1em; }

.btn-contact {
  float: none;
  display: inline-block; }

.badge-danger {
  background-color: #d43f3a !important; }

.badge-warning {
  background-color: #ff0000 !important; }

.badge-success {
  background-color: #398439 !important; }

.badge-info {
  background-color: #689fd1 !important; }

.badge-secondary {
  background-color: #fbb045 !important; }

.navbar-inverse .navbar-nav > li > a {
  color: #424242;
  text-shadow: none; }

.navbar-inverse .navbar-nav > .open > a {
  color: #424242;
  text-shadow: none; }
  .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #6e0001; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #6e0001; }

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #6e0001; }

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #6e0001; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:hover {
  color: #6e0001; }

.treegrid-indent, .treegrid-expander {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  float: left; }

.table-contacts .treegrid-indent, .table-contacts .treegrid-expander, .table-attestations .treegrid-indent, .table-attestations .treegrid-expander {
  width: auto;
  height: 80%;
  display: block;
  position: absolute !important;
  width: 25%; }

.table-contacts .treegrid-collapsed td, .table-contacts .treegrid-expanded td, .table-attestations .treegrid-collapsed td, .table-attestations .treegrid-expanded td {
  position: relative; }

.treegrid-expander {
  cursor: pointer;
  margin-left: -20px; }

.treegrid-expander-expanded, .treegrid-expander-collapsed {
  background-repeat: no-repeat; }

.treegrid-expander-expanded {
  background-image: url(../assets/img/collapse.png); }

.treegrid-expander-collapsed {
  background-image: url(../assets/img/expand.png); }

.text-notation {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  padding: 0.3em 0 0 0;
  opacity: 0.5;
  color: initial !important; }

.help-block {
  font-style: italic; }

.fa-custom {
  font-family: custom;
  font-size: 1.7rem;
  vertical-align: middle; }

.fa-activite:before {
  content: "\e600"; }

.fa-contact:before {
  content: "\e900";
  font-size: 1.4rem;
  vertical-align: top; }

.siege-social:before {
  font-size: 0.9em; }

.siege-social:after {
  content: "\f024";
  position: absolute;
  margin: -0.8em 0 0 -0.7em;
  font-size: 0.7em; }

.liens-rapides {
  float: right;
  margin-right: 0; }
  .liens-rapides a {
    position: relative;
    min-height: 32px;
    padding: 5px 12px 1px; }
    .liens-rapides a i, .liens-rapides a .fa-activite:before {
      font-size: 1.2em; }
    .liens-rapides a ~ .btn-primary {
      border-left-color: #fff; }
  .liens-rapides .btn-group {
    margin-left: 10px; }

.dropdown-with-check > li > a > .fa {
  visibility: hidden; }

.dropdown-with-check > li > a.selected span {
  font-weight: bold; }

.dropdown-with-check > li > a.selected > .fa {
  visibility: visible; }

.alert > i {
  display: table-cell;
  padding-right: 1em; }
  .alert > i + p {
    display: table-cell; }
  .alert > i.fa-2x {
    padding-right: 0.5em;
    line-height: 0.7em;
    vertical-align: top; }

/*Datepicker*/
.datepicker-group {
  width: 150px; }

.input-group-addon {
  padding: 6px 12px; }

.input-group-montant {
  width: 187px; }

.montant {
  text-align: right; }

.montant-min-max {
  width: 235px; }

/*wysihtml5 Text-editor*/
.text-editor {
  min-height: 200px; }

.bootstrap-wysihtml5-insert-link-url + label {
  margin-left: 20px; }

.desc-objet {
  height: 2.91em;
  margin-bottom: 0.7em; }

.desc-consultation, .desc-naf {
  height: 1.5em; }

.desc-reponse, .desc-tranche, .desc-evenement {
  height: 1.5em; }
  .desc-reponse .message-preview, .desc-tranche .message-preview, .desc-evenement .message-preview {
    background: url(../assets/img/tree-child-last.png) no-repeat 8px -2px;
    padding: 8px 0 0 40px;
    box-sizing: border-box;
    /* &:before {
       content: "\f112";
       font-family: $fontAwesome;
       padding-right: 5px;
       color: #333;
     }*/ }
    .desc-reponse .message-preview .fa-paperclip, .desc-tranche .message-preview .fa-paperclip, .desc-evenement .message-preview .fa-paperclip {
      vertical-align: middle;
      color: #333;
      top: 0.4em;
      margin-left: -0.9em; }

.desc-evenement {
  display: inline-block;
  clear: both; }

.desc-objet .toggle, .desc-reponse .toggle, .desc-tranche .toggle, .desc-fournisseur .toggle, .desc-evenement .toggle {
  display: none !important; }

/********************Plugin resets********************/
/*jquery.dotdotdot.js*/
.read-more.box.opened {
  height: auto; }

.read-more a {
  font-size: 0.9em; }

.read-more .toggle {
  display: none; }
  .read-more .toggle .close-btn {
    display: none; }

.read-more.opened .toggle .open {
  display: none; }

.read-more .toggle .opened {
  display: inline; }

.read-more.opened .toggle .close-btn, .read-more.opened a {
  display: inline; }

/*jquery.simplecolorpicker.js*/
.simplecolorpicker span {
  font-size: 1.2em;
  padding: 0 3px; }

/*chosen.js*/
.chosen-container {
  font-size: 1em; }

.chosen-container-single .chosen-single, .chosen-container-multi .chosen-choices {
  border-color: #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 10px 0;
  height: 30px;
  min-height: 32px;
  line-height: normal;
  box-shadow: none; }

.chosen-container-multi + .afficher-tout {
  margin-top: 5px;
  display: inline-block; }

.chosen-container-single .chosen-single {
  padding: 6px 10px 0; }

.chosen-container-active .chosen-single {
  border: 1px solid #66afe9;
  box-shadow: none; }

.chosen-container-single .chosen-single {
  background: #fff; }
  .chosen-container-single .chosen-single div b {
    background-position: 3px 5px; }

.chosen-container-active.chosen-with-drop .chosen-single, .chosen-container-multi .chosen-choices {
  background: #fff; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -15px 5px; }

/*.chosen-container-single .chosen-drop { @include border-radius(0); }*/
.chosen-container .chosen-results li.highlighted {
  background: #7d8797; }

.chosen-container-multi .chosen-choices {
  padding-left: 5px; }
  .chosen-container-multi .chosen-choices .default {
    padding-left: 5px !important; }
  .chosen-container-multi .chosen-choices li.search-choice {
    margin-top: 2px; }

div.tagsinput span.tag {
  margin-top: 2px; }

.chosen-select.with-ellipsis ~ .chosen-container .chosen-results li.active-result {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*justgage.js*/
.gauge {
  width: 180px;
  height: 120px;
  display: inline-block;
  margin-left: -25px; }

.star-detail {
  display: table-row; }
  .star-detail div:first-child {
    width: 130px; }
  .star-detail .star {
    background: url(../assets/img/all-star.png) no-repeat;
    width: 99px; }
  .star-detail .star-1 {
    background-position: 0 -1px; }
  .star-detail .star-2 {
    background-position: 0 -19px; }
  .star-detail .star-3 {
    background-position: 0 -37px; }
  .star-detail .star-4 {
    background-position: 0 -55px; }
  .star-detail .star-5 {
    background-position: 0 -73px; }
  .star-detail div {
    display: table-cell; }

ul.notes-echelle {
  display: inline-block;
  margin: 0;
  padding: 0 0.5em 0 0;
  vertical-align: middle; }
  ul.notes-echelle li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none; }
    ul.notes-echelle li label {
      display: block;
      text-align: center;
      line-height: 20px;
      cursor: pointer;
      float: right; }
  ul.notes-echelle.js li label, ul.notes-echelle.disabled li label {
    background: url(../assets/img/etoiles.png) center top no-repeat; }
  ul.notes-echelle.js label {
    font-size: 0; }
  ul.notes-echelle li {
    min-width: 20px;
    min-height: 20px; }
    ul.notes-echelle li.note-off label {
      background-position: center -60px; }
    ul.notes-echelle li.note-reset label {
      background-position: center -102px; }
    ul.notes-echelle li.note-checked {
      font-weight: bold; }
  ul.notes-echelle label {
    min-width: 20px;
    min-height: 20px; }
  ul.notes-echelle.js li label {
    float: none; }
  ul.notes-echelle.js input {
    position: absolute;
    left: -999%; }
  ul.notes-echelle.js li.note-focus {
    outline: 1px dotted #000; }

* html ul.notes-echelle.js li {
  width: 20px;
  height: 20px; }

.controls .notes-echelle {
  margin-top: 7px; }

ul.notes-echelle.disabled li label {
  cursor: default !important;
  font-size: 0; }

a ul.notes-echelle.disabled li label {
  cursor: pointer !important; }

.detail-graph:hover {
  text-decoration: none !important; }

.table-evaluation .col-detail {
  width: 250px; }

.table-evaluation .auteur {
  float: right; }

.table-evaluation .etab {
  clear: both;
  padding: 0.2em 0; }

table .notes-echelle {
  float: left;
  clear: both; }
  table .notes-echelle.disabled input {
    display: none; }

.panel-heading .notes-echelle input {
  display: none; }

table .notes-echelle.js {
  display: block; }

table .commentaire {
  clear: both;
  padding-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
  color: #666; }

table .commentaire p {
  display: initial; }

table .commentaire:before, table .commentaire:after {
  color: #ccc;
  content: open-quote;
  font-size: 3em;
  margin-right: 0.1em;
  line-height: 0.1em;
  vertical-align: -0.4em; }

table .commentaire:before {
  content: open-quote; }

table .commentaire:after {
  content: close-quote; }

table .auteur, table .groupement, table .desc-fournisseur .desc-activite {
  color: #999;
  font-style: italic; }
  table .auteur .popover, table .groupement .popover, table .desc-fournisseur .desc-activite .popover {
    font-style: normal !important;
    color: #000 !important; }
    table .auteur .popover i, table .groupement .popover i, table .desc-fournisseur .desc-activite .popover i {
      font-style: normal !important;
      color: #000 !important; }

.popover-title {
  font-weight: normal !important; }

.popover .popover-title a.btn {
  float: right;
  margin: -3px -8px -3px 0; }

.popover .popover-content a.btn {
  width: 100%; }

.popover.popover-confirmation a.btn {
  width: auto; }

table .text-notation {
  vertical-align: top;
  float: left; }

.detail-graph {
  float: left;
  display: inline-block; }

.panel-heading .notes-echelle {
  margin: -4px 0 0 10px; }

.panel-heading .text-notation {
  display: inline-block;
  font-size: 0.9em;
  vertical-align: top;
  padding: 10px 0 0;
  font-weight: normal; }

.panel-heading ul.notes-echelle label {
  margin: 0; }

#paper {
  text-align: center; }

.dropzone, .portlet-placeholder {
  border: 2px dashed #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  text-align: center;
  padding: 0 20px 20px; }
  .dropzone .dz-message, .portlet-placeholder .dz-message {
    color: #ccccd3;
    font-size: 1.8em;
    margin: 1em 0; }

#preview-template table + .btn, .entete-message {
  margin-bottom: 30px; }

.dropzone .dz-clickable + span, .portlet-placeholder .dz-clickable + span {
  padding: 0 10px;
  color: #ccccd3;
  font-size: 1.4em;
  vertical-align: middle; }

.dz-preview {
  display: table;
  width: 100%; }
  .dz-preview div, .dz-preview a {
    display: table-cell !important;
    position: relative !important;
    padding: 5px 5px;
    vertical-align: top; }

.dz-upload {
  display: block;
  background-color: red;
  height: 10px;
  width: 0%; }

.dz-preview .dz-remove {
  visibility: hidden !important; }

.dz-preview:hover {
  background: #f0f0f0; }
  .dz-preview:hover .dz-remove {
    visibility: visible !important; }

.dz-remove {
  width: 30px; }

.dropzone .dz-preview .dz-image, .portlet-placeholder .dz-preview .dz-image {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.panel, .panel-heading, .panel-table, .form-control, .btn, .sidebar ul > li a, .sidebar ul > li a.collapsed, .sidebar ul ul, .breadcrumb, .alert, .well, .bordered-table, .list-group-item:first-child, .list-group-item:last-child, .modal-content, .input-group-addon, .chosen-container-single .chosen-single, .chosen-container-multi .chosen-choices, .form-group-sm .form-control, .pagination > li a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important; }

footer {
  clear: both;
  border-top: 1px solid #eee;
  margin: 50px 0 0; }

@media screen and (max-width: 320px) {
  /*.navbar-brand { background-size:100%; width:180px; background-position:0 6px; }*/ }

@media screen and (max-width: 768px) {
  .navbar-brand {
    margin-left: 15px !important; }
  .navbar-inverse .container {
    width: auto; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
    box-shadow: none; }
  .dropdown a {
    line-height: 20px !important; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
    border: 0; }
  .dropdown.dropdown-search .dropdown-toggle {
    display: none; }
  .dropdown .dropdown-menu {
    display: block !important;
    position: relative !important;
    float: none;
    border: 0;
    box-shadow: none !important; }
    .dropdown .dropdown-menu > li > a {
      padding: 5px 15px 5px 25px; }
    .dropdown .dropdown-menu .divider {
      height: 0; }
  .dropdown .dropdown-toggle {
    font-weight: bold; }
    .dropdown .dropdown-toggle .caret {
      display: none; } }

@media (max-width: 767px) {
  #paper svg {
    width: 100%;
    height: 100%; } }

@media print {
  .navbar, .sidebar, .breadcrumb, .liens-rapides, .form-actions, .col-check, .col-actions, .btn {
    display: none !important; }
  body .container-fluid {
    min-width: inherit !important; }
  body .container-fluid > .content {
    margin-left: 0; }
  .read-more.box.opened {
    height: auto !important; } }

/* Pour faire un composant dropdown qui s'affiche comme un popover */
.dropdown {
  display: inline-block; }

.dropdown-menu-popover {
  padding: 9px 14px; }
  .dropdown-menu-popover.dropdown-menu {
    font-weight: normal;
    font-size: 12px;
    padding: 0 0 8px 0;
    border-radius: 5px; }
    .dropdown-menu-popover.dropdown-menu .popover-heading {
      padding: 8px 14px;
      background-color: #f7f7f7;
      border-bottom: 1px solid #ebebeb;
      border-radius: 5px 5px 0 0; }
    .dropdown-menu-popover.dropdown-menu .popover-body {
      padding: 8px 14px 0 14px; }

.modal-edition-repartition .control-label .dropdown {
  font-size: 11px;
  margin-top: -8px;
  display: inline-block; }

.modal-edition-repartition .input-group-addon {
  min-width: 78px;
  text-align: left; }

.modal-edition-repartition .amount-total .form-control,
.modal-edition-repartition .amount-todo .form-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 5px 0 0;
  font-size: 14px;
  line-height: 30px; }
  .modal-edition-repartition .amount-total .form-control.text-danger,
  .modal-edition-repartition .amount-todo .form-control.text-danger {
    color: #F44336; }

.modal-edition-repartition .amount-total .input-group-addon,
.modal-edition-repartition .amount-todo .input-group-addon {
  border: 0;
  background: transparent;
  padding: 0 12px;
  line-height: 30px;
  font-size: 14px; }
  .modal-edition-repartition .amount-total .input-group-addon.text-danger,
  .modal-edition-repartition .amount-todo .input-group-addon.text-danger {
    color: #F44336; }

.modal-edition-repartition .amount-total .form-control,
.modal-edition-repartition .amount-total .input-group-addon {
  font-size: 14px;
  font-weight: bold; }

.modal-edition-repartition .amount-total .form-control {
  font-size: 15px; }

.bloc {
  padding: 10px 15px;
  margin-left: -15px;
  margin-right: -15px; }
  .bloc.odd {
    background: rgba(250, 250, 250, 0.5); }
  .bloc.end {
    border-bottom: 0; }

.header-tab-date-contrat {
  color: #ccc;
  margin-bottom: 5px; }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-left: 30px; }

.state-list .state-en_attente {
  color: #8a6d3b; }

.state-list .state-a_venir {
  color: #999999; }

.state-list .state-valide {
  color: #3c763d; }

.state-list .state-rejete {
  color: #a94442; }

.read-more {
  text-decoration: underline; }

.bloc-commentaire {
  clear: both;
  padding-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
  color: #666; }
  .bloc-commentaire .content {
    display: initial; }
  .bloc-commentaire:before, .bloc-commentaire:after {
    color: #ccc;
    content: open-quote;
    font-size: 3em;
    margin-right: 0.1em;
    line-height: 0.1em;
    vertical-align: -0.4em; }
  .bloc-commentaire:before {
    content: open-quote; }
  .bloc-commentaire:after {
    content: close-quote; }

.prenomInput {
  margin-bottom: 25px !important; }

/* composant gauge */
.gauge-frame {
  border: 1px dashed #ddd;
  padding-bottom: 10px;
  padding-top: 20px;
  margin-bottom: 17px;
  margin-right: 15px; }
  .gauge-frame .gauge-depassement {
    position: relative;
    margin-right: 50px;
    margin-left: 50px; }
    .gauge-frame .gauge-depassement * {
      font-size: 13px; }
    .gauge-frame .gauge-depassement .in, .gauge-frame .gauge-depassement .out {
      height: 50px;
      border-radius: 5px;
      position: relative;
      margin-bottom: 50px;
      background: repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #a6a6a6 10px, #a6a6a6 18px); }
    .gauge-frame .gauge-depassement .out {
      background: repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #ff332e 10px, #ff332e 18px); }
    .gauge-frame .gauge-depassement .border_max,
    .gauge-frame .gauge-depassement .border_min {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      border-right: 3px dotted black; }
      .gauge-frame .gauge-depassement .border_max .value,
      .gauge-frame .gauge-depassement .border_min .value {
        z-index: 1;
        position: absolute;
        top: 100%;
        right: 0;
        width: 130px;
        text-align: center;
        margin-right: -65px;
        margin-top: 20px;
        padding: 6px;
        background: #007bff;
        border-radius: 3px;
        color: #fff;
        line-height: 18px;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.157); }
        .gauge-frame .gauge-depassement .border_max .value:before,
        .gauge-frame .gauge-depassement .border_min .value:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 6px 6px 6px;
          border-color: transparent transparent #007bff transparent;
          position: absolute;
          top: -6px;
          left: 50%;
          margin-left: -3px; }
    .gauge-frame .gauge-depassement .border_min {
      z-index: 4; }
    .gauge-frame .gauge-depassement .border_max {
      background: rgba(255, 255, 255, 0.92); }
    .gauge-frame .gauge-depassement .out .border_max {
      background: transparent;
      z-index: 4;
      border-right: 3px dotted #f00; }
    .gauge-frame .gauge-depassement .out .border_max .value {
      background: #ff0000; }
      .gauge-frame .gauge-depassement .out .border_max .value:before {
        border-color: transparent transparent #ff0000 transparent; }
    .gauge-frame .gauge-depassement .amount_total {
      background: #6cba7d;
      width: 0;
      height: 100%;
      border-radius: 5px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
      .gauge-frame .gauge-depassement .amount_total.border-radius-none {
        border-radius: 5px 0 0 5px; }
    .gauge-frame .gauge-depassement .amount_current {
      background: #215292;
      width: 0;
      border-radius: 0 5px 5px 0;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      z-index: 2; }
    .gauge-frame .gauge-depassement .amount_total,
    .gauge-frame .gauge-depassement .amount_current {
      -webkit-transition: width .4s ease-out;
      /* Safari */
      transition: width .4s ease-out; }
      .gauge-frame .gauge-depassement .amount_total .value,
      .gauge-frame .gauge-depassement .amount_current .value {
        width: 100%;
        margin: 0;
        text-align: center;
        font-weight: bold;
        color: #F9F9F9;
        line-height: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .gauge-frame .gauge-depassement .axis {
      position: absolute;
      left: 0;
      right: 5px;
      top: 58px;
      height: 1px;
      background: #007bff; }
      .gauge-frame .gauge-depassement .axis:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8px;
        border-color: transparent transparent transparent #007bff;
        position: absolute;
        top: -5px;
        right: -8px; }
    .gauge-frame .gauge-depassement .ladder {
      position: absolute;
      top: 100%;
      right: 10px;
      width: 130px;
      text-align: center;
      margin-right: -65px;
      margin-top: 20px;
      padding: 6px;
      border-radius: 3px;
      color: #007bff;
      line-height: 18px; }
  .gauge-frame .gauge-other {
    position: relative;
    margin-right: 50px;
    margin-left: 50px; }
    .gauge-frame .gauge-other * {
      font-size: 13px; }
    .gauge-frame .gauge-other .in, .gauge-frame .gauge-other .out {
      height: 50px;
      border-radius: 5px;
      position: relative;
      margin-bottom: 50px; }
    .gauge-frame .gauge-other .out {
      background: rgba(255, 255, 255, 0.92); }
    .gauge-frame .gauge-other .border_max,
    .gauge-frame .gauge-other .border_min {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      border-right: 3px dotted black; }
      .gauge-frame .gauge-other .border_max .value,
      .gauge-frame .gauge-other .border_min .value {
        z-index: 1;
        position: absolute;
        top: 100%;
        right: 0;
        width: 130px;
        text-align: center;
        margin-right: -65px;
        margin-top: 20px;
        padding: 6px;
        background: #007bff;
        border-radius: 3px;
        color: #fff;
        line-height: 18px;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.157); }
        .gauge-frame .gauge-other .border_max .value:before,
        .gauge-frame .gauge-other .border_min .value:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 6px 6px 6px;
          border-color: transparent transparent #007bff transparent;
          position: absolute;
          top: -6px;
          left: 50%;
          margin-left: -3px; }
    .gauge-frame .gauge-other .border_min {
      z-index: 4; }
    .gauge-frame .gauge-other .border_max {
      background: rgba(255, 255, 255, 0.92); }
    .gauge-frame .gauge-other .out .border_max {
      background: transparent;
      z-index: 4;
      border-right: 3px dotted #f00; }
    .gauge-frame .gauge-other .out .border_max .value {
      background: #ff0000; }
      .gauge-frame .gauge-other .out .border_max .value:before {
        border-color: transparent transparent #ff0000 transparent; }
    .gauge-frame .gauge-other .amount_total {
      background: #6cba7d;
      width: 0;
      height: 100%;
      border-radius: 5px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
      .gauge-frame .gauge-other .amount_total.border-radius-none {
        border-radius: 5px 0 0 5px; }
    .gauge-frame .gauge-other .amount_current {
      background: #215292;
      width: 0;
      border-radius: 0 5px 5px 0;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      z-index: 2; }
    .gauge-frame .gauge-other .amount_total,
    .gauge-frame .gauge-other .amount_current {
      -webkit-transition: width .4s ease-out;
      /* Safari */
      transition: width .4s ease-out; }
      .gauge-frame .gauge-other .amount_total .value,
      .gauge-frame .gauge-other .amount_current .value {
        width: 100%;
        margin: 0;
        text-align: center;
        font-weight: bold;
        color: #F9F9F9;
        line-height: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .gauge-frame .gauge-other .axis {
      position: absolute;
      left: 0;
      right: 5px;
      top: 58px;
      height: 1px;
      background: #007bff; }
      .gauge-frame .gauge-other .axis:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8px;
        border-color: transparent transparent transparent #007bff;
        position: absolute;
        top: -5px;
        right: -8px; }
    .gauge-frame .gauge-other .ladder {
      position: absolute;
      top: 100%;
      right: 10px;
      width: 130px;
      text-align: center;
      margin-right: -65px;
      margin-top: 20px;
      padding: 6px;
      border-radius: 3px;
      color: #007bff;
      line-height: 18px; }

.autoMargin {
  margin: auto; }

/* *****  Style page d'accueil loader ******* */
.atx-loader-text {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -95px;
  margin-left: -55px;
  color: #ccc;
  font-size: 15px; }

.atx-loader,
.atx-loader:before,
.atx-loader:after {
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.atx-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  color: #3d6ba6;
  font-size: 10px;
  margin: 80px auto;
  margin-top: -95px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.atx-loader:before,
.atx-loader:after {
  content: '';
  position: absolute;
  top: 0; }

.atx-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.atx-loader:after {
  left: 3.5em; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

.atx-error-style {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -95px;
  margin-left: -200px;
  color: #FF5252;
  font-size: 15px;
  text-align: center; }

.form-control-select {
  width: 72px;
  height: 30px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: -5px; }

.control-label-gauge {
  color: #ccc;
  font-weight: bold; }

.alignClass {
  padding-top: 0px !important; }

/*DES-347*/
.bloc-toggle .panel-title.fixed-height {
  line-height: 25px;
  position: relative;
  height: 45px;
  overflow: hidden;
  padding-right: 0px !important; }
  .bloc-toggle .panel-title.fixed-height .overflow-string {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

.bloc-toggle .panel-title.fixed-height .reveal-block {
  height: 45px; }

.bloc-toggle .panel-title.fixed-height .panel-nav {
  text-align: right;
  position: absolute;
  right: 0;
  top: 10px; }

.bloc-toggle .panel-title.fixed-height a .fa {
  line-height: 22px; }

.bloc-toggle .panel-title.fixed-height .panel-nav .fa {
  color: #fff;
  line-height: 10px;
  padding: 0 9px;
  font-family: custom !important;
  position: initial; }

.bloc-toggle .panel-title.fixed-height .panel-nav .fa:before {
  content: "\e600";
  transform: rotate(0deg); }

.bloc-toggle .panel-title.fixed-height .panel-nav .btn-action {
  width: 30px;
  margin: -3px 0px -2px 0;
  height: 30px; }

.bloc-toggle .panel-title.fixed-height .panel-nav .btn-chart {
  background: #4caf50;
  border-color: #4caf50;
  width: 30px;
  margin: -4px 0px -2px 0;
  height: 30px; }

.bloc-toggle .panel-title.fixed-height .panel-nav .btn-chart:hover,
.bloc-toggle .panel-title.fixed-height .panel-nav .btn-chart:active,
.bloc-toggle .panel-title.fixed-height .panel-nav .btn-chart:focus {
  background: #1b951f !important;
  border-color: #1b951f !important; }

.bloc-toggle .panel-title.fixed-height .panel-nav .btn-chart .fa {
  font-family: FontAwesome !important;
  padding: 0 7px; }

.bloc-toggle .panel-title.fixed-height .panel-nav .btn-chart .fa:before {
  content: "\f080"; }

.panel-table .table-suivi .actions .btn {
  padding: 10px; }

.panel-table .table-suivi .actions .btn-event {
  padding: 2px 10px; }

.panel-table .table-suivi .actions .btn-action {
  display: block;
  margin: 0 auto; }

.panel-table .table-suivi .actions .btn-action .fa {
  font-size: 21px;
  height: 20px;
  width: 20px;
  border: #3d6ba6; }

.panel-table .table-suivi .actions .btn-chart {
  background: #4caf50;
  margin-right: 0px;
  border-color: #4caf50; }

.panel-table .table-suivi .actions .btn-chart .fa {
  font-size: 18px;
  height: 20px;
  width: 20px; }

.panel-table .table-suivi .actions .btn-chart:hover {
  background: #1b951f !important; }

.border {
  border: 1px dashed #ddd;
  padding-bottom: 10px;
  padding-top: 20px;
  margin-bottom: 17px;
  margin-right: 15px; }
