/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.navbar	{ z-index:90;}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}



.container		{ position:relative}
.noticeFix 		{ position:absolute; left:0px; top:-2px; width:100%;	z-index: 9999;	text-align: center;}
.alert 			{ display:none; position:absolute; width:100%; z-index:9999;  font-size: 110%}
.data 			{ }

.cursor 		{ cursor: pointer;}
.pointer		{ cursor: pointer;}
.shadow 		{ box-shadow: rgba(46,57,44,1) 0px 2px 6px 0px;}
.rounded 		{-moz-border-radius: 10px; border-radius: 10px;}
