/*
Theme Name: Mentor Manager
Theme URI: https://mentor-polska.pl/
Author: Piotr Kijowski
Author URI: https://mentor-polska.pl/
Description: Lightweight WordPress theme built with a focus on speed and usability. 
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mentor_manager
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Elements
# Forms
# Links
# Alignments
# Accessibility
# Clearings
# Navigation
	# Mobile Menu
	# Navigation Search
	# Dropdown Menus
	# Sidebar Navigation
	# Layout
	# Slideout Navigation (backwards compatibility)
	# Post Navigation
# Header
# Content
# Media
	# Captions
	# Galleries
	# Comments
# Widgets
# Content Layout
	# One Container
	# Separate Containers
	# Full Width Content
	# Contained Content
	# Columns
# Footer
	# Footer Bar
# Featured Images
# Top Bar
# Back to Top Button
# Icons
# Compatibility
--------------------------------------------------------------*/

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

*{
	color-adjust: exact !important;
	-webkit-print-color-adjust: exact!important;
	print-color-adjust: exact !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	min-height:100%;position:relative;
	scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	padding: 5px;
	border-color:#CCC !important;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

a {
	background-color: transparent;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: normal;
	text-transform: none;
	font-size: 17px;
	line-height: 1.5;
}

p {
	margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

pre {
	background: rgba(0, 0, 0, 0.05);
	font-family: inherit;
	font-size: inherit;
	line-height: normal;
	margin-bottom: 1.5em;
	padding: 20px;
	overflow: auto;
	max-width: 100%;
}

blockquote {
	border-left: 5px solid rgba(0, 0, 0, 0.05);
	padding: 20px;
	font-size: 1.2em;
	font-style:italic;
	margin: 0 0 1.5em;
	position: relative;
}

blockquote p:last-child {
	margin: 0;
}

table,
th,
td {
	/*border: 1px solid rgba(0, 0, 0, 0.1);*/
	border: 1px solid #CCC;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.5em;
	width: 100%;
}

th,
td {
	padding: 8px;
}

th {
	border-width: 0 1px 1px 0;
}

td {
	border-width: 0 1px 1px 0;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 40px;
	margin-top: 40px;
}

fieldset {
	padding: 0;
	border: 0;
	min-width: inherit;
}

fieldset legend {
	padding: 0;
	margin-bottom: 1.5em;
}

h1 {
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: 300;
	text-transform: none;
}

h2 {
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: 300;
	text-transform: none;
}

h3 {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
}

h4,
h5,
h6 {
	margin-bottom: 20px;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b,
strong {
	font-weight: bold;
}

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

address {
	margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

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

th {
	font-weight: bold;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid transparent;
	background: #666;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	padding: 10px 20px;
	color: #FFF;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
	background: #FAFAFA;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 10px 15px;
	box-sizing: border-box;
	max-width: 100%;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

input[type="file"] {
	max-width: 100%;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a,
button,
input {
	transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

a,
a:visited,
a:hover,
a:focus {
	text-decoration: none;
}

.button,
.wp-block-button .wp-block-button__link {
	padding: 10px 20px;
	display: inline-block;
}

.wp-block-button .wp-block-button__link {
	font-size: inherit;
	line-height: inherit;
}

.using-mouse :focus {
	outline: 0;
}

.using-mouse ::-moz-focus-inner {
	border: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.no-sidebar .entry-content .alignfull {
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: 100vw;
	width: auto;
}

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

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.paging-navigation:after,
.site-footer:after,
.site-info:after,
.page-header-content-container:after, /* Temporary clearing until GPP 1.6.3 */
.inside-navigation:not(.grid-container):after,
.inside-header:not(.grid-container):after,
.inside-top-bar:not(.grid-container):after,
.inside-footer-widgets:not(.grid-container):after {
	content: "";
	display: table;
	clear: both;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.main-navigation {
	z-index: 100;
	padding: 0;
	clear: both;
	display: block;
}

.inside-navigation {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	font-size: 12px;
}

.main-navigation ul li a {
	display: block;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.sf-menu > li.menu-item-float-right {
	float: right !important;
}

.main-navigation .main-nav ul li a {
	padding-left: 10px;
	padding-right: 15px;
	line-height: 60px;
}

/*--------------------------------------------------------------
## Mobile Menu
--------------------------------------------------------------*/

.menu-toggle,
.mobile-bar-items,
.sidebar-nav-mobile {
	display: none;
}

.menu-toggle {
	padding: 0 20px;
	line-height: 60px;
	margin: 0;
	font-weight: normal;
	text-transform: none;
	font-size: 15px;
	cursor: pointer;
}

.main-navigation .mobile-bar-items a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px;
}

/*--------------------------------------------------------------
## Navigation Search
--------------------------------------------------------------*/

.search-item a:before {
	content: "\f002";
	font-family: GeneratePress;

	width: 1.28571429em;
	text-align: center;
	display: inline-block;
}

.search-item.close-search a:before {
	content: "\f00d";
}

.search-item .screen-reader-text {
	top: 0;
	right: 0;
	left: auto;
	margin: 0;
}

.main-navigation li.search-item {
	float: right;
	z-index: 21;
}

li.search-item.active {
	transition: opacity 100ms ease-in-out;
}

.navigation-search {
	position: absolute;
	left: -99999px;
	pointer-events: none;
	visibility: hidden;
	z-index: 20;
	width: 100%;
	top: 0;
	transition: opacity 100ms ease-in-out;
	opacity: 0;
}

.navigation-search.nav-search-active {
	left: 0;
	right: 0;
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}

.gen-sidebar-nav .navigation-search {
	top: auto;
	bottom: 0;
}

.navigation-search input {
	outline: 0;
	border: 0;
	vertical-align: bottom;
	line-height: 0;
	opacity: 0.9;
	width: 100%;
	z-index: 20;
	border-radius: 0;
	-webkit-appearance: none;
}

.navigation-search input::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

.navigation-search input::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

.navigation-search input::-webkit-search-decoration,
.navigation-search input::-webkit-search-cancel-button,
.navigation-search input::-webkit-search-results-button,
.navigation-search input::-webkit-search-results-decoration {
	display: none;
}

.nav-left-sidebar .main-navigation li.search-item.active,
.nav-right-sidebar .main-navigation li.search-item.active {
	width: auto;
	display: inline-block;
	float: right;
}

.navigation-search input {
	height: 60px;
}

/*--------------------------------------------------------------
## Dropdown Menus
--------------------------------------------------------------*/

.main-navigation ul ul {
	display: block;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	float: left;
	position: absolute;
	left: -99999px;
	opacity: 0;
	z-index: 99999;
	width: 200px;
	text-align: left;
	top: auto;
	transition: opacity 80ms linear;
	transition-delay: 0s;
	pointer-events: none;
	height: 0;
	overflow: hidden;
}

.main-navigation ul ul a {
	display: block;
}

.main-navigation ul ul li {
	width: 100%;
}

.main-navigation .main-nav ul ul li a {
	line-height: normal;
	padding: 10px 20px;
	font-size: 12px !important;
}

.main-navigation.sub-menu-left .sub-menu {
	right: 0;
}

.dropdown-hover .main-navigation:not(.toggled) ul li:hover > ul,
.dropdown-hover .main-navigation:not(.toggled) ul li.sfHover > ul {
	left: auto;
	opacity: 1;
	transition-delay: 150ms;
	pointer-events: auto;
	height: auto;
	overflow: visible;
}

.dropdown-hover .main-navigation:not(.toggled) ul ul li:hover > ul,
.dropdown-hover .main-navigation:not(.toggled) ul ul li.sfHover > ul {
	left: 100%;
	top: 0;
}

.dropdown-hover .main-navigation.sub-menu-left:not(.toggled) ul ul li:hover > ul,
.dropdown-hover .main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover > ul {
	right: 100%;
	left: auto;
}

.dropdown-click .main-navigation ul ul {
	visibility: hidden;
}

.dropdown-click .main-navigation ul.toggled-on,
.dropdown-click .main-navigation ul li.sfHover > ul.toggled-on {
	left: auto;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	height: auto;
	overflow: visible;
}

.dropdown-click nav ul ul ul {
	background-color: transparent;
}

.main-navigation .main-nav ul ul li a {
	line-height: normal;
}

.nav-float-right .main-navigation ul ul ul {
	top: 0
}

.main-navigation .main-nav ul li.menu-item-has-children > a {
	padding-right: 0;
	position: relative;
}

.menu-item-has-children .dropdown-menu-toggle {
	display: inline-block;
	height: 100%;
	clear: both;
	padding-right: 20px;
	padding-left: 10px;
}

.menu-item-has-children ul .dropdown-menu-toggle {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -10px;
}

nav ul ul .menu-item-has-children .dropdown-menu-toggle,
.sidebar .menu-item-has-children .dropdown-menu-toggle {
	float: right;
}

.dropdown-menu-toggle:before {
	content: "\f107";
	font-family: GeneratePress;

	display: inline-block;
	width: 0.8em;
	text-align: left;
}

nav:not(.toggled) ul ul .dropdown-menu-toggle:before {
	text-align: right;
}

.dropdown-hover .sub-menu-left ul ul .dropdown-menu-toggle {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.dropdown-click .menu-item-has-children.sfHover > a .dropdown-menu-toggle:before {
	content: "\f106";
}

.dropdown-hover .sub-menu .dropdown-menu-toggle:before,
.dropdown-hover .children .dropdown-menu-toggle:before {
	content: "\f105";
}

.dropdown-click .main-navigation ul ul ul.toggled-on {
	left: 0;
	top: auto;
	position: relative;
}

/*--------------------------------------------------------------
## Sidebar Navigation
--------------------------------------------------------------*/

.widget-area .main-navigation li {
	float: none;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.dropdown-hover .widget-area .main-navigation ul li:hover ul,
.dropdown-hover .widget-area .main-navigation ul li.sfHover > ul {
	top: 0;
	left: 100%;
}

.dropdown-hover.both-right .widget-area .main-navigation ul li:hover ul,
.dropdown-hover.both-right .widget-area .main-navigation ul li.sfHover ul,
.dropdown-hover .widget-area .inside-right-sidebar .main-navigation ul li:hover ul,
.dropdown-hover .widget-area .inside-right-sidebar .main-navigation ul li.sfHover ul {
	right: 100%;
	left: auto;
}

.dropdown-hover.both-right .inside-left-sidebar .dropdown-menu-toggle:before,
.dropdown-hover .inside-right-sidebar .dropdown-menu-toggle:before {
	content: "\f104";
}

.dropdown-hover.both-left .inside-right-sidebar .dropdown-menu-toggle:before,
.dropdown-hover .inside-left-sidebar .dropdown-menu-toggle:before {
	content: "\f105";
}

.dropdown-click .widget-area .main-navigation ul ul {
	top: auto;
	position: absolute;
	float: none;
	width: 100%;
	left: -99999px;
}

.dropdown-click .widget-area .main-navigation ul ul.toggled-on {
	position: relative;
	left: 0;
	right: 0;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/

.nav-float-right .inside-header .main-navigation {
	float: right;
	clear: right;
}

.nav-float-left .inside-header .main-navigation {
	float: left;
	clear: left;
}

.nav-aligned-right .main-navigation .menu > li,
.nav-aligned-center .main-navigation .menu > li {
	float: none;
	display: inline-block;
}

.nav-aligned-right .main-navigation ul,
.nav-aligned-center .main-navigation ul {
	letter-spacing: -0.31em;
	font-size: 1em;
}

.nav-aligned-right .main-navigation ul li,
.nav-aligned-center .main-navigation ul li {
	letter-spacing: normal;
}

.nav-aligned-center .main-navigation {
	text-align: center;
}

.nav-aligned-right .main-navigation {
	text-align: right;
}

/*--------------------------------------------------------------
## Slideout Navigation (backward compatibility)
--------------------------------------------------------------*/

.slideout-navigation .dropdown-menu-toggle:before {
	content: "\f107" !important;
}

.slideout-navigation .sfHover > a .dropdown-menu-toggle:before {
	content: "\f106" !important;
}

/*--------------------------------------------------------------
## Post Navigation
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 2em;
	overflow: hidden;
}

.paging-navigation .nav-previous,
.paging-navigation .nav-next {
	display: none;
}

.site-main .paging-navigation .navigation {
	margin: 0; /* Only for WordPress < 4.4 */
}

.site-main .post-navigation {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
	position: relative;
}

.inside-header {
	padding: 40px;
}

.main-title {
	margin: 0;
	font-size: 30px;
	line-height: 1.0em;
	word-wrap: break-word;
	font-weight: bold;
	text-transform: none;
}

.site-description {
	margin: 0 0 0 50px;
	line-height: 1.5;
	font-weight: normal;
	text-transform: none;
	font-size: 10px;
	letter-spacing:0.25px;
}

.site-logo {
	display: inline-block;
	max-width: 100%;
	float:left;
}

.header-aligned-center .site-header {
	text-align: center;
}

.header-aligned-right .site-header {
	text-align: right;
}

.site-header .header-image {
	vertical-align: middle;
}

.header-widget {
	float: right;
	overflow: hidden;
	max-width: 50%;
	display:inline-block;
}

.header-widget .widget {
	padding: 0 0 20px;
	margin-bottom: 0;
}

.header-widget .widget:last-child {
	padding-bottom: 0;
}

.nav-float-right .header-widget .widget {
	padding: 0 0 10px;
}

.nav-float-right .header-widget {
	position: relative;
	top: -10px;
}

.nav-float-left .inside-header .site-branding,
.nav-float-left .inside-header .site-logo {
	float: right;
	clear: right;
}

.nav-float-left .inside-header:after {
	clear: both;
	content: '';
	display: table;
}

.nav-float-right .inside-header .site-branding {
	display: inline-block;
}

.header-widget .widget-title {
	margin-bottom: 15px;
}

.header-user-welcome {
	font-size:1.0em;
	margin:10px 0px 10px 10px;
}

.roles{
	width:auto;
	height:20px;
	display:block;
	margin:0px 20px 0px 0px;
	font-size:10px;
	text-align:right;
}

.logout{
	vertical-align:middle;
	text-align:right;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.sticky{}

.post {
	margin: 0 e0 2em;
}

.posted-on .updated {
	display: none;
}

.byline,
.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.archive .format-aside .entry-header,
.blog .format-status .entry-header,
.archive .format-status .entry-header,
.blog .format-status .entry-meta,
.archive .format-status .entry-meta {
	display: none;
}

.blog .format-aside .entry-content,
.archive .format-aside .entry-content,
.blog .format-status .entry-content,
.archive .format-status .entry-content {
	margin-top: 0;
}

.blog .format-status .entry-content p:last-child,
.archive .format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.site-content,
.entry-header {
	word-wrap: break-word;
}

.entry-title {
	margin-bottom: 0;
}

.page-header {
	margin-bottom: 30px;
}

.page-header .avatar {
	float: left;
	margin-right: 20px;
}

.page-header .author-info {
	overflow: hidden;
}

.page-header > *:last-child,
.page-header .author-info > *:last-child {
	margin-bottom: 0;
}

.entry-meta {
	font-size: 85%;
	margin-top: .5em;
	line-height: 1.5;
}

footer.entry-meta {
	margin-top: 2em;
}

.cat-links:before,
.tags-links:before,
.comments-link:before,
.nav-previous .prev:before,
.nav-next .next:before {
	font-family: GeneratePress;
	text-decoration: inherit;
	position: relative;
	margin-right: 0.6em;
	width: 13px;
	text-align: center;
	display: inline-block;
}

.cat-links:before {
	content: "\f07b";
}

.tags-links:before {
	content: "\f02c";
}

.comments-link:before {
	content: "\f086";
}

.nav-previous .prev:before {
	content: "\f104";
}

.nav-next .next:before {
	content: "\f105";
}

.cat-links,
.tags-links,
.comments-link {
	display: block;
}

.taxonomy-description p:last-child,
.read-more-container,
.page-content > *:last-child,
.entry-content > *:last-child,
.entry-summary > *:last-child {
	margin-bottom: 0;
}

#loginform{
	text-align:center;
	display:block;
	max-width:240px;
	font-size:14px;
	padding:0 50% 50px 50%;
	margin:0 -120px 0 -120px;
}

#loginform label{
	display:block;
	margin:0 0 5px 0;
}

#loginform input{
	padding:5px;
}

table.ordersTable {
  width: 100%;
  text-align: left;
  padding:5px 5px 50px 5px;
  border:#FFF solid 0px;
}
table.ordersTable td, table.ordersTable th {
  border: 0px solid #AAAAAA;
  padding: 5px 5px;
}

table.ordersTable th a{
	color:#FFF;
}
table.ordersTable tbody td {
  font-size: 12px;
  color: #000000;
}
table.ordersTable tr:nth-child(even) {
  background: #ECECEC;
}

table.ordersTable thead {
  background: #969696;
  background: -moz-linear-gradient(top, #b0b0b0 0%, #a0a0a0 66%, #969696 100%);
  background: -webkit-linear-gradient(top, #b0b0b0 0%, #a0a0a0 66%, #969696 100%);
  background: linear-gradient(to bottom, #b0b0b0 0%, #a0a0a0 66%, #969696 100%);
}
table.ordersTable thead th {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
}
table.ordersTable tfoot {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  background: #969696;
  background: -moz-linear-gradient(top, #b0b0b0 0%, #a0a0a0 66%, #969696 100%);
  background: -webkit-linear-gradient(top, #b0b0b0 0%, #a0a0a0 66%, #969696 100%);
  background: linear-gradient(to bottom, #b0b0b0 0%, #a0a0a0 66%, #969696 100%);
  border-top: 0px solid #444444;
}

table.ordersTable tfoot tr:hover, table.ordersTable thead tr:hover {
  background: -moz-linear-gradient(top, #b0b0b0 0%, #a0a0a0 66%, #969696 100%);
  background: -webkit-linear-gradient(top, #b0b0b0 0%, #a0a0a0 66%, #969696 100%);
  background: linear-gradient(to bottom, #b0b0b0 0%, #a0a0a0 66%, #969696 100%);
}
table.ordersTable tfoot td {
  font-size: 13px;
}
table.ordersTable tfoot .links {
  text-align: right;
}
table.ordersTable tfoot .links a{
  display: inline-block;
  background: #FFFFFF;
  color: #000000;
  padding: 2px 8px;
  border-radius: 5px;
}
table.ordersTable tfoot .links a.active{
	font-weight:bold;
}

table.ordersTable tr:hover{
	background: #CCC;
}

.order_steps_holder{
	width:100%;
	height:100px;
	display:block;
	color:#CCC;
}

.order_step{
	width:29%;
	height:100px;
	display:inline-block;
	text-align:center;
}

.order_step a, .order_step a:visited{
	color:#CCC;
}

.order_step a:hover{
	color:#000;
}
.order_step p{
	font-size:42px;
	margin:0;
}

.order_step.active{
	color:#000;
}

.order_arrow{
	width:4%;
	height:100px;
	display:inline-block;
	font-size:42px;
	vertical-align:top;
}

.order_separator{
	width:100%;
	height:5px;
	display:block;
}

.order_separator hr{
	border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(150, 150, 150, 0.75), rgba(0, 0, 0, 0));
}

.order_step_holder{
	width:100%;
	display:block;
}

.order_no{
	width:100%;
	height:25px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#CCC;
	padding:5px;
}

.order_no_mat{
	width:100%;
	height:25px;
	display:block;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#CCC;
	padding:0px;
}

.order_no_with_price{
	width:100%;
	height:25px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#000;
	padding:5px;
}

.order_col_left, .order_col_right{
	width:49%;
	display:inline-block;
	float:left;
	padding:5px;
	margin:20px 0px 50px 0px;
	vertical-align:top;
}

.order_col_right hr{
	width:95%;
	border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(150, 150, 150, 0.75), rgba(0, 0, 0, 0));
	margin:19px 0px 5px 0px;
}

.order_col_left label, .order_col_right label{
	display:block;
	font-size:12px;
	padding:5px 0px 0px 0px;
}

.order_col_left span, .order_col_right span{
	font-size:12px;
}

.order_footer{
	width:100%;
	display:block;
	padding:5px;
	float:left;
}

.col_spacer{
	width:100%;
	height:20px;
	display:block;
}

.order_add_products{
	width:100%;
	height:auto;
	padding:5px;
	margin:20px 0px 20px 0px;
	font-size:12px;
}

.order_add_products hr{
	border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(150, 150, 150, 0.75), rgba(0, 0, 0, 0));
	margin:24px 0px 8px 0px;
}

.order_add_products span{
	/*font-size:12px;*/
	/*width:75px;*/
	/*margin-right:10px;*/
}
.order_add_products label{
	display:block;
}

.order_add_products{
	font-size:17px;
}

.add_to_order{
	width:35px;
	height:25px;
	text-align:center;
	padding:0px 0px 10px 0px;
	vertical-align:central;
	font-size:24px;
	border:0px solid #000;
	background:#CCC;
	border-radius: 25px;
	display:block;
	color:#FFF;
}

.add_to_order:hover{
	color:#FFF;
	background-color:#090;	
}

.remove_from_order{
	width:35px;
	height:25px;
	text-align:center;
	padding:0px 0px 10px 0px;
	vertical-align:central;
	font-size:24px;
	border:0px solid #000;
	background:#CCC;
	border-radius: 25px;
	display:block;
	color:#FFF !important;
}

.remove_from_order:hover{
	color:#FFF;
	background-color:#C00;	
}

.form_no_border{border-collapse:collapse;border-spacing:0;border-color:#fff; width: 100%; vertical-align:top;}

.form_no_border td{border-width: 0px; vertical-align:top;}

.tg1  {border-collapse:collapse;border-spacing:0;border-color:#fff; width: 100%;}
.tg1 td{font-family:Arial, sans-serif;font-size:9px;padding:10px 5px;border-style:solid;overflow:hidden; border-width: 0px; word-break:normal;border-color:#ccc;color:#333;background-color:#fff; vertical-align:top;}
.tg1 th{font-family:Arial, sans-serif;font-size:12px;font-weight:normal;padding:10px 5px;border-style:solid;overflow:hidden;word-break:normal;border-color:#ccc;color:#333;background-color:#fff; border-width: 0px;}
.tg1 .tg-0lax{text-align:left;vertical-align:top}
.tg1 .tg-0lax-action{ width:50px;}

.tg  {border-collapse:collapse;border-spacing:0;border-color:#fff; width: 100%;}
.tg td{font-family:Arial, sans-serif;font-size:12px;padding:10px 5px;border-style:solid;overflow:hidden; border-width: 0px; word-break:normal;border-color:#ccc;color:#333;background-color:#fff; vertical-align:top;}
.tg tr:hover td{
	background:#E8E8E8;
}
.tg tr:nth-child(odd):hover td{
	background:#E8E8E8;
}
.tg th{font-family:Arial, sans-serif;font-size:12px;font-weight:normal;padding:10px 5px;border-style:solid;overflow:hidden;word-break:normal;border-color:#ccc;color:#333;background-color:#fff; border-width: 0px;}
.tg .tg-0lax{text-align:left;vertical-align:top}
.tg .tg-0lax-action{ width:50px;}
.tg tr:nth-child(odd) td{background-color: #f2f2f2;}


.order_summary{
}

.order_col_left1, .order_col_right1{
	width:49%;
	display:inline-block;
	float:left;
	padding:5px;
	vertical-align:top;
}

.order_col_left1 p, .order_col_right1 p{
	font-size:12px;
	margin:0;
}

.order_col_right1 hr{
	margin:10px 0px 10px 0px;
}

.status_table{
	border-spacing:0;border-color:#fff;
	border-color:#ccc;color:#333;background-color:#fff;
	border-width: 0px;
}

.status_table td{
	border-spacing:0;border-color:#000;
	border-color:#ccc;background-color:#fff;
	border-width: 0px;
	text-align:center;
	padding:0px 0px 0px 0px;
}

.status_no{
	width:30px;
	height:30px;
	text-align:center;
	font-size:30px;
}

.status_no.completed{
	color:#090 !important;
}

.status_no.active{
	color:#F90 !important;
}

.status_no.not_active{
	color:#E8E8E8 !important;
}

.status_no.overdue{
	color:#F00 !important;
}

.status_check{
	width:30px;
	height:30px;
	text-align:center;
	font-size:24px;
	vertical-align:middle;
}

.status_msg{
	text-align:left !important;
	padding-left:5px !important;
	font-size:12px;
}

.status_msg em{
	display:block;
	font-size:9px;
}

.status_row{
	color:#CCC;
	font-size:10px;
	text-align:center;
}

.edit_order_button a{
	width:100%;
	height:30xp;
	text-align:center;
	display:block;
	padding:10px;
	margin:5px 10px 5px 0px;
	font-weight:bold;
	border:1px solid #CCC;
	font-size:12px;
}

.edit_order_button a:hover{
	color:#FFF;
	background-color:#999;
}

.edit_order_heading{
	font-size:12px;
	text-align:left;
	margin:10px 10px;
}

.add_notes_button a{
	width:150px;
	height:30xp;
	text-align:center;
	display:inline-block;
	padding:10px;
	margin:5px 0px 5px 0px;
	font-weight:bold;
	border:1px solid #CCC;
	font-size:12px;
}

.add_notes_button a:hover{
	color:#FFF;
	background-color:#999;
}

.order_footer{
	text-align:center;
	font-size:12px;
	margin:0px 0px 10px 0px;
}

.order_footer label {
	display:block;
	font-size:12px;
}

.order_footer hr{
	margin:5px 0px 20px 0px;
}

.next_step a{
	width:100px;
	height:30xp;
	text-align:center;
	display:block;
	float:right;
	padding:10px;
	margin:0 10px 0px 0px;
	font-weight:bold;
	border:1px solid #CCC;
	font-size:12px;
}

.act_filter a:hover{
	color:#FFF;
	background-color:#999;
}

.act_filter a{
	width:100px;
	height:30xp;
	text-align:center;
	display:inline-block;
	float:right;
	padding:10px;
	margin:10px 10px 0px 0px;
	font-weight:bold;
	border:1px solid #CCC;
	font-size:12px;
}

.next_step a:hover{
	color:#FFF;
	background-color:#999;
}

.clear_form a{
	width:100px;
	height:30xp;
	text-align:center;
	display:block;
	float:left;
	padding:10px;
	margin:0 10px 0px 0px;
	font-weight:bold;
	border:1px solid #CCC;
	font-size:12px;
}

.clear_form a:hover{
	color:#FFF;
	background-color:#999;
}

.prev_step a{
	width:100px;
	height:30xp;
	text-align:center;
	display:block;
	float:left;
	padding:10px;
	margin:0 10px 0px 0px;
	font-weight:bold;
	border:1px solid #CCC;
	font-size:12px;
}

.prev_step a:hover{
	color:#FFF;
	background-color:#999;
}

.order_details_holder{
	width:70%;
	height:auto;
	display: inline-block;
	float:left;
	margin:0px 10px 50px 10px;
	font-size:12px;
}

.order_status_holder{
	width:25%;
	height:auto;
	display:inline-block;
	float:right;
	margin:0px 10px 50px 10px;
	text-align:center;
}

.order_col_left2, .order_col_right2{
	width:45%;
	display:inline-block;
	float:left;
	padding:5px;
	vertical-align:top;
}

.order_col_left2 p, .order_col_right2 p{
	font-size:12px;
	margin:0;
}

.order_col_right2 hr{
	margin:10px 0px 10px 0px;
}

.order_col_left3, .order_col_right3, .order_col_center3{
	width:30%;
	display:inline-block;
	float:left;
	padding:5px;
	vertical-align:top;
}

.order_col_left3 p, .order_col_right3 p{
	font-size:12px;
	margin:0;
}

.order_col_right3 hr{
	margin:10px 0px 10px 0px;
}

.order_hr_separator{
	width:100%;
	height:10px;
	margin:10px 0px 10px 0px;
	display:block;
	float:left;
}

.order_hr_separator hr{
	margin:0px 0px 0px 0px;
}

.production_overview_holder{
	width:100%;
	height:auto;
	margin:10px 10px 10px 10px;
	text-align:center;
}

.graphical_overview_holder, .printing_overview_holder, .hala_overview_holder{
	width:200px;
	height:250px;
	display:inline-block;
	border:1px solid #CCC;
	margin:10px 30px 10px 30px;
	border-radius:15px;
	background: rgb(226,226,226); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	box-shadow:0px 0px 10px grey;
}

div.graphical_overview_holder:hover, div.printing_overview_holder:hover, div.hala_overview_holder:hover{
	background: rgb(120,216,236); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(120,216,236,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(120,216,236,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(120,216,236,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d8ec', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	box-shadow:0px 0px 10px grey;
}

.graphical_overview_holder a, .printing_overview_holder a, .hala_overview_holder a{
	color:#000;
	text-decoration:none;
}

.graphical_overview_holder a:hover, .printing_overview_holder a:hover, .hala_overview_holder a:hover{
	color:#000;
	text-decoration:none;
}

.home_overview_holder{
	width:175px;
	height:250px;
	display:inline-block;
	border:1px solid #CCC;
	margin:10px 30px 30px 30px;
	border-radius:15px;
	background: rgb(226,226,226); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	box-shadow:0px 0px 10px grey;
}

div.home_overview_holder:hover{
	background: rgb(120,216,236); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(120,216,236,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(120,216,236,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(120,216,236,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d8ec', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	box-shadow:0px 0px 10px grey;
}

.home_overview_holder a{
	color:#000;
	text-decoration:none;
}

.home_overview_holder a:hover{
	color:#000;
	text-decoration:none;
}

.task_count_holder{
	font-size:80px;
	padding:10px;
}
.task_count_holder em{
	font-size:10px;
	display:block;
	margin-top:-20px;
}

.dep_name_holder{
	font-size:14px;
}

.view_holder{
	font-size:36px;
	padding:10px;
}

.order_docs{
	width:100%;
	height:auto;
	padding:0px;
	border:0px solid #FFF;
	border-spacing: 0;
    border-collapse: collapse;
}

.order_docs td{
	border:0px solid #FFF;
}

.back_btn{
	
}

.back_btn{
	display:inline-block;
	float:left;
}

.back_btn a{
	width:200px;
	height:30xp;
	text-align:center;
	display:block;
	padding:10px;
	margin:5px 10px 5px 0px;
	font-weight:bold;
	border:1px solid #CCC;
	font-size:12px;
}

.back_btn a:hover{
	color:#FFF;
	background-color:#999;
}

.print_btn{
	display:inline-block;
	float:right;
}


.print_btn a{
	width:200px;
	height:30xp;
	text-align:center;
	display:block;
	padding:10px;
	margin:5px 10px 50px 0px;
	font-weight:bold;
	border:1px solid #CCC;
	font-size:12px;
}

.print_btn a:hover{
	color:#FFF;
	background-color:#999;
}



.print_elem_btn{
	display:inline-block;
	float:right;
}


.print_elem_btn a{
	width:200px;
	height:30xp;
	text-align:center;
	display:block;
	padding:10px;
	margin:-50px 10px 50px 0px;
	font-weight:bold;
	border:1px solid #CCC;
	font-size:12px;
}

.print_elem_btn a:hover{
	color:#FFF;
	background-color:#999;
}

.order_lead{
	display:block;
	font-size:14px;
	text-align:right;
	margin:10px 50px 10px 50px;
}

.order_lead p{
	font-weight:bold;
}

.order_protocol_content{
	display:block;
	width:100%;
	font-size:14px;
	margin:30px 50px 0px 50px;
	padding:0px 0px 50px 0px;
}

.pickup_header{
	display:block;
	width:100%;
	height:230px;
	font-size:14px;
	margin:10px 50px 0px 50px;
	padding:0px 0px 50px 0px;
}

.pickup_logo{
	display: inline-block;
	height:266px;
	width:288px;
	float:left;
}

.pickup_date_holder{
	display: inline-block;
	float:right;
	margin:10px 75px 0px 75px;
	height:170px;
	width:293px;
	background:url(img/pickup_date.png);
	background-repeat:no-repeat;
}
.checkbox_protocol{
	font-size:24px;
	display:inline-block;
	vertical-align:middle;
}

.horizontal_spacer{
	display:inline-block;
	height:14px;
	width:665px;
}
.horizontal_spacer_small{
	display:inline-block;
	height:14px;
	width:20px;
}

.vertical_spacer_big{
	width:100%;
	height:200px;
	display:block;
}

.signature{
	text-align:right;
	margin:10px 50px 0px 50px;
}

.signature_left{
	text-align:left;
	margin:10px 50px 0px 50px;
}

.location_doc{
	display:block;
	margin:73px 40px 0px 0px;
	font-weight:bold;
	text-align:center;
}

.location_date_doc{
	display:block;
	margin:0px;
	font-weight:bold;
	text-align:center;
	margin:5px 40px 0px 0px;
}

.location_date_doc input{
	background:none;
	border:0px solid #000;
}

.pickup_devlivery_table{
	width:920px;
	height:auto;
	padding:0px;
	border:1px solid #000;
	border-spacing: 0;
    border-collapse: collapse;
}

.pickup_devlivery_table td{
	border:1px solid #000;
}

.rnp_cutomer{
	width:65%;
	height:40px;
	border:2px solid #000;
	text-align:center;
	padding:15px 0px 0px 0px;
	margin:0px 20px 0px 0px;
	border-radius:20px;
	vertical-align:central;
	display:inline-table;
	/*font-size:100vb;*/
}

.rnp_customer_lable{
	width:67%;
	height:15px;
	text-align:left;
	font-size:10px;
	display:inline-block;
	margin:0px 0px 0px 0px;
	vertical-align:top;
}

.rnp_lead{
	width:30%;
	height:40px;
	border:2px solid #000;
	text-align:center;
	border-radius:20px;
	vertical-align:central;
	padding:15px 0px 0px 0px;
	margin:0px;
	display:inline-block;
}

.rnp_lead_lable{
	width:25%;
	height:15px;
	text-align:left;
	font-size:10px;
	display:inline-block;
	margin:0px 0px 0px 0px;
	vertical-align:top;
}

.rnp_creation_date{
	width:31%;
	height:40px;
	border:2px solid #000;
	text-align:center;
	border-radius:20px;
	vertical-align:central;
	padding:15px 0px 0px 0px;
	margin:0px 20px 0px 0px;
	display:inline-block;
}

.rnp_delivery_date{
	width:31%;
	height:40px;
	border:2px solid #000;
	text-align:center;
	border-radius:20px;
	vertical-align:central;
	padding:15px 0px 0px 0px;
	margin:0px 20px 0px 0px;
	display:inline-block;
}

.rnp_color{
	width:17%;
	height:40px;
	border:2px solid #000;
	text-align:center;
	border-radius:20px;
	vertical-align:central;
	padding:15px 0px 0px 0px;
	margin:0px 20px 0px 0px;
	display:inline-block;
	background-color:#000;
	color:#FFF;
}

.rnp_quantity{
	width:20%;
	height:40px;
	border:2px solid #000;
	text-align:center;
	border-radius:20px;
	vertical-align:central;
	padding:15px 0px 0px 0px;
	margin:0px;
	display:inline-block;
	background-color:#FFF;
	color:#000;
}

.rnp_rnp_creation_date_lable{
	width:33%;
	height:15px;
	text-align:left;
	font-size:10px;
	display:inline-block;
	margin:0px 0px 0px 0px;
	vertical-align:top;
}

.rnp_delivery_date_lable{
	width:34%;
	height:15px;
	text-align:left;
	font-size:10px;
	display:inline-block;
	margin:0px 0px 0px 0px;
	vertical-align:top;
}

.rnp_color_lable{
	width:20%;
	height:15px;
	text-align:left;
	font-size:10px;
	display:inline-block;
	margin:0px 0px 0px 0px;
	vertical-align:top;
}

.rnp_quantity_lable{
	width:10%;
	height:15px;
	text-align:left;
	font-size:10px;
	display:inline-block;
	margin:0px 0px 0px 0px;
	vertical-align:top;
}

.rnp_size{
	width:22%;
	height:40px;
	border:2px solid #000;
	text-align:center;
	border-radius:20px;
	vertical-align:central;
	padding:15px 0px 0px 0px;
	margin:0px 20px 0px 0px;
	display:inline-block;
	background-color:#000;
	color:#FFF;
}

.rnp_monting{
	width:22%;
	height:40px;
	border:2px solid #000;
	text-align:center;
	border-radius:20px;
	vertical-align:central;
	padding:15px 0px 0px 0px;
	margin:0px 20px 0px 0px;
	display:inline-block;
	background-color:#000;
	color:#FFF;
}

.rnp_bench{
	width:10%;
	height:40px;
	border:2px solid #000;
	text-align:center;
	border-radius:20px;
	vertical-align:central;
	padding:15px 0px 0px 0px;
	margin:0px 20px 0px 0px;
	display:inline-block;
	background-color:#000;
	color:#FFF;
}

.rnp_backside{
	width:10%;
	height:40px;
	border:2px solid #000;
	text-align:center;
	border-radius:20px;
	vertical-align:central;
	padding:15px 0px 0px 0px;
	margin:0px 20px 0px 0px;
	display:inline-block;
	background-color:#000;
	color:#FFF;
}

.rnp_roof{
	width:22%;
	height:40px;
	border:2px solid #000;
	text-align:center;
	border-radius:20px;
	vertical-align:central;
	padding:15px 0px 0px 0px;
	margin:0px 20px 0px 0px;
	display:inline-block;
	background-color:#000;
	color:#FFF;
}

.rnp_size_lable{
	width:25%;
	height:15px;
	text-align:left;
	font-size:10px;
	display:inline-block;
	margin:0px 0px 0px 0px;
	vertical-align:top;
}

.rnp_monting_lable{
	width:24%;
	height:15px;
	text-align:left;
	font-size:10px;
	display:inline-block;
	margin:0px 0px 0px 0px;
	vertical-align:top;
}

.rnp_bench_lable{
	width:12%;
	height:15px;
	text-align:left;
	font-size:10px;
	display:inline-block;
	margin:0px 0px 0px 0px;
	vertical-align:top;
}

.rnp_backside_lable{
	width:13%;
	height:15px;
	text-align:left;
	font-size:10px;
	display:inline-block;
	margin:0px 0px 0px 0px;
	vertical-align:top;
}

.rnp_roof_lable{
	width:22%;
	height:15px;
	text-align:left;
	font-size:10px;
	display:inline-block;
	margin:0px 0px 0px 0px;
	vertical-align:top;
}

.rnp_product{
	width:75%;
	height:40px;
	border:2px solid #000;
	text-align:center;
	border-radius:20px;
	vertical-align:central;
	padding:15px 0px 0px 0px;
	margin:0px 20px 0px 0px;
	display:inline-block;
}

.rnp_prep{
	width:8.25%;
	height:40px;
	border:2px solid #000;
	text-align:center;
	border-radius:20px;
	vertical-align:central;
	padding:15px 0px 0px 0px;
	margin:0px 20px 0px 0px;
	display:inline-block;
}

.rnp_check{
	width:8.25%;
	height:40px;
	border:2px solid #000;
	text-align:center;
	border-radius:20px;
	vertical-align:central;
	padding:15px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:inline-block;
}

.rnp_product_lable{
	width:76%;
	height:15px;
	text-align:left;
	font-size:10px;
	display:inline-block;
	margin:0px 20px 0px 0px;
	vertical-align:top;
}

.rnp_prep_lable{
	width:10%;
	height:15px;
	text-align:left;
	font-size:10px;
	display:inline-block;
	margin:0px 0px 0px 0px;
	vertical-align:top;
}

.rnp_check_lable{
	width:10%;
	height:15px;
	text-align:left;
	font-size:10px;
	display:inline-block;
	margin:0px 0px 0px 0px;
	vertical-align:top;
}

.rnp_vis{
	width:98%;
	height:600px;
	line-height:600px;
	display:block;
	text-align:center;
	vertical-align: middle;
	border:2px solid #000;
	border-radius:20px;
	margin:0px 0px 20px 0px;
}

.rnp_vis img{
	height:400px;
	width:auto;
	margin:100px 0px 0px 0px;
}

.rnp_misc{
	width:96%;
	height:auto;
	display:block;
	text-align:left;
	vertical-align: middle;
	border:2px dashed #000;
	padding:15px 10px 15px 10px;
	border-radius:20px;
	margin:0px 0px 50px 0px;
}

.page_count{
	font-size:9px;
	width:100%;
	text-align:center;
	display:block;
	margin-bottom:20px;
}

.psheet{
	width:1020px;
	height:1136px;
	border-bottom:1px dashed #CCC;
	margin:20px 0px 20px 0px;
	display:block;
	position: relative;
}

.psheet_head{
	width:1020px;
	height:75px;
	display:block;
	border:1px #000 solid;
}

.psheet_head_order_title{
	width:750px;
	height:75px;
	display:inline-block;
	border-right:1px solid #666;
	padding:0px 0px;	
}

.psheet_head_order_title .order_number{
	font-weight:bold;
	margin:10px 0px 0px 25px;
	font-size:18px;
}

.psheet_head_order_title .order_name{
	margin:0px 0px 0px 25px;
	font-size:12px;
}

.psheet_head_order_title .order_number .order_lead_name{
	font-size:12px;
	font-weight:normal;
	margin:0px 25px 0px 0px;
	float:right;
	text-align:right;
	text-decoration:none;
}

.psheet_head_order_title .order_number .order_lead_name i{
	display:block;
	margin:0px 0px;
	font-size:8px;
	line-height:8px;
	font-style:normal;
	text-align:right;
	text-decoration:none;
}

.psheet_head_due_date{
	width:269px;
	height:75px;
	display:inline-block;
	border-right:0px solid #000;
	text-align:center;
	padding:0px 0px;
	float:right;
	background:#666;
	color:#FFF !important;
}

.psheet_head_due_date .date{
	font-weight:bold;
	margin:10px 0px -5px 0px;
	padding:0px 0px;
	font-size:26px;
	color:transparent !important; 
   	text-shadow:0 0 0 #fff !important;
}

.psheet_head_due_date .implementation{
	margin:0px 0px 0px 0px;
	font-size:12px;
	text-transform:uppercase;
	padding:-5px 0px 0px 0px;
	font-weight:bold;
	color:transparent !important; 
   	text-shadow:0 0 0 #fff !important;
}

.psheet_product_head{
	width:1020px;
	height:60px;
	display:block;
	border:1px solid #000;
	border-top:0px #000 solid;
}

.psheet_product_lp{
	width:50px;
	height:60px;
	display:inline-block;
	border-right:1px solid #000;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
	font-size:18px;
	font-weight:bold;
}
.psheet_product_head_pnc{
	width:614px;
	height:60px;
	display:inline-block;
	border-right:1px solid #000;
	text-align: left;
	vertical-align: middle;
	line-height: 100%;
	font-size:16px;
	position: relative;
}

.psheet_product_head_pnc p{
	padding:15px 5px 5px 5px;
}

.psheet_product_head_pnc em{
	font-size:10px;
}

.psheet_product_head_single{
	width:750px;
	height:60px;
	display:inline-block;
	border-right:1px solid #000;
	text-align: left;
	vertical-align: middle;
	line-height: 100%;
	font-size:18px;
	position: relative;
}

.psheet_product_head_single p{
	padding:12.5px 5px 5px 25px;
}

.psheet_product_head_single em{
	font-size:10px;
}

.psheet_product_head_rating{
	width:75px;
	height:20px;
	border:0px solid #000;
	position: absolute; 
	bottom: 0;
	right:0;
	margin:0px 5px 0px 0px;
	font-size:12px;
	text-align:right;
}

.psheet_product_head_shop_img{
	width:75px;
	height:60px;
	display:inline-block;
	border-right:1px solid #000;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
}

.psheet_product_head_shop_img img{
	width:auto;
	height:50px;
	padding:5px 0px;
}

.psheet_product_head_pquant{
	width:245px;
	height:60px;
	display:inline-block;
	border-right:0px solid #000;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
}

.psheet_product_head_pquant p {
	font-size:30px;
	font-weight:bold;
}

.psheet_product_head_pquant em{
	font-size:12px;
	font-weight:normal;
}

.psheet_product_const_content{
	width:1020px;
	height:960px;
	display:table;
	position:absolute;
	border:1px #000 solid;
	border-top:0px solid #FFF;
	text-align:center;
	vertical-align:middle;
}

.psheet_product_const_content img{
	max-width:1000px;
	max-height:940px;
	width:auto;
	height:100%;
	text-align:center;
	line-height: 940px;
	display:table-cell;
	position: relative;
	top: 10px;
	z-index:1;
	font-size:12px;
}

.psheet_product_mini_img{
	width:269px;
	height:270px;
	display:table;
	border:1px solid #000;
	border-top:0px solid #FFF;
	border-right:1px solid #000;
	background:#FFF;
	position:absolute;
	top:0px;
	right:0px;
	z-index:10;
	text-align:center;
	vertical-align:middle;
}

.psheet_product_mini_img img{
	max-width:269px;
	max-height:269px;
	width:auto;
	height:100%;
	text-align:center;
	line-height: 270px;
	font-size:12px;
	position: relative;
	top: 0px;
}

.psheet_footer_first{
	width:1022px;
	height:90px;
	display:block;
	border:0px #000 solid;
}

.psheet_footer_first_title{
	width:740px;
	height:90px;
	display:inline-block;
	border:0px solid #666;
	padding:0px 0px;	
}

.psheet_footer_first_count{
	width:269px;
	height:90px;
	display:inline-block;
	border:0px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align:center;
	padding:0px 0px;
	background:#666 !important;
	color:transparent !important; 
   	text-shadow:0 0 0 #fff !important;
	float:right;
}

.psheet_footer_first_count .date{
	font-weight:bold;
	margin:10px 0px -5px 0px;
	padding:0px 0px;
	font-size:32px
}

.psheet_footer_first_count .date em{
	display:inline-block;
	font-size:12px;
	font-weight:normal;
	line-height:12px;
	text-align: right;
}

.psheet_gnotes_holder{
	width:1020px;
	height:100px;
	display:block;
	border:1px solid #000;
	position:absolute;
	bottom:25px;
	left:0;
	color:#F00;
	text-transform:uppercase;
}

.psheet_gnotes_holder .note{
	padding:10px 10px;
	font-size:12px;
}

.psheet_pnotes_holder{
	width:1020px;
	height:100px;
	display:block;
	border:1px solid #000;
	border-top:0px solid #000;
	margin:0px 0px;
	padding:0px 0px;
}

.psheet_pnotes_holder .note{
	padding:10px 10px;
	font-size:12px;
}

.psheet_pnotes_holder .note em{
	color:#F00;
	font-style:normal;
}

.psheet_product_status_construction_holder{
	width:1020px;
	height:75px;
	display:table;
	border:1px solid #000;
	border-top:0px solid #000;
	margin:0px 0px;
	padding:0px 0px;
}

.psheet_status_holder{
	width:750px;
	height:75px;
	display:table;
	border-right:1px solid #000;
}

.psheet_status_title{
	width:150px;
	height:75px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	color:transparent !important; 
   	text-shadow:0 0 0 #fff !important;
	background-color:#666 !important;
	border-right:1px solid #000;
}

.psheet_status_notes{
	width:600px;
	height:75px;
	display:table-cell;
	font-size:12px;
	break-inside:auto;
}

.psheet_status_notes p{
	font-size:10px;
	padding:0px 0px 0px 10px;
	margin:0px 0px; 
	line-height:14px;
	border-bottom:1px dashed #CCC;
}

.psheet_status_notes p:before{
	width:100%;
}

.psheet_construction_holder{
	width:269px;
	height:60px;
	padding:15px 0px 0px 0px;
	display:table-cell;
	vertical-align: middle;
	
}

.psheet_construction_holder p{
	text-align:center;
	font-size:20px;
	text-transform:uppercase;
	font-style:normal;
	font-weight:bold;
	border:0px solid #000;
}

.const_number{
	border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 8px;

    background: #fff;
    border: 2px solid #000;
    color: #000;
    text-align: center;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
}

.psheet_production_notes_holder{
	width:1020px;
	height:55px;
	display:block;
	border:1px solid #000;
	border-top:0px solid #000;
	margin:0px 0px;
	padding:5px 0px 10px 0px;
	font-size:12px;
	break-inside:auto;
}


.psheet_production_notes_holder p{
	font-size:12px;
	padding:0px 0px 0px 10px;
	margin:0px 0px; 
	line-height:10px;
	font-weight:bold;
	border-bottom:1px dashed #CCC;
}

.psheet_production_notes_holder p:before{
	width:100%;
}

.psheet_t_img{
	width:750px;
	height:715px;
	display:inline-block;
	border-right:1px solid #000;
	text-align:center;
	vertical-align:middle;
}

.psheet_t_img img{
	max-height:700px;
	max-width:700px;
	padding-top:10px;
}

.psheet_options{
	width:269px;
	height:715px;
	display:inline-block;
	float:right;
}

.psheet_option{
	width:269px;
	height:50px;
	display:table;
	border:0px solid #F00;
	border-bottom:1px solid #000;
}

.psheet_option .titles{
	width:123px;
	height:40px;
	display:table-cell;
	border:0px solid #000;
	border-right:1px solid #000;
	line-height:auto;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	text-transform:uppercase;
	padding:5px 5px 5px 5px;
}

.psheet_option .options{
	width:122px;
	height:40px;
	display:table-cell;
	border:0px solid #000;
	line-height:auto;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px 5px 5px 5px;
}

.roof_const_colors{
	font-size:10px;
	display:table-cell;
	width:80px;
	height:auto;
	line-height:auto;
	text-align:center;
	vertical-align:middle;
	float:left;
	padding:5px 5px 0px 5px;
}

.roof_color{
	width:25px;
	height:25px;
	display:block;
	float:right;
}

.const_color{
	width:25px;
	height:25px;
	display:block;
	float:right;
}

.page_no_holder{
	width:100%;
	height:20px;
	display:block;
	border:0px solid #000;
	padding:10px 0px 0px 0px;
	font-size:9px;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
}

.psheet_image_options_holder{
	width:1020px;
	height:715px;
	display:inline-block;
	border:1px solid #000;
	border-top:0px solid #000;
}

.psheet_summary_table{
	width:1022px;
	margin:0px 0px;
	padding:0px 0px;
	table-layout:auto;
	border:1px solid #000;
	border-top:0px solid #000;
	font-size:12px;
}

.psheet_summary_table table{
	border-collapse: collapse;
}

.psheet_summary_table th, .psheet_summary_table td {
	padding:0px 0px;
}

.psheet_summary_table tr:nth-child(even) {
	background-color: #f2f2f2;
}

.psheet_summary_table thead{
	background-color:#CCC;
	color:#000
}

.psheet_lp{
	width:20px;
	text-align:center;
}

.psheet_p{
	width:350px;
}

.psheet_count, .psheet_anc, .psheet_bench, .psheet_roof, .psheet_eindex{
	width:100px;
}

.psheet_check{
	width:50px;
}

.empty_page_filler{
	width:1020px;
	height:1100px;
	display:block;
	background-color:#FFF;
}

.order_no_with_price_subhead{
	font-size:12px;
}
.order_no_with_price_subhead u{
	color:#8cb23f;
	text-decoration:none;
}

.order_form_with_price_order_details{
	width:300px;
	font-size:12px;
	border:0px solid #FFF;
	margin-right: 0px;
    margin-left: auto;
}

.order_form_with_price_order_details td{
	border:0px solid #FFF;
}
.order_fwp_customer_table{
	width:92%;
	text-align:right;
	border:0px solid #CCC;
	display:block;
	margin:-160px 0px 0px 0px;
	font-size:10px;
}

.order_fwp_main_table{
	width:92%;
	font-size:12px;
}

.order_fwp_main_table input{
	font-size:12px;
	padding:0px;
	border:0px #FFF solid;
	background-color:#FFF;
	text-align:right;
}

.order_protocol_content p{
	width:92%;
	font-size:12px;
	margin-bottom:10px;
}

.red{
	color:#F00;
}

.epv_holder{
	width:100%;
	display:block;
	font-size:12px;
}

.add_option{
	width:20px;
	height:8px;
	text-align:center;
	padding:0px 1px 12px 0px;
	vertical-align:central;
	font-size:12px;
	border:0px solid #000;
	background:#CCC;
	border-radius: 25px;
	display:inline-block;
	color:#FFF;
}

.add_option:hover{
	color:#FFF;
	background-color:#090;	
}

.remove_option{
	width:16px;
	height:8px;
	text-align:center;
	padding:0px 0px 8px 0px;
	vertical-align:central;
	font-size:10px;
	border:0px solid #000;
	background:#CCC;
	border-radius: 25px;
	display:inline-block;
	color:#FFF !important;
}

.remove_option:hover{
	color:#FFF;
	background-color:#C00;	
}

.form_msg_holder{
	width:300px;
	height:auto;
	background:#F5F5F5;
	padding:10px;
	font-size:12px;
	text-align:center;
	margin:0px auto 10px auto;
}

.del_confrim{
	display:inline-block;
	padding:0px 30px 0px 30px;
	margin:10px 0px 0px 0px !important;
	font-weight:bold;
	color:#F00;
}

#fileToSwap{
	color:#CCC; 
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    /*-moz-appearance: textfield;*/
}

.breadcrumbs{
	width:100%;
	height:25px;
	display:block;
	font-size:12px;
}

#note_content, #log_content{
	display:block;
}

.main{
	width:100%; 
	height:auto; 
	padding:10px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 0px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  top: 125%;
  left: -270px;
  margin-left: -50%;
}

.tooltip .tooltiptext a{
	color:#FFF;
}

.tooltip .tooltiptext a:hover{
	color:#FFF;
	text-decoration:underline;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 290px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.log_holder{
	width:100%;
	height:auto;
	display:inline-block;
	margin:10px auto 10px auto;
}
.activity_table{
	width:100%;
	border:0px solid #999;
	border-collapse: collapse;
	font-size:12px;
}

.activity_table thead{
	background-color:#999;
	color:#FFF;
	font-weight:bold;
}

.activity_table table, .activity_table th, .activity_table td {
  border: 1px solid #CCC;
  padding:5px;
}

.activity_table tr:hover{
	background:#eeeeee;
}

.activity_table i{
	font-size:26px !important;
	vertical-align: middle;
}

#const_elems_list{
	display:none;
}

#const_elems_list_short{
	display:block;
}

.menu-icons{
	font-size:18px;
	vertical-align:middle;
	padding:0px 5px 0px 0px;
}

.new_order_btn_holder{
	width:100%;
	height:60px;
	display:block;
	text-align:center;
	font-size:30px;
	line-height:1.0em;
	margin:0px 0px;
}
.new_order_btn_holder em{
	font-size:12px;
	margin:0px 0px;
	display:block;
}

.search_results_serach{
	display:inline-block;
	float:right;
}

.search_results_serach input{
	padding:5px 5px;
	font-size:12px;
}


.search_results_header{
	display:inline-block;
}

.search_results_list{
	display:block;
	font-size:14px;
}

.search_results_list tr:hover{
	background-color:#CCC;
}


#map {
        height: 600px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
       }
	   
.green{
	color:#090 !important;
}

.orange{
	color:#F90 !important;
}

.red{
	color:#F00 !important;
}

#map { width:100%; height:600px; }

.mapboxgl-popup {
	max-width: 400px;
	font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.loader {
	margin: 0 0 -585px 0;
	height: 585px;
	width: 98.5%;
	position: relative;
	display:block;
	vertical-align:middle;
	text-align: center;
	padding: 1em;
	top: -600px;
	left:0%;
	z-index: 9999;
	font-size:9px;
	font-weight:bold;
	background-color:rgba(255, 255, 255, 0.85);"
}

.loader svg{
	padding:240px 0px 0px 0px;
}

.import_log{
	width:100%;
	height:400px;
	display:block;
	overflow:scroll;
	overflow-y: visible;
	overflow-x: hidden;
	font-size:10px;
}

.import_log p{
	vertical-align:middle;
}

.import_log_img{
	max-height:20px !important;
}


.order_form_header_holder{
	display:inline-block;
	width:100%;
	height:auto;
	font-size:12px;
}

.order_form_logo_holder{
	display:inline-block;
	float:left;
	width:330px;
	height:auto;
	padding:10px 10px;
	text-align:center;
}

.order_form_logo_holder img{
	width:150px;
	height:auto;
}

.order_form_logo_holder p{
	margin:5px 0px 0px 0px;
}

.order_form_logo_holder .bold{
	font-weight:bold;
}

.order_form_client_data_holder{
	display:inline-block;
	float:right;
	width:330px;
	height:auto;
	padding:10px 50px 10px 10px;
	text-align:right;
}

.order_form_client_data_holder p{
	margin:5px 0px 0px 0px;
}

.order_form_client_data_holder .bold{
	font-weight:bold;
}

.order_form_date{
	font-size:10px;
	margin:10px 0px 0px 0px;
}

.order_form_order_no_holder{
	display:inline-block;
	width:100%;
	height:auto;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	line-height:18px;
	padding:5px 0px 5px 0px;
}

.order_form_order_data_holder{
	display:inline-block;
	width:100%;
	height:auto;
	text-align:center;
	font-weight:bold;
	line-height:18px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.order_form_order_data_holder table{
	width:90%;
	margin:0px 5% 0px 5%;
	border:1px solid #CCC;
	border-bottom-width:0px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:0px;
}

.order_form_order_data_holder th, td{
	border-color:#000;
}

.order_form_order_data_holder th{
	font-size:10px;
	padding:5px 5px;
	line-height:10px;
	background-color:#C9F7D7;
	text-align:center;
}

.order_form_order_data_holder tr.special{
	background-color:#CCFFFF;
	font-size:8px;
	padding:0px 0px 0px 0px;
	line-height:0px;
}

.order_form_order_data_holder tr.special td{
	text-align:center;
}

.order_form_order_data_holder tr{
	font-size:12px;
}

.order_form_delivery_type th{
	background-color:#FFF;
	font-weight:normal;
	font-size:12px;
	text-align:left;
}

.order_form_price_summary th{
	background-color:#E7E6E6;
	font-weight:bold;
	font-size:14px;
}

.order_form_note{
	display:inline-block;
	width:100%;
	height:auto;
	text-align:center;
	font-weight:bold;
	line-height:18px;
	margin:0px 50px 0px 51px;
	padding:0px 0px 0px 0px;
}

.order_form_note_disp{
	display:inline-block;
	width:90%;
	height:auto;
	text-align:justify;
	line-height:10px;
	margin:0px 5% 0px 5%;
	padding:0px 0px 0px 0px;
	border:0px solid #F00;
	font-size:10px;
}

.order_form_note_header{
	display:inline-block;
	width:90%;
	margin:0px 5% 0px 5%;
	padding:0px 0px;
	height:25px;
	background:#D9D9D9;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	text-align:left;
	color:#F00;
}
.order_form_note_header p{
	padding:5px 0px 5px 10px;
}

.order_form_notes_adds{
	display:inline-block;
	width:90%;
	margin:0px 5% 0px 5%;
	padding:0px 0px 0px 0px;
	height:auto;
	font-size:12px;
	text-align:left;
}

.order_form_notes_adds table, th, td{
	/*background:#FFF;*/
}

.order_form_note_footer{
	display:inline-block;
	width:90%;
	margin:0px 5% 0px 5%;
	padding:0px 0px 0px 0px;
	height:auto;
}

.order_form_note_prepared_by{
	display:inline-block;
	width:100%;
	height:12px;
	padding:0px 0px 50px 0px;
	font-size:10px;
}

.stamp_holder{
	text-align:center;
	vertical-align:bottom;
	font-size:10px;
}

.p_type_shipping{
	background-color:rgba(240, 236, 4, 0.6);
}

.p_type_delivery{
	background-color:rgba(253, 138, 11, 0.6);
}

.p_type_mount{
	background-color:rgba(255, 0, 0, 0.6);
}

.p_type_pickup{
	background-color:rgba(255, 255, 255, 0.6);
}

.p_type_default{
	background-color:transparent;
}

.order_form_note_fz{
	display:inline-block;
	width:100%;
	height:auto;
	text-align:left;
	font-weight:bold;
	line-height:18px;
	padding:0px 0px 0px 0px;
}

.order_form_note_fz_label{
	font-size:14px;
	padding:5px 0px 25px 0px;
	font-weight:bold;
}

.order_form_vat_label{
	font-size:14px;
	padding:5px 0px 25px 0px;
	font-weight:bold;
}

.thQUANT{
	width:75px;
	height:auto;
	font-size:12px;
	padding:5px 5px;
}

.p_save{
	font-size:9px;
	text-align: center;
	padding:2px 2px;
	border:1px solid #666;
	background:#CCC;
	color:#000;
	font-weight:bold;
	margin:2px 2px;
	float:right;
	cursor:pointer;
}

.p_cancle{
	font-size:9px;
	text-align: center;
	padding:2px 2px;
	border:1px solid #666;
	background:#CCC;
	color:#000;
	font-weight:bold;
	margin:2px 2px;
	float:left;
	cursor:pointer;
}

.edit_empty_note{
	font-size:9px;
	font-style:italic;
}

.page_jumpers{
	position: fixed;
	display:block;
    left: 68vw;
    top: 17vw;
	width:50px;
	height:100px;
	border:0px solid #F00;
	font-size:48px;
	color:#CCC;
}

.jump_to_prev_page, .jump_to_next_page{
	width:50px;
	height:50px;
	display:block;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}

.jump_to_prev_page:hover, .jump_to_next_page:hover{
	color:#666;
}

.jump_to_spacer{
	width:50px;
	height:5px;
	display:block;
}

.rnp_page_container{
	width:700px;
	height:1120px;
	display:block;
	border:1px solid #CCC;
	margin:10px 150px 10px 150px;
	position: relative;
}

.rnp_order_header{
	width:659px;
	height:60px;
	display:block;
	padding:0px 0px;
	border:0px solid #999;
	margin:20px 20px 0px 20px;
}

.rnp_oid_and_cname{
	width:500px;
	height:60px;
	display:inline-block;
	border:1px solid #CCC;
	border-right:1px solid #FFF;
	float:left;
}

.rnp_oid{
	display:block;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	margin:5px 0px 0px 10px;
	text-decoration:underline;
}

.rnp_cname{
	display:block;
	font-size:12px;
	line-height:12px;
	margin:2px 0px 0px 10px;
}

.rnp_outdate_and_ptype{
	display:inline-block;
	width:155px;
	height:60px;
	float:left;
	border:1px solid #CCC;
	text-align:center;
}

.rnp_outdate{
	display:block;
	width:155px;
	height:30px;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	margin:10px 0px 0px 0px;
}

.rnp_ptype{
	display:block;
	width:155px;
	height:20px;
	background:#E6E6E6;
}

.rnp_ptype em{
	font-size:12px;
	font-weight:500;
	display:block;
	margin:0px 0px 0px 0px;
}

.rnp_order_header_line_2{
	width:659px;
	height:60px;
	display:block;
	padding:0px 0px;
	border:0px solid #999;
	margin:0px 20px 0px 20px;
}

.rnp_indate_and_desc{
	display:inline-block;
	width:218px;
	height:50px;
	float:left;
	border:1px solid #CCC;
	border-top:0px solid #FFF;
	text-align:center;
}

.rnp_indate{
	display:block;
	width:218px;
	height:20px;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	margin:10px 0px 0px 0px;
}

.rnp_indate_desc{
	display:block;
	width:218px;
	height:20px;
	background:#E6E6E6;
}
.rnp_indate_desc em{
	font-size:10px;
	line-height:20px;
	font-weight:500;
	display:block;
	margin:0px 0px 0px 0px;
}

.rnp_copy_for{
	display:inline-block;
	width:218px;
	height:50px;
	float:left;
	border:1px solid #CCC;
	border-top:0px solid #FFF;
	border-left:0px solid #FFF;
	text-align:center;
}

.rnp_copy_name{
	display:block;
	width:218px;
	height:20px;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	margin:10px 0px 0px 0px;
}

.rnp_copy_desc{
	display:block;
	width:218px;
	height:20px;
	background:#E6E6E6;
}
.rnp_copy_desc em{
	font-size:10px;
	line-height:20px;
	font-weight:500;
	display:block;
	margin:0px 0px 0px 0px;
}

.rnp_olead_and_desc{
	display:inline-block;
	width:219px;
	height:50px;
	float:left;
	border:1px solid #CCC;
	border-top:0px solid #FFF;
	border-left:0px solid #FFF;
	text-align:center;
}

.rnp_olead{
	display:block;
	width:219px;
	height:20px;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	margin:10px 0px 0px 0px;
}

.rnp_olead_desc{
	display:block;
	width:219px;
	height:20px;
	background:#E6E6E6;
}
.rnp_olead_desc em{
	font-size:10px;
	line-height:20px;
	font-weight:500;
	display:block;
	margin:0px 0px 0px 0px;
}

.rnp_summary_list_table_holder{
	width:659px;
	height:auto;
	display:block;
	padding:0px 0px;
	border:0px solid #999;
	margin:0px 20px 0px 20px;
	font-size:10px;
}

.rnp_row_prints_first { 
	display: table-row; 
	overflow: hidden; 
	width: auto;
	background-color:#E6E6E6;
}

.rnp_row_prints { 
	display: table-row; 
	overflow: hidden; 
	width: auto;
}

.rnp_row_prints:nth-of-type(odd) {
	background-color:#F0F0F0;
}
    
.rnp_row_prints:nth-of-type(even) {
	background-color:#FFF;
}

.rnp_cell_first_prints { 
	display: table-cell; 
	border: 1px solid #CCC;
	border-bottom:0px solid #FFF;
	width: auto; 
	height: auto; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	vertical-align:top;
	text-align:center;
	padding:5px 5px 5px 5px;
}

.rnp_cell_first_prints a, .rnp_cell_first_prints a:visited{
	color:#000;
}

.rnp_cell_prints { 
	display: table-cell; 
	border: 1px solid #CCC;
	border-left:0px solid #FFF;
	border-bottom:0px solid #FFF;
	width: auto; 
	height: auto; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	vertical-align:top;
	padding:5px 5px 5px 5px;
}

.rnp_cell_prints a, .rnp_cell_prints a:visited{
	color:#000;
	font-size:12px;
}

.rnp_row_prints_last{ 
	display: table-row; 
	overflow: hidden; 
	width: auto;
	background-color:#E6E6E6;
	border-bottom:1px solid #000;
}

.rnp_cell_first_prints_summary { 
	display: table-cell; 
	border: 1px solid #CCC;
	width: auto; 
	height: auto; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	vertical-align:middle;
	padding:5px 5px 5px 5px;
}

.rnp_cell_prints_summary { 
	display: table-cell; 
	border: 1px solid #CCC;
	border-left:0px solid #FFF;
	width: auto; 
	height: auto; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	vertical-align:middle;
	padding:5px 5px 5px 5px;
}

.rnp_footer_oid_and_page_no{
	width:659px;
	height:auto;
	display:block;
	padding:0px 0px;
	border:0px solid #999;
	margin:0px 20px 0px 20px;
	font-size:8px;
	line-height:8px;
	text-align:center;
	position:absolute;
	bottom:15px;
}

.has_more_notes{
	font-size:20px;
	float:right;
	padding:5px 5px;
	color:#F00;
	display:inline-block;
}


.rnp_product_name_header{
	width:659px;
	height:60px;
	display:block;
	padding:0px 0px;
	border:0px solid #999;
	margin:0px 20px 0px 20px;
}

.rnp_product_name_and_code{
	width:500px;
	height:60px;
	display:inline-block;
	border:1px solid #CCC;
	border-right:1px solid #FFF;
	float:left;
	vertical-align:middle;
}

.rnp_product_name{
	font-size:16px;
	line-height:30px;
	font-weight:bold;
	margin:5px 0px 0px 10px;
}

.rnp_product_code{
	display:inline-block;
	font-size:10px;
	line-height:10px;
	margin:10px 10px 0px 0px;
	float:right;
	font-style: italic;
}

.rnp_quant_and_desc{
	display:inline-block;
	width:155px;
	height:60px;
	float:left;
	border:1px solid #CCC;
	text-align:center;
}

.rnp_quant{
	display:block;
	width:155px;
	height:30px;
	font-size:30px;
	line-height:20px;
	font-weight:bold;
	margin:10px 0px 0px 0px;
}

.rnp_quant_desc{
	display:block;
	width:155px;
	height:20px;
	background:#E6E6E6;
}

.rnp_quant_desc em{
	font-size:12px;
	font-weight:500;
	display:block;
	margin:0px 0px 0px 0px;
}

.rnp_img_and_options_holder{
	width:657px;
	height:500px;
	display:block;
	padding:0px 0px;
	border:1px solid #CCC;
	border-top:0px solid #FFF;
	margin:0px 20px 0px 20px;
	position: relative; 
	z-index: 1;
	overflow:hidden;
	/*background: repeating-linear-gradient(-45deg, #ccc, #ccc 1px, white 1px, white 20px);*/
}

.rnp_img_holder{
	width:650px;
	height:auto;
	max-height:500px;
	min-height:500px;
	display:flex;
	align-items:center;
	position:relative;
	top:-245px;
	left:0px;
	padding:0px 0px;
	border:1px solid #F00;
	text-align:left;
	z-index:100;
	overflow:hidden;
}

.rnp_img_holder img{
	width:auto;
	max-width:550px;
	height:auto;
	max-height:470px;
}

.rnp_img_holder_vis{
	width:657px;
	height:470px;
	padding:0px 0px;
	border:0px solid #CCC;
	overflow:hidden;
	font-size:12px;
	display: flex;
	align-items:center;
	margin: auto 0;
	text-align:center;
}

.rnp_img_holder_vis img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	height:auto;
	max-height:80%;
	padding:5px 5px;
}

.rnp_vis_print{
	display:block;
	width:657px;
	height:auto;
	font-size:12px;
	color:#F00;
	line-height:12px;
	font-weight:bold;
	margin:5px 0px 5px 0px;
	text-align:center;
	font-style:italic;
}

.rnp_product_subject{
	width:481px;
	height:auto;
	display:block;
	border:1px solid #CCC;
	border-left:0px solid #CCC;
	border-top:0px solid #CCC;
	padding:5px 10px;
	z-index:1000;
	position:absolute;
	top:0px;
	left:0px;
	font-size:14px;
	background-color:#FFF;
}

.rnp_options_and_desc_holder{
	display:inline-block;
	position:relative;
	top:0px;
	left:501px;
	width:155px;
	height:auto;
	border:0px solid #F00;
	margin:0px 1px 0px 0px;
	z-index:1001;
}

.rnp_option_and_desc{
	display:block;
	width:155px;
	height:auto;
	font-size:6px;
	border:1px solid #CCC;
	border-top:0px solid #CCC;
	text-align:center;
}

.rnp_option{
	display:block;
	width:155px;
	height:auto;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	background-color:#FFF;
}

.rnp_option_desc{
	display:block;
	width:145px;
	min-height:20px;
	background:#E6E6E6;
	text-align:left;
	padding:5px 5px 5px 5px;
}

.rnp_option_desc em{
	font-size:12px;
	line-height:20px;
	font-weight:500;
	display:block;
	margin:0px 0px 0px 0px;
}

.rnp_notes_holder{
	width:637px;
	height:auto;
	min-height:90px;
	max-height:125px;
	display:block;
	padding:0px 0px;
	border:1px solid #CCC;
	border-top:0px solid #FFF;
	margin:0px 20px 0px 20px;
	font-size:12px;
	line-height:12px;
	padding:10px 10px;
}

.rnp_notes_holder p{
	line-height:15px;
	margin:0px 0px;
	padding:0px 0px;
}

.rnp_has_more_notes{
	height:100%;
	width:60px;
	display:inline-block;
	font-size:60px;
	float:left;
	padding:5px 15px 5px 5px;
	margin:10px 10px;
	color:#F00;
	display:inline-block;
	border-right:2px solid #F00;
}

.rnp_notes_disp{
	width:530px;
	height:auto;
	display:inline-block;
}

.rnp_general_notes_holder{
	width:637px;
	height:auto;
	min-height:90px;
	max-height:125px;
	display:block;
	padding:0px 0px;
	border:1px solid #CCC;
	border-top:0px solid #FFF;
	margin:0px 20px 0px 20px;
	font-size:12px;
	line-height:12px;
	padding:10px 10px;
}

.rnp_general_notes_holder p{
	line-height:15px;
	margin:0px 0px;
	padding:0px 0px;
}

.rnp_has_more_general_notes{
	height:100%;
	width:60px;
	display:inline-block;
	font-size:60px;
	float:left;
	padding:5px 15px 5px 5px;
	margin:10px 10px;
	color:#09F;
	display:inline-block;
	border-right:2px solid #09F;
}

.rnp_general_notes_disp{
	width:530px;
	height:auto;
	display:inline-block;
}

.blue{
	color:#09F;
	padding: 2px 2px;
}

.rnp_product_subject_long{
	width:657px;
	height:auto;
	display:block;
	border:1px solid #CCC;
	border-left:0px solid #CCC;
	border-top:0px solid #CCC;
	padding:5px 10px;
	font-size:12px;
	background-color:#FFF;
}

.rnp_page_filler_holder{
	width:657px;
	height:850px;
	display:block;
	padding:0px 0px;
	border:1px solid #CCC;
	border-top:0px solid #FFF;
	margin:0px 20px 0px 20px;
	position: relative; 
	z-index: 1;
	overflow:hidden;
	background: repeating-linear-gradient(-45deg, #E6E6E6, #E6E6E6 1px, white 1px, white 20px);
	text-align:center;
	vertical-align:middle;
	font-size:60px;
	line-height:800px;
	color:#E6E6E6;
	font-style:italic;
	font-weight:bold;
}

.rnp_page_filler_holder span{
	display:block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.unc_holder{
	display:none;
	width:auto;
	height:50px;
	border:0px solid #F00;
	position:fixed;
	top:100px;
	right:21%;
	z-index:10000000;
}

.unc_icon_holder{
	display:inline-block;
	width:60px;
	height:60px;
	border:0px solid #000;
	color:#F00;
	position:relative;
	top:0px;
	left:0px;
	font-size:32px;
	cursor:pointer;
	float:right;
}

.unc_icon_holder i{
	opacity:0.5;
	transition: 0.5s;
}

.unc_icon_holder i:hover{
	opacity:1;
	color:#09F;
	transform: rotate(360deg);
}

.circle{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 12px;
	height: 12px;
	padding:3px;
	background: #F00;
	border: 2px solid #FFF;
	color: #FFF;
	text-align: center;
	font-size:10px;
	font-weight:bold;
	box-shadow: 0px 0px 3px #888;
	line-height:10px;
	cursor:pointer;
	position:absolute;
	top:5px;
	right:15px;
	z-index:10;
	animation: pulse 2s infinite;
}

@keyframes pulse{
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.9);
		border: 2px solid #FFF;
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
		border: 2px solid #FFF;
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
		border: 2px solid #FFF;
	}
}

.r_data{
	font-size:9px;
}

#notifications_holder{
	display:none;
	width:350px;
	max-height:500px;
	overflow-x: hidden;
	overflow-style:marquee-block;
	padding:10px 0px 10px 10px;
	height:auto;
	border:1px solid #CCC;
	box-shadow: 0px 0px 2px #CCC;
	border-radius: 2px;
	position:relative;
	top:10px;
	right:10px;
	background:#FFF;
	float:left;
	font-size:12px;
	scrollbar-color: #CCC #FFF;
	scrollbar-width: thin;
}

.unc_notification{
	display:block;
	width:330px;
	height:auto;
	padding:5px 5px;
}

.unc_notification:nth-child(even){
	background:#EFEFEF;
}

.unc_notification:hover{
	background-color:#E8E8E8;
}

.unc_date{
	font-size:12px;
	color:#06C;
}

.unc_subject{
	display:inline-block;
	width:300px;
	color:#000;
	font-size:11px;
	font-weight:bold;
}

.unc_message{
	display:block;
	width:300px;
	color:#000;
	font-size:10px;
	border-top:1px solid #999;
}

.unc_message a{
	color:#06C !important;
}

.unc_message a:hover{
	text-decoration:underline;
}

.unc_notification_action{
	display:inline-block;
	float:right;
	padding:0px 10px 0px 0px;
	cursor:pointer;
}

.unc_notification_action:hover{
	color:#F30;
}

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	position:relative;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto 0;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	font-size: 75%;
	padding-top: 5px;
	opacity: 0.8;
}

.wp-caption img {
	position: relative;
	vertical-align: bottom;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.wp-block-gallery {
    margin-left: 0;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	background: rgba(255, 255, 255, 0.7);
	color: #000;
	padding: 10px;
	box-sizing: border-box;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.site-main .gallery {
	margin-bottom: 1.5em;
}

.gallery-item img {
	vertical-align: bottom;
}

.gallery-icon {
	padding: 5px;
}

embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {}

.comment,
.comment-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.comment-author-info {
	display: inline-block;
	vertical-align: middle;
}

.comment-meta .avatar {
	float: left;
	margin-right: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
}

.entry-meta.comment-metadata {
	margin-top: 0;
}

.comment-content {
	margin-top: 1.5em;
}

.comment-respond {
	margin-top: 0;
}

.comment-form > .form-submit {
	margin-bottom: 0;
}

.comment-form input,
.comment-form-comment {
	margin-bottom: 10px;
}

.comment-form #author,
.comment-form #email,
.comment-form #url {
	display: block;
}

.comment-metadata .edit-link:before {
	display: none;
}

.comment-body {
	padding: 30px 0;
}

.comment-content {
	padding: 30px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.depth-1.parent > .children {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.comment .children {
	padding-left: 30px;
	margin-top: -30px;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .comment-body,
.trackback .comment-body {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .edit-link {
	font-size: 13px;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.comment-list > .comment:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

ol.comment-list {
	margin-bottom: 1.5em;
}

#wp-comment-cookies-consent {
	margin-right: 7px;
}

.one-container .comments-area {
	margin-top: 1.5em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget-area .widget {
    padding: 40px;
}

.widget {
	margin: 0 0 30px;
	box-sizing: border-box;
}

.sidebar .widget,
.footer-widgets .widget {
	font-size: 17px;
}

.widget select {
	max-width: 100%;
}

.widget_search .search-submit {
	display: none;
}

.widget_categories .children {
	margin-left: 1.5em;
	padding-top: 5px;
}

.widget_categories .children li:last-child {
	padding-bottom: 0;
}

.sidebar .widget *:last-child,
.footer-widgets .widget *:last-child {
	margin-bottom: 0;
}

.widget-title {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
	text-transform: none;
}

.widget ul,
.widget ol {
	margin: 0;
}

.widget ul li {
	list-style-type: none;
	position: relative;
	padding-bottom: 5px;
}

.widget .search-field {
	width: 100%;
}

.widget:last-child,
.separate-containers .widget:last-child {
	margin-bottom: 0;
}

.widget_nav_menu ul ul,
.widget_pages ul ul {
	margin-left: 1em;
	margin-top: 5px;
}

.widget ul li.menu-item-has-children,
.widget ul li.page_item_has_children {
	padding-bottom: 0;
}

#wp-calendar {
	table-layout: fixed;
	font-size: 80%;
}

#wp-calendar #prev,
#wp-calendar #prev + .pad {
	border-right: 0;
}

.sidebar .grid-container {
	max-width: 100%;
	width: 100%;
}

.container_prints { 
	display: table; 
	border-collapse: collapse; 
	font-size:12px;
	line-height:12px;
	font-weight: normal;
	margin:-1px 0% 0px 0%;
	width:90%;
}

.row_prints { 
	display: table-row; 
	overflow: hidden; 
	width: auto;
}

.cell_prints { 
	display: table-cell; 
	border: 1px solid #999; 
	width: auto; 
	height: auto; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	vertical-align:middle;
	padding:5px 5px 5px 5px;
}

.cell_prints .bold {
	font-weight:bold;
}

.container_prints select {
	font-size:12px;
	padding:2px 2px;
	width:100px;
}

.confirm_data{
	line-height:12px;
	font-size:12px;
	margin:20px 20px 0px 0px;
	text-align:right;
}

.confirm_data p{
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	line-height:12px;
}


.PL_ {
	display: none;
}

.PL_.is-visible {
	display: block;
}

.PL_.hidden {
	display: none;
}

.SLO_ {
	display: none;
}

.SLO_.is-visible {
	display: block;
}

.SLO_.hidden {
	display: none;
}

.ENG_ {
	display: none;
}

.ENG_.is-visible {
	display: block;
}
.ENG_.hidden {
	display: none;
}

.stamp_select_holder{
	display:block;
	width:200px;
	height:70px;
	z-index:1000;
	border:0px solid #F00;
	text-align:center;
	margin:-20px 0px 0px 75px;
	color:#09F;
}

.wood_select_holder{
	display:block;
	width:100%;
	height:50px;
	z-index:1000;
	border:0px solid #F00;
	text-align:right;
	margin:0px 0px 0px 0px;
	color:#09F;
}

/*--------------------------------------------------------------
# Content Layout
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## One Container
--------------------------------------------------------------*/

.one-container.both-left .inside-left-sidebar,
.one-container.both-right .inside-left-sidebar {
	margin-right: 15px;
}

.one-container.both-left .inside-right-sidebar,
.one-container.both-right .inside-right-sidebar {
	margin-left: 15px;
}

.separate-containers .site-main > *:last-child,
.one-container .site-main > *:last-child {
	margin-bottom: 0;
}

.one-container .site-main {
	margin: 0;
}

.one-container .inside-right-sidebar,
.one-container .inside-left-sidebar {
	margin-top: 0;
}

.one-container .inside-article {
	padding: 0 0 30px 0;
}

.one-container.page .inside-article {
	padding-bottom: 0;
}

.one-container.right-sidebar .site-main,
.one-container.both-right .site-main {
	margin-right: 40px;
}

.one-container.left-sidebar .site-main,
.one-container.both-left .site-main {
	margin-left: 40px;
}

.one-container.both-sidebars .site-main {
	margin: 0px 40px 0px 40px;
}

/*--------------------------------------------------------------
## Separate Containers
--------------------------------------------------------------*/

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-page-header {
	padding: 40px;
}

.separate-containers .widget,
.separate-containers .site-main > *,
.separate-containers .page-header,
.widget-area .main-navigation {
	margin-bottom: 20px;
}

.right-sidebar.separate-containers .site-main {
	margin: 20px 20px 20px 0px;
}

.left-sidebar.separate-containers .site-main {
	margin: 20px 0px 20px 20px;
}

.both-sidebars.separate-containers .site-main {
	margin: 20px;
}

.both-right.separate-containers .site-main {
	margin: 20px 20px 20px 0px;
}

.both-right.separate-containers .inside-left-sidebar,
.both-left.separate-containers .inside-left-sidebar {
	margin-right: 10px;
}

.both-right.separate-containers .inside-right-sidebar,
.both-left.separate-containers .inside-right-sidebar {
	margin-left: 10px;
}

.both-left.separate-containers .site-main {
	margin: 20px 0px 20px 20px;
}

.separate-containers .site-main,
.separate-containers .inside-right-sidebar,
.separate-containers .inside-left-sidebar {
	margin-top: 20px;
	margin-bottom: 20px;
}

.separate-containers .page-header-image,
.separate-containers .page-header-contained,
.separate-containers .page-header-image-single,
.separate-containers .page-header-content-single {
	margin-top: 20px;
}

/*--------------------------------------------------------------
## Full Width Content
--------------------------------------------------------------*/

.full-width-content .container.grid-container {
	max-width: 100%;
}

.full-width-content.no-sidebar.separate-containers .site-main {
	margin: 0;
}

.full-width-content.separate-containers .inside-article,
.full-width-content.one-container .site-content {
	padding: 0;
}

/*--------------------------------------------------------------
## Contained Content
--------------------------------------------------------------*/

.contained-content.separate-containers .inside-article,
.contained-content.one-container .site-content {
	padding: 0;
}

/*--------------------------------------------------------------
## Columns
--------------------------------------------------------------*/

.wp-block-columns {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -40px;
}

.wp-block-column:not(:first-child),
.wp-block-column:not(:last-child) {
	padding: 0;
}

.wp-block-columns .wp-block-column {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 0 0 40px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-widgets {
	padding: 40px;
}

.site-info {
	position:absolute;
	bottom:0px;
	left: 0px;
	text-align: center;
	padding: 20px 0px 20px 0px;
	margin-top:100px;
	margin-left:0px;
	font-size: 15px;
	width:100%;
	display:block;
}

.site-footer .footer-widgets-container .inner-padding {
	padding: 0px 0px 0px 40px;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
	margin-left: -40px;
}

/*--------------------------------------------------------------
## Footer Bar
--------------------------------------------------------------*/

.footer-bar-active .footer-bar .widget {
	padding: 0;
}

.footer-bar .widget_nav_menu > div > ul {
	display: inline-block;
	vertical-align: top;
}

.footer-bar .textwidget p:last-child {
	margin: 0;
}

.footer-bar-align-right .copyright-bar {
	float: left;
}

.footer-bar-align-right .footer-bar,
.footer-bar-align-left .copyright-bar {
	float: right;
	text-align: right;
}

.footer-bar-align-left .footer-bar {
	float: left;
	text-align: left;
}

.footer-bar-align-center .copyright-bar {
	float: none;
	text-align: center;
}

.footer-bar-align-center .footer-bar {
	float: none;
	text-align: center;
	margin-bottom: 10px;
}

.footer-bar .widget-title {
	display: none;
}

.footer-bar .widget_nav_menu li {
	margin: 0 10px;
	float: left;
	padding: 0;
}

.footer-bar .widget_nav_menu li:first-child {
	margin-left: 0;
}

.footer-bar .widget_nav_menu li:last-child {
	margin-right: 0;
}

.footer-bar .widget_nav_menu li ul {
	display: none;
}

/*--------------------------------------------------------------
# Featured Images
--------------------------------------------------------------*/

.post-image {
	margin: 2em 0 0;
}

.page-header-image,
.page-header-image-single {
	line-height: 0; /* no more weird spacing */
}

.separate-containers .page-header-image,
.separate-containers .page-header-content {
	margin-top: 30px;
}

.separate-containers .inside-article > [class*="page-header-"],
.one-container .inside-article > [class*="page-header-"] {
	margin-bottom: 2em;
	margin-top: 0;
}

.inside-article .page-header-image-single.page-header-below-title {
	margin-top: 2em;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

.top-bar {
	font-weight: normal;
	text-transform: none;
	font-size: 13px;
}

.inside-top-bar {
	padding: 10px;
}

.top-bar .inside-top-bar .widget {
	padding: 0;
	display: inline-block;
	margin: 0;
}

.top-bar .inside-top-bar .textwidget p:last-child {
	margin: 0;
}

.top-bar-align-center {
	text-align: center;
}

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

.top-bar-align-right .inside-top-bar >.widget:nth-child(even),
.top-bar-align-left .inside-top-bar > .widget:nth-child(odd) {
	float: left;
	margin-right: 10px;
}

.top-bar-align-right .inside-top-bar >.widget:nth-child(odd),
.top-bar-align-center .inside-top-bar .widget:not(:first-child) {
	margin-left: 10px;
}

.top-bar-align-left .inside-top-bar >.widget:nth-child(even) {
	margin-left: 10px;
	float: right;
}

.top-bar-align-center .inside-top-bar .widget:first-child:last-child {
	display: block
}

.top-bar .widget-title {
	display: none;
}

.top-bar .widget_nav_menu li {
	margin: 0 10px;
	float: left;
	padding: 0;
}

.top-bar .widget_nav_menu li:first-child {
	margin-left: 0;
}

.top-bar .widget_nav_menu li:last-child {
	margin-right: 0;
}

.top-bar .widget_nav_menu li ul {
	display: none;
}

.top-bar .widget_nav_menu > div > ul {
	display: inline-block;
	vertical-align: top;
}

/*--------------------------------------------------------------
# Back to Top Button
--------------------------------------------------------------*/

.generate-back-to-top:before {
	content: "\f106";
	font-family: GeneratePress;
}

.generate-back-to-top,
.generate-back-to-top:visited {
	font-size: 20px;
	border-radius: 3px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	z-index: 10;
	transition: opacity 300ms ease-in-out;
}

.generate-back-to-top .screen-reader-text {
	left: 0;
	margin: 0;
}

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

@font-face {
	font-family: 'GeneratePress';
	src:  url('fonts/generatepress.eot');
	src:  url('fonts/generatepress.eot#iefix') format('embedded-opentype'),
		  url('fonts/generatepress.woff2') format('woff2'),
		  url('fonts/generatepress.woff') format('woff'),
		  url('fonts/generatepress.ttf') format('truetype'),
		  url('fonts/generatepress.svg#GeneratePress') format('svg');
	font-weight: normal;
	font-style: normal;
}

.menu-toggle:before,
.search-item a:before,
.dropdown-menu-toggle:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.nav-previous .prev:before,
.nav-next .next:before,
.generate-back-to-top:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	speak: none;
}

.cat-links:before,
.tags-links:before,
.comments-link:before,
.nav-previous .prev:before,
.nav-next .next:before {
	opacity: 0.7;
}

/*--------------------------------------------------------------
# Compatibility
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* SiteOrigin Page Builder */
.so-panel.widget {
	padding: 0;
}

/* MailChimp CSS */
#mc_embed_signup .clear {
	display: block;
	height: auto;
	visibility: visible;
	width: auto;
}

/* Bootstrap fix */
.container.grid-container {
	width: auto;
}

/*
 * Backwards compatibility until Slideout is updated
 * GP Premium 1.6
 */
.main-navigation .slideout-toggle a:before,
.slide-opened .slideout-overlay .slideout-exit:before {
	font-family: GeneratePress;
}

/*Map css */
