/** * All of the CSS for your admin-facing functionality should be * included in this file. */ @font-face { font-family: 'absolute-reviews-icons'; src: url("../../fonts/absolute-reviews-icons.woff") format("woff"), url("../../fonts/absolute-reviews-icons.ttf") format("truetype"), url("../../fonts/absolute-reviews-icons.svg") format("svg"); font-weight: normal; font-style: normal; font-display: swap; } [class^="abr-icon-"], [class*=" abr-icon-"] { font-family: 'absolute-reviews-icons' !important; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .abr-icon-comment:before { content: "\e905"; } .abr-icon-eye:before { content: "\e903"; } .abr-icon-watch:before { content: "\e904"; } .abr-icon-funds-fill:before { content: "\e902"; } .abr-icon-x:before { content: "\e901"; } .abr-icon-check:before { content: "\e900"; } .abr-icon-star-half:before { content: "\e938"; } .abr-icon-star-full:before { content: "\e939"; } .abr-icon-star-empty:before { content: "\e93a"; } /*--------------------------------------------------------------*/ /* Basic -------------------------------------------------------------- */ .abr-metabox-wrap .abr-metabox-tabs { background: none; border: none; display: flex; margin: 0; padding: 0; border-radius: 0; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation { display: flex; flex-direction: column; border: none; border-right: 1px solid #eee; background: #FAFAFA; flex: 0 0 200px; margin: 0; padding: 0; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation:before { display: none; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation li { display: block; background: transparent; border: none; margin: 0; padding: 0; float: none; outline: none; box-shadow: none; border-radius: 0; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation li a { border: none; border-bottom: 1px solid #eee; position: relative; display: block; font-size: 0.8125rem; line-height: 1.25rem; padding: 0.625rem; text-decoration: none; outline: none; box-shadow: none; color: #0073aa; float: none; cursor: pointer; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation li a:hover { color: #00a0d2; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation li.ui-tabs-active { margin: 0; padding: 0; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation li.ui-tabs-active a { background-color: #eee; color: #555; cursor: pointer; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-content { flex-grow: 1; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-content .ui-tabs-panel { padding: 0; border-radius: 0; } @media screen and (max-width: 768px) { .abr-metabox-wrap .abr-metabox-tabs { flex-direction: column; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation { flex: 0 0 100%; } } .abr-metabox-wrap .abr-metabox-field { display: flex; position: relative; flex-direction: column; } .abr-metabox-wrap .abr-metabox-field:last-child { border-bottom: none; } .abr-metabox-wrap .abr-metabox-field .abr-metabox-label { position: relative; flex: 0 0 100%; float: none; margin: 0; padding: 1rem 1rem 0.5rem; box-sizing: border-box; } .abr-metabox-wrap .abr-metabox-field .abr-metabox-label label { display: block; font-size: 14px; line-height: 1.4em; margin: 0 0 3px; } .abr-metabox-wrap .abr-metabox-field .abr-metabox-input { position: relative; flex: 0 0 100%; margin: 0; padding: 1rem 1rem 0.5rem; box-sizing: border-box; } .abr-metabox-wrap .abr-metabox-field .abr-metabox-input input[type="number"], .abr-metabox-wrap .abr-metabox-field .abr-metabox-input input[type="text"], .abr-metabox-wrap .abr-metabox-field .abr-metabox-input select, .abr-metabox-wrap .abr-metabox-field .abr-metabox-input textarea { width: 100%; } .abr-metabox-wrap .abr-metabox-field .abr-metabox-input input[type="number"].short, .abr-metabox-wrap .abr-metabox-field .abr-metabox-input input[type="text"].short, .abr-metabox-wrap .abr-metabox-field .abr-metabox-input select.short, .abr-metabox-wrap .abr-metabox-field .abr-metabox-input textarea.short { max-width: 100px; } @media (min-width: 1200px) { .abr-metabox-wrap .abr-metabox-field { flex-direction: row; } .abr-metabox-wrap .abr-metabox-field .abr-metabox-label { flex: 0 0 20%; padding: 1rem 1.25rem; } .abr-metabox-wrap .abr-metabox-field .abr-metabox-input { flex: 0 0 80%; padding: 1rem 1.25rem; } } .abr-metabox-wrap .abr-metabox-switcher { display: flex; position: absolute; top: -2rem; right: 1rem; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-switch { border: 2px solid #555d66; box-sizing: border-box; color: #fff; cursor: pointer; display: flex; height: 1.75rem; height: 18px; padding: 0; position: relative; vertical-align: middle; width: 36px; margin-right: 0.5rem; border-radius: 9px; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-switch .abr-metabox-switch-on { position: absolute; top: 2px; left: 2px; width: 10px; height: 10px; z-index: 1; background: #6C7781; border-radius: 50%; transition: all 0s ease 0.25s; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-switch .abr-metabox-switch-off { border: 2px solid #6c7781; display: block; position: absolute; top: 2px; right: 2px; width: 7px; height: 7px; z-index: 1; border-radius: 50%; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-switch .abr-metabox-switch-slider { position: absolute; top: 2px; left: 2px; width: 10px; height: 10px; z-index: 1; background: #6C7781; border-radius: 50%; transition: all 0.25s ease; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-checkbox { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 2; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-checkbox:checked + .abr-metabox-switch { border-color: #11A0D2; background: #11A0D2; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-checkbox:checked + .abr-metabox-switch .abr-metabox-switch-on { top: 4px; left: 6px; width: 2px; height: 6px; background: #FFFFFF; transition: none; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-checkbox:checked + .abr-metabox-switch .abr-metabox-switch-off { opacity: 0; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-checkbox:checked + .abr-metabox-switch .abr-metabox-switch-slider { background: #FFFFFF; top: 2px; left: calc(50% + 4px); } .abr-metabox-wrap .abr-metabox-repeater { width: 100%; } .abr-metabox-wrap .abr-metabox-repeater > table { width: 100%; border: none; border-collapse: collapse; } .abr-metabox-wrap .abr-metabox-repeater > table tr { background: #FFFFFF; width: 100%; } .abr-metabox-wrap .abr-metabox-repeater > table tr th { text-align: left; } .abr-metabox-wrap .abr-metabox-repeater > table tr th, .abr-metabox-wrap .abr-metabox-repeater > table tr td { border: none; vertical-align: top; } .abr-metabox-wrap .abr-metabox-repeater > table tr.ui-sortable-helper { display: table; } .abr-metabox-wrap .abr-metabox-repeater > table tr.ui-sortable-placeholder { background: #F9F9F9; } .abr-metabox-wrap .abr-metabox-repeater > table tr.ui-state-highlight td { background: #F9F9F9; border: 1px dashed #D8D8D8; } .abr-metabox-wrap .abr-metabox-repeater .btn-add-row { margin: 1rem 1.25rem; } .abr-metabox-wrap .abr-metabox-repeater .row-content input, .abr-metabox-wrap .abr-metabox-repeater .row-content textarea { width: 100%; } .abr-metabox-wrap .abr-metabox-repeater .row-content input[type="number"] { max-width: 100px; } .abr-metabox-wrap .abr-metabox-repeater .row-content p { width: 100%; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar { position: relative; border-bottom: 1px solid #EFEFEF; padding: 1rem 1.25rem; zoom: 1; cursor: move; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar .handlediv { display: block !important; background-position: 6px 5px; visibility: hidden; width: 27px; height: 26px; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar .handlediv:before { content: "\f142"; cursor: pointer; display: inline-block; font: 400 20px/1 Dashicons; line-height: .5; padding: 8px 10px; position: relative; right: 12px; top: 0; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar.closed .handlediv:before { content: "\f140"; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar .delete { color: red; font-weight: 400; line-height: 26px; text-decoration: none; position: relative; visibility: hidden; float: right; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar .signature { display: inline-block; padding-right: 100px; line-height: 26px; font-weight: 700; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar .signature span { opacity: 0.5; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar:hover .handlediv, .abr-metabox-wrap .abr-metabox-repeater .row-topbar:hover .delete { visibility: visible; } .abr-metabox-wrap .abr-metabox-repeater .row-fields { border-bottom: 1px solid #EFEFEF; background-color: #FDFDFD; } .abr-metabox-wrap .abr-metabox-repeater .row-body { padding: 1rem 1.25rem; } /* Reviews -------------------------------------------------------------- */ #abr_review_metabox .handlediv { display: none; } #abr_review_metabox .inside { display: block; margin: 0; padding: 0; } #abr_review_metabox .hidden { display: none; } #abr_review_metabox .handle-actions { display: none; } #abr_review_metabox .abr-metabox-tabs { display: none; } #abr_review_metabox .abr-metabox-tabs[checked="checked"] { display: flex; } #abr_review_metabox .review-repeater-simple .row-fields { border: none; background: none; } #abr_review_metabox .review-repeater-simple .row-body { position: relative; padding: 0.5rem 2rem; } #abr_review_metabox .review-repeater-simple .row-handle { position: absolute; top: 50%; left: 0; transform: translateY(-50%); justify-content: center; align-items: center; margin: 0; font-size: 1rem; color: #000000; text-decoration: none; cursor: move; } #abr_review_metabox .review-repeater-simple .btn-remove-row { position: absolute; top: 50%; right: 0; transform: translateY(-50%); justify-content: center; align-items: center; margin: 0; font-size: 1rem; color: #555d66; text-decoration: none; } #abr_review_metabox .review-repeater-simple .btn-remove-row:hover { color: #000000; } #abr_review_metabox .review-repeater-simple + .btn-add-row { margin-left: 0; margin-right: 0; } @media (min-width: 768px) { #abr_review_metabox .review-field-grid { display: flex; flex-wrap: wrap; } #abr_review_metabox .review-field-grid .review-field-criterion-name { flex: 1 0 70%; } #abr_review_metabox .review-field-grid .review-field-criterion-number { flex: 1 0 30%; padding-left: 2rem; box-sizing: border-box; } #abr_review_metabox .review-field-grid .review-field-criterion-number input { max-width: 100%; width: 100%; } #abr_review_metabox .review-field-grid .review-field-criterion-desc { flex: 1 0 100%; } #abr_review_metabox .review-field-grid .review-field-criterion-desc textarea { min-height: 80px; } } /* Widget -------------------------------------------------------------- */ .widget[id*="abr_reviews_posts_widget"] .widget-content fieldset { border: 1px solid #DDDDDD; margin-top: 0.5rem; padding: 0 0.75rem; } .widget[id*="abr_reviews_posts_widget"] .abr-large-post, .widget[id*="abr_reviews_posts_widget"] .abr-small-post { display: none; } .widget[id*="abr_reviews_posts_widget"][template="reviews-3"] .abr-simple-post, .widget[id*="abr_reviews_posts_widget"][template="reviews-4"] .abr-simple-post, .widget[id*="abr_reviews_posts_widget"][template="reviews-5"] .abr-simple-post { display: none; } .widget[id*="abr_reviews_posts_widget"][template="reviews-3"] .abr-large-post, .widget[id*="abr_reviews_posts_widget"][template="reviews-3"] .abr-small-post, .widget[id*="abr_reviews_posts_widget"][template="reviews-4"] .abr-large-post, .widget[id*="abr_reviews_posts_widget"][template="reviews-4"] .abr-small-post, .widget[id*="abr_reviews_posts_widget"][template="reviews-5"] .abr-large-post, .widget[id*="abr_reviews_posts_widget"][template="reviews-5"] .abr-small-post { display: block; } Education – Intellibotics https://intellibotics.co.uk The Best Automated Experience Wed, 20 Nov 2024 13:16:25 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.2 https://intellibotics.co.uk/wp-content/uploads/2022/08/cropped-output-onlinepngtools-81-32x32.png Education – Intellibotics https://intellibotics.co.uk 32 32 Good Reasons to Call Out of Work + Bad Excuses to Avoid https://intellibotics.co.uk/good-reasons-to-call-out-of-work-bad-excuses-to/ https://intellibotics.co.uk/good-reasons-to-call-out-of-work-bad-excuses-to/#respond Tue, 13 Jun 2023 12:42:22 +0000 https://intellibotics.co.uk/?p=2863 reasons to call out of work

You can experience rough patches and occasional unavoidable emergencies. But when these issues become too frequent, people start to ask questions. You may see a list of accepted reasons or procedures for making last-minute requests. Follow those rules to a tee to avoid any confusion and frustration. That said, try to get things fixed or come up with another source of transportation as soon as possible. Some bosses understand the struggle and how debilitating a lack of proper transportation can be.

  1. Depending on what it is and your work situation, you might be able to get away with this.
  2. Don’t give a reason that sounds like it’s something you would have known about days before.
  3. However, since your blood donation is pre-scheduled, it’s best to inform your manager the previous day, and you can then call in sick the next morning.

Mental Health Day

Feeling ill is one of the best excuses for missing work, as your company/boss will not want you in the office if you’re sick and possibly contagious. If your employer isn’t understanding, that could open up doors to legal issues due to the challenge of your religious freedom. Companies must respect your personal and spiritual needs. That’s why this reason for missing work is rarely contested. This isn’t an excuse to get out of work that you should use often.

My nanny called in sick at the last minute this morning and I can’t find anyone else to watch our kids. I’m ok, I’ve called the police department, but I have to wait on someone to get here and contact the insurance company. My flight was canceled due to bad weather and I won’t be back in town until tomorrow. Unfortunately, I won’t be able to come into work today. Apologies that this is last minute, I wanted to get to you as much advance notice as I could. Someone is filling in for me on the meetings today and taking notes.

I just received the notification and the window for delivery is all day. I’m sorry for the late notice, but I guess that’s how appliance deliveries work. Depending on what it is and your work situation, you might be able to get away with this.

How to ask for time off in 7 steps

reasons to call out of work

While most employers understand the need to care for a sick pet, it’s important to be professional and adhere to company policies when requesting time off. For example, if a close family friend passes away and the funeral is held during your regular working hours, you may need to take time off work. It’s crucial to inform your employer of the situation and provide as much notice as possible. In most cases, employers will understand and allow the necessary time off. Mental health is just as important as physical health, and sometimes you may need to take a day off to take care of your psychological wellbeing.

Good Excuses vs. Bad Excuses

Here are five things your career should not be in your life—and what your career absolutely can be. While that is not common, note that some states have “at-will” employment laws, meaning your employers can fire you for any reason or even no reason. And, of course, not finding a replacement to cover your shift might be one of those reasons. Ideally, the move-out process should be scheduled on weekends or during off-work hours. According to the law, employers must give their workers unpaid or paid time off (PTO) for jury duties. They will ask you to show the jury summons as proof, so prepare it before calling off work.

If you find yourself unable to get to work due to a transportation problem, contact your employer immediately. Be prepared to discuss potential solutions, such as finding alternative transportation or doing your work from home. Internet outages can prevent remote workers from completing tasks and may require taking a few hours or even a full day off of work. Contact your employer as soon as you detect a problem and find out how quickly the issue can be resolved.

Some companies have a formal bereavement leave policy to cover death in the family, so be sure to check your employee handbook for guidelines. If not, you can talk to human resources or your manager directly about what happened and why you need time off. Loss is something we can all relate to, and your boss should understand that you need to take time for this. But being sick is just one of many good excuses for missing work. It’s important to understand when you need to take a step back.

Be sure to share with your supervisor what you learned at the conference when you return. I’ve had a lot going on lately between tax season and the move into the new house. I took the last pill today and I have to take the reasons to call out of work day off to talk to my doctor and go to the pharmacy.

Personal emergencies are unexpected events that require immediate attention. These could include a break-in at your home, a sudden financial issue, or an unexpected legal matter. For instance, if there’s a significant religious holiday that you observe which falls on a workday, you’ll need to request a day off.

]]>
https://intellibotics.co.uk/good-reasons-to-call-out-of-work-bad-excuses-to/feed/ 0
32 Bulletproof Excuses to Get Out of Work And Exactly What to Say to Your Boss https://intellibotics.co.uk/32-bulletproof-excuses-to-get-out-of-work-and/ https://intellibotics.co.uk/32-bulletproof-excuses-to-get-out-of-work-and/#respond Tue, 13 Jun 2023 09:28:04 +0000 https://intellibotics.co.uk/?p=2893 reasons to call out of work

In most cases, medical appointments are scheduled in advance. Many companies have an official bereavement policy to cover family deaths, so make sure you have checked the employee handbook guidelines. If none of such policies are mentioned in the guide, talk to your manager or human resources directly and explain why you must take a few days off. Transportation issues, such as car trouble or public transit delays, can prevent employees from reaching work on time.

Whether you stay at the company you’re at now or you transition to an entirely different industry, your priority should be to complete your education. When it comes to bulletproof excuses to get out of work, this might be at the top of the list. If you get called for jury duty, you have no choice but to fulfill your civic duty!

reasons to call out of work

I woke up this morning to discover a leak in my water pipes, and a plumber needs immediate access to my property to assess and fix the damage. A household problem that requires you to remain home is one of the most straightforward and valid excuses to call out of work. Next on our list of acceptable excuses to call out of work is a last-minute dentist or doctor’s appointment. According to a survey by Bamboo HR, almost 90% of employees work through sickness or feel guilty when calling out of work. The whole idea is to ensure you keep your employers in the loop in the right way and avoid any potential misunderstandings.

Personal Marketing Plan eBook

To keep things discreet, you could request a personal day without disclosing the specific reason. Remember to be respectful of your current employer’s time and resources while navigating your job search. Jury duty is a civic obligation that most people will have to perform at some point.

Only resort to that reason if your boss has been supportive and compassionate about similar matters in the past. That will be one of the best excuses to call out of work – given that it actually happened and was not just a white lie, of course. Remote work is impossible if there is a serious Internet connection problem.

For instance, if your dog ingests something harmful and needs emergency care, you would likely need to miss work to attend to this situation. Be sure to inform your employer about the situation as soon as possible. If your job allows for it, consider working remotely once your pet is stabilized.

At some point or another, you might need to call out of work at the last minute — here are three reasons why. If you work remotely, you may struggle over the decision to call in sick. There’s no option to just stay home since that’s where your office is, regardless of illness. Yet, studies show that working while sick negatively impacts your job performance. You might be doing the work, but if you’re not fully present, you’re bound to make errors or turn in lower-quality work. Forgetting you had a shift is surely not one of the good excuses to miss work on short notice.

  1. You’re sick, or you’re having car trouble or in the middle of a major family emergency.
  2. If you’re unhappy with your job or certain day-to-day aspects, take it up with your manager or HR.
  3. For example, you or a close family member might be dealing with eviction.
  4. Personal well-being days can help prevent burnout and improve overall job satisfaction.
  5. If your boss has kids, they’ll most likely understand the complications of daycare.

Avoidable Last-Minute Requests

Not to mention, if the car issue leads to collisions or freeway accidents, police officers might have to work with you for even longer. Whatever your situation is, make sure your manager receives an early heads-up. Juggling all those extra tasks with your full-time job is exhausting, even when you work remotely. Your supervisor or manager will not protest if you want to step off your desk for at least a day to devote all your time to your family.

You’re Hungover from the Company Party

Optimcareers.com is owned and operated by Optim Recruiting LLC. Cole Sperry has been a recruiter and resume writer since 2015, working with tens of thousands of job seekers, and hundreds of employers. Today Cole runs a botique advisory firm consulting with dozens of recruiting firms and is the Managing Editor at OptimCareers.com. Something really contagious is going around the school and I think my daughter caught it.

Jury duty is a legal obligation that employers are required to accommodate. Federal law mandates that employers provide unpaid time off for employees who are called to serve on a jury. If you receive an official summons, be sure to promptly notify your employer and provide them with a copy. Your employer should give you the necessary time off to fulfill your civic duty. If you have children, there will inevitably be times when they’re sick and unable to attend school or daycare.

Bulletproof Excuses to Get Out of Work And Exactly What to Say to Your Boss

As soon as you know the date, notify your employer and request the necessary time off. If you are pursuing further education while working, there may be times when you need to study for an important exam or complete a major project. Balancing work and studies can be challenging, but most employers will support your educational pursuits. Consider a situation where a pipe bursts in your home and you urgently need a plumber to fix reasons to call out of work it. You’d need to be at home to handle the situation, which may result in missing work. Communicate the issue to your employer as soon as possible.

]]>
https://intellibotics.co.uk/32-bulletproof-excuses-to-get-out-of-work-and/feed/ 0