/* Google Webfont */
@import url(http://fonts.googleapis.com/css?family=Titillium+Web&subset=latin,latin-ext);



/* RESET */
* {
	margin: 0;
	padding: 0;
	position: relative;
}

*:focus, *:active {
	outline: none;
}


/* Box Model: [width] = [element-width] + [padding] + [borders] */
*, *:after, *:before {
	box-sizing: border-box;
}

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* BASIC */
abbr[title],acronym[title] {
	border-bottom: thin solid;
	cursor: help;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}





body {
	background: #f1f1f1;
	background-image: url(bg.png);
	font-size: 16px;
	font-family: 'Titillium Web', Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	font-size: 26px;
	line-height: 32px;
}

h2 {
	font-size: 22px;
	line-height: 28px;
}

#main > .table > .cell > h2, #main.cell > h2 {
	margin-bottom: 15px;
}

#main > .table > .cell > hr, #main.cell > hr {
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
	line-height: 26px;
}

h4 {
	font-size: 14px;
	line-height: 20px;
}

h5 {
	font-size: 14px;
	line-height: 20px;
}

h6 {
	font-size: 14px;
	line-height: 20px;
}

small {
	font-size: 75%;
}

.font-xl {
	font-size: 150%;
}

dl {
	font-size: 12px;
}

dt {
	font-weight: bold;
}

a, a:hover, a:active {
	text-decoration: none;
	outline: none;
}

a {
	color: #F18506;
}

a:hover {
	color: #ff9b22;
}

a:active {
	color: #df7b00;
}

.comment {
	background-color: rgba(255,210,70,0.5);
	color: #534122;
	padding: 1px 5px;
}

button, .button,
ul.menu li, ul.menu li a,
input[type=submit],
thead tr, thead tr a,
.exportlinks a {
	color: #FFF;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.99), 0px 0px 1px rgba(0,0,0,0.3);
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
}

button, .button,
ul.menu li,
input[type=submit],
thead tr th,
.exportlinks a {
	background-color: #F18506;
	-ms-box-shadow:  		inset 0px 0px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:  	inset 0px 0px 3px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.1);
	-khtml-box-shadow:  inset 0px 0px 3px 0px rgba(0,0,0,0.1);
	-o-box-shadow:  		inset 0px 0px 3px 0px rgba(0,0,0,0.1);
	box-shadow:  				inset 0px 0px 3px 0px rgba(0,0,0,0.1);
}

button, .button,
input[type=submit],
thead tr th,
.exportlinks a {
	padding: 15px 20px;
	border: none;
	-webkit-border-radius: 	2px;
	-moz-border-radius: 		2px;
	border-radius: 					2px;
	border-top: 		1px solid rgba(255,255,255,0.2);
	border-bottom: 	1px solid rgba(0,0,0,0.2);
	cursor: pointer;
}

button:hover, .button:hover, .button:focus,
ul.menu li:hover, ul.menu li:focus,
thead tr th:hover, th.sorted,
.exportlinks a:hover, .exportlinks a:focus {
	background-color: #ff9b22;
}

button:active, .button:active,
ul.menu li:active,
.exportlinks a:active {
	background-color: #df7b00;
}

fieldset,img {
	border: none;
}

hr {
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	border: 0px;
	margin-bottom: 20px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

.fullwidth {
	width: 100%;
}

.center-on-parent {
	margin: 0 auto;
}

.nowrap {
	white-space: nowrap;
}




/* #wrapper */
#wrapper, .wrapper {
	margin: 0 auto 20px auto;
	width: 960px;
}

.inline {
	text-align: center;
}

.inline > *, .inline > input {
	display: inline-block;
	margin-right: 20px;
	width: auto;
}

.inline > *:last-child {
	margin-right: 0;
}

.badge {
	padding: 1px 10px;
	-webkit-border-radius: 	3px;
	-moz-border-radius: 		3px;
	border-radius: 					3px;
}

.badge.dark {
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
}

.badge.bright {
	background-color: rgba(255,255,255,0.5);
	color: #000;
}

.bg-red {
	background-color: #b54a4a;
	color: #FFF;
}

.bg-green {
	background-color: #4ab54a;
	color: #FFF;
}

.table {
	display: table;
}

#sidebar .table {
	width: 100%;
}

.row {
	display: table-row;
}

.table.middle .cell {
	vertical-align: middle;
}

.top, .table.middle .top {
	vertical-align: top;
}

.cell {
	display: table-cell;
	padding: 0;
	vertical-align: top;
}

.center, .table.center .cell, .cell.center {
	text-align: center;
}

.column-margin > .cell {
	border-right: 20px solid transparent;
}

.column-margin > .cell:last-child {
	border-right: none;
}

.padding .cell {
	padding: 5px;
}

.padding .row:first-child > .cell {
	padding-top: 0;
}

.padding .row:last-child > .cell {
	padding-bottom: 0;
}

.padding .row > .cell:first-child {
	padding-left: 0;
}

.padding .row > .cell:last-child {
	padding-right: 0;
}

.right {
	text-align: right;
}

.float-right {
	float: right;
}

.box1, .box2, .info {
	background-color: #f9f9f9;
	padding: 20px;
	-ms-box-shadow:  		0px 0px 40px 0px rgba(0,0,0,0.05);
	-moz-box-shadow:  	0px 0px 40px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.05);
	-khtml-box-shadow:  0px 0px 40px 0px rgba(0,0,0,0.05);
	-o-box-shadow:  		0px 0px 40px 0px rgba(0,0,0,0.05);
	box-shadow:  				0px 0px 40px 0px rgba(0,0,0,0.05);
	-webkit-border-radius: 	3px;
	-moz-border-radius: 		3px;
	border-radius: 					3px;
	border: 1px solid rgba(0,0,0,0.1);
}

.box2 {
	background-color: #d4d4d4;
}

.info {
	background-color: #fdf9ec;
	border: 1px solid #eac135;
}

.error {
	background-color: #fdecec;
	border: 1px solid #ea3535;
}





#content {
	width: 100%;
}

#sidebar {
	width: 33%;
	border-right: 20px solid transparent;
}

#main {
	width: 67%;
}

ul.menu {
	-ms-box-shadow:  		0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:  	0px 0px 10px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-khtml-box-shadow:  0px 0px 10px 0px rgba(0,0,0,0.2);
	-o-box-shadow:  		0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow:  				0px 0px 10px 0px rgba(0,0,0,0.2);
	margin-bottom: 20px;
	list-style: none;
}

ul.menu li {
	padding: 0;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

ul.menu li:first-child {
	-webkit-border-top-left-radius: 	3px;
	-webkit-border-top-right-radius: 	3px;
	-moz-border-radius-topleft: 			3px;
	-moz-border-radius-topright: 			3px;
	border-top-left-radius: 					3px;
	border-top-right-radius: 					3px;
}

ul.menu li:last-child {
	-webkit-border-bottom-right-radius: 	3px;
	-webkit-border-bottom-left-radius: 		3px;
	-moz-border-radius-bottomright: 			3px;
	-moz-border-radius-bottomleft: 				3px;
	border-bottom-right-radius: 					3px;
	border-bottom-left-radius: 						3px;
}

ul.menu li a {
	padding: 15px 20px;
	display: block;
}






#header {
	background-color: #343434;
	-ms-box-shadow:  		0px 0px 40px 0px rgba(0,0,0,0.5);
	-moz-box-shadow:  	0px 0px 40px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);
	-khtml-box-shadow:  0px 0px 40px 0px rgba(0,0,0,0.5);
	-o-box-shadow:  		0px 0px 40px 0px rgba(0,0,0,0.5);
	box-shadow:  				0px 0px 40px 0px rgba(0,0,0,0.5);
	margin-bottom: 40px;
}

#header, #header .wrapper {
	min-height: 75px;
}

#header .wrapper h1 {
	line-height: 75px;
}

#header .wrapper, #header .wrapper h1 {
	color: #828282;
	text-align: center;
}

#header .wrapper {
	background: url(logo.png) no-repeat left center;
}




#index ul.menu {
	display: inline-block;
}

#index > .wrapper, #login > .wrapper {
	text-align: center;
	margin-top: 100px;
}

#index .wrapper ul.menu li a {
	font-size: 24px;
}




input, select, textarea {
	padding: 10px 10px;
	background-color: #f4f4f4;
	border: 1px solid #d4d4d4;
	display: block;
	width: 100%;
}

input.inline, select.inline {
	display: inline-block;
	width: auto;
}

input[type=checkbox] {
	width: auto;
	display: inline;
}

input:focus, textarea:focus {
	background-color: #FFF;
}

.form-group input {
	display: block;
	margin-bottom: 20px;
}

#login form {
	display: inline-block;
	text-align: center;
	padding: 30px;
}

#login input[type=submit] {
	width: 100%;
	margin-bottom: 0;
}

#login .info {
	display: inline-block;
	margin-top: 20px;
}





#statistics .cell {
	line-height: 1.1;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

#statistics .row:last-child .cell {
	border-bottom: none;
}

#statistics .row .cell:nth-child(2) {
	line-height: 2;
}



#create-account .table.middle, 
#create-account #main > .table > .cell:first-child,
#create-account .middle .row .cell:last-child {
	width: 100%;
}

#create-account .middle .row .cell:first-child {
	white-space: nowrap;
}

#create-account .top input[type=checkbox] {
	margin-top: 7px;
}

#create-account .top button {
	float: right;
}

#create-account #preview {
	padding: 10px;
	border: 1px solid rgba(0,0,0,0.15);
	background-color: #fff;
	-ms-box-shadow:  		inset 0px 0px 30px 0px rgba(0,0,0,0.03), 0px 0px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:  	inset 0px 0px 30px 0px rgba(0,0,0,0.03), 0px 0px 3px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0px 0px 30px 0px rgba(0,0,0,0.03), 0px 0px 3px 0px rgba(0,0,0,0.15);
	-khtml-box-shadow:  inset 0px 0px 30px 0px rgba(0,0,0,0.03), 0px 0px 3px 0px rgba(0,0,0,0.15);
	-o-box-shadow:  		inset 0px 0px 30px 0px rgba(0,0,0,0.03), 0px 0px 3px 0px rgba(0,0,0,0.15);
	box-shadow:  				inset 0px 0px 30px 0px rgba(0,0,0,0.03), 0px 0px 3px 0px rgba(0,0,0,0.15);
}

#create-account #preview #responseWrapper {
	width: 200px;
}

#response img {
	max-width: 100%;
	margin-bottom: 10px;
}

#ticket-login {
	border: 1px solid #000 !important;
	padding: 5px 10px;
	margin: 5px 0;
}

#ticket-info {
	font-size: 90%;
	line-height: 1.3;
	margin-bottom: 20px;
}

#ticket-remarks {
	margin-bottom: 10px;
}




#check-account #credentials {
	margin-bottom: 20px;
}

#check-account #credentials input[type=submit] {
	padding: 8px 16px;
	margin-top: -1px;
}

#check-account hr {
	margin-bottom: 20px;
}

#check-account #account-status {
	margin-top: 10px;
}

#check-account #account-status h3 {
	margin-bottom: 10px;
}

#check-account #account-status .badge {
	display: inline-block;
	margin-bottom: 30px;
}

#check-account .button.logout {
	margin-top: 20px;
}




#remarks #main .table .cell:first-child {
	width: 250px;
}

#remarks textarea {
	min-height: 235px;
}





span.pagebanner, span.pagelinks, div.exportlinks {
  background-color: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
	margin-bottom: 20px;
}

div.exportlinks {
  margin: 30px 0 0 0;
	padding-top: 20px;
	border-top: 1px solid rgba(0,0,0,0.2);
}

.exportlinks .export {
  background-image: none;
	padding: 0;
}

.exportlinks a {
	padding: 0 10px;
	margin: 0 5px 0 0;
}

span.pagelinks {
  margin-bottom: 5px;
}

th a, th a:visited, th a:hover {
  color: inherit;
	text-decoration: none;
}

thead tr {
	background: transparent;
}

thead tr th {
	padding: 10px 10px !important;
	margin: 0;
	cursor: default;
}

thead tr, thead tr a {
	font-size: 14px;
}

th.sortable a {
  padding-right: 10px;
}

