body {
    padding-top: 10px;
    padding-bottom: 30px;
    /*background: -webkit-linear-gradient(top, #a0a0a0 0%,#F8f8f8 100%);*/
    background-color: whitesmoke;
}

.parent {
    position: relative;
}

.bottom {
    position: absolute; /* Set div position to relative */
    bottom:0;
    width:100%;
}

.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.form-result {
  max-width: 1000px; /*  940px; */
  padding: 15px;
  margin: 0 auto;
}
.form-result .form-result-heading,
.form-result .checkbox {
  margin-bottom: 10px;
}
.form-result .checkbox {
  font-weight: normal;
}
.form-result .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-result .form-control:focus {
  z-index: 2;
}
.form-result input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-result input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
footer {
    /*clear: both;*/
    border-radius: 6px;
    padding: 4px;
}
footer .pull-right{
float:right;
margin-right:10px;
}
footer .pull-left{
float:left;
margin-left:10px;
}

#modalBody
{
    height: 400px;
    overflow-y:scroll;
}
#modalSelect
{
    /*background: -webkit-linear-gradient(top, #a0a0a0 0%,#F8f8f8 100%);    */
}
.DataGridFixedHeader 
{
    background-color: white;
    position:relative;
    top:expression(this.offsetParent.scrollTop);
}
.search-area
{
    background-color:whitesmoke;
}
.table-area {
    background-color: #A9CA45;
    border-radius: 6px;
    padding: 4px;
}
.bottomline-area {
    /*width:100%;*/
    background-color: #65AF36;
    color: white;
    border-radius: 6px;
    padding: 4px;
}
.login-footer-area {
    background-color: #0768A0;
    color:white;
    border-radius:6px;
    padding:4px;
}

.footer-area {
    /*clear: both;*/
    /*width:100%;*/
    background-color: #404040;
    color: white;
    border-radius: 6px;
    padding: 4px;
}
a:link {
    color:white;
}
a:visited {
    color:white;
}
a:hover {
    color:hotpink;
}
