/* no gaps between columns */
.row-no-padding > [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row-small-padding > [class*=col-] {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}

.row-xs-height {
  display: table-row;
}

.col-xs-height {
  display: table-cell;
  float: none;
}

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
}
/* firefox fix */
.img-responsive {
  width: 100%;
}

/* vertical alignment styles */
.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

.image-centered {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.spaced-borders {
  border-spacing: 0 0.5em;
}

.row-with-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.middle-align-text {
  line-height: normal;
  vertical-align: middle;
  display: inline-block;
}

.text-center {
  text-align: center;
}

.detached-top {
  margin-top: 2em;
}

.detached-top-lg {
  margin-top: 4em;
}

.detached-bottom {
  margin-bottom: 2em;
}

.detached-bottom-lg {
  margin-bottom: 4em;
}

.col-no-padding {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.uppercase {
  text-transform: uppercase;
}

.show-grid {
  margin-bottom: 1em;
}
.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
}

p.parsley-errors {
  display: none;
}

input.parsley-error, select.parsley-error {
  border: 1px solid red !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(167, 26, 26, 0.6) !important;
}

.mm-btn .parsley-error {
  border-color: red !important;
}

@media screen and (min-width: 992px) {
  .detached-top-md {
    margin-top: 10px;
  }
  .detached-top-md-lg {
    margin-top: 20px;
  }
  .align-right-md {
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .detached-top-sm {
    margin-top: 10px;
  }
  .detached-top-sm-lg {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .detached-top-xs {
    margin-top: 10px;
  }
  .detached-top-xs-lg {
    margin-top: 20px;
  }
}
.dot {
  display: inline-block;
  float: none;
  vertical-align: baseline;
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  margin: -4px 0 0 0;
  opacity: 0.4;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.9);
  transition: background 0.2s;
  animation: typing-loading 1s infinite;
}
.dot:nth-child(3n+2) {
  animation-delay: 0.15s;
}
.dot:nth-child(3n+3) {
  animation-delay: 0.3s;
}

@keyframes typing-loading {
  0% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
/* TOTO Remplacer par une police similaire (Libre) */
/** Medium */
/*
@font-face {
  font-family: "San Francisco";
  font-weight: 500;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-medium-webfont.woff");
}
h1, h2, h4{
	font-family:"San Francisco";
}
*/
.navbar-fixed {
  position: fixed;
  width: 100%;
  z-index: 10000;
  background: white;
  margin-top: -1px;
}

.breadcrumb.navbar-nav {
  padding: inherit;
  margin-bottom: initial;
  background: none;
}
.breadcrumb.navbar-nav li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.breadcrumb.navbar-nav li.active {
  font-weight: bold;
}

.action-nav button {
  display: block;
  padding: 3px 20px;
  clear: both;
  width: 100%;
  text-align: left;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.action-nav button:hover {
  background-color: #e8e8e8;
}

.info-nav li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.info-nav .label-nav {
  font-size: 13px;
}

.navbar-nav li .fa {
  margin-right: 2px;
}

@media screen and (min-width: 768px) {
  .navbar-form input {
    max-width: 130px;
  }
}
.container_custom_white {
  background: #ffffff;
  padding-left: 8px;
  border-radius: 3px;
}

.li-custom-tab {
  text-align: center;
}
.li-custom-tab i.fa {
  margin-right: 4px;
}

li.quick_search.in_progress a:hover, li.quick_search.in_progress.active a {
  background-color: #5bc0de;
}
li.quick_search.waiting_devis a:hover, li.quick_search.waiting_devis.active a {
  background-color: #f0ad4e;
}
li.quick_search.en_relation a:hover, li.quick_search.en_relation.active a {
  background-color: #5BBDB3;
}
li.quick_search.no_answer a:hover, li.quick_search.no_answer.active a {
  background-color: #777;
}

.label-en-relation {
  background-color: #5BBDB3;
}

li.li-custom-tab > a.tab-button:hover, li.li-custom-tab.active > a.tab-button {
  border: 1px solid #ccc;
  color: white;
}

ul.notif-ul {
  padding: 0;
}

li.notif-element {
  width: 260px;
  display: flex;
  align-items: center;
}
li.notif-element.unread {
  background-color: #edf2fa;
}
li.notif-element.unread a {
  font-weight: bold;
}
li.notif-element a.notif-li {
  white-space: normal;
  width: 100%;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
li.notif-element .fa {
  color: #888;
  cursor: pointer;
  position: absolute;
  vertical-align: middle;
  padding: 5px 10px;
}
li.notif-element .fa.fa-times {
  right: 0;
}
li.notif-element .fa:hover {
  border-radius: 8px;
  background-color: #e8e8e8;
  color: #337ab7;
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
}

li.favorite-element {
  position: relative;
}
li.favorite-element a {
  padding-left: 30px;
  padding-right: 30px;
}
li.favorite-element .fa-bell {
  color: #337ab7;
  cursor: pointer;
  position: absolute;
  padding: 0px 8px;
  line-height: 26px;
  vertical-align: middle;
}
li.favorite-element .fa-bell-o {
  opacity: 0.4;
  color: #888;
  cursor: pointer;
  position: absolute;
  padding: 0px 8px;
  line-height: 26px;
  vertical-align: middle;
}
li.favorite-element .fa-trash-o {
  opacity: 0.4;
  color: #888;
  cursor: pointer;
  position: absolute;
  right: 0;
  line-height: 26px;
  vertical-align: middle;
  padding: 0px 10px;
}
li.favorite-element .fa:hover {
  opacity: 1;
  border-radius: 8px;
  background-color: #e8e8e8;
  color: #337ab7;
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
}

.disabled {
  cursor: not-allowed;
}

.main-content {
  border-radius: 5px;
  margin-top: 70px;
}
.main-content .breadcrumb {
  margin-bottom: 10px;
  background-color: transparent;
  padding: 5px;
}

.main-content h2 {
  color: #337AB7;
}

.label-custom {
  background-color: #343d46;
  padding: 1em !important;
  margin-left: 0.4em;
  float: right;
  height: 4.4em;
  padding-top: 1.7em !important;
  font-size: 13px;
}

.table-info-custom td {
  padding-left: 0.7em;
  font-size: 13px;
}

.status-italic {
  font-style: italic;
}

td.table-header {
  text-align: center;
  background: black;
  color: white;
}

.table-custom-facturation td:nth-child(2) {
  width: 63%;
}

.status-label {
  padding-left: 0.1em;
  width: 8.4em;
}

.box-details {
  background-color: #f0f0f0;
}

.box-details .elem-description {
  margin-right: 6.5em;
  font-weight: bold;
}

.box-details h4 {
  text-align: center;
  font-weight: bold;
  font-size: 19px;
}

.box-shadow {
  box-shadow: 2px 2px 8px #888888;
}

.box-white {
  padding: 10px 10px 10px 10px;
  margin-bottom: 15px;
  background: white;
}

.info-border-left {
  float: right;
}

@media screen and (min-width: 992px) {
  .cp_chargement {
    width: 185px;
  }
  .cp_arrive {
    padding-left: 5px;
    width: 185px;
  }
  .box-quick-search:not(:first-child) {
    margin-left: 0.8em;
  }
}
@media screen and (max-width: 992px) {
  .box-details .elem-description {
    display: block;
    margin-right: 0;
    margin-bottom: 2px;
  }
  .box-details {
    margin-bottom: 0.4em;
  }
  .box-quick-search {
    margin-bottom: 0.7em;
  }
  .li-custom-tab {
    width: 100%;
    text-align: center;
  }
  .li-custom-tab:not(:last-child) {
    margin-bottom: 3px !important;
  }
  .li-custom-tab .dropdown-menu {
    width: 100%;
  }
  .label-custom {
    margin-top: 0.5em;
  }
}
.btn-reponse {
  font-weight: bold;
  padding: 0px;
  margin: 0;
  background-color: inherit;
}

div.btn-group {
  width: 100%;
}
div.btn-group label {
  margin-top: 0;
}

.btn-group-1 label.btn-check-custom {
  width: 100%;
}

.btn-group-2 label.btn-check-custom {
  width: 50%;
}

.btn-group-3 label.btn-check-custom {
  width: 33.3333333333%;
}

.btn-group-4 label.btn-check-custom {
  width: 25%;
}

.btn-check-custom {
  background-image: none !important;
  text-shadow: none !important;
  outline: none !important;
}
.btn-check-custom .fa {
  display: none;
}

.btn-check-custom.active, .btn-check-custom.active.focus {
  background-color: #4CAF50 !important;
  color: white !important;
}
.btn-check-custom.active .fa, .btn-check-custom.active.focus .fa {
  display: inline;
}

.box-quick-search {
  text-align: center;
  background-color: #f8f8f8;
  font-weight: bold;
  cursor: pointer;
}

.box-quick-search:hover {
  color: #686868;
}

.box-quick-search:last {
  padding-top: 5px;
}

.label-white {
  background-color: #dedede;
  color: #252525;
}

.chd-loader {
  width: 100%;
  margin: 3em auto 2em auto;
  max-width: 800px;
}
.chd-loader h2 a {
  color: #444;
  font-size: 26px;
}
.chd-loader h2 a:hover {
  text-decoration: none;
}
.chd-loader span.service-box {
  vertical-align: middle;
}

.btn i.fa {
  vertical-align: middle;
  margin: 1px 3px;
}

button.link, button.link:active, button.link:hover, button.link:focus {
  border: none;
  background: none;
  color: #337ab7;
  text-decoration: none;
  padding: 0;
}

button.link:active, button.link:hover, button.link:focus {
  text-decoration: underline;
  outline: none;
}

div.big-badge {
  padding: 12px 7px;
  margin-left: 4px;
  margin-right: 0px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 30px;
  line-height: 30px;
  color: #666;
}
div.big-badge.smaller-font {
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  div.big-badge {
    font-size: 26px;
    padding: 10px;
    line-height: 26px;
    margin-left: 0px;
    margin-right: 4px;
  }
  div.big-badge.pull-right {
    float: left !important;
  }
}
@media screen and (max-width: 768px) {
  div.big-badge {
    font-size: 20px;
    line-height: 20px;
    padding: 6px;
    margin-right: 6px;
  }
  div.big-badge.smaller-font {
    font-size: 18px;
  }
}

.main-history-table td {
  width: 20%;
}
.main-history-table tr > td:nth-child(3) {
  width: 10%;
}
.main-history-table tr > td:nth-child(4) {
  width: 30%;
}
.main-history-table td.buttons-col {
  text-align: right;
}
.main-history-table td.buttons-col a {
  margin: 0 5px;
}

.history-table > tbody > tr > td, .history-table > tr > td {
  border-top: none;
}
.history-table .table-label {
  width: 20%;
  font-style: italic;
}
.history-table .new_version {
  color: #4fb458;
  font-weight: bold;
  width: 30% !important;
}
.history-table .old_version {
  text-decoration: line-through;
  color: red;
  width: 50% !important;
}

.table .fake-line {
  padding: 0;
  border: none;
}
.table .fake-line .table {
  background: none;
  margin-top: 15px;
  margin-bottom: 15px;
}
.table .fake-line .table td {
  padding: 5px 8px;
}

#name_delete_favorite, #name_notify_favorite, #name_unnotify_favorite {
  color: #337ab7;
  font-weight: bold;
}

.settings .tab-pane {
  padding: 20px 0;
}
.settings h4, .settings .table tr td:first-child, .settings .table tr th:first-child {
  padding-left: 20px;
}
.settings .table tr td:last-child, .settings .table tr th:last-child {
  padding-right: 20px;
}

#template {
  text-align: center;
}
#template a.btn {
  margin: 20px;
  padding: 15px;
  font-size: 15px;
}

.map {
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 660px) {
  .button-row {
    text-align: center;
  }
  .button-row .pull-left, .button-row .pull-right {
    float: none !important;
  }
  .button-row .btn {
    width: 100%;
    margin: 3px 0;
  }
}
.badge-danger {
  background-color: #D84635;
}

/**
 * Menu overview.
 */
.c-menu {
  position: fixed;
  z-index: 200;
  background-color: #fff;
  transition: transform 0.3s;
}

/**
 * Close button resets.
 */
.c-menu__close {
  font-size: 14px;
  border: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

/**
 * Close button resets.
 */
.c-menu__close:focus {
  outline: none;
}

/**
 * Body states.
 *
 * When a menu is active, we want to hide the overflows on the body to prevent
 * awkward document scrolling.
 */
body.has-active-menu {
  overflow: hidden;
}

/**
 * Mask component
 */
.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.c-menu--slide-left,
.c-menu--slide-right,
.c-menu--push-left,
.c-menu--push-right {
  width: 90%;
  height: 100%;
  /*overflow-y: scroll;*/
}

@media all and (min-width: 420px) {
  .c-menu--slide-left,
  .c-menu--slide-right,
  .c-menu--push-left,
  .c-menu--push-right {
    width: 400px;
  }
}
.c-menu--slide-left .c-menu__close,
.c-menu--slide-right .c-menu__close,
.c-menu--push-left .c-menu__close,
.c-menu--push-right .c-menu__close {
  display: block;
  padding: 12px 24px;
  width: 100%;
}

.c-menu--slide-right,
.c-menu--push-right {
  top: 0;
  right: 0;
  transform: translateX(100%);
}

@media all and (min-width: 420px) {
  .c-menu--slide-right,
  .c-menu--push-right {
    transform: translateX(400px);
  }
}
.c-menu--slide-right.is-active,
.c-menu--push-right.is-active {
  transform: translateX(0);
}

/* jQuery Growl
 * Copyright 2015 Kevin Sylvestre
 * 1.3.2
 */
#growls {
  z-index: 50000;
  position: fixed;
}

#growls.default {
  top: 10px;
  right: 10px;
}

#growls.tl {
  top: 10px;
  left: 10px;
}

#growls.tr {
  top: 10px;
  right: 10px;
}

#growls.bl {
  bottom: 10px;
  left: 10px;
}

#growls.br {
  bottom: 10px;
  right: 10px;
}

#growls.tc {
  top: 10px;
  right: 10px;
  left: 10px;
}

#growls.bc {
  bottom: 10px;
  right: 10px;
  left: 10px;
}

#growls.tc .growl, #growls.bc .growl {
  margin-left: auto;
  margin-right: auto;
}

.growl {
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.growl.growl-incoming {
  opacity: 0;
  filter: alpha(opacity=0);
}

.growl.growl-outgoing {
  opacity: 0;
  filter: alpha(opacity=0);
}

.growl.growl-small {
  width: 200px;
  padding: 5px;
  margin: 5px;
}

.growl.growl-medium {
  width: 250px;
  padding: 10px;
  margin: 10px;
}

.growl.growl-large {
  width: 300px;
  padding: 15px;
  margin: 15px;
}

.growl.growl-default {
  color: #FFF;
  background: #7f8c8d;
}

.growl.growl-error {
  color: #FFF;
  background: #C0392B;
}

.growl.growl-notice {
  color: #FFF;
  background: #2ECC71;
}

.growl.growl-warning {
  color: #FFF;
  background: #F39C12;
}

.growl .growl-close {
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  font-family: helvetica, verdana, sans-serif;
}

.growl .growl-title {
  font-size: 18px;
  line-height: 24px;
}

.growl .growl-message {
  font-size: 14px;
  line-height: 18px;
}

.custom-table-striped > tbody > tr:nth-child(2n) {
  background-color: rgba(70, 70, 85, 0.08);
}

.center-option {
  font-weight: bold;
}

#devis-form {
  margin-bottom: 70px;
}

.floating-button-div {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid #eee;
  text-align: center;
  z-index: 300;
}
.floating-button-div button, .floating-button-div a {
  width: 100%;
  max-width: 400px;
}

.btn-group.mm-btn {
  display: block;
}

/* The animation code */
@keyframes inputfocusout {
  30% {
    border-color: #009688;
    border-width: 2px;
  }
}
.animate-focus-out {
  animation-name: inputfocusout;
  animation-duration: 1.2s;
}

.new-version-data {
  color: #d65f08 !important;
}

p.new-version-data {
  font-style: italic;
  font-size: 11px;
  text-align: right;
  padding-top: 2px;
  float: right;
}

#main-form {
  padding-top: 20px;
}
#main-form td.separator {
  height: 20px;
  border: none;
}
#main-form .assurance, #main-form .franchise {
  display: none;
}
#main-form input[type=text].form-control:not(.disabled) {
  color: black;
}
#main-form input[type=text].form-control:focus, #main-form input[type=text].form-control:active {
  color: #666;
}
#main-form .add_service_form td, #main-form .add_option_form td {
  vertical-align: top !important;
}
#main-form .add_service_form .details, #main-form .add_option_form .details {
  font-size: 11px;
  padding-top: 2px;
  padding-right: 5px;
  font-style: italic;
  text-align: right;
}
#main-form .add_service_form .inclus, #main-form .add_service_form .option_tva_box, #main-form .add_option_form .inclus, #main-form .add_option_form .option_tva_box {
  padding-top: 6px;
}
#main-form .option_tva_form td {
  vertical-align: top !important;
}
#main-form .option_tva_form .gm-tva {
  display: none;
}
#main-form p {
  margin: 0;
}
#main-form .date-table {
  width: 100%;
  font-size: 11px;
  margin-bottom: 10px;
}
#main-form .add_services_remove_button, #main-form .add_options_remove_button {
  padding: 5px;
}
@media (min-width: 992px) {
  #main-form {
    padding: 20px;
  }
}
#main-form .dem-data > tbody > tr > td:first-child:not([colspan]) {
  width: 160px;
}
@media (max-width: 768px) {
  #main-form .dem-data > tbody > tr > td:first-child:not([colspan]) {
    width: 140px;
  }
}
@media (max-width: 380px) {
  #main-form .dem-data > tbody > tr > td:first-child:not([colspan]) {
    display: none;
  }
}
#main-form #prestations {
  margin-bottom: 0px;
  border: none;
}
#main-form #prestations td:first-child:not([colspan]) {
  border-right: none;
}
#main-form #prestations td:nth-child(2):not(:last-child) {
  width: 20px;
  border-left: none;
  padding-left: 0;
}
#main-form #prestations td:last-child:not(:first-child) {
  width: 120px;
}
#main-form .table-header {
  background-color: #4f5b66;
  color: white;
  text-align: center;
  letter-spacing: 1.3px;
  font-weight: bold;
  text-transform: uppercase;
}
#main-form .table-sec-header {
  background-color: #c9cad0;
  text-align: center;
  letter-spacing: 1.3px;
  font-weight: bold;
  text-transform: uppercase;
}
#main-form .field-price, #main-form .field-price_ht, #main-form .field-tva {
  min-width: 80px;
}
#main-form .tva_box {
  float: right;
  color: #888;
  min-width: 52px;
}
#main-form .tva_box label {
  margin: 0 !important;
}
#main-form .tva_box input {
  vertical-align: middle;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-left: 6px;
}

.lift_comment {
  font-size: 10px;
  font-weight: bold;
  color: #666;
}

.gm-info {
  font-size: 9px;
}

.gm-form .label, .last-col .label {
  color: black;
}

input[type=checkbox].gm-checkbox {
  position: relative;
  top: 2px;
  margin: 5px 0 15px 5px;
}

#id_reponse {
  list-style-type: none;
}

.date-clear, .map-chooser {
  float: right;
  position: relative;
  top: -24px;
  left: -10px;
  cursor: pointer;
}

.modal-fullscreen-xs-down .modal-body {
  padding: 10px 0 0 0;
}

@media (max-width: 767px) {
  .modal-fullscreen-xs-down .modal-body {
    height: 70vh !important;
  }
}
.type-selector.type-chargement {
  color: #4CAF50;
}
.type-selector.type-chargement.active {
  color: white;
  text-shadow: none;
  background-color: #4CAF50;
}
.type-selector.type-livraison {
  color: #ff5722;
}
.type-selector.type-livraison.active {
  color: white;
  text-shadow: none;
  background-color: #ff5722;
}

table.table-centered td, table.table-centered th {
  text-align: center;
  vertical-align: middle !important;
}

form {
  margin: 0;
}

label {
  margin-top: 5px;
}

span.label {
  vertical-align: middle;
  padding-bottom: 0.2em;
}

hr {
  border-color: #cdcdcd;
}

table.table td {
  vertical-align: middle !important;
}

table td.last-col {
  text-align: right;
}

table td.main_values {
  width: 25%;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

.color-table {
  padding: 20px 0;
}
.color-table td {
  padding: 15px;
}

.tab-content {
  background: white;
}

.tab-pane {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

ul.history li a {
  line-height: 10px;
}

ul.history > li.history-active > a {
  color: #337ab7;
  font-weight: bold;
}

.shortcut {
  line-height: 32px;
  vertical-align: bottom;
}

label {
  font-weight: normal;
  cursor: pointer;
}

input[type=checkbox] {
  margin: 0;
}

.devis-descriptor-row {
  padding-top: 3px;
  padding-bottom: 3px;
}

ul.gm-data-list {
  margin-bottom: 0;
}

.label-new {
  background-color: #e43051;
}

.label-urgent {
  background-color: #FF5722;
}

input[type=checkbox].multi_select_box, input[type=checkbox].multi_select_all {
  position: relative;
  top: 1px;
}
input[type=checkbox].big {
  height: 15px;
  width: 15px;
  position: relative;
  top: 2px;
  margin: 8px;
}

.rating {
  text-align: center;
  padding-bottom: 0.75em;
  font-size: 1.2em;
}

.rating .comp-stars {
  color: #FF9800;
  font-size: 1.7em;
  margin: 0 1px;
  line-height: 24px;
}

.rating .note {
  font-weight: 750;
  padding: 5px;
  font-size: 1.4em;
}

.won-quote .row {
  text-align: center;
}
.won-quote .row div {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
}
.won-quote .row .fa {
  margin-right: 5px;
  color: #444;
}

.specs-diff {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", Sans-Serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6;
  border-collapse: collapse;
  text-align: left;
}
.specs-diff table {
  margin: 0 auto;
  width: 100%;
  border-color: grey;
}
.specs-diff th {
  font-size: 1.2em;
  color: #337ab7;
  padding: 10px 8px;
  border-bottom: 2px solid #ccc !important;
}
.specs-diff td {
  margin-left: 200px;
  border-bottom: 1px solid #ddd;
  color: black;
  padding: 6px 8px !important;
}
.specs-diff tr:last-child td {
  border-bottom: none;
}
.specs-diff td:nth-child(2) {
  text-align: right;
}

.table-preferences tr {
  height: 100px;
}

.c-carousel .carousel-content {
  border-radius: 6px;
}
.c-carousel .carousel-content .carousel-inner {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.c-carousel .carousel-content .carousel-inner .item {
  height: 400px;
  margin: auto;
}
.c-carousel .carousel-content .carousel-inner .item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.c-carousel .carousel-content .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}
.c-carousel .carousel-content .carousel-control {
  height: 400px;
}
.c-carousel .carousel-content .carousel-control.right {
  right: 15px;
  border-top-right-radius: 6px;
}
.c-carousel .carousel-content .carousel-control.left {
  left: 15px;
  border-top-left-radius: 6px;
}
.c-carousel .carousel-content .carousel-indicators {
  position: inherit;
  display: flex;
  width: 100%;
  left: 0;
  overflow-x: auto;
  margin: 0;
  padding-left: inherit;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.c-carousel .carousel-content .carousel-indicators__content {
  height: 70px;
  min-width: 100px;
  width: 100%;
  cursor: pointer;
  border: #ECECEC 1px solid;
  background-color: #DCDCDC;
}
.c-carousel .carousel-content .carousel-indicators__content img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.c-carousel .carousel-content .carousel-indicators__content.active {
  display: none;
}

/*# sourceMappingURL=base.css.map */
