html,
body {
    height: 100%;
}

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

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

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

.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: /*"\e151"*/ "\e113";
}

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

.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;
}

/* language selector */
.language_selector {
	position: absolute;
	right: 15px;
	top: 75px;
	display: table-cell;
	vertical-align: middle;	
	text-align: right;
}
.language_selector ul li a.selected {
	line-height: 20px;
	color: #3f86c6;
	display: block;
}
.language_selector a {
	text-decoration: none;
	text-transform: uppercase;
	font: 14px 'wf_SegoeUI', sans-serif;
	color: #777777;
}
.language_selector a:hover {
	color: #3f86c6;
}
.language_selector .selector {
	width: 10px;
}
.language_selector > ul > li {
    display: inline-block;
    position: relative;
}
.language_selector ul > li > ul {
	list-style-type: none;
	display: none;
	background: #fff;
	padding: 6px;
	z-index: 999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #d4d4d4;
	box-shadow: 2px 2px 5px 0 #d1d1d1;
}
.language_selector ul > li > ul img {
	margin-left: 6px;
}
.language_selector .selector {
	border-left: 10px solid #fff;
	border-bottom: 10px solid #fff200;
	border-right: 10px solid #fff;
	width: 0;
}
.language_selector ul > li > ul li + li {
	margin-top: 7px;
}
.language_selector ul > li:hover > ul {
    display: block;
}

.context-edit {
    background: #fff url("../files/images/edit.png") no-repeat center;
    padding: 8px;
    background-size: 15px;
    display: inline-block;
    border-radius:100% ;
}
.context-edit:hover {
    opacity: 0.5;
}






.curPageGt{
	padding: 7px;
	background: #000;
	width: 0px;
	height: 0px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10000;
	max-height: 10px;
	max-width: 10px;
}
.curPageGt:hover{
	width:auto;
	height:auto;
	overflow: auto;
	padding: 7px 12px;
	max-height: 247px;
	max-width: 500px;
}
.curPageGt div{}
.curPageGt a{
    color: #fff;
	white-space:nowrap;
}
.curPageGt a:hover{
    color: #F44336;
}