﻿@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgVxIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
/* ------ RADGRIDS ------ */
.RadGrid {
  border: 1px solid #ced4da;
  padding: 1rem;
}
.RadGrid.Popupfix .RadRibbonBar {
  width: 100% !important;
}
.RadGrid.Popupfix .rrbCommands {
  min-width: 0 !important;
}
.RadGrid .rgCommandRow .rgCommandCell {
  /*padding: 1em;*/
}
.RadGrid .rgCommandRow .rgCommandCell .rgCommandTable {
  background: none;
}
.RadGrid .rgCommandRow .rgCommandCell .rgCommandTable a {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  color: #FFFFFF !important;
  background-color: #43484D !important;
  border-color: #43484D !important;
  text-shadow: none !important;
  margin: 0.5rem 0;
}
.RadGrid.customRadgrid .rgDataDiv {
  height: auto !important;
}
.RadGrid.RadGrid_Metro .rgGroupPanel,
.RadGrid.RadGrid_Metro .rgGroupPanel caption {
  background: #FFB23F;
  color: #fff;
  padding: 5px 10px;
  height: auto;
}
.RadGrid td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.RadGrid thead td {
  text-overflow: unset;
}
.RadGrid .rgHeader {
  text-decoration: none;
  /* max-width: 150px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.RadGrid .rgPager .rgNumPart a {
  color: #232323;
}
.RadGrid .rgPager .rgNumPart a:hover {
  background: #B2B3B4;
}
.RadGrid .rgPager .rgNumPart a.rgCurrentPage {
  color: white;
  background: #FFB23F;
}
.RadGrid rgFooterWrapper {
  border-top: solid;
  border-top-width: 1px;
}
.RadGrid .RadPicker * {
  background-color: white !important;
}
.RadGrid .RadPicker .rcCalPopup {
  /*background-image: ~"url('../Metro/Grid/SortDescCalendar.gif')";
        background-size: 100%;*/
}
.RadGrid .rgExpandCol input[type="image"] {
  width: 15px;
  height: 15px;
}
.RadGrid .rgFilterRow input[type=text] {
  border-radius: 3px;
  border-color: #ced4da;
}
.RadGrid .rgFilterRow .RadPicker .rcCalPopup {
  background-image: url('../Metro/Grid/SortDescCalendar.gif');
  background-size: 100%;
}
.RadGrid.customRadgrid .rgHeaderDiv tr:first-child,
.RadGrid.customRadgrid_other thead .rgHeader,
.RadGrid.customRadgrid thead .rgHeader {
  background-color: #43484D;
  color: white;
}
.RadGrid.customRadgrid .rgHeaderDiv tr:first-child a,
.RadGrid.customRadgrid_other thead .rgHeader a,
.RadGrid.customRadgrid thead .rgHeader a {
  color: white;
}
.RadGrid.RadGrid_Metro .rgRow {
  background-color: white;
}
.RadGrid.RadGrid_Metro .rgAltRow {
  background-color: #ededed;
}
.RadGrid.RadGrid_Metro .rgSelectedRow {
  color: #fff;
  background: #FFB23F;
  background-color: #FFB23F;
}
.RadGrid.RadGrid_Metro .rgActiveRow > td,
.RadGrid.RadGrid_Metro .rgSelectedRow > td {
  border-color: white;
}
.RadGrid.RadGrid_Metro .rgHoveredRow {
  background: #d4d4d4;
}
.RadGrid input[type="image"],
.RadGrid img {
  width: 25px;
  height: 25px;
}
.RadGrid[class*=customRadgrid] {
  width: auto;
  overflow-x: auto;
  overflow-y: hidden;
}
.RadGrid[class*=customRadgrid] .rgGroupHeader {
  background-color: #43484D;
  padding: 5px 10px;
  height: auto;
  color: white;
}
.RadGrid[class*=customRadgrid] .rgCommandTable {
  background: #43484D;
}
.RadGrid[class*=customRadgrid] .rgCommandTable td a {
  color: white;
}
.RadGrid[class*=customRadgrid] tfoot {
  background-color: none;
}
.RadGrid[class*=customRadgrid] .rgEditForm {
  background-color: white;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  overflow: hidden;
}
.RadGrid[class*=customRadgrid] .rgEditForm .rgHeader {
  background: #43484D;
  height: auto !important;
}
.RadGrid[class*=customRadgrid] .rgEditForm textarea {
  resize: none;
}
.RadGrid.customRadgrid-Financier .rgFooter td {
  color: white;
  background-color: #B2B3B4;
}
.RadGrid.radgridHebergement .rgGroupCol,
.RadGrid.radgridHebergement .rgExpandCol {
  background-color: #FFB23F;
}
.RadGrid.RadGrid_Metro .rgFilterActive,
.RadGrid.RadGrid_Metro .rgFilterActive:hover {
  border-color: unset;
  background-color: transparent;
}
.RadGrid .enableBtn {
  width: 80px !important;
}
.RadGrid .forbiddenAccount {
  background-color: #e67b64;
}
.RadGrid .newAccount {
  background-color: #e4e6b2;
}
.RadGrid .allowedAccount {
  background-color: #a4cc84;
}
.RadGrid .RadComboBox {
  background-color: white;
  border: 1px solid #dee2e6;
}
.RadGrid .RadComboBox .rcbArrowCell {
  background-image: url('../Metro/Combobox/chevron-down-white.png');
  background-size: contain;
  background-position-x: -1px;
  background-position-y: 4px;
  background-position: 0 !important;
  background-color: lightgrey !important;
}
.radgridDemandeInscription .rgMasterTable > tbody > tr > td input[type=checkbox] {
  margin-left: 7px;
}
/* ------ END RADGRIDS ------ */
.RadAutoCompleteBox .racTokenList {
  font-size: 1rem;
  padding: 0.375rem 0.75rem !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
}
.RadInput.riSingle .riTextBox {
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
  color: #232323 !important;
}
.RadComboBox.RadComboBox_Metro .rcbInner {
  border-color: #ced4da;
  color: #232323;
  background-color: #FFFFFF;
}
.RadComboBox.RadComboBox_Metro .rcbInner.rcbReadOnly,
.RadComboBox.RadComboBox_Metro .rcbInner.rcbExpanded,
.RadComboBox.RadComboBox_Metro .rcbInner.rcbFocused,
.RadComboBox.RadComboBox_Metro .rcbInner .rcbActionButton {
  border-color: #ced4da;
  color: #232323;
  background-color: #FFFFFF;
}
body {
  /* mon fichier Less BackOffice */
  min-height: 100% !important;
  position: relative;
  color: #232323;
  background: #F7F7F7;
  font-size: 14px;
  /* menu fermé */
  /* menu ouvert */
}
body .right_col {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  z-index: 100;
}
body .top_nav {
  background: #FFB23F;
}
body .top_nav a {
  color: #232323;
}
body .top_nav a:focus,
body .top_nav a:hover {
  text-decoration: none;
  background-color: transparent;
}
body .top_nav nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
body .top_nav nav #imgLogo {
  background: white;
  min-width: 70px;
  height: 70px;
  align-self: center;
  padding: 5px;
}
body .top_nav nav #imgLogo input[type=image] {
  width: 60px;
  margin: auto;
}
body .top_nav nav .toggle {
  padding: 20px;
  position: relative;
  display: inline-block;
}
body .top_nav nav .navbar-left {
  flex: 2 1 auto;
  align-self: center;
}
body .top_nav nav .navbar-right {
  margin: 0;
  align-self: center;
}
body .top_nav nav .navbar-right li.open > a {
  background: #ffbc59;
}
body .top_nav #dropdownMenuUserProfile {
  color: #232323;
}
body .top_nav .EventName {
  font-size: 1.5em;
  display: block;
  letter-spacing: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .left_col {
  padding: 0;
  position: absolute;
  top: 70px;
  height: 100%;
  min-height: 100vh;
  z-index: 200;
  background-color: #2E2E2E;
  transition: 0.3s;
}
body .left_col .profile {
  display: none;
}
body .left_col li {
  width: 100%;
}
body .left_col li a {
  padding-left: 1em;
}
body .left_col li li.current-page a {
  color: #FFB23F !important;
  /*&::after {
                    background: @master-color !important;
                }*/
}
body .left_col a {
  color: white;
}
body .left_col .nav-item.parent_menu > a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
body .left_col .nav-item.parent_menu > a i:first-child {
  font-size: 0.8em;
}
body .left_col .nav-item.parent_menu > a span {
  flex: 1 2 auto;
  padding-left: 10px;
}
body .left_col .nav-item.parent_menu > a i:last-child {
  width: 70px;
  text-align: center;
  font-size: 1.3em;
}
body .left_col .child_menu {
  background: rgba(255, 255, 255, 0.05);
  position: relative;
}
body .left_col .child_menu.active {
  /*border-right: 4px solid @master-color;*/
}
body .left_col .child_menu .nav-link {
  padding-left: 10px;
  font-size: smaller;
  right: 0;
  width: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 245px;
}
body .left_col .sidebar-footer {
  position: fixed;
  z-index: 2;
  width: 70px;
  bottom: 0px;
  padding: 5px 0 0 0;
  opacity: 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: white;
  background: #2E2E2E;
  border-top: 5px solid #FFB23F;
  transition: 0.3s;
}
body .left_col .sidebar-footer a {
  display: block;
  font-size: 17px;
  color: white;
  padding: 5px 0;
  text-align: center;
  cursor: pointer;
}
body.nav-md .container-main .left_col {
  width: 70px;
}
body.nav-md .container-main .left_col .sideMenuBar-20years {
  width: 300px;
  transform: translateX(-230px);
  transition: 0.3s;
}
body.nav-md .container-main .left_col:hover {
  width: 300px;
  -webkit-box-shadow: 2px 0px 8px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 2px 0px 8px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 0px 8px 0px rgba(0, 0, 0, 0.18);
}
body.nav-md .container-main .left_col:hover .sideMenuBar-20years {
  width: 300px;
  transform: translateX(0px);
}
body.nav-md .container-main .left_col:hover .sideMenuBar-20years .child_menu .nav-link {
  margin: 0;
  width: 100%;
}
body.nav-md .container-main .left_col:hover .sidebar-footer {
  width: 300px;
  opacity: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
body.nav-md .container-main .left_col:hover .sidebar-footer a {
  display: block;
}
body.nav-md .container-main .right_col {
  min-height: 1000px;
  margin-left: 70px;
}
body.nav-sm .container-main .left_col {
  width: 300px;
  position: absolute;
}
body.nav-sm .container-main .left_col .sidebar-footer {
  width: 300px;
  display: flex;
  opacity: 1;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}
body.nav-sm .container-main .left_col .sideMenuBar-20years .child_menu .nav-link {
  margin: 0;
  width: 100%;
}
body.nav-sm .container-main .right_col {
  margin-left: 300px;
}
/* ------ BURGER ------- */
.hamburger .hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 24px;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  position: absolute;
  width: 30px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #232323;
}
.hamburger .hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  display: block;
  content: "";
}
.hamburger .hamburger-inner::before {
  top: -10px;
}
.hamburger .hamburger-inner::after {
  bottom: -10px;
}
.hamburger.is-active:hover,
.hamburger :hover {
  opacity: 0.9;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #232323;
}
.hamburger.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 4px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger.is-active .hamburger-inner::after {
  transform: translate3d(-8px, -4px, 0) rotate(45deg) scaleX(0.7);
}
/* ------ END BURGER ------- */
/* ------ SIDEMENU ------ */
.sideMenuBar-20years {
  color: white;
}
.sideMenuBar-20years li a {
  padding: 8px 0;
}
.sideMenuBar-20years li a:focus,
.sideMenuBar-20years li a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
}
/* ------ END SIDEMENU ------ */
/* ------ Menu MEET-IN ------ */
.meetin-menu a .card {
  min-height: 10rem;
}
.meetin-menu a .card .fa {
  color: #FFB23F;
}
.meetin-menu a .card span {
  color: rgba(35, 35, 35, 0.5);
  transition: all 0.1s 0.05s ease-in;
}
.meetin-menu a:hover .card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-color: #FFB23F;
}
.meetin-menu a:hover .card .fa {
  color: #FFB23F;
}
.meetin-menu a:hover .card span {
  color: rgba(35, 35, 35, 0.8);
}
/* ------ Menu MEET-IN ------ */
.colorPicker-square {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  cursor: pointer;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
/****************************/
/*  SLIDER   */
/****************************/
/* SliderInfoPreview */
#sliderInfoPreview p {
  font-size: 16px;
  color: #232323;
  font-weight: bold;
}
#sliderInfoPreview p.sliderPanelContent-text {
  color: #FFF;
}
#backgroundSlider {
  position: absolute;
  top: 0;
  left: 0px;
}
.sliderInfoWrapper {
  background-color: rgba(255, 255, 255, 0.83);
  position: absolute;
  width: 280px;
  height: 130px;
  left: 180px;
  top: 180px;
  padding: 10px;
  border: 1px solid #dedede;
  z-index: 2;
}
.sliderInfoWrapper p,
.sliderInfoWrapper strong {
  font-size: 1.2em;
  margin: 0;
}
#previsualisationSlider {
  margin: 0px auto 15px;
  max-width: 1920px;
  height: 449px;
  background-color: #e6e6e6;
  position: relative;
}
#previsualisationSlider .jwc_frame {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1;
}
.btnIconFullWidth .btnIconFontAwesome input,
.btnIconFullWidth .btnIconFontAwesome {
  width: 100% !important;
}
.btnFullWidth,
.btnFullWidth input {
  width: 100% !important;
}
.btnIconFullWidth .btnIconFontAwesome input {
  padding-left: 12px;
}
.orangeBtnWrapper {
  text-align: center;
  background-color: #FF8E1D;
  width: 100%;
}
.orangeBtnWrapper a {
  padding: 0px 26px;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
}
.orangeBtnWrapper a,
.orangeBtnWrapper a:visited {
  outline: none;
  color: #389dc1;
}
.orangeBtnWrapper a:hover {
  text-decoration: none;
}
.orangeBtnWrapper input {
  display: none;
}
.iconBtnOrange {
  position: absolute;
  left: 22px;
}
#sliderInfos .movingPanel {
  height: 160px;
  width: 600px;
  left: 150px;
  top: 200px;
}
body form .previsualisationSlider-wrapper #sliderInfos .movingPanelEventType,
body form #previsualisationActualite .movingPanelEventType {
  height: 68px;
}
body #sliderInfos .movingPanelEventType {
  top: 166px;
}
body #previsualisationActualite .movingPanelEventType {
  top: 112px;
}
.movingPanelEventType .movingPanelContent {
  height: 34px;
  background-color: #383838;
  color: white;
  font-size: 0.8em;
  line-height: 18px;
}
.movingPanel {
  position: absolute;
  height: 200px;
  top: 152px;
  margin: 0;
  padding: 0;
  z-index: 99;
  text-overflow: ellipsis;
  overflow: hidden;
}
.movingPanel-active {
  z-index: 100 !important;
  border: 1px solid #FFB23F;
}
.movingPanel-active.movingPanelContent-editing {
  border: 1px solid #31bb55;
}
.movingPanel-active .movingPanelTitle {
  background: #ffb23f;
}
.movingPanel-active .movingPanelContent {
  padding: 8px;
}
.movingPanel-active .movingPanelContent-title {
  font-size: 1.5em;
}
.movingPanel-active .movingPanelContent-text {
  font-size: 1em;
  text-align: justify;
}
.movingPanel .movingPanelTitle {
  font-family: monospace;
  background: rgba(0, 0, 0, 0.38);
  color: white;
  font-size: 24px;
  height: 30px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}
.movingPanel .movingPanelTitle .movingPanelTitle-icon {
  float: right;
  color: white;
  font-size: 0.8em;
}
.movingPanel .movingPanelTitle .movingPanelTitle-icon-trash,
.movingPanel .movingPanelTitle .movingPanelTitle-icon-cancel {
  position: absolute;
  right: 15px;
}
.movingPanel .movingPanelTitle .movingPanelTitle-icon-pen,
.movingPanel .movingPanelTitle .movingPanelTitle-icon-save {
  position: absolute;
  right: 40px;
}
.movingPanel .movingPanelTitle .movingPanelTitle-icon-cancel,
.movingPanel .movingPanelTitle .movingPanelTitle-icon-save {
  display: none;
}
.movingPanelContent-text {
  font-size: 1.1em;
  text-align: justify;
}
.movingPanelContent-editing .movingPanelTitle {
  background: #31bb55;
}
.previsualisationSlider-preview {
  border: none !important;
}
.previsualisationSlider-preview .jwc_controls,
.previsualisationSlider-preview .jwc_loader,
.previsualisationActualite-preview .jwc_controls,
.previsualisationActualite-preview .jwc_loader {
  display: none !important;
}
.previsualisationSlider-preview .movingPanelTitle,
.previsualisationActualite-preview .movingPanelTitle {
  visibility: hidden !important;
}
.previsualisationSlider-preview .movingPanel,
.previsualisationActualite-preview .movingPanel {
  border: none !important;
}
.slider-img-select .da-thumbs li a,
.slider-img-select .da-thumbs li a img {
  width: 340px;
  height: 146px;
}
.slider-img-select ul {
  text-align: center;
}
.slider-img-select .da-thumbs li {
  display: inline-block;
  float: none !important;
}
.slider-img-select .da-thumbs li[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.slider-img-select .da-thumbs li .over {
  border-right: 2px solid blue;
}
.da-thumbsleft {
  width: 15% !important;
}
.carousel-control.right {
  top: 0 !important;
}
.carousel-inner > .item > img {
  width: 100%;
}
.carousel-inner .left {
  width: 100% !important;
}
.carousel-inner .right {
  top: 0 !important;
  padding-top: 0 !important;
}
#editControls a {
  border: 1px solid grey;
  padding: 2px 4px;
  margin: 7px 4px 4px 0px;
  background: white;
  color: black;
  display: inline-block;
}
/****************************/
/*  ACTUALITES   */
/****************************/
.da-thumbs {
  list-style: none;
  margin: 20px auto;
  height: 100%;
}
.da-thumbs li {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  position: relative;
  background: white;
  margin-right: 2rem;
}
.da-thumbs-actualites .dragImageActualite {
  padding: 0;
}
.da-thumbs-actualites .movingPanel {
  border: none;
}
.da-thumbs-actualites .movingPanelTitle {
  visibility: hidden;
}
.da-thumbs-actualites .movingPanelContent-editing {
  border: none;
}
.dragImageActualite,
.dragImageActualite a:not(.updateActulaliteLink),
.dragImageActualite a:not(.updateActulaliteLink) img {
  height: 350px !important;
  width: 250px !important;
}
#previsualisationActualite {
  margin: 20px auto 15px;
  border: 1px solid #bdbdbd;
  width: 250px;
  height: 350px;
  background-color: #f7f7f7;
  position: relative;
}
#previsualisationActualite .jwc_frame {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1;
}
/* --------- RAD CALENDARPOPUP -------- */
.RadCalendarPopup.RadCalendarPopupShadows > .rcShadTR,
.RadCalendarPopup.RadCalendarPopupShadows > .rcShadBL,
.RadCalendarPopup.RadCalendarPopupShadows > .rcShadBR {
  display: none;
}
.RadCalendarPopup table.RadCalendarTimeView {
  border-collapse: separate;
  border-style: solid;
  border-width: 1px;
  background: white;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.RadCalendarPopup table.RadCalendarTimeView a:hover {
  background: #dee2e6;
}
.RadCalendarPopup table.RadCalendarTimeView th {
  border-color: rgba(255, 255, 255, 0.5) !important;
  background: #FFB23F;
  color: #FFFFFF;
}
.RadCalendarPopup table.RadCalendarTimeView td.rcSelected a {
  background: #FFB23F;
  color: #FFFFFF;
}
.RadCalendar,
.RadCalendar.RadCalendar_Metro,
.RadCalendar.RadCalendar_Bootstrap {
  background: white;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.RadCalendar caption,
.RadCalendar.RadCalendar_Metro caption,
.RadCalendar.RadCalendar_Bootstrap caption,
.RadCalendar caption span,
.RadCalendar.RadCalendar_Metro caption span,
.RadCalendar.RadCalendar_Bootstrap caption span {
  color: inherit;
  display: none;
}
.RadCalendar .rcMain .rcMainTable,
.RadCalendar.RadCalendar_Metro .rcMain .rcMainTable,
.RadCalendar.RadCalendar_Bootstrap .rcMain .rcMainTable {
  border-collapse: collapse;
}
.RadCalendar .rcMain .rcMainTable .rcRow td,
.RadCalendar.RadCalendar_Metro .rcMain .rcMainTable .rcRow td,
.RadCalendar.RadCalendar_Bootstrap .rcMain .rcMainTable .rcRow td {
  padding: 2px;
}
.RadCalendar .rcMain .rcMainTable .rcRow a,
.RadCalendar.RadCalendar_Metro .rcMain .rcMainTable .rcRow a,
.RadCalendar.RadCalendar_Bootstrap .rcMain .rcMainTable .rcRow a,
.RadCalendar .rcMain .rcMainTable .rcRow span,
.RadCalendar.RadCalendar_Metro .rcMain .rcMainTable .rcRow span,
.RadCalendar.RadCalendar_Bootstrap .rcMain .rcMainTable .rcRow span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}
.RadCalendar .rcMain .rcMainTable .rcRow td.rcHover a,
.RadCalendar.RadCalendar_Metro .rcMain .rcMainTable .rcRow td.rcHover a,
.RadCalendar.RadCalendar_Bootstrap .rcMain .rcMainTable .rcRow td.rcHover a {
  border-color: #e6e6e6;
  background-color: #e6e6e6;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.RadCalendar .rcMain .rcMainTable .rcRow .rcSelected a,
.RadCalendar.RadCalendar_Metro .rcMain .rcMainTable .rcRow .rcSelected a,
.RadCalendar.RadCalendar_Bootstrap .rcMain .rcMainTable .rcRow .rcSelected a {
  border-color: #FFB23F;
  background: #FFB23F;
  color: #FFFFFF;
}
.RadCalendar .rcTitlebar,
.RadCalendar.RadCalendar_Metro .rcTitlebar,
.RadCalendar.RadCalendar_Bootstrap .rcTitlebar {
  border-color: rgba(255, 255, 255, 0.5) !important;
  background-color: #FFB23F !important;
  color: #FFFFFF !important;
}
.RadCalendar .rcTitlebar .rcFastPrev:hover,
.RadCalendar.RadCalendar_Metro .rcTitlebar .rcFastPrev:hover,
.RadCalendar.RadCalendar_Bootstrap .rcTitlebar .rcFastPrev:hover,
.RadCalendar .rcTitlebar .rcPrev:hover,
.RadCalendar.RadCalendar_Metro .rcTitlebar .rcPrev:hover,
.RadCalendar.RadCalendar_Bootstrap .rcTitlebar .rcPrev:hover,
.RadCalendar .rcTitlebar .rcFastNext:hover,
.RadCalendar.RadCalendar_Metro .rcTitlebar .rcFastNext:hover,
.RadCalendar.RadCalendar_Bootstrap .rcTitlebar .rcFastNext:hover,
.RadCalendar .rcTitlebar .rcNext:hover,
.RadCalendar.RadCalendar_Metro .rcTitlebar .rcNext:hover,
.RadCalendar.RadCalendar_Bootstrap .rcTitlebar .rcNext:hover {
  border-color: #ffa825;
  background-color: #ffa825;
}
.RadCalendar .rcWeek th,
.RadCalendar.RadCalendar_Metro .rcWeek th,
.RadCalendar.RadCalendar_Bootstrap .rcWeek th {
  font-variant: small-caps;
}
/* --------- END RAD CALENDARPOPUP -------- */
/* RadCalendar_METRO skin Bootstrap */
.RadCalendar_Metro {
  border-color: #dedede;
  color: #333;
  background-color: #fff;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
}
.RadCalendar_Metro .rcTitlebar {
  padding: 0 !important;
  border-radius: 4px 4px 0 0;
}
.RadCalendar_Metro .rcTitlebar table {
  font: 14px/1.42857143 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.RadCalendar_Metro .rcTitlebar .rcPrev {
  margin: 2px;
  width: 32px !important;
  height: 32px !important;
  border: 1px solid transparent;
  border-radius: 4px;
  background-image: url('../less/partials/WebResource.axd?d=L2H6bDjOLkphHD8Ijr1ccnAeIv0Iq6gTZDxiSTKv161pGQn9MzyOJ-HY7jLn_ALBz6gMTAXEb2Ntq6EZ4yUfKB1_9zl81Wozy2dyWnhsdq5x8T47YpzvBLjs70qEx8U-TEKCi-oQ7Cl8xXqcAuxVfpFb6JUCpQgKlH8vG3NEhGqO7hoN0&t=637096701577591174');
  background-position: -9px -109px;
}
.RadCalendar_Metro .rcTitlebar .rcNext {
  margin: 2px;
  width: 32px !important;
  height: 32px !important;
  border: 1px solid transparent;
  border-radius: 4px;
  background-image: url('../less/partials/WebResource.axd?d=L2H6bDjOLkphHD8Ijr1ccnAeIv0Iq6gTZDxiSTKv161pGQn9MzyOJ-HY7jLn_ALBz6gMTAXEb2Ntq6EZ4yUfKB1_9zl81Wozy2dyWnhsdq5x8T47YpzvBLjs70qEx8U-TEKCi-oQ7Cl8xXqcAuxVfpFb6JUCpQgKlH8vG3NEhGqO7hoN0&t=637096701577591174');
  background-position: -9px -159px;
}
.RadCalendar_Metro .rcTitlebar .rcFastPrev {
  margin: 2px;
  width: 32px !important;
  height: 32px !important;
  border: 1px solid transparent;
  border-radius: 4px;
  background-image: url('../less/partials/WebResource.axd?d=L2H6bDjOLkphHD8Ijr1ccnAeIv0Iq6gTZDxiSTKv161pGQn9MzyOJ-HY7jLn_ALBz6gMTAXEb2Ntq6EZ4yUfKB1_9zl81Wozy2dyWnhsdq5x8T47YpzvBLjs70qEx8U-TEKCi-oQ7Cl8xXqcAuxVfpFb6JUCpQgKlH8vG3NEhGqO7hoN0&t=637096701577591174');
  background-position: -9px -909px;
}
.RadCalendar_Metro .rcTitlebar .rcFastNext {
  margin: 2px;
  width: 32px !important;
  height: 32px !important;
  border: 1px solid transparent;
  border-radius: 4px;
  background-image: url('../less/partials/WebResource.axd?d=L2H6bDjOLkphHD8Ijr1ccnAeIv0Iq6gTZDxiSTKv161pGQn9MzyOJ-HY7jLn_ALBz6gMTAXEb2Ntq6EZ4yUfKB1_9zl81Wozy2dyWnhsdq5x8T47YpzvBLjs70qEx8U-TEKCi-oQ7Cl8xXqcAuxVfpFb6JUCpQgKlH8vG3NEhGqO7hoN0&t=637096701577591174');
  background-position: -9px -959px;
}
.RadCalendar_Metro .rcMain {
  border-color: #dedede;
  border-radius: 0 0 4px 4px;
}
.RadCalendar_Metro .rcMain .rcRow a {
  padding: 0 0.375em !important;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  text-align: center;
  line-height: 2.3;
}
.RadCalendar_Metro .rcMain .rcRow span {
  padding: 0;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  text-align: center;
  line-height: 2.3;
}
.RadCalendar_Metro .rcMain .rcWeekend a {
  color: #999;
}
.RadCalendar_Metro .rcMain .rcOtherMonth a {
  color: #999;
}
.RadCalendar_Metro .rcMain .rcOutOfRange span {
  color: #999;
}
.RadCalendar_Metro .rcMainTable {
  font: 14px/1.42857143 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.RadCalendar_Metro .rcCalendars > .rcMainTable {
  border-collapse: collapse;
}
.RadCalendar_Metro .rcHeader {
  border-color: #dedede;
}
.RadCalendar_Metro .rcFooter {
  border-color: #dedede;
}
.RadCalendar_Metro th.rcViewSel {
  padding: 6px 14px;
  width: 6px;
  background: whitesmoke;
  border-right: 1px solid #dedede;
}
.RadCalendar_Metro .rcWeek th {
  margin-left: 1px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #333;
  text-align: center !important;
}
.RadCalendar_Metro .rcRow th {
  border-right: 1px solid #dedede;
  padding: 0 5px !important;
  background-color: whitesmoke;
  color: #999;
}
.RadCalendar_Metro .rcRow td {
  border-color: transparent;
}
.RadCalendar_Metro .rcRow .rcToday a {
  border-color: #3c87c8;
  box-shadow: 0 0 6px 1px #66afe9;
}
.RadCalendarMultiView_Metro .rcTitlebar {
  padding: 0;
  border-bottom: 0 none;
  background: whitesmoke;
}
.RadCalendarMultiView_Metro .rcMain {
  border-color: #dedede;
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px 0;
}
.RadCalendarMultiView_Metro .rcCalendar {
  border-color: #dedede;
  border-width: 1px 0 0 1px;
}
.RadCalendarMultiView_Metro .rcMainTable .rcTitle {
  border-color: #e4e4e4;
  background: #fff;
  color: #333;
  line-height: 35px;
}
.RadCalendarMonthView_Metro {
  width: 203px;
  font: 14px/1.42857143 "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 4px;
  border-color: #dedede;
  background: #fff;
  color: #333;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.RadCalendarMonthView_Metro tr td {
  padding: 0 0 0 3px;
}
.RadCalendarMonthView_Metro #rcMView_Feb {
  border-right: 1px solid #dedede;
}
.RadCalendarMonthView_Metro #rcMView_Apr {
  border-right: 1px solid #dedede;
}
.RadCalendarMonthView_Metro #rcMView_Jun {
  border-right: 1px solid #dedede;
}
.RadCalendarMonthView_Metro #rcMView_Aug {
  border-right: 1px solid #dedede;
}
.RadCalendarMonthView_Metro #rcMView_Oct {
  border-right: 1px solid #dedede;
}
.RadCalendarMonthView_Metro #rcMView_Dec {
  border-right: 1px solid #dedede;
}
.RadCalendarMonthView_Metro a {
  margin: 1px;
  padding: 0;
  width: 50px;
  height: 25px;
  line-height: 25px;
  color: #333;
  border-radius: 4px;
}
.RadCalendarMonthView_Metro a:hover {
  background-color: #e6e6e6;
}
.RadCalendarMonthView_Metro .rcSelected a {
  margin: 0;
  padding: 0;
  border-radius: 4px;
  border: 0 none;
  background: #337ab7;
}
.RadCalendarMonthView_Metro #rcMView_PrevY a {
  text-indent: 0;
}
.RadCalendarMonthView_Metro #rcMView_PrevY a:hover {
  background-color: #e6e6e6;
}
.RadCalendarMonthView_Metro #rcMView_NextY a {
  text-indent: 0;
}
.RadCalendarMonthView_Metro #rcMView_NextY a:hover {
  background-color: #e6e6e6;
}
.RadCalendarMonthView_Metro .rcButtons {
  padding: 7px 0 7px 1px;
  width: auto;
}
.RadCalendarMonthView_Metro .rcButtons input {
  margin: 0 5px 5px;
  height: 34px;
  float: left;
  font: 14px/1.42857143 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  border: 1px solid #dedede;
  border-radius: 4px;
  background: #fff;
}
.RadCalendarMonthView_Metro .rcButtons input:hover {
  background: #e6e6e6;
  border-color: #adadad;
  color: #333;
}
.RadCalendarMonthView_Metro #rcMView_Today {
  margin: 0 11px 0 5px;
  width: 65px;
}
.RadCalendarMonthView_Metro #rcMView_OK {
  margin: 0 5px 0 0;
  width: 62px;
  background: #337ab7;
  color: #fff;
}
.RadCalendarMonthView_Metro #rcMView_Cancel {
  margin: 0;
  width: 62px;
}
table.RadCalendarTimeView_Metro {
  font: 14px/1.42857143 "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-color: #dedede;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
table.RadCalendarTimeView_Metro td {
  padding: 2px 5px;
  width: 70px;
  border-color: #dedede;
}
.RadCalendarTimeView_Metro th {
  line-height: 35px;
  border-bottom: 1px solid #dedede;
  background: whitesmoke;
  border-radius: 4px 4px 0 0;
}
.RadCalendarTimeView_Metro a {
  padding: 1px;
  white-space: nowrap;
  border-radius: 4px;
  color: #333;
}
.RadCalendarTimeView_Metro td.rcSelected a {
  padding: 0;
  background: #337ab7;
  border: 0;
}
.RadCalendarTimeView_Metro td.rcHover a {
  background: #eee;
  border: 0;
  padding: 0;
}
.RadCalendarTimeView_Metro .rcFooter {
  border-color: #dedede;
}
.RadPicker_Metro.RadDateTimePicker .rcCalPopup {
  margin-left: -1px;
  margin-right: 0;
  border-radius: 0;
}
.RadPicker_Metro td input.riTextBox {
  border-radius: 4px 0 0 4px;
}
.RadPicker_Metro .rcCalPopup {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  background-image: url(../less/partials/Images/SortDescCalendar.gif);
  background-size: 100%;
  background-color: #fff;
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.RadPicker_Metro .rcCalPopup:hover {
  background-color: #e6e6e6;
}
.RadPicker_Metro .rcTimePopup {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  background-image: url('../less/partials/WebResource.axd?d=L2H6bDjOLkphHD8Ijr1ccnAeIv0Iq6gTZDxiSTKv161pGQn9MzyOJ-HY7jLn_ALBz6gMTAXEb2Ntq6EZ4yUfKB1_9zl81Wozy2dyWnhsdq5x8T47YpzvBLjs70qEx8U-TEKCi-oQ7Cl8xXqcAuxVfpFb6JUCpQgKlH8vG3NEhGqO7hoN0&t=637096701577591174');
  background-color: #fff;
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
  background-position: -10px -4260px;
}
.RadPicker_Metro .rcTimePopup:hover {
  background-color: #e6e6e6;
  background-position: -60px -4260px;
}
.RadCalendarPopup .RadCalendar_Metro {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 4px;
}
.RadCalendarRTL_Metro .rcTitlebar .rcFastPrev {
  background-position: -59px -959px;
}
.RadCalendarRTL_Metro .rcTitlebar a.rcFastPrev:hover {
  background-position: -59px -959px;
}
.RadCalendarRTL_Metro .rcTitlebar .rcPrev {
  background-position: -9px -159px;
}
.RadCalendarRTL_Metro .rcTitlebar a.rcPrev:hover {
  background-position: -59px -159px;
}
.RadCalendarRTL_Metro .rcTitlebar .rcNext {
  background-position: -9px -109px;
}
.RadCalendarRTL_Metro .rcTitlebar a.rcNext:hover {
  background-position: -59px -109px;
}
.RadCalendarRTL_Metro .rcTitlebar .rcFastNext {
  background-position: -9px -909px;
}
.RadCalendarRTL_Metro .rcTitlebar a.rcFastNext:hover {
  background-position: -59px -909px;
}
/* RadScheduler */
.RadScheduler .rsTopWrap .rsHeader {
  border: 1px solid #FFB23F;
  color: #fff;
  background-color: #FFB23F;
}
.RadScheduler .rsTopWrap .rsHeader ul li {
  margin: 0;
}
.RadScheduler .rsTopWrap .rsHeader ul li a,
.RadScheduler .rsTopWrap .rsHeader ul li em,
.RadScheduler .rsTopWrap .rsHeader ul li span {
  color: rgba(255, 255, 255, 0.6);
  border: none;
}
.RadScheduler .rsTopWrap .rsHeader ul li.rsSelected em {
  color: #ffffff;
  border: none;
}
.RadScheduler .rsTopWrap .rsContent .rsAptIn {
  border: 1px solid #ced4da;
  border-top-width: 4px;
  border-top-color: #FFB23F;
}
.brighttheme {
  color: #E9EDEF;
  background-color: rgba(243, 156, 18, 0.88);
  border-color: rgba(243, 156, 18, 0.88);
  border-radius: 4px;
}
.ui-pnotify-action-button {
  color: #232323;
  background-color: #ffffff;
  border-color: #ccc;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.ui-pnotify-action-button.btn-primary {
  color: #232323 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  text-shadow: none !important;
}
.pswd-info .invalid {
  color: #848482;
  transition: all 0.1s ease-in;
}
.pswd-info .invalid::before {
  content: "";
  padding-right: 15px;
}
.pswd-info .valid {
  color: #3CBC3C;
  transition: all 0.2s ease-in;
  animation-name: grow;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
}
.pswd-info .valid::before {
  content: "\2713 ";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: -5px;
  position: relative;
  font-weight: 800;
  animation-name: grow;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
  -moz-transition: -moz-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
  -ms-transition: -ms-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
  -o-transition: -o-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
  transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-backface-visibility: hidden;
}
/* MIXIN to customize BootStrap btn */
/* END MIXIN to customize BootStrap btn */
/* MIXIN to customize BootStrap btn-outline */
/* END MIXIN to customize BootStrap btn-outline */
/* Customize bootstrap switch */
.custom-switch.custom-switch-large .custom-control-label::before {
  left: -4rem;
  width: 4rem;
  height: 2rem;
  border-radius: 2rem;
  background-color: #c3c3c3;
}
.custom-switch.custom-switch-large .custom-control-label::after {
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  border-radius: 2rem;
  left: calc(-4rem + 2px);
  background-color: #FFFFFF;
}
.custom-switch.custom-switch-large .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(2rem);
}
.custom-switch.custom-switch-large .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #adb5bd;
}
.custom-switch.custom-switch-large .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
/* END Customize bootstrap switch */
.btn-primary {
  color: #FFFFFF !important;
  background-color: #43484D !important;
  border-color: #43484D !important;
  text-shadow: none !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #2b2f32 !important;
  border-color: #141516 !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #43484D !important;
  border-color: #43484D !important;
  box-shadow: none !important;
}
.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #43484D !important;
  border-color: #43484D !important;
}
.btn-primary a {
  color: #FFFFFF !important;
}
.btn-orange {
  color: #FFFFFF !important;
  background-color: #FF8E1D !important;
  border-color: #FF8E1D !important;
  text-shadow: none !important;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active {
  background-color: #e97500 !important;
  border-color: #b65b00 !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}
.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled.focus,
.btn-orange[disabled].focus,
fieldset[disabled] .btn-orange.focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
  background-color: #FF8E1D !important;
  border-color: #FF8E1D !important;
  box-shadow: none !important;
}
.btn-orange:not(:disabled):not(.disabled).active {
  background-color: #FF8E1D !important;
  border-color: #FF8E1D !important;
}
.btn-orange a {
  color: #FFFFFF !important;
}
.btn-secondary {
  color: #FFFFFF !important;
  background-color: #989fa6 !important;
  border-color: #989fa6 !important;
  text-shadow: none !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #7d868e !important;
  border-color: #646c74 !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #989fa6 !important;
  border-color: #989fa6 !important;
  box-shadow: none !important;
}
.btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #989fa6 !important;
  border-color: #989fa6 !important;
}
.btn-secondary a {
  color: #FFFFFF !important;
}
.btn-success {
  color: #FFFFFF !important;
  background-color: #00c851 !important;
  border-color: #00c851 !important;
  text-shadow: none !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  background-color: #00953c !important;
  border-color: #006228 !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #00c851 !important;
  border-color: #00c851 !important;
  box-shadow: none !important;
}
.btn-success:not(:disabled):not(.disabled).active {
  background-color: #00c851 !important;
  border-color: #00c851 !important;
}
.btn-success a {
  color: #FFFFFF !important;
}
.btn-outline-primary {
  color: #43484D !important;
  background-color: #FFFFFF !important;
  border-color: #43484D !important;
  text-shadow: none !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
  background-color: #2b2f32 !important;
  border-color: #141516 !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}
.btn-outline-primary.disabled,
.btn-outline-primary[disabled],
fieldset[disabled] .btn-outline-primary,
.btn-outline-primary.disabled:hover,
.btn-outline-primary[disabled]:hover,
fieldset[disabled] .btn-outline-primary:hover,
.btn-outline-primary.disabled:focus,
.btn-outline-primary[disabled]:focus,
fieldset[disabled] .btn-outline-primary:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary[disabled].focus,
fieldset[disabled] .btn-outline-primary.focus,
.btn-outline-primary.disabled:active,
.btn-outline-primary[disabled]:active,
fieldset[disabled] .btn-outline-primary:active,
.btn-outline-primary.disabled.active,
.btn-outline-primary[disabled].active,
fieldset[disabled] .btn-outline-primary.active {
  background-color: #43484D !important;
  border-color: #43484D !important;
  box-shadow: none !important;
}
.btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: #43484D !important;
  border-color: #43484D !important;
}
.btn-outline-primary a {
  color: #FFFFFF !important;
}
.btn-light {
  color: #CCC !important;
  background-color: #FEFEFE !important;
  border-color: #ced4da !important;
  text-shadow: none !important;
}
.btn-light:hover,
.btn-light:focus,
.btn-light.focus,
.btn-light:active,
.btn-light.active {
  background-color: #b3b3b3 !important;
  border-color: #999999 !important;
  color: #FEFEFE !important;
  box-shadow: none !important;
}
.btn-light.disabled,
.btn-light[disabled],
fieldset[disabled] .btn-light,
.btn-light.disabled:hover,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light:hover,
.btn-light.disabled:focus,
.btn-light[disabled]:focus,
fieldset[disabled] .btn-light:focus,
.btn-light.disabled.focus,
.btn-light[disabled].focus,
fieldset[disabled] .btn-light.focus,
.btn-light.disabled:active,
.btn-light[disabled]:active,
fieldset[disabled] .btn-light:active,
.btn-light.disabled.active,
.btn-light[disabled].active,
fieldset[disabled] .btn-light.active {
  background-color: #CCC !important;
  border-color: #CCC !important;
  box-shadow: none !important;
}
.btn-light:not(:disabled):not(.disabled).active {
  background-color: #CCC !important;
  border-color: #CCC !important;
}
.btn-light a {
  color: #FFFFFF !important;
}
.btn:focus {
  box-shadow: none;
}
.custom-select:focus,
.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}
.btnIconFontAwesome {
  position: relative;
}
.btnIconFontAwesome i {
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 12px;
  position: absolute;
  z-index: 2;
  font-size: 1.5em;
  color: white;
}
.btnIconFontAwesome input {
  padding-left: 40px;
  height: auto !important;
  width: auto !important;
}
.btnIconFontAwesome a {
  padding-left: 40px;
  height: auto !important;
  width: auto !important;
}
.btnIconFontAwesome.btnIconFontAwesome-light i {
  color: #CCC;
}
.btnIconFontAwesome.btnIconFontAwesome-light:hover i {
  color: white;
}
.input-group-prepend .custom-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #096AB3;
  background-color: #096AB3;
}
.alert-danger {
  color: #FFFFFF;
  background-color: #ea3838;
  border-color: #ea3838;
}
.alert-success {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}
.alert-info {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.alert-meetin {
  background: white;
  color: #43484D;
  border: 2px solid #FFB23F;
}
.alert-meetin i.fa {
  color: #FFB23F;
}
.alert-meetin .btn.btn-primary {
  color: white !important;
  background: #FFB23F !important;
  border-color: #FFB23F !important;
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.radioButtonList input[type=radio] {
  margin-right: 0.5em;
}
.radioButtonList label {
  margin-right: 1em;
}
h2 {
  font-size: 18px;
  font-weight: 400;
}
a,
a:visited,
a:focus,
a:active,
:visited,
:focus,
:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}
a {
  color: #FFB23F;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #ffa825;
}
.btn-ico-wrapper {
  position: relative;
}
.btn-ico-wrapper .fa {
  color: white;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  font-size: 1.2em;
}
.btn-ico-search {
  padding-left: 40px;
  z-index: 1;
}
.btn-favorite {
  color: white;
}
.btn-favorite-active {
  color: white;
  background-color: gold;
}
.btn-favorite-active:hover {
  color: #efefef;
}
.btn-favorite-inactive {
  color: white;
  background-color: lightgrey;
}
.btn-favorite-inactive:hover {
  color: gold;
  background-color: #efefef;
  border-color: #ced4da;
}
.btn-CancelEvent {
  color: white;
  background-color: #dc2600;
}
.btn-CancelEvent-active {
  color: white;
  background-color: #d31d0a;
}
/* */
/* List Event */
.metroField {
  font-size: 1.4em;
  color: #FFB23F;
}
.radiolist input[type=radio] {
  margin-right: 0.5em;
}
.radiolist label {
  margin-right: 1em;
}
.label_hv > span {
  padding-left: 0.5em;
  padding-right: 1em;
}
.overlay,
.overlayLight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
#youtubeIframe {
  position: absolute;
  z-index: 10000;
  left: 50%;
  top: 150px;
  transform: translateX(-50%);
}
.lblGrid {
  padding: 15px;
}
.lblGrid:hover {
  background-color: #F5F5FA !important;
  cursor: pointer;
  text-decoration: none !important;
}
.eventListContent-small td.iconEventList {
  width: 1%;
}
.eventListContent-small .pagination-eventList table {
  margin: auto;
}
.eventListContent-small .pagination-eventList table td {
  border-top: none;
  padding: 0.25rem;
}
.eventListContent-small .pagination-eventList table td span,
.eventListContent-small .pagination-eventList table td a {
  font-weight: bold;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #d3d3d3;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #FFFFFF;
}
.eventListContent-small .pagination-eventList table td span {
  color: #FFB23F;
  background: #ffffff;
  border: 1px solid #FFB23F;
}
/* List Event */
.helpLink:hover > div {
  display: block;
}
.HiddenColumn {
  display: none;
}
.helpDiv {
  display: none;
  padding-top: 10px;
}
.helpDiv-wrapper .helpDiv-side {
  transition: all 0.3s linear;
}
/* ---------- pNotify ------------*/
/* ---------- End pNotify ------------*/
/* ------- X-PANELS --------- */
.x_panel {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 15px;
  display: inline-block;
  background: #fff;
  border: 1px solid #dee2e6;
  opacity: 1;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.x_title .filter {
  width: 40%;
  float: right;
}
.x_title h2 {
  color: #FFB23F;
  margin: 5px 0 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.x_title h2 small {
  margin-left: 10px;
}
.x_title .navbar-right {
  margin: 0;
}
.x_title .collapse-link {
  line-height: 2em;
}
.x_content {
  padding: 1em 0;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 1em;
  border-top: 1px solid #E6E9ED;
}
.x_content h4 {
  font-size: 16px;
  font-weight: 500;
}
.panel_toolbox {
  float: right;
  min-width: 0px;
}
.panel_toolbox > li {
  float: left;
}
.panel_toolbox > li > a {
  padding: 5px;
  color: #C5C7CB;
  font-size: 14px;
}
.panel_toolbox > li > a:hover {
  background: #F5F7FA;
}
/* ------- END X-PANELS --------- */
/* ------- DASHBORD ------*/
/* *********  Tile stats  **************************** */
.tile-stats {
  position: relative;
  display: block;
  margin-bottom: 12px;
  border: 1px solid #E4E4E4;
  -webkit-border-radius: 5px;
  overflow: hidden;
  padding: 5px 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: #FFF;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.tile-stats .icon {
  color: #FFB23F;
  position: absolute;
  right: 10px;
  top: 22px;
  z-index: 1;
}
.tile-stats .icon i {
  font-size: 4em;
  padding: 0;
}
.tile-stats .count {
  font-size: 3em;
  font-weight: bold;
}
.tile-stats h2 {
  margin-top: 1.2em;
}
.tile-stats:hover {
  color: #232323;
}
.tile-stats:hover .icon i {
  color: #ffc672;
}
.tile-stats .count,
.tile-stats h3,
.tile-stats p {
  position: relative;
  margin: 0;
  z-index: 5;
  padding: 0;
}
.tile-stats h3 {
  color: #BAB8B8;
}
.tile-stats p {
  margin-top: 5px;
  font-size: 12px;
}
.tile-stats > .dash-box-footer {
  position: relative;
  text-align: center;
  margin-top: 5px;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.tile-stats > .dash-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.tile-stats > .dash-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.notifTab-tabs {
  color: white;
  background: #2E2E2E;
}
.notifTab a {
  color: white;
  text-decoration: none;
}
/* ------- END DASHBORD ------*/
/**/
/* ------- Grid PARTICIANTS -------- */
/* Form wrapper styling */
.search-wrapper .btn {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.5em;
}
.search-wrapper .btn.btnSearch {
  color: white;
  background: #c1c1c1;
}
.search-wrapper .btn.btnSearch:not(last-of-type) {
  border-left: 1px solid #CCCCCC;
}
.search-wrapper .btn.btnSearch-cancel:hover {
  background: #CF3D3D;
}
.search-wrapper .btn.btnSearch-advanced:hover {
  background: #FFB23F;
}
.search-wrapper .btn.btnSearch-user:hover {
  background: #FFB23F;
}
.search-wrapper .btn.btnSearch-search:hover {
  background: #5cc924;
}
.search-wrapper .btn.btnSearch.filterOn {
  background: #FFB23F;
}
.search-wrapper input:focus {
  outline: 0;
  background: #fff;
}
.searchAccordionWrapper {
  margin-top: 2em;
  padding: 2em 4em;
  background-color: #FFFFFF;
  margin-bottom: 2em;
  border: 1px solid #dee2e6;
  display: none;
}
.searchAccordionWrapper a {
  font-size: 1.2em;
}
.searchAccordionWrapper .accordion-heading {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 15px;
}
/* ------- Grid PARTICIANTS -------- */
/* ------- FICHE PARTICIANT -------- */
.leftNavFichePart .ficheField a,
.leftNavFichePart .ficheField a.btnFichePart {
  display: block;
  width: 100%;
  font-size: 1.3em;
  padding: 10px 5px;
  color: #232323;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid lightgrey;
}
.leftNavFichePart .ficheField a:last-child,
.leftNavFichePart .ficheField a.btnFichePart:last-child {
  border-bottom: none;
}
.leftNavFichePart .ficheField a:hover,
.leftNavFichePart .ficheField a.btnFichePart:hover {
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.leftNavFichePart .ficheField a.openedPanel,
.leftNavFichePart .ficheField a.btnFichePart.openedPanel {
  background-color: #DDDDDD;
  font-weight: bold;
}
.leftNavFichePart .ficheField a.openedPanel::before,
.leftNavFichePart .ficheField a.btnFichePart.openedPanel::before {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 0.8em;
  padding-right: 0.5em;
}
/* ------- END FICHE PARTICIANT -------- */
/* ------- FORMULAIRE ---------  */
#FormulaireRoot .StepTitle {
  height: 66px;
  padding-top: 10px;
  padding-left: 20px;
  background: white;
  margin-bottom: 10px;
}
#FormulaireRoot .StepTitle-Info,
#FormulaireRoot .StepTitle-Option {
  font-size: 1.4em;
  color: #FFB23F;
}
#FormulaireRoot .StepTitle i {
  color: #FFB23F;
}
#FormulaireRoot .StepTitle + ul {
  margin-bottom: 10px;
}
#FormulaireRoot ul {
  list-style-type: none;
  padding: 0;
}
#FormulaireRoot .ulFieldFormulaire li {
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #EEEEEE;
  background-color: #F4F4F4;
  margin-bottom: 4px;
  position: relative;
}
#FormulaireRoot .ulFieldFormulaire li:nth-child(2n+1) {
  background-color: #F7F7F7;
}
#FormulaireRoot .ulFieldFormulaire li .add-move-cursor::before {
  font-family: FontAwesome;
  content: "\f142 ";
  color: #CCCCCC;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5em;
  font-size: 1.5em;
  padding: 0.5em;
}
#FormulaireRoot .ulFieldFormulaire li .add-move-cursor:hover {
  cursor: move;
}
#FormulaireRoot .ulFieldFormulaire li.ui-sortable-helper {
  border: 1px solid #BBBBBB;
  background-color: #e5e5e5;
  border-left: 2px solid #096AB3;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  cursor: move;
}
#FormulaireRoot .ulFieldFormulaire li.ui-sortable-default:not(.ui-sortable-helper):hover {
  border-color: #DDDDDD;
}
.iconFormulaireInscription {
  color: #232323;
}
.iconFormulaireInscription:hover {
  color: #FF8E1D;
}
.metroImgVisible {
  background: limegreen;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border: 2px solid white;
}
.metroImgHide {
  background: orangered;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border: 2px solid white;
}
/* ------- END FORMULAIRE ---------  */
/* --------- Modal Formulaire ---------- */
.checkboxListFormulaire input[type=checkbox] {
  margin-right: 5px;
}
.checkboxListFormulaire td {
  padding: 0 5px;
}
.blur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 1023;
}
.modal-wrapper.open {
  visibility: visible;
  opacity: 1;
  display: block;
}
.modalCustom {
  display: none;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  z-index: 1;
  bottom: inherit;
  padding: 0;
  border: 2px solid #FFB23F;
}
.modalCustom.open {
  visibility: visible;
  opacity: 1;
  display: block;
}
.modalCustom .modal-header {
  color: white;
  background: #FFB23F;
  border-bottom: 1px solid #FFB23F;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modalCustom .modal-header .btn {
  color: white;
}
.popupWindow {
  position: absolute;
  z-index: 1024;
}
.modal-body {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}
/* custom onglets interactions formulaire */
.RadTabStrip.popupLiaisonHeader {
  margin-bottom: 10px;
}
.RadTabStrip.popupLiaisonHeader .rtsLevel .rtsUL {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.RadTabStrip.popupLiaisonHeader .rtsLevel .rtsLI {
  flex: 2;
}
.RadTabStrip.popupLiaisonHeader .rtsLevel .rtsLI .rtsLink {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #dee2e6;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #a3a3a3;
  background-color: #ffffff;
}
.RadTabStrip.popupLiaisonHeader .rtsLevel .rtsLI .rtsLink:hover {
  border-color: #dee2e6;
}
.RadTabStrip.popupLiaisonHeader .rtsLevel .rtsLI .rtsLink span {
  padding: 0;
  margin: 0;
}
.RadTabStrip.popupLiaisonHeader .rtsLevel .rtsLI .rtsLink.rtsSelected {
  color: #232323;
  background-color: white;
  border-color: #dee2e6;
  border-bottom-color: transparent;
}
.RadTabStrip.popupLiaisonHeader .rtsLevel .rtsLI.rtsHovered .rtsLink {
  border-color: #e0e0e0;
  color: #232323;
  background-color: #CCCCCC;
}
/* --------- END Modal Formulaire ---------- */
/* ------ RAD WINDOW ------ */
.RadWindow {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  padding: 0 !important;
  border-width: 0 !important;
  border: none !important;
  color: #232323;
  background: #FFFFFF;
}
.RadWindow .rwTable .rwTitleRow {
  background: #FFB23F;
}
.RadWindow .rwTable .rwTitleRow .rwTitlebar {
  padding: 5px;
  position: relative;
}
.RadWindow .rwTable .rwTitleRow .rwTitlebar .rwTitlebarControls > tbody > tr > td:nth-child(1) {
  position: relative;
  min-width: 40px;
}
.RadWindow .rwTable .rwTitleRow .rwTitlebar .rwTitlebarControls .rwControlButtons a.rwCloseButton {
  background: url(/Images/Theme/closeBtn_white.png) no-repeat top left !important;
  background-size: 17px !important;
}
.RadWindow .rwTable .rwContentRow {
  background: #FFFFFF;
}
.RadWindow .rwTable .rwStatusbarRow {
  background: #FFFFFF;
}
.RadWindow .rwTable .rwFooterRow {
  background: #FFFFFF;
}
/* ------ RAD WINDOW ------ */
/* ------ RAD COMBOBOX ------ */
.RadComboBox {
  font-size: 1rem;
}
.RadComboBox .rcbInner {
  padding: 0.375rem 0.75rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-color: #dee2e6;
  background-repeat: repeat-x;
  background-position: 0 0;
  display: block;
  position: relative;
}
.RadComboBoxDropDown {
  border-color: #dee2e6;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.RadComboBoxDropDown .rcbScroll {
  border-color: #dee2e6;
  background: #FFFFFF;
  position: relative;
  overflow: auto;
}
.RadComboBoxDropDown .rcbScroll .rcbList .rcbHovered {
  background: #FFB23F;
  color: #FFFFFF;
}
/* ------ END RAD COMBOBOX ------ */
/* ----------  RAD EDITOR  -----------*/
.RadEditor {
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
}
/* ----------  END RAD EDITOR  -----------*/
/*Modèles de mail toolbar*/
.RadToolBar_Horizontal .rtbOuter {
  border: 1px solid #dee2e6;
  border-bottom: none !important;
}
/* ------ RAD NOTIFICATION ------ */
.RadNotification {
  background-color: #FFFFFF;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.RadNotification .rnTitleBar {
  background-color: #43484D;
  color: #FFFFFF;
  padding: 1em;
}
.RadNotification .rnTitleBar .rnCloseIcon a {
  background: url('/Images/delete0_red.png') no-repeat top left !important;
  background-position: 0 !important;
}
.RadNotification .rnContentWrapper {
  padding: 1em;
  background-color: #FFFFFF;
}
.RadNotification.customNotif {
  border: 1px solid #dee2e6;
  border-radius: 3px;
}
.RadNotification.customNotif .rnTitleBar {
  padding: 1em;
}
.RadNotification.customNotif .rnContentWrapper {
  padding: 1em;
}
/* ------ END RAD NOTIFICATION ------ */
/* ------ RAD TREEVIEW ------ */
.RadTreeView {
  background: #FFFFFF;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  padding: 15px;
}
.RadTreeView-PagesPersos {
  background: none;
  border: none;
}
.RadTreeView-PagesPersos .rtSelected,
.RadTreeView-PagesPersos .rtSelected:hover {
  background: #FFB23F;
  color: #FFFFFF;
}
.RadTreeView-PagesPersos .rtHover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.RadTreeView .rtIn {
  width: 100%;
}
.RadTreeView .rtHover {
  background: #FAFAFA;
}
.RadTreeView .rtSelected {
  /*box-shadow: 1px 1px 3px rgba(0,0,0,0.12);*/
}
.RadTreeView.customRadTreeView-prestations ul.rtLines li {
  margin: 10px 0;
}
.RadTreeView.customRadTreeView-prestations ul.rtLines li li {
  margin: 0;
  border-bottom: none;
}
.RadTreeView.customRadTreeView-prestations ul.rtLines > .rtLI {
  background-image: none;
}
.RadTreeView.customRadTreeView-prestations ul.rtLines > .rtLI > div {
  border: 1px solid #dee2e6;
  border-radius: 3px;
  background-image: none;
  padding: 0.8em 1.2em;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
}
.RadTreeView.customRadTreeView-prestations .rtSelected {
  background-color: #eeeeee;
  border: 1px solid #FFB23F;
}
.rtDropAbove,
.rtDropBelow {
  border: 2px dotted red;
  font-size: 3px;
  line-height: 3px;
  height: 3px;
  margin-top: -2px;
}
.RadMenu_Context > ul.rmGroup {
  border-radius: 0.25em;
  border: 1px solid #ced4da;
  background: white;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
}
.RadMenu_Context > ul.rmGroup::before {
  display: none;
}
.RadMenu_Context li.rmItem {
  border: none;
}
.RadMenu_Context li.rmItem .rmLink {
  color: #232323;
}
.RadMenu_Context li.rmItem:last-child {
  border-bottom: none;
}
.RadMenu_Context li.rmItem a:hover {
  background: #ced4da;
}
/* ------ RAD TREEVIEW ------ */
/* --------- Mon Compte ---------- */
.menu-gestionnaires a {
  color: #232323;
}
.menu-gestionnaires a > div {
  border-radius: 3px;
}
.menu-gestionnaires a i {
  color: #FFB23F;
}
.menu-gestionnaires a:hover > div {
  border-color: #FFB23F !important;
}
/* --------- END Mon Compte ---------- */
/* ------------  PagesPersos  -------------- */
.pagesPersos-onglets-details a {
  color: #FFB23F;
}
/* ------------  END PagesPersos  -------------- */
/* GOOGLE MAP */
#googleMapsMaster {
  height: 350px;
  margin: 20px 0;
}
/* END GOOGLE MAP */
.RadPicker {
  vertical-align: middle;
  display: inline-block;
  width: 12em;
  line-height: 1.42857143;
}
.RadPicker,
.RadPicker * {
  box-sizing: content-box;
}
.RadPicker .RadInput {
  display: block;
  overflow: hidden;
  font-size: 1em;
  width: auto;
}
.RadPicker .RadInput > input {
  float: left;
}
.RadPicker .riLabel {
  float: left;
  box-sizing: border-box;
  padding: 5px 10px 5px 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.RadPicker .rcSelect {
  position: absolute;
  bottom: 1px;
  right: 1px;
  top: 1px;
  overflow: hidden;
}
.RadPicker .rcCalPopup,
.RadPicker .rcTimePopup {
  display: inline-block;
}
.RadPicker_Bootstrap .rcCalPopup,
.RadPicker_Bootstrap .rcTimePopup {
  width: 32px !important;
  height: 32px !important;
  border: 1px solid #ccc !important;
}
.RadPicker .riTextBox {
  padding-right: 2.286em;
}
.RadPicker.rcCalPopupOpen .riTextBox,
.RadPicker.rcCalPopupOpen .rcSelect,
.RadPicker.rcMYPopupOpen .riTextBox,
.RadPicker.rcMYPopupOpen .rcSelect,
.RadPicker.rcTimePopupOpen .riTextBox,
.RadPicker.rcTimePopupOpen .rcSelect {
  border-color: inherit;
}
.RadDateTimePicker .riTextBox {
  padding-right: 4.572em;
}
.RadPickerRTL table.rcTable .rcInputCell {
  padding: 0 0 0 4px;
}
.rcCalPopup:before {
  content: "\e108";
}
.rcTimePopup:before {
  content: "\e107";
}
.RadPicker {
  vertical-align: middle;
  display: inline-block;
  width: 12em;
  line-height: 1.42857143;
}
.RadPicker,
.RadPicker * {
  box-sizing: content-box;
}
.RadPicker .RadInput {
  display: block;
  overflow: hidden;
  font-size: 1em;
  width: auto;
}
.RadPicker .RadInput > input {
  float: left;
}
.RadPicker .riLabel {
  float: left;
  box-sizing: border-box;
  padding: 5px 10px 5px 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.RadPicker .rcSelect {
  position: absolute;
  bottom: 1px;
  right: 1px;
  top: 1px;
  overflow: hidden;
}
.RadPicker .rcCalPopup,
.RadPicker .rcTimePopup {
  display: inline-block;
}
.RadPicker .riTextBox {
  padding-right: 2.286em;
}
.RadPicker.rcCalPopupOpen .riTextBox,
.RadPicker.rcCalPopupOpen .rcSelect,
.RadPicker.rcMYPopupOpen .riTextBox,
.RadPicker.rcMYPopupOpen .rcSelect,
.RadPicker.rcTimePopupOpen .riTextBox,
.RadPicker.rcTimePopupOpen .rcSelect {
  border-color: inherit;
}
.RadDateTimePicker .riTextBox {
  padding-right: 4.572em;
}
.RadPickerRTL table.rcTable .rcInputCell {
  padding: 0 0 0 4px;
}
.rcCalPopup:before {
  content: "\e108";
}
.rcTimePopup:before {
  content: "\e107";
}
/* -- CROPPER IMAGE PART ---*/
#imgdPartPreview {
  text-align: center;
}
#imgdPartPreview .imgdPartOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}
#imgdPartPreview button.js-editImage {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
#imgdPartPreview:hover button.js-editImage {
  opacity: 1;
}
.componentCropper {
  position: relative;
  background: url(../less/images/myGrid10px.png) repeat top left;
  height: 500px;
  border: 1px solid #CCCCCC;
  max-width: 901px;
  overflow: hidden;
  margin: 0 auto;
}
.componentCropper .overlayCropper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 999;
  border: solid 1px rgba(233, 30, 99, 0.9);
  box-sizing: content-box;
  pointer-events: none;
}
.resize-container {
  position: relative;
  display: inline-block;
  cursor: move;
  margin: 0 auto;
}
.resize-container img {
  display: block;
}
.resize-container:hover img,
.resize-container:hover img {
  outline: 1px dashed rgba(41, 98, 255, 0.9);
}
.resize-handle-ne,
.resize-handle-se,
.resize-handle-nw,
.resize-handle-sw {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #2962ff;
  border-radius: 50%;
  z-index: 999;
}
.resize-handle-nw {
  top: -5px;
  left: -5px;
  cursor: nw-resize;
}
.resize-handle-sw {
  bottom: -5px;
  left: -5px;
  cursor: sw-resize;
}
.resize-handle-ne {
  top: -5px;
  right: -5px;
  cursor: ne-resize;
}
.resize-handle-se {
  bottom: -5px;
  right: -5px;
  cursor: se-resize;
}
.btnsCropper-wrapper {
  position: absolute;
  vertical-align: bottom;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* -- END CROPPER IMAGE PART ---*/
/* --------- Page Choix du thème Mini Site ------------- */
.da-thumbs {
  list-style: none;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 20px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}
.da-thumbs li {
  margin-top: 60px;
  position: relative;
  width: 400px;
  background: white;
  padding: 10px 10px 20px 10px;
  border-radius: 3px;
  margin-right: 50px;
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.12);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=50);
}
.da-thumbs li a {
  position: relative;
  display: inline-block;
}
.da-thumbs li a img {
  max-width: 100%;
  height: auto;
}
.da-thumbs li a.selectedTheme img {
  border: none;
}
.da-thumbs li a.selectedTheme::before {
  font-family: fontAwesome;
  content: "\f00c";
  display: block;
  font-size: 2.5em;
  color: #31C600;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  padding: 4px 0;
}
.da-thumbs li a div:not(.imgWrapper) {
  text-align: center;
}
.da-thumbs li a div:not(.imgWrapper) span:not(.theme-responsive) {
  font-size: 20px;
  color: #635B5B;
  text-transform: uppercase;
  padding: 15px;
  display: inline-block;
}
.da-thumbs li a div.imgWrapper {
  height: 300px;
  overflow: hidden;
  border: 1px solid #eee;
}
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top: -20px;
  right: -20px;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: 0;
  content: '';
  display: block;
  border: 5px solid #ffa41d;
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon:before {
  top: 0;
  left: 0;
}
.ribbon::after {
  bottom: 0;
  right: 0;
}
.themeItem .ribbon .theme-responsive {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #FFB23F;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  /*text-transform: uppercase;*/
  text-align: center;
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}
.btnFixed-bottom {
  position: fixed !important;
  top: 90%;
  right: 30px;
  z-index: 9999;
}
.btnFixed-bottom .btn {
  border-radius: 30px;
  padding: 15px 30px;
  background-color: #FFB23F;
  border: 5px solid white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), -1px 2px 20px 3px rgba(0, 0, 0, 0.1) inset;
  transition: all 0.5s ease;
}
.btnFixed-bottom .btn:hover {
  background-color: #FFB23F;
  border: 5px solid white;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}
.btnFixed-bottom i {
  display: none;
}
/* --------- END Page Choix du thème Mini Site ------------- */
/* ---------- EnQuète de satisfaction ------------------ */
.listAnswersWrapper .answerRowWrapper:nth-child(2n+1) {
  background-color: #e2e2e2;
}
.answerRowWrapper {
  color: #5f656b;
}
.answerRowWrapper i {
  color: #54524e;
  padding: 10px;
  font-size: 1.5em;
}
.answerRowWrapper i:hover {
  color: #0a0a0a !important;
}
.answerRowWrapper:hover {
  background-color: #FFB23F !important;
}
.answerRowWrapper .answerDeleteLink {
  margin-right: 1em;
}
.toggle_radio {
  background: #43484D;
  margin: 4px auto;
  overflow: hidden;
  padding: 0 !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  height: 26px;
  width: 230px;
}
.toggle_radio > * {
  float: left;
}
.toggle_radio input[type=radio] {
  display: none;
  /*position: fixed;*/
}
.toggle_radio label {
  color: rgba(255, 255, 255, 0.9);
  z-index: 0;
  display: block;
  width: 107px;
  height: 20px;
  margin: 3px 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  text-align: center;
}
.toggle_option_left {
  left: 0;
}
.toggle_option_right {
  right: 0;
}
.toggle_option_slider {
  /*display: none;*/
  width: 114px;
  height: 20px;
  position: absolute;
  top: 3px;
  z-index: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.horizontal_label {
  display: block;
}
table.rdb_chk_Choice > tbody > tr > td > span > label {
  padding-left: 2px;
  padding-right: 8px;
}
#btnVertical:checked ~ .toggle_option_slider {
  background: #FFB23F;
  left: 3px;
}
#btnHorizontal:checked ~ .toggle_option_slider {
  background: #FFB23F;
  left: 113px;
}
#choixUniqueDetailAnswer:checked ~ .toggle_option_slider {
  background: #FFB23F;
  left: 3px;
}
#choixMultiplesDetailAnswer:checked ~ .toggle_option_slider {
  background: #FFB23F;
  left: 113px;
}
#exampleChoixUnique,
#exampleChoixMultiples {
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 3px;
  padding: 10px;
}
.separatorSaveDetailAnswer {
  border-top: 1px solid #cec5c5;
  padding-top: 15px;
}
.iconDeleteAnswerList {
  font-size: 1em ;
}
.detailAnswerWrapper-disabled {
  opacity: 0.8;
  pointer-events: none;
}
.openedAnswer {
  background-color: #ffb23f !important;
}
/* ---------- END  EnQuète de satisfaction ------------------ */