html,
body {
	height: 100%;
	/* font-size:13px; */
}

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

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

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

.jumbotron .btn {
    font-size: 20px;
    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: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
	padding-left: 5px;
}

a.asc:after {
    content: "\f15e";
}

a.desc:after {
    content: "\f15d";
}

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

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

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

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

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

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.panel-title {
	font-size:15px;
}
.required label:after{
	content:" *" ;
	color:red
}
.bg-dark-secondary{
	background-color: rgba(0,0,0,0.2);
}
.border-dark-secondary{
	border-color:#D8D8D8;
}

.text-area-url {
	width: 415px;
	height: 200px;
	word-wrap: break-word;
	opacity: .7;
	background-color: #e9ecef;
}

.request-url-form {
	width: 415px;
	margin-bottom: 0px;
}

.vertical-align_css-tricks {
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
}

/* Placeholders */
.select2-selection__placeholder, .select2-search__field, .form-control::placeholder, .file-caption-name::placeholder {
	font-style: italic;
	color: #999;
}

/* IE only ! */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.col-1 {
		width: 8.33% !important;
	}
	.col-2 {
		width: 16.66% !important;
	}
	.col-3 {
		width: 25% !important;
	}
	.col-4 {
		width: 33.33% !important;
	}
	.col-5 {
		width: 41.66% !important;
	}
	.col-6 {
		width: 50% !important
	}
	.col-7 {
		width: 58.33% !important;
	}
	.col-8 {
		width: 66.66% !important;
	}
	.col-9 {
		width: 75% !important;
	}
	.col-10 {
		width: 83.33% !important;
	}
	.col-11 {
		width: 91.66% !important;
	}
	.col-12 {
		width: 100% !important;
	}

	.item-rows-3rd-party .table thead th {
		display: block;
	}
}

.btn-save-retention , .btn-close-retention {
	cursor: pointer;
}
.btn-update-retention, .btn-delete-retention {
	cursor: pointer;
}


