.close_button
{
	position: absolute;
	right: 13px;
	top: 11px;
	width: 19px;
	cursor: pointer;
}

.button
{
	display: inline-block;
	font-size: 12pt;
	padding: 4px 8px;
	margin: 8px 2px;
	border: 1px solid #bbb;
	box-shadow: 2px 2px 5px #bbb;
	background-color: white;
	border-radius: 5px;
	cursor: pointer;
}

.button:hover
{
	background-color: #f0fff0;
}

.button:active
{
	box-shadow: inset 2px 2px 5px #bbb;
}

.button_clicked
{
	box-shadow: inset 2px 2px 5px #bbb;
}

.button_repeat
{
	width: 22px;
	height: 22px;
	background-image: url('../gfx/repeat.png');
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: center;
}

.button_maximize
{
	width: 22px;
	height: 22px;
	background-image: url('../gfx/maximize.png');
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: center;
}

input.gradient_input
{
	width: 100%;
	height: 32px;
	border: 0;
	margin: 5px 0;
	padding: 0 8px;
	outline: 0;
	box-sizing: border-box;
	font-size: 14pt;
	background-color: #ecedf1;
	/*border-radius: 4px;*/
	/*box-shadow: inset 3px 3px 6px #D0D0D0;*/
}

.gradient_button
{
	width: 150px;
	height: 32px;
	margin: 10px 0;
	padding: 3px 8px;
	outline: 0;
	box-sizing: border-box;
	font-size: 14pt;
	text-align: center;
	color: white;
	background-color: #0ba04a;
	cursor: pointer!important;
	border: 0;
	display: inline-block;
/*	text-shadow: 1px 1px 5px #000;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	font-family: OpenSans-Bold,Tahoma,Geneva,Arial,Helvetica,sans-serif;
	border-radius: 6px;
	background-color: #1aff1a;
	background-image: -moz-linear-gradient(top,rgba(0,0,0,0.2) 1%,transparent 36%,rgba(0,0,0,0.2) 100%);
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.2) 1%,transparent 36%,rgba(0,0,0,0.2) 100%);
	background-image: -o-linear-gradient(top,rgba(0,0,0,0.2) 1%,transparent 36%,rgba(0,0,0,0.2) 100%);
	background-image: -ms-linear-gradient(top,rgba(0,0,0,0.2) 1%,transparent 36%,rgba(0,0,0,0.2) 100%);
	background-image: linear-gradient(to bottom,rgba(0,0,0,0.2) 1%,transparent 36%,rgba(0,0,0,0.2) 100%);
	-o-transition: background-color .4s;
	-webkit-transition: background-color .4s;
	-moz-transition: background-color .4s;
	-ms-transition: background-color .4s;
	transition: background-color .4s;*/
}

.gradient_button:hover
{
	background-color: #1bb05a;
	/*text-shadow: 2px 2px 5px #000*/
}

.gradient_button:active
{
	background-color: #1bb05a;
/*	text-shadow: 0 0 5px #000;
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.5)*/
}

.gradient_button:visited
{
	background-color: #1bb05a;
	/*background-color: #80ff80*/
}

.gradient_button_submit
{
	width: 200px;
	height: 55px;
/*	background-color: #00AB00;
	text-shadow: 0 0 5px #000;
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.5)*/
}

.gradient_button_small
{
	height: 30px;
	font-size: 11pt;
	display: inline-block;
	width: auto;
	margin: 4px 2px;
	line-height: 22px;
	white-space: nowrap;
}

.gradient_button_dark
{
	background-color: #323544;
}

.gradient_button_dark:hover
{
	background-color: #494c5f;
}

.gradient_button_dark:active
{
	background-color: #494c5f;
}

.gradient_button_dark:visited
{
	background-color: #494c5f;
}

.gradient_button_not_active, .gradient_button_not_active:hover
{
	border: 2px solid #494c5f;
	background-color: transparent;
	color: black;
	padding: 1px 6px;
}

.disable_select
{
	cursor: default;
}
