 html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.body-bg {
	margin: 0px;
	background-image: url("../images/background.png");
	background-repeat: repeat;
	background-position: center;
	background-color: #C3CCD5;
	background-attachment: fixed;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}      


 .form-group label.required::before{
   color: red;
   position: absolute;
   margin-left: -10px;
   margin-top : 3px;
   content: "*";
}
 
 .table-title{
    background-color: transparent;
    background-position-x: 0px;
    background-position-y: 50%;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-image: url("/images/sort_row_bg.gif");
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    line-height: 18px;
 }
 
 .app-title {
    font-weight: bold;
    font-family: sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    margin-left: 20px;
    padding-top:5px;
}