
/** Page_Classic **/
html
	{
		display: flex;
		flex-direction: column;
		min-height: 100%;
	}
body
	{
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
.Page_Classic .main,
.Page_Classic [main]
	{
		flex-grow: 1;
		display: flex;
		flex-direction: column;
	}
/** /Page_Classic **/

/** Page **/
:root
	{
		--vw: 1vw;
		--vh: 1vh;
	}
html.Css_Responsive
	{
		background: #00000050;
	}
body
	{
		background: white;
		z-index: -10000;
	}
.Page *,
:after,
:before
	{
		box-sizing: border-box;
	}
html,
body
	{
		font-family: arial;
	}
.Page textarea
	{
		font-family: arial;
		font-size: 1em;
	}
body,
.Page form
	{
		margin: 0;
		padding: 0;
	}
.Page p
	{
		margin-top: 0;
	}
.Page a
	{
		color: inherit;
		text-decoration: none;
	}
.Page a:hover
	{
		color: inherit;
		text-decoration: underline;
	}
.Page button
	{
		font-family: inherit;
	}
.Page button,
.Page .button
	{
		cursor: pointer;
	}
.Page .clear
	{
		clear: both;
	}
.Page a img
	{
		border: none;
	}
.Page table
	{
		border-collapse: collapse;
	}
.Page style,
.Page script
	{
		display: none !important;
	}
.Page noindex
	{
		display: contents;
	}
.Page .hidden
	{
		display: none !important;
	}
.Page .invisible
	{
		visibility: hidden;
	}
.Page[style*=width]
	{
		margin: 0 auto;
	}
.Page .input-error
	{
		color: #ea0a0e;
	}
.Page .message
	{
		padding: 5px 20px;
	}
.Page .message:not(:first-child)
	{
		margin: .5em 0 1em;
	}
.Page .message.error
	{
		background-color: #ce505d;
		color: white;
	}
.Page .message.error a
	{
		color: white;
		text-decoration: underline;
	}
.Page .message.success
	{
		background: #d5efd5;
		color: #005500;
	}
.Page .message.info
	{
		background: #eeeeff;
		color: #005500;
	}
.Page .pointer
	{
		cursor: pointer;
	}
.Page .item-row>th.label
	{
		font-weight: normal;
		font-size: 1.2em;
		text-align: left;
		padding-right: 10px;
	}
.Page .Table_Item th.form-label
	{
		font-size: 1.4em;
		padding-bottom: .5em;
	}
.Page .right-icons
	{
		text-align: right;
	}
.Page .window-icon,
.Page .debug
	{
		position: absolute;
	}
.Page .footer-wrapper
	{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
.Page fieldset
	{
		border: none;
		padding: 0;
	}
.Page .path label
	{
		margin-right: .5em;
	}
.Page label
	{
		cursor: inherit;
	}
.Page x-contents
	{
		display: contents;
	}
.Page [contenteditable="true"]
	{
		cursor: text;
	}
/** /Page **/

/** Pro_Page **/
@font-face{ font-family: 'montserrat'; src: url('/Pro/Page/montserrat/.woff2') format('woff2');  }

@font-face{ font-family: 'montserratSB'; src: url('/Pro/Page/montserrat/SemiBold/.woff2') format('woff2');  }

@font-face{ font-family: 'icons'; src: url('/Pro/Page/icons/.woff2') format('woff2');  }

.Pro_Page
	{
		justify-content: stretch;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/Pro/Page/bg.jpg') repeat-y scroll center #05144b;
		color: white;
	}
.Pro_Page a,
.Pro_Page a:hover
	{
		color: white;
	}
.Pro_Page .input
	{
		color: black;
	}
.Pro_Page,
.Pro_Page input,
.Pro_Page textarea,
.Pro_Page select,
.Pro_Page button
	{
		font-size: 20px;
	}
.Pro_Page x-icon
	{
		font-family: 'icons';
	}
.Pro_Page h1
	{
		font-weight: normal;
		font-size: 25px;
		padding-top: 0;
		margin-top: 0;
	}
.Pro_Page h1:first-letter
	{
		text-transform: uppercase;
	}
.Pro_Page x-header
	{
		display: flex;
		flex-direction: column;
		background: #ffffff50;
	}
.Pro_Page x-band
	{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px 40px;
	}
.Pro_Page logo
	{
		display: flex;
		align-items: center;
	}
.Pro_Page logo img
	{
		width: 90px;
		margin-right: 10px;
	}
.Pro_Page logo x-text
	{
		font-family: 'montserrat';
	}
.Pro_Page x-header x-contacts
	{
		background: black;
		padding: 20px 0;
		display: flex;
	}
.Pro_Page x-header x-contacts>*
	{
		display: block;
	}
.Pro_Page x-trunk
	{
		flex-grow: 1;
		display: flex;
	}
.Pro_Page .path
	{
		margin-bottom: 10px;
	}
.Pro_Page x-header .Menu>ul
	{
		display: flex;
	}
.Pro_Page x-menu a
	{
		font-family: 'montserratSB';
		color: white;
		text-transform: uppercase;
		font-size: 16px;
	}
.Pro_Page x-header .Menu>ul>li
	{
		margin-left: 20px;
	}
.Pro_Page .Menu a:first-letter
	{
		text-transform: uppercase;
	}
.Pro_Page x-content
	{
		padding: 40px;
		flex-grow: 1;
	}
.Pro_Page x-content .Menu li
	{
		margin-bottom: 20px;
	}
.Pro_Page x-footer
	{
		padding: 20px 40px;
		background: #ffffff20;
		margin-top: auto;
	}
.Pro_Page x-footer x-bottom
	{
		display: flex;
		justify-content: space-between;
	}
.Pro_Page x-header x-contacts>*
	{
		margin-left: 40px;
	}
.Pro_Page x-contacts x-icon
	{
		margin-right: 10px;
	}
.Pro_Page .Menu a
	{
		display: block;
	}
.Pro_Page li.active>a
	{
		text-decoration: underline;
	}
.Pro_Page .path label:first-child
	{
		display: none;
	}
.Pro_Page x-credits
	{
		color: #a0a0a0;
		font-size: 70%;
	}
.Pro_Page x-credits a
	{
		color: #007bcf;
	}
.Pro_Page .page-text-from-db
	{
		margin-bottom: 10px;
	}
.Pro_Page .Table.page .row:not(.last)
	{
		margin-bottom: 10px;
	}
.Pro_Page .Table.page a,
.Pro_Page .Lang_Switcher span
	{
		text-decoration: underline;
	}
/** /Pro_Page **/

/** Lang_Switcher **/
.Lang_Switcher>*:not(:first-child)
	{
		border-left: 1px solid #717171;
		margin-left: 8px;
		padding-left: 8px;
	}
/** /Lang_Switcher **/

/** Menu **/
.Menu ul
	{
		padding: 0;
		margin: 0;
		list-style: none;
	}
.Menu li
	{
		position: relative;
	}
.Menu li img.hover,
.Menu li>a:hover img.non-hover
	{
		display: none;
	}
.Menu li>a:hover img.hover
	{
		display: inherit;
	}
.openSub
	{
		display: none;
	}
.Menu li ul.removed
	{
		display: none;
	}
.Menu .submenu,
.Menu .submenu
	{
		display: none;
	}
.Menu .outsub:not(.visible)
	{
		display: none;
	}
/** /Menu **/

/** Menu_Moblet **/
@media (max-width: 767px)
{
.Menu_Moblet
	{
		position: absolute;
		top: 0;
		left: 0;
		font-size: 125%;
		z-index: 200;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: stretch;
	}
.Menu_Moblet ul,
.Menu_Moblet .openSub,
.Menu_Moblet .closeSub
	{
		background: white;
	}
.Menu_Moblet:not(.displayed)
	{
		visibility: hidden;
	}
.Menu_Moblet li ul
	{
		left: 100%;
	}
.Menu_Moblet ul:not([style*="width: 0px"])
	{
		border: 1px solid #d0d0d0;
	}
.Menu_Moblet ul
	{
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		width: 100%;
		overflow: hidden;
	}
.Menu_Moblet:after
	{
		display: none;
	}
.Menu_Moblet #mobile-sticky:not(.Control_Stick)$.
	{
		width: 100%;
		position: absolute;
		top: 78px;
		left: 0;
	}
.Menu_Moblet a:before,
.Menu_Moblet a:after
	{
		display: none;
	}
.Menu_Moblet li
	{
		display: flex;
		align-items: stretch;
	}
.Menu_Moblet li:not(:last-child)
	{
		border-bottom: 1px solid #d0d0d0;
	}
.Menu_Moblet a,
.Menu_Moblet x-no-link
	{
		flex-grow: 1;
		display: flex;
		align-items: center;
	}
.Menu_Moblet a:hover
	{
		background: inherit;
	}
.Menu_Moblet li.complex .openSub
	{
		display: flex;
		align-items: center;
		padding: 0 1em;
		flex-grow: 0;
		z-index: 1;
		position: relative;
	}
.Menu_Moblet .submenu
	{
		position: absolute;
		display: flex;
		width: 0;
		right: 0;
		top: 0;
		overflow: hidden;
		z-index: 2;
		margin-right: 0;
	}
.Menu_Moblet .submenu .closeSub
	{
		flex-grow: 0;
		padding: 0 20px;
		position: relative;
		line-height: 10px;
		display: flex;
		align-items: center;
	}
.Menu_Moblet .submenu>ul
	{
		flex-grow: 1;
	}
.Menu_Moblet .submenu li
	{
		text-align: left;
	}
.Menu_Moblet a
	{
		white-space: normal;
	}
.Menu_Moblet a,
.Menu_Moblet x-no-link
	{
		padding: 20px;
	}
}
@media (max-width: 1002px) and (min-width: 768px)
{
.Menu_Moblet
	{
		position: absolute;
		top: 0;
		left: 0;
		font-size: 125%;
		z-index: 200;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: stretch;
	}
.Menu_Moblet ul,
.Menu_Moblet .openSub,
.Menu_Moblet .closeSub
	{
		background: white;
	}
.Menu_Moblet:not(.displayed)
	{
		visibility: hidden;
	}
.Menu_Moblet li ul
	{
		left: 100%;
	}
.Menu_Moblet ul:not([style*="width: 0px"])
	{
		border: 1px solid #d0d0d0;
	}
.Menu_Moblet ul
	{
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		width: 100%;
		overflow: hidden;
	}
.Menu_Moblet:after
	{
		display: none;
	}
.Menu_Moblet #mobile-sticky:not(.Control_Stick)$.
	{
		width: 100%;
		position: absolute;
		top: 78px;
		left: 0;
	}
.Menu_Moblet a:before,
.Menu_Moblet a:after
	{
		display: none;
	}
.Menu_Moblet li
	{
		display: flex;
		align-items: stretch;
	}
.Menu_Moblet li:not(:last-child)
	{
		border-bottom: 1px solid #d0d0d0;
	}
.Menu_Moblet a,
.Menu_Moblet x-no-link
	{
		flex-grow: 1;
		display: flex;
		align-items: center;
	}
.Menu_Moblet a:hover
	{
		background: inherit;
	}
.Menu_Moblet li.complex .openSub
	{
		display: flex;
		align-items: center;
		padding: 0 1em;
		flex-grow: 0;
		z-index: 1;
		position: relative;
	}
.Menu_Moblet .submenu
	{
		position: absolute;
		display: flex;
		width: 0;
		right: 0;
		top: 0;
		overflow: hidden;
		z-index: 2;
		margin-right: 0;
	}
.Menu_Moblet .submenu .closeSub
	{
		flex-grow: 0;
		padding: 0 20px;
		position: relative;
		line-height: 10px;
		display: flex;
		align-items: center;
	}
.Menu_Moblet .submenu>ul
	{
		flex-grow: 1;
	}
.Menu_Moblet .submenu li
	{
		text-align: left;
	}
.Menu_Moblet a
	{
		white-space: normal;
	}
.Menu_Moblet a,
.Menu_Moblet x-no-link
	{
		padding: 20px;
	}
}

/** /Menu_Moblet **/

/** Menu_Pulldown **/
.Menu_Pulldown li>ul
	{
		z-index: 2;
		position: absolute;
		left: 0;
	}
/** /Menu_Pulldown **/

/** Menu_Pulldown_Desktop **/
@media (min-width: 1003px)
{
.Menu_Pulldown_Desktop li:not(:hover):not(:focus):not(.openByKeyNavi)>ul
	{
		display: none !important;
	}
}

/** /Menu_Pulldown_Desktop **/

/** Menu_Pulldown_Moblet **/
@media (max-width: 767px)
{
.Menu_Pulldown_Moblet ul
	{
		display: none;
	}
}
@media (max-width: 1002px) and (min-width: 768px)
{
.Menu_Pulldown_Moblet ul
	{
		display: none;
	}
}

/** /Menu_Pulldown_Moblet **/

/** Menu_Pulldown_Vertical **/
.Menu_Pulldown_Vertical li>ul
	{
		top: 0;
	}
/** /Menu_Pulldown_Vertical **/

/** Menu_Moblet_Icon **/
.Menu_Moblet_Icon
	{
		font-size: 30px;
		display: none;
	}
/** /Menu_Moblet_Icon **/

/** Menu_Moblet_Icon_Moblet **/
@media (max-width: 767px)
{
.Menu_Moblet_Icon_Moblet
	{
		display: initial;
	}
}
@media (max-width: 1002px) and (min-width: 768px)
{
.Menu_Moblet_Icon_Moblet
	{
		display: initial;
	}
}

/** /Menu_Moblet_Icon_Moblet **/

/** Contact_Page **/
.Contact_Page form
	{
		margin-top: 30px;
	}
/** /Contact_Page **/

/** Page_Content **/
.Page_Content a
	{
		text-decoration: underline;
	}
.Page_Content:after
	{
		display: block;
		content: '';
		clear: both;
	}
/** /Page_Content **/

/** Page_Content_Mobile **/
@media (max-width: 767px)
{
.Page_Content_Mobile img
	{
		max-width: 100% !important;
		margin: 10px 0;
	}
}

/** /Page_Content_Mobile **/

/** Page_Content_Tabtop **/
@media (min-width: 1003px)
{
.Page_Content_Tabtop img[align=left]
	{
		margin-right: 1em;
	}
.Page_Content_Tabtop img[align=right]
	{
		margin-left: 1em;
	}
}
@media (max-width: 1002px) and (min-width: 768px)
{
.Page_Content_Tabtop img[align=left]
	{
		margin-right: 1em;
	}
.Page_Content_Tabtop img[align=right]
	{
		margin-left: 1em;
	}
}

/** /Page_Content_Tabtop **/

/** Contact **/
.Contact .Page_Content p
	{
		text-indent: 0 !important;
	}
.Contact .textarea
	{
		min-height: 100px;
	}
/** /Contact **/

/** Table **/
.Table .field-titles>*
	{
		vertical-align: top;
	}
.Table .sort-desc:before
	{
		content: '▼';
	}
.Table .sort-asc:before
	{
		content: '▲';
	}
.Table .on-off,
.Table .on-off:active
	{
		outline: none;
		border-style: none;
	}
.Table .on-off:focus
	{
		box-sizing: border-box;
		border: 7px solid #e0e0e050;
	}
.Table .on-off
	{
		display: flex;
		align-items: center;
		justify-content: center;
		text-transform: uppercase;
		font: bold 10px arial;
		color: #ffffff;
		width: 50px;
		height: 30px;
	}
.Table .on-off:hover
	{
		text-decoration: none;
	}
.Table .on-off.off
	{
		background: #99d177;
	}
.Table .on-off.on
	{
		background: #00a651;
	}
.Table .actions-for-selected button
	{
		margin-left: 1em;
	}
.Table .buttons
	{
		display: flex;
		justify-content: flex-end;
	}
.Table .buttons button:not(:first-child)
	{
		margin-left: 1em;
	}
.Table .buttons button.activate:before
	{
		content: url('/Forca/Table/images/circle_green_tick.png');
	}
.Table .buttons button.deactivate:before
	{
		content: url('/Forca/Table/images/deactivate.png');
	}
.Table .row.selected>*
	{
		background: #ffffd0 !important;
		color: brown !important;
	}
.Table .select-all
	{
		white-space: nowrap;
	}
.Table a.back
	{
		clear: both;
	}
.Table .add-new-row-icon
	{
		float: left;
		margin: 3px 2px 0 5px;
	}
.drag
	{
		pointer-events: none;
	}
.Table>.table
	{
		width: 100%;
		display: grid;
		grid-gap: 1em 0;
		min-width: 100%;
	}
.Table .table>.row,
.Table .table>.field-titles
	{
		display: contents;
	}
.Table .Table_panel
	{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
.Table .Table_panel.top button
	{
		z-index: 2;
	}
.Table .Table_panel>*:not(:last-child)
	{
		margin-right: 10px;
	}
.Table .Table_panel .buttons
	{
		margin-left: auto;
	}
.Table .Table_panel:empty
	{
		display: contents;
	}
/** /Table **/

/** Contact_Table_Item **/
.Contact_Table_Item .table
	{
		grid-gap: 1em;
	}
.Contact_Table_Item .item-row>.label
	{
		white-space: nowrap;
	}
.Contact_Table_Item .item-row>.value
	{
		width: 100%;
	}
.Contact_Table_Item .input
	{
		width: 100%;
	}
.Contact_Table_Item textarea.input
	{
		font-size: 12px;
		min-height: 100px;
	}
.Contact_Table_Item .bottom-panel
	{
		margin-top: 1em;
	}
.Contact_Table_Item .required-fields-remark
	{
		float: left;
	}
.Contact_Table_Item button
	{
		float: right;
	}
.Contact_Table_Item .bottom-panel:after
	{
		content: '';
		display: block;
		clear: both;
	}
/** /Contact_Table_Item **/

/** Contact_Table_Item_Mobile **/
@media (max-width: 767px)
{
.Contact_Table_Item_Mobile
	{
		width: 100%;
	}
}

/** /Contact_Table_Item_Mobile **/

/** Table_Item **/
.Table_Item .table
	{
		display: grid;
		grid-template-columns: minmax(min-content,max-content) 1fr;
	}
.Table_Item .table .item-row
	{
		display: contents;
	}
.Table_Item .value:first-child,
.Table_Item .item-row>:first-child:last-child
	{
		grid-column: 1 / span 2;
	}
.Table_Item .table .item-row .value .input
	{
		width: 100%;
	}
.Table_Item .item-row .label
	{
		padding-right: .5em;
	}
.Table_Item .field-error
	{
		display: contents;
	}
.Table_Item .field-error:before
	{
		display: block;
		content: '';
	}
/** /Table_Item **/

/** Field **/
.Field[incorrect]
	{
		background: red;
		color: white;
	}
/** /Field **/

/** Field_Textarea **/
.Field_Textarea .textarea
	{
		-webkit-appearance: textfield;
		background-color: white;
		-webkit-rtl-ordering: logical;
		cursor: text;
		padding: 1px;
		border-width: 1px;
		border-style: solid;
		border-color: initial;
		border-image: initial;
	}
.Field_Textarea .textarea[placeholder]:empty::before
	{
		content: attr(placeholder);
		color: gray;
	}
.Field_Textarea .wysiwygize
	{
		margin-top: 10px;
	}
/** /Field_Textarea **/

/** Field_Captcha **/
.Field_Captcha .field-captcha,
.Field_Captcha
	{
		display: none !important;
	}
/** /Field_Captcha **/

/** Seo_Counters **/
.Seo_Counters
	{
		display: flex;
		flex-wrap: wrap;
	}
.Seo_Counters>:not(:last-child)
	{
		margin-right: 10px;
	}
.Seo_Counters .mailru p
	{
		display: none;
	}
.Seo_Counters .topmail
	{
		position: relative;
		top: 4px;
	}
/** /Seo_Counters **/

/** Page_Mobile **/
@media (max-width: 767px)
{
.Page_Mobile .path
	{
		display: none;
	}
}

/** /Page_Mobile **/

/** Window **/
.Window
	{
		position: absolute;
	}
.Window .tip
	{
		position: absolute;
		z-index: 1001;
	}
.Window .absolute
	{
		position: absolute;
	}
.Window .scrollable
	{
		overflow: auto;
	}
.Window .float-left
	{
		float: left;
	}
.Window .float-right
	{
		float: right;
	}
.ContextMenu
	{
		position: absolute;
		padding: 5px 5px 5px 5px;
	}
.Window.fixed
	{
		position: fixed;
	}
/** /Window **/

/** Window_Control **/
.Window_Control
	{
		font-family: arial;
		position: absolute;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
	}
.Window_Control .hidden
	{
		display: none;
	}
.Window_Control .window-content
	{
		flex-grow: 1;
		cursor: default;
		padding: 1em;
		background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
		box-sizing: border-box;
		overflow: auto;
	}
.Window_Control .window-icon
	{
		background: url('/Forca/Window/Control/folder.png') no-repeat;
		cursor: move;
		padding: 2px;
		font: bold 12px arial;
		color: blue;
		padding-top: 50px;
	}
.Window_Control .close-icon
	{
		background: linear-gradient(to bottom, #505050 0%, #b0b0b0 100%);
		position: absolute;
		border-top-right-radius: .3em;
		padding: .4em 8px;
		right: .5em;
		color: white;
		font: normal 17px verdana;
		cursor: pointer;
		text-align: center;
	}
.Window_Control .caption
	{
		padding: .4em 1em;
		background: linear-gradient(to bottom, #b0b0b0 0%,#505050 100%);
		color: white;
		border-top-right-radius: .3em;
		border-top-left-radius: .3em;
		transition: all 0.3s ease-out;
		transition-duration: 0.01s;
		box-shadow: inset 
        0 0 4px 1px rgba(0,0,0,0.2);
	}
.Window_Control .caption .active
	{
		background: #4952ff;
	}
.Window_Control.collapsed-horizontally .caption
	{
		white-space: nowrap;
		position: absolute;
		display: inline-block;
		transform-origin: top left;
		transform: rotate(90deg);
		transition-duration: 0.01s;
	}
.Window_Control.collapsed-horizontally .close-icon
	{
		top: auto !important;
		bottom: 2px !important;
		padding: 3px 8px;
	}
.Window_Control.maximized
	{
		position: fixed !important;
		max-width: none !important;
		max-height: none !important;
	}
/** /Window_Control **/

/** Debug **/
.Debug
	{
		position: fixed !important;
		color: black;
	}
.Debug .window-content
	{
		font-size: 1em;
		padding: 1em;
		line-height: 1.1em;
		box-sizing: border-box;
		padding-bottom: 5;
	}
.Debug .tabulation
	{
		display: inline-block;
		width: 1em;
	}
.Debug .debug-highlight
	{
		border: 2px solid red;
	}
.Debug .window-content
	{
		font-size: 1.5em;
	}
.Debug button
	{
		margin-left: 1em;
	}
/** /Debug **/

/** Dialogue **/
.Dialogue
	{
		margin: 0px auto 0px auto;
		text-align: center;
		max-width: 80%;
		position: fixed;
	}
.Dialogue .window-content
	{
		padding: 1em;
		background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 100%);
	}
.Dialogue label
	{
		background: #fafafa;
		padding: 1em 2em;
		float: left;
		cursor: pointer;
		text-align: center;
		color: black;
		margin: 1em 1em;
	}
.Dialogue label:hover
	{
		background: white;
	}
.Dialogue .dialogue-text
	{
		margin: 1em 1em;
		text-align: left;
		font-size: 1.2em;
		overflow: auto;
	}
.Dialogue .dialogue-text a
	{
		text-decoration: underline;
	}
.Dialogue .dialogue-text.overflown
	{
		background: white;
		color: black;
		padding: .5em;
	}
.Dialogue button
	{
		margin-top: 2em;
		padding: .5em 1em;
		font-size: 1.5em;
		margin: 0 1em;
	}
.Dialogue.error .caption
	{
		background: red;
		color: white;
	}
.Dialogue.error .close-icon
	{
		color: white;
		border-color: white;
	}
.Dialogue .dialogue-text:focus
	{
		outline: none;
	}
/** /Dialogue **/

/** Drag **/
.Drag .drag-handle
	{
		cursor: -webkit-grab;
	}
.Drag .drag-handle.dragging
	{
		cursor: -webkit-grabbing;
	}
/** /Drag **/

/** HotKeys_View **/
.HotKeys_View td
	{
		vertical-align: top;
		padding: 5px 0;
	}
.HotKeys_View td:first-of-type
	{
		text-align: right;
		padding-right: 20px;
	}
.HotKeys_View kbd
	{
		display: inline-block;
		margin: 0 2px;
		padding: 3px;
		border-radius: 3px;
		border: 1px solid gray;
		box-shadow: 0 1px 0 #d0d0d0, 0 0 0 2px #e0e0e0 inset;
		white-space: nowrap;
	}
/** /HotKeys_View **/

/** HotKeys_KeyView **/
.HotKeys_KeyView
	{
		background: #ffeeff;
		padding: 10px;
		right: 0;
		top: 0;
	}
/** /HotKeys_KeyView **/

/** Ajax_ErrorDialogue_Dialogue **/
.Ajax_ErrorDialogue_Dialogue
	{
		max-height: 80vh;
		left: 50% !important;
		top: 50% !important;
		width: 80vw;
		transform: translateX(-50%) translateY(-50%);
	}
.Ajax_ErrorDialogue_Dialogue .window-content
	{
		max-height: 80vh;
		overflow-y: auto;
	}
/** /Ajax_ErrorDialogue_Dialogue **/

/** Window_Modal_DimScreen **/
.Window_Modal_DimScreen .dim-screen
	{
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		position: fixed;
		background: black;
		opacity: .2;
		filter: alpha(opacity=20);
	}
/** /Window_Modal_DimScreen **/

/** ContextMenu **/
.ContextMenu
	{
		background: white;
		border: 1px solid gray;
	}
.ContextMenu .option
	{
		padding: .5em;
		cursor: pointer;
		background: white;
	}
.ContextMenu .option:hover
	{
		filter: invert(100%);
	}
/** /ContextMenu **/

/** Control_Select **/
.Control_Select
	{
		border: 1px dashed black;
		position: absolute;
		z-index: 1000;
	}
/** /Control_Select **/

/** Ajax_LoadingIndicator **/
.Ajax_LoadingIndicator
	{
		position: fixed;
	}
/** /Ajax_LoadingIndicator **/

/** Window_Resizer_Control **/
.Window_Resizer_Control
	{
		position: absolute;
	}
.Window_Resizer_Control.x
	{
		width: 10px;
		height: 100%;
		cursor: col-resize;
	}
.Window_Resizer_Control.y
	{
		height: 10px;
		width: 100%;
		cursor: row-resize;
	}
.Window_Resizer_Control.dual
	{
		height: 10px;
		width: 10px;
	}
.Window_Resizer_Control.top
	{
		top: -5px;
	}
.Window_Resizer_Control.bottom
	{
		bottom: -5px;
	}
.Window_Resizer_Control.left
	{
		left: -5px;
	}
.Window_Resizer_Control.right
	{
		right: -5px;
	}
.Window_Resizer_Control.bottom.right
	{
		cursor: se-resize;
	}
.Window_Resizer_Control.bottom.left
	{
		cursor: sw-resize;
	}
.Window_Resizer_Control.top.right
	{
		cursor: ne-resize;
	}
.Window_Resizer_Control.top.left
	{
		cursor: nw-resize;
	}
/** /Window_Resizer_Control **/

/** Pro_Menu_Moblet **/
@media (max-width: 767px)
{
.Pro_Menu_Moblet ul,
.Pro_Menu_Moblet .openSub,
.Pro_Menu_Moblet .closeSub
	{
		background: black;
	}
}
@media (max-width: 1002px) and (min-width: 768px)
{
.Pro_Menu_Moblet ul,
.Pro_Menu_Moblet .openSub,
.Pro_Menu_Moblet .closeSub
	{
		background: black;
	}
}

/** /Pro_Menu_Moblet **/

/** Pro_Menu_Pulldown **/
.Pro_Menu_Pulldown li>ul
	{
		background: white;
	}
.Pro_Menu_Pulldown li:hover>ul
	{
		background: white;
		opacity: 1;
		margin-top: 0;
		margin-left: 0;
	}
.Pro_Menu_Pulldown li>ul a
	{
		color: black;
		padding: 10px;
		font-size: 60%;
	}
.Pro_Menu_Pulldown li>ul>li:not(:last-of-type)
	{
		border-bottom: 1px solid white;
	}
.Pro_Menu_Pulldown li>ul>li:hover a
	{
		background: #00aee0;
		color: white;
	}
/** /Pro_Menu_Pulldown **/

/** Pro_Page_Mobile **/
@media (max-width: 767px)
{
.Pro_Page_Mobile
	{
		position: relative;
	}
.Pro_Page_Mobile logo img
	{
		width: 50px;
	}
.Pro_Page_Mobile [desklet]
	{
		display: none;
	}
.Pro_Page_Mobile x-footer x-bottom
	{
		flex-direction: column-reverse;
	}
.Pro_Page_Mobile x-contact,
.Pro_Page_Mobile x-footer x-bottom>*:not(:last-child)
	{
		display: block;
		margin-top: 20px;
	}
}

/** /Pro_Page_Mobile **/

/** Pro_Page_Tabtop **/
@media (min-width: 1003px)
{
.Pro_Page_Tabtop x-footer x-contacts>*
	{
		margin-left: 20px;
	}
.Pro_Page_Tabtop x-credits
	{
		width: 300px;
	}
}
@media (max-width: 1002px) and (min-width: 768px)
{
.Pro_Page_Tabtop x-footer x-contacts>*
	{
		margin-left: 20px;
	}
.Pro_Page_Tabtop x-credits
	{
		width: 300px;
	}
}

/** /Pro_Page_Tabtop **/
