html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 40px;
}

.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 40px;
  text-align: -webkit-center;
  line-height: 40px; 
  background-color: #f5f5f5;
}

td.highlight {
    background-color: whitesmoke !important;
}

#example tr hover {
	background-color: whitesmoke !important;
}

 .filter {
     width:90%;
     max-width:100%;
    height:auto !important;
    }

#turbo .blockquote {
    margin-bottom: 1rem;
    font-size: 1rem;
}	

-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container-fluid {
  padding-top: 50px;
  
}
.container-fluid .col-sm-6 {
  padding: 0px;
}

.navbar {
  margin-bottom: 0px;
}

.main-content {
  background: #efefef;
  padding: 10px;
  height:calc(100vh - 96px);
  overflow-x: hidden;
  overflow-y: auto;
}

#TurboLeft .card-body {
	padding: 0px;
}

#TurboRight .card-body {
	padding: 0px;
}

#SideAlert {
	margin-bottom: 4px;
}

@media print
{    
	body {
		margin: 0px;
		padding: 0px;
	}
	.text-muted, .text-muted * {
		font-size: xx-small;
	}
    .no-print, .no-print *
    {
        display: none !important;
    }
}

/* Sign-In Form */
.form-signin {
  max-width: 600px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .form-control-select {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 2px;
  font-size: 16px;
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;  
  
  
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  width: 100%;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
