/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

html {
    background: none;
    background-color: #e2e2e4;
}

div#main {
    background-color: #e2e2e4;
}

.btn-primary {
    background: #83235f;
    border-color: #83235f;
}

.btn-primary:hover {
    background: #4b1f2b;
    border-color: #4b1f2b;
}

.btn-danger {
    background: #811F24;
    border-color: #811F24;
}

.btn-danger:hover {
    background: #4b171a;
    border-color: #4b171a;
}

.label-default {
    background-color: #66676C;
}

.label-primary {
    background-color: #4FB0BB;
}

.label-success {
    background-color: #6FB23F;
}

.label-warning {
    background-color: #F0B536;
}

.label-info {
    background-color: #3B7B83;
}

.label-danger {
    background-color: #811F24;
}

a {
    color: #83235f;
}

a:hover {
    color: #83235f;
}

.bootstrap-tagsinput>span {
    background: #693f57;
    border-color: #430f2d;
}


.show-stat-microcharts-top {
	margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
}
.show-stat-microcharts-top > div {
  border-right: 1px solid #C7C7CC !important;
  border-top: none !important;
  border-bottom: 1px solid #C7C7CC !important;
  margin-top: 10px !important;
  height: 65px;
  overflow: hidden;
  padding: 7px 9px;
}
.show-stat-microcharts-top > :last-child {
  border-right: none !important;
}
.show-stat-microcharts-top .sparkline {
  margin-top: 10px;
  margin-right: 8px;
  opacity: .7;
}
.show-stat-microcharts-top .sparkline:hover {
  opacity: 1;
}

.top-microcharts-title-center {
  font-size: 12px;
  font-weight: 400;
	position: absolute; bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	left: 0;
	right: 0;
}

.top-microcharts-stat {
  font-size: 28px;
  font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	left: 0;
	right: 0;
}

.top-microcharts-stat-small {
  font-size: 18px;
  font-weight: 400;
	position: absolute; top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: auto;
	left: 0;
	right: 0;
}

/*
 * BAE
 * Since I'm not a skilled front-end developer, this is kind of a hack.  I wanted the page to dispaly as if it were 
 * on a mobile device all the time.  Mainly the means I want the left nave hidden with no hover slide-out by default.
 * My solution to this was to locate the code in the @media section that was applied when iPad resolution was detected
 * and have that be the default all the time.  So I just copied that code out and put it below.
 */

body.mobile-view-activated.hidden-menu {
  overflow-x: hidden;
}

#main::after {
  /*content: "IPAD HORIZONTAL";*/
}
#main {
  margin-left: 0;
}
#left-panel {
  left: -220px;
}
/* minified adjustment counter */
.minified #left-panel {
  left: 0px;
}
/* responsive menu button */
#hide-menu > :first-child > a {
  margin-top: 9px;
  width: 40px;
}
.btn-header a {
  margin-top: 9px !important;
  width: 40px !important;
}
#hide-menu i {
  color: #6D6A69;
  font-size: 100%;
}
.hidden-menu #hide-menu i {
  color: #ffffff;
}
#hide-menu i::before {
  content: "\f0c9";
}
.hidden-menu #left-panel {
  left: 0;
}
.hidden-menu #main {
  position: relative;
  left: 210px;
}
.hidden-menu.fixed-ribbon #ribbon {
  left: 220px;
  width: 100%;
}
.fixed-ribbon #ribbon {
  left: 0px;
}
.jarviswidget header h2 {
  width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*
 * Header search
 */
.header-search > input[type="text"] {
  margin-top: 9px;
}


/*
 * Fix the left nav whe it is set to fixed-navigation
 */
#left-panel nav ul {
    width: 100%;
    padding-right: 0;
}


.btn-toolbar.pull-right {
  margin-left: 6px!important;
	padding-left: 6px!important;
}
.btn-toolbar {
	margin-top: 8px;
	width: 35px!important;
  margin-left: 6px!important;
	
}


/* 
 * Jarviswidget custom theme
 */

.jarviswidget-color-grey > header {
  background: #C7C7CC;
  color: #4A4A4A;
}
.jarviswidget-color-grey > header > .jarviswidget-ctrls a,
.jarviswidget-color-grey .nav-tabs li:not(.active) a {
  color: #4A4A4A !important;
}
.jarviswidget-color-grey .nav-tabs li a:hover {
  color: #333 !important;
}
.jarviswidget-color-grey > header {
  border-color: #C1C1C1 !important;
}

#ribbon .breadcrumb {
    padding: 11px 15px 11px 0!important;
}


