/*!
 * core.css
 * Version: 1.0.0
 * Author: PUBLI-CD
 * URL: https://www.france-reservations.fr
 *
**/


.nav_menu{background: #fff; }
	
.nav-md ul.nav.child_menu:hover {color:#FFFFFF; }



.modal {
	background-color: rgba(0,0,0,.5) !important;
}
/*left right modal*/
.modal.left_modal, .modal.right_modal{
  position: fixed;
  z-index: 99999;
}
.modal.left_modal .modal-dialog,
.modal.right_modal .modal-dialog {
  position: fixed;
  margin: auto;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}


.modal-dialog {
    /* max-width: 100%; */
    margin: 1.75rem auto;
}
@media (min-width: 576px)
{
.left_modal .modal-dialog {
    /*max-width: 100%;  */
}

.right_modal .modal-dialog {
   /* max-width: 100%;  */
}
}
.modal.left_modal .modal-content,
.modal.right_modal .modal-content {
  /*overflow-y: auto;
    overflow-x: hidden;*/
    height: 100vh !important;
}

.modal.left_modal .modal-body,
.modal.right_modal .modal-body {
  padding: 15px 15px 30px;
}

/*.modal.left_modal  {
    pointer-events: none;
    background: transparent;
}*/

.modal-backdrop {
    display: none;
}

/*Left*/
.modal.left_modal.fade .modal-dialog{
  left: -50%;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left_modal.fade.show .modal-dialog{
  left: 0;
  box-shadow: 0px 0px 19px rgba(0,0,0,.5);
}
    
/*Right*/
.modal.right_modal.fade .modal-dialog {
  right: -50%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
       -o-transition: opacity 0.3s linear, right 0.3s ease-out;
          transition: opacity 0.3s linear, right 0.3s ease-out;
}



.modal.right_modal.fade.show .modal-dialog {
  right: 0;
  box-shadow: 0px 0px 19px rgba(0,0,0,.5);
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}



.modal-header.left_modal, .modal-header.right_modal {
    
  padding: 10px 15px; 
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
}

.modal_outer .modal-body {
    /*height:90%;*/
    overflow-y: auto;
    overflow-x: hidden;
    height: 91vh;
}

/***********************/
/*  SPINNER            */
/***********************/
/*.spanner{
  position:absolute;
  top: 50%;
  left: 0;
  background: #2a2a2a55;
  width: 100%;
  display:block;
  text-align:center;
  height: 300px;
  color: #FFF;
  transform: translateY(-50%);
  z-index: 1000;
  visibility: hidden;
}*/

.spanner{
  position:absolute;
  top: 70%;
  left: 30%;
  right: 50%;
  background: #337ab7;
  width: 50%;
  display:block;
  text-align:center;
  height: 300px;
  color: #FFF;
  transform: translateY(-50%);
  z-index: 1000;
  visibility: hidden;
}

.overlay{
  position: fixed;
	width: 100%;
	height: 100%;
  /*background: rgba(51,122,183,0.5);*/
   background: rgba(0,0,0,0.4);
  visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.show{
  visibility: visible;
}

.spanner, .overlay{
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.spanner.show, .overlay.show {
	opacity: 1
}
	
		 
.searchBoxElement{
  background-color: white;
  border: 1px solid #aaa;
  position: absolute;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  line-height: 23px;
  list-style: none;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.searchBoxElement span{
  padding: 0 5px;
}


.searchBoxElement li{
  background-color: white;
  color: black;
}

.searchBoxElement li:hover{
  background-color: #50a0ff;
  color: white;
}

.searchBoxElement li.selected{
  background-color: #50a0ff;
  color: white;
}

.refineText{
 padding: 8px 5px 8px 5px !important;
	width: 200px !important;
}

		
	
body
{
/*  height: 1500px!important; */
	
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  background: #337ab7;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  
}
	
footer {
  background: #fff;
  padding: 10px 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  display: block;
}

.x_title {	border-bottom: 2px solid #CECECE;}

.x_panel {	background: #F7F7F7; border: 0px; }

.page-title .title_left h3 {padding-left: 15px !important;}

.nav.side-menu > li.current-page, .nav.side-menu > li.active {border-right: 0px;}

.sidebar-footer { position: inherit; padding: 35px 0 0 0;}

.page-title .title_left {width: 100% !important;}

.container{overflow: aut !important;}

.pb-5, .py-5 {
	padding-top: 0rem !important;
}

.nav-sm .nav.child_menu li.active, .nav-sm .nav.side-menu li.active-sm {
	border-right: 0px;
}
.modal-footer{border-top:0px !important;}


#confirm-modal-logout{
background-color:gainsboro !important; 
padding-left: 0px !important; 
}


#initTask-modal{
background-color:#fff !important; 
padding-left: 0px !important; 
}

.nav-sm span.fa, .nav-sm .menu_section h3 {
	display: block!important;
}


.modal {
	background-color: rgba(0,0,0,.5) !important;
	/* background-color: #fff; */
}
.fade.show {
	opacity: 1;
}		
		
.ui.modal > .actions {
	background: #fff !important;
	padding: 1rem;
	border-top: 1px solid rgba(34,36,38,.15);
	text-align: right;
}

#del-profile-modal{
background-color:#fff !important; 
padding-left: 0px !important; 
}
#cancel-modif-account{
background-color:#fff !important; 
padding-left: 0px !important; 
}
#confirm-modal-content{
background-color:gainsboro !important; 
padding-left: 0px !important;	
color: black !important;
}
/*.tab-pane {
	border-bottom: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
}
#tab-content {
	
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
} */
.ui.toggle.checkbox {
	margin-left: 0px;
	margin-top: 5px;
	width: 100%;
}
#update-abonnement-modal{
	height: 280px;
	display: block;
	padding-right: 0px !important;
	margin-top: 70px;
	margin-left: 20%;
	width: 50%;
	background-color: #fff !important;
}
#buysms-modal{
	height: 350px;
	position: absolute;
	top:30%;
	left: 30%;
	display: block;
	padding-right: 0px;
	background-color: #fff;
}

	.btn-sm1 {
	background-color: #2777AA !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3a89ce), to(#2777AA));
	background-image: -webkit-linear-gradient(top, #3a89ce, #2777AA);
	background-image: -moz-linear-gradient(top, #3a89ce, #2777AA);
	background-image: -ms-linear-gradient(top, #3a89ce, #2777AA);
	background-image: -o-linear-gradient(top, #3a89ce, #2777AA);
	background-image: linear-gradient(top, #3a89ce, #2777AA);
	border: 1px solid #3a89ce;
}
.btn-sms1,
.btn-sms1:hover,
.btn-sms1:visited,
.btn-sms1:focus { color:#fff; }

.btn-sms1:hover{ opacity:0.7; }
	
.btn-sm2 {
	background-color: #db2828 !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f52c2c), to(#db2828));
	background-image: -webkit-linear-gradient(top, #f52c2c, #db2828);
	background-image: -moz-linear-gradient(top, #f52c2c, #db2828);
	background-image: -ms-linear-gradient(top, #f52c2c, #db2828);
	background-image: -o-linear-gradient(top, #f52c2c, #db2828);
	background-image: linear-gradient(top, #f52c2c, #db2828);
	border: 1px solid #f52c2c;
}
	
.btn-sm2:hover {
	
	border: 1px solid #f52c2c;
}

.btn-secondary{
	background: #337ab7;
	color: white;
	width: 40px;
	height: 30px;
	border-radius: 5px;
}
.btn-secondary:hover{
	background: #337ab7;
	color: white;
	width: 40px;
	height: 30px;
	border-radius: 5px;
}
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.rolldate-container {z-index: 100000;} 


.invalid-feedback {

	width: 100%;
	margin-top: .25rem;
	font-size: 100%;
	color: #dc3545;
}
		
.status.active {
	
	border: 1px solid #93dfad;
	background: #DCFCE7;
	color: #166534;
	padding: 4px 8px;
	border-radius: 4px;
	font-family: "GeneralSans-Variable", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: 0.25px;
	text-transform: capitalize;
	
}
		
.status.expired {
	
	 border:1px solid #FABEBE;
  background:#FEF2F2;
  color:#EF4444;
	padding: 4px 8px;
	border-radius: 4px;
	font-family: "GeneralSans-Variable", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: 0.25px;
	text-transform: capitalize;
	
}
		
.dropdown-item {
	
	line-height: 2;
	margin: 0;
}	
		
button.multiselect {
    
	line-height: 2;
}
.bold {
	font-weight: bold;
}

	  
#initTask-modal {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-50%, -10%);
}

input.default:checked + .slider {
  background-color: #337ab7;
}
input.primary:checked + .slider {
  background-color: #2196F3;
}
input.success:checked + .slider {
  background-color: #8bc34a;
}
input.info:checked + .slider {
  background-color: #3de0f5;
}
input.warning:checked + .slider {
  background-color: #FFC107;
}
input.danger:checked + .slider {
  background-color: #f44336;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.btn{padding:0;}


 .btn-close {
  background-color: #48abe0;
  color: white;
  border: none;
  font-size: 1.5em;
  height: 1.5em;
  width: 1.5em;
  box-shadow: 0 2px 4px darkslategray;
}
.btn-valid{
  background-color: #337ab7;
  color: #eee;
  border-color: #337ab7;
  border-radius:10px;
  font-weight:600;
  width:10em;
}
.btn-valid:hover{
  background-color: #337ab7;
  color: #eee;
  border-color: #337ab7;
  border-radius:10px;
  font-weight:600;
  width:10em;
}
.btn-valid.disabled, .btn-valid:disabled {
  background-color: #337ab7;
  color: #eee;
  border-color: #337ab7;
  border-radius:10px;
  font-weight:600;
  width:10em;
}

.show{
  visibility: visible;
}
	

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float:left;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}


/* Accordion */

.accordion{
background: #F7F7F7;!important
}

.accordion .panel-heading {
	background: #F7F7F7;

}


/* Bootstrap table */

.bootstrap-table .fixed-table-container {
background-color:#FFFFFF;

}

.btn-table-edit {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-table-remove {
	color: #fff;
	background-color: #FA1555;
	border-color: #357ebd;
	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;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

@media only screen and (min-width: 1360px){
.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}	
}

	
.status-active {
	
	border: 1px solid #93dfad;
	background: #DCFCE7;
	color: #166534;
	padding: 4px 8px;
	border-radius: 4px;
	font-family: "GeneralSans-Variable", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: 0.25px;
	text-transform: capitalize;
	
}
		
.status-inactive {
	
	border:1px solid #FABEBE;
  background:#FEF2F2;
  color:#EF4444;
	padding: 4px 8px;
	border-radius: 4px;
	font-family: "GeneralSans-Variable", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: 0.25px;
	text-transform: capitalize;
	
}

		
.status-cancel {
	
	border:1px solid #FABEBE;
  background:#FEF2F2;
  color:#000000;
	padding: 4px 8px;
	border-radius: 4px;
	font-family: "GeneralSans-Variable", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: 0.25px;
	text-transform: capitalize;
	
}
/*.tab-pane {
	border-bottom: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
}
#tab-content {
	
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
}*/
.nav-tabs .nav-link.active {
	color: #fff;
	background-color: #337ab7;
/*	border: 1px solid #4f4c4c3d; */
	pointer-events: none;
}

	
.nav-tabs .nav-link {
	border: 1px solid #4f4c4c3d;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	background-color: gainsboro;
}



.disabled {
    pointer-events:none; 
    opacity:0.6;         
}


.mb-4 {
	margin-bottom: 0 !important;
}

.x_panel{padding:0px}

	
    @-webkit-keyframes pulse {
        0% {
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }

        70% {
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
            box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
        }

        100% {
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
            box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
        }
    }

/* Search box select */
.searchBoxElement{
  background-color: white;
  border: 1px solid #aaa;
  position: absolute;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  line-height: 23px;
  list-style: none;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.searchBoxElement span{
  padding: 0 5px;
}


.searchBoxElement li{
  background-color: white;
  color: black;
}

.searchBoxElement li:hover{
  background-color: #50a0ff;
  color: white;
}

.searchBoxElement li.selected{
  background-color: #50a0ff;
  color: white;
}

