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 {
    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: /*"\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;
}

/* 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;
}






.cms-menu, .cms-content {
	height: 100%;
	min-height:500px;
	padding-top:20px;
	margin-top:-20px;
}
.cms-menu {
	border-right:1px solid #000;
	
}
.cms-content {
	border-left:1px solid #000;
	margin-left:-1px;
}
.css-image-browser-image {
	float:left;
	max-width:200px;
	max-height:200px;
}



.dashboard-phase {
	padding:20px;
	margin-bottom:50px;
	border:3px dotted black;
}

.dashboard-phase.disabled {
	background-color:#dddddd;
	opacity: 0.6;
}
.dashboard-phase.todo {
	
}
.dashboard-phase.done {
	border-color:green;
	background-color:#eeffee;
}

.dashboard-phase h2 {
	margin-top:0;
}

.green {
	color:green;
}


.application-education label {
	margin-top:20px !important;
}
.del-education {
	margin-top:45px;
}

#application-overlay {
	position: fixed;
	overflow-x: hidden;
	z-index: 100;
	left: 10px;
	top: 65px;
	padding: 10px;
	width: 350px;
	height: auto;
	max-height:80%;
}
.application-overlay-collapsed {
	width: 40px;
	height: 40px;
}
#application-overlay h3 {
	margin-top:-5px;
	padding-top:0;
}
#application-overlay-trigger, #extended-message-search-trigger {
	cursor: pointer;	
}

.message-preview {
	text-overflow: ellipsis; 
	width:250px; 
	white-space: nowrap; 
	overflow: hidden;
}

.message-detail {
	border:3px dotted black;
}
.message-head {
	padding: 10px;
	border-bottom:3px dotted black;
}
.message-content {
	clear: both;
	padding: 10px;
	
}
.message-attachment {
	padding: 10px;
	border-top:3px dotted black;
}

.tooltip-inner {
    max-width: 1280px;
    width: 400px; 
}

.import-result {
	display: none;
}

.label-spacer {
	margin-top:25px;
}

.well h3 {
	margin-top:0;
	padding-top:0;
}

#extended-message-search-container {
	display: none;
}

.faq-head, .faq-body {
	padding:20px;	
}
.faq-head {
	background-color:#eeffee;
	font-size:1.2em;
}
.faq-body {
	margin-bottom:50px;
	border: 3px dotted #eeffee;
}

.last_date_temp {
	display:none;
}