
/** 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 **/
body
	{
		background: #f0f0f0;
		text-align: center;
		font: normal 12px arial;
		overflow-y: scroll;
	}
.Pro_Page td,
.Pro_Page th
	{
		font: normal 12px arial;
	}
.Pro_Page a
	{
		color: white;
	}
.Pro_Page h1,
.Pro_Page h2,
.Pro_Page h3,
.Pro_Page h4
	{
		font: italic 20px arial;
		color: #333333;
	}
.Pro_Page .main
	{
		text-align: left;
		width: 1000px;
		margin: 0 auto 0 auto;
		min-height: 100%;
		position: relative;
	}
.Pro_Page .title
	{
		width: auto;
		float: left;
	}
.Pro_Page .top,
.Pro_Page .bottom
	{
		display: none;
		background: url('/Excsitement/Images/stamp.png') -6px 60px repeat-x #f0f0f0;
		height: 70px;
		line-height: 1px;
		font-size: 1px;
		width: 100%;
	}
.Pro_Page .top
	{
		clear: both;
		display: none;
	}
.Pro_Page .bottom
	{
		background: url('/Excsitement/Images/bottom.png') -6px 0px repeat-x 
#f0f0f0;
		clear: both;
		height: 70px;
	}
.Pro_Page .logo
	{
		position: absolute;
		left: 0px;
		bottom: 30px;
		z-index: 100;
	}
.Pro_Page .focus
	{
		width: 1000px;
		height: 395px;
		text-align: left;
		background: black;
		float: left;
		border-bottom: 15px solid #aaaaaa;
	}
.Pro_Page .focus .photo
	{
		width: auto;
		float: left;
	}
.Pro_Page .login
	{
		overflow: hidden;
		margin: 20px 20px 20px 220px;
		color: white;
	}
.Pro_Page .login div
	{
		float: left;
	}
.Pro_Page .login .input-error
	{
		clear: left;
		margin: 10px 0;
		color: yellow;
	}
.Pro_Page .login .login-caption
	{
		margin-bottom: 20px;
	}
.Pro_Page .login label
	{
		clear: left;
		float: left;
		font: italic 20px arial;
		color: white;
		margin-right: 10px;
		text-transform: capitalize;
		margin-bottom: 5px;
		width: 100px;
	}
.Pro_Page .login .input
	{
		width: 150px;
	}
.Pro_Page .login .actions
	{
		clear: left;
	}
.Pro_Page .login .remember-me-checkbox
	{
		overflow: hidden;
	}
.Pro_Page .login .remember-me-checkbox label
	{
		float: none;
		font: normal 13px arial;
		color: white;
		margin-right: 10px;
		text-transform: none;
	}
.Pro_Page .login .remember-me-checkbox input
	{
		position: relative;
		top: 1px;
	}
.Pro_Page .login .actions .button
	{
		margin: 25px 0 15px;
		display: block;
		clear: left;
		float: right;
	}
.Pro_Page .login
	{
		position: relative;
	}
.Pro_Page .login .reminder-link
	{
		position: absolute;
		bottom: 0;
		left: 0;
	}
.Pro_Page .keys
	{
		width: auto;
		padding-top: 20px;
		float: left;
	}
.Pro_Page fieldset
	{
		margin-bottom: 10px;
		margin-left: -9px;
		border: 0;
	}
.Pro_Page .client-login,
.Pro_Page .client-login h3
	{
		color: white;
	}
.Pro_Page .menu
	{
		clear: left;
		width: 340px;
		border-right: 1px dashed #dddddd;
		float: left;
		padding: 20px;
	}
.Pro_Page .menu li
	{
		float: left;
		width: 160px;
		font: normal 20px arial;
		list-style-type: none;
		margin-bottom: 10px;
	}
.Pro_Page .menu li a
	{
		color: white;
		font-style: italic;
	}
.Pro_Page .short-about
	{
		color: white;
		width: 590px;
		float: left;
		padding: 10px;
		position: relative;
	}
.Pro_Page .brief
	{
		display: none;
		background: url('/Excsitement/Images/brief-corner.gif') right bottom no-repeat #e3e3e3;
		font-size: 10px;
		font-style: italic;
		float: left;
		width: 300px;
		padding: 15px 20px 50px 50px;
		margin-left: -320px;
		margin-right: 15px;
		color: black;
	}
.Pro_Page .content
	{
		background: url('/Excsitement/Images/big_bg.gif') no-repeat #fc7b02;
		float: left;
		clear: left;
		padding: 20px 20px 120px 20px;
		font: normal 12px arial;
		color: black;
		width: 960px;
		position: relative;
		margin-bottom: 60px;
		font-family: arial;
	}
.Pro_Page .content table
	{
		color: white;
	}
.Pro_Page .footer
	{
		clear: both;
		width: 960px;
		border-top: 1px solid #e74b03;
		background: black;
		height: 35px;
		color: white;
		font: normal 12px arial;
		padding: 5px 20px 0 20px;
		float: left;
		position: absolute;
		bottom: 0;
	}
.Pro_Page .footer .copyright
	{
		width: auto;
		margin-top: 8px;
		float: right;
		color: #ff7100;
		font: normal 12px arial;
		text-decoration: underline;
	}
.Pro_Page .footer .navi
	{
		width: auto;
		margin: 8px 0 0 40px;
		float: left;
	}
.Pro_Page .footer li
	{
		width: auto;
		float: left;
	}
.Pro_Page ul,
.Pro_Page li
	{
		margin: 0;
		padding: 0;
	}
.Pro_Page ul li
	{
		list-style: none;
	}
.Pro_Page .content li
	{
		margin: 10px;
	}
.Pro_Page .footer li
	{
		margin-right: 10px;
	}
.Pro_Page .footer li a
	{
		color: white;
		font-family: arial;
	}
.Pro_Page .portfolio
	{
		width: 100%;
		float: left;
		margin: 0px -20px 0px 0px;
	}
.Pro_Page .portfolio ul
	{
		margin: 25px 0 30px 0;
	}
.Pro_Page .portfolio li
	{
		width: auto;
		margin: 0 30px 0 0;
		float: left;
	}
.Pro_Page .portfolio-item
	{
		padding-bottom: 20px;
		width: 280px;
		padding-right: 15px;
		float: left;
		margin: 0 20px 10px 0;
	}
.Pro_Page .portfolio-description
	{
		text-align: justify;
	}
.Pro_Page a img
	{
		border: 0;
	}
.Pro_Page .button
	{
		border: 1px solid #dddddd;
	}
.Pro_Page .brief li
	{
		list-style-type: none;
		margin: 0;
	}
.Pro_Page .contact form
	{
		width: 500px;
	}
.Pro_Page .contact .input
	{
		width: 98.5%;
	}
.Pro_Page .contact select
	{
		width: 100%;
	}
.Pro_Page .client-login th
	{
		text-align: left;
	}
.Pro_Page .contact th
	{
		width: 150px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: left;
	}
.Pro_Page .contact td
	{
		width: 565px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
.Pro_Page .contact td.input-error
	{
		background: red;
		color: white;
		padding: 2px 2px 2px 5px;
	}
.Pro_Page .contact .button
	{
		margin-top: 10px;
	}
.Pro_Page .contact .required-fields-remark
	{
		margin-top: 20px;
	}
.Pro_Page .button
	{
		cursor: pointer;
	}
.Pro_Page .curve
	{
		font-size: 0;
		line-height: 0;
		margin: 0;
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
	}
.Pro_Page .lang
	{
		position: absolute;
		bottom: -18px;
		right: 2px;
	}
.Pro_Page .counters
	{
		width: auto;
		float: left;
	}
.Pro_Page .counters div
	{
		width: auto;
		float: left;
	}
.Pro_Page .portfolio ul
	{
		padding-bottom: 20px;
	}
.Pro_Page .portfolio-description li,
.Pro_Page .portfolio-description ul
	{
		text-align: left;
		margin-bottom: 10px;
	}
.Pro_Page .content ol li
	{
		list-style: inherit;
	}
/** /Pro_Page **/

/** User_Login_Form **/
.User_Login_Form .remember-me-checkbox input
	{
		position: relative;
		top: 2px;
	}
/** /User_Login_Form **/

/** Page_Tag_Panel **/
.Page_Tag_Panel th
	{
		text-transform: uppercase;
		text-align: left;
	}
.Page_Tag_Panel th,
.Page_Tag_Panel td
	{
		vertical-align: top;
		padding: 1em;
	}
/** /Page_Tag_Panel **/

/** 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 **/

/** 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 **/

/** 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 **/

/** 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 **/

/** 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 **/

/** 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 **/

/** Drag **/
.Drag .drag-handle
	{
		cursor: -webkit-grab;
	}
.Drag .drag-handle.dragging
	{
		cursor: -webkit-grabbing;
	}
/** /Drag **/

/** Ajax_LoadingIndicator **/
.Ajax_LoadingIndicator
	{
		position: fixed;
	}
/** /Ajax_LoadingIndicator **/

/** 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_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 **/

/** Control_Select **/
.Control_Select
	{
		border: 1px dashed black;
		position: absolute;
		z-index: 1000;
	}
/** /Control_Select **/
