@charset "utf-8";

.table .admin_table_1th{vertical-align:middle;color:#3f65a1;font-weight:bold;padding-left:28px;background:url(/images/ham/common/admin_table_1th.gif) no-repeat 5px center}
.table .admin_table_2th{vertical-align:middle;color:#333;font-weight:bold;padding-left:45px;background:url(/images/ham/common/admin_table_2th.gif) no-repeat 22px center}
.table .admin_table_3th{vertical-align:middle;color:#666;font-weight:bold;padding-left:55px;background:url(/images/ham/common/admin_table_3th.gif) no-repeat 33px center}
.table .admin_table_4th{vertical-align:middle;color:#666;font-weight:bold;padding-left:69px;background:url(/images/ham/common/admin_table_4th.gif) no-repeat 46px center}
.table .admin_table_5th{vertical-align:middle;color:#666;font-weight:bold;padding-left:80px;background:url(/images/ham/common/admin_table_5th.gif) no-repeat 59px center}
.table .admin_table_6th{vertical-align:middle;color:#666;font-weight:bold;padding-left:95px;background:url(/images/ham/common/admin_table_6th.gif) no-repeat 72px center}
.row-stat {
  position: relative;
}
.row-stat {
  padding: 6px 5px 6px;
  margin-bottom: 0.6em;
  background: #fff;
  border: 1px solid #ddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  height:62px;
}
.row-stat a{display:block;}
.row-stat-value {
  display: inline-block;
  margin-bottom: 0;
}

.row-stat-label {
  color: #999;
  margin-bottom:5px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.portlet {
  position: relative;
  padding: 0;
  margin: 0 0 2em;
}
.portlet-header {
  padding: 0;
  margin: 0;
}
.portlet-title u {
  text-decoration: none;
}
.portlet-icon {
  position: relative;
  top: -1px;
  margin-right: 10px;
  font-size: 16px;
}
.portlet-body {
  padding: 0;
  margin: 0;
  background: #fff;
}
.portlet-body:before,
.portlet-body:after {
  content: " ";
  display: table;
}
.portlet-body:after {
  clear: both;
}
.portlet-default .portlet-title {
  position: relative;
  margin-bottom: 30px;
}
.portlet-default .portlet-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 9;
  background: #e6e6e6;
}
.portlet-default .portlet-title:after {
  content: "";
  display: block;
  position: relative;
  z-index: 10;
  width: 80px;
  height: 1px;
  margin: 20px 0 0;
  background: #6685a4;
}
.portlet-boxed .portlet-header {
  padding: 20px 20px;
  border: 1px solid #ddd;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.portlet-boxed .portlet-title {
  display: inline-block;
  margin-bottom: 0;
  font-size: 18px;
}
.portlet-boxed .portlet-title u {
  text-decoration: none;
}
.portlet-boxed .portlet-title:after {
  content: "";
  display: block;
  position: relative;
  bottom: -22px;
  z-index: 100;
  width: auto;
  height: 1px;
  padding: 0 0 0 0;
  margin: 0 -35px 0 0;
  background: #6685a4;
}
.portlet-boxed .portlet-body {
  padding: 25px 25px 25px;
  border: 1px solid #ddd;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.portlet-boxed .portlet-header + .portlet-body {
  padding-top: 30px;
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.portlet-boxed .portlet-header {
  background-color: #ffffff;
}
h3 {
  margin-top :0px;
}

/**/


@media (min-width: 768px){
.col-sm-2 {width: 33.3%;}
.row-stat{height:98px;}
}

@media (min-width:1024px){
.row-stat{height:80px;}
}

@media (min-width: 1200px){
.col-sm-2 {width: 16.66666667%;}
.row-stat{height:98px;}
}

@media (min-width:1850px){
.row-stat {height:60px;}
}

.mini-box {
    padding: 30px 15px;
    min-height: 100px;
    position: relative;
}