@charset "UTF-8";
@font-face {
  font-family: Roboto;
  src: url(../fonts/RobotoCondensed-Light.ttf) format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: Roboto Thin;
  src: url(../fonts/Roboto-Thin.ttf) format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf) format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Bold.ttf) format("truetype");
  font-weight: Bold;
  font-style: normal; }

.content {
  padding-left: 15px;
  padding-right: 15px; }

tr {
  cursor: pointer; }

.progress-bar-upload {
  margin-top: 20px; }

.progress-bar.bg-btp.progress-bar-striped {
  background-color: #fecd00; }

.progress, .progress .progress-bar {
  height: 0.75rem !important; }

.error-upload {
  margin-top: 20px;
  font-size: 13px;
  background: transparent;
  color: red; }

.full-height {
  height: 100vh !important; }

.login-content {
  position: relative;
  float: left;
  height: 100vh;
  width: 100%; }

.login-bg {
  position: relative;
  float: left;
  height: 100vh;
  background: url("../img/bg-login.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right; }

.btp-form-container {
  width: 30%;
  margin-top: 10%;
  margin-left: 10%; }

.title-login {
  color: #333;
  margin-bottom: 20px !important;
  font-family: Roboto !important;
  font-weight: 200 !important; }

.title-login span {
  position: relative;
  right: 0;
  top: 5px;
  left: 0;
  display: block;
  width: 50px;
  height: 3px;
  background: #fecd00; }

.white-skin input[type="email"]:focus:not([readonly]), .white-skin input[type="text"]:focus:not([readonly]), .white-skin input[type="password"]:focus:not([readonly]), .white-skin input[type="number"]:focus:not([readonly]), .white-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #fecd00 !important;
  -webkit-box-shadow: 0 1px 0 0 #fecd00 !important;
  box-shadow: 0 1px 0 0 #fecd00 !important;
  font-size: 20px; }

.white-skin input[type="email"]:focus:not([readonly]) + label, .white-skin input[type="text"]:focus:not([readonly]) + label, .white-skin input[type="password"]:focus:not([readonly]) + label, .white-skin input[type="number"]:focus:not([readonly]) + label, .white-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #fecd00 !important; }

.btp-login-button {
  -moz-border-radius: 29px !important;
  -webkit-border-radius: 29px !important;
  border-radius: 29px !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #333;
  /* layer fill content */
  background-image: -moz-linear-gradient(left, #fecd00 0%, #fecd00 100%);
  /* gradient overlay */
  background-image: -o-linear-gradient(left, #fecd00 0%, #fecd00 100%);
  /* gradient overlay */
  background-image: -webkit-linear-gradient(left, #fecd00 0%, #fecd00 100%);
  /* gradient overlay */
  background-image: linear-gradient(left, #fecd00 0%, #fecd00 100%);
  /* gradient overlay */ }

.white-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #fecd00 !important;
  border-color: #fecd00 !important; }

.form-check-input[type="checkbox"].filled-in:not(:checked) + label:after, label.btn input[type="checkbox"].filled-in:not(:checked) + label:after {
  border: 1px solid #5a5a5a !important; }

.forget-login {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px; }

.link-forget {
  color: #fecd00 !important;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 1px solid #fecd00; }

.logo-login {
  position: absolute;
  right: 10%;
  top: 35%; }

.vertical-centered {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.logo-login-wrapper {
  display: block;
  text-align: right; }
  .logo-login-wrapper .logo-login-container {
    display: inline-block;
    text-align: center;
    padding: 0 30px; }
    .logo-login-wrapper .logo-login-container img {
      max-width: 100%; }

.invalid-email {
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545; }

.display-none {
  display: none; }

.title-panel {
  color: #333;
  font-size: 17px !important;
  font-family: Roboto !important;
  font-weight: 400 !important; }

.title-panel span {
  position: relative;
  right: 0;
  top: 5px;
  left: 0;
  display: block;
  width: 50px;
  height: 3px;
  background: #fecd00; }

.logo-img {
  margin-top: 20px !important;
  width: 120px;
  height: 120px;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .logo-img img {
    width: 100%;
    max-width: 100%;
    height: 100%; }

.logo-update-container {
  position: relative;
  float: left;
  width: 100%; }

.update-logo-image {
  text-align: center;
  width: 150px;
  margin: auto;
  margin-bottom: 35px; }
  .update-logo-image .change-logo-btn {
    color: #333;
    text-align: center;
    font-size: 13px;
    font-weight: 600; }

.title-domination {
  color: #fecd00;
  font-weight: 400;
  font-size: 12px; }

.full-width {
  position: relative !important;
  float: left !important;
  width: 100% !important; }

.padding15 {
  padding: 15px !important; }

.font-sm {
  font-size: 12px !important; }

.md-form.form-sm .prefix {
  font-size: 15px !important;
  color: #33363e !important; }

.form-sm {
  font-size: 15px !important; }

.icon-right-flottant {
  position: absolute;
  right: 5px;
  top: 5px; }

.md-form.form-sm .prefix ~ input, .md-form.form-sm .prefix ~ textarea {
  margin-left: 0 !important;
  width: 98% !important; }

.md-form.form-sm .prefix ~ label {
  margin-left: 0 !important; }

.pagination .page-item.active .page-link {
  background-color: #fecd00 !important;
  color: #333 !important;
  border-radius: 50% !important; }

.pagination .page-item .page-link:hover {
  border-radius: 50% !important; }

.pagination .page-item .page-link {
  border-radius: 50% !important;
  background-color: #ebebeb !important;
  margin-left: 5px; }

.pagination a.page-link[aria-label="Previous"] {
  background-color: transparent !important; }

.pagination a.page-link[aria-label="Next"] {
  background-color: transparent !important; }

.actionComments {
  position: absolute;
  width: 60%;
  text-align: right;
  right: 0 !important;
  top: 1px; }

.add_comment {
  position: relative !important;
  background-color: #fecd00 !important;
  float: left;
  top: 10px; }

.input_search_comments {
  float: left;
  width: 50% !important;
  margin-left: 15px;
  margin-top: 15px;
  font-size: 13px !important;
  border-radius: 30px !important; }

.card-header {
  background-color: #f4f9fc !important;
  border-bottom: none !important;
  color: #373a40 !important;
  padding: 5px 20px !important; }
  .card-header a {
    color: #373a40 !important; }
    .card-header a:hover {
      color: #373a40 !important; }

.comment-container .card {
  box-shadow: none !important; }

.comment-sender {
  display: inline-block;
  float: left;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize; }

.comment-titre {
  margin-left: 15px;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 1px;
  position: relative; }

.overFlows {
  overflow: hidden !important;
  height: 45px !important;
  padding-right: 20px; }

.noOverFlows {
  overflow: unset !important;
  height: 100% !important;
  transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  /* Firefox 4 */
  -webkit-transition: all 1s ease-in;
  /* Safari 和 Chrome */
  -o-transition: all 1s ease-in;
  /* Opera */ }

.comment-dropUpDown {
  margin-top: 20px; }

.comment-attchments {
  margin-left: 40px; }

.comment-date {
  font-size: 9px;
  color: gray; }

.attachment_a_click {
  color: #000;
  cursor: pointer;
  position: relative;
  margin: 0 3px; }

.btp-sm {
  background-color: #fecd00 !important;
  color: #373a40 !important;
  font-weight: 400;
  text-transform: unset;
  padding: 5px 15px;
  font-size: 12px; }

.comment-container .card .card-body {
  font-size: 13px !important;
  text-align: justify;
  position: relative;
  background: #f4f9fc !important;
  float: left;
  width: 100%; }

.attachment_bottom {
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  float: left;
  width: 100%; }
  .attachment_bottom li {
    list-style: none !important;
    float: right;
    margin-right: 10px; }
    .attachment_bottom li a {
      color: #373a40 !important;
      padding: 5px; }
      .attachment_bottom li a:hover {
        color: #373a40 !important; }
      .attachment_bottom li a:focus {
        color: #373a40 !important; }

.footer-attachments {
  position: relative;
  float: left;
  width: 100%;
  background: #f4f9fc; }

.actions_control {
  text-align: right; }
  .actions_control i {
    cursor: pointer; }

.paddingChildreen0 {
  padding: 0 !important;
  margin: 0 !important;
  margin-left: -15px !important; }
  .paddingChildreen0 .md-form {
    margin-bottom: 0 !important;
    margin-top: 0 !important; }

.formCheckPadding .form-check {
  padding-left: 0 !important; }

.formCheckPadding .my-3 {
  margin-bottom: 0 !important; }

.select_permission {
  width: 100%;
  position: relative; }
  .select_permission .select-dropdown {
    display: block; }

.select_type {
  width: 100%;
  position: relative; }
  .select_type .select-dropdown {
    display: block; }

.select_permission li span {
  color: #373a40 !important;
  font-size: 13px !important; }

.select_type li span {
  color: #373a40 !important;
  font-size: 13px !important; }

.t-right {
  text-align: right !important; }

.dataTables_length .select-dropdown {
  display: block; }

.select-dropdown {
  font-size: 13px !important; }

.file_upload {
  height: 70px;
  width: 70px;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 999999;
  cursor: pointer;
  opacity: 0;
  border-radius: 50%; }

.searchAdherents input, .searchAdherents label {
  padding-left: 20px !important;
  width: 98% !important; }

.searchAdherents i {
  left: 0 !important; }

.file_upload.poviderup {
  height: 120px;
  width: 120px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999999;
  cursor: pointer;
  opacity: 0;
  border-radius: 50%; }

.block_b {
  background: #fbfcfd;
  padding: 11px;
  border: solid 1px #f9f9f9;
  border-radius: 10px;
  margin-top: 15px; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

/*.navbar {
	z-index :99 !important ; 
}*/
.widthfull {
  width: 100%; }

.select_type .select-wrapper input.select-dropdown {
  margin-top: 0 !important; }

.formCotisation {
  width: 100%; }

.div-hidden {
  display: none !important; }

@media (min-width: 767px) {
  .actionComments {
    position: relative;
    width: 100%;
    top: 10px;
    float: left; }
  .comment-container {
    position: relative;
    float: left;
    width: 100%; } }

@media (max-width: 768px) {
  .table_adherent_n .react-bs-table-search-form {
    left: 0 !important; }
  .content .grey-text.block-upload .overlay-upload {
    width: 100% !important; }
  .content .grey-text.block-upload .name-file-uploader span.name {
    position: relative !important;
    display: inline-block !important;
    margin-left: 0 !important;
    top: 10px !important;
    text-align: center !important;
    width: 100% !important;
    font-size: 14px !important; } }

@media (max-width: 575px) {
  .login-bg {
    background-size: cover !important; }
  .column_switch {
    margin-top: 20px !important; }
  .exchangeListeContainer li {
    float: none;
    width: 100% !important;
    list-style: none !important; }
  .col-xs-90 {
    width: 90% !important; }
  .table_adherent_n .react-bs-table-search-form {
    position: relative !important;
    top: 0px !important; } }

@media (max-width: 992px) {
  .login-bg {
    background-size: cover !important; }
  .paddingChildreen0 {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .column_switch {
    flex-basis: 0 !important;
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    max-width: 100% !important;
    order: -1 !important;
    margin-top: 35px !important;
    height: 150px !important;
    text-align: center !important; }
  .logo-login-wrapper {
    text-align: center !important; } }

.page-footer {
  margin-top: 0 !important; }

main {
  background: #faf9ff !important; }

.hidden {
  display: none !important; }

.fileInputCustum {
  border: none !important;
  cursor: pointer; }

.labelInputFiles {
  position: relative !important;
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  background-color: black;
  display: inline-block;
  background-color: #fecd00 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.fileWrapper {
  position: relative;
  float: left;
  width: 100%; }

.fileWrapper .fileInputCustum {
  position: absolute;
  top: 0;
  width: 150px;
  left: 0;
  opacity: 0;
  cursor: pointer; }

.fileWrapper .btn-file-input {
  display: inline-block;
  width: 150px;
  height: 40px;
  background-color: #fecd00 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer !important;
  border: none !important;
  border-radius: 30px; }

.fileWrapper:hover > .btn-file-input {
  background-color: #fecd00;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.overlay_logo {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 0%;
  background: rgba(255, 255, 255, 0);
  cursor: pointer; }

.iconEditLogo {
  position: absolute;
  font-size: 25px !important;
  z-index: 99999;
  color: #373a40;
  width: 25px;
  height: 25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 45px; }

.change-logo-btn:hover .overlay_logo {
  display: block;
  width: 100%;
  height: 100%;
  transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  /* Firefox 4 */
  -webkit-transition: background-color 0.5s linear;
  /* Safari and Chrome */
  -o-transition: background-color 0.5s linear;
  /* Opera */
  -ms-transition: background-color 0.5s linear;
  /* Explorer 10 */
  background: rgba(255, 255, 255, 0.7); }

.material-icons:hover {
  color: #666; }

.page-item:last-child .page-link {
  background: transparent !important; }

.page-item:first-child .page-link {
  background: transparent !important; }

.select-all-site {
  display: block !important;
  cursor: pointer;
  font-size: 13px !important;
  border-radius: 0 !important; }
  .select-all-site:hover {
    box-shadow: none !important; }
  .select-all-site:focus {
    box-shadow: none !important; }
  .select-all-site option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 2em !important;
    padding: 0px 10px !important; }

.card-body.card-outils {
  min-height: 300px; }

.form-check-input[type="radio"]:checked + label:after, .form-check-input[type="radio"].with-gap:checked + label:after, label.btn input[type="radio"]:checked + label:after, label.btn input[type="radio"].with-gap:checked + label:after {
  background-color: #fecd00 !important; }

.form-check-input[type="radio"]:checked + label:after, .form-check-input[type="radio"].with-gap:checked + label:before, .form-check-input[type="radio"].with-gap:checked + label:after, label.btn input[type="radio"]:checked + label:after, label.btn input[type="radio"].with-gap:checked + label:before, label.btn input[type="radio"].with-gap:checked + label:after {
  border: 2px solid #fecd00 !important; }

.table_adherent_n th, .table_adherent_n td {
  padding-top: 8px !important;
  padding-bottom: 0px !important; }

.logo-img-adherent {
  margin-top: 20px !important;
  width: 70px;
  top: 0;
  right: 20px;
  height: 70px;
  position: absolute;
  margin: 0 auto;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .logo-img-adherent img {
    width: 100%;
    max-width: 100%;
    height: 100%; }

.table_adherent_n .react-bs-table-search-form {
  position: absolute;
  right: 135px;
  top: -38px; }

.btn-add-contact {
  position: absolute !important;
  top: 10px !important;
  right: 15px !important; }

.liste_contacts .react-bs-container-body {
  max-height: 120px;
  overflow-y: auto;
  position: relative; }

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

.wfull {
  width: 100% !important; }

.card-body {
  padding: 1rem !important; }

.exchangeListeContainer {
  position: relative;
  float: left;
  width: 100%; }
  .exchangeListeContainer li {
    float: left;
    list-style: none !important; }

.width20 {
  width: 20% !important; }

.width80 {
  width: 80% !important; }

.show_me_all_cmt {
  position: absolute;
  right: 7px;
  bottom: 7px;
  font-size: 13px;
  cursor: pointer;
  z-index: 99999; }

.iconEditLogoEdit {
  position: absolute;
  font-size: 21px !important;
  z-index: 99999;
  color: #373a40;
  width: 25px;
  height: 25px;
  right: 0;
  left: 9px;
  margin: 0 auto;
  top: 25px; }

.select_permission input.select-dropdown {
  margin-top: 17px !important; }

.contact-exchage .select-wrapper.select_permission input.select-dropdown {
  font-size: 12px !important; }

.contact-exchage {
  min-height: 535px; }

.react-bs-table table td {
  font-size: 12px !important;
  padding-top: 0.50rem !important;
  padding-bottom: 0.50rem !important; }

.react-bs-table table th {
  font-size: 12px !important; }

table > .material-icons {
  font-size: 17px !important; }

#start_at {
  font-size: 12px !important; }

.md-form {
  margin-top: 1.5rem !important; }

.md-form .form-control {
  height: calc(1.8125rem + 2px) !important;
}

.md-form label {
  font-size: 0.75rem !important; }

.react-bs-table-search-form {
  font-size: 13px !important; }

.pattern_comments {
  font-weight: 500; }
  .pattern_comments .attachments__exists {
    margin-left: 10px;
    position: absolute;
    right: 5px;
    top: 5px; }
    .pattern_comments .attachments__exists i {
      font-size: 18px; }

.comment-exchanges-attchments {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 22px;
  background: #edf4f9;
  border-radius: 7px;
  padding: 5px 15px; }
  .comment-exchanges-attchments ul {
    padding: 0 !important;
    margin: 0 !important; }
    .comment-exchanges-attchments ul li {
      float: none;
      width: 100%; }
      .comment-exchanges-attchments ul li i {
        font-size: 16px;
        position: relative; }

.fileNames_section {
  margin-top: 10px; }
  .fileNames_section .fileSelectDiv {
    padding: 7px 20px;
    margin-bottom: 8px;
    font-size: 12px;
    background: whitesmoke;
    border-radius: 4px;
    position: relative; }
    .fileNames_section .fileSelectDiv .removeMeFileSend {
      font-size: 16px;
      font-weight: 400;
      position: absolute;
      right: 8px;
      top: 4px;
      cursor: pointer; }
      .fileNames_section .fileSelectDiv .removeMeFileSend:hover {
        color: #777; }

div[class^='MuiToolbar-'] {
  background-color: #fecd00 !important; }

div[class*='MuiTypography-colorPrimary-'] {
  color: #373a40 !important; }

button[class*='MuiPickersDay-selected-'] {
  background-color: #fecd00 !important; }

span[class^='MuiButton-label-'] {
  color: #373a40 !important; }

.minHeightAdherent {
  min-height: 638px; }

.contactTextarea {
  min-height: 85px !important; }

/* 
	loading css
*/
@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }

@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }

.lds-css {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  height: 100% !important;
  width: 100% !important;
  left: 0;
  top: 0; }

.lds-rolling {
  position: relative; }

.display-none {
  display: none !important; }

.display-block {
  display: block !important; }

.lds-rolling div,
.lds-rolling div:after {
  position: absolute;
  width: 65px;
  height: 65px;
  border: 4px solid #fecd00;
  border-top-color: transparent;
  border-radius: 50%; }

.lds-rolling div {
  -webkit-animation: lds-rolling 1s linear infinite;
  animation: lds-rolling 1s linear infinite;
  top: 70px;
  left: 150px; }

.lds-rolling div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.lds-rolling {
  -webkit-transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
  transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px); }

div[class*='MuiInput-underline-']:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  transform: scaleX(0);
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  border-bottom: 2px solid #fecd00;
  pointer-events: none; }

#start_at {
  cursor: pointer; }

.test.true {
  margin-top: 7px; }

.content .title {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 400; }
  .content .title span {
    position: relative;
    right: 0;
    top: 5px;
    left: 0;
    display: block;
    width: 50px;
    height: 3px;
    background: #fecd00; }

.content td .disabled.material-icons,
.content td .disabled .material-icons {
  color: #aaa;
  position: relative; }
  .content td .disabled.material-icons:hover, .content td .disabled.material-icons:focus, .content td .disabled.material-icons:active, .content td .disabled.material-icons:not([disabled]):not(.disabled):active,
  .content td .disabled .material-icons:hover,
  .content td .disabled .material-icons:focus,
  .content td .disabled .material-icons:active,
  .content td .disabled .material-icons:not([disabled]):not(.disabled):active {
    color: #aaa; }
  .content td .disabled.material-icons:after,
  .content td .disabled .material-icons:after {
    width: 24px;
    height: 24px;
    content: '';
    display: block;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

.content button.btn-btp {
  background-color: #fecd00;
  color: #373a40;
  font-weight: 400;
  text-transform: unset;
  padding: 7px 20px;
  font-size: 16px; }

.content button.btn-annuler {
  background-color: #fff;
  color: #373a40;
  font-weight: 400;
  text-transform: unset;
  padding: 7px 20px;
  font-size: 16px;
  border: 1px solid #fecd00; }

.content button.btn-supprimer {
  font-weight: 400;
  text-transform: unset;
  padding: 7px 20px;
  font-size: 16px; }

.content select {
  height: 36px;
  background: #fff;
  border: none;
  width: 100%;
  border-bottom: 1px solid #ced4da; }
  .content select:hover, .content select:focus, .content select:active, .content select:not([disabled]):not(.disabled):active {
    outline: none; }

.content .card.min-height-card {
  min-height: 550px; }

.content .card-body.card-history {
  padding: 50px; }
  .content .card-body.card-history p {
    font-size: 1.5em;
    color: #ccc; }

.content .avatar-img {
  width: 250px;
  height: 250px;
  max-height: 250px;
  max-width: 100%;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  display: inline-block;
  position: relative; }
  .content .avatar-img img {
    width: 100%;
    max-width: 100%;
    border-radius: 50%;
    height: 100%; }
  .content .avatar-img .avatar_upload {
    border-radius: 50%;
    /* display: none; */
    height: 250px;
    width: 250px;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    right: 0;
    margin: 0 auto;
    z-index: 999999; }

.content .dashboard canvas {
  height: 500px !important; }

.content .dashboard .card {
  border-radius: 15px;
  min-height: 250px; }
  .content .dashboard .card i.material-icons {
    font-size: 30px !important; }

.content .dashboard .card-body {
  border-radius: 15px; }
  .content .dashboard .card-body .lg-buttom {
    position: relative;
    right: 0;
    top: 5px;
    left: 0;
    display: block;
    width: 120px;
    height: 8px;
    background: #fecd00;
    border-radius: 20px;
    margin: 0 auto; }
  .content .dashboard .card-body h4 {
    font-size: 4.5rem;
    font-weight: 100; }
  .content .dashboard .card-body p * {
    font-size: 1.3rem;
    vertical-align: middle; }
  .content .dashboard .card-body.black-color {
    background-color: #33363e; }
    .content .dashboard .card-body.black-color h4, .content .dashboard .card-body.black-color p {
      color: #fff; }
  .content .dashboard .card-body.yellow-color {
    background-color: #fecd00; }
    .content .dashboard .card-body.yellow-color h4, .content .dashboard .card-body.yellow-color p {
      color: #212529; }
    .content .dashboard .card-body.yellow-color .lg-buttom {
      background: #fff; }
  .content .dashboard .card-body.gris-color {
    background-color: #ededee; }
    .content .dashboard .card-body.gris-color h4, .content .dashboard .card-body.gris-color p {
      color: #212529; }
  .content .dashboard .card-body.exep-color {
    min-height: 500px;
    background-color: #fff; }
    .content .dashboard .card-body.exep-color h4 {
      color: #fecd00;
      font-size: 7.5rem; }
    .content .dashboard .card-body.exep-color p {
      color: #212529; }

.content .grey-text.block-upload {
  border-bottom: 1px solid #ced4da; }
  .content .grey-text.block-upload .name-file-uploader span.name {
    position: absolute;
    margin-left: 150px;
    top: 42px;
    overflow: hidden;
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.75rem;
    color: #757575; }
  .content .grey-text.block-upload .overlay-upload {
    width: 136px;
    height: 34px;
    background: #fecd00;
    top: 1px;
    position: relative;
    color: #fecd00 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    text-align: center;
    cursor: pointer;
    display: block;
    border-radius: 1px; }
    .content .grey-text.block-upload .overlay-upload span {
      color: #757575;
      margin-top: 5px;
      display: inline-block;
      font-size: 15px;
      cursor: pointer; }

.content input.upload-file-- {
  opacity: 0;
  width: 136px;
  overflow: hidden;
  z-index: 9999999;
  position: relative;
  cursor: pointer;
  top: 39px; }

.menu-right-account span,
.menu-right-account .material-icons {
  vertical-align: middle; }

form .true.invalid-feedback {
  display: block !important; }

form .true {
  display: block; }

form .false {
  display: none; }

.connexion-nav i, .connexion-nav span {
  vertical-align: middle; }

.error-page {
  background-color: #fefefe !important; }
  .error-page.interne {
    background-color: #faf9ff !important; }
  .error-page .display-1 {
    color: #65666e;
    font-size: 70px; }
  .error-page .title {
    color: #65666e;
    font-size: 25px; }
  .error-page .img-error {
    max-width: 100%;
    width: 500px; }
  .error-page p,
  .error-page h4,
  .error-page h1 strong {
    color: #65676e; }
  .error-page a {
    color: #373a40;
    font-weight: bold; }

.white-skin .sweet-alert {
  border-radius: 30px !important; }
  .white-skin .sweet-alert button {
    border-radius: 25px; }
  .white-skin .sweet-alert .btn-default {
    background-color: #fecd00 !important;
    color: #454545 !important; }

.white-skin .md-form .prefix.active {
  color: #33363e !important; }

.white-skin .container-fluid .btn-primary {
  background-color: #fecd00 !important;
  color: #373a40 !important; }
  .white-skin .container-fluid .btn-primary:hover, .white-skin .container-fluid .btn-primary:focus, .white-skin .container-fluid .btn-primary:active, .white-skin .container-fluid .btn-primary:not([disabled]):not(.disabled):active {
    background-color: #fecd00 !important; }

.white-skin .dropdown .dropdown-menu .dropdown-item:hover, .white-skin .dropdown .dropdown-menu .dropdown-item:focus, .white-skin .dropdown .dropdown-menu .dropdown-item:active, .white-skin .dropdown .dropdown-menu .dropdown-item:not([disabled]):not(.disabled):active {
  background-color: #fecd00 !important; }

.my-account .invalid-feedback {
  margin-left: 2.5rem; }

.body-notification {
  max-width: 100%;
  position: absolute !important;
  top: 75px;
  background: white;
  width: 350px;
  right: 50px;
  min-height: 100px; }
  .body-notification.false {
    display: none; }
  .body-notification.true {
    display: block; }
  .body-notification .title {
    color: #fecd00;
    font-weight: bold; }
  .body-notification p {
    text-align: center; }
    .body-notification p i {
      color: #fecd00; }
    .body-notification p span, .body-notification p i {
      display: inline-block;
      text-align: left;
      vertical-align: middle; }

.mw6 {
  width: 500px;
  min-height: 200px;
  text-align: center;
  padding-top: 45px;
  border-radius: 40px; }
  .mw6 p {
    color: #747373;
    font-size: 25px;
    font-weight: 300; }
  .mw6 .check-paswword {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0; }
    .mw6 .check-paswword i {
      width: 60px;
      height: 60px;
      font-size: 60px;
      color: rgba(0, 128, 0, 0.68); }

.contact-exchage .att-files {
  margin-right: 10px; }

.contact-exchage .icon-comment {
  /*&:after {
      content: ' ';
      width: 3px;
      background: $yellow;
      height: 36px;
      display: block;
      position: absolute;
      left: 35px;
      top: 55px;
    }*/
  text-align: right;
}
  .contact-exchage .icon-comment i {
    font-size: 40px;
    color: #fecd00;
    border: 4px solid #fecd00;
    border-radius: 50%; }

.contact-exchage .comment-text {
  background: #f4f9fc !important;
  padding: 0px;
  border-radius: 7px;
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.075); }

.contact-exchage .comment-text:before {
  content: "\A";
  border-style: solid;
  border-width: 6px 10px 6px 0;
  border-color: transparent #f4f9fc transparent transparent;
  position: absolute;
  left: -10px;
  top: 40%; }

.contact-exchage .card {
  margin-bottom: 20px !important; }

.contact-exchage .show-more {
  display: inline-block;
  cursor: pointer; }
  .contact-exchage .show-more i {
    vertical-align: middle;
    font-size: 40px;
    color: #fecd00;
    border: 4px solid #fecd00;
    border-radius: 50%; }

.contact-exchage span.history-btn {
  vertical-align: middle;
  margin-left: 20px; }

.contact-exchage .attachment_name {
  font-size: 12px;
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer; }

.custom-overlay {
  background-color: rgba(224, 223, 221, 0.56) !important; }

.datepicker-blc3 {
  margin-top: 24px;
  margin-left: 40px; }

.datepicker-blc2 {
  margin-top: 26px; }

.datepicker-blc1 {
  margin-top: 24px; }

.search-input {
  border-radius: 25px !important;
  min-height: 40px; }

.outils span,
.outils .material-icons {
  vertical-align: middle; }

.outils.container-fluid {
  padding-top: 40px; }

.react-table-style.special-css ::-webkit-scrollbar {
  width: 0.7em; }

.react-table-style.special-css ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.react-table-style.special-css ::-webkit-scrollbar-thumb {
  background-color: #fecd00;
  outline: 5px solid #373a40; }

.react-table-style.special-css .react-bs-container-body {
  max-height: 116px !important; }

.md-form textarea.md-textarea {
  overflow-y: auto !important; }

@media (max-width: 992px) {
  .card {
    margin-bottom: 20px; }
  .datepicker-blc3 {
    margin-top: 0px; }
  .comment-sender {
    float: none !important;
    width: 100% !important; }
  table.table.table-bordered {
    width: 200%;
    overflow-x: scroll; }
  .react-table-style .sort-column .order {
    float: none !important; } }

@media (min-width: 768px) {
  .btp-salarier {
    margin-top: 60px; } }

@media (max-width: 767px) {
  .contact-exchage .md-form.form-sm .icon-left-flottant {
    display: none; }
  .min-height-card,
  .dashboard .card {
    min-height: auto !important;
    margin-bottom: 25px; }
  .dashboard .card-body.exep-color {
    min-height: auto !important; }
    .dashboard .card-body.exep-color h4 {
      font-size: 4.5rem !important; }
  .error-page .display-1 {
    font-size: 40px; }
  .icon-comment {
    display: none; }
  .show-more-col {
    text-align: center; }
  .white-skin .react-table-style .form-control {
    width: 100%;
    z-index: 0;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    font-size: 13px !important; }
    .white-skin .react-table-style .form-control:hover, .white-skin .react-table-style .form-control:focus, .white-skin .react-table-style .form-control:active, .white-skin .react-table-style .form-control:not([disabled]):not(.disabled):active {
      width: 100%;
      z-index: 0;
      position: relative !important;
      top: auto !important;
      right: auto !important;
      font-size: 13px !important; }
  .content .dashboard canvas {
    height: auto !important; } }

@media (max-width: 500px) {
  .error-page .display-1 {
    font-size: 25px; }
  .left-nav {
    width: auto !important; }
  .body-notification {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important; } }

.delete-icon {
  cursor: pointer;
  text-align: center;
  font-size: 17px !important; }

.edit-icon {
  cursor: pointer;
  text-align: center;
  font-size: 17px !important; }

.allhieght {
  height: 300px; }

.custom-loader {
  width: 100px;
  height: 100px;
  background: red;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  z-index: 9999; }

.select_height {
  height: 44px !important; }

.check_box_container .form-check {
  display: inline-block !important;
  text-align: right;
  vertical-align: middle; }

.delete-overlay {
  width: 100vw;
  height: 100vh;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 9991;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .delete-overlay .delete-loader {
    width: 320px;
    height: 120px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: 1000;
    text-align: center; }
    .delete-overlay .delete-loader p {
      color: #fff;
      font-size: 30px;
      font-family: "Roboto";
      font-weight: 300;
      text-align: center; }
    .delete-overlay .delete-loader .spinner-layer {
      border-color: #fff !important; }

.react-bs-table .table-bordered {
  overflow-x: auto;
  /* display: block;
  table-layout: auto;*/ }

.react-table-style .react-bs-table-pagination .row .col-md-6 {
  display: none; }

.react-table-style .form-control {
  z-index: 0 !important;
  /*
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    */
  /*top: -54px;
    right: 135px;
    max-width: 300px;
    position: absolute;*/
  background: transparent !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  border-radius: 25px !important;
  font-size: 13px !important; }
  .react-table-style .form-control:hover, .react-table-style .form-control:focus, .react-table-style .form-control:active, .react-table-style .form-control:not([disabled]):not(.disabled):active {
    background: transparent !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    border-radius: 25px !important;
    font-size: 13px !important; }

.react-table-style .sort-column .order {
  float: right; }

table thead .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

table thead .dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.comment-container {
  max-height: 415px;
  overflow-x: hidden;
  overflow-y: auto; }
  .comment-container::-webkit-scrollbar {
    width: 0.7em; }
  .comment-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .comment-container::-webkit-scrollbar-thumb {
    background-color: #fecd00;
    outline: 5px solid #373a40; }

.default-contact {
  margin-top: 30px; }

.white-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #fecd00 !important;
  border-bottom: 2px solid #fecd00 !important; }

.intro-loader {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
  height: 64px; }

header, main, footer {
  padding-left: 240px; }

.container-body {
  padding-top: 60px;
  background-color: #faf9ff; }

i.fa.fa-search.fa-sm.icon-left-flottant.prefix {
  position: absolute;
  left: -18px; }

.navigation-element {
  margin-top: 70px !important; }

.side-bar {
  padding-top: 80px !important; }
  .side-bar.side-nav-bg {
    background-image: url("../img/bg-sidebar.png") !important;
    overflow-y: auto; }
  .side-bar .navigation-element li a {
    color: #373a40; }
    .side-bar .navigation-element li a span {
      font-family: Roboto;
      font-weight: 400;
      line-height: 16px;
      vertical-align: middle; }
    .side-bar .navigation-element li a i {
      line-height: 16px;
      vertical-align: middle; }

.navbar-fixed-top .avatar-user {
  border-radius: 50%; }

.navbar-fixed-top .dropdown-toggle::after {
  color: #373a40; }

.navbar-fixed-top .notification {
  cursor: pointer;
  margin-top: 15px;
  margin-right: 25px;
  display: none;
}
  .navbar-fixed-top .notification span {
    display: inline-block;
    position: relative;
    background: #fecd00;
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 50%;
    font-size: 17px;
    bottom: 17px;
    right: 5px; }

.white-skin .navbar .navbar-nav .nav-item .dropdown-menu a {
  background-color: transparent !important; }
  .white-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .white-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .white-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active, .white-skin .navbar .navbar-nav .nav-item .dropdown-menu a:not([disabled]):not(.disabled):active {
    background-color: transparent !important; }

.white-skin .btn-secondary.dropdown-toggle.nav-dropdown {
  background-color: transparent !important;
  box-shadow: none;
  padding: 0; }
  .white-skin .btn-secondary.dropdown-toggle.nav-dropdown:hover, .white-skin .btn-secondary.dropdown-toggle.nav-dropdown:focus, .white-skin .btn-secondary.dropdown-toggle.nav-dropdown:active, .white-skin .btn-secondary.dropdown-toggle.nav-dropdown:not([disabled]):not(.disabled):active {
    background-color: transparent !important;
    box-shadow: none; }
  .white-skin .btn-secondary.dropdown-toggle.nav-dropdown span {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px; }

.left-nav {
  width: 15rem;
  padding: 9px; }
  .left-nav .side-toggle-btn {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
    left: 50px;
    cursor: pointer; }
    .left-nav .side-toggle-btn i {
      font-size: 24px;
      line-height: 28px;
      color: #fecd00; }

.page-footer {
  box-shadow: 0px -1px 5px 1px rgba(0, 0, 0, 0.15); }
  .page-footer .footer-link:hover, .page-footer .footer-link:focus, .page-footer .footer-link:active, .page-footer .footer-link:not([disabled]):not(.disabled):active {
    text-decoration: underline; }

@media only screen and (max-width: 992px) {
  header, main, footer {
    padding-left: 0; } }

.mt-80 {
  margin-top: 80px; }

.side-nav ul li:hover a {
  color: #373a40 !important; }

.white-skin .side-nav .fa {
  color: #fecd00 !important; }

.side-toggle-btn {
  position: absolute;
  right: 0;
  top: 30px;
  cursor: pointer; }

.side-nav ul li {
  border-left: solid 5px transparent; }
  .side-nav ul li:active, .side-nav ul li.active {
    background: rgba(0, 0, 0, 0.1);
    border-left-color: #fff;
    color: #373a40 !important; }
  .side-nav ul li:hover, .side-nav ul li:focus, .side-nav ul li:active, .side-nav ul li:not([disabled]):not(.disabled):active {
    background: rgba(0, 0, 0, 0.1);
    border-left-color: #fff;
    color: #373a40 !important; }

.navbar.navbar-fixed-top {
  z-index: 9998 !important; }

.sidebar-toggle {
  position: fixed;
  top: 22px;
  left: 220px;
  z-index: 9999;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  height: 30px;
  padding: 0;
  text-align: right;
  width: 20px; }
  .sidebar-toggle .material-icons {
    color: #fecd00;
    vertical-align: middle;
    cursor: pointer; }

.side-nav, main {
  transition: all linear .3s; }

.showed-sidebar .side-nav {
  transform: none !important;
  opacity: 1 !important; }

.hidden-sidebar .side-nav {
  left: -240px !important;
  opacity: 1 !important; }

main.no-padding {
  padding-left: 0 !important; }

main .sidebar-overlay {
  background: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999; }

.tools-block p {
  margin-top: 10px;
  color: #757575;
  font-size: 15px !important; }

.tools-block button {
  height: 50px; }
  .tools-block button .tool-spinner {
    margin-right: 5px;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle; }
  .tools-block button .material-icons {
    margin-right: 5px; }

.tools-block .tool-info {
  font-size: 12px;
  font-weight: 500;
  padding-right: 5px;
  position: relative;
  top: 5px;
  color: #757575; }
  .tools-block .tool-info .material-icons {
    font-size: 12px;
    margin-right: 5px;
    color: #fecd00; }

/*** ***************************** ***/
/*** The real ones will understand ***/
/*** ***************************** ***/
.row-padding {
  padding: 18px;
}

.title-form {
  color: #757575;
}

.margin-bottom-form {
  margin-bottom: 25px;
}

.no-padding {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.no-padding-form {
  padding: 0 !important;
}

.margin-top-reduce {
  margin-top: -18px;
}

.margin-bottom-reduce {
  margin-bottom: -40px;
}

.input-label-form {
  width: 250px !important;
  margin-top: -12px !important;
}

.last-updated {
  width: 200px;
  margin-top: 5px;
  font-size: 12px;
  color: #757575;
}

.exchange-created {
  margin-top: -3px;
}