html{
  font-family:  'Roboto', sans-serif !important;
}
.demo-choose-skin {
    list-style: none;
    padding-left: 0;
    overflow-y: hidden;
}
.right-sidebar {
    width: 280px;
   
    position: fixed;
    right: 0;
    top: 48px;
    background: #fdfdfd;
    z-index: 999 !important;
    -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    height: 60vh;

}
.demo-choose-skin li.active {
    background-color: #eee;
}

.demo-choose-skin li {
    border-bottom: 1px solid #eee;
    padding: 10px 10px 4px 10px;
    position: relative;
    cursor: pointer;
}

.nav-tabs .nav-link{
  border-top-left-radius: 1.25rem !important;
}

.lienMenuTop{
  color:#fff;
}
.card-personalise{
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.card-details{
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.header {
	color: #555;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
}
.body {
    font-size: 14px;
    color: #555;
    padding: 20px;
}
a:link 
{ 
text-decoration:none; 
}
.menu_titre{

} 
.bodyline{
  z-index:9999 !important;
}

.bodyBackground{
  background:url('img/login-background.jpg') no-repeat;
  background-size: cover;
  background-position: center center;

}
.inputTheme{
  width:100% !important; 
}

 
.back-to-top {
 
background: none;
 
margin: 0;
 
position: fixed;
 
bottom: 0;
 
right: 0;
 
width: 70px;
 
height: 70px;
 
z-index: 100;
 
display: none;
 
text-decoration: none;
 
color: #ffffff;
 
background-color: #ff9000;
 
}
 
  
 
.back-to-top i {
 
  font-size: 60px;
 
}
 


/*
    DEMO STYLE
*/
/*Added for tabs class in details */
div.tabs a.tab {
    height: 23px !important;
    padding: 10px 14px 27px !important;
}
.palettes{
    width: 68% !important;
    height:75px !important;
}
.hover-expand-effect:hover:after {
    width: 100%;
}

.info-box .icon {
    display: inline-block !important;
    text-align: center !important;
   /* background-color: rgba(0, 0, 0, 0.12) !important;*/
    width: 80px !important;
}

.info-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer !important;
}
.info-box .icon i {
    color: #fff;
    font-size: 50px;
    line-height: 80px;
}
.info-box .content {
    display: inline-block;
    padding: 7px 10px;
}
.info-box .content .text {
    font-size: 11px;
    /*margin-top: 5px;*/
    color: #555 !important;
}
.info-box.hover-zoom-effect:hover .icon i {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4);
}

.info-box.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


 .content .text, .content .number {
    color: #555 !important;
}
/*.icon{
    color: #fff !important;
}*/

/*div.tmenu {
    line-height: 30px !important;
}*/

.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, 0.05);
    content: ".";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -moz-transition: all 0.75s;
    -o-transition: all 0.75s;
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
}

body {
   /* font-family: 'Poppins', sans-serif;*/
    background: #fafafa;
}

p {
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
.data-twbs-toggle-buttons-class-active{
    background-color: red; 
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

/*#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}*/
.side-nav a{
	color: white;
}
#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1em;
    display: block;
    
    
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 0px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
#btnPlusFiltre{
    color: white;
}
#btnPlusFiltre:hover{
      cursor: pointer !important;
}

.components ul {
	/*border-bottom: 1px solid #fff !important;*/
}

/*#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}
*/


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/*ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}*/

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.has-toggle-input label, .has-toggle-input.radio label {
  display: block;
  float: left;
  padding: 5px 10px;
  margin: auto auto auto -1px;
  background: #f4f4f4;
  color: #444;
  border: 1px #d0d0d0 solid;
  line-height: normal;
  overflow: hidden;
  cursor: pointer;
}

.info-box  .icon.bg-pink .icon-contenu {
    color: white !important;
    font-size: 45px !important;
}

.has-toggle-input label:first-of-type { margin-left: auto; }

.has-toggle-input label:last-of-type { }

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

.waves-effect {
    color: white;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.waves-effect .badge{
    color: #555;
    background-color: #fff;
}

.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 5px;
  z-index: 99;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 12px;
  border-radius: 4px;
  height:45px;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
   
}

#myBtn:hover {
  background-color: #555;
}
.card-personaliseLogo{
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
}
.feedback {
  
  color: white;
  border-radius: 4px;
  position: fixed;
  margin-left:-25px;
  top:40px;
  z-index:1005;
 

}
.overlay {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 998;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
    height:100%;
    width:100%;
}
.overlay2 {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 998;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}
.overlay2.active {
    display: block;
    opacity: 1;
    height:100%;
    width:100%;
}
.in{
  z-index: 9999;
}
#dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 10px;
    right: 10px;
}
 /* width */
::-webkit-scrollbar {
    width: 5px;
    height: 10px; 
}


/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}




.ti_tx,
.mi_tx,
.mer_tx {

  width: 100%;

  text-align: center;

  margin: 10px 0;

}

 

.time,
.mins,
.meridian {

  width: 60px;

  float: left;

  margin: 0px 10px;

  font-size: 20px;

  color: #2d2e2e;

  font-family: 'arial';

  font-weight: 700;

}

 

.prev, .next {
  cursor: pointer;
  padding: 18px;
  width: 28%;
  border: 1px solid #ccc;
  margin: auto;
  background: url(img/arrow.png) no-repeat;
  border-radius: 5px;

}

 

.next { background-position: 50% 150%; }

 

.prev { background-position: 50% -50%; }

 

.time_pick { position: relative; }

.timepicki-input{
  text-align: center;
}

/*input{ float:left;}*/

 

.timepicker_wrap {

  padding: 10px;
  padding-left: 25px;
  border-radius: 5px;
  z-index: 2;
  display: none;
  width: 240px;
  box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.35);
  background: #f6f6f6;
  border: 1px solid #ccc;
  float: left;
  position: absolute;
  top: 27px;
  left: 0px;
}
 

.arrow_top {
  position: absolute;
  top: -10px;
  left: 20px;
  background: url(img/top_arr.png) no-repeat;
  width: 18px;
  height: 10px;
  z-index: 3;
}

.obli{
  border: 1px solid red !important;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */


@media all and (max-width: 768px) {
  #cardLogin{
    margin: auto;
    width: 70%;
    
    
  }
  #cardRecup{
    margin: auto;
    width: 100%;
  }
   
}


@media (max-width: 632px) {

    #sidebar {
    overflow: visible;
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 1000;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);


        
    }


        /* width */
    ::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1; 
    }
     
    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #888; 
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555; 
    }
    #sidebar ul.components {
    padding: 20px 0;
    border-bottom: none;
    }
    #sidebar.active {
      left: 0;
    }
    #id-left{
      z-index: 9999;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }


}
@media (min-width: 633px) {
    #feedback{
      display:none !important;
    }

}
/*ND STYLES*/
 .nd-fullwidth .select2-container{
            width:100% !important;
        }
        
  .nd-fullwidth{
      width: 100%;

  }
  .nd-nopaddingLR{
      padding-right: 0; padding-left: 0;
  }




