﻿
.jumbotron {
    padding: .5em inherit;
}

.gridviewdiv {
    max-height: 280px;
    overflow: auto;
}


.control {
    margin: 0 auto;
    width: 210px;
}


.right-align {
    justify-content: flex-end;
}

.xfooter {
    position: relative;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    line-height: 30px; /* Vertically center the text there */
    background-color: #f5f5f5;
}



.btn{
    border-radius:.75rem;
}

.form-control{
    background-color:#f5f5f5;
}

.card {
    background-color:lightgray
    /*background-color:#C6C6C6;*/
}