﻿
body {
  
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0;
    background-color: whitesmoke;
}

.user_div {
    margin-top: 6px;
}

.table_title {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
    
}
.table_title td {
    padding: 4px;
}               

.error_box {
   margin-bottom: 8px;
   width: 100%;
}

.title_div {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px dotted gray;
    margin-bottom: 10px;
}

.data_entry_box {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 18px;
}

/*Used by pages containing form*/
.form_box {
                box-sizing: border-box;
                padding: 45px;
                padding-top: 55px;
                border: 2px solid gainsboro;
                border-spacing: 4px;
                background-color: white;

            }

.hideField {
    display: none;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: lavender;
}

.form-control {
    color: black;
    font-weight: bold;
}


/*Custom pager for gridview control*/
/*gridview*/
.table table  tbody  tr  td a ,
.table table  tbody  tr  td  span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
z-index: 3;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table   table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
z-index: 2;
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
/*end gridview */