.body-background {
	background:#F5F5F5;
}

#page{
	padding-top: 60px;
	background:#FFF;
	min-height:600px;
}

div.loading {
	height:32px;
    background-color: #fff;
    background-image: url('ajaxloader.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 1;
}
div.loading * {
    opacity: .8;
}

div.loading-small {
	height:16px;
    background-color: #fff;
    background-image: url('ajaxloader.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 1;
}
div.loading-small * {
    opacity: .8;
}

/* make all hyperlink without underline */
a:link {
	text-decoration:none;
}

.carousel {
  position: relative;
  top:-19px;
  margin-bottom: 10px;
  line-height: 1;
}

#page-panel{
	padding-top: 60px;
	background:#FFF;
	min-height:600px;
}

.content-background {
	background-color:#FFF;
	padding-bottom:70px;
	min-height: 500px;
}

.content-panel-background {
	background:#FFF;
	padding-bottom:70px;
	min-height: 500px;
}


.sidemenu {
  padding-top:10px;
  padding-bottom:20px;
  padding-left:0px;
  padding-right:0px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.filterbar {
  padding:10px;
  margin-bottom:20px;
  min-height:30px;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #D5D5D5;
}

.filterbar-plain {
  padding:10px;
  margin-bottom:20px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #D5D5D5;
}

.filterbar-plain-double {
  padding:10px;
  margin-bottom:20px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 3px solid #D5D5D5;
  border-style:double;
}

.filterbar-white {
  padding:10px;
  margin-bottom:20px;
  background-color:#FFF;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #D5D5D5;
}

.sidemenu-header{
    color: #999999;
  	padding-left:10px;
  	padding-right:10px;
	font-weight:bold;
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #CCC;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand {
  color: #CCC;
}
.navbar-inverse .navbar-text {
  color: #CCC;
}

.navbar-inverse .navbar-link {
  color: #CCC;
}

.navbar-textfield {
	display:inline;
	float:left;
	padding-top:5px;
}
#footer {
	background:#F5F5F5;
	border-top:#E5E5E5 solid 1px;
	padding-top:30px;
	padding-bottom:30px;
}

.inside-tab {
	position:relative;
	top:-20px;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	min-height:300px;
	padding:1px;
    background-color: #F5F5F5;
	
}

.inside-tab-inner {
	border:#D5D5D5 1px solid;
	min-height: 296px;
	padding: 10px;
  background-color: #ffffff;

}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
	font-weight:bold;
  color: #555555;
  background-color: #F5F5F5;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.copyright-by{
	text-align:right;
}

.bootstrap-widget-header .bootstrap-toolbar {
	margin-right: 10px;
}

.pagination{
	text-align:center;
}

ul.my-pager .selected a
{
	background:#2e6ab1;
	color:#FFFFFF;
	font-weight:bold;
}

.one-third-left-selection-form {
  float: left;
  width: 43%;
  min-height: 100px;
}

.one-third-center-selection-form {
  float: left;
  width: 10%;
  min-height: 100px;
  margin-right:15px;
  margin-left:15px;
  text-align:center;  
}

.one-third-right-selection-form {
  float: left;
  width: 43%;
  min-height: 100px;
}

.form-gap {
	margin-top:10px;
	margin-bottom:10px;
}

#top-pager ul.yiiPager .first,
#top-pager ul.yiiPager .last
{
        display: inline;
}

.menu-pager {
	margin-left:15px;
}

/* Custom button */
.mybtn {
  color: #666666;
  padding-top:7px;
  padding-bottom:12px;
  padding-left:10px;
  padding-right:10px;
  margin-right:10px;
  margin-bottom:10px;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #D5D5D5;
  text-decoration:none;
  width:40px;
  height:40px;
  display:inline;
  float:left;
  text-align:center;
}

.mybtn:hover,
.mybtn:focus {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  cursor: pointer;
  text-decoration:none;
}

.mybtn a:hover, 
.mybtn a:visited {
	text-decoration:none;
}

.mybtn:active {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  cursor: pointer;
  text-decoration:none;
}

.mybtn-small {
  color: #666666;
  padding-top:5px;
  padding-bottom:8px;
  padding-left:7px;
  padding-right:7px;
  margin-right:10px;
  margin-bottom:10px;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #D5D5D5;
  text-decoration:none;
  width:25px;
  height:25px;
  display:inline;
  float:left;
  text-align:center;
}

.mybtn-small:hover,
.mybtn-small:focus {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  cursor: pointer;
  text-decoration:none;
}

.mybtn-small a:hover, 
.mybtn-small a:visited {
	text-decoration:none;
}

.mybtn-small:active {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  cursor: pointer;
  text-decoration:none;
}

.mybtn-plain {
  color: #666666;
  padding-bottom:8px;
  margin-right:5px;
  margin-left:15px;
  text-decoration:none;
  display:inline;
  float:left;
  text-align:center;
}

.mybtn-editing {
  color: #666666;
  padding-bottom:8px;
  margin-right:5px;
  margin-left:5px;
  text-decoration:none;
  display:inline;
  float:left;
  text-align:center;
}

.mytoolbar {
	float:left;
	width:100%;
	padding-top:10px;
	border-top:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	margin-bottom:20px;
	overflow:hidden;
}

.form-title {
	float:left;
	min-width:230px;
	text-left:right;
	padding-right:20px;
	padding-bottom:10px;
}

.form-timetable-header {
	float:left;
	min-width:150px;
	text-align:right;
	padding-right:20px;
	padding-bottom:10px;
}

.form-timetable-header2 {
	float:left;
	min-width:150px;
	text-align:left;
	padding-right:20px;
	padding-bottom:10px;
}

.form-space-small {
	float:left;
	min-width:75px;
	text-align:left;
	padding-right:20px;
	padding-bottom:10px;
}

.form-space-small2 {
	float:left;
	min-width:95px;
	text-align:left;
	padding-right:20px;
}

.fill-div {
	width:100%;
	float: left;	
	margin: 0px;
	padding: 0px;
}
/* always visible div */
.always-visible
{
    position: fixed;
    top: 60px;
}


/*dashboard design */
.dashboard-background {
	background-color:#FFF;
	clear:both;
}

.dashboard-panel{
	background:#FFF;
	margin-bottom:20px;
}

.dashboard-btn-group{
	background:#FFF;
	margin-top:5px;
	margin-bottom:70px;
	clear:both;
	float:none;
}

/* Dashboard button */
.dashboard-btn {
  color: #666666;
  padding-top:5px;
  padding-bottom:8px;
  padding-left:7px;
  padding-right:7px;
  margin-right:10px;
  margin-bottom:10px;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #D5D5D5;
  font-weight:bold;
  height:25px;
  display:inline;
  float:left;
  text-align:left;
  vertical-align:middle;
}

.dashboard-btn-text{
	margin-top:5px;
	margin-right:5px;
	font-weight:bold;
	height:25px;
	display:inline;
	float:right;
	text-align:left;
	vertical-align:middle;
}

.print-icon{
	font-size:2em;
	color:#666;
}

.print-icon-selected{
	font-size:2em;
	color:#09F;
}

.print-my-icon{
	position:relative;
	top:-50px;
}

.dashboard-btn:hover,
.dashboard-btn:focus {
	color:#FFF;
  background-color: #20A8D8;
  *background-color: #d9d9d9;
  cursor: pointer;
  text-decoration:none;
}

.dashboard-btn a:hover, 
.mybtn a:visited {
	text-decoration:none;
}

.dashboard-btn:active {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  cursor: pointer;
  text-decoration:none;
}


.dashboard-left-top {
	background-color:#20A8D8;
	min-height:35px;
	width:410px;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	padding-top:15px;
	text-align:center;
}

.dashboard-right-top {
	background-color:#D9EDF7;
	min-height:35px;
	width:760px;
	font-size:20px;
	font-weight:bold;
	color:#333;
	padding-top:15px;
	text-align:right;
}

.dashboard-right-top-title {
	padding-right:20px;
}

.dashboard-left {
	background-color:#FFF;
	min-height:600px;
	width:410px;
	float:left;
	margin-bottom:30px;
}

.dashboard-right {
	background-color:#FBFBFB;
	min-height:600px;
	width:760px;
}

.dashboard-toolbar{
	width: 100%;
	padding-left:10px;
	padding-right:10px;
}

.dashboard-title {
	font-weight:bold;
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
}

.dashboard-title-spacing {
	margin-top:20px;
}

.dashboard-content-full {
	background:#FFF;
	min-height:200px;
	margin:15px;
	padding:10px;
	border:#CCC solid 1px;
	clear:both;
}

.dashboard-content-left {
	float:left;
	width:355px;
	background:#FFF;
	min-height:300px;
	margin-right:15px;
	margin-bottom:20px;
	margin-left:15px;
	border:#CCC solid 1px;
	clear:both;
}

.dashboard-content-right {
	float:left;
	width:355px;
	background:#FFF;
	min-height:300px;
	border:#CCC solid 1px;
	margin-bottom:20px;
}

.dashboard-icon {
  color:#20A8D8;
  padding-bottom:12px;
  margin-right:10px;
  margin-bottom:10px;
  text-decoration:none;
  display:inline;
  float:left;
  text-align:center;
  width:355px;
  line-height:15px;
}

.dashboard-list {
  color:#20A8D8;
  padding-bottom:12px;
  margin-right:10px;
  margin-bottom:10px;
  text-decoration:none;
  display:inline;
  float:left;
  text-align:left;
  width:355px;
  line-height:15px;
}

/*end of dashboard design*/

/*dashboard design 2*/
.dashboard2-background {
	background-color:#FFF;
	clear:both;
}

.dashboard2-panel{
	min-height:600px;
}

/* dashboard2 button */
.dashboard2-btn {
/*  color:#20A8D8; blue*/
  color: #666666;
  padding-top:15px;
  padding-bottom:12px;
  padding-left:10px;
  padding-right:10px;
  margin-left:10px;
  margin-bottom:10px;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #D5D5D5;
  text-decoration:none;
  width:80px;
  height:70px;
  display:inline;
  float:left;
  text-align:center;
  line-height:15px;
}

.dashboard2-btn-text{
	font-size:11px;
}
.dashboard2-btn:hover,
.dashboard2-btn:focus {
  background-color: #e6e6e6;
  *background-color: #e6e6e6;
  cursor: pointer;
  text-decoration:none;
}

.dashboard2-btn a:hover, 
.mybtn a:visited {
	text-decoration:none;
}

.dashboard2-btn:active {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  cursor: pointer;
  text-decoration:none;
}


.dashboard2-left-top {
	background-color:#20A8D8;
	min-height:35px;
	width:410px;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	padding-top:15px;
	text-align:center;
}

.dashboard2-right-top {
	background-color:#D9EDF7;
	min-height:35px;
	width:760px;
	font-size:20px;
	font-weight:bold;
	color:#333;
	padding-top:15px;
	text-align:right;
}

.dashboard2-right-top-title {
	padding-right:20px;
}

.dashboard2-left {
	background-color:#FFF;
	min-height:600px;
	width:410px;
	float:left;
	margin-bottom:30px;
}

.dashboard2-right {
	background-color:#FBFBFB;
	min-height:600px;
	width:760px;
}

.dashboard2-toolbar{
	width: 100%;
	padding-left:20px;
	padding-right:20px;
}

.dashboard2-title {
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:5px;
	border-top:#CCC 4px double;
	border-bottom:#CCC 4px double;
	margin-bottom:20px;
	font-weight:bold;
}

.dashboard2-title-spacing {
	margin-top:20px;
}

.dashboard2-content-full {
	background:#FFF;
	min-height:200px;
	margin:15px;
	padding:10px;
	border:#CCC solid 1px;
	clear:both;
}

.dashboard2-content-left {
	float:left;
	width:355px;
	background:#FFF;
	min-height:300px;
	margin-right:15px;
	margin-bottom:20px;
	margin-left:15px;
	border:#CCC solid 1px;
	clear:both;
}

.dashboard2-content-right {
	float:left;
	width:355px;
	background:#FFF;
	min-height:300px;
	border:#CCC solid 1px;
	margin-bottom:20px;
}

.dashboard2-icon {
  color:#20A8D8;
  padding-bottom:12px;
  margin-right:10px;
  margin-bottom:10px;
  text-decoration:none;
  display:inline;
  float:left;
  text-align:center;
  width:355px;
  line-height:15px;
}

.dashboard2-list {
  color:#20A8D8;
  padding-bottom:12px;
  margin-right:10px;
  margin-bottom:10px;
  text-decoration:none;
  display:inline;
  float:left;
  text-align:left;
  width:355px;
  line-height:15px;
}

/* dashboard design 2 */

/*!
 * Yamm!
 * Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm
 *
 * https://github.com/geedmo
 */

.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
  position: static;
}
.yamm .navbar-inner,
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .dropdown-menu > li {
  display: block;
}
.yamm .dropdown-submenu .dropdown-menu {
  left: 100%;
}
.yamm .nav.pull-right .dropdown-menu {
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
  *zoom: 1;
}
.yamm .yamm-content:before,
.yamm .yamm-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.yamm .yamm-content:after {
  clear: both;
}
.yamm.navbar .nav > li > .dropdown-menu:after,
.yamm.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 1170px) {
  .yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: auto;
  }
  .yamm .yamm-content {
    padding-left: 0;
    padding-right: 0;
  }
  .yamm .dropdown-menu > li > ul {
    display: block;
  }
}

/*end of yamm mega menu */

.nav-main{
	padding-top:9px;
}

.detail-view-right th {
	width:200px;
	text-align:left;
}

/*Override of Hero Unit */
.hero-unit {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0px;
  padding-bottom:10px;
  font-size: 40px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}

.highlight-box{
	border:#CCC solid 1px;
}

.cell-yellow {
    background:#FFF6BF;
    color:#514721;
}

.cell-grey {
  background-color: #f5f5f5;
}

.cell-darkgrey {
  background-color: #CCC;
}

table tr td.cell-yellow {
    background:#FFF6BF;
    color:#514721;
}

.cell-maroon {
	background:#b94a48;
	color:#FFF;
}

table tr td.cell-maroon {
	background:#b94a48;
	color:#FFF;
}

.listbox-text {
font-size: 0.9em;
/* better to use em proportional size for display than pt */
}

.print-container {
	padding-left:50px;
	padding-right:50px;
}
.print-header-container {
	margin-top:0px;
	height:100px;
}

.print-header-title {
	font-size:1.5em;
	font-weight:bold;
}

.print-header-subtitle {
	font-size:1.2em;
}

.print-header-title-pdf {
	font-size:1.1em;
	font-weight:bold;
}

.print-header-subtitle-pdf {
	padding-top:10px;
	font-size:0.95em;
}

.print-note-list{
	font-style:italic;
	font-size:0.95em;
}

.print-header-logo td{
	text-align:right;
}

.time-background{
	background:#ECEFDA;
}
@page {
  margin-top: 15mm; 
  margin-bottom: 10mm;
}

.nav-tabs  /* override the original to make the un selected tab bold*/
{
	border-bottom: 1px solid #ddd;
	font-weight:bold;
}

.extra-row {
	font-weight:bold;
	background-color:#D3D3D3;
}

/* */

 /* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #FFF; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 40px; /* Place content 40px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	border:#CCC solid 1px;
}

/* the container for content */
.sidenav-container{
	padding:5px;
}
/* The navigation menu links. Don't use it. Use our own
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
*/

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size:1.6em;
    margin-left: 50px;
	color:#999;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn:hover{
	color:#20A8D8;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
} 

/*****************************************************
***************site css ******************************/
.site-main-container {
	width:100%;
	text-align:center;
}
.site-main-icon-size
{
	font-size: 7em;
}

.site-main-content {
  position:relative;
  background:#FFF;
  margin:10px;
  padding:10px;
  margin-bottom:20px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #D5D5D5;
}

/* dashboard2 button */
.site-main-btn {
/*  color:#20A8D8; blue*/
  color: #666666;
  padding-top:25px;
  padding-bottom:12px;
  padding-left:0px;
  padding-right:0px;
  margin-bottom:10px;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #D5D5D5;
  text-decoration:none;
  width:100%;
  height:120px;
  text-align:center;
  line-height:15px;
  display: table;
}

.site-main-btn-text{
	font-size:11px;
}
.site-main-btn:hover,
.site-main-btn:focus {
  background-color: #e6e6e6;
  *background-color: #e6e6e6;
  cursor: pointer;
  text-decoration:none;
}

.site-main a:hover, 
.mybtn a:visited {
	text-decoration:none;
}

.site-main:active {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  cursor: pointer;
  text-decoration:none;
}


.site-main-widget {

    position: relative;
    clear: both;

    width: auto;

    margin-bottom: 2em;

    /*overflow: hidden;*/
}

.site-main-widget-header {

    position: relative;

    height: 40px;
    /*line-height: 40px;*/

    background: #E9E9E9;
    background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #E9E9E9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* IE10+ */
    background: linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FAFAFA', endColorstr = '#E9E9E9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";

    border: 1px solid #D5D5D5;

    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

    -webkit-background-clip: padding-box;
}
.site-main-widget-header .site-main-toolbar
{
    margin: 0 2px;
}
.site-main-widget-header .site-main-toolbar ul.dropdown-menu i
{
    margin-left: -18px;
    margin-right: 1px;
}
.site-main-widget-header .site-main-toolbar > .btn,
.site-main-widget-header .site-main-toolbar > .btn-group{
    margin-left: 7px;
}
.site-main-widget-header .site-main-toolbar > .btn,
.site-main-widget-header .site-main-toolbar > .btn-group > .btn{
    margin-top: 5px;
    margin-bottom: 5px;
}
.site-main-widget-header .site-main-toolbar > *:last-child{
    margin-left: 0;
}
.site-main-widget-header .site-main-toolbar > .btn-large,
.site-main-widget-header .site-main-toolbar > .btn-group > .btn-large{
    margin-top: 1px;
    margin-bottom: 1px;
}
.site-main-widget-header .site-main-toolbar > .btn-small,
.site-main-widget-header .site-main-toolbar > .btn-group > .btn-small{
    margin-top: 7px;
    margin-bottom: 7px;
}
.site-main-widget-header .site-main-toolbar > .btn-mini,
.site-main-widget-header .site-main-toolbar > .btn-group > .btn-mini{
    margin-top: 8px;
    margin-bottom: 9px;
}


.site-main-widget-header h3 {

    position: relative;
    top: 2px;
    left: 10px;

    display: inline-block;
    margin-right: 3em;

    font-size: 14px;
    font-weight: 800;
    color: #555;
    line-height: 18px;

    text-shadow: 1px 1px 2px rgba(255, 255, 255, .5);
	text-align:center;
	width:100%;
}

.site-main-widget-header > [class^="icon-"], .site-main-widget-header > [class*=" icon-"] {

    display: inline-block;
    margin-left: 13px;
    margin-right: -2px;

    font-size: 16px;
    color: #555;
    vertical-align: middle;

}

.site-main-widget-content {
    padding: 20px 15px 15px;

    background: #FFF;

    border: 1px solid #D5D5D5;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.site-main-widget-header+.site-main-widget-content {
    border-top: none;

    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.site-main-widget-nopad .site-main-widget-content {
    padding: 0;
}

/* Widget Content Clearfix */
.site-main-widget-content:before,
.site-main-widget-content:after {
    content: "";
    display: table;
}

.site-main-widget-content:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.site-main-widget-content {
    zoom: 1;
}

/* Widget Table */

.site-main-widget-table .site-main-widget-content {
    padding: 0;
}

.site-main-widget-table .table {
    margin-bottom: 0;

    border: none;
}

.site-main-widget-table .table tr td:first-child {
    border-left: none;
}

.site-main-widget-table .table tr th:first-child {
    border-left: none;
}

/* Widget Plain */
.site-main-widget-plain {

    background: transparent;

    border: none;
}

.site-main-widget-plain .widget-content {
    padding: 0;

    background: transparent;

    border: none;
}

/* Widget Box */
.site-main-widget-box {

}

.site-main-widget-box .site-main-widget-content {
    background: #E3E3E3;
    background: #FFF;
}

/*end of override 
*/