/* BUTTONS COLORS  */

.md-button.md-primary.md-fab {
  background-color: #3f47b5 !important;
  margin: 0;
}

.md-button.md-primary.md-raised {
  background-color: #3f47b5 !important;
}

/* OTHERS */
td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.flux__header {
  background-color: white;
  border: solid 1px gainsboro;
  margin-bottom: 20px;
}

.flux__title {
  padding: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.flux__title label {
  margin-bottom: 0;
}

.flux__infos {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.flux__name {
  font-size: 15px;
  flex: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flux__actions {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.go-back-to-list:hover:after {
  content: 'Retour';
}

.flux__entrie {
  padding: 0px;
  border: solid 1px gainsboro;
  display: flex;
  flex-direction: row;
}

.container-settings-green {
  background-color: #26BD6C !important;
}

.add_flux_red {
  background: orange !important;
}

.add_flux_red .fa-gear {
  color: gainsboro !important;
}

.container-settings-green i {
  color: white;
}

.container-settings-green:hover {
  background-color: #22aa65;
}

.my_fa_icon {
  margin: 0 auto;
  font-size: 22px;
  color: #646464
}

.outdatedTitle {
  font-family: "Open Sans", Sans-Serif;
  font-size: 16px;
  color: #888;
}

.__modal__label-mandatory {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.__modal__label-mandatory .mandatory {
  color: red;
}

.md-fab {
  border-radius: 50% !important;
}

.__btn_trigger {
  display: flex;
  flex-direction: column;
}

.__fa_trigger {
  font-size: 25px !important;
}

._trigger_action_fa {
  font-size: 20px !important;
}

.green {
  background-color: #5cb85c !important;
  transition: all .3s;
}

.green:hover {
  background-color: #449d44 !important;
}

.green i {
  color: white !important;
}

.blue {
  background-color: #3f47b5 !important;
  transition: all .3s;
}

.blue:hover {
  background-color: #1e4bae !important;
}

.blue i {
  color: white !important;
}

.settings-border-4, .bootstrap-switch {
  border-radius: 4px !important;
}

td > .bootstrap-switch {
  border: solid 1px;
  border-color: #c2cad8;
}

.btn-settings {
  background-color: #518acc;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  color: white;
}

.btn-settings:hover {
  background-color: #3f6da3;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  color: white;
}

.btn-settings:active {
  background-color: #30537c;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  color: white;
}

.btn-settings:focus {
  color: white;
}
/*
.btn-group>.btn:first-child:not(:last-child) {
  border-radius: 4px 0 0 4px !important;
  border-right: none;
} */

.btn-group>.btn:last-child:not(:first-child) {
  border-radius: 0 4px 4px 0 !important;
  border-left: none;
}

.btn-sort {
  background-color: #efefef;
  color: black;
  font-family: "Open Sans", Sans-Serif;
  border: solid 1px;
  border-color: #c2cad8;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.btn-sort:hover {
  background-color: #dbdbdb;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.btn.btn-sort.selected {
  background-color: #337ab7;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.btn.btn-sort.selected:active {
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.btn.btn-sort.selected:hover {
  background-color: #3f6da3;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.update i {
  transform: rotate(0deg);
  transition: all .8s;
}

.update:hover i {
  transform: rotate(360deg);
}

._trigger_action_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.buttons__w {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  background-color: grey;
}

._btn_hamburger {
  -webkit-transition: all .5s;
  transition: all .5s; }
._btn_hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 15%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: #FFF; }
._btn_hamburger span::before {
  -webkit-transition: all .5s;
  transition: all .5s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #FFF; }
._btn_hamburger.opened {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }
._btn_hamburger.opened span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg); }
._btn_hamburger.opened span::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.btn-group.searchBar-map {
  z-index: 999;
  position: absolute;
  right: 6px;
}

.btn-group.searchBar-map input {
  width: 250px;
}

.marker-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  z-index: 999;
}

.warning-open-agenda {
  margin-top: 12px;
  background: rgba(230, 126, 34, 0.3);
  border: 1px solid #E67E22;
  box-sizing: border-box;
  border-radius: 5px !important;
  display: flex;
  align-items: center;
  padding: 16px 30px 16px 30px;
}

.warning-open-agenda img {
  margin-right: 30px;
}

/* Custom bootbox for facebook flux confirmation */
.confirm-facebook-bootbox {
  background-color: rgba(0, 0, 0, 0.5);
}

.confirm-facebook-bootbox .modal-dialog {
  transform: translateY(75%) !important;
}

.confirm-facebook-bootbox .modal-content {
  border-radius: 10px !important;
}

.confirm-facebook-bootbox .modal-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold !important;
  font-size: 22px !important;
  line-height: 100%;
  color: #000000;
}

.confirm-facebook-bootbox .modal-header {
  border-bottom: none;
}

.confirm-facebook-bootbox .modal-footer {
  border-top: none;
  display: flex;
  justify-content: flex-end;
}

.confirm-facebook-bootbox .cancel-button, .confirm-facebook-bootbox .confirm-button {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  min-width: 111px;
  min-height: 34px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px !important;
}

.confirm-facebook-bootbox .cancel-button {
  color: #333333;
  background-color: white;
}

.confirm-facebook-bootbox .confirm-button {
  color: #ffffff;
  background-color: #308DDF;
}

.repetition-date-picker button {
  width: 40px !important;
  height: 34px !important;
  border-radius: initial !important;
  min-height: initial !important;
  position: absolute;
  transform: translate(100px, -34px);
  margin: 0;
  background-color: #e5e5e5 !important;
  box-shadow: initial !important;
}
.repetition-date-picker button md-icon {
  margin-top: 8px;
}

.flux-element-edit .modal-content {
  max-height: 80vh;
}

.exceeded-date {
  margin-top: 10px;
  color: #DD5258;
}

.faded select, .faded .periodicity {
  opacity: 0.4;
  pointer-events: none;
}
.already-assigned {
  display: none;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
}

.faded .already-assigned {
  display: block;
}

.orange-info {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #E67E22;
}

.link-blue-info {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #2FA8E5;
}

.custom-switch.switch-container {
  width: 264px !important;
}

.custom-switch .form-switch input:checked + i {
  background-color: #25AE60 !important;
}

.actusSettings.form-control.ng-pristine.ng-untouched.ng-valid{
  width: 264px !important;
}

.rss-settings .bootbox-body {
  margin-top: 16px;
  margin-bottom: 16px;
}
.btns-block-filter-news {
  margin-bottom: 20px;
}
.btn-filter-news {
  padding: 12px 14px;
  color: black;
  background: white;
  font-size: 14px !important;
}

.btn-filter-news.active {
  background-color: #30537c;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  color: white;
}

.btn-filter-news:hover {
  background-color: #3f6da3;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.actus-module__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news-dates {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.news-dates-block {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 493px;
}
.first-cstm-btn {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.news-block {
  margin-bottom: 24px;
}
.news-block .control-label  {
  margin-bottom: 6px;
}
.news-dates .btn-group {
  margin-top: 6px;
  margin-bottom: 6px;
}
.news-dates-picker {
  display: flex;
  gap: 12px;
}
.news-dates-picker.endDate {
  flex-direction: column;
}
.news-label {
  font-size: 15px;
  font-weight: 600;
  height: 34px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.news-endDate-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
.delete-entry-modal .modal-header {
  border-bottom: none;
}
.delete-entry-modal .modal-title {
  font-size: 18px !important;
}

.delete-entry-modal .modal-body {
  font-size: 15px;
}
.delete-entry-modal .modal-footer {
  border-top: none;
}
.news-disabled {
  pointer-events: none;
  color: grey;
  opacity: 0.75;
}
.news-disabled button{
  opacity: 0.75;
}
.archive-news-modal .modal-header {
  border-bottom: 0;
}
.archive-news-modal .modal-footer {
  border-top: 0;
}
.cancel-saving-modal .modal-footer {
  border-top: 0;
}
.rss-searchbar {
  display: flex;
  align-items: center;
  color: black;
  position: relative;
  z-index: 101;
  width: 100%;
}

.rss-searchbar span {
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  left: 10px;
}
.rss-searchbar input {
  width: 100%;
  height: 32px;
  padding: 9px 9px 9px 28px;
  border-radius: 5px !important;
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  color: #000000 !important;
  border-radius: 5px;
  border: 1px solid #DCDCDC;
}

.rss-search {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.rss-no-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
