﻿.text-validation-error-login {
  display: table;
  padding: 0 15px;
}

.text-danger {
  font-size: 12px;
}

.ui-timepicker-container {
  z-index: 1500 !important;
}

.center-element {
  margin: auto;
}

.marginfix {
  margin: 0 0 -10px 0 !important;
}

.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.paddingH3 {
  padding-left: 15px;
}

.marginbuttontableHeader {
  margin-bottom: 0.5rem;
}

.noteTable {
  word-break: break-word;
  /*white-space: pre-wrap;*/
}

.newformcontrol {
  width: 100%;
  height: 40px;
  text-align: left;
  font-size: 12px;
  color: #1c1c1c;
  border: 1px solid #d7d7d7;
  padding: 0 15px;
  border-radius: 4px;
}

.button-linkcustom {
  display: inline-block;
  background-color: #4dabba;
  color: #fff;
  border-radius: 20px;
  box-shadow: none;
  border: 1px solid #4dabba;
  box-shadow: 0px 3px 6px -1px rgba(77, 171, 186, 0.4);
  transition: 0.3s all ease;
  padding: 11px 30px;
  margin-top: 18px;
}

.divHidden {
  visibility: hidden;
}

.divRechercheAdresse {
  width: 100%;
  margin: 0 0 0 0;
}

.textarea {
  width: 100%;
}

.textarea2 {
  width: 100%;
  height: 252px;
}

.labelNoButtonMargin {
  margin-bottom: 0px;
}

[type="checkbox"]:not(:checked) ~ label,
[type="checkbox"]:checked ~ label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) ~ label:before,
[type="checkbox"]:checked ~ label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: none;
  background: #fff;
  border: 1px solid #e1e1e1;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) ~ label:after,
[type="checkbox"]:checked ~ label:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: 4px;
  left: 1px;
  font-size: 14px;
  line-height: 0.8;
  color: #4dabba;
  transition: all 0.2s;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) ~ label:after {
  opacity: 0;
  transform: scale(0);
}

[type="checkbox"]:checked ~ label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) ~ label:before,
[type="checkbox"]:disabled:checked ~ label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked ~ label:after {
  color: #999;
}

[type="checkbox"]:disabled ~ label {
  color: #aaa;
}

.dropzone {
  border: 2px dashed #0087f7;
  border-radius: 5px;
  background: white;
  text-align: center;
}

#loadingDiv {
  margin: 15px auto;
  text-align: center;
}

#circle {
  color: #4dabba;
}

#dvError500 {
  background-color: #ececec;
  margin-top: 10px;
  padding: 5px;
}

[type="checkbox"]:not(:checked) ~ label,
[type="checkbox"]:checked ~ label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) ~ label:before,
[type="checkbox"]:checked ~ label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: none;
  background: #fff;
  border: 1px solid #e1e1e1;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) ~ label:after,
[type="checkbox"]:checked ~ label:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: 4px;
  left: 1px;
  font-size: 14px;
  line-height: 0.8;
  color: #4dabba;
  transition: all 0.2s;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) ~ label:after {
  opacity: 0;
  transform: scale(0);
}

[type="checkbox"]:checked ~ label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) ~ label:before,
[type="checkbox"]:disabled:checked ~ label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked ~ label:after {
  color: #999;
}

[type="checkbox"]:disabled ~ label {
  color: #aaa;
}

.dropboxUserFont {
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: #1c1c1c;
  border-radius: 4px;
}

.divpading {
  padding-right: 0px;
  padding-left: 0px;
}

#loadingDiv {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.button-transmission {
  min-width: 100% !important;
  margin: 5px !important;
  text-align: center;
}

#loadingDivSearch {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#dvAides .dataTables_wrapper table.dataTable,
#dvTransmissionDash .dataTables_wrapper table.dataTable,
#dvInterventionDashboard .dataTables_wrapper table.dataTable,
#dvMaltraitances .dataTables_wrapper table.dataTable {
  display: block;
  overflow-x: scroll;
}

.button-link.dark.selected {
  background-color: #4dabba;
  color: #fff;
  border-color: #4dabba;
  box-shadow: none;
}

.tableServiceTd {
  width: 20%;
}

/*--------- organisme-detail-info ----------*/
.panel-container > .organisme-detail {
  background-color: white;
  padding: 50px 0px 0px 50px;
}
.organisme-detail .form-rows .input-element {
  margin: 0 0 5px 0;
}

.panel-container .organisme-detail .acc .toggle {
  position: absolute;
  right: 20px;
  top: 17px;
  background-color: #e40000;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  transition: 0.3s all ease;
}

.panel-container .organisme-detail .acc .panel-title {
  padding: 20px 40px;
}

.panel-container .organisme-detail .acc .contents {
  padding: 0px 40px;
}

.panel-container .organisme-detail .acc.active .toggle {
  background-color: #e40000;
}

.panel-container .organisme-detail .acc.active .title {
  border-color: transparent;
}

.organisme-detail {
  padding-top: 20px;
}
.organisme-detail-info {
  display: flex;
}
.organisme-detail-info .info-sectionD div {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.info-sectionD {
  width: 60%;
  padding-right: 30px;
}
.info-sectionG {
  width: 40%;
}
.info-presentation h1 {
  font-size: 32px;
  font-weight: bold;
}
.info-presentation-logo {
  /*background-color: #00546c;
    width:120px;
    height:120px;
    margin: 30px 0 30px 0;*/
}
.info-presentation p {
  font-size: 15px;
}
.info-sectionD div {
  padding-top: 10px;
  padding-bottom: 10px;
}
.organisme-detail h2 {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}

.organisme-detail .info-terroireC h3 {
  font-size: 15px;
  font-weight: 600;
}
.organisme-detail h2::before {
  background-color: #e40000;
  content: "";
  display: inline-block;
  width: 3px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -3px;
}
.info-PointService h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.info-pointService-content {
  display: flex;
  flex-wrap: wrap;
}
.pointService-content-block {
  width: 200px;
  padding-right: 50px;
  padding-bottom: 20px;
}
.pointService-content-block h3 {
  font-size: 16px;
  font-weight: 600;
}
.pointService-content-block p {
  color: grey;
}
.pointService-content-block p i {
  color: grey;
  width: 25px;
  padding-right: 10px;
  text-align: center;
}

/*----------- Section google Map --------------*/
.info-sectionG {
  position: relative;
}
.info-sectionG-block {
  position: fixed;
  margin-left: 50px;
  width: 400px;
  box-shadow: 0px 0px 20px rgba(0, 84, 108, 0.5);
}
.info-googleMap {
  background-color: aqua;
  height: 250px;
}
.info-siege h3 {
  padding-top: 30px;
  font-size: 22px;
  font-weight: bold;
}
.info-sectionG-texte div {
  display: flex;
  padding: 5px 0 5px 30px;
}
.info-sectionG-texte {
  background-color: white;
}
.info-sectionG-texte i {
  font-size: 20px;
  color: #00546c;
}
.info-sectionG-texte p {
  padding-left: 20px;
  color: #00546c;
}
.info-sectionG-texte .info-estFinancer p {
  color: grey;
  padding-left: 0px;
}
.info-sectionG-texte .info-website a {
  background-color: #00546c;
  color: white;
  width: 290px;
  padding: 10px 0 10px 20px;
  margin-bottom: 30px;
}
.sectionG-block-BG {
  background-color: #ebf3f5;
  position: absolute;
  height: 750px;
  width: 400px;
  top: -30px;
  right: 0;
}
/*------------ Section Service --------------*/
.panel-container .organisme-detail .acc:last-child {
  box-shadow: 0px 0px 20px rgba(0, 84, 108, 0.4);
}
.organisme-detail-service {
  position: relative;
}
.organisme-detail-service h2 {
  margin-bottom: 50px;
}
.organisme-detail .panel h3 {
  font-weight: 600;
  padding-left: 50px;
}
.organisme-detail .panel h4 {
  padding-bottom: 10px;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 500;
}
.organisme-detail .panel h4::before {
  background-color: #e40000;
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 7px;
}
.organisme-detail .form-rows .col-sm-12 .input-element {
  display: flex;
}
.organisme-detail .form-rows .col-sm-12 strong {
  color: dimgray;
}
.organisme-detail .form-rows .col-sm-12 p {
  color: #aaa;
}
.service-BG {
  background-color: #ebf3f5;
  position: absolute;
  height: 600px;
  width: 500px;
  top: -50px;
  left: -50px;
}
