/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


.noemployees {
margin: auto; 
border: 1px solid #cecece;
padding: 30px;
}

.level7.employeescheduler {
margin: 20px auto;
width: calc(100% - 250px);
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.level7.employeescheduler .orderbutton{
background-color: #5a6573;
}

.level7.employeescheduler .daybuttons .orderbutton,
.level7.employeescheduler.periodscheduler .orderbutton{
background-color: #5a6573;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
padding: 0px 0;
height: 30px;
border-radius: 4px;
}

.allperiodschedulebuttons{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
}

.nextandpriordays{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.employeestarttime{
margin-right: 20px;
}

.nextandpriordays button{
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}



.buttondividor{
-webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
width: 8px;
}

.level7.employeescheduler .orderbutton:hover{
background-color: #394350;
}

.howtousebuttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.employeescheduler .howtouse {
border-radius: 15px;
background-color: #2d82d6;
color: white;
font-weight: 700;
display: inline-block;
margin: 10px 2px;
padding: 3px 12px;
font-size: 12px;
cursor: pointer;
-webkit-transition: background .3s ease;
-o-transition: background .3s ease;
transition: background .3s ease;
height: 23px;
}

.employeescheduler .howtouse.menuhidden{
background-color: #3ea832;
}

.employeescheduler .howtouse.menuhidden:hover{
background-color: #257d1b;
}

.employeescheduler .howtouse:hover {
background-color: #035bb2;
}

.ajax_messages {
position: fixed;
z-index: 21;
top: 110px;
right: 40px;
width: 350px;
}

.ajax_message {
padding: 15px 20px;
margin-top: 10px;
-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
font-size: 14px;
border-radius: 3px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
position: relative;
top: 10px;
opacity: 0;
}

.ajax_message.showme {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
top: 0;
opacity: 1;
}

.linkbacktoprofile {
font-size: 16px;
display: block;
margin-bottom: 20px;
}

.ajaxcontainer {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
overflow: hidden;
}

.ajax_message.showme.hideajax {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
overflow: hidden;
opacity: 0;
}

.ajax_messages .ajax_error {
border-top: 3px solid red;
background-color: pink;
}

.ajax_messages .ajax_error i {
color: red;
}

.ajax_messages .ajax_success i {
color: green;
}

.ajax_messages .ajax_success {
border-top: 3px solid green;
background-color: lightgreen;
}

.show_ajax_messages.ajax_messages {
top: 115px;
opacity: 1;  
}





.jobselection1{
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
margin: 10px auto;
display: inline-block;
}

.employeescheduler .unscheduledjob a.jobselection1:hover {
color: #cecece;
}

/* left bar */

.unscheduledevents {
-webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
width: 250px;
background-color: #f1f1f1;
padding: 20px;
}

.smallsubtitle{
font-size: 12px;
font-weight: 500;
}

.employeescheduler .unscheduledjob div.jobinfobuttons{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.employeescheduler .unscheduledjob div.jobinfobuttons a,
.employeescheduler .unscheduledjob div.jobinfobuttons div{
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
width: initial;
margin: 5px 3px;
border: 1px solid rgba(255,255,255,.5);
padding: 7px;
-webkit-transition: background .3s ease, color .3s ease;
-o-transition: background .3s ease, color .3s ease;
transition: background .3s ease, color .3s ease;
font-size: 12px;
max-width: 150px;
}

.employeescheduler .unscheduledjob div.jobinfobuttons a:hover,
.employeescheduler .unscheduledjob div.jobinfobuttons div:hover{
color: black;
background-color: white;
}

.currentday{
font-size: 24px;
font-weight: 600;
margin-top: 20px;
margin-bottom: 10px;
}

.employeescheduler .bookingdate {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 15px auto;
border-top: 1px solid #c1c1c1;
padding: 10px 0px 0 0px;
}

.periodscheduler.employeescheduler .bookingdate {
display: block;
}

.employeescheduler .daybuttons.bottomborder{
padding-bottom: 10px;
border-bottom: 1px solid #c1c1c1;
margin-bottom: 10px;
}

.employeescheduler .daybuttons .orderbutton{
font-size: 13px;
}

.employeescheduler .bookingdate .input-group {
width: 165px;
}

.employeescheduler .bookingdate button {
display: inline-block;
width: 50px;
height: 33px;
margin: 0 0 0 10px;
padding: 5px;
}

.employeescheduler .daybuttons{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 5px;
}

.employeescheduler .daybuttons div,
.employeescheduler .daybuttons a {
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.employeescheduler .daybuttons .orderbutton {
width: 100%;
margin: 0;
padding: 5px;
height: 33px;
}

.employeescheduler .daybuttons div:nth-child(1),
.employeescheduler .daybuttons a:nth-child(1){
margin-right: 4px;
}

.employeescheduler .daybuttons a:nth-child(2){
margin-left: 4px;
}

.employeescheduler .createeventbutton .orderbutton {
width: 95%;
margin: 5px auto 5px auto;
padding: 5px;
height: 33px;
background-color: #33c733;
}

.employeescheduler .createeventbutton .orderbutton:hover {
background-color: #238423;
}

.jobselections {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
}

.hovereventcontainer {
height: 0;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
overflow: hidden;
}

.timerowlabels .employee.employeehour.lastblock{
width: 90px;
}

.closeinfo {
padding: 3px 5px;
background-color: #5a6573;
display: inline-block;
color: white;
border-radius: 2px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
cursor: pointer;
margin-left: 5px;
}

.closeinfo:hover {
background-color: #394350;
}

.hovereventinfo {
text-align: left;
font-size: 12px;
}

.hovereventinfo .unscheduledeventsheading {
width: 100%;
text-align: center;
}

.employeescheduler .unscheduledeventsheading {
margin-top: 10px;
padding-top: 20px;
border-top: 1px solid #c1c1c1;  
margin-bottom: 5px;
}

.employeescheduler form{
margin-bottom: 0;
}

.employeescheduler .unscheduledeventsheading.allowoverlap{
margin: 10px 0 0 0;
padding: 0;
}

.employeescheduler .unscheduledeventsheading.allowoverlap button {
width: 100%;
height: 48px;
padding: 5px;
background-color: #33c733;
margin: 10px auto 0 auto;
}

.employeescheduler .unscheduledeventsheading.allowoverlap button.overlapallowed {
background-color: #5aac71;
}

.employeescheduler .unscheduledeventsheading.allowoverlap button.overlapallowed:hover {
background-color: #48985e;
}

.employeescheduler .unscheduledeventsheading.allowoverlap button.overlapdisallowed {
background-color: darkgrey;
}

.employeescheduler .unscheduledeventsheading.allowoverlap button.overlapdisallowed:hover {
background-color: grey;
}

.employeescheduler .unscheduledjob div.numemployeesneededbox {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
margin-top: 10px;
}

.employeesneeded {
-webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
width: 30px;
height: 20px;
padding: 1px;
font-weight: 700;
font-size: 14px;
color: rgba(19,119,183,1);
border-radius: 10px;
background-color: white;
}

.employeesneedtext {
-webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
width: 135px;
padding: 3px 3px 3px 5px;
text-align: left;
}

.employeescheduler .unscheduledeventslisting {
border-bottom: 1px solid #c1c1c1;
padding: 0 0 25px 0;
height: 400px;
overflow-y: scroll; 
}

.employeescheduler .noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.employeescheduler .unscheduledjob {
font-size: 11px;
padding: 5px;
background-color: rgba(27,55,132,.55);
color: white;
border-radius: 4px;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
cursor: pointer;
-webkit-transition: background .3s ease;
-o-transition: background .3s ease;
transition: background .3s ease;
margin-top: 15px;
}

.employeescheduler .unscheduledjob:hover {
background-color: rgba(27,55,132,.85);
}

.assignmentinfo {
margin-top: 15px;
}

.employeescheduler .unscheduledjob div.assignmentbuttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}

.assignmentinfocontainer {
height: 0;
overflow: hidden;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}

.employeescheduler .unscheduledjob.selectedjob:hover {
background-color: rgba(27,55,132,.75);
}

.assignmentbutton {
padding: 5px;
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
margin: 15px 3px 3px 3px;
color: black;
font-size: 12px;
background-color: white;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
max-width: 150px;
}

.assignmentbutton.noclickevents {
pointer-events: none; /* prevents multiple assignments of unscheduled events */
}

.assignmentbutton:hover {
background-color: grey;
color: white;
}

.employeescheduler .unscheduledjob a {
color: white;
}

.employeescheduler .jobtitle  {
font-weight: 700;
}

.employeescheduler .unscheduledjob div {
display: block;
}

/* team calendar */
.teamcalendar {
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
text-align: left;
width: calc(100% - 250px);
-webkit-transition: width .3s ease-out;
-o-transition: width .3s ease-out;
transition: width .3s ease-out;
}

.teamcalendar.shrinkcalendar{
-webkit-box-flex: 0;
    -ms-flex: none;
        flex: none; 
width: calc(100% - 570px);
}

/* time grid */
.timeblock {
height: 15px;
position: relative;
top: -6px;
}

.timerowlabels {
width: 90px;
text-align: right;
-webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
padding-right: 5px;
overflow-y: scroll;
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
padding-top: 3px;
font-weight: 700;
color: #b1b1b1;
font-size: 14px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.timerowlabels::-webkit-scrollbar {
  display: none;
}



.timegrid {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.timegrid::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 50px;
z-index: 100;
}

.timegrid::before, .timegrid {
height: 770px;
}

.periodscheduler .timegrid::before, .periodscheduler .timegrid {
height: 750px;
}

/* team headings */
.teamheading{

overflow-x: scroll;
width: calc(100% - 110px); /* 90, the width of the time column + size of scroll bar */
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: 90px;
position: relative;
z-index: 1;
}




/* Hide scrollbar for Chrome, Safari and Opera */
.teamheading::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.teamheading {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.team {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.teamname {
background-color: #949da8;
border: 1px solid white;
padding: 4px 7px;
border-radius: 3px;
color: #f1f1f1;
font-weight: 800;
}

.teamname.noteam {
border: 1px solid white;
background: none;
}

.teamname.actualteam, .employee.actualemployee {
  -webkit-transition: background .3s ease, color .3s ease;
  -o-transition: background .3s ease, color .3s ease;
  transition: background .3s ease, color .3s ease;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
cursor: pointer;
}

.employee.actualemployee {
border-bottom: 1px solid #cdcfd1;
}

.employee {
font-size: 13px;
padding: 5px;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
display: inline-block;
background-color: #f1f1f1;
border-left: 1px solid white;
border-right: 1px solid white;
height: 50px;
border-radius: 3px;
color: #949da8;
font-weight: 700;
}

.teamname.actualteam:hover, .employee:hover {
background-color: grey;
color: white;
}

.employee.selectedemployee {
background-color: #5aac71;
color: white;
}

/*team grouping */

.teamgrouping {
display: inline-block;
text-align: center;
}

.teamtimematrix {
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
overflow: scroll;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}

.employee, .teamtimematrix .timeblock {
width: 160px;
}

.employeetimes {
position: relative;
}

.employeetimes.inactive {
background-color: #cecece;
}

.employeetimes.inactive .lastblock{
background-color: white;
}

.teamtimematrix .employee {
 display: block;
 background: none;
 height: 15px;
}

.teamtimematrix .employee:last-child {
border: none;
}

.teamtimematrix .employee.halfhour {
border-top: 1px solid #eeeeee;
}

.teamtimematrix .employee.employeehour {
border-top: 1px solid #e0e0e0;
}

/* employeejob */
.employeejob {
width: 158px; /* to support 1px margin on either side */
overflow: hidden; /*to hide titles that might overflow the div*/
position: absolute;
border-radius: 3px;
padding: 1px 1px 1px 5px;
background-color: rgba(27,55,132,.55);
font-size: 11px;
opacity: 0;
color: white;
text-align: left;
z-index: 3;
-webkit-transition: background .3s ease, margin .3s ease, -webkit-box-shadow .3s ease;
transition: background .3s ease, margin .3s ease, -webkit-box-shadow .3s ease;
-o-transition: background .3s ease, margin .3s ease, box-shadow .3s ease;
transition: background .3s ease, margin .3s ease, box-shadow .3s ease;
transition: background .3s ease, margin .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease;
margin: 1px 1px 0 1px;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* team job */

.employeejob.teamjob {
background-color: rgba(197,75,120,.55);
}

.employeejob.teamjob:hover {
background-color: rgba(197,75,120,.65);
}

.employeejob.actualjob.selectedjob.selectallemployeejobs.teamjob { /* for scheduled employeejobs that have been directly selected by user that have a team job */
background-color: rgba(197,75,120,.85);  
}

.employeejob.selectallemployeejobs.teamjob { /* for related employeejobs that have been scheduled that have a teamjob*/
background-color: rgba(197,75,120,.55);
}

.employeejob.selectallemployeejobs.teamjob:hover {
background-color: rgba(197,75,120,.85);
}

/* override for self schedule and self calendar */
.employeeselfschedule .employeejob.teamjob, .employeeaccessingcalendar .employeejob.teamjob {
background-color: rgba(27,55,132,.55);
}

.employeeselfschedule .employeejob.actualjob.selectedjob.selectallemployeejobs.teamjob, .employeeaccessingcalendar .employeejob.actualjob.selectedjob.selectallemployeejobs.teamjob {
background-color: rgba(27,55,132,.85);
}


/* style for jobs in progress or complete */

.employeejob.jobstarted {
border-left: 4px solid lightgreen;
}

.employeejob.jobcompleted {
border-left: 4px solid green;
}

.employeeselfschedule .employeejob.jobcompleted,
.employeeselfschedule .employeejob.jobstarted,
.employeeaccessingcalendar .employeejob.jobcompleted,
.employeeaccessingcalendar .employeejob.jobstarted{
border-left: none;
}







.employeejob.eventjob {
z-index: 4;
background-color: rgba(95,33,194,.55);
padding: 0 5px;
}

.employeejob.actualjob {
cursor: pointer;
z-index: 5;
padding: 0 5px;
}

.employeejob.actualjob.selectallemployeejobs { 
z-index: 6;
}

.employeejob.actualjob.selectedjob.selectallemployeejobs { /* for scheduled employee job that has been directly selected by user */
background-color: rgba(27,55,132,.85);
z-index: 7;
}

.employeejob.eventjob.selectedjob.selectallemployeejobs { /* for scheduled employee job that has been directly selected by user */
background-color: rgba(95,33,194,.85);
}

.employeejob.maxpriority { /* maxpriority set on hover of even so that blocker is on top of usercart so user can click remove */
z-index: 10 !important;
}

.unscheduledjob.selectedjob.selectallemployeejobs { /*to highlight an unschedule job that has been selected directly */
background-color: rgba(27,55,132,.75);
}

.employeejob.selectallemployeejobs { /* for related employeejobs that have been scheduled */
background-color: rgba(27,55,132,.55);
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
margin-left: 13px;
-webkit-box-shadow: -10px 10px 10px rgba(0, 0, 0, .4);
        box-shadow: -10px 10px 10px rgba(0, 0, 0, .4);
margin-top: -5px;
}

.unscheduledjob.selectallemployeejobs { /*to highlight an unschedule job that has been selected indirectly (i.e. user clicked on  job and entire complement of ees hasn't been filled) */
background-color: rgba(27,55,132,.85);
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
}

.employeejob.selectallemployeejobs:hover, .unscheduledjob.selectallemployeejobs:hover {
background-color: rgba(27,55,132,.85);
}

.employeejob.faviconmargin a {
margin: 0 3px;
}

.employeejob.faviconmargin .moreemployeejobinfo {
margin-left: 3px;
}

.employeejob.selectedjob,
.employeejob.selectallemployeejobs {
-webkit-backdrop-filter: blur(0.6px);
        backdrop-filter: blur(0.6px);
}

.employeejob.eventjob.selectedjob, 
.employeejob.eventjob.selectedjob:hover,
.employeejob.eventjob.selectallemployeejobs:hover{
background-color: rgba(95,33,194,.85);
}

.employeejob:hover {
background-color: rgba(27,55,132,.85);
}

.employeejob.maxpriority, .employeejob.maxpriority .showmoreinfo{
color: white;
}



.employeejob.eventjob:hover,
.employeejob.eventjob.selectallemployeejobs {
background-color: rgba(95,33,194,.65);
}

.employeejobtitle{
display: none;
}

.prospectwrapper .employeejobtitle{
display: block;
}

.employeejobpaneltitle {
cursor: pointer;
display: inline;
}

.employeejobpaneltitle:hover {
color: #6ae86a;
}

.employeejobinfo {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
margin: 0 -3px;
text-align: left;
border: 2px solid black;
border-radius: 3px;
display: none;
height: 0;
}

.employeejob .showmoreinfo {
color: white;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
cursor: pointer;
display: inline-block;
display: none; /*to hide icons as actions will be controlled via side panel*/
}

.moreemployeejobinfo {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
display: none;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.showmoreinfo.justinfo .fa-spinner,
.showmoreinfo.removejob .fa-spinner{
position: relative;
top: 8px;
}

.showmoreinfo.removejob{
display: none !important; /*never allow this button to be shown*/
}

/* employee shfft */
.employeejob.employeeshift {
background-color: rgba(33,67,213,.04);
}

/* delete event */
.employeejob.unscheduledevent {
display: none;
background-color: rgba(85,200,86,.20);
}

.unscheduledapptstatus {
display: none;
}

.mobileschedulerbutton {
display: none;
}

.bottomnavbar{
display: none;
}

.unscheduledplaceholderjob{
display: none !important; /*this placeholder should never be shown*/
}

.mainsideappointmentblockcontent .description-popup {
width: 160px;
}

.sideappointmentblock .apptblockassigned.apptblockelement.unassignedjob{
padding-top: 10px;
padding-bottom: 15px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
}

.sideappointmentblock .apptblockassigned.apptblockelement.unassignedjob .numemployeesneededbox{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 12px;
margin-top: 10px;
}

.sideappointmentblock .apptblockassigned.apptblockelement.unassignedjob .numemployeesneededbox .employeesneeded{
display: block;
font-size: 12px;
-webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
text-align: center;
}

.sideappointmentblock .apptblockassigned.apptblockelement.unassignedjob .employeeheadshotpicture {
display: none;
}

@media (min-width: 678px) { /* prevents this from being applied on small screens */

  .level7.employeescheduler.hidemenuforscheduler{
    width: 100%;
  }

  .profilemenu.hidemenuforscheduler {
  width: 0;
  overflow: hidden;
  height: 0;  
  }
  
}


@media (min-width: 992px) { /* prevents this from being applied on small screens */

  .level7.employeescheduler.hidemenuforscheduler{
    width: calc(100% - 30px);
  }

}

@media (max-width: 1200px) {
  .teamheading {
    overflow-x: scroll;
    width: calc(100% - 90px); /* ensures that heading extends all the way to right of screen as there is no 20px scroll bar on smaller devices like there is on desktop */
  }
}

@media (max-width: 992px) {

  .allperiodschedulebuttons {
  display: block;
  }

  .employeescheduler .unscheduledjob div.jobtime{
  display: inline-block;  
  }

  .level7.employeescheduler.periodscheduler .orderbutton.gobutton{
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 150px;
  display: inline-block;  

  }

  .allperiodschedulebuttons .nextandpriordays{
  display: inline-block;
  width: 304px;
  text-align: left;
  }

  .allperiodschedulebuttons .nextandpriordays div{
  display: none;
  width: 0;
  }

  .allperiodschedulebuttons .nextandpriordays button{
  display: inline-block;
  }

  .unscheduledjob.onlinebookingsblock{
  margin: 10px auto 0 auto;
  border-radius: 2px;
  }

  .currentday{
  margin-bottom: 0;
  }

  .noemployees {
  margin: 0 auto 0 auto;
  width: 100%;
  text-align: center;
  }

  .timegrid {    
    padding-bottom: 30px;
  }

  .timegrid::before, .timegrid {
  height: 700px;
  }

  .mobileschedulerbutton {
  display: inline;
  }
  
  .unscheduledapptstatus {
  display: inline;
  }

  .schedulercurrentdate {
  display: inline;
  }

  .forthisday{
  display: none;
  }

  .currentday {
  font-size: 15px;
  margin-top: 0;
  }

  /*.employeescheduler .howtouse,*/
  .forthisday,
  .employeescheduler .daybuttons,
  .selectioninstructions {
  display: none;
  }

  .teamcalendar {
  width: 100%;
  }

  .unscheduledevents {
  padding: 30px 10px 10px 10px;
  width: 100%;
  margin-bottom: 20px;  
  }

  .employeescheduler .daybuttons.bottomborder .orderbutton {
  font-size: 11px;
  }

  .level7.employeescheduler.periodscheduler .orderbutton{  
  width: calc(100% - 6px);
  max-width: 150px;
  }

  .level7.employeescheduler {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 220px);
  margin: 0;
  }

  .employeescheduler .unscheduledeventslisting {
  height: 220px;
  border-bottom: none;
  padding-bottom: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  height: 0;
  padding: 0 5px;  
  background-color: #e2e6ee;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  }

  .employeescheduler .unscheduledeventsheading.allowoverlap button {
  width: 100%;
  font-size: 12px;
  height: 42px;
  }

  .employeescheduler .unscheduledeventsheading.allowoverlap {
  margin: 0;
  }

  .employeescheduler .unscheduledeventsheading.unscheduledeventsbutton1 {
  border-top: none;
  margin-top: 10px;
  background-color: darkgrey;
  padding: 5px 0;
  border-radius: 2px;
  cursor: pointer;
  color: white;
  font-weight: 700;
  
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */

  }

  .employeescheduler .unscheduledeventsheading{
  border: none;
  margin-bottom: 0;
  }

  .employeescheduler .unscheduledeventsheading.unscheduledeventsbutton1:hover {
  background-color: grey;
  }

  .employeescheduler .bookingdate .input-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  }

  .employeescheduler .bookingdate{
  padding: 10px 0 0 0;
  border-top: none;
  margin: 0;
  }

  .unscheduledeventslisting.showlisting {
  height: 230px;    
  }

}

@media (max-width: 767px) {

  .level7.employeescheduler {
  margin-top: -15px;
  }

  .scheduleminutes {
  display: none;
  }

  .linkbacktoprofile {
  margin-bottom: 10px;
  }

 .ajax_messages {
    z-index: 100;    
    top: 50px;
    left: 10px;
    right: 0;
    width: 280px;
  }

  .timegrid::before, .timegrid {
  height: 500px;
  }
  
  .employeescheduler .unscheduledeventsheading.allowoverlap button {
  height: 25px;
  font-weight: 500;
  overflow: hidden;
  }

  .overlapdisallowed .smallsubtitle {
  display: none;
  }

  .timerowlabels {
  width: 40px;
  font-size: 10px;
  }

  .teamheading {
  margin-left: 40px;
  width: calc(100% - 40px)
  }

  .level7.employeescheduler {
    width: 100%;
  }

  .unscheduledevents {
  padding: 15px 10px 10px 10px;
  }

  .howtousebuttons {
  display: none;
  }

  .teamgrouping {
  font-size: 12px;
  }

  .employeescheduler .form-control, .employeescheduler .input-group-addon, .level7.employeescheduler .orderbutton {
  padding: 6px;
  height: 30px;
  font-size: 12px;
  }
}

@media (max-width: 1500px) {

  /* to support mobile nav */

  .employeejobpaneltitle .glyphicon-new-window{
  display: none;
  }

  .employeescheduler .showmoreinfo {
    display: none;
  }

  .employeejobpaneltitle:hover{
  color: white;
  }

  .bottomnavbar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: -100px; 
    width: 100%;
    background-color: white;
    z-index: 1000;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .movebarup.bottomnavbar {
  bottom: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  }

  .bottomnavbar div, 
  .bottomnavbar a,
  .bottomnavbar a:visited,
  .bottomnavbar a:active,
  .bottomnavbar a:link {
  display: none;
  padding: 8px;
  border: 1px solid #ececec;
  text-align: center;
  cursor: pointer;
  color: lightgrey;
  font-size: 20px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  }

  .bottomnavbar div.showthisbutton, .bottomnavbar a.showthisbutton{
    display: block;    
    -webkit-box-flex: 1;    
        -ms-flex: 1;    
            flex: 1;
  }

  .bottomnavbar div.navdescription{
  display: block;
  padding: 0;
  font-size: 10px;
  font-weight: 700;
  border: none;
  margin-top: 3px;
  }

  .bottomnavbar a.showthisbutton:hover{
  color: lightgrey;
  }

  .bottomnavbar .employeejobinfo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 0;
  overflow: hidden;
  }
  
  .bottomnavbar div:hover {
  background-color: white;
  color: lightgrey;
  }

}

/* period scheduler */
.employeescheduler.periodscheduler .bookingdate .input-group {
width: 100%;
}

.employeescheduler.periodscheduler .bookingdate select {
width: 100%; 
font-size: 14px;
color: rgb(84, 84, 84);
border-radius: 4px;
border: 1px solid rgb(204, 204, 204);
}

.employeescheduler.periodscheduler .bookingdate {
border: none;
margin: 5px 0;
}

.employeescheduler.periodscheduler .errorlist {
font-size: 14px;
}


.employeescheduler.periodscheduler .teamname {
font-size: 13px;
}

.employeescheduler.periodscheduler .teamname.actualteam:hover {
background-color: #949da8;
color: #f1f1f1;
cursor: initial;
}

.employeenameheader {
color: black;
font-size: 16px;
margin-bottom: 20px;
}

.employee.actualemployee.collapsedemployee{
height: 0;
overflow: hidden;
padding: 0;
border: none;
}

@media (max-width: 992px) {

  .employeenameheader {
  margin: 10px 0;
  }

  .employeescheduler.periodscheduler .bookingdatebox .bookingdate {
  margin: 0 3px;
  padding-top: 0;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  }

  .employeescheduler.periodscheduler .errorlist {
  font-size: 12px;  
  }

  .employeescheduler.periodscheduler .orderbutton {
  margin-top: 0;    
  }

  .bookingdatebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  }

}

@media (max-width: 767px) {


.employeescheduler.periodscheduler .teamname {
font-size: 11px;
}


.employeenameheader {
font-size: 15px;
}

.employeescheduler.periodscheduler .bookingdate select {
padding: 2px;
font-size: 12px;
}

}


/* employee self scheduling */

.employeeselfschedule .daybuttons.bottomborder {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}

.employeeselfschedule .employeeheadercontainer,
.employeeselfschedule .employeeheadercontainer .employee.actualemployee{
-webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
width: 100%;
}

.employeeselfschedule .teamgrouping, .employeeselfschedule .team, .employeeselfschedule .employeetimes {
width: calc(100% - 1px);
}

.employeeselfschedule .employeejob {
width: 100%;
}
.employeeselfschedule .employee, .employeeselfschedule .teamtimematrix .timeblock {
width: initial;
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

/* how to video */

.howtousecontainer{
display: none;
}

.howtousecontainer.showhowtousecontainer {
display: block;
position: absolute;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
z-index: 10000;
background-color: rgba(0,0,0,.7);
text-align: center;
padding: 5vh 5% 0 5%;
}

.howtousecontainer iframe{
width: 1100px;
height: 620px;
}

.closehowtocontainer{
color: white;
cursor: pointer;
margin-top: 15px;
font-size: 20px;
}

.closehowtocontainer:hover{
color: #cecece;
}

@media (max-width: 767px) {

  .howtousecontainer,
  .howtousecontainer.showhowtousecontainer{
  display: none;  
  }

}


@media (max-width: 600px) {

  .level7.employeescheduler.periodscheduler .nextandpriordays{
  width: 154px;
  }

  .level7.employeescheduler.periodscheduler .orderbutton.gobutton,
  .level7.employeescheduler.periodscheduler .nextandpriordays .orderbutton{
  width: 75px;
  }

}

/* employee location */

.gps_status{
font-size: 12px;
padding: 4px 0;
height: 25px;
background-color: #f1f1f1;
border: 1px solid white;
border-radius: 3px;
-webkit-transition: background .3s ease;
-o-transition: background .3s ease;
transition: background .3s ease;
border-bottom: 1px solid #949da8;
}

.employeescheduler .gps_status.lock_out_gps_status,
.employeescheduler .gps_status.lock_out_gps_status:hover{
background-color: #f1f1f1;
cursor: initial;
pointer-events: none;
}

.gps_status .gpscontents i,
.gps_status .gpscontents{
color: #adadad;
-webkit-transition: color .3s ease;
-o-transition: color .3s ease;
transition: color .3s ease;
}

.gps_status.showtext .gpscontents i,
.gps_status.showtext .gpscontents{
color: grey;
}

.gps_status{
cursor: pointer;
}

.gps_status:hover{
background-color: #dbdbdb;
}

.employeelocation{
width: calc( 100% - 510px );
height: 880px;
position: absolute;
top: 40px;
left: 500px;
z-index: 99; /*will prevent this from being over top of mobile menu*/
background-color: white;
text-align: left;
-webkit-transition: top .3s ease, opacity .3s ease;
-o-transition: top .3s ease, opacity .3s ease;
transition: top .3s ease, opacity .3s ease;
display: none;
opacity: 0;
}

.hidemenuforscheduler .employeelocation{
left: 282px;
width: calc( 100% - 292px );
}

.employeelocationactualname .gpsblinker{
margin-right: 5px;
}

.trackinginformation{
padding: 15px;
}

.employeelocation.moveup{
opacity: 1;
top: 20px;
}

.employeelocation.movedown{
top: 40px;
opacity: 0;
}

.employeelocation {
z-index: 100;
}

.employeelocation iframe{
width: 100%;
height: 805px;
}

.employeelocationtitle{
background-color: #f1f1f1;
padding: 10px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
}

.employeelocationlastupdated_placeholder{
height: 23px;
}

.employeelocationname{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.employeelocationname i.fa-square-xmark{
font-size: 32px;
margin-left: 10px;
color: red;
-webkit-transition: color .3s ease;
-o-transition: color .3s ease;
transition: color .3s ease;
position: relative;
top: -5px;
}

.employeelocationname i.fa-square-xmark:hover{
color: darkred;
cursor: pointer;
}

.employeelocationactualname{
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

@media (max-width: 1200px) {

  .hidemenuforscheduler.employeescheduler.periodscheduler .employeelocation{
  height: 825px;
  }

  .hidemenuforscheduler.employeescheduler.periodscheduler .employeelocation iframe{
  height: 745px;
  }

}

@media (max-width: 992px) {

  .employeelocationlastupdated_placeholder{
  height: 0;
  }

  .hidemenuforscheduler .employeelocation{
  left: 10px;
  width: calc( 100% - 20px );
  }

  .employeelocationtitle{
  background-color: white;
  }

  .employeelocation{
  top: 258px;
  left: 230px;
  width: calc( 100% - 240px );
  height: 810px;
  }

  .employeelocation.moveup{
  top: 238px;
  }

  .employeelocation.movedown{
  top: 258px;  
  }

  .employeelocation iframe{
  width: 100%;
  height: 730px;
  }

  .employeescheduler.periodscheduler .employeelocation{
  top: 270px;
  height: 845px;    
  }

  .employeescheduler.periodscheduler .employeelocation iframe{
  height: 770px;
  }

  .employeescheduler.periodscheduler .employeelocation.moveup{
  top: 250px;
  }

  .employeescheduler.periodscheduler .employeelocation.movedown{
  top: 270px;
  }

  .hidemenuforscheduler.employeescheduler.periodscheduler .employeelocation{
  left: 0;
  width: 100%;        
  height: 843px;
  }

  .hidemenuforscheduler.employeescheduler.periodscheduler .employeelocation iframe{
  height: 760px;
  }

}

@media (max-width: 767px) {

  .employeelocation{
  top: 220px;
  left: 10px;
  width: calc( 100% - 20px );
  height: 622px;
  }

  .employeescheduler.periodscheduler .employeelocation{
  left: 0;
  width: 100%;  
  top: 245px;
  }

  .employeescheduler.periodscheduler .employeelocation iframe{
  height: 813px;
  }

  .employeescheduler.periodscheduler .employeelocation.moveup{
  top: 225px;
  }

  .employeescheduler.periodscheduler .employeelocation.movedown{
  top: 245px;
  }

  .employeelocationtitle{
  padding-left: 10px;
  }

  .employeelocation.moveup{
  top: 200px;
  }

  .employeelocation.movedown{
  top: 220px;  
  }  

  .employeelocation iframe{
  width: 100%;
  height: 548px;
  }

}

@media (max-width: 480px) {

  .employeelocation{
  left: 0;
  width: 100%;  
  }

  .employeelocationtitle{
  padding-left: 16px;
  }

  .employeelocationname i.fa-square-xmar{
  position: relative;
  top: -5px;
  right: 1px;
  }

}



/* Styling for the prompt overlay and box */

#removal-prompt-overlay {
position: fixed; /* Sit on top of the page content */
display: none; /* Hidden by default */
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
z-index: 1050; /* Make sure it sits on top */
cursor: pointer; /* Add a pointer on hover */
}

#removal-prompt {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
background-color: white;
padding: 25px;
border-radius: 8px;
text-align: center;
-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
cursor: default;
}

#removal-prompt p {
margin-bottom: 20px;
font-size: 1em;
}

.prompt-buttons button.btn {
margin: 0 10px 10px 10px;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
width: 150px;
background-color: #5a6573;
-webkit-transition: background .3s ease;
-o-transition: background .3s ease;
transition: background .3s ease;
outline: none !important;
border: none;
}

.prompt-buttons button.btn:hover {
background-color: #394350;
color: white;
}

#confirm-removal{
background-color: red;
}

#confirm-removal:hover{
background-color: darkred;
}

/* Example button styling (assuming you might use Bootstrap or similar) */
.btn-danger {
background-color: #dc3545;
color: white;
}

.btn-secondary {
background-color: #6c757d;
color: white;
}