/* Body
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* 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;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

.page-header {margin-top:10px;}

/* Set the fixed height of the footer here */
#footer {
  height: 130px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}

/* Nav
-------------------------------------------------- */

.nav >li > a {padding-left:10px}




/* Txt
-------------------------------------------------- */
.txtred {color:red;}
.txtpink {color:#f32c85;}
.txtblue {color:#3333CC;}
.txtgreen {color:#009966;}
.txtcyan {color:#0099CC;}
.txtpurple {color:#9900cc;}
.txtorange {color:#ff6600;}
.txtwhite {color:#fff;}
.txtblack {color:#000;}
.txtgray {color: #737373;}
.txtcenter{text-align:center;}
.num_right{text-align:right;padding:0 3 0 0}

/* input date_format
-------------------------------------------------- */
.format_date{width:80%;display:inline-block;}

/* text delete button
-------------------------------------------------- */
.txt_del_btn{margin-bottom:3px}

/* simple table
-------------------------------------------------- */
table.simple { border-collapse:collapse;margin:10px 10px 10px 10px;border:#efeeee}
table.simple th {border:1px solid #DCDADA; padding:5px 5px 5px 5px;background-color:#efeeee;font-weight:bold;text-align:center}
table.simple td {border:1px solid #efeeee; padding:5px 5px 5px 5px;}
