body
{
	background-color:#525252;
	font-family: 'Oxygen', Arial, sans-serif;
	font-size:16px;
	padding-top:49px;
}

.sidebar-toggle, .sidebar-toggle:active, .sidebar-toggle:link {
    text-decoration: none !important;
}


option {
	font-family: 'Oxygen', Arial, sans-serif;
	font-size:14px !important;
}

select.input-sm {
    font-size:14px !important;
}

.form-control.input-sm {
    font-size:14px !important;
}

.dropdown-scrollable {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.loader
{
	background:url(../images/spiffygif_56x56.gif) 50% 20% no-repeat #fff;
	height:100%;
	left:0;
	position:fixed;
	text-align:center;
	width:100%;
	z-index:9999;
}

.relative
{
	position:relative;
}

.updatePanel
{
	min-height:300px;
}

.updatePanelSmall
{
	min-height:56px;
}

.divloader
{
	background:url(../images/spiffygif_56x56.gif) 50% 50% no-repeat rgba(255,255,255,0.5);
	bottom:0;
	left:0;
	min-height:153px;
	position:absolute;
	right:0;
	top:0;
	z-index:9998;
}

.diverrorloader
{
	background:50% 50% no-repeat rgba(217,237,247,0.8);
	border:5px solid #d9edf7;
	bottom:0;
	left:0;
	line-height:30px;
	min-height:153px;
	position:absolute;
	right:0;
	text-align:center;
	top:0;
	vertical-align:central;
	z-index:9998;
}

.diverrorloader a
{
	font-style:bold;
}

.diverrorloader .loaderpadding
{
	height:18%;
}

.updatePanelSmall .divloader,.updatePanelSmall .diverrorloader
{
	min-height:56px;
}

.updatePanelSmall .divloader .loaderpadding
{
	display:none;
}

.emptyUpdatePanel .divloader
{
	background:url(../images/spiffygif_56x56.gif) 50% 50% no-repeat;
}

.table
{
	font-size:16px;
	margin-bottom:0;
}

#wrapper
{
	width:100%;
}

#page-wrapper
{
	background-color:#fff;
	min-height:568px;
	padding:0 15px;
    padding-bottom: 50px;
}

.navbar
{
	background:#525252;
	border:none;
	font-size:14px;
	z-index:9999;
}

.page-header
{
	border-bottom:5px solid #BFC1C3;
	margin:20px 0;
}

.UploadText
{
	color:#DAA520;
	font-weight:700;
	padding-right:10px;
}

.side-page-header
{
	border-bottom:5px solid #428bca;
	margin:20px 0;
}

.side-page-header a
{
	display:block;
	font-weight:700;
	margin-bottom:5px!important;
}

.page-header p,pre
{
	max-width:75%;
}

.navbar-brand
{
	width:250px;
}

.navbar-default
{
	background:transparent!important;
}

.navbar-brand img
{
	margin-top:-10px;
	width:70%;
}

.navbar-top-links li
{
	display:inline-block;
}

.navbar-top-links li:last-child
{
	margin-right:15px;
}

.navbar-top-links li a
{
	min-height:50px;
	padding:15px;
}

.navbar-top-links > li > a
{
	color:#fff;
}

.navbar a,.navbar a:hover,.navbar a:focus,.navbar a:active,.navbar a:visited
{
	background:transparent!important;
}

.navbar-top-links .dropdown-menu li
{
	display:block;
}

.navbar-top-links .dropdown-menu li:last-child
{
	margin-right:0;
}

.navbar-top-links .dropdown-menu li a
{
	min-height:0;
	padding:3px 20px;
}

.navbar-top-links .dropdown-menu li a div
{
	white-space:normal;
}

.navbar-top-links .dropdown-messages,.navbar-top-links .dropdown-tasks,.navbar-top-links .dropdown-alerts
{
	min-width:0;
	width:310px;
}

.navbar-top-links .dropdown-messages
{
	margin-left:5px;
}

.navbar-top-links .dropdown-tasks
{
	margin-left:-59px;
}

.navbar-top-links .dropdown-alerts
{
	margin-left:-123px;
}

.navbar-top-links .dropdown-user
{
	left:auto;
	right:0;
}

.sidebar a
{
	color:#ddd;
}

.sidebar a:hover
{
	color:#fff;
}

.sidebar .sidebar-nav.navbar-collapse
{
	padding-left:0;
	padding-right:0;
}

.sidebar .sidebar-search
{
	padding:15px;
}

.sidebar ul li a,.sidebar ul li a.active
{
	background-color:transparent!important;
}

.sidebar ul li.active a
{
	background:#959595!important;
	color:#fff;
	width:250px;
}

.sidebar ul li.active a span
{
	display:inline-block;
}

.sidebar .arrow
{
	float:right;
}

.sidebar .fa.arrow:before
{
	content:"\f104";
}

.sidebar .active > a > .fa.arrow:before
{
	content:"\f107";
}

.sidebar-nav .fa-fw
{
	padding-right:5px!important;
}

.nav-second-level li a
{
	background:#dedede!important;
}

.sidebar .nav-second-level li,.sidebar .nav-third-level li
{
	border-bottom:0!important;
}

.sidebar .nav-second-level li a
{
	background:#959595!important;
	color:#fff;
	padding-left:37px;
}

.sidebar .nav-third-level li a
{
	padding-left:52px;
}

.btn-outline
{
	background-color:transparent;
	color:inherit;
	transition:all .5s;
}

.btn-primary,.btn-primary:hover,.btn-primary:active
{
	background:#428bca!important;
}

.btn-success,.btn-success:hover,.btn-success:active
{
	background:#5cb85c!important;
}

.btn-info,.btn-info:hover,.btn-info:active
{
	background:#5bc0de!important;
}

.btn-warning,.btn-warning:hover,.btn-warning:active
{
	background:#f0ad4e!important;
}

.btn-danger,.btn-danger:hover,.btn-danger:active
{
	background:#d9534f!important;
}

.btn-primary.btn-outline:hover,.btn-success.btn-outline:hover,.btn-info.btn-outline:hover,.btn-warning.btn-outline:hover,.btn-danger.btn-outline:hover
{
	color:#fff;
}

.chat
{
	list-style:none;
	margin:0;
	padding:0;
}

.chat li
{
	border-bottom:1px dotted #999;
	margin-bottom:10px;
	padding-bottom:5px;
}

.chat li.left .chat-body
{
	margin-left:60px;
}

.chat li.right .chat-body
{
	margin-right:60px;
}

.chat li .chat-body p
{
	margin:0;
}

.panel .slidedown .glyphicon,.chat .glyphicon
{
	margin-right:5px;
}

.chat-panel .panel-body
{
	height:350px;
	overflow-y:scroll;
}

.login-panel
{
	margin-top:25%;
}

.flot-chart
{
	display:block;
	height:400px;
}

.flot-chart-content
{
	height:100%;
	width:100%;
}

table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled
{
	background:0 0;
}

table.dataTable thead .sorting_asc:after
{
	content:"\f0de";
	float:right;
	font-family:fontawesome;
}

table.dataTable thead .sorting_desc:after
{
	content:"\f0dd";
	float:right;
	font-family:fontawesome;
}

table.dataTable thead .sorting:after
{
	color:rgba(50,50,50,.5);
	content:"\f0dc";
	float:right;
	font-family:fontawesome;
}

.btn-icon
{
	font-size:12px;
	height:30px;
	line-height:1.428571429;
	padding:6px 0;
	text-align:center;
	width:30px;
}

.btn-icon.btn-lg
{
	border-radius:25px;
	font-size:18px;
	height:50px;
	line-height:1.33;
	padding:10px 16px;
	width:50px;
}

.btn-icon.btn-xl
{
	border-radius:35px;
	font-size:24px;
	height:70px;
	line-height:1.33;
	padding:10px 16px;
	width:70px;
}

.show-grid [class^=col-]
{
	background-color:#eee!important;
	border:1px solid #ddd;
	padding-bottom:10px;
	padding-top:10px;
}

.show-grid
{
	margin:15px 0;
}

.huge
{
	font-size:40px;
}

.panel-green
{
	border-color:#5cb85c;
}

.panel-green .panel-heading
{
	background-color:#5cb85c;
	border-color:#5cb85c;
	color:#fff;
}

.panel-green a
{
	color:#5cb85c;
}

.panel-green a:hover
{
	color:#3d8b3d;
}

.panel-red
{
	border-color:#d9534f;
}

.panel-red .panel-heading
{
	background-color:#d9534f;
	border-color:#d9534f;
	color:#fff;
}

.panel-red a
{
	color:#d9534f;
}

.panel-red a:hover
{
	color:#b52b27;
}

.panel-yellow
{
	border-color:#f0ad4e;
}

.panel-yellow .panel-heading
{
	background-color:#f0ad4e;
	border-color:#f0ad4e;
	color:#fff;
}

.panel-yellow a
{
	color:#f0ad4e;
}

.panel-yellow a:hover
{
	color:#df8a13;
}

*
{
	border-radius:0!important;
}

.text-bold
{
	font-weight:700;
}

.spacer
{
	display:block;
	height:20px;
}

.showHideCode
{
	border-bottom:1px dashed #f0ad4e;
	float:right;
}

.showHideCode:hover
{
	cursor:pointer;
}

.no-m
{
	margin:0!important;
}

.mn
{
	margin-left:-15px;
	margin-right:-15px;
}

.mrn
{
	margin-right:-15px;
}

.mln
{
	margin-left:-15px;
}

.mbn
{
	margin-bottom:-15px;
}

.ml0
{
	margin-left:0;
}

.mr0
{
	margin-right:0;
}

.mt0
{
	margin-top:0;
}

.mb0
{
	margin-bottom:0;
}

.m25
{
	margin:25px;
}

.mr25
{
	margin-right:25px;
}

.ml25
{
	margin-left:25px;
}

.mt25
{
	margin-top:25px;
}

.mb25
{
	margin-bottom:25px;
}

.m20
{
	margin:20px;
}

.mr20
{
	margin-right:20px;
}

.ml20
{
	margin-left:20px;
}

.mt20
{
	margin-top:20px;
}

.mb20
{
	margin-bottom:20px;
}

.m15
{
	margin:15px;
}

.mr15
{
	margin-right:15px;
}

.ml15
{
	margin-left:15px;
}

.mt15
{
	margin-top:15px;
}

.mb15
{
	margin-bottom:15px!important;
}

.m10
{
	margin:10px;
}

.mr10
{
	margin-right:10px;
}

.ml10
{
	margin-left:10px;
}

.mt10
{
	margin-top:10px;
}

.mb10
{
	margin-bottom:10px;
}

.m5
{
	margin:5px;
}

.mr5
{
	margin-right:5px;
}

.ml5
{
	margin-left:5px;
}

.mt5
{
	margin-top:5px;
}

.mb5
{
	margin-bottom:5px;
}

.no-p
{
	padding:0!important;
}

.pl0
{
	padding-left:0!important;
}

.pr0
{
	padding-right:0!important;
}

.pt0
{
	padding-top:0!important;
}

.pb0
{
	padding-bottom:0!important;
}

.p25
{
	padding:25px!important;
}

.pr25
{
	padding-right:25px!important;
}

.pl25
{
	padding-left:25px!important;
}

.pt25
{
	padding-top:25px!important;
}

.pb25
{
	padding-bottom:25px!important;
}

.p20
{
	padding:20px!important;
}

.pr20
{
	padding-right:20px!important;
}

.pl20
{
	padding-left:20px;
}

.pt20
{
	padding-top:20px;
}

.pb20
{
	padding-bottom:20px;
}

.p15
{
	padding:15px;
}

.pr15
{
	padding-right:15px;
}

.pl15
{
	padding-left:15px;
}

.pt15
{
	padding-top:15px;
}

.pb15
{
	padding-bottom:15px;
}

.p10
{
	padding:10px;
}

.pr10
{
	padding-right:10px;
}

.pl10
{
	padding-left:10px;
}

.pt10
{
	padding-top:10px;
}

.pb10
{
	padding-bottom:10px;
}

.p5
{
	padding:5px;
}

.pr5
{
	padding-right:5px;
}

.pl5
{
	padding-left:5px;
}

.pt5
{
	padding-top:5px;
}

.pb5
{
	padding-bottom:5px;
}

.no-b
{
	border:0;
}

.b-l-help
{
	background:#f5f9fc;
	border-left:5px solid #428bca;
	color:#000;
	font-size:inherit;
}

.b-l-success
{
	border-left:5px solid #5cb85c;
	color:#5cb85c;
	font-size:inherit;
}

.b-l-info
{
	border-left:5px solid #428bca;
	color:#428bca;
	font-size:inherit;
}

blockquote
{
	font-size:inherit;
}

.b-l-warning
{
	border-left:5px solid #f0ad4e;
	color:#f0ad4e;
	font-size:inherit;
}

.b-l-danger
{
	border-left:5px solid #d9534f;
	color:#d9534f;
	font-size:inherit;
}

.panel-heading-help
{
	margin-right:-8px;
	margin-top:-5px;
}

input:not(.btn-link),textarea
{
	border:2px solid #ccc!important;
}

input:not(.btn-link),textarea,select
{
	border:2px solid #ccc!important;
	box-shadow:none!important;
	webkit-box-shadow:none!important;
}

input:focus,textarea:focus,select:focus
{
	border:2px solid #FFBF47!important;
	box-shadow:none!important;
	webkit-box-shadow:none!important;
}

.heading-medium
{
	font-weight:700;
	line-height:1.25;
	text-transform:none;
}

.panel-indent
{
	border-left:4px solid #bfc1c3;
	clear:both;
	margin:30px 15px 30px 0;
	padding:10px 0 10px 15px;
}

.button-well
{
	clear:both;
	margin-top:10px;
	padding:20px 0 40px;
}

fieldset
{
	clear:both;
}

input[type=checkbox],input[type=radio],input.radio,input.checkbox
{
	clear:none;
	float:left;
	margin-left:-25px;
}

.block-label
{
	background:#dee0e2;
	border:2px solid #dee0e2;
	clear:left;
	cursor:pointer;
	float:none;
	font-weight:400;
	margin-top:10px;
	padding:15px 48px 15px 38px;
	position:relative;
}

.block-label input
{
	cursor:pointer;
	left:35px;
	position:absolute;
	top:18px;
}

.radio label,.checkbox label
{
	padding-left:35px!important;
}

.block-label:hover,.block-label-active
{
	background:#fff;
	border:2px solid #FFBF47!important;
}

.helpLink
{
	color:#428bca;
	cursor:pointer;
	font-size:12pt!important;
	font-weight:600;
	margin-left:10px;
}

.dataLoading
{
	background:#ddd;
	bottom:0;
	font-weight:700;
	opacity:0.8;
	padding:30px 0;
	position:fixed;
	text-align:center;
	width:100%;
}

.validation-summary-errors ul
{
	list-style:none;
	padding:0 0 0 10px;
}

.validation-summary-errors
{
	background:#fbeded;
	border-left:5px solid #d9534f;
	color:#d9534f;
	font-size:inherit;
	margin-bottom:15px;
	margin-left:-15px;
	padding:15px 0 5px 10px;
}

.field-validation-error
{
	color:#d9534f;
	display:block;
	font-size:11pt;
}

.input-validation-error
{
	border:1px solid #d9534f;
}

.form-group-error
{
	border-left:5px solid #d9534f;
	padding:0;
}

.subSection
{
	background:#fcfcfc;
	border-left:5px solid #eee;
	margin:0 0 20px;
	padding:10px 20px;
}

.subSection .form-group-error
{
	margin-left:-10px;
	padding-left:6px;
}

.subSection .validation-summary-errors
{
	margin-left:-25px;
	margin-right:-20px;
	margin-top:-10px;
}

.subSection > .subSection
{
	border-left:none;
	margin:0;
	padding:0;
}

.subSubSection
{
	background:#fcfcfc;
	border-left:5px solid #d3d3d3;
	padding:10px 20px;
}

.subSubSection hr
{
	border:0;
	border-top:1px solid #ccc;
	display:block;
	height:1px;
	margin:1em 0;
	padding:0;
}

.subSection.inline
{
	margin-left:15px;
}

.btn-link:hover
{
	color:#525252;
}

hr
{
	margin:10px 0 15px;
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus
{
	background-color:#428bca;
	border-color:#428bca;
	cursor:default;
	z-index:2;
}

.row
{
	margin-bottom:5px!important;
}

.block
{
	display:block;
}

.help-scroll
{
	max-height:185px;
	overflow-y:auto;
}

.appName
{
	color:#fff;
	display:block;
	font-weight:700;
	padding:10px 15px;
	position:relative;
}

.sidebar .nav-second-level li a:first-of-type
{
	background:#002D35!important;
	color:#fff;
    padding-left: 32px !important;
}

.sidebar .nav-second-level li a:hover,.sidebar .nav-second-level li a.active
{
	background:#0B5968!important;
}

.fa-percentage::before
{
	content:'%';
	font-weight:700;
}

.field-helper
{
	color:#999;
	display:block;
	font-size:10pt;
	margin-bottom:5px;
}

.text-large
{
	font-size:12pt;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6
{
	color:inherit;
	font-weight:500;
	line-height:1.1;
}

h1
{
	font-size:36px;
	font-weight:700;
	line-height:1.11111;
	text-transform:none;
}

.panel-title
{
	font-weight:700;
}

.panel-title a:hover
{
	text-decoration:none;
}

.badge-primary
{
	background:transparent!important;
	border:2px solid #428bca!important;
	color:#428bca!important;
}

.badgeSmall
{
	min-width:auto;
	padding:5px 5px 3px!important;
}

.badge-success
{
	background:#449d44!important;
	color:#fff!important;
}

.badge-info
{
	background:#31b0d5!important;
	color:#fff!important;
}

.badge-warning
{
	background:#ec971f!important;
	color:#fff!important;
}

.badge-danger
{
	background:#c9302c!important;
	color:#fff!important;
}

.alert
{
	margin-bottom:5px;
}

.text-danger
{
	color:#a94442!important;
}

.shrinkWrapper
{
	margin-left:50px!important;
}

.hideMenu
{
	margin-left:0!important;
}

.smallSidebar
{
	width:50px!important;
}

.nav-second-level
{
	width:250px!important;
}

.scrollToTop
{
	background:#525252!important;
	border:1px solid #ddd;
	bottom:6px;
	color:#ddd;
	display:none;
	font-size:18pt;
	font-weight:700;
	padding:5px!important;
	position:fixed;
	right:19px;
	text-align:center;
	text-decoration:none;
}

.scrollToTop i
{
	display:block;
}

.scrollToTop p
{
	font-size:10pt!important;
	margin-top:5px;
}

.scrollToTop:hover
{
	background:#525252!important;
	color:#fff;
	text-decoration:none;
}

.nav-pills
{
	border-bottom:2px solid #428bca;
	margin-bottom:15px;
}

.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li.active > a:focus
{
	background-color:#428bca!important;
	color:#fff;
}

.nav-pills > li > a
{
	background:#f1f1f1!important;
}

.no-kill
{
	color:#fb6b5b;
}

.vh-scriptloader {
    display: none;
}

.vh-error
{
	color:#fb6b5b;
}

.vh-error-border
{
	background-color:#FFF3F3;
	border-color:#fb6b5b;
}

.SummaryNoSubsection
{
	margin-left:15px;
}

.printableArea
{
	display:none!important;
}

input[name=Postcode]
{
	text-transform:uppercase!important;
}

label
{
	font-weight:400!important;
}

.radio,.checkbox
{
	margin-top:0!important;
}

.btn-link
{
	font-size:16px;
	padding-left:0;
}

.progress
{
	background:#cddeec;
	box-shadow:none;
	height:40px!important;
	webkit-box-shadow:none;
}

.progress-bar
{
	padding-top:10px!important;
}

.uppercase
{
	text-transform:uppercase!important;
}

.FileUploadAdd
{
	margin-bottom:10px;
}

input[type=button]
{
	border:none!important;
}

/*.breadcrumb
{
	background-color:#ddd;
	display:table;
	list-style:none;
	margin:0;
	padding:0;
	table-layout:fixed;
	width:100%;
}

.breadcrumb > a
{
	border-bottom:5px solid #eee;
	border-left:1px solid #ddd;
	display:table-cell;
	padding:10px 15px;
	text-align:center;
}

.breadcrumb > a:first-child
{
	border-bottom:5px solid #eee;
	border-left:none;
	display:table-cell;
	padding:10px 15px;
	text-align:center;
}

.breadcrumb > a:hover
{
	background:#eee;
	text-decoration:none;
}

.breadcrumb > .active
{
	border-bottom:5px solid #5cb85c;
}*/


.breadcrumb {
    background: none;
}
#crumbs
{
	background:#eee;
	margin:-10px -20px 10px;
}

#crumbs ul
{
	display:table;
	list-style:none;
	padding:0;
	table-layout:fixed;
}

#crumbs ul li
{
	display:inline;
}

#crumbs ul li a
{
	background:#eee;
	color:#000;
	display:block;
	float:left;
	height:30px;
	margin:0 4px 0 0;
	padding:5px 15px 0 20px;
	position:relative;
	text-align:center;
	text-decoration:none;
}


#crumbs ul li a.nolink {
    text-decoration: none;
    cursor: default;
    color:#000;
}

#crumbs ul li a:after
{
	border-bottom:15px solid transparent;
	border-left:15px solid #eee;
	border-top:15px solid transparent;
	content:"";
	position:absolute;
	right:-14px;
	top:0;
	z-index:1;
}

#crumbs ul li a:before
{
	border-bottom:15px solid transparent;
	border-left:15px solid #fff;
	border-top:15px solid transparent;
	content:"";
	left:0;
	position:absolute;
	top:0;
}

#crumbs ul li:first-child a
{
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
}

#crumbs ul li:first-child a:before
{
	display:none;
}

#crumbs ul li:last-child a
{
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	display:inline-block;
	padding-right:80px;
}

#crumbs ul li:last-child a:after
{
	display:none;
}

#crumbs ul li a:hover
{
	background:#ddd;
	color:#000;
}

#crumbs ul li a.nolink:hover
{
	background:#eee;
	color:#000;
}

#crumbs ul li a:hover:after
{
	border-left-color:#ddd;
	color:#000;
}

#crumbs ul li a.active:hover
{
	background:#eee;
	color:#000;
}

.nav > li > a
{
    position: relative;
    display: block;
    padding: 6px 12px !important;
}

.borderless td
{
	border:none;
}

/*.smallSidebar > div > ul > li > a
{
	width:250px;
}

.smallSidebar > div > ul > li > a > span
{
	display:none!important;
}*/

.smallSidebar ul li.active a {
    width: auto;
}

.smallSidebar ul li.active a .sectionName {
    display: none;
}




.badge
{
	margin-left:10px;
	padding:5px 5px 3px!important;
}

.feed-item
{
	border:1px solid #e3e3e3;
	margin-bottom:2px;
	padding:10px;
}

.activityFeed-footer
{
	padding:10px 0 0;
}

.activityFeed > .well
{
	margin-bottom:5px;
	padding:10px;
}

.well>.title
{
	color:#525252;
	font-weight:700;
}

.well>.subtext
{
	color:#7e7e7e;
	font-size:12px;
}

#MessageList > tbody > tr:hover
{
	background:#fafafa;
	cursor:pointer;
}

.dashes
{
	border-top:1px dashed #eee;
	display:block;
	height:1px;
	padding:5px 0;
}

abbr
{
	border-bottom:none!important;
	color:#7e7e7e;
	cursor:pointer;
	font-size:12px;
}

a
{
	cursor:pointer;
}

.alert .btn
{
	margin-top:-5px;
}

#ApplicationGridv2 > .nav > li > a
{
	font-size:14px;
	padding:5px 15px!important;
}

.tab-pane > div > .alert { margin-top: 25px;}

@media (max-width: 767px) {
	#page-wrapper
	{
		padding-top:50px;
	    padding-bottom: 50px;
	}

	.shrinkWrapper
	{
		margin-left:0!important;
	}

	.hideMenu
	{
		margin-left:0!important;
	}

	.hidden-xs
	{
		display:none!important;
	}

	.sidebar
	{
		margin-top:40px!important;
	}

	.sidebar ul li.active a
	{
		width:100%;
	}

	.nav-second-level
	{
		width:100%!important;
	}
}

@media (min-width: 768px) {
	#page-wrapper
	{
		border-left:1px solid #e7e7e7;
		margin:0 0 0 250px;
		padding:0 20px;
		position:inherit;
	    padding-bottom: 50px;
	}

	.heading-medium
	{
		margin-bottom:.83333em;
		margin-top:.83333em;
	}

	.sidebar
	{
		margin-top:20px;
		position:absolute;
		width:250px;
		z-index:1;
	}

	.navbar-top-links .dropdown-messages,.navbar-top-links .dropdown-tasks,.navbar-top-links .dropdown-alerts
	{
		margin-left:auto;
	}
}



.panel-gc {
  border-color: #ddd;
}
.panel-gc > .panel-heading {
  color: #fff;
  background-color: #01829B;
  border-color: #ddd;
}


.panel-gc > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-gc > .panel-heading .badge {
  color: #ddd;
  background-color: #fff;
}
.panel-gc > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-gc > .panel-heading > .panel-title a { color: #fff !important;}

.badgeStatus{ margin-left: 0;font-size: inherit;}