﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;

 }

Main {
    padding-left: 15px;
    padding-right: 15px;
    height:550px; 
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
    body

{
    padding: 70px;
}

.btn-group {
    white-space: nowrap;
}

    .btn-group .btn {
        float: none;
        display: inline-block;
    }

.btn + .dropdown-toggle {
    margin-left: -4px;
}

.table-responsive {
    overflow-y: visible !important;
}

.col-lg-1 {
    width: 100px;
    word-wrap: break-word;
}

.col-lg-2 {
    max-width: 150px;
    word-wrap: break-word;
}

#grid {
    font-size: 11px;
    background-color: honeydew;
    border-color: darksalmon;
    outline-color: darksalmon;
}

.Search {
    margin-left: 20px;
    max-width: 1000px;
}

.table-pager {
    text-align: right;
}

    .table-pager > td {
        padding-top: 10px;
    }

        .table-pager > td > a {
            background-color: #cecf50;
            border: 1px solid #ccc;
            border-radius: 4px;
            padding: 3px 7px 2px;
        }

            .table-pager > td > a:hover {
                background-color: #d46363;
            }

footer {
    position: absolute;
    bottom: 0;
    width: 98%;
    height: 50;
}

.info {
    background-color: khaki;
    font-size: 12px;
    color: darkblue;
}

.webgrid-alternating-row {
    background-color: cornsilk;
}

.webgrid-selected-row {
    background-color: lightskyblue;
}

.blink {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


}
