@charset "UTF-8";
body {
  padding-top: 60px;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  background-color: #F8F8FF;
}

.bg-grey h1 {
  color: black;
  font-size: 40px;
}

.red {
  color: red;
}

.campaign {
  color: black;
}

.male {
  color: RoyalBlue;
}

.female {
  color: pink;
}

.selected {
  color: FireBrick;
}

.error {
  background-color: Crimson;
  color: white;
}

.forbidden {
  color: red;
  font-size: 300px;
  margin-top: 30px;
}

.flex {
  display: flex;
}

.fixed-width {
  width: 200px;
}

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

.p-20 {
  padding-top: 20px;
}

.nowrap {
  white-space: nowrap;
}

.italic {
  font-style: italic;
}

.biggest {
  font-size: 32px;
}

.cursor-pointer {
  cursor: pointer;
}

.datepicker {
  z-index: 1151 !important;
}

.badge {
  color: #336699;
  background-color: white;
  font-weight: normal;
  font-size: 16px;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
}

.btn-primary {
  background-color: #336699;
}

.btn {
  padding: 15px;
}

.btn-send-message {
  margin-top: 10px;
  font-size: 24px;
  text-transform: uppercase;
}

.btn-preview-meessage {
  margin-top: 10px;
  font-size: 24px;
  text-transform: uppercase;
}

.btn-edit-product:not(.btn-success) {
  cursor: pointer;
  padding: 8px;
}

.action-buttons button {
  font-size: 13px;
  text-transform: uppercase;
  padding: 4px;
  margin: 0 4px 0 4px;
}

.fixed-buttons button {
  text-transform: uppercase;
  font-size: 14px;
}

.badge {
  color: #336699;
  background-color: white;
  font-weight: normal;
  font-size: 16px;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
}

.form-inline {
  font-size: 15px;
  display: inline-block;
  margin-right: 8px;
}

label.form-inline {
  font-weight: normal;
}

input.form-short {
  width: 40px;
}

label.form-short {
  width: 40px;
}
label.form-long {
  width: 100px;
}

input.form-long, select.form-long {
  width: 200px;
}

.input-group .form-control {
  max-width: 200px;
}

.form-control {
  height: 48px;
}

.form-edit input, .form-edit textarea {
  margin-bottom: 15px;
}

.td_uploads {
  padding: 0 !important;
}

.uploads-form {
  font-size: 12px;
  font-weight: normal;
  width: 100%;
}
.uploads-form > hr {
  margin: 0;
}
.uploads-form .upload_separator {
  padding: 8px;
  display: flex;
}
.uploads-form .upload_separator > div {
  margin-right: 0;
  margin-left: auto;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.uploads-form .upload_separator > div > a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.uploads-form .upload_separator > input {
  margin: auto 0;
}

.has_file_uploaded {
  background-color: #5CB85C;
}

.hasnt_file_uploaded {
  background-color: #D9534F;
}

.file_upload {
  display: inline-block;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: auto;
}

.form-horizontal {
  font-size: 15px;
}
.form-horizontal label {
  font-size: 15px;
}

.bootstrap-filestyle {
  margin-top: 20px;
}
.bootstrap-filestyle .form-control {
  max-width: 100%;
  height: inherit;
}

.my-jumbotron {
  padding: 10px;
  margin-bottom: 0;
  border-bottom: 3px solid DimGray;
  overflow: hidden;
}
.my-jumbotron h1 {
  font-size: 30px;
}
.my-jumbotron h2 {
  font-size: 26px;
}
.my-jumbotron h5 {
  font-size: 16px;
  font-weight: bold;
}
.my-jumbotron h6 {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 10px;
}
.my-jumbotron em {
  font-size: 20px;
  font-style: normal;
}
.my-jumbotron strong {
  font-size: 20px;
}
.my-jumbotron h1 strong, .my-jumbotron h2 strong {
  font-size: inherit;
}

.scroll-jumbotron {
  /*
  height: 500px;
  overflow: scroll;
  */
}
.scroll-jumbotron em {
  text-align: right;
  display: block;
  font-size: 15px;
  font-style: italic;
}

.right-jumbotron em {
  text-align: right;
  display: block;
  font-size: 15px;
  font-style: italic;
}

.scroll-jumbotron hr {
  border-bottom: 1px solid grey;
}

.right-jumbotron h1 {
  color: Maroon;
}
.right-jumbotron h2 {
  color: grey;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
}
.right-jumbotron textarea {
  display: block;
  width: 100%;
  margin-top: 20px;
  height: 300px;
  font-size: 16px;
  border: 0;
  padding: 5px;
}

.form-jumbotron textarea, .form-jumbotron input, .form-jumbotron select {
  display: block;
  width: 100%;
  font-size: 16px;
  border: 0;
  padding: 5px;
  margin-top: 10px;
}
.form-jumbotron .btn {
  display: block;
  width: 100%;
  font-size: 16px;
  border: 0;
  padding: 5px;
  margin-top: 10px;
  text-transform: uppercase;
}
.form-jumbotron textarea {
  height: 150px;
}

.label-product {
  font-size: 18px;
  text-transform: uppercase;
}

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

.nowrap .label {
  line-height: 5;
}

.bootstrap-tagsinput {
  display: block;
  padding: 4px 4px 4px;
  font-size: 16px;
}
.bootstrap-tagsinput .label {
  line-height: 2;
  font-size: 16px;
}

.navbar {
  border: 0;
  font-size: 16px;
  height: auto;
  background-color: #336699;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar-right li {
  cursor: pointer;
}

.navbar-inverse {
  border: 0;
}
.navbar-inverse .navbar-brand {
  color: white;
}
.navbar-inverse .navbar-nav .active a {
  background-color: steelblue;
  color: white;
}
.navbar-inverse .navbar-nav .active a:hover {
  background-color: steelblue;
  color: white;
}
.navbar-inverse .navbar-nav .active a:focus {
  background-color: steelblue;
  color: white;
}
.navbar-inverse .navbar-nav .open a {
  background-color: white;
  color: #336699;
}
.navbar-inverse .navbar-nav .open a:hover {
  background-color: steelblue;
  color: white;
}
.navbar-inverse .navbar-nav .open a:focus {
  background-color: steelblue;
  color: white;
}
.navbar-inverse .navbar-nav .open a .badge {
  background-color: #336699;
  color: white;
}
.navbar-inverse .navbar-nav li a {
  background-color: #336699;
  color: white;
}
.navbar-inverse .navbar-nav li a:hover {
  background-color: steelblue;
  color: white;
}
.navbar-inverse .navbar-nav li a:focus {
  background-color: steelblue;
  color: white;
}

.dropdown-menu li {
  font-size: 16px;
}
.dropdown-menu li a {
  padding: 5px 20px;
}
.dropdown-menu hr.nomargin {
  margin: 0;
}

.min-dropdown-width span.libelle {
  min-width: 80px;
}

.pagination {
  font-size: 16px;
  margin: 0;
}

.popover {
  max-width: 450px;
}

.table-popover {
  font-size: 12px;
}
.table-popover td {
  white-space: nowrap;
}

.popup-content {
  font-size: 15px;
}
.popup-content h1 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

.container-short {
  max-width: 100%;
  padding: 15px;
}

.graphiques span {
  color: black;
  font-size: 18px;
  font-weight: bold;
}
.graphiques input.datepicker {
  width: 160px;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid black;
  color: black;
  padding: 5px 10px 5px 10px;
  display: inline;
  border-radius: 5px;
}
.graphiques input.graph-ok {
  height: auto;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid black;
  color: black;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
}
.graphiques h1 {
  padding: 0;
  margin: 0;
}
.graphiques img {
  border: 2px solid black;
  border-radius: 5px;
}

.panel-heading {
  padding: 1px;
  text-align: center;
}

.panel-body {
  padding: 10px;
  min-height: 40px;
}

#stats_comp_insc .right-side {
  border-left: 1px solid black;
  min-height: calc(100vh - 51px);
}

@media (max-width: 767px) {
  #stats_comp_insc .right-side {
    border-left: none;
  }
}
span.w-label-fixe {
  width: 60px;
  font-size: 15px;
  display: inline-block;
}

.table-responsive {
  color: black;
  font-size: 18px;
  background-color: white;
  font-family: "Open Sans Condensed";
}
.table-responsive td.text-right {
  text-align: right;
}
.table-responsive th {
  text-align: center;
  color: DimGray;
}
.table-responsive td {
  text-align: left;
  width: auto;
}
.table-responsive td.text-center {
  text-align: center;
}
.table-responsive td span {
  margin: auto;
}

.v-align .table > tbody > tr > td {
  vertical-align: middle;
  overflow: hidden;
}

tr.duplicate {
  background-color: MistyRose;
}

tr.total {
  font-weight: bolder;
}

.table-stats > tbody > tr > td {
  vertical-align: middle;
  text-align: center;
}
.table-stats tr:hover td {
  color: darkblue;
}
.table-stats > tbody > tr > td.strong {
  font-weight: bold;
}
.table-stats > tbody > tr > td.strong span.label {
  font-weight: bold;
}

tr.bigborder {
  border-top: 3px solid #000;
}
tr.biggestfont td {
  font-size: 17px;
  background-color: WhiteSmoke;
}

td i.fa, th i.fa {
  cursor: pointer;
  color: #2d09c7;
}

td i.fa-times, th i.fa-times {
  color: red;
}

td i.fa:hover {
  color: DarkRed;
}

th i.fa:hover {
  color: DarkRed;
}
th i.fa-caret-up, th i.fa-caret-down {
  margin: 0 2px 0 2px;
  font-size: 20px;
  color: SlateGray;
}

td a.label .fa {
  color: white;
}
td i.fa-thumbs-down, td i.fa-thumbs-up {
  cursor: pointer;
}
td i.fa-thumbs-down {
  color: red;
}

table .label {
  font-weight: normal;
  font-size: 14px;
}

.glyphicon.non-active {
  font-size: 23px;
  color: DarkRed;
  top: 3px;
  cursor: pointer;
}
.glyphicon.active {
  font-size: 23px;
  color: ForestGreen;
  top: 3px;
  cursor: pointer;
}
.glyphicon.waiting {
  font-size: 23px;
  color: Peru;
  top: 3px;
  cursor: pointer;
}
.glyphicon.answer, .glyphicon.reading {
  font-size: 30px;
  color: RoyalBlue;
  top: 3px;
  cursor: pointer;
}
.glyphicon.trash {
  font-size: 23px;
  color: RoyalBlue;
  top: 3px;
  cursor: pointer;
}
.glyphicon.test-mailing {
  font-size: 23px;
  color: DarkTurquoise;
  top: 3px;
  cursor: pointer;
}
.glyphicon.locked {
  font-size: 30px;
  color: Crimson;
  top: 3px;
  cursor: pointer;
}
.glyphicon.unlocked {
  font-size: 30px;
  color: LightGray;
  top: 3px;
  cursor: pointer;
  opacity: 0.5;
}

.close span {
  font-size: 4rem;
}

.modal-content h4 {
  font-size: 2rem;
}

.modal-content input, .modal-content select {
  font-size: 16px;
}

/* Modale édition de produit */
.modal_product_section_title {
  font-size: 22px;
}

.modal-xl {
  width: 95%;
}
.modal-xl > .modal-content {
  border-radius: 0;
}

div#myModalPreview {
  display: none;
  margin: 10px auto;
  width: 90%;
  font-size: 13px;
  line-height: 15px;
  font-family: "Arial";
}

.nav-tabs > li.active > a {
  background-color: #fef;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #fef;
}

/* Paramétrage style notifications */
#ohsnap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  margin-left: 5px;
  z-index: 9999;
  max-width: 25%;
}

#ohsnap .alert {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #eed3d7;
  border-radius: 1px;
  position: relative;
  display: block;
  /* Each alert has its own width */
  float: right;
  clear: right;
  background-color: white;
}

#ohsnap .alert-red {
  color: white;
  background-color: #DA4453;
}

#ohsnap .alert-green {
  color: white;
  background-color: #37BC9B;
}

#ohsnap .alert-blue {
  color: white;
  background-color: #4A89DC;
}

#ohsnap .alert-yellow {
  color: white;
  background-color: #F6BB42;
}

#ohsnap .alert-orange {
  color: white;
  background-color: #E9573F;
}

.dashboard h1 {
  font-size: 48px;
  text-transform: uppercase;
  margin: 30px 0;
  color: #336699;
}
.dashboard .dashboard-container {
  margin: 0.8rem;
}
.dashboard .dashboard-container a {
  width: 220px;
  height: 160px;
  padding: 1rem;
  border-radius: 5%;
  background-color: steelblue;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 200ms;
  color: white;
  font-weight: normal;
  font-size: 2.5rem;
}
.dashboard .dashboard-container a span {
  font-size: 4.375rem;
}
.dashboard .dashboard-container a:hover {
  transform: scale(1.05);
  background-color: #1f293f;
  text-decoration: none;
}
.dashboard #stats_section .panel-heading {
  background-color: steelblue;
  border-bottom: 1px solid white;
  padding: 10px 15px;
  color: white;
}
.dashboard #stats_section .list-group > li {
  text-align: center;
  padding: 0;
}
.dashboard #stats_section .list-group > li > a {
  padding: 10px 15px;
  display: block;
}
.dashboard #stats_section .list-group > li > a:hover {
  background: steelblue;
  color: white;
  text-decoration: none;
}

div.products {
  margin-bottom: 15px;
}

.label-calendar {
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}

.calendar .label-warning {
  font-weight: normal;
  text-transform: uppercase;
}

.delay_date_scheduled_radio {
  padding-right: 0;
  padding-top: 6px;
}

.delay_date_scheduled_input {
  padding-right: 0;
}

#modal_mobile {
  width: auto;
}

#landing_form img {
  /* 	max-height: 250px; */
}

#landing_form #view_pc {
  border-right: 4px solid black;
}

#landing_form .uploadfile {
  text-align: center;
  margin-bottom: 10px;
}

#landing_form .uploadfile img {
  max-height: 250px;
  width: 100%;
}

#landing_form textarea {
  resize: vertical;
}

#landing_form .form-control {
  height: 34px;
}

#landing_form .input-group .form-control {
  max-width: 100%;
}

#landing_form .row {
  margin: 10px 0;
}

#radio_input_group {
  height: 34px;
}

#extra_datas, #view_content {
  margin-top: 20px;
}

#radio_input_group input {
  vertical-align: middle;
}

#radio_input_group .input-group-addon:last-child {
  border-left: 1px solid #CCCCCC;
}

#landing_form select[name=color_free_offer] > option {
  color: black;
}

#button_submit {
  background-color: orange;
  width: 50%;
  margin: 50px auto 20px auto;
  height: 50px;
}

#modal_pictures_div {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
#modal_pictures_div > label {
  margin: 5px auto;
  display: flex;
}
#modal_pictures_div img {
  max-width: 200px;
  max-height: 200px;
  margin: auto;
}
#modal_pictures_div img.checked {
  border: 5px solid black;
  border-radius: 5px;
}

#select_picture, #add_picture {
  padding: 6px 12px;
}

#add_picture_form {
  text-align: left;
}
#add_picture_form .input-group .form-control {
  max-width: 100%;
  height: 34px;
}

#landing_search_form {
  color: black;
}
#landing_search_form .btn-warning {
  padding: 6px 12px;
}
#landing_search_form .form-group {
  margin-left: 10px;
}

#preview_buttons {
  display: block;
  position: fixed;
  top: 50px;
  right: -1px;
  background-color: orange;
  border: 1px solid black;
  border-radius: 0 0 0 5px;
}
#preview_buttons > div {
  padding: 5px;
  text-align: center;
}
#preview_buttons > div:not(:last-child) {
  border-bottom: 1px solid black;
}

.select_referer {
  min-width: 150px;
}

.img-search .form-control {
  height: inherit;
}

@media (max-width: 1374px) {
  #preview_buttons {
    top: 100px;
  }

  body {
    padding-top: 100px;
  }
}
@media (max-width: 990px) {
  #preview_buttons {
    display: none;
  }
}
#rts-content h1 {
  font-size: 3rem;
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: red;
}
#rts-content .card-body {
  padding: 0;
}
#rts-content .card-body p {
  font-size: 4rem;
  font-weight: bold;
}
#rts-content .card-footer p {
  font-size: 2.5rem;
  font-weight: bold;
}
#rts-content table {
  font-size: 2rem;
}
#rts-content #bottom_bar > div > * {
  font-weight: bold;
}

#forecasts_texts {
  margin-top: 20px;
}
#forecasts_texts .texts {
  padding: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.btn-preview {
  font-size: 40px !important;
}

.btn-send-mail {
  font-size: 40px !important;
}

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