@import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,700,300');
@import url('//fonts.googleapis.com/css?family=Ubuntu+Mono:400,700');

html
{
	overflow-y: scroll;
}

body, html
{
	padding: 0;
	margin: 0;
}

body, th, tr
{
	font-family: 'Open Sans', 'Calibri', 'Ubuntu', 'DejaVu Sans', 'Verdana', 'Tahoma', 'sans-serif';
	font-size: 10pt;
	color: #484848;
}

table
{
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin-bottom: 25px;
}

table tr
{
	background: #ffffff;
	border-bottom: 1px solid #E7E7E7;
}

table tr th
{
	text-align: left;
}

table tr th, table tr td
{
	color: #484848;
	background: none;
	border: none;
	padding: 5px;
	vertical-align: top;
}

table td.button
{
	padding: 2px;
}

table td.button a
{
	padding: 5px;
}

table p
{
	margin: 0;
	overflow: hidden;
}

table tr.clickable:hover td
{
	background: #f4f4f4;
	cursor: pointer;
}

h1, h2
{
	padding: 2px 10px 2px 0;
	margin: 15px 0 0 0;
}

img
{
	border: 0;
}

a, a:active, a:hover
{
	color: #005FA4;
	text-decoration: none;
}

a:hover
{
	color: #005FA4;
	text-decoration: underline;
	cursor: pointer;
}

a:visited
{
	text-decoration: none;
}

input[type='text'], input[type='date'], input[type='password'], input[type='number'], input[type='file'], textarea, select
{
	background: #fff;
	color: #3f3f3f;
	border: 1px solid #a2a2a2;
 	font-family: 'Open Sans', 'Calibri', 'Ubuntu', 'DejaVu Sans', 'Verdana', 'Tahoma', 'sans-serif';
	font-size: 14px;
	margin-bottom: 3px;
	box-sizing: border-box;
	width: 100%;
	padding: 0 3px;
}

input[type='text'], input[type='date'], input[type='password'], input[type='number'], input[type='file']
{
	line-height: 28px;
}

input[type='file']
{
	border: none;
}

input[type='date']
{
	line-height: 26px;
}

textarea
{
	padding-top: 4px;
	padding-bottom: 4px;
	resize: none;
	width: 100%;
	line-height: none;
}

input[type="text"]:focus, input[type="date"]:focus, input[type="password"]:focus, textarea:focus
{
	outline: none;
	border: 1px solid #FF9900;
}

input:disabled, textarea:disabled, select:disabled
{
	background: #F1F1F1 !important;
	cursor: default;
}

.button a, .button a:visited, input[type='submit'], button
{
	color: #6e6e6e;
	font: bold 12px 'Helvetica', 'Arial', 'sans-serif';
	text-decoration: none;
	padding: 0 12px;
	position: relative;
	display: inline-block;
	text-shadow: 0 1px 0 #ffffff;
	-webkit-transition: border-color .218s;
	-moz-transition: border .218s;
	-o-transition: border-color .218s;
	transition: border-color .218s;
	background: #f3f3f3;
	background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
	background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
	border: solid 1px #dcdcdc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	line-height: 28px;
}

.button a:active, input[type='submit']:focus, button:focus
{
	color: #000000;
	border-color: #444444;
	outline: none;
}

.button a:hover, input[type='submit']:hover, button:hover
{
	color: #333333;
	border-color: #FF9900;
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	cursor: pointer;
}

input[type='submit']:disabled:hover, button:disabled:hover, input[type='submit']:disabled, button:disabled
{
	border-color: #dcdcdc;
	box-shadow: none;
	color: #aeaeae;
	cursor: default;
}

select
{
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	display: inline-block;
	background: #fafafa;
	background: -webkit-linear-gradient(top,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%);
	padding: 4px 30px 5px 5px;
	border-radius: 3px;
	border: 1px solid #aaa;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	color: #444444;
}

select:focus
{
	outline: none;
}

select-arrow
{
	display: inline-block;
	position: absolute;
	margin: .9em 0 0 -1.2em;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #777;
}

input[type='text'], input[type='date'], input[type='password'], input[type='number'], textarea
{
	border: 1px solid #aaa;
	border-radius: 2px;
	box-shadow: inset 0 1px 7px rgba(100, 100, 100, 0.1);
}
	
input[type='text']:focus, input[type='date']:focus, input[type='password']:focus, input[type='number']:focus, textarea:focus
{
	outline: none;
	box-shadow: inset 0 1px 1px rgba(100, 100, 100, 0.3);
}

input[type='checkbox']
{
	position: absolute; 
	overflow: hidden;
	clip: rect(0 0 0 0); 
	height: 1px; 
	width: 1px; 
	margin: -1px; 
	padding: 0;
	border: 0;
}

input[type='checkbox'] + label
{
	padding-left: 23px;
	height: 17px;
	display: inline-block;
	line-height: 17px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 15px;
	vertical-align: middle;
	cursor: pointer;
}

input[type='checkbox']:checked + label
{
	background-position: 0 -17px;
}

input[type='checkbox'] + label
{
	background-image: url('//static.kottnet.net/images//checkbox.png');
}

input[type='checkbox']:disabled + label
{
	color: #888888;
}

select:disabled
{
	color: #cccccc !important;
	background: #f4f4f4;
}

p
{
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

form p
{
	margin: 0;
}

form
{
	margin: 5px 0;
	margin-top: -15px;
	padding: 5px;
	overflow: hidden;
	box-sizing: border-box;
}

form label
{
	margin-top: 20px;
	display: block;
}

form input[type='submit']
{
	margin-top: 20px;
	float: left;
}

ul
{
	margin-top: 5px;
}

.column_left
{
	width: 50%;
	padding-right: 10px;
	float: left;
	box-sizing: border-box;
}

.column_right
{
	width: 50%;
	padding-left: 10px;
	float: right;
	box-sizing: border-box;
}

.error_inline
{
	float: left;
	margin: 20px 15px -10px;
	padding: 4px 10px 4px;
	border-bottom: 1px solid #ffadad;
	border-top: 1px solid #ffadad;
	background-color: #FFC4C4;
	display: none;
}

.success_inline
{
	float: left;
	margin: 20px 15px -10px;
	padding: 4px 10px 4px;
	border-bottom: 1px solid #89c961;
	border-top: 1px solid #89c961;
	background-color: #cdffad;
	display: none;
}

.information_table tr
{
	border: none;
}

.information_table tr td:first-of-type
{
	font-weight: bold;
	white-space: nowrap;
	padding-right: 10px;
}

.information_table tr td:last-of-type
{
	width: 100%;
}

.figure
{
	font-family: 'Ubuntu Mono';
	color: #666666;
	white-space: nowrap;
}

td.figure
{
	text-align: right;
	font-size: 13pt;
}

#menu, #content
{
	margin: 0 auto;
	max-width: 1100px;
	width: calc(100% - 100px);
	border-bottom: 2px solid #FF9900;
	box-sizing: border-box;
}

#menu
{
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	margin-top: 50px;
}

#menu li
{
	float: left;
	display: block;
}

#menu li a
{
	display: block;
	margin: 0 10px;
	padding: 10px 15px;
	color: #444444;
	font-size: 12pt;
	font-weight: bold;
}

#menu li a:hover, #menu li.active a
{
	color: #ffffff;
	background: #FF9900;
	border-bottom: none;
	text-decoration: none;
}

#content
{
	padding: 15px 25px;
}
