/*!
Theme Name: Hofmann-Brose
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hofmann-brose
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Hofmann-Brose is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

#login_form{
	display: flex;
}
#login_form > *{
	flex: 1;
	max-width: 60%;
	min-width: 60%;
}
#login_form .video_login{
	    background: black;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 103vh;
}



#login_form .video_login video{
	    height: 120%;
    opacity: 0.3;
}

#login_form > .video_login{
	flex: 1;
	max-width: 40%;
	min-width: 40%;
}
#login_form .login_logos *{
	max-width: 200px;
}
#login_form > .um-login{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#login_form > .um-login .um-form{
	width: 80%;
	max-width: 400px;
}
#login_form .login_logos img:nth-child(2){
	    max-width: 146px;
	    margin-left: 15px;
}
#login_form .um .um-field-label{
	margin-bottom: 2px;
}
#login_form .um-field{
	padding-top: 6px;
}
#login_form .login_logos{
	    margin-bottom: 25px;
}
#login_form .um-col-alt{
	margin-top: 0;
}
#login_form .um-row._um_row_1{
	margin-bottom: 19px !important;
} 
#login_form .um-col-alt .um-half{
	    width: 100%;
}
#login_form .lang-item{
	list-style-type:none ;
}
#login_form .lang-item a:lang(cs-CZ){
	color: transparent;
	background: url(/wp-content/themes/hofmann-brose/img/cz-ico.png);
	background-position: center;
	background-size: 70%;
	background-repeat: no-repeat;
}

#login_form .lang-item a{
	color: transparent;
	width: 30px;
	height: 30px;
	display: inline-block;
}

#login_form .lang-item a:lang(uk){
	color: transparent;
	background: url(/wp-content/themes/hofmann-brose/img/ua_ico.png);
	background-position: center;
	background-size: 70%;
	background-repeat: no-repeat;
}

#login_form .lang-item a:lang(en-US){
	color: transparent;
	background: url(/wp-content/themes/hofmann-brose/img/eng_ico.png);
	background-position: center;
	background-size: 70%;
	background-repeat: no-repeat;
}
#login_form .language_trigger{
	display: flex;
	margin-top: 10px;
}





.page-template-tpl-user .lang-item{
    list-style-type:none ;
}
.page-template-tpl-user .lang-item a:lang(cs-CZ){
    color: transparent;
    background: url(/wp-content/themes/hofmann-brose/img/cz-ico.png);
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
}

.page-template-tpl-user .lang-item a{
    color: transparent;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.page-template-tpl-user .lang-item a:lang(uk){
    color: transparent;
    background: url(/wp-content/themes/hofmann-brose/img/ua_ico.png);
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
}

.page-template-tpl-user .lang-item a:lang(en-US){
    color: transparent;
    background: url(/wp-content/themes/hofmann-brose/img/eng_ico.png);
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
}
.page-template-tpl-user .language_trigger {
    display: flex;
    margin-top: 10px;
    border: none;
    position: absolute;
    right: 0;
    z-index: 99;
}

.um-header{
	border: none !important;
}


.shift .date .result{
	display: none;
}

.date .selector .month {
    background: url(/wp-content/themes/hofmann-brose/img/dropdown_ico.png) no-repeat;
    background-position: 102% center;
    background-size: 18px;
}


.overtime_contant .shift .right{
	opacity: 0;
}
.overtime_contant .shift .right.active{
	opacity: 1;
}


.date .selector .month.active {
    background: url(/wp-content/themes/hofmann-brose/img/dropup_ico.png) no-repeat;
    background-position: 102% center;
    background-size: 22px;
}

.overtime_contant .shift #factory_ico {
    position: absolute;
    top: -8px;
    left: 171px;
    opacity: 0.6;
}

.overtime_contant .shift #factory_ico.Z.Brose {
  
    left: -18px;
    top: -8px;
}

#time_container {
    position: absolute;
    top: 29px;
    left: 167px;
    font-weight: 500;
}

#time_container.Z.Brose {
    left: -21px;
}

.overtime_contant .shift .title.selects {
    display: flex;
    flex-direction: column;
    padding-left: 36px;
    padding-right: 34px;
}

.overtime_contant .shift .title.selects select {
    min-width: 194px;
    margin: 9px 0;
    padding: 10px 13px;
    border-radius: 5px;
    font-size: 17px;
}


	.date {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(44, 51, 73, 0.1);
  box-shadow: 0 0.5rem 1rem 0 rgba(44, 51, 73, 0.1);
  color: #222b45;
  font-family: Open Sans, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-bottom: 1.875rem;
  scrollbar-face-color: #e4e9f2;
  scrollbar-track-color: #f7f9fc;
  width: 223px;
  border: none;
  margin: 0;
}
.date .result {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #edf1f7;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #222b45;
  font-family: Open Sans, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.date .result .date-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.date .result .label {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.125rem;
}
.date .selector {
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
}
.date .selector .left,
.date .selector .right {
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border: none;
  text-transform: uppercase;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  transition-property: background-color, border-color, box-shadow, color, -webkit-box-shadow;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.date .selector .left:focus,
.date .selector .right:focus {
  box-shadow: 0 0 0 0.375rem rgba(143, 155, 179, 0.16), inset 0 0 0 100vmax rgba(143, 155, 179, 0.16);
  outline: none;
}
.date .selector .month {
    background-color: #6c5cea00;
    border-color: #6c5cea00;
    color: #000000;
    padding: 0.6875rem 1.125rem;
    border-style: solid;
    border-width: 0.0625rem;
    text-transform: uppercase;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    line-height: 1rem;
    cursor: pointer;
    font-family: Open Sans, sans-serif;
    font-weight: 500;
}
.date .picker {
  width: 223px;
  position: relative !important;
}
.date .picker .days {
  background: #f7f9fc;
  border-top: 1px solid #edf1f7;
  border-bottom: 1px solid #edf1f7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 0;
  display: none !important;
}
.um-profile.um .um-profile-headericon a{

}
.date .picker .days span {
  color: #8f9bb3;
  width: 2.625rem;
  color: #8f9bb3;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  text-align: center;
}
.date .picker .dates {
  padding: 1rem 0;
}
.date .picker .dates-row {
  display: flex;
}
.date .picker .dates span {
    cursor: pointer;
    width: 1.825rem;
    height: 19px;
    font-family: Open Sans, sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.25rem;
    border-radius: 0.25rem;
    color: #222b45;
    justify-content: center;
    margin: 1px;
    align-items: center;
    -webkit-box-pack: center;
    display: flex;
    -webkit-box-align: center;
}
.date .picker .dates span.active {
    background: #d33939;
    color: #fff;
    padding-top: 2px;
    margin-top: -1px;
}
.date .picker .months {
  padding: 1rem 0;
  display: none;
}
.date .picker .months-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.date .picker .months span {
  cursor: pointer;
  width: 2.625rem;
  height: 2.625rem;
  color: #8f9bb3;
  width: 2.625rem;
  color: #8f9bb3;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  text-align: center;
  border-radius: 0.25rem;
  color: #222b45;
  justify-content: center;
  margin: 1px;
  align-items: center;
  -webkit-box-pack: center;
  display: flex;
  -webkit-box-align: center;
}
.date .picker .months span.active {
  background: #6c5cea;
  color: #fff;
}

.overtime_contant .shift:hover{
		border: 1px solid #2797d5;
		transition: all 000ms cubic-bezier(0.135, 0.545, 0.560, 0.930); /* custom */

transition-timing-function: cubic-bezier(0.135, 0.545, 0.560, 0.930); /* custom */
	}
.overtime_contant .shift .left{
	display: flex;
    align-items: center;
}
.overtime_contant .shift {
    display: flex;
    align-items: center;
    border: solid 1px #8080806b;
    padding: 20px 25px;
    border-radius: 18px;
        margin-top: 21px;
        transition: all 500ms cubic-bezier(0.135, 0.545, 0.560, 0.930); /* custom */

transition-timing-function: cubic-bezier(0.135, 0.545, 0.560, 0.930); /* custom */
    justify-content: space-between;
}
.overtime_contant .shift .right button {
    color: white;
    background: #3ba1da;
    min-width: 161px;
    max-width: 161px;
    border-radius: 11px;
    border: none;
    padding: 14px;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.135, 0.545, 0.560, 0.930); /* custom */

transition-timing-function: cubic-bezier(0.135, 0.545, 0.560, 0.930); /* custom */
cursor: pointer;
}
#name_input_overtime{
	display: none !important;
}
#colophon{
    display: none!important;
}


.overtime_contant .shift .chcekbox {
    max-width: 19px;
    max-height: 19px;
    display: block;
    border: 3px solid #8080806b;
    margin-right: 32px;
    margin-left: 12px;
    border-radius: 3px;
}
	.overtime_contant .shift .chcekbox svg {
    max-width: 24px;
    max-height: 24px;
    position: relative;
    margin-top: -3px;
    margin-left: -3px;
    opacity: 0;
}
	
	.overtime_contant .shift .checkbox svg{

	}
	.overtime_contant .shift svg{
		max-width: 30px;
		max-height: 30px;
	}




.overtime_contant .title p {
    margin: 0;
    font-size: 29px;
    color: black;
    margin-bottom: 4px;
    /* margin-right: 34px; */
    min-width: 260px;
}
    .overtime_contant .shift {
    display: flex;
    align-items: center;
    border: solid 1px #8080806b;
    padding: 20px 25px;
    border-radius: 18px;
        margin-top: 21px;
        transition: all 500ms cubic-bezier(0.135, 0.545, 0.560, 0.930); /* custom */

transition-timing-function: cubic-bezier(0.135, 0.545, 0.560, 0.930); /* custom */
    justify-content: space-between;
}
.overtime_contant .shift .right button {
    color: white;
    background: #3ba1da;
    min-width: 161px;
    max-width: 161px;
    border-radius: 11px;
    border: none;
    padding: 14px;
    
    transition: all 500ms cubic-bezier(0.135, 0.545, 0.560, 0.930); /* custom */

transition-timing-function: cubic-bezier(0.135, 0.545, 0.560, 0.930); /* custom */
cursor: pointer;
}
.overtime_contant .shift .checkbox svg{

    }
    .overtime_contant .shift svg{
        max-width: 30px;
        max-height: 30px;
    }


.overtime_contant .time span {
    font-size: 21px;
    font-weight: bold;
    margin-top: -4px;
    margin-left: 1px;
}

    .overtime_contant .bus_picture .point{
        margin-top: 13px;

    }
    .overtime_contant .bus_picture{
        position: relative;
    }
   .overtime_contant .bus_picture hr {
    border: none;
    border-top: 3px dotted #000000b8;
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 140px;
    margin: 0;
    margin-left: -9px;
    margin-bottom: 12px;
    z-index: -1;
    margin-right: -9px;
}

.overtime_contant .bus_picture .bus_icon {
    position: absolute;
    margin-bottom: 13px;
    padding-left: 12px;
        left: 1px;

}
.overtime_contant .bus_picture {
    display: flex;
    align-items: flex-end;
    opacity: 0.4;
    margin-left: 19px;
    margin-top: 12px;
    margin-bottom: 12px;
}



.overtime_contant .shift .right button{
	opacity: 1;
}












	h2.title{
		font-size: 32px;
	    font-weight: 500;
	    color: black;
	}
	.overtime_contant{
		display: none !important;
	}

	.smena_content{
		display: none !important;
	}


	.overtime_contant.active{
		display: block !important;
	}

	.smena_content.active{
		display: block !important;
	}

	label{
		cursor: pointer;
	}
	.smena_content .shift:hover{
		border: 1px solid #2797d5;
		transition: all 000ms cubic-bezier(0.135, 0.545, 0.560, 0.930); /* custom */

transition-timing-function: cubic-bezier(0.135, 0.545, 0.560, 0.930); /* custom */
	}
	#time_container{
		transition: all 400ms cubic-bezier(0.250, 0.250, 0.370, 0.925); /* custom */

transition-timing-function: cubic-bezier(0.250, 0.250, 0.370, 0.925); /* custom */
	}
	#factory_ico{
		transition: all 400ms cubic-bezier(0.250, 0.250, 0.370, 0.925); /* custom */

transition-timing-function: cubic-bezier(0.250, 0.250, 0.370, 0.925); /* custom */
	}
	#ranni_smena:checked + .shift .chcekbox svg{
		opacity: 1;
	}
	#ranni_smena:checked + .shift .chcekbox{
		    border: 3px solid #fff;
	}
	.smena_content .time{
		display: flex;
	}
	.smena_content .time div {
    font-size: 18px;
    margin: 0 7px;
}
	#ranni_smena{
		display: none;
	}
	.smena_content .time span {
    font-size: 21px;
    font-weight: bold;
    margin-top: -4px;
    margin-left: 1px;
}

	.smena_content .bus_picture .point{
		margin-top: 13px;

	}
	.smena_content .bus_picture{
		position: relative;
	}
	.smena_content .bus_picture hr {
    border: none;
    border-top: 3px dotted #000000b8;
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 100px;
    margin: 0;
    margin-left: -9px;
    margin-bottom: 12px;
    z-index: -1;
    margin-right: -9px;
}
.smena_content .bus_picture .bus_icon {
    position: absolute;
    margin-bottom: 13px;
    padding-left: 12px;
        left: 1px;

}
.smena_content .bus_picture {
    display: flex;
    align-items: flex-end;
    opacity: 0.4;
    margin-left: 10px;
}
#ranni_smena:checked + .shift .bus_picture{
	opacity: 1;
}

#ranni_smena:checked + .shift .bus_picture .bus_icon{
	animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}



.overtime_contant.animation .shift .bus_picture{
	opacity: 1;
}

.overtime_contant.animation .shift .bus_picture .bus_icon{
	animation-name: example_new;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}




.change_content .bus_picture .point{
		margin-top: 13px;

	}
	.change_content .bus_picture{
		position: relative;
	}
	.change_content .bus_picture hr {
    border: none;
    border-top: 3px dotted #000000b8;
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 100px;
    margin: 0;
    margin-left: -9px;
    margin-bottom: 12px;
    z-index: -1;
    margin-right: -9px;
}
.change_content .bus_picture .bus_icon {
    position: absolute;
    margin-bottom: 13px;
    padding-left: 12px;
        left: 1px;

}
.change_content .bus_picture {
    display: flex;
    align-items: flex-end;
    opacity: 0.4;
    margin-left: 10px;
}
#ranni_smena:checked + .shift .bus_picture{
	opacity: 1;
}

#ranni_smena:checked + .shift .bus_picture .bus_icon{
	animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}



.change_content.animation .shift .bus_picture{
	opacity: 1;
}

.change_content.animation .shift .bus_picture .bus_icon{
	animation-name: example_new;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}



.change_content .bus_picture .point {
    margin-top: 13px;
}
.change_content .shift svg {
    max-width: 30px;
    max-height: 30px;
}

.change_content .container .shift{
	display: flex;
	align-items: center;
}

.change_content .bus_picture {
    display: flex;
    align-items: flex-end;
    opacity: 0.4;
    margin-left: 10px;
}


.change_content .container .shift label:hover .day div{
border: 3px solid #3ba1daa8;
transition: all 1990ms cubic-bezier(0.250, 0.250, 0.000, 1.000); /* custom */

transition-timing-function: cubic-bezier(0.250, 0.250, 0.000, 1.000); /* custom */
}
.change_content .container .shift label:hover ~ label .day div{
border: 3px solid #3ba1daa8;
transition: all 1990ms cubic-bezier(0.250, 0.250, 0.000, 1.000); /* custom */

transition-timing-function: cubic-bezier(0.250, 0.250, 0.000, 1.000); /* custom */
}


.change_content .container .shift label:checked .day div{
background: url(img/checked-svgrepo-com.svg);
background-position: center;
background-size: cover;

}
.change_content .container .shift input:checked ~ label .day div{
background: url(img/checked-svgrepo-com.svg);
background-position: center;
background-size: cover;
}




#individual_shifts .week label:hover .day div{
border: 3px solid #3ba1daa8;
transition: all 1990ms cubic-bezier(0.250, 0.250, 0.000, 1.000); /* custom */

transition-timing-function: cubic-bezier(0.250, 0.250, 0.000, 1.000); /* custom */
}


#individual_shifts .week label:checked .day div{
background: url(img/checked-svgrepo-com.svg);
background-position: center;
background-size: cover;

}



#individual_shifts .day select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 19px;
    height: 19px;
    border: 3px solid #8080806b;
    border-radius: 3px;
    outline: none;
}



.smena_content .shift .left{
	display: flex;
    align-items: center;
}
@keyframes example {
  0%   {left:1px}
  
  100% {left:87px}
}

@keyframes example_new {
  0%   {left:1px}
  
  100% {    left: 123px;}
}
	.smena_content .title p {
    margin: 0;
    font-size: 29px;
    color: black;
    margin-bottom: 4px;
    /* margin-right: 34px; */
    min-width: 294px;
}
	.smena_content .shift {
    display: flex;
    align-items: center;
    border: solid 1px #8080806b;
    padding: 20px 25px;
    border-radius: 18px;
        margin-top: 21px;
        transition: all 500ms cubic-bezier(0.135, 0.545, 0.560, 0.930); /* custom */

transition-timing-function: cubic-bezier(0.135, 0.545, 0.560, 0.930); /* custom */
    justify-content: space-between;
}
/*#name_input{*/
/*	display: none !important;*/
/*}*/
.smena_content .shift .right button {
    color: white;
    background: #3ba1da;
    min-width: 161px;
    max-width: 161px;
    border-radius: 11px;
    border: none;
    padding: 14px;
    display: none;
    transition: all 500ms cubic-bezier(0.135, 0.545, 0.560, 0.930); /* custom */

transition-timing-function: cubic-bezier(0.135, 0.545, 0.560, 0.930); /* custom */
cursor: pointer;
}
#individual_smena{
	display: none;
}
#ranni_smena:checked + .shift .right button{
	display: inline-block;
}
	.smena_content .shift .chcekbox {
    max-width: 19px;
    max-height: 19px;
    display: block;
    border: 3px solid #8080806b;
    margin-right: 5px;
    margin-left: 12px;
    border-radius: 3px;
}
	.smena_content .shift .chcekbox svg {
    max-width: 24px;
    max-height: 24px;
    position: relative;
    margin-top: -3px;
    margin-left: -3px;
    opacity: 0;
}
	
	.smena_content .shift .left > span{
		margin-left: 17px;
    margin-right: -17px;
	}
	.smena_content .shift .checkbox svg{

	}
	.smena_content .shift svg{
		max-width: 30px;
		max-height: 30px;
	}
	.content_container{
		min-height: 500px;
	}
	.content_labels *{
		transition: all 300ms cubic-bezier(0.135, 0.545, 0.560, 0.930); /* custom */

transition-timing-function: cubic-bezier(0.135, 0.545, 0.560, 0.930); /* custom */
	}
	#smena_trigger, #overtime_trigger, #changes_trigger{
		min-width: 200px;
		max-width: 200px;
	}
	.trigger_marker {
    position: absolute;
    display: block;
    top: 8px;
    height: 9px;
    border-radius: 11px;
    background: #3ba1da;
    min-width: 201px;
    max-width: 201px;
    z-index: -1;
}

.trigger_marker.smena{
	left: 12px;
}
.trigger_marker{
	left:214px;
}
.trigger_marker.change{
        left: 419px;
}
	.content_labels{
		display: flex;
		position: relative;
    z-index: 9;
	}
	.page-template-tpl-user .um-header{
	border-bottom: none;
	
}



.smena_content .shift .title svg.morning {
    max-width: 41px;
    max-height: 45px;
    margin-bottom: -11px;
}


.smena_content .shift .title svg.afternoon {
    max-width: 41px;
    max-height: 33px;
    margin-bottom: -5px;
}

.smena_content .shift .title svg.night {
    max-width: 45px;
    max-height: 31px;
    margin-bottom: -5px;
    margin-right: -4px;
}

.smena_content .shift .title svg.individual {
    max-width: 45px;
    max-height: 34px;
    margin-bottom: -5px;
    margin-right: -5px;
    margin-left: 1px;
}

.labels_trigger {
    box-shadow: inset 0px 4px 15px -3px rgba(0, 0, 0, 0.25);
    display: flex;
    padding: 0 15px;
    border-radius: 15px;
    padding-top: 1px;
}
.labels_trigger svg {
    max-width: 20px;
    max-height: 20px;
    padding-right: 7px;
}
.labels_trigger #overtime_trigger svg {
	max-width: 17px;
    max-height: 17px;

}
.flag_name {
    position: absolute;
    width: 27px;
    height: 27px;
    z-index: 9;
    top: 255px;
    left: 221px;
}

.flag_name.PHL{
	background: url(/wp-content/themes/hofmann-brose/img/flags/phl.png) no-repeat;
	background-position: center;
	background-size: 23px;
}

.flag_name.UKR{
	background: url(/wp-content/themes/hofmann-brose/img/flags/ukr.png) no-repeat;
	background-position: center;
	background-size: 23px;
}
.flag_name.SRB{
	background: url(/wp-content/themes/hofmann-brose/img/flags/srb.png) no-repeat;
	background-position: center;
	background-size: 23px;
}
.flag_name.SK{
	background: url(/wp-content/themes/hofmann-brose/img/flags/slk.png) no-repeat;
	background-position: center;
	background-size: 23px;
}
.flag_name.ROM{
	background: url(/wp-content/themes/hofmann-brose/img/flags/rom.png) no-repeat;
	background-position: center;
	background-size: 23px;
}
.flag_name.PL{
	background: url(/wp-content/themes/hofmann-brose/img/flags/pl.png) no-repeat;
	background-position: center;
	background-size: 23px;
}

.flag_name.MEX{
	background: url(/wp-content/themes/hofmann-brose/img/flags/mex.png) no-repeat;
	background-position: center;
	background-size: 23px;
}
.flag_name.KUB{
	background: url(/wp-content/themes/hofmann-brose/img/flags/kub.png) no-repeat;
	background-position: center;
	background-size: 23px;
}

.flag_name.CZK{
	background: url(/wp-content/themes/hofmann-brose/img/flags/czk.png) no-repeat;
	background-position: center;
	background-size: 23px;
}
.labels_trigger > div{
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 15px 0px;
}
.labels_trigger > div p{
	margin: 0;
	padding: 0;
	position: relative;
}


.labels_trigger > div.active p{
	color: white;
}
.labels_trigger > div.active svg{
	stroke: white;
	
}
.labels_trigger > #changes_trigger.active  svg path{
    fill: white;
}
.labels_trigger > div{
	cursor: pointer;
}

    #overtime_trigger.active svg{
	
	fill: white;
}


.change_content{
	display: none;

}
.change_content.active{
	display: block;
}
.um-profile.um-viewing{
	position: relative;
}

#user_department {
    position: absolute;
    margin: 0;
    top: 282px;
    left: 251px;
    font-size: 16px;
}


#odpoledni_smena:checked + .shift .chcekbox svg{
		opacity: 1;
	}
	#odpoledni_smena:checked + .shift .chcekbox{
		    border: 3px solid #fff;
	}
#odpoledni_smena{
		display: none;
	}
#odpoledni_smena:checked + .shift .bus_picture{
	opacity: 1;
}
h1.entry-title{
	display: none;
}

#odpoledni_smena:checked + .shift .bus_picture .bus_icon{
	animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
#odpoledni_smena:checked + .shift .right button{
	display: inline-block;
}




#individual_smena:checked + .shift .chcekbox svg{
	opacity: 1;
}

#nocni_smena:checked + .shift .chcekbox svg{
		opacity: 1;
	}
	#nocni_smena:checked + .shift .chcekbox{
		    border: 3px solid #fff;
	}
#nocni_smena{
		display: none;
	}
#nocni_smena:checked + .shift .bus_picture{
	opacity: 1;
}

#nocni_smena:checked + .shift .bus_picture .bus_icon{
	animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
#nocni_smena:checked + .shift .right button{
	display: inline-block;
}


 #masthead{
    display: none !important;
  }
  .um-cover-e a{
    display: none !important;
  }
  .um-cover.um-trigger-menu-on-click {
    height: 236px !important;
    background: url(/wp-content/themes/hofmann-brose/img/cXoHS.jpeg);
    background-position: center -180px;
    background-size: 100%;
}



.change_content .container {
    display: flex;
    align-items: center;
    border: solid 1px #8080806b;
    padding: 20px 25px;
    border-radius: 18px;
    margin-top: 21px;
    transition: all 500ms cubic-bezier(0.135, 0.545, 0.560, 0.930);
    transition-timing-function: cubic-bezier(0.135, 0.545, 0.560, 0.930);
    justify-content: space-between;
}

.change_content .container .title p{
	    margin: 0;
    font-size: 29px;
    color: black;
    margin-bottom: 4px;
    margin-right: 40px;

}

.send_change_form {
    background: #3ba1da;
    min-width: 100px;
    max-width: 100px;
    border-radius: 11px;
    border: none;
    padding: 14px;
    color: white;
    transition: all 500ms cubic-bezier(0.135, 0.545, 0.560, 0.930);
    transition-timing-function: cubic-bezier(0.135, 0.545, 0.560, 0.930);
    cursor: pointer;
    text-align: center;
}
.change_content .container .week{
    display: flex;
}
.change_content .container .week input{
    display: none;
}
.change_content .container .week .day{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right:10px;
}
.change_content .container .week label:nth-child(2) .day p{
    color: red;
}
.change_content .container .week label:nth-child(14) .day p{
    color: red;
}
.change_content .container .week .day div {
    max-width: 19px;
    max-height: 19px;
    display: block;
    border: 3px solid #8080806b;
    margin-right: 16px;
    margin-left: 0;
    border-radius: 3px;
    width: 19px;
    height: 19px;
    margin: 0;
}

.change_content .container .week .day p{
    margin: 0;
}






#individual_shifts .week {
    display: flex;
    margin-top: -7px;
    align-items: center;
    margin-left: 15px;
}
#individual_shifts .week > span {
    margin-left: 10px;
    margin-right: -18px;
}
#individual_shifts .week input{
    display: none;
}
#individual_shifts .week .day{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right:10px;
}
#individual_shifts .week label:nth-child(1) .day p{
    color: red;
}
#individual_shifts .week label:nth-child(7) .day p{
    color: red;
}
#individual_shifts .week .day div {
    max-width: 19px;
    max-height: 19px;
    display: block;
    border: 3px solid #8080806b;
    margin-right: 16px;
    margin-left: 0;
    border-radius: 3px;
    width: 19px;
    height: 19px;
    margin: 0;
}

#individual_shifts .week .day p{
    margin: 0;
}

#individual_smena:checked + .shift  .day select {
    background: url(img/dayoff.svg) no-repeat;
    background-position: 69% center;
    background-size: 88%;
}


#individual_smena:checked + .shift  .day select.Ranní {
    background: url(img/morning.svg) no-repeat;
    background-position: 69% center;
    background-size: 99%;
    
}

#individual_smena:checked + .shift .day select.Odpolední {
    background: url(img/day_shift.svg) no-repeat;
    background-position: 69% center;
    background-size: 87%;
}
.notification_zmena {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    display: flex;
    background: red;
    font-size: 10px;
    color: white;
    font-weight: 600;
    right: -18px;
    top: -1px;
}
#individual_smena:checked + .shift .day select.Noční {
    background: url(img/night.svg) no-repeat;
    background-position: 69% center;
    background-size: 84%;
}

#individual_shifts .day select{
	color: transparent;
}
table.changes .button {
    background: #3ba1da;
    border-radius: 5px;
    padding: 7px 20px;
    color: white;
    padding-bottom: 10px;
}
table.changes .reject {
    color: #666;
    text-decoration: underline !important;
    margin-left: 15px;
}
table.changes th{
	padding-bottom: 20px;
}
#individual_shifts .day select option{
	padding-left: 20px;
	color: black;
}

.smena_content #individual_shifts .title p{
	min-width: 210px;
}

#individual_smena:checked + .shift .bus_picture{
	opacity: 1;
}

#individual_smena:checked + .shift .bus_picture .bus_icon{
	animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
#individual_smena:checked + .shift .right button{
	display: inline-block;
}

.content_container a.button_excel {
    border-radius: 11px;
    background: #3ba1da;
    padding: 7px 15px;
    display: inline-block;
    color: white;
    margin-top: 16px;
}
.content_container a.button_excel svg{
	width: 20px;
    height: 20px;
    margin-bottom: -5px;
    margin-left: -2px;
    margin-right: 4px;
}
.content_container a.button_excel svg path{
	fill: white !important;
}














































 @media (max-width: 990px) {
     body .content_container{
         padding: 0 10px;
    width: calc(100% - 20px);
     }
   p.week {
    margin-top: -30px;
    margin-bottom: -9px;
    margin-left: 0;
    text-align: center;
}
body .list_not_ordered form .button{
        padding: 10px 0;
}
body .list_not_ordered > * {
    max-width: 50%;
    min-width: 50%;
    padding-bottom: 3px;
    font-size: 13px;
    border-bottom: 1px solid grey;
}
body .list_not_ordered{
    width: calc(100% - 50px);
}
#login_form > .video_login{
	display: none;
}
body .list_not_ordered form {
    order: -1;
    flex-direction: column;
    padding: 0;
    margin: 0;
    margin-bottom: 7px;
}

table.changes tbody tr th:nth-child(2){
    display: none !important;
}
table.changes tbody tr td:nth-child(2){
    display: none !important;
}

body .city_trigger .list_not_ordered form > * {
    max-width: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin-bottom: 10px !important;
    display: block;
}

#login_form > * {
    flex: 1;
    max-width: 90%;
    min-width: 90%;
    margin-top: 10vh;
}
#login_form .login_logos * {
    max-width: 40%;
}
#individual_shifts .week {
	margin-left: 0;
}
#login_form .login_logos img:nth-child(2) {
    max-width: 29%;
    margin-left: 15px;
}
#login_form .login_logos {
    margin-bottom: 13px;
    text-align: center;
}
.um-cover.um-trigger-menu-on-click {
    height: 163px !important;
    background: url(/wp-content/themes/hofmann-brose/img/cXoHS.jpeg);
    background-position: center;
    background-size: cover;
}

.smena_content .shift .title svg.night {
    max-width: 29px;
    max-height: 24px;
    margin-bottom: -5px;
    margin-right: -3px;
    margin-left: -5px;
}
.smena_content .shift .title svg.individual {
    max-width: 41px;
    max-height: 29px;
    margin-bottom: -5px;
    margin-right: -8px;
    margin-left: -10px;
}
.smena_content .shift .title svg.afternoon {
    max-width: 30px;
    max-height: 27px;
    margin-bottom: -5px;
    margin-left: -6px;
}
.smena_content .shift .title svg.morning {
    max-width: 29px;
    max-height: 34px;
    margin-bottom: -8px;
    margin-left: -7px;
}
.smena_content .shift .left{
	max-width: 320px;
}
.smena_content .shift .left > span{
	display: none;
}
.smena_content .bus_picture{
	    margin-left: -2px;
}
.smena_content .week {
    margin-left: 1px;
    margin-top: 2px !important;
    margin-bottom: 6px;
}
.labels_trigger {
    box-shadow: inset 0px 4px 15px -3px rgba(0, 0, 0, 0.25);
    display: flex;
    padding: 0 15px;
    border-radius: 15px;
    padding-top: 1px;
    flex-direction: column;
    margin-left: 10px;
        width: calc(100% - 50px);
}
#smena_trigger, #overtime_trigger, #changes_trigger {
    min-width: 100%;
    max-width: 100%;
}
.labels_trigger > div {
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
    min-width: calc(100% - 49px);
    max-width: calc(100% - 49px);
}
.trigger_marker {
    left: 24px;
    top: 60px;
}
.trigger_marker.smena {
    left: 24px;
    top: 8px;
}

h2.title {
    font-size: 23px;
    font-weight: 500;
    color: black;
    padding-left: 10px;
}
.smena_content .shift {
    flex-wrap: wrap;
    padding: 10px;
    padding-top: 6px;
    border-radius: 9px;
}
.smena_content form{
	padding: 0 10px;
}

.smena_content .shift .chcekbox {
    max-width: 16px;
    max-height: 16px;
    display: block;
    border: 3px solid #8080806b;
    margin-right: 13px;
    margin-left: 1px;
    border-radius: 3px;
}
.smena_content .title p {
    margin: 0;
    font-size: 21px;
    color: black;
    margin-bottom: 0;
    /* margin-right: 34px; */
        min-width: 203px
}
.smena_content .shift .left{
	flex-wrap: wrap;
}

.smena_content .shift .right{
	width: 100%;
}
.smena_content .time div {
    font-size: 18px;
    margin: 0 1px;
    /* margin-left: 0; */
}
.smena_content .shift .right button {
    border-radius: 5px;
    color: white;
    background: #3ba1da;
    min-width: calc(100% - 28px);
    max-width: calc(100% - 28px);
    border-radius: 6px;
    border: none;
    padding: 14px;
    opacity:1;
    transition: all 500ms cubic-bezier(0.135, 0.545, 0.560, 0.930);
    transition-timing-function: cubic-bezier(0.135, 0.545, 0.560, 0.930);
    cursor: pointer;
    margin-top: 8px;
}
.overtime_contant .shift {
    flex-direction: column;
    margin: 0 11px;
}
.overtime_contant .shift .left{
	flex-direction: column;
}

.overtime_contant .shift .right button {
    color: white;
    background: #3ba1da;
    min-width: 194px;
    max-width: 177px;
    border-radius: 6px;
    border: none;
    padding: 14px;
 
    transition: all 500ms cubic-bezier(0.135, 0.545, 0.560, 0.930);
    transition-timing-function: cubic-bezier(0.135, 0.545, 0.560, 0.930);
    cursor: pointer;
}


#user_department {
    width: calc(100% - 0px);
    position: absolute;
    margin: 0;
    top: 265px;
    left: 0;
    font-size: 16px;
    text-align: center;
    padding-right: 0;
}
.smena_content p.week{
	margin-left: 10px;
}

.flag_name {
    position: absolute;
    width: 27px;
    height: 27px;
    z-index: 9;
    top: 283px;
    left: calc(50% + -11px);
}

.content_labels{
	margin-top: 20px;
}
.page-template-tpl-user .language_trigger {
   
    position: absolute;
    left: 0;
    z-index: 99;
    top: 170px;
}


.trigger_marker.change {
    left: 25px;
    top: 112px;
}
.change_content .container .shift{
	flex-wrap: wrap;
}
.change_content .container{
	padding: 8px 9px;
	margin: 16px 10px;
}
.change_content .container .title p {
    margin: 0;
    font-size: 22px;
    color: black;
    margin-bottom: 4px;
    margin-right: 40px;
}
.change_content .container{
	    flex-wrap: wrap;
}
.change_content .bus_picture {
    
    margin-left: -10px;
    margin-top: 10px;
}
.send_change_form{
	min-width: calc(100% - 27px);
    max-width: calc(100% - 27px);
}
select#smena-select{
	margin-left: 0 !important;
}
body .form_reason .white_background textarea {
    border: 1px solid #3ba1da !important;
    border-radius: 7px;
    margin-bottom: 16px;
    min-width: 240px;
    max-width: 240px;
    min-height: 142px !important;
    max-height: 142px !important;
}


body .form_reason .white_background .send-button{
	    min-width: 214px;
    max-width: 214px;
}

body #close_form {
  
    margin-left: 237px;
  
}
body .form_reason .white_background{
	padding: 40px 25px;
}



  }
  
  .smena_content.disable .shift .left label{
      display: none;
  }
  
  .smena_content.disable .shift{
      opacity: 0.35;
  }




.form_reason {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.form_reason.active{
	display: flex;
}


.form_reason .black_background {
    background: black;
    opacity: 0.3;
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
}

.form_reason .white_background {
    background: white;
    border: 1px solid #3ba1da;
    border-radius: 22px;
    padding: 40px 65px;
    z-index: 10;
}

.form_reason .white_background textarea{
	border: 1px solid #3ba1da !important;
    border-radius: 7px;
    margin-bottom: 16px;
    min-width: 270px;
    max-width: 270px;
    min-height: 142px !important;
    max-height: 142px !important;
}
.form_reason .white_background .send-button{
	background: #3ba1da;
    min-width: 244px;
    max-width: 244px;
    border-radius: 11px;
    border: none;
    padding: 14px;
    color: white;
    transition: all 500ms cubic-bezier(0.135, 0.545, 0.560, 0.930);
    transition-timing-function: cubic-bezier(0.135, 0.545, 0.560, 0.930);
    cursor: pointer;
}
#close_form {
    position: absolute;
    rotate: 45deg;
    font-size: 39px;
    font-weight: 300;
    margin-left: 302px;
    margin-top: -47px;
}

 .change_content .container .shift input:checked ~ .bus_animation .bus_picture{
	opacity: 1;
}

.change_content .container .shift input:checked ~ .bus_animation .bus_picture .bus_icon{
	animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}



select#smena-select {
    min-width: 194px;
    margin: 9px 0;
    padding: 10px 13px;
    border-radius: 5px;
    font-size: 17px;
    margin-left: 15px;
}








  .smena_content.Ranní #ranni_smena + .shift {
	opacity: 1;
	border: 1px solid #2797d5;
}

  .smena_content.Ranní #ranni_smena + .shift .bus_picture{
	opacity: 1;
}

  .smena_content.Ranní #ranni_smena + .shift .bus_picture .bus_icon{
	animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}







  .smena_content.Odpolední #odpoledni_smena + .shift {
	opacity: 1;
	border: 1px solid #2797d5;
}

  .smena_content.Odpolední #odpoledni_smena + .shift .bus_picture{
	opacity: 1;
}

  .smena_content.Odpolední #odpoledni_smena + .shift .bus_picture .bus_icon{
	animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}


  .smena_content.Noční #nocni_smena + .shift {
	opacity: 1;
	border: 1px solid #2797d5;
}

  .smena_content.Noční #nocni_smena + .shift .bus_picture{
	opacity: 1;
}

  .smena_content.Noční #nocni_smena + .shift .bus_picture .bus_icon{
	animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}




 .smena_content.individual  #individual_smena + .shift {
	opacity: 1;
	border: 1px solid #2797d5;
}

  .smena_content.individual  #individual_smena + .shift .bus_picture{
	opacity: 1;
}

  .smena_content.individual  #individual_smena + .shift .bus_picture .bus_icon{
	animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}


 .smena_content.disable .shift .right button{
     display: none;
 }

.all_city_content{
	display: none;
}

#ALL_city:checked ~ .all_city_content{
	display: block;
}



.all_city_content{
	display: none;
}

#ALL_city:checked ~ .all_city_content{
	display: block;
}

.nj_city_content{
	display: none;
}

#NJ_city:checked ~ .nj_city_content{
	display: block;
}


.fr_city_content{
	display: none;
}

#FR_city:checked ~ .fr_city_content{
	display: block;
}


.pr_city_content{
	display: none;
}
table.changes .button {
    background: #3ba1da;
    border-radius: 5px;
    padding: 7px 20px;
    color: white;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 4px;
}

#PR_city:checked ~ .pr_city_content{
	display: block;
}
.content_labels.coordinator{
	margin: 20px 0;
}




.rpr_city_content{
	display: none;
}

#RPR_city:checked ~ .rpr_city_content{
	display: block;
}

#ALL_city:checked ~ .city_trigger .ALL_city{
	color: #3ba1da;
	text-decoration: underline;
}

#NJ_city:checked ~ .city_trigger .NJ_city{
	color: #3ba1da;
	text-decoration: underline;
}

#FR_city:checked ~ .city_trigger .FR_city{
	color: #3ba1da;
	text-decoration: underline;
}

#PR_city:checked ~ .city_trigger .PR_city{
	color: #3ba1da;
	text-decoration: underline;
}
#RPR_city:checked ~ .city_trigger .RPR_city{
	color: #3ba1da;
	text-decoration: underline;
}
table.changes td span {
    display: inline-block;
    width: 27px;
    height: 11px;
    z-index: 9;
    top: 0;
    left: 0;
    margin-left: 5px;
}


table.changes td span.PHL{
	background: url(/wp-content/themes/hofmann-brose/img/flags/phl.png) no-repeat;
	background-position: center;
	background-size: 16px;
}

table.changes td span.UKR{
	background: url(/wp-content/themes/hofmann-brose/img/flags/ukr.png) no-repeat;
	background-position: center;
	background-size: 16px;
}
table.changes td span.SRB{
	background: url(/wp-content/themes/hofmann-brose/img/flags/srb.png) no-repeat;
	background-position: center;
	background-size: 16px;
}
table.changes td span.SK{
	background: url(/wp-content/themes/hofmann-brose/img/flags/slk.png) no-repeat;
	background-position: center;
	background-size: 16px;
}
table.changes td span.ROM{
	background: url(/wp-content/themes/hofmann-brose/img/flags/rom.png) no-repeat;
	background-position: center;
	background-size: 16px;
}
table.changes td span.PL{
	background: url(/wp-content/themes/hofmann-brose/img/flags/pl.png) no-repeat;
	background-position: center;
	background-size: 16px;
}

table.changes td span.MEX{
	background: url(/wp-content/themes/hofmann-brose/img/flags/mex.png) no-repeat;
	background-position: center;
	background-size: 16px;
}
table.changes td span.KUB{
	background: url(/wp-content/themes/hofmann-brose/img/flags/kub.png) no-repeat;
	background-position: center;
	background-size: 16px;
}

table.changes td span.CZK{
	background: url(/wp-content/themes/hofmann-brose/img/flags/czk.png) no-repeat;
	background-position: center;
	background-size: 16px;
}








.um-profile-edit{
    z-index: 111 !important;
}
.page-template-tpl-user-php #page > div > div > div.um-header > div.um-profile-edit.um-profile-headericon.um-trigger-menu-on-click > div > div > ul > li:nth-child(1){
    display: none !important;
}
.page-template-tpl-user-php #page > div > div > div.um-header > div.um-profile-edit.um-profile-headericon.um-trigger-menu-on-click > div > div > ul > li:nth-child(2){
    display: none !important;
}



.home.page-template-default.logged-in .um-misc-ul{
    display: none !important;
}
.counter_ordered b{
    font-weight: normal;
    text-decoration: underline;
    color: #3ba1da;
}
.counter_ordered{
    margin-right: 20px;
    cursor: pointer;
}


.list_not_ordered {
    position: absolute;
    z-index: 110;
    display: flex;
    width: calc(100% - 32px);
    padding: 15px;
    border-radius: 15px;
    border: 1px solid grey;
    flex-wrap: wrap;
    background: white;
    display: none;
}
.list_not_ordered > *{
    max-width: 25%;
    min-width: 25%;
    padding-bottom: 3px;
    
}
#list_not_ordered:checked + .list_not_ordered{
    display: flex;
}

.list_not_ordered form{
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.list_not_ordered form > * {
    max-width: calc(33% - 42px);
    min-width: calc(33% - 42px);
}
.list_not_ordered form .button {
    min-height: 23px;
    max-width: 50px;
    min-width: 50px;
}





