@charset "UTF-8";
#bg-wrapper {
	width: 100%;
	background: url('../images/bg-map.jpg') top center no-repeat;
	min-height: 470px;
}
/* #site-title a {
	display: block;
	float: left;
	width: 219px;
	height: 88px;
	background: url('../images/logo.png') top center no-repeat;
} */
#access {
	background: #b52125;
	display: block;
	float: right;
	margin-top: 5px;
	height: 47px;
	width: 100%;
}
#access a {
	display: block;
	line-height: 47px;
	height: 47px;
	font-family: 'Tahoma', sans-serif !important;
	text-transform: uppercase;
	letter-spacing: .1425em;
	text-decoration: none;
	color: rgb(250, 244, 244);
	-moz-transition: color .25s linear .1s;
	-webkit-transition: color .25s linear .1s;
	transition: color .25s linear .1s;
	background-color: #b52125;
	text-shadow: 1px 1px 0px rgb(5, 0, 0);
	-moz-transition: background-color .25s linear .1s;
	-webkit-transition: background-color .25s linear .1s;
	transition: background-color .25s linear .1s;
}
#access a:hover, #access a:focus {
	color: #ffffff;
	-moz-transition: color .25s linear;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
	background-color: #a61e22;
	-moz-transition: background-color .25s linear;
	-webkit-transition: background-color .25s linear;
	transition: background-color .25s linear;
	background: rgb(143, 7, 11);
	background-position: 0 -676px;
}

table.dataTable thead th {

	background-color: #A7A09F;
	border-bottom: 2px solid #F5F6F7;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 18px 5px 10px;
	color: rgb(170, 11, 11);
	border: 1px solid #D7D7D7;
	background: url(../images/bar-sprite.png) repeat-x;
	background-position: 0 -676px;
	text-shadow: 1px 1px 0px rgba(248, 248, 248, 0.5);
	text-align: center;
	padding: 7px 11px;
	border-collapse:collapse;
	border-spacing: 0;
	border-left: 1px solid #D7D7D7;
	
}

table.dataTable tfoot th {
	color: rgb(170, 11, 11);
}

#ticket-table.dataTable thead th {

	background-color: #A7A09F;
	border-bottom: 2px solid #F5F6F7;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 18px 5px 10px;
	border: 1px solid #D7D7D7;
	color: rgb(170, 11, 11);
	text-shadow: 1px 1px 0px rgba(248, 248, 248, 0.5);
	
}

#ticket-status-table.dataTable thead th {
	background-color: #A7A09F;
	border-bottom: 2px solid #F5F6F7;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 18px 5px 10px;
	border: 1px solid #D7D7D7;
	color: rgb(170, 11, 11);
	text-shadow: 1px 1px 0px rgba(248, 248, 248, 0.5);
}

#msag-table.dataTable thead th {
	background-color: #A7A09F;
	border-bottom: 2px solid #F5F6F7;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 18px 5px 10px;
	border: 1px solid #D7D7D7;
	color: rgb(170, 11, 11);
	text-shadow: 1px 1px 0px rgba(248, 248, 248, 0.5);
}

.fg-button.ui-button.ui-state-default {
	border: 1px solid #ccc !important;
	background: #f2f2f2 !important;
	font-weight: bold !important;
	color: rgb(175, 15, 35) !important;
}

.subheading-nav {
	font-size: 70%;
	color: #b52125;
	cursor: pointer;
}
