﻿

.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;
}

body{
    background-color:#d4d4d4;
}

.btn{
    border-radius:.75rem;
}

.form-control{
    background-color:#f5f5f5;
}

.checkbox_nowrap label
{
     display:inline;
}

.card {
    background-color:lightgray
    /*background-color:#C6C6C6;*/;
    top: 1px;
    left: 1px;
}