/*!
 * Bootstrap v3.0.2 Override by Michael M.
 * Copyright 2013 Intagent.com
 *
 * Bootstrap v3 Override, Disabling responsive 1220px Container
 */

body {
	background-color: none !important;
	}

.form-control {
	height: auto !important;
	padding: 5px 8px;
	}

hr {
	border: 0;
	border-top: 1px solid #eee;
	margin: 10px 0 !important;
	}

.navbar-default {
	background-color: inherit;
	}

div.navbar.navbar-default { /*Disable white border on navigation bar*/
	border: none;
	}

.navbar-collapse.collapse {
	background: none;
	}

@media(min-width:992px) {

.container {
	width: 100%;
	max-width: 960px;
	}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
	float: left
	}

.col-md-12 {
	width: 100%
	}

.col-md-11 {
	width: 91.66666666666666%
	}

.col-md-10 {
	width: 83.33333333333334%
	}

.col-md-9 {
	width: 75%
	}

.col-md-8 {
	width: 66.66666666666666%
	}

.col-md-7 {
	width: 58.333333333333336%
	}

.col-md-6 {
	width: 50%
	}

.col-md-5 {
	width: 41.66666666666667%
	}

.col-md-4 {
	width: 33.33333333333333%
	}

.col-md-3 {
	width: 25%
	}

.col-md-2 {
	width: 16.666666666666664%
	}

.col-md-1 {
	width: 8.333333333333332%
	}

.col-md-pull-12 {
	right: 100%
	}

.col-md-pull-11 {
	right: 91.66666666666666%
	}

.col-md-pull-10 {
	right: 83.33333333333334%
	}

.col-md-pull-9 {
	right: 75%
	}

.col-md-pull-8 {
	right: 66.66666666666666%
	}

.col-md-pull-7 {
	right: 58.333333333333336%
	}

.col-md-pull-6 {
	right: 50%
	}

.col-md-pull-5 {
	right: 41.66666666666667%
	}

.col-md-pull-4 {
	right: 33.33333333333333%
	}

.col-md-pull-3 {
	right: 25%
	}

.col-md-pull-2 {
	right: 16.666666666666664%
	}

.col-md-pull-1 {
	right: 8.333333333333332%
	}

.col-md-pull-0 {
	right: 0
	}

.col-md-push-12 {
	left: 100%
	}

.col-md-push-11 {
	left: 91.66666666666666%
	}

.col-md-push-10 {
	left: 83.33333333333334%
	}

.col-md-push-9 {
	left: 75%
	}

.col-md-push-8 {
	left: 66.66666666666666%
	}

.col-md-push-7 {
	left: 58.333333333333336%
	}

.col-md-push-6 {
	left: 50%
	}

.col-md-push-5 {
	left: 41.66666666666667%
	}

.col-md-push-4 {
	left: 33.33333333333333%
	}

.col-md-push-3 {
	left: 25%
	}

.col-md-push-2 {
	left: 16.666666666666664%
	}

.col-md-push-1 {
	left: 8.333333333333332%
	}

.col-md-push-0 {
	left: 0
	}

.col-md-offset-12 {
	margin-left: 100%
	}

.col-md-offset-11 {
	margin-left: 91.66666666666666%
	}

.col-md-offset-10 {
	margin-left: 83.33333333333334%
	}

.col-md-offset-9 {
	margin-left: 75%
	}

.col-md-offset-8 {
	margin-left: 66.66666666666666%
	}

.col-md-offset-7 {
	margin-left: 58.333333333333336%
	}

.col-md-offset-6 {
	margin-left: 50%
	}

.col-md-offset-5 {
	margin-left: 41.66666666666667%
	}

.col-md-offset-4 {
	margin-left: 33.33333333333333%
	}

.col-md-offset-3 {
	margin-left: 25%
	}

.col-md-offset-2 {
	margin-left: 16.666666666666664%
	}

.col-md-offset-1 {
	margin-left: 8.333333333333332%
	}

.col-md-offset-0 {
	margin-left: 0
	}
	}
@media(min-width:1200px) {

.container {
	max-width: 960px;
	}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
	float: left;
	}

.col-lg-1 {
	width: 8.333333333333332%;
	}

.col-lg-2 {
	width: 16.666666666666664%;
	}

.col-lg-3 {
	width: 25%;
	}

.col-lg-4 {
	width: 33.33333333333333%;
	}

.col-lg-5 {
	width: 41.66666666666667%;
	}

.col-lg-6 {
	width: 50%;
	}

.col-lg-7 {
	width: 58.333333333333336%;
	}

.col-lg-8 {
	width: 66.66666666666666%;
	}

.col-lg-9 {
	width: 75%;
	}

.col-lg-10 {
	width: 83.33333333333334%;
	}

.col-lg-11 {
	width: 91.66666666666666%;
	}

.col-lg-12 {
	width: 100%;
	}

.col-lg-push-0 {
	left: auto;
	}

.col-lg-push-1 {
	left: 8.333333333333332%;
	}

.col-lg-push-2 {
	left: 16.666666666666664%;
	}

.col-lg-push-3 {
	left: 25%;
	}

.col-lg-push-4 {
	left: 33.33333333333333%;
	}

.col-lg-push-5 {
	left: 41.66666666666667%;
	}

.col-lg-push-6 {
	left: 50%;
	}

.col-lg-push-7 {
	left: 58.333333333333336%;
	}

.col-lg-push-8 {
	left: 66.66666666666666%;
	}

.col-lg-push-9 {
	left: 75%;
	}

.col-lg-push-10 {
	left: 83.33333333333334%;
	}

.col-lg-push-11 {
	left: 91.66666666666666%;
	}

.col-lg-pull-0 {
	right: auto;
	}

.col-lg-pull-1 {
	right: 8.333333333333332%;
	}

.col-lg-pull-2 {
	right: 16.666666666666664%;
	}

.col-lg-pull-3 {
	right: 25%;
	}

.col-lg-pull-4 {
	right: 33.33333333333333%;
	}

.col-lg-pull-5 {
	right: 41.66666666666667%;
	}

.col-lg-pull-6 {
	right: 50%;
	}

.col-lg-pull-7 {
	right: 58.333333333333336%;
	}

.col-lg-pull-8 {
	right: 66.66666666666666%;
	}

.col-lg-pull-9 {
	right: 75%;
	}

.col-lg-pull-10 {
	right: 83.33333333333334%;
	}

.col-lg-pull-11 {
	right: 91.66666666666666%;
	}

.col-lg-offset-0 {
	margin-left: 0;
	}

.col-lg-offset-1 {
	margin-left: 8.333333333333332%;
	}

.col-lg-offset-2 {
	margin-left: 16.666666666666664%;
	}

.col-lg-offset-3 {
	margin-left: 25%;
	}

.col-lg-offset-4 {
	margin-left: 33.33333333333333%;
	}

.col-lg-offset-5 {
	margin-left: 41.66666666666667%;
	}

.col-lg-offset-6 {
	margin-left: 50%;
	}

.col-lg-offset-7 {
	margin-left: 58.333333333333336%;
	}

.col-lg-offset-8 {
	margin-left: 66.66666666666666%;
	}

.col-lg-offset-9 {
	margin-left: 75%;
	}

.col-lg-offset-10 {
	margin-left: 83.33333333333334%;
	}

.col-lg-offset-11 {
	margin-left: 91.66666666666666%;
	}
	}

table {
	max-width: 100%;
	background-color: transparent;
	}

th {
	text-align: left;
	}

.table {
	width: 100%;
	margin-bottom: 18px;
	}

.table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #dddddd;
	}

.table thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
	}

.table caption+thead tr:first-child th, .table colgroup+thead tr:first-child th, .table thead:first-child tr:first-child th, .table caption+thead tr:first-child td, .table colgroup+thead tr:first-child td, .table thead:first-child tr:first-child td {
	border-top: 0;
	}

.table tbody+tbody {
	border-top: 2px solid #dddddd;
	}

.table .table {
	background-color: #000000;
	}

.table-condensed thead>tr>th, .table-condensed tbody>tr>th, .table-condensed tfoot>tr>th, .table-condensed thead>tr>td, .table-condensed tbody>tr>td, .table-condensed tfoot>tr>td {
	padding: 5px;
	}

.table-bordered {
	border: 1px solid #dddddd;
	}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border: 1px solid #dddddd;
	}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
	border-bottom-width: 2px;
	}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9;
	}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	background-color: #f5f5f5;
	}

table col[class*="col-"] {
	float: none;
	display: table-column;
	}

table td[class*="col-"], table th[class*="col-"] {
	float: none;
	display: table-cell;
	}

.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
	background-color: #f5f5f5;
	}

.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	}

.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td {
	background-color: #d0e9c6;
	border-color: #c9e2b3;
	}

.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th {
	background-color: #f2dede;
	border-color: #eed3d7;
	}

.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td {
	background-color: #ebcccc;
	border-color: #e6c1c7;
	}

.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th {
	background-color: #fcf8e3;
	border-color: #fbeed5;
	}

.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td {
	background-color: #faf2cc;
	border-color: #f8e5be;
	}
	
@media(min-width:1200px) {

.visible-xs.visible-lg {
	display: block!important
	}

tr.visible-xs.visible-lg {
	display: table-row!important
	}

th.visible-xs.visible-lg, td.visible-xs.visible-lg {
	display: table-cell!important
	}
	}

.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
	display: none!important
	}


@media(min-width:768px) and (max-width:991px) {

.visible-sm {
	display: block!important
	}

tr.visible-sm {
	display: table-row!important
	}

th.visible-sm, td.visible-sm {
	display: table-cell!important
	}
	}
@media(min-width:992px) and (max-width:1199px) {

.visible-sm.visible-md {
	display: block!important
	}

tr.visible-sm.visible-md {
	display: table-row!important
	}

th.visible-sm.visible-md, td.visible-sm.visible-md {
	display: table-cell!important
	}
	}
@media(min-width:1200px) {

.visible-sm.visible-lg {
	display: block!important
	}

tr.visible-sm.visible-lg {
	display: table-row!important
	}

th.visible-sm.visible-lg, td.visible-sm.visible-lg {
	display: table-cell!important
	}
	}

.visible-md, tr.visible-md, th.visible-md, td.visible-md {
	display: none!important
	}

@media(min-width:992px) and (max-width:1199px) {

.visible-md {
	display: block!important
	}

tr.visible-md {
	display: table-row!important
	}

th.visible-md, td.visible-md {
	display: table-cell!important
	}
	}
@media(min-width:1200px) {

.visible-md.visible-lg {
	display: block!important
	}

tr.visible-md.visible-lg {
	display: table-row!important
	}

th.visible-md.visible-lg, td.visible-md.visible-lg {
	display: table-cell!important
	}
	}

.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
	display: none!important
	}
@media(max-width:767px) {

.visible-lg.visible-xs {
	display: block!important
	}

tr.visible-lg.visible-xs {
	display: table-row!important
	}

th.visible-lg.visible-xs, td.visible-lg.visible-xs {
	display: table-cell!important
	}
	}
@media(min-width:768px) and (max-width:991px) {

.visible-lg.visible-sm {
	display: block!important
	}

tr.visible-lg.visible-sm {
	display: table-row!important
	}

th.visible-lg.visible-sm, td.visible-lg.visible-sm {
	display: table-cell!important
	}
	}
@media(min-width:992px) and (max-width:1199px) {

.visible-lg.visible-md {
	display: block!important
	}

tr.visible-lg.visible-md {
	display: table-row!important
	}

th.visible-lg.visible-md, td.visible-lg.visible-md {
	display: table-cell!important
	}
	}
@media(min-width:1200px) {

.visible-lg {
	display: block!important
	}

tr.visible-lg {
	display: table-row!important
	}

th.visible-lg, td.visible-lg {
	display: table-cell!important
	}
	}

.hidden-xs {
	display: block!important
	}

tr.hidden-xs {
	display: table-row!important
	}

th.hidden-xs, td.hidden-xs {
	display: table-cell!important
	}
@media(max-width:767px) {

.hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
	display: none!important
	}
	}
@media(min-width:768px) and (max-width:991px) {

.hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
	display: none!important
	}
	}
@media(min-width:992px) and (max-width:1199px) {

.hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
	display: none!important
	}
	}
@media(min-width:1200px) {

.hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
	display: none!important
	}
	}

.hidden-sm {
	display: block!important
	}

tr.hidden-sm {
	display: table-row!important
	}

th.hidden-sm, td.hidden-sm {
	display: table-cell!important
	}
@media(max-width:767px) {

.hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
	display: none!important
	}
	}
@media(min-width:768px) and (max-width:991px) {

.hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
	display: none!important
	}
	}
@media(min-width:992px) and (max-width:1199px) {

.hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
	display: none!important
	}
	}
@media(min-width:1200px) {

.hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
	display: none!important
	}
	}

.hidden-md {
	display: block!important
	}

tr.hidden-md {
	display: table-row!important
	}

th.hidden-md, td.hidden-md {
	display: table-cell!important
	}
@media(max-width:767px) {

.hidden-md.hidden-xs, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
	display: none!important
	}
	}
@media(min-width:768px) and (max-width:991px) {

.hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
	display: none!important
	}
	}
@media(min-width:992px) and (max-width:1199px) {

.hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
	display: none!important
	}
	}
@media(min-width:1200px) {

.hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
	display: none!important
	}
	}

.hidden-lg {
	display: block!important
	}

tr.hidden-lg {
	display: table-row!important
	}

th.hidden-lg, td.hidden-lg {
	display: table-cell!important
	}
@media(max-width:767px) {

.hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
	display: none!important
	}
	}
@media(min-width:768px) and (max-width:991px) {

.hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
	display: none!important
	}
	}
@media(min-width:992px) and (max-width:1199px) {

.hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
	display: none!important
	}
	}
@media(min-width:1200px) {

.hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
	display: none!important
	}
	}

.visible-print, tr.visible-print, th.visible-print, td.visible-print {
	display: none!important
	}
@media print {

.visible-print {
	display: block!important
	}

tr.visible-print {
	display: table-row!important
	}

th.visible-print, td.visible-print {
	display: table-cell!important
	}

.hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
	display: none!important
	}
	}


/*MOBILE NAVIGATION OVERRIDE*/
@media (max-width:768px) {
	div.navbar-collapse.collapse.no-padding {
	display: none !important;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width:768px) and (orientation : portrait) {
	div.navbar-collapse.collapse.no-padding {
	display: none !important;
	}
	
	.navbar-default .navbar-toggle {
	display: block;
	}
	}
}

@media only screen and (max-width: 1080px) and (orientation : portrait) {
	div.navbar-collapse.collapse.no-padding {
	display: none !important;
	}
	
	.navbar-default .navbar-toggle {
	display: block;
	}
}

@media only screen and (max-width: 800px) and (orientation : portrait) {
	div.navbar-collapse.collapse.no-padding {
	display: none !important;
	}
	
	.navbar-default .navbar-toggle {
	display: block;
	}	
}