html {
	min-height:100vh;
	background: #eeeeee;
}
body {
	background: none;
}
#container {
	width: 100%;
	margin: 0 auto 20px auto;
	height:100%;
}

#header {
	margin: 0 auto;
	width: 80%;
	background: #0089cf;
	border: none;
	padding: 0 10%;
}

#header #info {
	border-radius:4px;
}

#footer {
	background: #eeeeee;
}
#pjax-container{
	background: #eeeeee;
}

#pjax-container nav{
	background: #f7f7f7;
}

#nav{
	width:calc(100% - 20%);
	padding: 0 10%;
	margin: 0 auto;
	border-left:none;
	border-right:none;
}
#sub_nav {
	width:80%;
	margin: 0 auto !important;
}

#nav, #sub_nav{
	border-left: none !important; 
    border-right: none !important; 
}

#content {
	width:80%;
	margin: 0 auto;
}

.jb-overflowmenu {
	background: #f7f7f7;
    width: 100%;
    margin: 0 auto !important;
    border: none;
	border-bottom: 1px solid #bebebe;
}

.list.queue.tickets, table.list {
	width:100% !important;
	margin: 0 auto !important;
}

table.list tbody tr:nth-child(2n+1) td {
    background-color: #f4f4f4;
}

.main-content {
    width: calc(100% - 220px);
}
.clear {
	display:none;
}
.content{
	width:100%;
}

.redactor-styles.no-pjax.redactor-in.redactor-in-0, .redactor-styles.no-pjax.redactor-in.redactor-in-1, .redactor-styles.no-pjax.redactor-in.redactor-in-2, .redactor-styles.no-pjax.redactor-in.redactor-in-3,
.redactor-styles.no-pjax.redactor-placeholder.redactor-in.redactor-in-0, .redactor-styles.no-pjax.redactor-placeholder.redactor-in.redactor-in-1, .redactor-styles.no-pjax.redactor-placeholder.redactor-in.redactor-in-2 {
	width:100% !important;
	max-width:100% !important;
}

.tabs {
	clear: both;
}
ul.tabs, .ticket_info {
	background:none;
}

.thread-entry > .header > .title {
	font-weight:600;
	color: #000000;
}
.thread-entry.response > .header {
	background: #0089cf;
	color: #FFFFFF;
}
.thread-entry.response > .header .pull-right,
.thread-entry.response > .header .label,
.thread-entry.response > .header > a, 
.thread-entry.response > .header > a > time {
	border-color: #FFFFFF;
	color: #FFFFFF;
}
.thread-entry.note  > .header,
.thread-entry.note  > .header > .title {
	background: #FFBF00;
	color: #000000;
}
.thread-entry.note > .header .pull-right,
.thread-entry.note > .header .label,
.thread-entry.note > .header > a, 
.thread-entry.note > .header > a > time {
	border-color: #000000;
	color: #000000;
}#poweredBy {	display: none !important;}