html, body {
	height: 100%;
}

.wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;
	padding: 0 0 60px;
}

.wrap>.container {
	padding: 70px 15px 20px;
}

.footer {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
}

.jumbotron {
	text-align: center;
	background-color: transparent;
}

.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

.not-set {
	color: #c55;
	font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 5px;
}

a.asc:after {
	content: /*"\e113"*/ "\e151";
}

a.desc:after {
	content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
	content: "\e153";
}

.sort-numerical a.desc:after {
	content: "\e154";
}

.sort-ordinal a.asc:after {
	content: "\e155";
}

.sort-ordinal a.desc:after {
	content: "\e156";
}

.grid-view th {
	white-space: nowrap;
}

.hint-block {
	display: block;
	margin-top: 5px;
	color: #999;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}


.pagination>li>a {
  border: 1px solid #FFF;
   background: aqua;
  color: #000;
  text-decoration: none;
  padding: 5px;
}

.pagination>li.seatin>a {
  border: 1px solid #FFF;
  border-radius: 25px;
   background: rgb(11, 197, 21);
  color: #FFF;
  text-decoration: none;
  padding: 5px;
}
.pagination>li.active>a {
  background: rgb(134, 243, 10);
  color: #fff;
  text-decoration: none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.bg-black{
	background-color: #000;
	color: #FFF;
}

.bg-green{
	background-color: #0F1;
	color: #000;
}

.bg-green1{
	background-color: #e9cefb;
	color: #000;
}

.bg-green2{
	background-color: #cccccc;
	color: #000;
}

.bg-red{
	background-color:#F00;
	color:#00F;
}