﻿body {
    font-weight: bold;
}
.csspager table td a
 {
     padding-left:10px;
     padding-right:10px;
    
 }
.row {
    padding-top: 10px;
}

.container {
    border: 1px solid;
    border-color: lightgray;
    padding-bottom: 20px;
    margin-top: 20px;
    border-radius: 10px;
}

.checkboxlistformat label {
    margin-left: 30px;
    font-weight: 100;
    padding-right: 20px;
}

.checkboxlistformat input {
    margin-left: 30px;
    margin-bottom:20px;
}

.checkboxlistformat1 input {
    margin-left: 10px;
}

.checkboxlistformat1 label {
    margin-left: 10px;
    font-weight: 100;
    padding-right: 10px;
}

#headcls {
    background-color: honeydew;
    border-radius: 10px;
    padding-bottom: 10px;
    font-size: large;
    text-align: center;
}

h3 {
    background-color: honeydew;
    color: black;
    text-align: center;
    font-weight: bold;
}

.headdiv {
    font-size: large;
    margin-top: 5px;
    border-radius: 10px;
    background-color: honeydew;
}

    .headdiv i {
        text-align: left;
    }

#msg {
    color: red;
    text-align: center;
}

#rmvborder {
    font-weight: 100;
}

.margindiv {
    margin-right: 30px;
    border: 1px solid;
    border-color: lightgray;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top:20px;
}

    .margindiv span
 {
        font-size: large;
        color: blue;
 }

  a:hover
  {
      background-color:blue;

  }
#PlaceHolder1 form-control {
    margin-top:5px;
}
.margindiv li {

    font-size: small;
    color: black;
    text-decoration:none;
    list-style-type:none;

}
table td{

    padding-top:10px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    width: 150px;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
	   width: 150px;
}