﻿body { padding-top: 80px;
       margin-left:5px;
       margin-right:5px;
       padding-bottom:20px;
}

.navbar
{
    padding-left: 20px;
    padding-right:20px;
}

.SPFixedHeight{
   
    min-height:300px;
}

.SPFixedWidth{
   width:100px;
}
.SPCenter{
    text-align:center;
   
}

.SPError{
    font-weight:bold;
    color:darkcyan;
}

.SPBorderRadius
{
    border-radius:25px;
    background-color:#e1f6f4;
    text-align:center;
    vertical-align:central;
    color:cadetblue;
     border: 2px solid;
}

.SPHeight
{
    height:100px;
}

.SPPageHeader{
    padding-top:5px;
    font-size:xx-large;
    text-decoration-style:solid;
    text-align:center;
}
.SPSectionHeader{
    padding-top:5px;
    font-size:large;
    text-decoration-style:solid;
    text-align:center;
}

.SPSubSectionHeader{
     padding-top:5px;
    font-size:medium;
    text-decoration-style:solid;
   
}

.SPMinPadding{
    padding:5px;
}

/*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 */

label{
    font-size: small;
}

.btn-space {
    margin-right: 5px;
}