body {
	font-family:open sans!important
}
.dashboard-stat .details .number {
    font-size: 21px!important;
}
.navbar-nav {
    margin: 0px;
}
.page-top {
	height: 100px!important;
}
.top-menu {
	float: left!important;
}
.page-header-fixed .page-container {
  margin-top: 150px!important;
}
.container, .page-content-wrapper, .page-content-wrapper .page-content, .page-container, .page-sidebar {
  background-color: white!important;
}
.dashboard-stat .details .number {
  font-size: 26px!important;
}
.page-content { padding-top:0!important;}
.btn-default {
	height: 28px;
	min-width: 15%!important;
}
.widget-socials {
  min-height: 150px;
  padding: 20px;
}
.widget-socials .widget-social-icon-fb, .widget-socials .widget-social-icon-tw {
  font-size: 30px;
  margin: 10px 0;
}
h3 {
  font-size: 16px;
}
.widget-socials .widget-socials-title {
	font-size: 21px; 
	margin: 0 0 10px;
}

.detail .page-title {
	margin-bottom: 10px;
	background-color: #f7f7f7;  
	line-height: 9px;
	font-weight: 600!important;
	padding: 10px!important;
}

.detail .modal-title {
  width: 100%;
  border: 1px;
  border-style: double;
  padding: 3px;
}

.scroller {
  padding: 0px;
  margin: 0px;
  padding-right: 12px;
  overflow: auto!important;
}


.dashboard-stat-light {
    padding-bottom: 20px;
    margin-bottom: 0;
}

.subtitle-selected label, .subtitle-unselected label {
    float: right;
	font-size: 10px;
    font-weight: 600;
}

.navbar-nav {
    border-left-style: inset;
	border-left-width: 1px;
	float: none;
}

.navbar-nav li {
	width:100%;
	color: #6c7b88;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    background: #f4f7f8;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;    
	padding: 0px;
}




.zoomContainer {
    z-index: 99999999!important;
}

.subtitle-selected  a {
	font-size: 13px;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	color: #E26A6A !important;
	line-height: 18px;    
	margin: 0px;
}

.subtitle-unselected  a{
	font-size: 12px;
    font-weight: bold;
    color: #8e9daa;
	margin: 0px;
}


.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}