.navbar {
  font-size: 5px;
  border-radius: 0px;
}

.table > thead > tr > th {
  vertical-align: middle;
}

html, body {
  height: 100%;
}

#wrap {
  min-height: 94%;
}

body {
  padding-top:10px;
}

#forscroll {
  overflow:auto;
}

.scrolling {
  overflow: auto;
}

h3.bd-title {
  margin-top: 21px;
  margin-bottom: 21px;
}

ul.nav-tabs {
  margin-top: 20px;
  margin-bottom: 20px;
}

hr.style-1 {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

hr {
  margin-top: 1px;
  margin-bottom: 21px;
}

hr.style-2 {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #bbb inset;
  margin-bottom: 21px;
  margin-top: 1px;
  width: 100%;
}

hr.style-3 {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
  margin-top: 21px;
  margin-bottom: 21px;
}

.well-title {
  background-color: #f7f7f9;
  border: 1px solid #cede7c;
  padding: 6px;
  border-radius: 0px;
  border-left: 4px solid #333333 !important;
  font-size: 14px;
  font-weight: bold;
  width: 25%;
}

.lm-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 5.5px;
  color: #28283C;
}

th {
  text-align: center;
}

th.row1 {
  background-color: #B9D8A5;
  white-space: nowrap;
  color: #000000;
}

tr.row1 {
  background-color: #B9D8A5;
  white-space: nowrap;
  color: #000000;
}

td.col1 {
  text-align: center;
}

a.style1 {
  color: #000000; 
}

.badge {
  color: #f04124;
  background-color: transparent;
}

.center-block {
  display: block;
  margin-left: 100px;
  margin-right: 100px;
}

.center-block1 {
  display: block;
  margin-top: 40px;
  margin-left: 150px;
  margin-right: 150px;
}

.btn-normal {
  color: #333333;
  background-color: #cede7c;
  border-color: #666666;
  width: 100%;
  background-image: linear-gradient(to bottom, #cede7c, #80ad16);
}

/*** cell width ***/
.wid5{width:4.9%;}
.wid10{width:9.9%;}
.wid15{width:14.9%;}
.wid20{width:19.9%;}
.wid25{width:24.9%;}
.wid30{width:29.9%;}
.wid35{width:34.9%;}
.wid40{width:39.9%;}
.wid45{width:44.9%;}
.wid50{width:49.9%;}
.wid55{width:54.9%;}
.wid60{width:59.9%;}
.wid65{width:64.9%;}
.wid70{width:69.9%;}
.wid75{width:74.9%;}
.wid80{width:79.9%;}
.wid85{width:84.9%;}
.wid90{width:89.9%;}
.wid95{width:95.9%;}
.wid98{width:98.9%;}
.wid100{width:100%;}


/* for LM */
.lm_menu {
    float: right;
}
.lm_menu td {
    border: 0px solid;
    padding-left: 5px;
    padding-right: 5px;
}

