.fc-day-number {
    float:left!important;
}   
.fc-toolbar .fc-left, .fc-toolbar .fc-center, .fc-toolbar .fc-right {
    display: inline-flex;
    float: none !important;
}
.fc-center div,.fc-left div {
    display:inline-flex;
}
.fc-center h2,.fc-left h2{       
    font-size:1.2em; 
    text-transform: capitalize;
    border: 0.01em solid #dfdfdf;
    padding-top: 11px;
    padding-left: 2px;
    padding-right: 2px;
    border-left: 0px;
    border-right: 0px;
}   
.plus-el{
    cursor: pointer!important;
    display:inline-block;
    background-color:#e0dfdf;
    color:white;padding-right: 5px;
    padding-left: 5px;
    font-family:'Roboto',sans-serif;
    font-weight:100!important;
} 
.fc-today .plus-el{
    background-color: #ec1c24;
}

@media (min-width: 1281px) {
    .popper{
        width:650px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .popper{
        width:550px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .popper{
        width:550px;
    }                
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .popper{
        width:550px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .popper{
        width:100%;
    }
    .launch-tour-swal > div{
        padding:0px;
    }                
    .fc-today-button{
        display:none;
    }
    .fc-sun{
        width:35px!important;
        background-color:#d8d6d6!important;
    }
    .fc-sun span i{ 
        display:none;
    }
    .fc-center h2,.fc-left h2{
        font-size:1em;            
        padding-top: 7px;            
    }
    .stats_card a{
        font-size:14px;            
    }
    .fc-popover{
        width:100%;        
        height:50%;  
        top:0px!important;      
        left:0px!important;      
    }
    .fc-popover a{
        margin-bottom:5px;        
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .popper{
        width:100%;
    }
    .launch-tour-swal > div{
        padding:0px;
    }        
    .fc-center h2,.fc-left h2{
        font-size:1em;               
        padding-top: 7px;         
    }
    .fc-today-button{
        display:none;
    }
    .fc-sun{
        width:35px!important;
        background-color:#d8d6d6!important;
    }
    .fc-sun span i{ 
        display:none;
    }
    .stats_card a{
        font-size:14px;            
    }
    .fc-popover{
        width:100%;        
        height:50%;  
        top:0px!important;      
        left:0px!important;      
    }
    .fc-popover a{
        margin-bottom:5px;        
    }
}
.launch-tour-swal > div{
    width:100vw !important;
    /* height:100vh !important; */
}
.launch-tour-swal-close-button{
    z-index:9999999;
}
.duration {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]
{
    -moz-appearance: textfield;
}

.duration input {
    width: 90px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #eee;
}

.duration input:focus {
    outline: 0;
}

.duration-nav {
    float: left;
    position: relative;
    height: 42px;
}

.duration-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.duration-button.duration-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
}

.duration-button.duration-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
}
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline::-webkit-scrollbar {
-webkit-appearance: none;
}

ul.timeline::-webkit-scrollbar:vertical {
    width: 8px;
}

ul.timeline::-webkit-scrollbar:horizontal {
    height: 8px;
}

ul.timeline::-webkit-scrollbar-thumb {
    border-radius: 6px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline > li.VISIT_DONE > span.timeline_circle {
    /* content: ' '; */
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid green;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}    
ul.timeline > li.VISIT_CANCELED > span.timeline_circle {
    /* content: ' '; */
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid red;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}    
ul.timeline > li.VISIT_BUT_CLOSED > span.timeline_circle {
    /* content: ' '; */
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid orange;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
} 

span.with-deliveries{
    background: orange!important;
}

div.visit_status_text{
    text-align:right;margin-top:12px;
}
span.VISIT_DONE_color{
    color:green;
}   
span.VISIT_CANCELED_color{
    color:red;
}   
span.VISIT_BUT_CLOSED_color{
    color:orange;
}
ul.timeline > li > span.extra_visit{
    color:red;
}  
.video-element > video {
    width:90%;
    height: 60vh;
}
.video-element > canvas {
    width: 90%;        
    margin-top: -435px;
    height: 60vh;
}
.modal.barocode_scanLabel{
    z-index:99999999999;
} 
/* Base for label styling */
.map-optimize-wrapper{
    position: absolute;
    top: 3px;
    border: 0.01em solid;
    padding: 9px;
    background-color: rgba(255,255,255,0.9);
    font-weight: bolder;
}
.map-optimize[type="checkbox"]:not(:checked),
.map-optimize[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.map-optimize[type="checkbox"]:not(:checked) + label,
.map-optimize[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

/* checkbox aspect */
.map-optimize[type="checkbox"]:not(:checked) + label:before,
.map-optimize[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 1.25em; height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.map-optimize[type="checkbox"]:not(:checked) + label:after,
.map-optimize[type="checkbox"]:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    top: .15em; left: .22em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #ec1c24;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
.map-optimize[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.map-optimize[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
.map-optimize[type="checkbox"]:disabled:not(:checked) + label:before,
.map-optimize[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
.map-optimize[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
.map-optimize[type="checkbox"]:disabled + label {
    color: #aaa;
}
/* accessibility */
.map-optimize[type="checkbox"]:checked:focus + label:before,
.map-optimize[type="checkbox"]:not(:checked):focus + label:before {
    border: 2px solid;
}

/* hover style just for information */
label:hover:before {
    border: 2px solid #000!important;
}

.rating label:hover:before {
    border: none!important;
}

.outlet_stat_table table th{
    text-align: left;
}

.form textarea {
    background: #F5F5F5;
    border-color: #D8D8D8;
    border-style: solid;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-width: 1px;
    box-shadow: none;
    display: inline-block;
    max-width: 100%;
    padding: 0.75rem;
    -webkit-appearance: none;
    }
.form textarea:focus {
        background: #FFF;
        border-color: #338EDA;
        outline: 0;
}
.form textarea, .form .textarea {
        min-height: 150px;
}
.form .textarea-tall {
    min-height: 200px;
    }  
    .form-stacked textarea {
    display: block;
    margin-bottom: 1.5rem;
    width: 100%;
    }
.form textarea {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.myaccordion {
    /* max-width: 500px; */
    margin: 50px auto;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

.myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
}

.myaccordion .fa-stack {
    font-size: 18px;
}

.myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #000;
    padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
    color:#000
}
.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float:right;
  }
  
  /* 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;
  }
  
  input.default:checked + .slider {
    background-color: #444;
  }
  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%;
  }


.checkup.table {
    border: none;
    background-color: #fff;
}
/* 
.checkup.table-definition thead th:first-child {
    pointer-events: none;
    background: white;
    border: none;
} */

.checkup.table td {
    vertical-align: middle;
}

.page-item > * {
    border: none;
}

.custom-checkbox {
  /* min-height: 1rem; */
  padding-left: 0;
  margin-right: 0;
  cursor: pointer; 
}
  .custom-checkbox .custom-control-indicator {
    content: "";
    display: inline-block;
    position: relative;
    width: 30px;
    height: 10px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    vertical-align: middle;
    margin: 0 16px;
    box-shadow: none; 
  }
    .custom-checkbox .custom-control-indicator:after {
      content: "";
      position: absolute;
      display: inline-block;
      width: 18px;
      height: 18px;
      background-color: #f1f1f1;
      border-radius: 21px;
      box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
      left: -2px;
      top: -4px;
      -webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
      transition: left .3s ease, background .3s ease, box-shadow .1s ease; 
    }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #8bc34a;
    background-image: none;
    box-shadow: none !important; 
  }
    .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after {
      background-color: #8bc34a;
      left: 15px; 
    }
  .custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none !important; 
  }

  .btn.btn-border-none {
    border:none!important;
  }
  .btn.btn-hover-none:hover{
    background:none!important;
  }