/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *












 */

/*html, body { position: relative }*/

body { 
	background-color: #EEEEEE; 
	color: #333; 
	padding: 0; 
	margin: 0;
	min-height: 100%;
	}

h4, h5 {
	margin: 0.5em 0 0.2em 0;
}

a { color: #1D5073; }

a i.fa, 
a i.fas, 
a i.fa-solid, 
a i.fa-regular {
	text-decoration: none;
	font-size: 1.3em;
}

.spinner {
    z-index: 100;
	height: 100%;	
	width: 100%;
	background: rgba(255,255,255,0.5);
	position: absolute; 
	text-align: center;
}

.spinner > p {
	z-index: 10000;
	margin: 20% auto 0 auto;
	font-size: 3em;
}

.ui-datepicker{ z-index: 9999 !important;}

a.button.actions {
  float: right; 
  margin: 0.6em;  
}

#content_block h1 a, #content_block h1 a:link, #content_block h1 a:hover, #content_block h1 a:active,
#content_block h2 a, #content_block h2 a:link, #content_block h2 a:hover, #content_block h2 a:active {
	text-decoration: none;
	float: right;
}

h1, h2, #content_block h1, #content_block h2, #left_menu_bar h2, caption {
	color: #1D5073;
	font-family: sans-serif;
	border-bottom: 1pt dashed #ccc;
	line-height: 1.35em;		
	margin: 0.4em 0 0.4em 0;
}
#content_block h1 {
	font-size: x-large;
	clear: left;	
}

#content_block h2, #left_menu_bar h2 {
	font-size: large;
}
	
table caption {
	text-align: left;
	font-size: medium;
  	font-weight: bold;
}

table.list {
	width:100%;
	border-collapse: collapse;
	margin: 8px auto;
}

table.list th {
	text-align: left; 
	padding: 5px;
	font-size: 0.9em;
	background: #EEEEEE;
	border-bottom: solid 4px #fff;
}

table.list td {
	text-align: left; 
	padding: 4px 0 3px 5px;
}

table th.actions {
  /* min-width: 8em; */
  min-width: 10em; /* wide enough for two 'fa fa-XY' icons on pages in the admin area. */
}

table th.actions_for_three {
  min-width: 15em; /* wide enough for three. */
}

table td.actions
 {
	text-align: right; 
	/*padding-right: 10px;*/    /* Seems to have no effect in admin pages.  */
}

table td.actions a {
  /* font-size: 1.3em; */
  text-decoration: none;
 }

/* Column as narrow as possible but no linebreak */
table td.actions_compact, table th.actions_compact {
	white-space: nowrap; 
	width: 1%;
}

table.list tr:nth-child(odd) {
	background: #EEEEEE
}
table.list tr:nth-child(odd) {
	background: #DDDDDD
}

p.recent_articles {
	margin: 15px 0 5px 0;
	line-height: 1.35em;
}

.headline_link {
	font-family: Arial;
	font-size: 1em;
	font-weight: bold
}

/* IS THIS STILL USED? */
ul.four_columns {
	padding: 0;
	-moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
    display:block;
}

ul.four_columns li {
	list-style: none;	
}

ul li.boxes {
	margin-bottom: 10px; 
	border: 1px solid #aaa;	
	padding: 5px
}
/* ------------------------------------ */
.identity_card_box select,
.identity_card_box input[type='text'] {
	width: 96%;
}

.user_keys_box {
	height:130px;
}

div.two_columns_div {
	display: block; 
	width: 100%
}

div.two_columns_div div.column {
	page-break-inside:avoid;
	/* height: 6cm; */ 
	border: 1px solid #aaa;
	width: 47%; 
	padding: 0 1%;
	display: inline-block;
	margin-bottom: 3mm;
}

div.two_columns_div div.column:nth-child(odd) {
		float:left;
}
div.two_columns_div div.column:nth-child(even) {
		float:right;
}
p.handover_sign {
	line-height: 1.5cm;
}

ul.field_list {
	margin-left:2px;
	padding: 0px;
	list-style: none
}

#left_menu_bar {
	border-right: 1px dashed #AAA;
	padding-right: 1em;
}

ul#left_ajax_results, ul.touch_links {
	margin: 0;	
	padding: 0;		
	overflow-y: auto;
	overflow-x: hidden;
}

ul#left_ajax_results li, ul.touch_links li {
	clear: both;
	padding: 5px 10px;
	margin: 5px;
	background: #F5F5F5;
	border: 1px solid #ccc;
}

ul#left_ajax_results li:hover, ul.touch_links li:hover {
	background: #fff;
}

.open-external {
	padding: 0 0.3em
}

ul.file_list#left_ajax_results li {min-height: 45px}

#left_filter_text {max-width:58%}

.quick_filter {
	margin: 0 0 15px 0;
	vertical-align: middle;
	padding: 0 10px ;
	border-bottom: solid 1pt #ccc;
	background: #ddd;
}

.quick_filter form {
  display: inline-block;
  margin: 7px 15px 7px 0px;
	vertical-align: middle;  
}

.quick_filter legend {
	color: #777;
	font-size: smaller;
}

table.striped tbody tr.first th{text-align:left;padding-left:15px}

table.compact td, table.compact th {
	padding: 0.2em 0.4em;
	margin: auto auto;
}

.full-width {
	width: 100%
}

/* stripe is DataTable's class name for a striped table */

table.display thead th,
table.stripe thead th {
  background: #fff;
}

table.display tbody th,
table.stripe tbody th {
  background: #f5f5f5;
  text-align: right;
  padding-right: 15px;
  border-right: 1px dotted #e5e5e5;
}

table.display tbody tr.alt th,
table.stripe tbody tr.alt th {
  background: #efefef;
}

div.tab-content {margin: 0; padding: 0.4em 0.8em}

.block {
  border: 1px solid #ddd;
  padding: 0.4em 0.8em;
  background: #fff;
  margin: 10px 0;
  min-height: 3em;
}

.compact-block {
	border: 1px solid #ddd;
	padding: 5px;
	background: #fff;
	margin: 5px 0;
	min-height: 3em;
  }

/* show / hide info blocks in header / header area */
/* Deactivated for company info block and project info block */
#project_info_block, #company_info_block {
	display: block;
	height: 76px;
	overflow-y: auto;
}

input#visibility_projects, input#visibility_companies, input#visibility_header {
    display:none;
}
/*#project_info_block, #company_info_block,*/ #header_area {
    display: block;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    opacity: 0; 
    height: 0;
    font-size: 0;
    overflow: hidden;
}
/*#visibility_projects ~ .visibility_projects_label:after,
#visibility_companies ~ .visibility_companies_label:after {
    content: " [+]"
}


#visibility_projects:checked ~ .visibility_projects_label:after,
#visibility_companies:checked ~ .visibility_companies_label:after {
    content: " [-]"
}*/

#visibility_projects:checked ~ span#project_info_block,
#visibility_companies:checked ~ span#company_info_block,
#visibility_header:checked ~ div#header_area  {
    opacity: 1;
    font-size: 100%;
    height: auto;
}

#visibility_header ~ .ui_visibility_head label.area_up,
#visibility_header:checked ~ .ui_visibility_head label.area_down {
	visibility: hidden;
	display: none;
}
#visibility_header:checked ~ .ui_visibility_head label.area_up,
#visibility_header ~ .ui_visibility_head label.area_down {
	visibility: visible;
	display: block;
}

.ui_visibility_head {
	width: 100%;
	text-align: center;
	color: #999;
	border-bottom: 1px solid #BBB;
	box-shadow: 0px 3px 3px 0px #DDD,0 3px 3px 0px #DDD;
}

#loggion ul {
	border: none;
}

#loggion ul li {
	font-size: 0.9em;
}

#loggion h3 {
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #DDDDDD;	
}

#loggion h3.ui-state-active {

	background: #EEEEEE;
	color: #1D5073;
}

table.dataTable thead > tr > th {
    padding-left: 20px !important;
    border-left: dotted 1px #DDDDDD;
	border-bottom: solid 1px #AAAAAA; 
}

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc {
	background-position: center left;
}

.viewport87 {
	height:87vh;
}

.small {
	font-size: small;
}

.x-small {
	font-size: x-small;
}

.smaller {
	font-size: smaller;
}

.progress-outer {
	border-radius: 4px; 
	background: #DDDDDD; 
	width: 100%;
	/* clear: both; */
	height: 2.3em;
	position: relative;	
}
.progress-inner {
	border-radius: 4px; 
	color: #ff8c00; 
	background: green;	
	display: inline-block;
	height: 2.3em;	
	padding: 0.2em 0.5em;
}

.progress-inner span {
	padding: 0.2em 0.5em;
	line-height: 2em;
}
.progress-inner-cable-fault {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 0 4px;
	color: white; 
	text-align:right;
	overflow:hidden;
	position:absolute;
	right: 0;
	top: 0;
	background:red;
	height: 16px;
	min-width: 1.5em;
	font-size: small;
}

.progress-inner-not-measured {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	padding: 0 4px;	
	color: white; 
	text-align:right;
	overflow:hidden;
	position:absolute;
	right: 0;
	top: 16px;
	background:#ff8c00;
	height: 16px;
	min-width: 1.5em;
	font-size: small;
}

.pagination {
	margin: 5px 0;
}

div.pagination-wrapper {
	position: relative;
}

div.pagination + span.page-entries {
	position: absolute; 
	right: 15px; 
	top: 33%
}

.pagination .current {
	background: #1D5073;	
	border: 1px solid #dee2e6;
	color: white;
	padding: .5rem .75rem	
}

.pagination a, .pagination .previous_page {
	display: inline-block;
	border: 1px solid #dee2e6;
	padding: .5rem .75rem
}

.ribbon {
  position: absolute;
  top: 15%;
  left: -30px;
  z-index: 10;
  display: inline-block;
  font-size: 12px;
  width: 110px;
  text-align: center;
  padding: .25em 0;
  color: white;
  transform: rotate(315deg);
  border: 5px solid #fff;
  background: rgba(255,0,0,0.8);
}

.inline_block {
	display: inline-block;
}

.hundred_percent {
	width: 100%
}

.hundred_percent-2icons {
	width: calc(100% - 4em);
}

.hundred_percent-icon {
	width: calc(100% - 2em);
}

.ninety_five_percent {
	width: 95%
}

.ninety_five_percent-2em {
	width: calc(100% - 2em);
}

.hide {
    display: none;
}

.edit_link_remark {
    position: absolute;
    top: 2em;
    right: 0.5em;
	text-align: center;
	width: 1.5em;
	display: block;
}

.destroy_link_remark {
	position: absolute; 
	top: 0.7em; 
	right: 0.5em;
	text-align: center; 
	width: 1.5em;
	display: block;
}

.resize-vertical {
	overflow: hidden;
	resize: vertical;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #333
}

input[type="color"] {
	width: 8em;
	height: 2.25em;
	padding: 2px;
}

/* style the native datepicker */

input[type="date"] {
    font-family: inherit;
}

.changelog-list.alt {
	margin: .5em 0;
	padding: 0;
}

.changelog-version {
	border: none;
	list-style-type: disclosure-open;
}

.changelog-version::marker {
	font-size: 1.2em;
	color: lightgray;
}

.changelog-version ul {
	margin: 0 0 0 2em;
	padding: 0;
	border: none;
	list-style-type: none;
}

.changeset-item {
	margin: 0;
}

.changeset-hash-attribute {
	margin-left: 2em;
	font-size: small;
}

/* TodoItems */
table td.date_select_column {
  min-width: 10em; 
  text-align: center !important;
}

@keyframes spinner {
  to { transform: rotate(360deg); }
}

turbo-frame[busy]:not([no-spinner]) {
  position: relative;
}

turbo-frame[busy]:not([no-spinner]) > * {
  opacity: 0.25;
}

turbo-frame[busy]:not([no-spinner])::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 12rem;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1rem;
  margin-left: -1rem;
  border-radius: 50%;
  border: 0.275rem solid rgba(237, 233, 254, 0.7); /* Semi-transparent border */
  border-top-color: rgb(124, 58, 237); /* Solid color for the top border */
  animation: spinner 0.6s linear infinite;
  z-index: 10;
}

.dirty-unsaved {
	border-color: #f5c6cb;
	color: #9b59b6;
	accent-color: #9b59b6;
}

label:has(> .dirty-unsaved) {
  outline: thin dotted #9b59b6;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-f6d8c091e81dfb911fc0815e7c9952c90b361a3f685804be08a5fa2ee6d6198b.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-f6d8c091e81dfb911fc0815e7c9952c90b361a3f685804be08a5fa2ee6d6198b.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-c23f23416a84a359723ffe28c6231f7e6edd10de024da40c190f9e0706c70276.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-24221a00d39ccfd2da654907e99b5af8d8dc60b91bfb414b4ca82779f7f9ffb6.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-0a3bb6e0c499ea585572cbda26b638d08b96a568bfb173f0dce2c9eee4a441b3.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-c7cf3a680d1476856186d49a361c0b3e09d13a2f4ba4ebd638595bbad9d21c2d.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-ea4f5d5317b31eaaaf01e3db3357884b418c8b3361019647559c835996ddaedb.png)/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
/*

 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
/*

 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */
/*

 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*

 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
/*

 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
/*

 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
/*

 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
/*

 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
/*

 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
/*

 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
/*

 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*

 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*




















 */
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*


 */
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */
#staffplanning td.holiday {
  background: rgba(255, 233, 233, 0.8);
}
#staffplanning th.holiday {
  background: rgba(255, 233, 233, 1);
}
#staffplanning tr.alt .holiday {
  background: rgba(255, 240, 240, 0.8);
}

#staffplanning td {
  padding: 5px 7px;
}

#staffplanning .event_box {
  display: table;
  width: 100%;
  border: solid 1px #eeeeee;
  border-bottom-color: #bbbbbb;
  border-right-color: #bbbbbb;
}

#staffplanning-filters .filter_column {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.2em;
  margin-right: 5px
}

#staffplanning .status_column {
  display: table-cell;
  vertical-align: middle;
  padding: 0 4px;
  width: 1.4em;
}

#staffplanning .actions_column {
  background: rgba(255, 255, 255, 0.2);
  display: table-cell;
  text-align: right;
  padding: 0 2px;
  width: 1.4em;
}

#staffplanning .actions_column a i.fa {
  font-size: 1em;
}

#staffplanning .info_column {
  display: table-cell;
  padding: 2px;
  overflow: hidden;
}

#staffplanning .date-numbers {
  color: lightgrey;
  width: 1em;
  display: inline-block;
  font-size: smaller;
}

a.add_event {
  display: block;
  opacity: 0;
  line-height: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
}

a.add_event.tiny {
  padding: 0 5px;
  height: 2px;
  font-size: smaller;
  -webkit-transition: height 0.25s;
  -moz-transition: height 0.25s;
  -o-transition: height 0.25s;
  -ms-transition: height 0.25s;
  transition: height 0.25s;
}

a.add_event.tiny:hover {
  padding: 5px;
  height: 1.4em;
}

a.add_event:hover {
  opacity: 0.8;
  background: white;
  color: black;
}
.range {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* display: inline; */
  /* vertical-align: middle; */
}

.range li {
  float: left;
  margin: 0 5px 0 0;
  height: 30px;
  position: relative;
}

.range label,
.range input {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.range input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

.range input[type="radio"]:checked + label {
  background: #efefbb;
}

.range label {
  padding: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  /* z-index:90; */
}

.range label:hover {
  background: #ddd;
}

ul.button-bar .range {
  font-size: 10pt;
}
ul.button-bar.range li {
  font-size: 10pt;
}

#calordion h3 {
  font-size: 1.2em;
  font-weight: bold;
}
#calordion h3.ui-state-active {
  background: #eeeeee;
  color: #1d5073;
}

/* To change position of close button to Top Right Corner */
#colorbox button#cboxClose {
  position: absolute;
  top: 5px;
  right: 0;
  left: auto;
  border: none;
  background: none;
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
@media print {
	.per_user, #content_block .actions {
		display: none;
	}
	#staffplanning, #sidebar-right {
		/* page-break-inside: avoid; */
		font-size: x-small;
	}
	
	#staffplanning td { padding: 2px}
	
	h1, h2, #staffplanning caption {font-size: 1.2em}
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/

table.warehouse-shelf td:hover {
  opacity: 0.7 !important;
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/

.quantity-input {
  width: 5em;
}

.transaction-status-input {
  width: 75%;
}

#transaction-sheet-transactions .error {
  border: 1px solid red;
  background: rgba(255, 0, 0, 0.1);
  color: red;
}

#ms-unique_items_to_move {
  width: 600px;
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/

.serial_bubble {
  padding: .1em .2em; 
  margin: .2em;
  background: white; 
  border: 1px solid gray; 
  border-radius: .3em;
  white-space: nowrap;
  font-size: smaller;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *


 */
.stock-summary-table {
  font-size: small;
  width: 100%;
}

.ui-tooltip {
  position: absolute;
  max-width: 650px;
  min-width: 450px;
  padding: 10px;
}

.sa-link {
  line-height: 100%;
  display: block;
}
.warehouse-shelf tr {
  border: 1px solid #aaa;
}
.warehouse-shelf td {
  border: 1px solid #aaa;
  background: #f0f0f0;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/

.ne3_dispo th, .ne3_dispo td {
    border: 1px dotted gray;
	border-collapse: collapse;            
} 

.ne3_dispo tr {
    border: 1px solid gray;
	border-collapse: collapse;
}

.ne3_dispo .cweeks {
    background-color:#bedde0;
}

td.holiday {background: rgba(255,233,233,0.8)}
th.holiday {background: rgba(255,233,233,1)}
tr.alt .holiday {
    background: rgba(255,240,240,0.3);
}
.ne3_box {
    background: rgba(255,255,255, 0.8);
    border-top: 1px solid #dbdbdb;
    border-right: 2px solid #dbdbdb;
    border-bottom: 2px solid #a1a1a1;
    border-left: 1px solid #dbdbdb;
    position: relative;
    padding: 3px 5px;
    z-index: 10;
    overflow: hidden;
    min-height:50px;    
}

.ne3_box h4 {
    font-weight: normal;
    line-height: 2em; 
    margin: 0.1em 2em 0.1em 0
}

.ne3_box.very-compact {
    padding: 1px 2px !important;
}

.shift_name {
    position: relative;
    right: 44px;
    float: right;
 }

 .checklist_item {
    vertical-align: center;
    text-align:center
 }

 .selected_week {
    font-weight:bold;
    background: yellow;
    padding: 0.2em 0.5em;
    border-radius:50%
 }

 .event_users {
    color: #00d67a
 }

 .event_not_assigned {
    color: red
 }

.event_actions {
    width: 2em;
    position: absolute;
    right: 5px;
    text-align: center;
    padding: 0.5em;
    background: white;
    z-index: inherit;
}

.event_actions.compact {
    top: 2px;
}

.event_notes {
    background: #FFFFA5; 
    padding: 2px 5px;
    margin:2px 5px;
}

.select2-container ul {
	padding: 0; margin: 0;
	}
	
.range.menu li ul li {
	height: 100%
}

#orders-menu.menu {
    float: right;
    padding: 0;
    border: 0;
    background: none;
    z-index: 550; /* less than .menu */
}

#orders-menu ul li a {
    padding: 0.2em 0.3em;
    font-size: 0.8em;
}

#system_body #orders-menu-main-link {
    font-size: 0.75em;
    padding: 0.5em 2.3em 0.5em 1em;
    z-index: 600;
}

.datatable_search_box {
    float: left;
    margin: 7px 0 15px 0;
    padding: 0 10px;
}

#files-table {
    border-top: 1px solid rgba(0,0,0,0.3);
}

.after {
    color: darkgreen;
}

.before {
    color: darkred;
    margin-right: 25px;
}

.range_input, .range_input[disabled=disabled] {
    font-weight: bold;
    width: calc(100% - 6em);
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#progress-filters {
    float:left;
    width: 35%;
    display: none;
    padding: 0.3em 0.8;
    background: #f5f5f5;
}

#id-filter {
    float:left;
    width: 65%;    
    padding: 0.3em 0.8em;
    background: #f5f5f5;
}

#advanced-filters #paste_area_input {
    padding: 0.5em; 
    background: white;
    height: 10em; 
    width: 100%;
    overflow: auto
}

#paste_area_div_mass_update tr:first-of-type td,
#paste_area_div_mass_update tr:first-of-type th {
    font-weight: bold;
}

#paste_area_div_mass_update td {
    border: 1px solid gray;
    padding: 0.2em 0.4em;
    font-size: small;
}

.select-tag-small {
    display: inline-block !important;
    margin: 0 auto !important;
    font-size: 0.8em;
    color: #666;
    transition: box-shadow 0.5s, border 0.5s, background 0.5s;

    position: relative;
    top: 0;
    left: 0;
    vertical-align: middle;
    line-height: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    width: auto;
    overflow: visible;
    font-weight: normal;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
    border: 1px solid #ccc;
    background: rgb(252,252,252);
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
}

#map {
    height: 30em;
    resize: vertical;
    border-bottom: 2px solid gray
}

#map img
{
    max-width : none;
}

.custom_fields_label_bool {
    display:inline;
}

#annoying-save-button.changed {
    animation: pulse 2s infinite;
    box-shadow: 0 0 10px rgb(255, 0, 0) !important;
}

#stickyHeader {
    padding: 10px;
    width: 100%;
    align-items: center;
    position: static;
    top: 0px;
    z-index: 999;
    background-color: #EEEEEE;
}

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

.text-bubble {
    border: 1px solid rgb(96 139 168);
    border-radius: 5px;
    margin: 1.0%;
    padding: .2em .6em;
    font-size: smaller;
}

.centered-flex-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; /* align horizontal */
    align-content: center; /* align vertical */
}

button.filter-button {
    background: unset;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0.2em 0.5em;
    cursor: pointer;
    font-size: 0.9em;
    color: #333;
}
.select-crs-label {
    width: 100%;
}

input.select-crs:checked {
    background-color: green;
}

#change-requests tr:hover{
    background: white;
}

#change-requests th {
    font-size: smaller;
}

#change-requests.dataTable>tbody>tr>.selected {
    background-color: rgba(200, 200, 200, 0.8);
}

.cr-view-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.cr-view-list-item+.active {
    background-color: yellow;
}

.cr-view-list-item {
    list-style-type: none;
    padding: 0.5em 1em;
    display: inline-block;
    border: 1px solid #ccc;
}

.cr-view-list-item:hover {
    background-color: #f0f0f0;
}

#update_from_kopac input[type="text"] {
    width: 100%;
}
.modal {
  z-index: 1000;
  /*position:fixed;*/
  position: absolute;
  transform: translate(-50%, -50%); /* new*/
  /*top:0;*/
  /*left:0;*/
  left: 50%;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}

.modal .content {
  overflow: scroll;
  border: 1px solid gray;
  position: relative;
  padding: 10px;
  width: 50em;
  height: 600px;
  /*height:300px;*/
  border-radius: 8px;
  background-color: #fff;
  box-shadow: rgba(112, 128, 175, 0.2) 0px 16px 24px 0px;
  transform: scale(0);
  transition: transform300ms cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.modal .footer {
  border: 1px solid gray;
  top: 600px;
  left: auto;
  position: fixed;
  width: 50em;
  border-radius: 0% 0% 8px 8px;;
  background: #eeeeee;
}

.modal .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 8px;
  color: gray;
}

.modal.open {
  opacity: 1;
  visibility: visible;
}

.modal.open .content {
  transform: scale(1);
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Bitte klicken oder Dateien hier ablegen.';
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    /*border: 1px solid #999;*/
    /*border-radius: 3px;*/
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
#files-table tr.dtrg-group.dtrg-start{
  cursor: pointer;
}

.services_info, .services_compare {
  display: inline-block;
}

.master_highlight {
  background: yellow;
  padding: 0.1em 0.2em;
  vertical-align: middle;
}

#duplicate-checker-results li.highlight,
#similar-orders-results li.highlight,
#left_ajax_results li.highlight {
  background: lightyellow;
  border-left: 1em solid yellow;
}

#duplicate-checker-results li.archive,
#similar-orders-results li.archive,
a.order_link.archive,
#left_ajax_results li.archive {
  background: #ccc;
  border: 1px solid #aaa;
  border-left: 1em solid #444;  
}

#duplicate-checker-results li a,
#similar-orders-results li a,
#left_ajax_results li a {
  overflow: hidden;
}

#duplicate-checker-results li.archive a,
#similar-orders-results li.archive a,
#left_ajax_results li.archive a {
  color: #444; 
}

ul#duplicate-checker-results, 
#similar-orders-results {
	margin: 0;	
	padding: 0;		
	overflow-y: auto;
	overflow-x: hidden;
}

ul#duplicate-checker-results li, 
#similar-orders-results li {
	clear: both;
	padding: 5px 10px;
	margin: 5px;
	background: #F5F5F5;
	border: 1px solid #ccc;
  font-size: smaller;
}

ul#duplicate-checker-results li:hover, 
#similar-orders-results li:hover {
	background: #fff;
}


.quantity_input {
  width: 100%;
}

#orders-view-menu {
  width: 100%;
  z-index: 550;
  background: none;
  border: none;
  display: inline-table;
}

#orders-view-menu > li {
  width: 8em;
  min-width: 120px;
  margin: 3px;
  float: none
}

#orders-view-menu > li > a {
  width: 100%;
  color: black;
}

.dropzone ul {
  max-width: 55%; 
  max-height: 120px;
  overflow: auto;
  float: left; 
  margin: -10px 0 0 0
}

.dropzone ul li {
  display: inline-block
}

.dropzone ul li label {
  height: 100%;
  border: 1px solid #333;
  margin: 0.1em 0.1em;
  border-radius: 5px;
  padding: 0.25em 0.5em;
}

.dropzone ul li label:hover {
  background: #ddeeff;
  cursor: pointer
}

.dropzone ul li input[type=radio] {
  display: none
}

.dropzone ul li input[type=radio]:checked+label {
  font-weight: bold;
  color: #333;
  background: #ddeeff
}

.dropzone ul li input[type=radio].disabled+label {
  color: #bbb;
  background: white;
  border-color: #999;
}

#receipt-headers {
  padding: 5px 15px; 
  border: 1px solid #ccc; 
  border-radius: 5px; 
  background: #f5f5f5
}

#receipt-headers ul {
  display: block; 
  margin: 0;
}

#receipt-headers .labels {
  display: inline-block; 
  width: 6em
}
#receipt-headers .entries {
  display: inline-block; 
  padding: 5px 7px; 
  margin: 0.2em; 
  border: 1px solid #ccc;
  background: #fefefe
}

.fa-green {
  color:green;
  /* margin-left: 0.5em */
}

#cs-remaining_filter {
  position: absolute;
  right: 0.7em;
  bottom: 0.7em;
  float: none
}

#cs-remaining tfoot {  
  position: fixed;
  bottom: 0;
  width: 100%;
  background: white;  
}

.sla-due-center {
  background: rgba(255, 127, 102, 0.5);
  padding: 0.3em 0.6em;
  margin: 0.2em;
  text-align: center;
}

.sla-due {
  background: rgba(255, 127, 102, 0.5);
  padding: 0.3em 0.6em;
  /* margin: 0.2em; */
}

.sla-warn {
  background: rgba(253, 255, 123, 0.7);
  padding: 0.3em 0.6em;
  margin: 0.2em;
  text-align: center;
}

 /* Unused since 2025/06, used for details_for in BFFM */
/* .sla-neutral {
  padding: 0.3em 0.6em;
  margin: 0.2em;
  text-align: center;  
} */

button.copy-from-cr, button.copy-all-from-cr {
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.3em 0.5em;
  margin: 0.1em;
}
.cr-sync-overlay {
  width: 60em;
  height: 40em;
  overflow: scroll-y;
}

.lld-order-status--offen{
  background-color: rgba(255, 138, 138, 0.788);
}

.lld-order-status--in-bearbeitung{
  background-color: rgba(245, 255, 138, 0.788);
}

.lld-order-status--auf-wiedervorlage{
  background-color: rgba(245, 255, 138, 0.788);
}

.lld-order-status--zur-rechnungsstellung{
  background-color: rgba(245, 255, 138, 0.788);
}

.lld-order-status--abgeschlossen{
  background-color: rgba(138, 255, 140, 0.788);
}

.lld-custom-field-row {
  display: flex;
  flex-wrap: wrap;
}

.lld-custom-field-col {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.no-border-bottom-cells td {
  border-bottom: none;
}

.todo-item-bell {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #feba01;
  cursor: pointer;
}

.todo-item-bell-badge {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  border-radius: 50%;
  padding: 2px 6px;
  min-width: 16px;
  text-align: center;
  z-index: 1;
}

/* for id todoItemsTable: */
#todoItemsTable td {
  padding: 0.5em;
}

.todoItems-resubmission-date {
  display: inline-block; 
  padding: 0.3em 0.6em; 
  vertical-align: top;
}

.todo-item-star {
  font-size: large; 
  vertical-align: +0.2em;
}

/* Compact layout for order.tags in orders_index */
.tag-button {
  display: inline-block;
  background-color: #e4e4e4;
  padding: .1em .4em;
  margin: .2em;
  border-radius: 5px;
  font-size: smaller;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ccc !important;
}

.auto-order-number {
  width: 100%;
  padding: 0.5em;
}
.photos-wrapper {
    background-color: #fff;
    padding: 12px;
    border-radius: 5px;
    box-sizing: border-box;
    width: 600px;
}

.photos-columns {
    display: flex;
    height: 520px; /* 6 * 90px */
    overflow-y: auto;
}

.photos-list {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 1em;
    overflow-y: auto;
    max-height: 100%;
    justify-content: center;
    background: #EEEEEE;
    border-radius: 5px;
    padding: 1em;
    align-items: center;
}

.photos-list::-webkit-scrollbar {
    width: 6px;
}

.photos-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.photo-cell {
    width: 6em;
    height: 6em;
}

.photo-thumb {
    width: 6em;
    height: 6em;
    object-fit: cover;
    border-radius: 5px;
    display: block;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: box-shadow 0.2s, border 0.2s;
    border: 2px solid transparent;
}

.photo-thumb:hover {
    box-shadow: 0 0 0 2px #3b82f6;
}

.photo-thumb.active {
    border-color: #3b82f6;
}

.photo-preview {
    width: 80%;
    padding-left: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.preview-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.show-more {
    margin-top: 8px;
    text-align: right;
}

.tippy-box[data-theme~='photos'] {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    max-width: 700px !important;
    max-height: 600px;
    overflow: visible;
}

.tippy-box[data-theme~='photos'] .tippy-arrow {
    color: white;
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */
.checked-green {
    color: green
}
.inactive-grey {
    color: lightgrey
}
/* @tailwind base; */
@tailwind components;
@tailwind utilities;

@layer components {
  .btn-primary {
    @apply tw-py-2 tw-px-4 tw-bg-blue-200;
  }

  .btn-base {
    @apply tw-inline-flex tw-items-center tw-justify-center tw-gap-1.5 tw-rounded tw-border tw-border-gray-200 tw-bg-white tw-px-5 tw-py-3 tw-text-gray-900 tw-transition hover:tw-text-gray-700 focus:tw-outline-none focus:tw-ring;
  }

  /* #content_block h1 {
    @apply text-4xl text-[#1D5073];
  } */
  
  .tw-tailwind-button-wrapper button {
    @apply !tw-bg-indigo-600 !tw-px-5 !tw-py-3 !tw-font-medium !tw-text-white hover:!tw-bg-indigo-700;
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{ 
	position:absolute;
	top:0; left:0; 
	z-index:9999;
	overflow: auto;
}
#cboxWrapper {max-width:none;background: white;}
#cboxOverlay { 
	position:fixed; 
	width:100%; 
	height:105%;
	background-color: lightgray;
}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent {
	position:relative; 
	border: 15px white solid;
	padding: 1em 2em;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: gray #666 #666 gray;
}

button#cboxClose {
	margin: 10px;	
}

#cboxContent button.select2-select2-selection__choice__remove {
	margin: 0;
}

#cboxLoadedContent{ 
	overflow: auto;
}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:105%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:105%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
.address_details {
    background: #EEEEEE; 
    padding: 0.5em 1em
}
.dt-length select { margin-right: 0.5em; }

/* must be that specific to override the default */
table.dataTable thead th.column-filters { font-weight: normal; }

.dt-col-highlight {
    background-color: rgba(var(--dt-row-hover), 0.052) !important;
  }
.recipient-bubble {
    padding: .1em .2em; 
    margin: .2em;
    background: white; 
    border: 1px solid gray; 
    border-radius: .3em;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
  }

   .email-mode-toggle {
    cursor: pointer;
   }
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
.edit_linkable_resource, .new_linkable_resource {
  border-radius: 5px;
  padding: 0.1em 0.2em;
  margin-bottom: 0.1em;
  text-align: right
}

.edit_linkable_resource input[type="text"], .new_linkable_resource input[type="text"] {
  text-align: right;
}

.display_linkable_resource {
  margin-bottom: 0.2em;
  padding: 0.3em;
  border-bottom: 1px dashed #ccc;
  font-size: smaller; 
  font-family: monospace;
  color: #1d5073;
}

.display_linkable_resource i {
  font-size: 1.3em;
}
#mass-update-preview-table td, 
#mass-update-preview-table th, 
#mass-update-example-table td, 
#mass-update-example-table th {
    font-size: 10pt;
}

#mass-update-example-table {
    width: 50em; 
}
.ms-container{
  background: transparent url(/../assets/switch.png) no-repeat 50% 50%;
  width: 370px;
}

.ms-container:after{
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection{
  background: #fff;
  color: #555555;
  float: left;
  width: 45%;
}
.ms-container .ms-selection{
  float: right;
}

.ms-container .ms-list{
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 200px;
  padding: 0;
  overflow-y: auto;
}

.ms-container .ms-list.ms-focus{
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}

.ms-container ul{
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.ms-container .ms-optgroup-container{
  width: 100%;
}

.ms-container .ms-optgroup-label{
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection{
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover{
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #08c;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled{
  background-color: #eee;
  color: #aaa;
  cursor: text;
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
@media print {
	html, body, .grid.flex, #content_block {margin: 0; padding: 0}
	.info_bar {visibility: hidden; display:none}
	#page_header {display: none}
	#menu_area {display:none}
	#top_menu {visibility: hidden; display:none; top:0px; height:0px; line-height:0px}
	.handover_nav {visibility: hidden; display:none}
	#header_area {visibility: hidden; display: none;}
	.ui_visibility_head {visibility: hidden; display: none;} 
	.viewport87 {
		width: auto;
		height: inherit;
	}
}

 @page {
    margin: 1.5cm 1cm;
 }
.remark, .problem, .email {
    width: 100%;
    position: relative;
	padding: 0.1em 0.1em 0.2em 1.75em;
	border-radius: 5px;
	background: #EFEFEF;
    margin: 0.4em 0 0.8em 0;
	border: 1px solid lightgrey;
}

.tippy-content .remark:nth-child(odd) {
    background: #FCFCFC
}

.remark-content-wrapper {
    min-height: 4em; 
    width: 95%; 
    padding: 0.2em 0.4em
}
.remark-date {
    color: #333333;
    font-size: small;
    font-weight: 600;
}

.remark-author {
    color: #666666;
    font-size: small;
    font-weight: 600;
}

.edit_remark_box {
	border: 1px solid lightgrey; 
	padding: 1em;
	border-radius: 5px;
	background: #EFEFEF;
	margin: 0.4em 0
}

.problem,
.remark.open {
	background: #FFA500 !important;
}

/**/
/* Base style for the :before pseudo element */
.problem:before,
.remark.open:before,
.remark.done:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 0.3em;
    text-align: center;
}

/* Specific for .open */
.problem:before,
.remark.open:before {
    content: "\f071";
    color: white;
    /* color: rgba(255,165,0,0.7); */
}

/* Specific for .done */
.remark.done:before {
    content: "\f00c";
    font-size: 0.8em;
    left: 0.6em;
    color: rgba(0,128,0,0.7);
}

/* Icon position in normal view e.g. orders/show locations/show */
.remark:before {
    top: 0.4em;
}

/* Compact for the view as tooltip */
.remark.compact:before {
    top: 0.2em;
}
.popup-form-part {
    display: none;
}

.rfm_remove_item {
    float: right;
}

.filter-items-wrapper {
    border-left: 1px dashed #AAA;
    padding: 0em !important;
    margin-left: 2px;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 600; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #eee; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 10px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    box-shadow: -4px 0px 10px 1px #aaaaaa;
}

/* The navigation menu links */
.sidenav a {
    /*padding: 8px 8px 8px 32px;*/
    text-decoration: none;
    font-size: 10.0pt;
    line-height: 1.25em;
    /*color: #818181;*/
    display: block;
    transition: 0.3s;
}

.sidenav i.fa {
    font-size: 8.0pt;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    /*color: #f1f1f1;*/
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 7px    ;
    left: 7px;
    font-size: 18px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/*#main {*/
/*    transition: margin-left .5s;*/
/*    padding: 20px;*/
/*}*/

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.block-a {
    width: 400px;
    background-color: #f1f1f1;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.report-item {
    background-color: #eee;
    margin-top: 4px;
    padding: 2px;
    min-height: 10px;
    /*text-align: center;*/
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
    border: 1px solid #D3D3D3
}

.report-item:hover {
    background-color: #D3D3D3;
}

.report-item-content {
    min-height: 1.5em;
    margin: 0 auto;
}

.rfm_remove_item {
    padding-right: 5px;
}

.rfm-dialog {
    position: fixed;
    right: 20.5%;
    width: 300px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 601;
    border-radius: 8px;
}
.rfm-dialog.active {
    display: block;
}
.rfm-dialog::before {
    content: '';
    position: absolute;
    top: 10%; /* розташування по центру діалогового вікна */
    right: -10px; /* стрілка на правому боці */
    transform: translateY(-10%);
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    /*box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);*/
}
.rfm-dialog input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.rfm-dialog button {
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.rfm-dialog button:hover {
    background-color: #45a049;
}

#new_filter_block_form_wrapper {
    padding-bottom: 100px;
}
body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   10.0pt;
  line-height: 1.25em;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

div.field, div.actions {
  margin-bottom: 1em;
  clear: both;
}
*/

#notice {
  color: green;
}

.field_with_errors input {border: 1px solid red}
.field_with_errors label {color: red}

#error_explanation {
  border: 2px solid #8B0000;
  padding: 7px 7px 0.5em 7px;
  margin-bottom: 0.5em;
  background-color: #f0f0f0;
}

#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 0.5em;
  font-size: 10pt;
  margin: -7px;
  margin-bottom: 0;
  background-color: #8B0000;
  color: #ffffff;
}

#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}
@media screen {
	
	#top_menu {
	    margin: 0 auto;
		background: #005b9a;
	    border-radius: 5px;
	    border: none;
	    
	}
	
	#top_menu li a {
		color: white;		
		text-shadow: 0px 1px 1px #000;
		background: #005b9a;
	}
	
	#top_menu li a:hover,
	#top_menu li a:active	
	 {
		color: black;		
		text-shadow: 0px 1px 1px #fff;
		background: #fff;		
	}

/* Keep the search elements when menu is toggled */
   #top_menu .search {
   	display: inline-block;
   	visibility: visible;
   	padding: 10px 0; 	
   	margin: 0 2%;  	
   }   
/* Float the Menu bar icon to the right */
  #top_menu > li.first {
	float: right;		
  }
   
  #top_menu li.first:hover {
    display:inline-block;
  }    
	
  #system_body .grid {
  	padding: 0;
  }
  
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {  
	ul#left_ajax_results {
		max-height: 660px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	ul#left_ajax_results {
		max-height: 440px;
	}
}
@media screen and (min-width: 320px) and (max-width: 640px) {
	#left_menu_bar {
		display: none;
	}	
	ul#left_ajax_results {
		display: none;
	}
}
.tippy-box[data-theme~="ui-tooltip-theme"] {
    color: #333333;                         /* from .ui-widget-content */
    background-color: #ffffff;              /* from .ui-widget-content */
    font-family: Arial,Helvetica,sans-serif;  /* from .ui-widget */
    font-size: 1em;                           /* from .ui-widget */
    box-shadow: 0 0 5px #666666;            /* from .ui-widget-shadow */
  
    max-width: 650px;
    min-width: 450px;
  }
  
.tippy-box[data-theme~="ui-tooltip-theme"] .tippy-arrow {
color: #fff;
}
.todo-green {
    color: green;
}

.todo-blue {
    color: #0073ff;
}

.todo-gray{
    color: lightgray;
}

.todo-yellow{
    color: #feba01;
}


/* Show text_area for :comment as big as moderately possible and show scrollbars only if required  */
.expandable-text-field {
    /* max-height: 100px; */
    resize: vertical;
    min-height: 2em;
    overflow-y: hidden;
}

.expandable-text-field.overflow {
    overflow-y: auto;
}

#todoItemsTable td {
    /* Handle text overflow */
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 0; /* Forces text wrapping */
    padding: 0.2em;
}

.pulse-and-fade-border {
  border: 2px solid green;
  animation: pulseAndFade 5s forwards;
}

@keyframes pulseAndFade {
  0% {
    transform: scale(1);
    /* border-color: green; <tr> has no border */
    box-shadow: 0 0 10px rgba(50, 255, 50, 0.8);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.05);
  }
  25% {
    transform: scale(1);
  }
  26% {
    /* border-color: green; */
    box-shadow: 0 0 10px rgba(50, 255, 50, 0.8);
  }
  100% {
    /* border-color: transparent; */
    box-shadow: none;
  }
}

.table-striped > *:nth-child(odd),
.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.table-striped > *:nth-child(even),
.table-striped > tbody > tr:nth-child(even) {
    background-color: #efefef;
}
/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    width: 400px;
    border: 1px solid #8496ba;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list-facebook li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
}

li.token-input-token-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

li.token-input-token-facebook p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-facebook span {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token-facebook {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}

li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #3b5998;
    color: #fff;
}
/* Example tokeninput style #1: Token vertical list*/
ul.token-input-list {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
/*    width: 100%; */
    border: 1px solid #999;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list li {
    list-style-type: none;
}

ul.token-input-list li input {
    border: 0;
    /* width: 350px; */
    padding: 3px 8px;
    background-color: white;
    -webkit-appearance: caret;
}

li.token-input-token {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    margin: 3px;
    padding: 3px 5px;
    background-color: #d0efa0;
    color: #000;
    font-weight: bold;
    cursor: default;
    display: block;
}

li.token-input-token p {
    float: left;
    padding: 0;
    margin: 0;
}

li.token-input-token span {
    float: right;
    color: #777;
    cursor: pointer;
}

li.token-input-selected-token {
    background-color: #08844e;
    color: #fff;
}

li.token-input-selected-token span {
    color: #bbb;
}

div.token-input-dropdown {
    position: absolute;
    /* width: 400px; */
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 12px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown ul li {
    background-color: #fff;
    padding: 3px;
    list-style-type: none;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #fafafa;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #fff;
}

div.token-input-dropdown ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #d0efa0;
}

.successfully-saved.hide-opacity{
    opacity: 0;
}
.successfully-saved {
    color: green;
    font-size: small;
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
