html,
body {
    height: 100%;
}


.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', sans-serif;
    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;
}
.redactor-box {
    margin-bottom: 0;
}
a {
    cursor: pointer;
}

#cookie-page .backend-table {
    background-color: transparent;
}

#cookie-page .table-bordered {
	/*border: 5px solid #fff;*/
	border:none;
}

#cookie-page .table-striped > tbody > tr:nth-of-type(2n+1) {
	/*background-color: rgba(255,255,255,0.1);*/
	background-color:transparent;
}

#cookie-page .table-bordered > tbody > tr > td, #cookie-page .table-bordered > thead > tr > th {
	border:none;
	color:#ffffff;
}

#cookie-page .table-bordered > thead > tr > th {
	font-size:18px;
}

#cookie-page .table {
	margin-bottom: 0;
}

#cookie-page .table > thead > tr > th, #cookie-page .table > tbody > tr > th, #cookie-page .table > tfoot > tr > th, #cookie-page .table > thead > tr > td, #cookie-page .table > tbody > tr > td, #cookie-page .table > tfoot > tr > td {
	padding: 12px;
}

/* To merge in to SASS styling for #awardsModal */
#badgesForm{
    margin: 4px 14px 14px 14px;
}
#badgesForm input[type=checkbox]{

}
#badgesForm input[type=checkbox] label{

}
#awardSubmit,  #awardReset{

}
.inbox-container .inbox-item p{
    margin-top: 40px !important;
    margin-right: 100px !important;
    text-align: justify;
}
.kv-popover-active{
	display:block !important;
}
.popover-x-marker{
	display:none !important;
}