/* General
-------------------------------- */
body {
  font-size: 14px;
}

h1 {
  font-size: 16px;
  margin: 20px 0 30px 15px;
}

h2 {
  font-size: 14px;
  font-weight: bold;
}

h4 {
  color: #003D14;
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  }
  
h5 {
  color: #7A3D00;
}

.clearfix {
  clear: both;
}

.italic {
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
  color: #003D14;
  margin-top: 20px;
  margin-bottom: 0px;
  }

img {
  margin: 10px 0px;
  max-width: 100%;
}

img.scale_half {
  width:50%
}

span.new {
  color: #ED2028;
}

.box {
  border: 1px solid;
  margin: 15px;
  padding: 5px;
  color: blue;
}

.blueital {
  color: blue;
  font-style: italic;
}

pre.blue {
  color: blue;
}
  
table#checker {
  margin-bottom: 10px;
}
      
table#checker tr:nth-child(odd) {
  background-color: pink;
}

/* Nav
-------------------------------- */
.nav > li > a {
  color: #FF9900;
  font-size: 12px;
}

#me_nav ul {
  -webkit-transform: translateZ(0); /* Fix Chrome Bug */
}

#me_nav li.active a {
  background-color: #E6E7E8;
}

.list-group {
  width: 240px;
}

.list-group-item {
  border: 0;
  border-left: none;
  border-right: none;
  border-top: 1px solid #D3D3D3;
}

.list-group-item:first-child {
  border-radius: 0px;
}

.list-group li:last-child a {
  border-bottom: 1px solid #D3D3D3;
}

.nav > li > span {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -15px;
  display:none;
}

.nav li:hover span {
  display: block;
}

/* Main Content
-------------------------------- */
.me_content > div {
  margin-bottom: 15px;
}

.me_header {
  text-align: left;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  background-color: #E6E7E8;
  padding: 5px 15px;
  margin-bottom: 15px;
}

.note {
  color: #ED2028;
  font-style: italic;
}


/* Affix
-------------------------------- */
.affix-top {
  top: 30px; 
}

.affix {
  position: fixed;
  top: 30px;
}

/* Scroll Up Btn
-------------------------------- */
#scrollup {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  border: none;
  background: none;
  z-index: 3;
}

/* Back Button
-------------------------------- */
#backButtonPosition {
  margin-top: 15px;
}

#backButtonPosition a {
  text-decoration: none;
  color: white;
}

#backButtonPosition button {
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #D6D6B4;
	color: white;
	border: none;
}


/* Table Styles
-------------------------------- */
td,th {
  padding: 5px;
}

th {
  border: 1px solid #ffffff;

}

.DataTableWallet {
  border: 1px solid #000000;
}

.DataTableWallet td {
  border: 1px solid #000000;
  vertical-align: top;
  padding: 5px;
}

.DataTableWallet td:first-child {
  background-color: #ffffff;
}

.DataTableWallet tr:nth-child(odd) {
  background-color: #EEF5F3;
}

.DataTableWallet tr:nth-child(even) {
  background-color: #DEEBE6;
}

.DataTableWallet tr {
  padding: 5px;
}

.DataTableWallet th {
  background-color: #EEF5F3;
  color: #000000;
}

.TableURLStyle td {
  border-color: #ffffff;
  font-size: 12px;
  padding: 10px;
}

.TableURLStyle tr:nth-child(odd) {

  background-color: #F8EAE7;
}

.TableURLStyle tr:nth-child(even) {
  background-color: #F0D2CC;
}

.TableSubHeader {
  background-color: #F4C182;
}

/* Media Query
-------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 1169px;
  }
} 

@media screen and (max-width: 991px){
  #me_nav {
    position: static;
    width: auto;
    max-width: 100%;
    top: 0;
  }

  .col-sm-9 {
    clear: left;
  }

  .affix {
    position: relative!important;
  }
}

/* added styling */
.alphaList {
  list-style-type: lower-alpha;  
}

.noBullet {
  list-style-type: none;
}

.centerText {
text-align: center;

}