.btn.btn-success{
    background-color: #8BDD6D;
}
.btn.btn-success:hover {
    background-color: #69C647;
}
.btn.btn-primary {
    box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
}
.btn.btn-primary:hover {
    box-shadow: 0 14px 26px -12px rgba(0, 188, 212, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}
.modal-content .modal-footer {
    padding-bottom: 30px;
    padding-right: 24px;  
}

#scrollUp {
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  background: #555;
  color: #fff;
}

/*** HEADER ***/
.loader {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1050;
    background-color: #0000001f;
}
.loader-msg {
    position: absolute;
    width: 440px;
    height: 200px;
    top: 0;
    bottom: 240px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #000;
}
.loader-gift {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loader .item {
    width: 50px;
    height: 50px;
    position: absolute;
}

.loader .item-1 {
    background-color: #dde249;/*Rouge*/
    top: 0;
    left: 0;
    z-index: 1;
    animation: item-1_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.loader .item-2 {
    background-color: #8bdd6d;/*VIOLET*/
    top: 0;
    right: 0;
    z-index: 1;
    animation: item-2_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.loader .item-3 {
    background-color: #3289C7;/*ROUGE*/
    bottom: 0;
    right: 0;
    z-index: 1;
    animation: item-3_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.loader .item-4 {
    background-color: #f35257;/*JAUNE*/
    bottom: 0;
    left: 0;
    z-index: 1;
    animation: item-4_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

@keyframes item-1_move {
    0%, 100% { transform: translate(0, 0) } 
    25% { transform: translate(0, 50px) } 
    50% { transform: translate(50px, 50px) } 
    75% { transform: translate(50px, 0) } 
}

@keyframes item-2_move {
    0%, 100% { transform: translate(0, 0) } 
    25% { transform: translate(-50px, 0) } 
    50% { transform: translate(-50px, 50px) } 
    75% { transform: translate(0, 50px) } 
}

@keyframes item-3_move {
    0%, 100% { transform: translate(0, 0) } 
    25% { transform: translate(0, -50px) } 
    50% { transform: translate(-50px, -50px) } 
    75% { transform: translate(-50px, 0) } 
}

@keyframes item-4_move {
    0%, 100% { transform: translate(0, 0) } 
    25% { transform: translate(50px, 0) } 
    50% { transform: translate(50px, -50px) } 
    75% { transform: translate(0, -50px) } 
}

/*** INDEX ***/

/*.container{
    width: 80%;
}*/

body.modal-open .background-container, .blur-content{
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    filter: url("https://gist.githubusercontent.com/amitabhaghosh197/b7865b409e835b5a43b5/raw/1a255b551091924971e7dee8935fd38a7fdf7311/blur".svg#blur);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
    opacity:0.2 !important;
    transition: all 0.3s ease-in-out;
}

.ride-list{
    border:1px solid #eee;
    padding: 10px 0!important;
    margin: 10px;
    min-height: 190px!important;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12)!important;
    background-color: #fff;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */ 
}

.ride-list-sm{
    border:1px solid #eee;
    padding: 10px 0!important;
    margin: 10px;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12)!important;
    background-color: #fff;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */ 
}

.m-rides div{ margin: 0; padding: 4px;} .m-rides{ margin:0 auto; width:94%;}

#m-arrivals{ display: none; }

#filter-rides-content{
  display: none;
  margin-top: 20px;
}

#search-recap{
  padding: 10px;
  /*border:1px solid #eee;*/
  text-align: center;
  font-size: 11px;
  margin-top: 20px;
}

.timeline-hours-sep{
background: transparent url('../img/time-line-sep.png') repeat-y center center;
}


.timeline-hours span{
  display: block;
  background-color: #75859a; /* Old browsers */
  color: #fff;
  padding: 15px 0 10px 0;
  font-size: 12px;
  width: 50px;
  height:50px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */  
}


.driver_not_sent{
  border-top:dotted 5px #eeeeee;
}

.driver_sent{
  border-top:dotted 5px #fed837;
}

.driver_confirmed{
  border-top:solid 5px #fed837;
}

.locations{
    min-height: 50px;
    margin:10px 0!important;
    color: #fff;
}
.locations div{

    padding-top:10px;
}

.bg_status_0{
    padding: 6px;
    background-color: #3289C7;
}
.bg_status_1{
    background-color: #8bdd6d;
}
.bg_status_2{
    background-color: #f35257;
}
.bg_status_3{
    background-color: #ff8b55;
}

.add-ride-content{
    display: none;
    background-color:#fff;
    color: #fff;
    margin:30px 10px 10px 10px;
    padding: 20px;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12)!important;
}

/*** BOOTSTRAP DATETIMEPICKER ***/
.dtp .dtp-content .dtp-date-view header.dtp-header {
    background: #00A5BA;
}
.dtp div.dtp-date, .dtp div.dtp-time {
    background: #00BCD4;
}
.dtp .p10 a {
    color: #00A5BA;
}
.dtp div.dtp-actual-year {
    color: #B7F3FB;
}
.dtp table.dtp-picker-days tr td a.selected {
    background: #00BCD4;
}
.year-picker-item.active {
    color: #00BCD4;
}
.year-picker-item:hover {
    color: #00BCD4;
}

/*** NAVBAR ***/
.navbar.navbar-blue{
    background-color: #4990e2;
    box-shadow: none;
    border-bottom: 0;
}
.navbar{
    color: #fff;
}

/*** PAGE TITLE ***/
.page-title-icon {
    background-color: #4990e2;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 50%;
    font-size: 24px;
    height: 75px;
    margin: auto;
    min-width: 75px;
    width: 75px;
    padding: 0;
    overflow: hidden;
    position: relative;
    line-height: normal;
    box-shadow: 0px 0px 10px 2px rgba(47, 188, 255, 0.35);
}

.page-title-icon-xs {
    height: 60px;
    min-width: 60px;
    width: 60px;
}
.page-title-icon i.material-icons {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-12px, -12px);
    line-height: 24px;
    width: 24px;
    font-size: 40px;
}
.page-title-icon-xs i.material-icons {
    left: 45%;
    font-size: 30px;
}
.page-title-icon .material-icons {
    vertical-align: middle;
    font-size: 17px;
    top: -1px;
    position: relative;
}
.page-title h2 {
    display: inline-block;
    margin-left: 30px;
    position: relative;
    bottom: 20px;
}
.page-title-xs h3 {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    bottom: 20px;
}

/*** BUTTON ADD ***/

.btn.btn-app-add {
    background-color: #4fe3c1;
}
.btn.btn-app-add:hover {
    background-color: #4fe3c1;
}
.btn.btn-fab.btn-app-add {
    height: 60px;
    min-width: 60px;
    width: 60px;
    margin-bottom: 10px;
 margin-right: 10px;
}
.btn.btn-fab.btn-app-add i.material-icons{
    left: 45%;
    font-size: 30px;
}

/*** SWITCH BUTTON ***/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0C64A2;
  -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;
}

input:checked + .slider {
  background-color: #00BCD4;
}

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

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

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.switch-label {
    position: relative;
    bottom: 14px; 
    font-size: 20px;
    padding-right: 10px;
}
.switch-label .material-icons {
    position: relative;
    top: 5px;
}
.switch-before {
    padding-right: 10px;
}
.switch-after {
    padding-left: 10px;
}

/*** SELECTPICKER ***/

.pick-location.input-group .form-control,
.admin_type .form-control {
    z-index: auto;
}
    
/*** HOMEPAGE FILTERS ***/

.filters-list{
    border:1px solid #eee;
    padding: 10px 0!important;
    margin: 10px;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12)!important;
    background-color: #fff;
}

/*** HOMEPAGE RIDES BOX ***/

.get-ride-details .ride-list:hover {
    box-shadow: 0px 0px 10px 2px rgba(47, 188, 255, 0.35) !important;
}

/*** DRIVERS PAGE ***/

.add-driver-content{
    display: none;
    background-color:#fff;
    color: #fff;
    margin:10px;
    padding: 20px;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12)!important;
}
.get-driver-details .ride-list:hover {
    box-shadow: 0px 0px 10px 2px rgba(47, 188, 255, 0.35) !important;
}

.status-label .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.status-label .switch input {display:none;}

.status-label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #92DD5A;
  -webkit-transition: .4s;
  transition: .4s;
}

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

.status-label input:checked + .slider {
  background-color: #F35257;
}

.status-label input:focus + .slider {
  box-shadow: 0 0 1px #F35257;
}

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

.status-label .slider.round {
  border-radius: 34px;
}

.status-label .slider.round:before {
  border-radius: 50%;
}
/*.switch-label {
    position: relative;
    bottom: 14px; 
    font-size: 20px;
    padding-right: 10px;
}
.switch-label .material-icons {
    position: relative;
    top: 5px;
}
.switch-before {
    padding-right: 10px;
}
.switch-after {
    padding-left: 10px;
}*/


/*** CUSTOMERS PAGE ***/

.add-custom-content{
    display: none;
    background-color:#fff;
    color: #fff;
    margin:10px;
    padding: 20px;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12)!important;
}

.get-custom-details .ride-list:hover {
    box-shadow: 0px 0px 10px 2px rgba(47, 188, 255, 0.35) !important;
}

/******** ACCOUNTING ********/
.search-form{
    background-color:#fff;
    color: #fff;
    margin:10px;
    padding: 20px;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12)!important;
}
.filter-accounting-content {
    display: none;
    margin-top: 20px;
}

#search-recap-account{
  padding: 10px;
  /*border:1px solid #eee;*/
  text-align: center;
  font-size: 11px;
  margin-top: 20px;
}
.ride-list-accounting,
.products-list-container,
.admins-list-container,
.address-list-container {
    background-color:#fff;
    margin:10px;
    padding: 20px;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12)!important;
}
.head-list{
    background-color:#eceff1;
    margin-bottom: 20px;
    margin-top: -14px;
}
.bullet_status{
    width:25px;
    height:25px;
    border-radius: 50%;
    margin: 20px auto;
}

/*** PRODUCTS PAGE ***/

.add-product-content{
    display: none;
    background-color:#fff;
    color: #fff;
    margin: 30px 10px 10px 10px;
    padding: 20px;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12)!important;
}
#filter-products-content{
  display: none;
  margin-top: 20px;
}

#search-recap-prod{
  padding: 10px;
  /*border:1px solid #eee;*/
  text-align: center;
  font-size: 11px;
  margin-top: 20px;
}

/*** SERVICES PAGE ***/
.add-service-content{
    display: none;
    background-color:#fff;
    color: #fff;
    margin: 30px 10px 10px 10px;
    padding: 20px;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12)!important;
}
#filter-services-content{
  display: none;
  margin-top: 20px;
}

#search-recap-services{
  padding: 10px;
  /*border:1px solid #eee;*/
  text-align: center;
  font-size: 11px;
  margin-top: 20px;
}

/*** ADMINS PAGE ***/

.add-admin-content{
    display: none;
    background-color:#fff;
    color: #fff;
    margin:10px;
    padding: 20px;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12)!important;
}


.blur-my-ride{
    -moz-filter: blur(3px);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.badgeNotifications{
    background-color: #e6001c;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding-top: 9px;
}

.badgeWithoutNotifications{
    background-color: #c0c4c8;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding-top: 9px;
}
.tablePrint{
    display: none;
    margin: 10px;
}

@media print {
        .tablePrint{
            display: block;
        }
        .rideContentList, #search-recap, .filter-rides-content{
            display: none;
        }
        .timeline-hours-sep {
            background: transparent url('../img/time-line-sep.png') repeat-y center center;
        }
        .timeline-hours span {
            display: block;
            background-color: #75859a;
            color: #fff;
            padding: 15px 0 10px 0;
            font-size: 12px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin: 0 auto;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }
   }
   
/*** CUSTOMER ADDRESS PAGE ***/

.add-address-content{
    display: none;
    background-color:#fff;
    color: #fff;
    margin: 30px 10px 10px 10px;
    padding: 20px;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12)!important;
}
#filter-address-content{
  display: none;
  margin-top: 20px;
}

#search-recap-address{
  padding: 10px;
  /*border:1px solid #eee;*/
  text-align: center;
  font-size: 11px;
  margin-top: 20px;
}