@charset "utf-8";
/* CSS Document */
/* Basic Styles
-------------------------------------------------- */
body {
	/* Padding to prevent nav overlap with content */
	padding-top: 0px;
	padding-bottom: 20px;
}

/* Landing Page */
.my-title {
	text-align: center;
}

/* Login */
#login-form {
	margin:5% auto;
	width: auto;
	max-width:400px;
}

.signin-button {
    width: 45%;
}

.navbar {
	margin-bottom: 20px;
}

.border-md-right {
  border-right: 1px solid silver;
}

@media (max-width: 768px) {
  .border-md-right {border-right: none;}
}

.container {
	width: auto;
	max-width: 580px;
	padding: 0 15px;
}

.table {
	width: fixed;
	max-width: 1200px;
	padding: 0 15px;
}

table th, table td{
  white-space: nowrap !important;
}

/* Sticky footer styles
-------------------------------------------------- */
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 30px;
}

.text-muted {
	margin: -2px 20px;
	font-size: 12px;
}

.icon {
	width: 20px;
	height: 20px;
}

.small-img {
	width: 35px;
	height: auto;
}

.large-img {
	display: block;
	max-width: 50%;
	height: auto;
}

.dropdown-menu {
	right: 0 !important;
	left: auto !important;
}

.spacer {
	padding-top: 80px;
	padding-bottom: 40px
}

.my-custom-scrollbar {
	position: relative;
	height: 400px;
	overflow: auto;
}

.table-wrapper-scroll-y {
	display: block;
}

.abs-center-x {
    position: absolute;
    margin: 5px 0px;
    left: 50%;
    transform: translateX(-50%);
}

#clock h3 {
   color: #7c7c7c;
}

#user_avatar {
	opacity:0;
	position:absolute;
	z-index:9;
	width:240px;
	height:240px;
}

#button-img img { 
	position:absolute;
	z-index:-1;
}