html,
body {
    height: 100%;
}

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

/* Theme Colour Scheme Changers 
Green: #89ee00
Green Dark : ##4bab1e;
Orange: #ff9300
 off orange: ##f2927d;	
Grey1 : ##e0e0e0
GreyLite: #f5f5f5
*/

.h1green {
	font-size:72px;
	font-weight:600;
}

.h2orange {
	font-size:40px;
	font-weight:600;
	color: #ff9300;
}

h1 {
	color: #89ee00;
}
h2 {
	margin-top: 10px;
}
h4 {
	color: #5bbc2e;
	font-weight:600;
}

h5 {
	font-weight:600;
	font-size:110%;
}
.detailRow div {
	padding-top: 5px;
	font-size: 110%;
}



img.jobseekerImg {
	width:80px;
	height:80px;
	float:left;
	margin:5px 15px 5px 0px;
}

.btn-orange {
	color: #fff;
	background-color: #ff9300;
	border-color: #ff9300;
}
.btn-orange:hover {
	background-color: #f2927d;
	color:#fff;
}
.btn.btn-link:hover  {
	
	color:#5bbc2e !important;
}
.font-green {
	color:#89ee00;
}

p {
	line-height:1.7;
	font-size: 110%;
}

/* form Tabs */

.viewLabel {
	color:#4bab1e;
	font-weight: normal;
	display:inline;
}


.tab-Box {
	margin: 4px;
	float: left;
}






/* side bar */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-color: #5bbc2e;
	border-color: #4bab1e;

}

.btn-primary {
	background-color: #5bbc2e;
	border-color: #4bab1e;
}

.btn-danger {
	background-color:#ff5733;
	
}

.greyRow {
	background-color :#f5f5f5;
	padding:30px 20px;
	margin: 25px 0;
	}

/* Nav BAR */
button.navbar-toggle {
	background-color :#5bbc2e;
	border-color:#4bab1e;
}
	
.navbar-inverse {
	background-color:#fff;
	border-color: #e0e0e0;
}

 .navbar-nav > li > a {
	color: #080808;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #89ee00;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #5bbc2e;
	background-color: transparent;
}

.thumbnail {
	padding:12px;
}

.navbar-brand {
	margin:0;
	padding: 0 15px;
}
#logoimg {
	height:50px;
}

.green1 {
}


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

a.desc:after {
    content: "\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 td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.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 {
    padding: 8px;
}

@media(max-width:768px) {
	.nav li > form {
	    padding: 3px;
	}
}

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

/* forms */
.form-control {
	width:60%;
}

/*runs most of the panel input div >> */

.form-group-1 {
	
	
}	


.grey-border {
	border:1px solid #ede9e9;
	border-radius:4px;
	padding:10px;

}

.tabhide {
	display:none !important;
}

.tabhide.active {
	display: block !important;
	transition: opacity 2s linear;
}
