/*
Template Name: Metis Responsive Admin Template build with Twitter Bootstrap 2.2.2
Version: 1.0
Author: hemno
Website: http://www.hemno.com
*/
/*********************************************************/
/*                 Sticky footer styles                  */
/*********************************************************/
html,
body {
  height: 100%;
  font-size: 12px;
  /* The html and body elements cannot have any padding or margin. */

}
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */

  margin: 0 auto -48px;
}
/* Set the fixed height of the footer here */
#push,
#footer {
  /*height: 48px;*/
  height: 24px;
}
@media (max-width: 767px) {
  #wrap {
    margin: 0 auto;
  }
  #push {
    display: none;
  }
}
/* -------- END Sticky footer styles ------------------ *//*********************************************************/
/*                 Template Layout                       */
/*********************************************************/
body.padTop44 {
  padding-top: 44px;
  overflow: visible;
}
/* BEGIN TOP bar */
#top > .navbar {
  margin: 0;
}
#top > .navbar > .navbar-inner {
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgb(19,136,72); /* background color will be black for all browsers */
}
#top > .navbar > .navbar-inner  {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
  border-radius: 0 0 10px 10px;
  background: rgb(19,136,72);
  background: -moz-linear-gradient(top,  rgb(19,136,72) 0%, rgb(44,77,21) 50%, rgb(19,136,72) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(19,136,72)), color-stop(50%,rgb(44,77,21)), color-stop(100%,rgb(19,136,72)));
  background: -webkit-linear-gradient(top,  rgb(19,136,72) 0%,rgb(44,77,21) 50%,rgb(19,136,72) 100%);
  background: -o-linear-gradient(top,  rgb(19,136,72) 0%,rgb(44,77,21) 50%,rgb(19,136,72) 100%);
  background: -ms-linear-gradient(top,  rgb(19,136,72) 0%,rgb(44,77,21) 50%,rgb(19,136,72) 100%);
  background: linear-gradient(to bottom,  rgb(19,136,72) 0%,rgb(44,77,21) 50%,rgb(19,136,72) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#138848', endColorstr='#2C4D15',GradientType=0 );
}
.navbar-inverse .nav .active>a, .navbar-inverse .nav .active>a:hover, .navbar-inverse .nav .active>a:focus {
color: #000;
background-color: rgb(255,252,233);
border-radius: 5px 5px 0 0;
}
.navbar-inverse .brand, .navbar-inverse .nav>li>a {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.navbar .brand {
font-family: 'Shojumaru', cursive, Arial, serif;
font-size: 20px;
font-weight: 200;
}

#top > .navbar > .navbar-inner > .container-fluid {
  padding: 0;
}
#top .topnav {
  display: block;
  float: right;
  margin: 0;
}
/* END TOP bar */
/* BEGIN header.head bar */
.head {
  height: 40px;
  padding-bottom: 5px;
  *zoom: 1;
}
.head:before,
.head:after {
  display: table;
  content: "";
  line-height: 0;
}
.head:after {
  clear: both;
}
.head .search-bar {
  width: 220px;
  float: left;
}
.head .search-bar .search-bar-inner {
  height: 100%;
  padding-top: 12px;
  position: relative;
  *zoom: 1;
}
.head .search-bar .search-bar-inner:before,
.head .search-bar .search-bar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.head .search-bar .search-bar-inner:after {
  clear: both;
}
.head .search-bar #menu-toggle {
  float: right;
  margin-right: 12px;
}
.head .search-bar .main-search {
  margin: 0 5px;
  position: relative;
}
.head .main-bar {
  //margin-left: 5px;
  position: relative;
	//background-color: #E8F3D8;
	background-image: -moz-linear-gradient(top, rgb(140,198,63), rgb(146,241,148));
	background-image: -ms-linear-gradient(top, rgb(140,198,63), rgb(146,241,148));
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(140,198,63)), to(rgb(146,241,148)));
	background-image: -webkit-linear-gradient(top, rgb(140,198,63), rgb(146,241,148));
	background-image: -o-linear-gradient(top, rgb(140,198,63), rgb(146,241,148));
	background-image: linear-gradient(top, rgb(140,198,63), rgb(146,241,148));
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CC63F', endColorstr='#92F194', GradientType=0);
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;  
}
.head .main-bar .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
.head .main-bar .sidebar-ctrl {
  padding-top: 10px;
  float: right;
}
/* END header.head bar */
/* BEGIN #menu-toggle button */
#menu-toggle {
  float: right;
  margin-right: 12px;
}
/* END #menu-toggle button */
/* BEGIN #left div */
#left {
  display: block;
  float: left;
  position: relative;
  width: 220px;
  /* border-right: 1px solid rgb(44,77,21);
  height: 100%; */
}
#left .user-media {
  color: #138848;
  padding: 20px 0 20px 10px;
}
#left .user-media a.user-link {
  float: left;
  position: relative;
}
#left .user-media a.user-link .user-label {
  position: absolute;
  right: -6px;
  top: -6px;
  width: auto;
}
#left .user-media .media-body {
  float: left;
  margin-left: 12px;
}
#left .user-media .media-body h5 {
  margin-bottom: 3px;
}
#left .user-media .media-body .user-info li {
  line-height: 13px;
  font-size: 11px;
}
#left #right .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
/* END #left div */
/* BEGIN main content */
#content {
  margin-left: 220px;
  margin-right: 0;
  -webkit-transition: margin-left 0.4s;
  -moz-transition: margin-left 0.4s;
  -o-transition: margin-left 0.4s;
  transition: margin-left 0.4s;
  width: auto;
}
#content .main {
  padding: 10px;
}
/* BEGIN main content */
/* BEGIN body.mini-sidebar styles */
.mini-sidebar .head .search-bar {
  display: none;
}
.mini-sidebar .head .main-bar {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.mini-sidebar #left {
  width: 100px;
}
.mini-sidebar #left .user-media .media-body,
.mini-sidebar #left #right {
  display: none !important;
}
.mini-sidebar #content {
  margin-left: 100px;
  -webkit-transition: margin-left 0.2s;
  -moz-transition: margin-left 0.2s;
  -o-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
}
/* END body.mini-sidebar styles */
/* BEGIN body.side-right styles */
.side-right .head .search-bar {
  float: right;
}
.side-right .head .main-bar {
  margin-left: 0;
  margin-right: 220px;
}
.side-right #left {
  float: right;
}
.side-right #left #menu > li > a > .label {
  left: 2px;
  right: auto;
}
.side-right #left .user-media a.user-link .user-label {
  left: -6px;
  right: auto;
}
.side-right #content {
  margin-left: 0;
  margin-right: 220px;
  -webkit-transition: margin-right 0.2s;
  -moz-transition: margin-right 0.2s;
  -o-transition: margin-right 0.2s;
  transition: margin-right 0.2s;
}
/* END body.side-right styles */
/* BEGIN body.side-right.mini-sidebar styles */
.side-right.mini-sidebar #content {
  margin-right: 100px;
  -webkit-transition: margin-right 0.2s;
  -moz-transition: margin-right 0.2s;
  -o-transition: margin-right 0.2s;
  transition: margin-right 0.2s;
}
.side-right.mini-sidebar .head .search-bar {
  display: none;
}
.side-right.mini-sidebar .head .main-bar {
  margin-right: 0;
  margin-left: 0;
}
/* END body.side-right.mini-sidebar styles */
/* BEGIN body.hide-sidebar styles */
.hide-sidebar #left {
  display: none !important;
}
.hide-sidebar #content {
  margin: auto 0 !important;
}
/* BEGIN body.hide-sidebar styles */
/* BEGIN  FIXED LAYOUT STYLES    */
body.fixed #wrap,
body.fixed #footer {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-right: 10px;
}
body.fixed .pattern-switcher {
  display: block;
}
@media (max-width: 1280px) {
  body.fixed #wrap,
  body.fixed #footer {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
/* END  FIXED LAYOUT STYLES    */
/* BEGIN layout media queries */
@media (min-width: 768px) and (max-width: 979px) {
  .head .search-bar {
    display: none;
  }
  .head .main-bar {
    margin-right: 0;
    margin-left: 0;
  }
  .side-right .head .main-bar {
    margin-right: 0;
    margin-left: 0;
  }
  #left {
    width: 100px;
  }
  #left .user-media {
    padding: 10px;
  }
  #left .user-media a.user-link .user-label {
    right: -6px;
  }
  #left #right {
    display: none;
  }
  #content {
    margin-left: 100px;
  }
  .side-right #content {
    margin-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  #wrap {
    margin: 0 auto;
  }
  .navbar-inner {
    padding-left: 5px;
    padding-right: 8px;
  }
  #left,
  #content {
    float: none;
    width: 100%;
    margin: 0;
  }
  .head {
    height: auto;
    padding-bottom: 0;
  }
  .head .search-bar {
    float: none !important;
    width: auto;
  }
  .head .search-bar .search-bar-inner .main-search {
    margin-right: 50px;
  }
  .head .main-bar {
    float: none !important;
    margin: 0 !important;
  }
}
/* END layout media queries */
/* ================== END Template Layout ============== */
/*********************************************************/
/*          Begin top-header-content-footer Styles                           */
/*********************************************************/
/* Wrapper styles ------------------------------------*/
#wrap {
  //background: url("../img/pattern/green-fibers.png") repeat #444444;
  background-color: rgb(255,252,233);
  *zoom: 1;
}
#wrap:before,
#wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
#wrap:after {
  clear: both;
}
/* --------------- TOP BAR STYLES -------------------- */
#top > .navbar {
  border-top: 3px solid #CD0067;
}

/* --------------- HEADER.head STYLES -------------------- */
.head {
  background-color: rgb(255,252,233);
  //background-image: url("../img/bg.png");
  //background-repeat: repeat;
  //border-bottom: 1px solid rgb(44,77,21);
}
.head .search-bar .search-bar-inner {
  border-right: 2px solid #333;
  border-right: 2px solid rgba(0, 0, 0, 0.24);
  border-left: none;
}
.head .search-bar .search-bar-inner .main-search input[type="text"] {
  background-color: rgb(255,252,233);
  border: 1px solid #000000;
  color: #CCCCCC;
  float: left;
  font-size: 12px;
  padding: 0 4px;
}
.head .search-bar .search-bar-inner .main-search #searchBtn {
  position: absolute;
  right: 1px;
  top: 0;
}
.head .main-bar h3 {
  color: rgb(44,77,21);
  line-height: 18px;
  font-size:18px;
  //text-shadow: 0 1px 0 rgba(51, 47, 47, 0.6);
}
.modal-header h3 {
margin: 0;
line-height: 20px;
font-size:18px;
color: rgb(44,77,21);
}
.modal-footer {
padding: 14px 15px 15px;
margin-top: 10px;
margin-bottom: 10px;
background-color: #E8F3D8;
border-top: 1px solid #e5e5e5;
}
.modal-header {
background-image: -moz-linear-gradient(top, rgb(140,198,63), rgb(146,241,148));
background-image: -ms-linear-gradient(top, rgb(140,198,63), rgb(146,241,148));
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(140,198,63)), to(rgb(146,241,148)));
background-image: -webkit-linear-gradient(top, rgb(140,198,63), rgb(146,241,148));
background-image: -o-linear-gradient(top, rgb(140,198,63), rgb(146,241,148));
background-image: linear-gradient(top, rgb(140,198,63), rgb(146,241,148));
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CC63F', endColorstr='#92F194', GradientType=0);
border: 1px solid #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
box-shadow: inset 0 1px 0 #ffffff;
}
.modal-body {
background-color: rgb(255,252,233);
}
/* --------------- LEFT NAVIGATION STYLES -------------------- */
#left .user-media a {
  color: #138848;
}
#left .user-media a.user-link .user-label {
  background-color: #9A004D;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* --------------- FOOTER STYLES -------------------- */
#footer {
  border-top: 1px solid rgb(44,77,21);
  color: #ffffff;
  padding-right: 20px;
  padding-left:20px;
  padding-left:10px;
  background: rgb(19,136,72);
  background: -moz-linear-gradient(top,  rgb(19,136,72) 0%, rgb(44,77,21) 50%, rgb(19,136,72) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(19,136,72)), color-stop(50%,rgb(44,77,21)), color-stop(100%,rgb(19,136,72)));
  background: -webkit-linear-gradient(top,  rgb(19,136,72) 0%,rgb(44,77,21) 50%,rgb(19,136,72) 100%);
  background: -o-linear-gradient(top,  rgb(19,136,72) 0%,rgb(44,77,21) 50%,rgb(19,136,72) 100%);
  background: -ms-linear-gradient(top,  rgb(19,136,72) 0%,rgb(44,77,21) 50%,rgb(19,136,72) 100%);
  background: linear-gradient(to bottom,  rgb(19,136,72) 0%,rgb(44,77,21) 50%,rgb(19,136,72) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#138848', endColorstr='#2C4D15',GradientType=0 );
}
#footer p {
  padding-top: 2px;
  text-align: center;
}
/* --------------- CONTENT STYLES -------------------- */
#content .outer {
  //background-color: rgb(44,77,21);
  padding: 1px;
  /* border-left: 1px solid rgb(44,77,21); */
  /* 
  Added by : akshay 16-09-2013
  	for adding dividing line between leftbar and mainpage
  */
  border: solid; 
  border-left: 1px; 
  border-style: solid; 
  min-height: 694px; 
  border-right:0px; 
  border-bottom: 0px; 
  border-top: 0px;
}
#content .outer .inner {
  background: rgb(255,252,233);
  padding: 10px;
}
/* BEGIN body.side-right styles */
.side-right . .search-bar .search-bar-inner {
  border-right: none;
  border-left: 2px solid rgba(0, 0, 0, 0.24);
}
/* END body.side-right styles */
@media (max-width: 767px) {
  .head .search-bar .search-bar-inner {
    border-right: none;
  }
  .head .main-bar {
    //border-top: 2px solid #333;
  }
}
/* ============== END top-header-content-footer Styles ================= */#menu {
  line-height: 1;
}
#menu li ul {
  //background: #fff;
}
#menu li ul li a {
  border-top: 1px solid #EFEFF0 !important;
  color: #0A4062;
  display: block;
  padding: 8px 10px;
  position: relative;
  text-decoration: none;
  font-size: 11px;
}
#menu li ul li a:hover {
  color: #777;
}
#menu,
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu li,
#menu ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
#menu,
#menu > li,
#menu > li > a {
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
#menu > li > a {
  border-bottom: 1px solid rgb(255,252,233);
  -webkit-box-shadow: 0 0 0 #999999, 0 1px 0 #666666 inset;
  -moz-box-shadow: 0 0 0 #999999, 0 1px 0 #666666 inset;
  box-shadow: 0 0 0 #999999, 0 1px 0 #666666 inset;
  background: rgb(19,136,72);
  background: -moz-linear-gradient(top,  rgb(19,136,72) 0%, rgb(44,77,21) 50%, rgb(19,136,72) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(19,136,72)), color-stop(50%,rgb(44,77,21)), color-stop(100%,rgb(19,136,72)));
  background: -webkit-linear-gradient(top,  rgb(19,136,72) 0%,rgb(44,77,21) 50%,rgb(19,136,72) 100%);
  background: -o-linear-gradient(top,  rgb(19,136,72) 0%,rgb(44,77,21) 50%,rgb(19,136,72) 100%);
  background: -ms-linear-gradient(top,  rgb(19,136,72) 0%,rgb(44,77,21) 50%,rgb(19,136,72) 100%);
  background: linear-gradient(to bottom,  rgb(19,136,72) 0%,rgb(44,77,21) 50%,rgb(19,136,72) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#138848', endColorstr='#2C4D15',GradientType=0 );
  color: #FFFFFF;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 10px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 1px #000000;
}
.lt-ie8 #menu > li > a > .label {
  float: none;
  position: absolute;
  right: 2px;
  top: 10px;
}
#menu > li > a:hover,
#menu > li.hover > a,
#menu > li.active > a {
  background: rgb(186,241,148);
  background: -moz-linear-gradient(top,  rgb(140,198,63) 0%, rgb(186,241,148) 50%, rgb(140,198,63) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(140,198,63)), color-stop(50%,rgb(186,241,148)), color-stop(100%,rgb(140,198,63)));
  background: -webkit-linear-gradient(top,  rgb(140,198,63) 0%,rgb(186,241,148) 50%,rgb(140,198,63) 100%);
  background: -o-linear-gradient(top,  rgb(140,198,63) 0%,rgb(186,241,148) 50%,rgb(140,198,63) 100%);
  background: -ms-linear-gradient(top,  rgb(140,198,63) 0%,rgb(186,241,148) 50%,rgb(140,198,63) 100%);
  background: linear-gradient(to bottom,  rgb(140,198,63) 0%,rgb(186,241,148) 50%,rgb(140,198,63) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8CC63F', endColorstr='#92F194',GradientType=0 );
  -webkit-box-shadow: 0 1px 0 0 #9a004d inset;
  -moz-box-shadow: 0 1px 0 0 #9a004d inset;
  box-shadow: 0 1px 0 0 #9a004d inset;
  -webkit-transition: height 0.4s ease-out 0s;
  -moz-transition: height 0.4s ease-out 0s;
  -o-transition: height 0.4s ease-out 0s;
  transition: height 0.4s ease-out 0s;
  color: rgb(44,77,21);
  text-decoration: none;
  text-shadow: 0 1px 1px #ffffff;  
}
.mini-sidebar #menu > li > a {
  text-align: center;
}
.mini-sidebar #menu > li > a > i {
  display: block;
  font-size: 20px;
  width: auto;
}
.mini-sidebar #menu .label {
  position: absolute;
  right: 2px;
  top: 2px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #menu > li > a {
    text-align: center;
  }
  #menu > li > a > i {
    display: block;
    font-size: 20px;
    width: auto;
  }
  #menu .label {
    position: absolute;
    right: 2px;
    top: 2px;
  }
}
.box {
  position: relative;
  width: 100%;
	border: 1px solid #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
	-webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
	-moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);  
}
.box header {
  background-color: #E8F3D8;
  background-image: -moz-linear-gradient(top, #ffffff, #E8F3D8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#E8F3D8));
  background-image: -webkit-linear-gradient(top, #ffffff, #E8F3D8);
  background-image: -o-linear-gradient(top, #ffffff, #E8F3D8);
  background-image: linear-gradient(to bottom, #ffffff, #E8F3D8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E8F3D8', GradientType=0);
  border-bottom: 1px solid #d4d4d4;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  border-radius: 3px 3px 0 0;
  *zoom: 1;
}
.box header:before,
.box header:after {
  display: table;
  content: "";
  line-height: 0;
}
.box header:after {
  clear: both;
}
.box header .icons,
.box header h5 {
  float: left;
  margin: 0;
}
.box header .nav {
  margin: 0;
}
.box header .nav.nav-tabs {
  border: none !important;
}
.box header .nav > li {
  float: left;
}
.box header .nav > li > a {
  padding: 10px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
}
.box header .nav .dropdown-toggle .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.box header .nav .dropdown-menu {
  float: right;
  right: 0;
  left: auto;
}
.box header .icons {
  float: left;
  display: block;
  padding: 10px 5px 10px 10px;
}
.box header h5 {
  margin: 10px 0 10px 5px;
}
.box header .toolbar {
  float: right;
  height: 100%;
  line-height: 40px;
  padding-right: 10px;
}
.box header .toolbar * {
  margin: 0;
}
.box header .toolbar input[type="text"] {
  padding: 0 0 0 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.box header .toolbar .progress {
  min-width: 120px;
  margin: 18px 0;
}
.box header .toolbar .progress.mini {
  height: 5px;
}
.box header .toolbar .progress.middle {
  height: 7px;
}
.box header .toolbar .input-append .btn {
  margin-left: -1px;
  vertical-align: inherit;
}
.box .body,
.box .block {
  padding: 10px;
  background-color: ##E8F3D8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.box .body .progress,
.box .block .progress {
  margin-bottom: 10px;
}
.box .body.collapse:not(.in) {
  padding: 0;
}
.box .block {
  padding: 0;
}
.box .block table {
  border: none;
}
.box .block form {
  margin: 0;
}
/* Changed on 12-Aug-13 Arvind (form-actions)*/
.form-actions {
padding: 5px 5px 5px;
margin-top: 5px;
margin-bottom: 5px;
background-color: #E8F3D8;
border-top: 1px solid #e5e5e5;
}
/*.btn-inverse {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #04c;
background-image: -moz-linear-gradient(top,#fff,#04c);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#04c));
background-image: -webkit-linear-gradient(top,#fff,#04c);
background-image: -o-linear-gradient(top,#fff,#04c);
background-image: linear-gradient(to bottom,#fff,#04c);
background-repeat: repeat-x;
border-color: #04c #04c #000;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#04c04c',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}*/
.box.dark header {
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(to bottom, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  color: #f5f5f5;
}
@media screen and (max-width: 480px) {
  .box .block .control-group {
    padding-left: 10px;
  }
}
.limiterBox {
  border: 1px solid #FBEED5;
  border-top: none;
  color: #C09853;
  background-color: #FCF8E3;
  padding: 3px 6px;
  font-size: 10px;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0 none;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.btn-metis-1 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #a20051;
  background-image: -moz-linear-gradient(top, #c60063, #6b0035);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c60063), to(#6b0035));
  background-image: -webkit-linear-gradient(top, #c60063, #6b0035);
  background-image: -o-linear-gradient(top, #c60063, #6b0035);
  background-image: linear-gradient(to bottom, #c60063, #6b0035);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c60063', endColorstr='#6b0035', GradientType=0);
  border-color: #6b0035 #6b0035 #1f000f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #6b0035;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-metis-1:hover,
.btn-metis-1:active,
.btn-metis-1.active,
.btn-metis-1.disabled,
.btn-metis-1[disabled] {
  color: #ffffff;
  background-color: #6b0035;
  *background-color: #520028;
}
.btn-metis-1:active,
.btn-metis-1.active {
  background-color: #38001c \9;
}
.btn-metis-2 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #515122;
  background-image: -moz-linear-gradient(top, #606028, #3b3b18);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#606028), to(#3b3b18));
  background-image: -webkit-linear-gradient(top, #606028, #3b3b18);
  background-image: -o-linear-gradient(top, #606028, #3b3b18);
  background-image: linear-gradient(to bottom, #606028, #3b3b18);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606028', endColorstr='#3b3b18', GradientType=0);
  border-color: #3b3b18 #3b3b18 #050502;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #3b3b18;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-metis-2:hover,
.btn-metis-2:active,
.btn-metis-2.active,
.btn-metis-2.disabled,
.btn-metis-2[disabled] {
  color: #ffffff;
  background-color: #3b3b18;
  *background-color: #292911;
}
.btn-metis-2:active,
.btn-metis-2.active {
  background-color: #171709 \9;
}
.btn-metis-3 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #926710;
  background-image: -moz-linear-gradient(top, #b78114, #5b400a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b78114), to(#5b400a));
  background-image: -webkit-linear-gradient(top, #b78114, #5b400a);
  background-image: -o-linear-gradient(top, #b78114, #5b400a);
  background-image: linear-gradient(to bottom, #b78114, #5b400a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b78114', endColorstr='#5b400a', GradientType=0);
  border-color: #5b400a #5b400a #161002;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5b400a;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-metis-3:hover,
.btn-metis-3:active,
.btn-metis-3.active,
.btn-metis-3.disabled,
.btn-metis-3[disabled] {
  color: #ffffff;
  background-color: #5b400a;
  *background-color: #443007;
}
.btn-metis-3:active,
.btn-metis-3.active {
  background-color: #2d2005 \9;
}
.btn-metis-4 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4d6189;
  background-image: -moz-linear-gradient(top, #5b73a3, #374561);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5b73a3), to(#374561));
  background-image: -webkit-linear-gradient(top, #5b73a3, #374561);
  background-image: -o-linear-gradient(top, #5b73a3, #374561);
  background-image: linear-gradient(to bottom, #5b73a3, #374561);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b73a3', endColorstr='#374561', GradientType=0);
  border-color: #374561 #374561 #1b2230;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #374561;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-metis-4:hover,
.btn-metis-4:active,
.btn-metis-4.active,
.btn-metis-4.disabled,
.btn-metis-4[disabled] {
  color: #ffffff;
  background-color: #374561;
  *background-color: #2e3951;
}
.btn-metis-4:active,
.btn-metis-4.active {
  background-color: #252e40 \9;
}
.btn-metis-5 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4d7589;
  background-image: -moz-linear-gradient(top, #5b8ba3, #375361);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5b8ba3), to(#375361));
  background-image: -webkit-linear-gradient(top, #5b8ba3, #375361);
  background-image: -o-linear-gradient(top, #5b8ba3, #375361);
  background-image: linear-gradient(to bottom, #5b8ba3, #375361);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b8ba3', endColorstr='#375361', GradientType=0);
  border-color: #375361 #375361 #1b2930;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #375361;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-metis-5:hover,
.btn-metis-5:active,
.btn-metis-5.active,
.btn-metis-5.disabled,
.btn-metis-5[disabled] {
  color: #ffffff;
  background-color: #375361;
  *background-color: #2e4551;
}
.btn-metis-5:active,
.btn-metis-5.active {
  background-color: #253740 \9;
}
.btn-metis-6 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #39b4e5;
  background-image: -moz-linear-gradient(top, #45c7eb, #2698db);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#45c7eb), to(#2698db));
  background-image: -webkit-linear-gradient(top, #45c7eb, #2698db);
  background-image: -o-linear-gradient(top, #45c7eb, #2698db);
  background-image: linear-gradient(to bottom, #45c7eb, #2698db);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45c7eb', endColorstr='#2698db', GradientType=0);
  border-color: #2698db #2698db #1a6b9b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2698db;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-metis-6:hover,
.btn-metis-6:active,
.btn-metis-6.active,
.btn-metis-6.disabled,
.btn-metis-6[disabled] {
  color: #ffffff;
  background-color: #2698db;
  *background-color: #2189c7;
}
.btn-metis-6:active,
.btn-metis-6.active {
  background-color: #1d7ab1 \9;
}
.btn-group.open .btn-metis-1.dropdown-toggle {
  background-color: #6b0035;
}
.btn-group.open .btn-metis-2.dropdown-toggle {
  background-color: #3b3b18;
}
.btn-group.open .btn-metis-3.dropdown-toggle {
  background-color: #5b400a;
}
.btn-group.open .btn-metis-4.dropdown-toggle {
  background-color: #374561;
}
.btn-group.open .btn-metis-5.dropdown-toggle {
  background-color: #375361;
}
.btn-group.open .btn-metis-6.dropdown-toggle {
  background-color: #2698db;
}
.btn-metis-1 .caret,
.btn-metis-2 .caret,
.btn-metis-3 .caret,
.btn-metis-4 .caret,
.btn-metis-5 .caret,
.btn-metis-6 .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/*********************************************************/
/*                 Component Styles                           */
/*********************************************************/
/* horizontal rules */
.inner hr {
  margin-top: 10px;
  border-top-color: #ccc;
}
.progress.mini {
  height: 6px;
}
.well.dark {
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
  -o-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
  background-color: #202020;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  color: #999;
  margin-bottom: 10px;
  padding-top: 10px;
}
.well.dark .alert {
  margin-bottom: 0;
}
.tac {
  text-align: center;
}
.stats_box {
  display: inline-block;
  list-style: none outside none;
  margin-left: 0;
  margin-top: 20px;
}
.stats_box li {
  background: #E8F3D8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
  -moz-box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
  box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
  display: inline-block;
  line-height: 18px;
  margin: 0 10px 10px;
  padding: 0 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.stats_box .sparkline {
  width: 50px;
  border-right: 1px solid #DCDCDC;
  -webkit-box-shadow: 1px 0 0 0 #ffffff;
  -moz-box-shadow: 1px 0 0 0 #ffffff;
  box-shadow: 1px 0 0 0 #ffffff;
  float: left;
  margin-right: 12px;
  padding: 10px 14px 0px 4px;
  line-height: 52px;
}
.stats_box .stat_text {
  float: left;
  font-size: 12px;
  padding: 9px 10px 7px 0;
  text-align: left;
  width: 150px;
  position: relative;
}
.stats_box .stat_text strong {
  display: block;
  font-size: 16px;
}
.stats_box .stat_text .percent {
  color: #444;
  float: right;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 17px;
}
.stats_box .stat_text .percent.up {
  color: #46a546;
}
.stats_box .stat_text .percent.down {
  color: #C52F61;
}
.quick-btn {
  background: #E8F3D8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
  -moz-box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
  box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
  color: #444444;
  display: inline-block;
  height: 60px;
  margin: 10px;
  padding-top: 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  width: 90px;
  position: relative;
}
.quick-btn span {
  display: block;
}
.quick-btn .label {
  position: absolute;
  right: -5px;
  top: -5px;
}
.quick-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #4d7589;
  text-shadow: 0 1px 1px #000;
}
.quick-btn.small {
  width: 40px;
  height: 30px;
  padding-top: 6px;
}
.simpleTable tr th:first-child,
.simpleTable tr td:first-child {
  text-align: center;
  width: 27px;
}
/* BEGIN SORTABLETABLE STYLES */
.sortableTable th {
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  cursor: pointer;
}
.sortableTable th i {
  display: none;
  float: right;
}
.sortableTable th:hover {
  color: #888;
}
.sortableTable th.header i.icon-sort {
  display: inline-block;
}
.sortableTable th.headerSortUp i.icon-sort {
  display: none;
}
.sortableTable th.headerSortUp i.icon-sort-up {
  display: inline-block;
}
.sortableTable th.headerSortDown i.icon-sort {
  display: none;
}
.sortableTable th.headerSortDown i.icon-sort-down {
  display: inline-block;
}
/* END SORTABLETABLE STYLES */
@media only screen and (max-width: 767px) {
  .responsive-table {
    display: block;
    position: relative;
    width: 100%;
  }
  .responsive-table thead {
    display: block;
    float: left;
  }
  .responsive-table thead tr {
    display: block;
  }
  .responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .responsive-table th {
    display: block;
  }
  .responsive-table td {
    display: block;
    min-height: 1.25em;
  }
}
.google-maps {
  height: 333px;
  width: 100%;
}
/* BEGIN PROGRESSBAR STYLES */
.progress .bar.six-sec-ease-in-out {
  -webkit-transition: width 6s ease-in-out;
  -moz-transition: width 6s ease-in-out;
  -ms-transition: width 6s ease-in-out;
  -o-transition: width 6s ease-in-out;
  transition: width 6s ease-in-out;
}
.progress.vertical .bar.six-sec-ease-in-out {
  -webkit-transition: height 6s ease-in-out;
  -moz-transition: height 6s ease-in-out;
  -ms-transition: height 6s ease-in-out;
  -o-transition: height 6s ease-in-out;
  transition: height 6s ease-in-out;
}
.progress.wide {
  width: 60px;
}
.vertical-progressbar-span {
  height: 100px;
}
/* END PROGRESSBAR STYLES */
/*TABS*/
.nav.nav-tabs {
  border: medium none;
  margin-bottom: 0;
}
.tab-content {
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  margin: 0;
  padding: 20px;
}
/*END TABS*/
/*COMMENTS*/
.comments .popover {
  display: block;
  position: relative;
  width: 90%;
  margin: 0   10px;
}
.comments .popover .arrow {
  top: 33%;
}

/* added by Arvind on 12 Aug 2013 */
.container-fluid {
padding-right: 0px;
padding-left: 0px;
}

.form-horizontal .control-group {
margin-bottom: 5px;
}

thead {
background-color : #E8F3D8;
}

/* added by Arvind on 30 Aug 2013*/
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #5b8ba3, #0A4062);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5b8ba3), to(#0A4062));
  background-image: -webkit-linear-gradient(top, #5b8ba3, #0A4062);
  background-image: -o-linear-gradient(top, #5b8ba3, #0A4062);
  background-image: linear-gradient(to bottom, #5b8ba3, #0A4062);
  background-repeat: repeat-x;
  border-color: #0A4062 #0A4062 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b8ba3', endColorstr='#0A4062', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0A4062;
  *background-color: #003bb3;
}

.btn-danger {
  color: #0A4062;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fffce9;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #e6e6e6, #fffce9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#fffce9));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #fffce9);
  background-image: -o-linear-gradient(top, #e6e6e6, #fffce9);
  background-image: linear-gradient(to bottom, #e6e6e6, #fffce9);
  background-repeat: repeat-x;
  border-color: #fffce9 #fffce9 #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#fffce9', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #0A4062;
  background-color: #fffce9;
  *background-color: #a9302a;
}

.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #8fdc6a;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #8CC63F, #8fdc6a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8CC63F), to(#8fdc6a));
  background-image: -webkit-linear-gradient(top, #8CC63F, #8fdc6a);
  background-image: -o-linear-gradient(top, #8CC63F, #8fdc6a);
  background-image: linear-gradient(to bottom, #8CC63F, #8fdc6a);
  background-repeat: repeat-x;
  border-color: #8fdc6a #8fdc6a #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CC63F', endColorstr='#8fdc6a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #8fdc6a;
  *background-color: #df8505;
}

.btn-inverse {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #04c;
background-image: -moz-linear-gradient(top,#fff,#04c);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#04c));
background-image: -webkit-linear-gradient(top,#fff,#04c);
background-image: -o-linear-gradient(top,#fff,#04c);
background-image: linear-gradient(to bottom,#fff,#04c);
background-repeat: repeat-x;
border-color: #04c #04c #000;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#04c04c',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #04c;
  *background-color: #151515;
}
/*COMMENTS*/
/* --------------- END Component Styles -------------------- */

#rejectData{
background:#bd8cbf; border:1px solid #bd8cbf; color:#fff;
}
#updatemod{
background:#bd8cbf; border:1px solid #bd8cbf; color:#fff;
}