.max-container{
    max-width: 1500px;
    margin: 0 auto;
}

/* Base */
a,
.btn-link {
	color: #f99537;
}

a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
	color: #faa250;
}

a:active,
.btn-link:active {
	color: #f8881e;
}

/*****Header*********/

/* Page Header */
.page-header h2 {
	border-bottom-color: #f99537;
}

.sidebar-left .sidebar-header .sidebar-toggle:hover i, .page-header .sidebar-right-toggle:hover {
	color: #f99537;
}

/* Notifications */
.notifications .notification-menu {
  border: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  left: auto;
  margin: 10px 0 0 0;
  padding: 0;
  right: -5px;
  width: 300px;
}

.notifications .notification-menu .notification-title {
	background: #f99537;
}

.notifications .notification-menu .notification-title .label-default {
	background-color: #f67b07;
}

.notifications .notification-menu:before,
.notifications .notification-icon:before {
	border-bottom-color: #f99537;
}

.notifications > li .notification-icon .badge {
    background: #1969AE; 
}

.notifications > li .notification-icon i {
     color: #FFFFFF;
  	font-size: 1.4em;
}


/* Navigation */
ul.nav-main > li.nav-active > a {
	box-shadow: 2px 0 0 #f99537 inset;
}

ul.nav-main > li.nav-active > i {
	color: #f99537;
}

ul.nav-main li .nav-children li.nav-active > a {
	color: #f99537;
}
/* Nano Scroller Plugin */
html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
	background: red;
}


/***** Sidebar *********/
.sidebar-left {
    background: #0E0F3B;
}

.page-header{
    
}

.page-blue{
    background: #1969AE;
}

.page-red{
    background: #A94442;
}
.page-darkred{
	background:#712523;
}


.sidebar-left .sidebar-header .sidebar-title {
    color: #ececec;
}

.sidebar-left .sidebar-header .sidebar-toggle {
    background: #003D71;
}

html.sidebar-left-collapsed.fixed .sidebar-left .nano{
    background-color: #0e0f3b
}

.sidebar-widget .widget-header h6{
    color: #ececec;
}

/*****General*********/

.dashmain{
    color: #f99637;
}

.callout{
    text-align: right;
}

.callout-c{
    text-align: center;
}

.prev-bids{
    list-style: none;
}
.prev-bids li{
    margin-bottom: 5px;
}

.mod-heading{
    fontsize: 2em !important;
}

.winning-bid{
    border: 1px #cccccc solid;
    background-color:  #ebebeb;
}

.bid{
    font-size: 48px;
    font-weight: 800;
}

.no-show{
    visibility: hidden
}


/*****Margins / Padding *********/


/* MARGIN TOP*/
.mt-ng-xs{
    margin-top: -5px;
}

.mt-ng-sm{
    margin-top: -15px;
}

.mt-ng-md{
    margin-top: -25px;
}

.mt-ng-lg{
    margin-top: -35px;
}

.mt-ng-xlg{
    margin-top: -45px;
}

/* MARGIN BOTTOM*/
.mb-ng-xs{
    margin-bottom: -5px;
}

.mb-ng-sm{
    margin-bottom: -15px;
}

.mb-ng-md{
    margin-bottom: -25px;
}

.mb-ng-lg{
    margin-bottom: -35px;
}

.mb-ng-xlg{
    margin-bottom: -45px;
}
    
/* MARGIN RIGHT*/
.mr-ng-xs{
    margin-right: -5px;
}

.mr-ng-sm{
    margin-right: -15px;
}

.mr-ng-md{
    margin-right: -25px;
}

.mr-ng-lg{
    margin-right: -35px;
}

.mr-ng-xlg{
    margin-right: -45px;
}

/* MARGIN LEFT*/
.mr-ng-xs{
    margin-left: -5px;
}

.mr-ng-sm{
    margin-left: -15px;
}

.mr-ng-md{
    margin-left: -25px;
}

.mr-ng-lg{
    margin-left: -35px;
}

.mr-ng-xlg{
    margin-left: -45px;
}

/* Forms */

form fieldset{
padding-left:1px;	
}