/*!
Theme Name: Program
Theme URI: https://program.thisweek.se
Author: Daniel Wajander
Author URI: https://program.thisweek.se
Description: A theme for creating the program for print, PDF and online versions
Version: 2.11.8
Tested up to: 7.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: program
Tags: online-program

Program 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
	- Thisweek Icon
	- 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;
}

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

/**
 * 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: 700;
}

/**
 * 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: #000000;
	font-family: 'noto sans', "Helvetica Neue", sans-serif;
	font-size: 14px;
	line-height: 1.2;
}

.site-main {position: relative!important;}

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%;
}

/* Thisweek Icon
--------------------------------------------- */

@font-face {
  font-family: 'thisweek-icon';
  src: url('font/thisweek-icon.eot?70679737');
  src: url('font/thisweek-icon.eot?70679737#iefix') format('embedded-opentype'),
       url('font/thisweek-icon.woff2?70679737') format('woff2'),
       url('font/thisweek-icon.woff?70679737') format('woff'),
       url('font/thisweek-icon.ttf?70679737') format('truetype'),
       url('font/thisweek-icon.svg?70679737#thisweek-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="tw-"]:before, [class*=" tw-"]:before {
  font-family: "thisweek-icon";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.tw-arrow-l:before { content: '\e800'; }
.tw-arrow-r-x2:before { content: '\e801'; }
.tw-arrow-r:before { content: '\e802'; }
.tw-assembly:before { content: '\e803'; }
.tw-brother:before { content: '\e804'; }
.tw-bubble-items:before { content: '\e805'; }
.tw-bubble-link:before { content: '\e806'; }
.tw-bubble:before { content: '\e807'; }
.tw-business-store:before { content: '\e808'; }
.tw-cart-bro:before { content: '\e809'; }
.tw-cart-sign:before { content: '\e80a'; }
.tw-cart-sis:before { content: '\e80b'; }
.tw-cart-sqr:before { content: '\e80c'; } 
.tw-cart:before { content: '\e80d'; }
.tw-clock:before { content: '\e80e'; }
.tw-co-visit:before { content: '\e80f'; }
.tw-doc-write:before { content: '\e810'; }
.tw-doc:before { content: '\e811'; }
.tw-edit:before { content: '\e812'; }
.tw-envelope-letter:before { content: '\e813'; }
.tw-envelope-x2:before { content: '\e814'; }
.tw-envelope:before { content: '\e815'; }
.tw-group:before { content: '\e816'; }
.tw-icon:before { content: '\e817'; }
.tw-king-hall:before { content: '\e818'; }
.tw-log-in:before { content: '\e819'; }
.tw-log-out:before { content: '\e81a'; }
.tw-memorial:before { content: '\e81b'; }
.tw-phone:before { content: '\e81c'; }
.tw-pinboard:before { content: '\e81d'; }
.tw-position-dark:before { content: '\e81e'; }
.tw-position:before { content: '\e81f'; }
.tw-print:before { content: '\e820'; }
.tw-printed-flat:before { content: '\e821'; }
.tw-printed-fold:before { content: '\e822'; }
.tw-reg-conv:before { content: '\e823'; }
.tw-settings:before { content: '\e824'; }
.tw-talk:before { content: '\e825'; }
.tw-tv-conf:before { content: '\e826'; }
.tw-tv:before { content: '\e827'; }
.tw-globe:before { content: '\e828'; }
.tw-grid:before { content: '\e829'; }
.tw-stream:before { content: '\e82a'; }

/* 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: none;
	border-color: #ccc #ccc #bbb;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.6em 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #4a6da7;
}

.active button {
	color: #4a6da7;
}

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;
	background-color: #fff;
}

textarea {
	width: 100%;
}

#link-buttons button {
padding: 6px 10px 6px 0px;
}

#link-buttons button i {
font-size: 1.5em;
padding: 0px 3px 0px 0px;
}

#link-buttons a {
text-decoration: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
#logo {float: left;}

.nav-but {float: left;}

/* Dropdown Button */
.dropbtn {
  background-color: #e6e6e6;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #e6e6e6;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #e6e6e6;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: rgba(0, 0, 0, 0.8);
  border-bottom: dotted 1px grey;
  font-size: 14px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {color: #4a6da7;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

#cal_today button, #this_week button {line-height: 1.5em;}

#cal_prev button, #cal_next button, #next_week button, #next_week_2 button, #next_week_3 button, #last_week button  {padding-right:0px;}
#cal_today button, #this_week button {padding-right:3px;}

#link-buttons .tw-edit {padding-right:0px;}

@media screen and (max-width: 1080px) {
nav {display:inline-block;}
.but_title {display:none;}
#link-buttons:hover nav {display:inline-block;}
}

#week_head_1 a, #week_head_2 a, #week_head_3 a, #week_head_4 a, #week_head_5 a, #week_head_6 a, #week_head_7 a {color: #000000;text-decoration:none;}

#week_head_1 a:visited, #week_head_2 a:visited, #week_head_3 a:visited, #week_head_4 a:visited, #week_head_5 a:visited, #week_head_6 a:visited, #week_head_7 a:visited {color: #000000;}

#week_head_1 a:hover, #week_head_1 a:focus, #week_head_2 a:hover, #week_head_2 a:focus, #week_head_3 a:hover, #week_head_3 a:focus, #week_head_4 a:hover, #week_head_4 a:focus, #week_head_5 a:hover, #week_head_5 a:focus, #week_head_6 a:hover, #week_head_6 a:focus, #week_head_7 a:hover, #week_head_7 a:focus {color: #4a6da7;}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 90px;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Program
--------------------------------------------------------------*/
article {
display: block;
max-width: 640px;
margin-left: auto !important;
margin-right: auto !important;
padding: 0 5px;
}

#button-back {
float:right;
margin-top: 5px;
}

#button-forward {
float:right;
margin-top: 5px;
}


#button-today {
float:right;
margin-top: 5px;
}

#thisweek {
max-width: 550px;
margin: 0 auto;
}

#mft-1-row, #mft-2-row, #mft-3-row, #mft-4-row, #mft-5-row, #mft-6-row, #mft-7-row {
clear: both;
}

.bar {
padding: 0.1em 4px;
color: #ffffff;
text-align: center;
background-color: #ffffff;
border: none;
}

.uppercase {
text-transform: uppercase;
}

.lowercase {
text-transform: lowercase;
}

.initial:first-letter {
    text-transform: uppercase;
}

.black {
background-color: #000000;
}

.dark-grey {
background-color: #656164;
}

.teal {
background-color: #2a6b77;
}

.assign-grey {
color: #656164;
padding-right: 0.7em;
}

.black-text {
color: #000000;
}

.grey-text {
color: #656164;
}

.light-grey {
background-color: #e6e6e6;
}

.mfs-grey {
background-color: #888888;
}

.ocra {
background-color: #c78909;
}

.red {
background-color: #99131e;
}

.white {
background-color: #ffffff;
}

#service_group_set .fa-times:before {
color: #ffffff;
}

.bold {
font-weight: 700;
}

.normal {
font-weight: 400;
}

.font-white a {
color: #ffffff;
}

.decoration-none a {
text-decoration: none;}

.text-small {
font-size: 0.85em;
padding-top: 0.15em;
}

.font-1 {
font-size: 0.1em;
}

.font-80 {
font-size: 0.8em;
}

.font-85 {
font-size: 0.85em;
}

.font-90 {
font-size: 0.9em;
}

.font-110 {
font-size: 1.1em;
}

.font-120 {
font-size: 1.2em;
}

.font-130 {
font-size: 1.3em;
}

.font-160 {
font-size: 1.6em;
}

.font-200 {
font-size: 2em;
}

.font-280 {
font-size: 2.8em;
}

.font-300 {
font-size: 3em;
}

.spacing-02 {
letter-spacing: 0.2em;
}

.headline-small {
font-size: 0.8em;
}

.headline-medium {
font-size: 0.9em;
}

.text-i {
font-style: italic;
}

.text-l {
text-align: left;
}

.text-r {
text-align: right;
}

.text-c {
text-align: center;
}

.float-l {
float: left;
}

.float-r {
float: right;
}

.border-t {
border-top: 1px solid black;
}

.border-r {
border-right: 1px solid grey;
margin-right: -1px;
}

.border-b {
border-bottom: 1px solid black;
}

.border-b-4 {
border-bottom: 4px solid black;
}

.border-l {
border-left: 1px solid grey;
padding-left: 0.5%;
}

.border-l-4 {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 4px;
border-style: solid;
padding-left: 1%;
border-color: #656164;
}

div:empty {
   display: none;
}

.table-row {
display: table-row;
}

.table-cell {
display: table-cell;
}

.inline {
display: inline;
}

.inline-b {
display: inline-block;
}

.inline-f {
display: inline-flex;
}

.inline-g {
display: inline-grid;
}

.inline-t {
display: inline-table;
}

.block {
display: block;
}

.block-imp {
display: block!important;
}

.clear-r {
clear: right;
}

.clear-b {
clear: both;
}

.margin-auto {
margin-right: auto;
margin-left: auto;
}

.no-wrap-visible {
white-space: nowrap;
overflow: visible;
}

.width-5 {
width: 5%;
}

.width-8 {
width: 8%;
}

.width-9 {
width: 9%;
}

.width-10 {
width: 10%;
}

.width-11 {
width: 11%;
}

.width-12 {
width: 12%;
}

.width-13 {
width: 13%;
}

.width-15 {
width: 15%;
}

.width-20 {
width: 20%;
}

.width-21 {
width: 21px;
}

.width-22-5 {
width: 22.5%;
}

.width-25 {
width: 25%;
}

.width-28 {
width: 28%;
}

.width-30 {
width: 30%;
}

.width-34 {
width: 34%;
}

.width-33-5 {
width: 33.5%;
}

.width-35 {
width: 35%;
}

.width-37 {
width: 37%;
}

.width-37-5 {
width: 37.5%;
}

.width-38 {
width: 38%;
}

.width-39 {
width: 39%;
}

.width-39-5 {
width: 39.5%;
}

.width-40 {
width: 40%;
}

.width-43 {
width: 43%;
}
.width-44 {
width: 44%;
}

.width-44-5 {
width: 44.5%;
}
.width-45 {
width: 45%;
}
.width-48 {
width: 48%;
}
.width-50 {
width: 50%;
}
.width-52 {
width: 52%;
}
.width-55 {
width: 55%;
}

.width-56 {
width: 56%;
}
.width-57 {
width: 57%;
}
.width-60 {
width: 60%;
}
.width-65 {
width: 65%;
}
.width-68 {
width: 68%;
}
.width-70 {
width: 70%;
}
.width-75 {
width: 75%;
}
.width-80 {
width: 80%;
}
.width-85 {
width: 85%;
}

.width-88 {
width: 88%;
}
.width-90 {
width: 90%;
}
.width-95 {
width: 95%;
}
.width-96 {
width: 96px;
min-width: 96px;
}
.width-100 {
width: 100%;
}

.height-1 {
height: 1px;
}

.height-16 {
height: 16px;
}

.margin-t-2 {
margin-top: 2px;
}

.margin-b-2 {
margin-bottom: 2px;
}

.margin-l-2 {
margin-left: 2px;
}

.padding-r-2 {
margin-right: 2px;
}

.margin-l-4 {
margin-left: 4px;
}

hr { 
    display: block;
    height: 0px;
    margin-top: 0.5em;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
    border-color: #656164;
} 

.padding-t-5 {
padding-top: 5px;
}

.line-h-12 {
line-height: 1.2em;
}

.line-h-13 {
line-height: 1.3em;
}

.line-h-14 {
line-height: 1.4em;
}

.line-h-18 {
line-height: 18px;
}

.line-h-20 {
line-height: 20px;
}

.line-h-25 {
line-height: 25px;
}

.line-h-28 {
line-height: 28px;
}

.line-h-30 {
line-height: 30px;
}

.margin-t-4 {
margin-top: 4px;
}

.margin-b-4 {
margin-bottom: 4px;
}

.margin-t-10 {
margin-top: 10px;
}

.padding-t-20 {
padding-top: 20px;
}

.margin-t-20 {
margin-top: 20px;
}

.margin-b-20 {
margin-bottom: 20px;
}

.margin-b-27 {
margin-bottom: 27px;
}

.margin-b-30 {
margin-bottom: 30px;
}

.margin-b-45 {
margin-bottom: 45px;
}

.margin-t-100 {
margin-top: 100px;
}

.margin-b-100 {
margin-bottom: 100px;
}

.margin-b-106 {
margin-bottom: 106px;
}

.margin-b-285 {
margin-bottom: 285px;
}

.padding-r-3 {
padding-right: 3px;
}

.padding-r-6 {
padding-right: 6px;
}

.padding-l-3 {
padding-left: 3px;
}

.padding-l-6 {
padding-left: 6px;
}

.padding-t-2 {
padding-top: 2px;
}

.padding-t-4 {
padding-top: 4px;
}

.padding-t-6 {
padding-top: 6px;
}

.padding-t-8 {
padding-top: 8px;
}

.padding-l-10 {
padding-left: 10px;
}

.padding-r-10 {
padding-right: 10px;
}

.padding-t-15 {
padding-top: 15px;
}

.padding-t-30 {
padding-top: 30px;
}

.padding-b-20 {
padding-bottom: 20px;
}

.padding-b-30 {
padding-bottom: 30px;
}

.padding-l-30 {
padding-left: 30px;
}

.padding-t-45 {
padding-top: 45px;
}

.padding-t-50 {
padding-top: 50px;
}

.padding-b-50 {
padding-bottom: 50px;
}

.padding-t-100 {
padding-top: 100px;
}

.padding-b-4 {
padding-bottom: 4px;
}

.padding-5 {
padding: 5px;
}

.padding-2 {
padding: 2px;
}

.clear-l {
clear: left;
}

#tips {
margin-top: 15px;
margin-right: 10px;
margin-bottom: 20px;
margin-left: 10px;
line-height: 1.5em;
border-radius: 5px;
padding: 10px;
border: 1px solid;
}

.radius-3 {
border-radius: 3px;
}

.radius-5 {
border-radius: 5px;
}

#thisweek-bible {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
word-break:break-word;
hyphens: auto;
}

.hide-imp {
display:none!important;}

/*--------------------------------------------------------------
## iPad View
--------------------------------------------------------------*/

.row_33_1 {
display: inline;
float: left;
width: 33%;
padding-left: 1%;
}

#row-co {
position: absolute;
width: 33%;
padding-left: 1.8%;
margin-left: 33%;
top: 0px;
left: 1px;
display: inline-block;
margin-top: 40px;
z-index: auto;
}

/*--------------------------------------------------------------
## Edit View
--------------------------------------------------------------*/
#editweek-left-half {
width: 50%;
padding: 0 5px;
float:left;
}

#editweek-right-half {
width: 50%;
float:left;
padding: 0 3px;
}

#title {
float: left;
padding: 5px;
}

input[type=checkbox] {
height: 1.2em;
}

input[type=checkbox]:before {
font: 400 22px/1 dashicons !important;
}

#acf_1700 .opened .field_type-text {
float: left;
width: 49%;
margin-left: 1%;
}

.field_type-accordion  {
clear: both;
}

.lds-dual-ring {
  display: none;
}
.importspin {
  display: inline-block!important;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 1;
  left: 100px;
  top: 0px;
}
.importspin:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #898989;
  border-color: #898989 transparent #898989 transparent;
  animation: importspin 1.2s linear infinite;
}
@keyframes importspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
## Clear Weeks
--------------------------------------------------------------*/

.clear-week-button {
float: left;
width: 310px;
height: 90px;
text-align: center;
background-color: #e6e6e6;
padding: 20px;
margin: 5px;
}

.cleared_1-9 {
display:none;
background:green;
float:left;
width: 12.5%;
}

.cleared_10-49 {
display:none;
background:green;
float:left;
width: 10%;
}

.cleared_50-53 {
display:none;
background:green;
float:left;
width: 25%;
}

#year {
margin-right:10px;
}

#single_week {
margin-left: 20px;
margin-right: 10px;
}


/*--------------------------------------------------------------
## Printing
--------------------------------------------------------------*/

#front-title {
margin: 0 0 15px 0;
}

#cong_name {
margin: 20px 0;
}

/* row_31_0 */
.row_30_0 {
display: inline;
float: left;
width:30%; 
margin: 0; 
padding: 0;
}

/* row_30_5 */
.row_36_5 {
display: inline;
float: left;
width:36%; 
margin: 0; 
padding-left: 5%;
}

/* row_29_5 */
.row_34_5 {
display: inline;
float: left;
width:34%; 
margin: 0; 
padding-left: 5%;
}

#row4 {
width: 44.5%;
padding-left: 0;
}

#row5 {
width: 55.5%;
padding-left: 7.8%;
}

#row6 {
width: 35%;
float: right;
padding: 0 0% 0 5%;
}

.row_55_2 {
display: inline;
float: left;
}

#messages-front {
height: 36.667em;
display: table-cell;
vertical-align: bottom;
}

#message.updated {
display: none;
}

#page_2 {
clear: both;
}

#row4-5 {
width: 65%;
float:left;
}

#front-page-row {
max-width: 430px;
margin-left: auto;
margin-right: auto;
}

#midweek_cancel_announcment p, #weekend_cancel_announcement p, #text_1 p, #text_2 p, #text_3 p { 
margin-block-start: 0em;
margin-bottom: 0.5em;
font-size: 1em;
}

#midweek_cancel_announcment ul, #weekend_cancel_announcement ul, #text_1 ul, #text_2 ul, #text_3 ul { 
margin-block-start: 0em;
list-style: disc;
margin: 0 0 1.5em 1.2em;
padding-inline-start: 0px;
}

#midweek_cancel_announcment li, #weekend_cancel_announcement li, #text_1 li, #text_2 li, #text_3 li { 
margin-bottom: 0.2em
}

#midweek_cancel_announcment ol, #weekend_cancel_announcement ol, #text_1 ol, #text_2 ol, #text_3 ol { 
margin-block-start: 0em;
margin: 0 0 1.5em 1.5em;
padding-inline-start: 0px;
}

#div_language_button {
width: 36px;
height: 28px;
}

#div_language_button:hover #language-picker {
  display: block!important;
}

#language-picker {
position: relative;
z-index: 2;
}

.widget_wpglobus .dropdown-styled li ul {
top: 26px!important;
display: inline!important;
opacity: 100!important;
visibility: inherit!important;
}

#wpglobus-2 h1 {
display: none;
}

#div_group_language {
position: relative;
z-index: 2;
}

#div_group_button {
display:none;
width: 36px;
height:28px;
}

#div_group_button:hover, #div_language_button:hover {
color: #4a6da7;}

.div_group_button:hover .div_group_language {
  display: block!important;
}

/*--------------------------------------------------------------
## ACF Drop Down - Less Padding
--------------------------------------------------------------*/


.postbox {
margin-bottom: 0px;
}

.acf-form ul {list-style:none;}

ul.acf-radio-list, ul.acf-checkbox-list {
padding: 0px;
}

#acf_acf_print-weekend {
float: left;
}

#poststuff {
min-width: unset;
}

#poststuff input[type="submit"] {background:lightgray;}

#acf- p {
margin: 2px 0px 0px 0px;
font-weight: 700;
}

.acf_postbox .field {
padding-bottom: 3px;
}

#poststuff .acf-field-accordion h2, #poststuff .field_type-accordion h2 {
margin: 0px;
padding: 0px 0px 0px 10px;
font-weight: 300;
font-size: 1.2em;
}

.acf-input-prepend, .acf-input-append {
height: auto;
line-height: 1.5em;
}

.acf_postbox > .inside > .field {
padding: 0px;
}

.acf-field-accordion h2 span.dashicons-before:before, .field_type-accordion h2 span.dashicons-before:before {
line-height: 0.6;
}

.acf-field-accordion:hover:before, .acf-field-accordion.opened:before, .field_type-accordion:hover:before, .field_type-accordion.opened:before {
top: 0px;
}

.acf-field-accordion.opened:before, .field_type-accordion.opened:before {
top: -4px;
}

.acf_postbox p.label {
display: none;
}

.acf-field-accordion:hover, .acf-field-accordion.active, .acf-field-accordion.opened, .field_type-accordion:hover, .field_type-accordion.active, .field_type-accordion.opened {
background-color: #000000;
}

.acf-field-accordion h2 span.dashicons-before:before, .field_type-accordion h2 span.dashicons-before:before {
display: none;
}
.acf-field-accordion:hover h2, .acf-field-accordion.active h2, .acf-field-accordion.opened h2, .field_type-accordion:hover h2, .field_type-accordion.active h2, .field_type-accordion.opened h2 {
color: #ffffff;
}

ul.acf-radio-list li input, ul.acf-checkbox-list li input {
margin-top: -3px;
}

#acf-veckomeddelanden, #acf_acf_veckomeddelanden, #acf_acf_public-witnessing, #acf_acf_service_groups {
clear: both;
}

#acf_acf_service_groups .field_type-date_picker .label {
display: inline;
float: left;
margin: 0;
border-right: 0;
border-radius: 3px 0 0 3px;
padding: 2px 7px;
height: auto;
background: #F4F4F4;
border: #DFDFDF solid 1px;
font-size: 12px;
line-height: 15px;
}

#acf_acf_service_groups .field_type-date_picker .hasDatepicker {
border-radius: 0 3px 3px 0 !important;
width: auto;
}

.field_key-field_563470b59c1b4, .field_key-field_563470b59c1b4:hover, .field_key-field_563470b59c1b4.active, .field_key-field_563470b59c1b4.opened {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+33,656164+33,656164+66,c78909+66 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(-45deg, #000000 33%, #656164 33%, #656164 66%, #c78909 66%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #000000 33%,#656164 33%,#656164 66%,#c78909 66%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #000000 33%,#656164 33%,#656164 66%,#c78909 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c78909',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.field_key-field_563470f57ca87, .field_key-field_563470f57ca87:hover, .field_key-field_563470f57ca87.active, .field_key-field_563470f57ca87.opened { background: #961526; }

.field_key-field_5634711c79f69, .field_key-field_5634711c79f69:hover, .field_key-field_5634711c79f69.active, .field_key-field_5634711c79f69.opened { background: #000000; }

.field_key-field_5634711c79f69 h2:first-of-type, .field_key-field_563470b59c1b4 h2:first-of-type, .field_key-field_563470f57ca87 h2:first-of-type { color:#ffffff;}

#acf-ca_week, #acf-ca_1, #acf-ca_2, #acf-ca_3 {background-color: lightblue;}
#acf-ca_week {padding-bottom: 1px;}
#acf-ca_1, #acf-ca_2, #acf-ca_3 {padding: 5px;}

#acf-co_visit_m, #acf-co_visit_w {background-color: lightgreen;padding: 1px 0;}

#acf-temporary_change, #acf-schedule_for_bible_reading, #acf-song_m_1, #acf-prayer_m_1, #acf-chairman_m, #acf-treasures_theme, #acf-treasures_theme, #acf-treasures_brother, #acf-gems, #acf-bible_reading_1 {background-color: #dad8d9; margin: 0 -10px; padding: 2px 10px;}
#acf-video_part, #acf-initial_1, #acf-assist_1, #acf-study_3, #acf-assist_3, #acf-assign_3, #acf-ass_1_minutes, #acf-ass_3_minutes, #acf-assignment_1_thm, #acf-assignment_3_thm {background-color: #fce4b6; margin: 0 -10px; padding: 2px 10px;}
#acf-return_2, #acf-assist_2, #acf-assist_4, #acf-ass_2_minutes, #acf-ass_4_minutes, #acf-assignment_2_thm, #acf-assignment_4_thm, #acf-assign_3 {background-color: #c78909; margin: 0 -10px; padding: 2px 10px;}
#acf-return_aux_2, #acf-assist_aux_2, #acf-assign_aux_4, #acf-assist_aux_4 {background-color: #c78909; margin: 0 -10px; padding: 2px 10px;}
#acf-aux_class_1, #acf-auxiliary_class_1, #acf-auxiliary_classroom_counselor, #acf-bible_reading_aux_1, #acf-initial_aux_1, #acf-assist_aux_1, #acf-study_aux_3, #acf-assist_aux_3 {background-color: #fce4b6; margin: 0 -10px; padding: 2px 10px;}
#acf_acf_livet-som-kristen .acf-accordion-group.opened {background-color: #f7bbc0;}

#acf-temporary_change {margin-top:-10px;}

/*--------------------------------------------------------------
#  Pop Up Info
--------------------------------------------------------------*/

#cover{ 
position:fixed; 
top:0; 
left:0; 
background:rgba(0,0,0,0.6); 
z-index:5; 
width:100%; 
height:100%; 
display:none; 
}

#cover2{ 
position:fixed; 
top:0; 
left:0; 
background:rgba(0,0,0,0.6); 
z-index:6; 
width:100%; 
height:100%; 
display:none; 
}

#loginScreen { 
height:auto; 
width:46%; 
margin-top:5px; 
position:absolute;
top: 0px;
left: 28%;
right: auto;
z-index:1000; 
display:none; 
background-color: #ffffff;
border:1px solid #000000; 
border-radius:5px;
padding: 10px 5%;
}

#comfsprgScreen { 
height:auto; 
width:90%; 
margin-top:5px; 
position:absolute;
top: 0px;
left: 5%;
right: auto;
z-index:1000; 
display:none; 
background-color: #ffffff;
border:1px solid #000000; 
border-radius:5px;
padding: 10px 5%;
} 

#loginScreen:target, #loginScreen:target + #cover{ 
display:block; 
opacity:2; 
} 

#comfsprgScreen:target, #comfsprgScreen:target + #cover2{ 
display:block; 
opacity:2; 
} 

.cancel { 
display:block; 
position:absolute; 
top:3px; 
right:2px; 
background: #ffffff; 
color:#000000; 
height:30px; 
width:35px; 
font-size:30px; 
text-decoration:none; 
text-align:center; 
font-weight:700; 
}

@media screen and (max-width: 590px) {
#loginScreen { 
height:auto; 
width:90%; 
margin-top:0px; 
position:absolute;
top: 0px;
left: 5%;
right: auto;
z-index:1000; 
display:none; 
background-color: #ffffff;
border:1px solid #000000; 
border-radius:5px;
padding: 10px 5%;
}
}

/*--------------------------------------------------------------
#  Progress bars
--------------------------------------------------------------*/
#innerBar {
   background-image: linear-gradient(#f1a165, #f36d0a);
   height: 16px;
   width: 0%;
   display:none;
}

#outerContainer {
z-index: 7;
position: fixed; /* or absolute */
  top: 25%;
  left: 10%;
   width: 80%;
   height: 16px;
   border-radius: 8px;
   overflow: hidden;
   background: lightgray;
   display:none;
}

#innerBar1 {
   background-image: linear-gradient(#f1a165, #f36d0a);
   height: 10px;
   width: 0%;
   display:none;
}

#outerContainer1 {
   width: 90%;
   height: 10px;
   border-radius: 5px;
   overflow: hidden;
   background: lightgray;
   display:none;
}

#innerBar2 {
   background-image: linear-gradient(#f1a165, #f36d0a);
   height: 10px;
   width: 0%;
   display:none;
}

#outerContainer2 {
   width: 90%;
   height: 10px;
   border-radius: 5px;
   overflow: hidden;
   background: lightgray;
   display:none;
}

#innerBar3 {
   background-image: linear-gradient(#f1a165, #f36d0a);
   height: 10px;
   width: 0%;
   display:none;
}

#outerContainer3 {
   width: 90%;
   height: 10px;
   border-radius: 5px;
   overflow: hidden;
   background: lightgray;
   display:none;
}

#innerBar4 {
   background-image: linear-gradient(#f1a165, #f36d0a);
   height: 10px;
   width: 0%;
   display:none;
}

#outerContainer4 {
   width: 90%;
   height: 10px;
   border-radius: 5px;
   overflow: hidden;
   background: lightgray;
   display:none;
}

#innerBar5 {
   background-image: linear-gradient(#f1a165, #f36d0a);
   height: 10px;
   width: 0%;
   display:none;
}

#outerContainer5 {
   width: 90%;
   height: 10px;
   border-radius: 5px;
   overflow: hidden;
   background: lightgray;
   display:none;
}

#innerBar6 {
   background-image: linear-gradient(#f1a165, #f36d0a);
   height: 10px;
   width: 0%;
   display:none;
}

#outerContainer6 {
   width: 90%;
   height: 10px;
   border-radius: 5px;
   overflow: hidden;
   background: lightgray;
   display:none;
}

#innerBar7 {
   background-image: linear-gradient(#f1a165, #f36d0a);
   height: 10px;
   width: 0%;
   display:none;
}

#outerContainer7 {
   width: 90%;
   height: 10px;
   border-radius: 5px;
   overflow: hidden;
   background: lightgray;
   display:none;
}

/*--------------------------------------------------------------
#  Hidden from start
--------------------------------------------------------------*/
#gems_classroom_2, #prepare, #co-visit, #apply_classroom_2, #assembly_week_1, 
#assembly_week_2, #assembly_week_3, #assembly_week_4, #row-co, #row-co_5, 
#comfsprg, #loginScreeniPad, #attendant_empty, #midweek_cancel, #weekend_cancel,
#comfsprg-i, #mfs_empty, #song_m_1, #tasn, #next_week_2, #language-picker, 
#pagin_ch_1, #pagin_ch_2, .show-i, #assign_prayer_w, #prayer_w, #line-9, #qr,
.hide, #show_chairman_video, #apply_item_1, #apply_item_3, #apply_item_4, 
#apply_item_6, #apply_item_8, #show-ltr, #students, #div_group_language, 
#div_language_button, #trp-floater-ls, #imp_1, #imp_2, #imp_3, #imp_4, #imp_5, #imp_6, #imp_7 {
display: none;
}

/*--------------------------------------------------------------
#  Print Drop Down
--------------------------------------------------------------*/

/* The container <div> - needed to position the dropdown content */
.dropdown2 {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #e6e6e6;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content2 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    border-bottom: dotted 1px grey;
}

/* Change color of dropdown links on hover */
.dropdown-content2 a:hover {color: #4a6da7}

/* Show the dropdown menu on hover */
.dropdown2:hover .dropdown-content2 {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown2:hover .dropbtn2 {
    color: #4a6da7;
}
.i-size:before{
font-size: 1.9em;
padding-bottom: 0.15em;
}

/*--------------------------------------------------------------
# Customations
--------------------------------------------------------------*/
/* Bulgarian edits */
#song_m_1.bg_BG { width: 23%; }
#line-2 #chairman_m.bg_BG { width: 47%!important; }
#assign_prayer_m_1.bg_BG { width: 53%; }
#prayer_m_1.bg_BG { width: 47%!important; }
#song_m_3.bg_BG { width: 26%; }
#assign_prayer_m_2.bg_BG { width: 19%; }
#prayer_m_2.bg_BG { width: 40%; }
#song_w_1_and_prayer.bg_BG { width: 26%; }
#song_w_2.bg_BG, #song_w_3.bg_BG { width: 26%; }
#reader_w { width: 34%; }

/* Romania edits */
#assign_prayer_m_2.ro_RO { width: 20%; }
#prayer_m_2.ro_RO { width: 31%; }
#song_m_1.ro_RO { width: 25%; }
#song_m_3.ro_RO { width: 34%; }

/* Spanish edits */
#head_schema.es_ES { font-size: 1.6em; line-height: 1.4em; }
#assign_prayer_m_2.es_ES { width: 16%; }
#prayer_m_2.es_ES { width: 33%; }

/* Faroese edits */
#song_w_2.fo_FO, #song_w_3.fo_FO { width:26%; }
#assign_wt_conductor.fo_FO, #assign_reader_w.fo_FO { width: 30%; }
#wt_conductor.fo_FO, #reader_w.fo { width: 44%; }
#bs_conductor.fo_FO { width: 34%; }
#assign_reader_m.fo_FO { width: 17%; }
#reader_m.fo_FO { width: 34%; }

/* Finnish edits */
#assign_prayer_m_2.fi_FI { width: 18%; }
#prayer_m_2.fi_FI { width: 31%; }

/* German edits */
#head_schema.de_DE {font-size: 1.6em; line-height: 1.4em; }

/* Greek edits */
#head_schema.el { font-size: 1.7em; line-height: 1.4em; }
#assign_reader_m.el { width: 20%; }
#reader_m.el { width: 30%; }
#assign_prayer_m_2.el { width: 18%; }
#prayer_m_2.el { width: 32%; }

/* Italian edits */
#head_schema.it_IT { font-size: 1.6em; line-height: 1.4em; }

/* Danish edits */
#bs_conductor.da_DK { width: 34.5%; }
#assign_reader_m.da_DK { width: 16%; }
#reader_m.da_DK { width: 34.5%; }

/* Icelandic edits */


/* Polish edits */
#assign_chairman_m.pl_PL, #assign_chairman_w.pl_PL {width: 24%;}
#chairman_m.pl_PL {width: 44%!important;}
#assign_prayer_m_2.pl_PL { width: 17%;}
#prayer_m_2.pl_PL { width: 32%;}

/* Russian edits */
#assign_prayer_m_2.ru_RU { width: 17%;}
#prayer_m_2.ru_RU { width: 32%;}
#song_m_1.ru_RU { width: 23%; }
#life #chairman_m.ru_RU { width: 38% !important; }

/* Latvian edits */
#assign_reader_m.lv { width: 15%; }
#reader_m.lv { width: 35%; }
#assign_prayer_m_2.lv { width: 12%;}
#prayer_m_2.lv { width: 37%;}
body.page-template-program-php #assign_prayer_m_2.lv { width: 18%;}
body.page-template-program-php #song_m_3.lv { width: 37%;}
body.page-template-program-php #assign_prayer_m_2.i-width-35.lv { width: 20%;}
body.page-template-program-php #song_m_3.i-width-35.lv { width: 30%;}

/* Tamil edits */
#assign_gems_i.ta_IN, #assign_bible_reading_1_i.ta_IN {width: 23%;}
#gems_brother.i-width-75.ta_IN, #bible_reading_1_brother.i-width-75.ta_IN {width: 62%;}
#assign_reader_m.ta_IN { width: 17%; }
#reader_m.ta_IN { width: 33%; }

/* Turkish edits */
#assign_gems_i.tr_TR, #assign_bible_reading_1_i.tr_TR {width: 10%;}
#gems_brother.i-width-75.tr_TR, #bible_reading_1_brother.i-width-75.tr_TR {width: 68%;}
#assign_reader_m.tr_TR { width: 18%; }
#reader_m.tr_TR { width: 32%; }
@media screen and (max-width: 1200px) {
#gems_brother.i-width-75.tr_TR, #bible_reading_1_brother.i-width-75.tr_TR {width: 75%;}
}
@media screen and (max-width: 590px) {
#gems_brother.i-width-75.tr_TR, #bible_reading_1_brother.i-width-75.tr_TR {width: 68%;}
}

/* Hebrew edits */
@media screen and (max-width: 1200px) {
#assign_gems_i.he_IL {width: 13%;}
#gems_brother.i-width-75.he_IL {width: 72%;}
#assign_bible_reading_1_i.he_IL {width: 25%;}
#bible_reading_1_brother.i-width-75.he_IL {width: 60%;}
#assign_initial_1_i.he_IL, #assign_initial_2_i.he_IL, #assign_initial_3_i.he_IL { width: 22%; }
#assignment_1.he_IL, #assignment_2.he_IL, #assignment_3.he_IL { width: 30%; }
#assist_1.he_IL, #assist_2.he_IL, #assist_3.he_IL { width: 30%; }
}

/* Ukrain edits */
#assign_prayer_m_2.uk_UA { width: 17%;}
#prayer_m_2.uk_UA { width: 32%;}
#song_m_1.uk_UA { width: 23%; }
#life #chairman_m.uk_UA { width: 38% !important; }


@media screen and (max-width: 590px) {
#gems_brother.i-width-75.he_IL {width: 68%;}
}

/*--------------------------------------------------------------
#  Media query
--------------------------------------------------------------*/

@media print {
#link-buttons, form#import_themes, .no_print, .snackbar {
display: none;
}
#page_1 {page-break-after: always;}
#assign_prayer_m_2.es_ES { width: 12%; }
#prayer_m_2.es_ES { width: 35%; }
#prayer_m_2.ru_RU { width: 31%; }
#prayer_w.ru_RU { width: 41.5%; }
#assign_prayer_m_2.ru_RU { width: 18%;}
#assign_prayer_w.ru_RU { width: 58.5%;}
#assign_chairman_m.ru_RU { width: 21% !important; }
#assign_chairman_w.ru_RU { width: 21% !important; }
#chairman_m.ru_RU { width: 44% !important; }
#chairman_w.ru_RU { width: 35% !important; }
}

@media screen and (max-width: 1200px) {
.i-width-60 {width: 60%;}
}

@media screen and (min-width: 980px) {
#acf-monday + .acf-accordion-group.opened .field_type-text,
#acf-tuesday + .acf-accordion-group.opened .field_type-text,
#acf-wednesday + .acf-accordion-group.opened .field_type-text,
#acf-thursday + .acf-accordion-group.opened .field_type-text,
#acf-friday + .acf-accordion-group.opened .field_type-text,
#acf-saturday + .acf-accordion-group.opened .field_type-text,
#acf-sunday + .acf-accordion-group.opened .field_type-text,
 {
float: left;
width: 50%;
}
}

@media screen and (max-width: 782px) {
input[type=text] {min-height: 30px;}
#poststuff input[type=checkbox], #poststuff input[type=radio] {width:1rem!important;height:1rem!important;}
input[type=checkbox]:checked:before {margin: -.5rem -.5rem;}
input[type=radio]:checked:before {margin: 0.15rem;}
}


@media screen and (max-width: 780px) {
ul.acf-radio-list li input {width: 25px!important;}

#loginScreeniPad { 
height:auto; 
width:60%; 
margin-top:5px; 
position:absolute;
top: 0px;
left: 20%%;
right: auto;
z-index:1000; 
display:none; 
background-color: #ffffff;
border:1px solid #000000; 
border-radius:5px;
padding: 10px 5%;
}}

@media screen and (max-width: 590px) {
#chairman_m.ro { width: 43% !important; }
#song_m_3.ru { width: 30%; }
#assign_prayer_m_2.ru { width: 18%; }
}

@media screen and (max-width: 550px) {
#editweek-left-half, #editweek-right-half {width: 100%;}}

@media screen and (max-width: 450px) {
.show-i {display: block;}
.hide-i {display: none;}
.i-width-10 {width: 10%;}
.i-width-15 {width: 15%;}
.i-width-20 {width: 20%;}
.i-width-25 {width: 25%;}
.i-width-30 {width: 30%;}
.i-width-32 {width: 32%;}
.i-width-33 {width: 33%;}
.i-width-35 {width: 35%;}
.i-width-37-5 {width: 37.5%;}
.i-width-38-5 {width: 38.5%;}
.i-width-39-5 {width: 39.5%;}
.i-width-38 {width: 38%;}
.i-width-40 {width: 40%;}
.i-width-45 {width: 45%;}
.i-width-47 {width: 47%;}
.i-width-50 {width: 50%;}
.i-width-60 {width: 60%;}
.i-width-75 {width: 75%;}
.i-width-77 {width: 77%;}
.i-width-80 {width: 80%;}
.i-width-85 {width: 85%;}
.i-width-90 {width: 90%;}
#chairman_m.ro { width: 45% !important; }
}

@media (prefers-color-scheme: dark) {
html {
	background: #000000;
}
}
