body{
	color: #333333;
}

.fullwidth{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

.blackBg{
	background: #333333;
	color: #ffffff;
}
.topBar{
	margin-bottom: 20px;
}
.topBarNav{
	margin-bottom: 0px;
}
.blackBg div {
	background: #333333;
	color: #ffffff;
}

.blackBg a{
	color: #b7b7b7;
}
.blackBg a:hover{
	color: #fbfbfb;
	text-decoration: none;
}

.topRightButtons{
	position: relative;
	margin-top: 8px;
	display: inline-table;
}

.topRightButtons a{
	height: 34px;
	width: 65px;
	color: #ffffff !important;
}

.topRightButtons .join{
	background-color: #ed0f4e;
	color: #ffffff !important;
}

.topRightButtons .join:hover{
	background-color:#ca1145;
}

.topRightButtons .login{
	background-color:#5cc0a2;
}

.topRightButtons .myaccount{
	width: 115px;
}

.topRightButtons .logout{
	width: 75px;
}

.topRightButtons .login:hover{
	background-color:#29956c;
}

.glyphicon {
	top: 0;
}
.btn-success {
	font-weight: bold;
    background-color: #5cc0a2;
    border-color: #4aa68b;
}
.btn-success:hover {
	background-color: #52d9b1;
    border-color: #4aa68b;
}
.btn-danger {
	font-weight: bold;
    background-color: #ed0f4e;
    border-color: #c11948;
}
.btn-danger:hover {
    background-color: #f8346b;
    border-color: #c11948;
}
.thingsInALine{
	float:left;
	margin-left: 9px;
    margin-top: 5px;
}
.theSearchWidgetHolder{
	display: inline-block;
}

.theSearchWidgetHolder .btn{
	height: 34px;
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.theSearchWidgetHolder .btn:hover,
.theSearchWidgetHolder .btn:focus,
.theSearchWidgetHolder .btn:active,
.theSearchWidgetHolder .btn .active,
.theSearchWidgetHolder .btn .open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.theSearchWidget{
	/*background-color: #FFFFFF;*/
}


.magnifyingGlass{
	/*
	background-image:url('../images/temp-maginfying.jpg');

	background-color:#ffffff;
	background:url(images/temp-maginfying.jpg);

	background-repeat:"no-repeat";
	*/
	background-size:18px 18px;
}



.container{

}


.icda-navbar{
    background-color: #333;
    color: #ffffff;
}

.navbar-lines{
	background-color: #333;
    border: none;
    border-radius: 0;
}

.navbar-lines .navbar-collapse{
    background-color: #333;
    color: #ffffff;
}

@media (min-width: 1200px) {
    .navbar-lines .navbar-collapse{
        padding-left: 0px;
        margin-left: -15px;
    }
}

.navbar-lines li:after{
	color: #29956c;
	content: "|";
    margin-top: -28px;
    position: absolute;
}
.navbar-lines li:first-child:after {
	content: "";
}
/* Customize li | */
@media (max-width: 800px) {
	.navbar-lines li:after {
  		content: "";
	}
}
.navbar-lines li a, .navbar-lines li a:focus{
	font-weight: bold;
	font-size: 105%;
}
.navbar-lines ul.navbar-nav > li > a {
    color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
}
.navbar-lines ul.navbar-nav > li > a:hover {
    color: #29956c;
}
.navbar-lines .navbar-nav > .active > a, .navbar-lines .navbar-nav > .active > a:hover, .navbar-lines .navbar-nav > .active > a:focus{
	background-color: transparent;
	color: #29956c;
}

.navbar .btn-nav li a{
	background-color: #31b98e!important;
	padding-bottom: 16px;
}

.navbar .btn-nav li a:focus, .navbar .btn-nav li a:active, .navbar .btn-nav li a:hover{
	background: none;
	color: #fff!important;
	background-color: #2d9970 !important;
}

/*side menu*/
.sideNav {
	padding: 0 0px 20px;
}

.sideNav a.btn-default{
	border-radius: 0;
}

.sideNavTitle{
	font-weight: bold;
	display: block;
    padding: 10px 15px;
    position: relative;
}

.sideNavTitleImg{
	padding: 0 13px;
	position: relative;
    top: 5px;
	background:url('/images/icda/downarrow.png');background:url('/images/icda/downarrow.png');
	background-repeat:no-repeat;
}
.collapsed .sideNavTitleImg{
	background:url('/images/icda/downarrow.png');
	background-repeat:no-repeat;
}

/*.sideNavTitle:hover{
	cursor: pointer;
	background-color: #ededed;
}*/
ul.sideNavLinkList{
	list-style: disc outside none;
	padding-left: 31px;
}
.sideNavLinkList li {
	display: list-item;

}

.sideNavLinkList li a{
	color: #29956c;
	padding: 0px 4px;
}
.sideNavLinkList li a:hover{
	color: #3e9a1e;
	text-decoration: none;
}

h1 {
	color: #29956c;
	margin-top: 0px;
}

/* info boxes */
.greyInfoBox{
	background-color: #f7f4f4;
	margin-bottom: 10px;
	overflow: hidden;
	height: 400px;
	max-height: 400px;
    margin-top: 20px;
}
.greyInfoBoxTitle{
    font-size: 18px;
    background-color: #29956c;
    padding-left: 10px;
    line-height: 43px;
    color: white;
    font-weight: bold;
    margin-bottom: 5px;
}
.greyInfoBoxList{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	max-height: 330px;
	/*list-style-image: url('images/greaterthan.png');*/
}
.greyInfoBoxList li{
	background-image: url('/images/icda/greaterthan.png');
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-left: 20px;
	padding-bottom: 5px;
}

.greyInfoBox a{
	color: #29956c;
	text-decoration: underline;
}
.greyInfoBox a:hover{
	color: #3e9a1e;
}
.viewAll{
	text-align:right;
	position: absolute;
	right: 25px;
	bottom: 15px;
	font-weight: bold;
}

.viewAll2{
	text-align:right;
	position: absolute;
	right: 215px;
	bottom: 15px;
	font-weight: bold;
}

/* logo */
.ourcommunity-logo{
	display: block;
    margin: 23px auto 23px;
	height: auto;
	width: 100%;
	max-width: 531px;
}

/*************************************************************/
/*  					Header  	 						*/
/***********************************************************/
header {
    padding-top: 0;
}

.theme-light {
    background-color: #e6e6e6;
    color: #333;
    padding-bottom: 10px;
}

.theme-light .left-col{
    padding-left: 0px;
}

.theme-light .right-col{
    margin-top: 24px;
}

.theme-light .right-col .buttons .btn{
    float: right!important;
    margin-left: 10px;
    border-radius: 0;
    font-weight: bold;
}

.theme-lighter{
    background-color: #f7f4f4;
    color: #333;
    padding-top: 5px;
}
.theme-lighter a {
    text-decoration: none;
    color: #333;
}
.theme-lighter a.btn {
    color: #FFF;
}

.theme-lighter .mini-menu{
    font-size: 12.6px;
    color: #333;
}
.theme-lighter .mini-menu span{
    display: inline-block;
    max-height: 20px;
    vertical-align: middle;
}


/*************************************************************/
/*  					Home Page	 						*/
/***********************************************************/
.mainContent a{
	color: #29956c;
	text-decoration: underline;
}
.mainContent a:hover{
	color: #3e9a1e;
}

.mainContent .oc-tooltips{
	color:black;
	font-size: 12px;
}

.mainContent .oc-tooltips:hover{
	color:#303830;
}

.siteMap{
    margin-top: 30px;
	padding: 16px 30px 20px;
}

.siteMapHeading {
    color: #fff;
}

.siteMapHeading a{
    color: #fff;
}

.siteMapList{
    padding-left: 30px;
}

.slider{
	height: 290px;
 	background-color: #edecec;
    margin-bottom: 20px;
}

.slider .carousel{
   	margin-bottom: 0px;
   	text-align: center;
}

.slider .carousel .carousel-inner{
	text-align: center;
	height: 290px;
}

.slider .carousel .carousel-indicators{
	position: absolute;
	top: 268px;
   	display: inline-block;
}

.slider .carousel .carousel-indicators i{
	display: inline-block;
}

.carousel-indicators li {
	border: 1px solid #176442;
	background-color: #ffffff;
}

.carousel-indicators .active {
	background-color: #3fb990;
}

.homeInfoBox{
	background-color: #333;
    color: #fff;
	height: 290px;
	padding: 15px 5px 10px 15px;
    margin-bottom: 20px;
}
.homeInfoBox .boast {
	font-weight: bold;
    font-size: 18px;
    line-height: 24px;
	padding-left: 4px;
	padding-right: 4px;
}
.homeInfoBox .boast-longer {
	margin-top: 15px;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 20px;
	padding-left: 4px;
	padding-right: 4px;
}

.homeInfoBox .boast-longer a, .homeInfoBox .boast-longer a:active, .homeInfoBox .boast-longer a:visited{
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.homeInfoBox .boast-longer a:hover{
    text-decoration: underline;
}

.homeInfoBox .buttons{
	display: inline;
}
.homeInfoBox .buttons .btn{
    border-radius: 0;
}

.homeInfoBox .buttons .btn-login{
	background-color:#5cc0a2;
}

.homeInfoBox .buttons .btn-login:hover{
	background-color:#29956c;
}
 .homeInfoBox .buttons .btn-join{
	margin-left: 35px;
	background-color: #ed0f4e;
}

 .homeInfoBox .buttons .btn-join:hover{
 	background-color:#ca1145;
}

.homeInfoBox .buttons a{
	text-decoration: none;
	text-align: center;
	color: #FFFFFF !important;
	font-weight: bold;
}

.ipad-fix{
	text-align: left;
}


/*************************************************************/
/*  					News	 							*/
/***********************************************************/
.news{
	float: left;
}

.newsItem{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	/*list-style-image: url('images/greaterthan.png');*/
}
.newsItem li{
	position: relative;
	height: 125px;
	max-height: 125px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.newsItem li .headline{
    width: 100%;
    float: left;
    font-weight: bold;
    margin-bottom: 5px;
    text-overflow: ellipsis;
}

.newsItem li .summary{
	/* position: absolute;
	top: 25px;
	left: 100px;
    height: 65px; */
    float: right;
    width: 68%;
    padding-left: 5px;
}

.newsItem li .image{
	/* position: absolute;
	top: 25px;
	left: 0px;
    width: 70px;
    height: 50px;
    padding-right: 5px; */
    float: left;
    width: 31%;
}

.newsItem a{
	color: #29956c;
	text-decoration: underline;
}
.newsItem a:hover{
	color: #3e9a1e;
}

.news .image{
	float: left;
	width: 144px;
	padding-left: 27px;
	padding-top: 10px;
}

.news .summary{
	float: right;
	width: 850px;
	padding-left: 15px;
	padding-top: 10px;
}
.paging{
	float: right;
	margin-bottom: 10px;
	padding-right: 15px;
}

.paging a{
	background-color: #edecec;
	color: #5cc0a2;
}

.paging a:hover{
	color: #166341;
}
.greyInfoBoxList .board-title{
	padding-left: 20px;
	font-size: 14px;
}

.greyInfoBoxList .board-state{
	font-size: 13px;
	margin-left: -10px;
}

.error {
	color: #FF0000;
}


/*************************************************************/
/*  			Vacancy Search & Result	 					*/
/***********************************************************/
.mainContent .vacancy_result{

}

.mainContent .vacancy_result .contentbold2 {
	color: #29956c;;
	font-weight: bold;
}

.mainContent .vacancy_result .subheadingbold2 {
	font-size: 24px;
	color: #29956c;;
	font-weight: bold;
}

.mainContent .vacancy_result a{
	color: #3e9a1e;
	text-decoration: underline;
}

.mainContent .vacancy_result a:hover{
	color: #29956c;
}

.default-text {
	color: #999;
	border-color:#999
}

.mainContent .default-text:hover{
	color: #3e9a1e;
	cursor: hand;
}

.mainContent .default-text .default:hover{
	cursor: hand;
	color: #3e9a1e;
}

.mainContent .vacany-search-form{
	background-color: #22956c;
	padding: 10px;
}

.mainContent .vacany-search-form .form-group .control-title{
	margin: 0px 0px 0px 10px;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

.mainContent .vacany-search-form .form-group .control-subtitle{
	margin: 0px 0px 0px 10px;
	font-size: 10px;
	font-weight: bold;
	color: #4ff0ba
}

.mainContent .vacancy_search .seach-title{
	background-color: #3eb990;
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
}

.mainContent .search-instruction{
	padding-top: 15px;
	margin-top: 20px;
}

.mainContent .search-helpsheet{
	padding-left: 21px;
	margin-top: 20px;
}

.mainContent .search-btn{
	background-color: #3eb990;
	border-color: #3eb990;
	color: white;
	font-weight: bold;
}

.mainContent .search-btn:hover{
	background-color: #38A682;
	border-color:#38A682;
}

.mainContent .browse-btn{
	text-decoration: none;
	background-color: #22956c;
	border-color: #166341;
	color: white;
	font-weight: bold;
}

.mainContent .browse-btn:hover{
	color: white;
	background-color: #166341;
	border-color:#166341;
}

.mainContent .interest-button{
	vertical-align: top;
	text-align: right;
}

.mainContent .divider{
	border-top: 1px solid rgb(197, 197, 197);
}

/*************************************************************/
/*  					Vacancy Interest	 				*/
/***********************************************************/
.mainContent .vacancy_interest{
	width: 813px;
}

.mainContent .vacancy_interest .text table{
	font-size: 13px;
}

.mainContent .vacancy_interest .text table td:first-child{
	width: 250px;
}

.mainContent .register_vacancy{
	width: 813px;
}

.mainContent .register_vacancy .text table{
	font-size: 13px;
}

.mainContent .register_vacancy .text table td:first-child{
	width: 240px;
}

.mainContent .register_vacancy .text table td table td{
	width: 280px;
}

/*************************************************************/
/*  					Subscribe		 					*/
/***********************************************************/
.mainContent .subscribe{
	margin-left: 20px;
	margin-right: 15px;
}

.mainContent .subscribe h4{
	padding-left: 10px;
	font-weight: bold;
}

.mainContent .subscribe .row{
	padding-bottom: 20px;
}

.mainContent .subscribe .row .box{
	border-radius: 5px;
	border: 1px solid silver;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	min-height: 218px;
	padding: 26px 0px 10px 10px;
	background-color: #EAF4F0;
	background-image: linear-gradient(#FFFFFF, #EAF4F0);
	background-repeat: repeat-x;
	margin-left: -10px;
}

@media (min-width: 992px){
	.mainContent .subscribe .row .col-md-3{
		width: 28%;
	}
	.mainContent .subscribe .row .col-md-9{
		width: 72%;
	}
}

.mainContent .subscribe .row .right-col img{
	padding-right: 5px;
}

.mainContent .subscribe .row .left-col p{
	margin: 0 0 5px;
}

.mainContent .subscribe .row .left-col h1{
	color: black;
	margin-bottom: 5px;
}

.mainContent .subscribe .row .left-col button{
	background-color: black;
	color: white;
	font-weight: bold;
	margin-top: 10px;
}

.mainContent .subscribe .row .left-col button:hover{
	background-color: #303830;
}


/*************************************************************/
/*  					Login & Register	 				*/
/***********************************************************/

.mainContent .login-panel{
	border-color: #5cc0a2;
}

.mainContent .login-panel > .panel-heading{
	border-color: #5cc0a2;
	background-color: #5cc0a2;
	font-weight: bold;
	font-size: 105%;
	color: #fff;
}

.mainContent .login-panel .btn-primary{
	background-color: #5cc0a2;
	border-color: #5cc0a2;
	margin-top:10px;
	margin-bottom:5px;
}

.mainContent .login-panel .btn-primary:hover{
	background-color: #55a68b;
}


/*************************************************************/
/*  					Conference 							*/
/***********************************************************/
.conference-form .panel-info{
	border-color: #5cc0a2;
}

.conference-form .panel-info > .panel-heading{
	border-color: #5cc0a2;
	background-color: #5cc0a2;
	font-weight: bold;
	font-size: 105%;
	color: #fff;
}

.conference-form .panel-info .btn-primary{
	background-color: #5cc0a2;
	border-color: #5cc0a2;
	margin-top:10px;
	margin-bottom:5px;
}

.conference-form .panel-info .btn-primary:hover{
	background-color: #55a68b;
}

.conference-form .alert-info{
	border-color: #5cc0a2;
	background-color: #f4fcf3;
	color: #000;
}

.timetable tbody tr:nth-of-type(odd) {
	background-color: #f4fcf3;
}

.timetable tbody tr, .timetable tbody tr td{
	border-color: #f4fcf3;
}

.timetable .year{
	background-color: #55a68b!important;
	color: #fff!important;;
}



/*************************************************************/
/*  					Enrolment 							*/
/***********************************************************/

.mainContent .delegate{
	width: 813px;
}

.mainContent .delegate .text table{
	font-size: 13px;
}

.mainContent .delegate .text table td:first-child{
	width: 240px;
}

.mainContent .delegate .text table td table td{
	width: 280px;
}

#trainingcal th {
	background-color: #FFCC00;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 4px;
	text-align: left;
}
#trainingcal tr.year th {
	background-color: #D8EBF5;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 4px;
	text-align: left;
}
#trainingcal td {
	padding: 2px 4px;
	vertical-align: top;
}
#trainingcal td a {
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
}
#trainingcal tr.r1 td {
	background-color: #FFC;
}
#trainingcal tr.r0 td {
	background-color: #FFFFE8;
}
#trainingcal h3 {
	font-size: 13px;
	padding-left: 4px;
	margin-top: 26px;
}
#trainingcal h3 a {
	text-decoration: none;
	font-size: 13px;
}
#trainingcal h3 span.detailslink a {
	font-weight:normal;
	font-size: 11px;
	text-decoration: underline;
	padding-left: 20px;
}
#trainingcal .soldout {
	color: #cc0000;
}

#trainingcal.area_business th {
	background-color: #A71F23;
	color: #FFF;
}

#trainingcal.area_business tr.year th {
	background-color: #F9C6B0;
	color: #000;
}
#trainingcal table.timetable td {
	padding: 8px 4px;
}
#trainingcal table.timetable td.joinb {
	padding: 8px 4px 0 4px;
}
#trainingcal table.timetable td.joint {
	padding: 0 4px 8px 4px;
}
#trainingcal .cancelled {
	color: #7F7F66;
}

/*************************************************************/
/*  					My Account		 					*/
/***********************************************************/

.mainContent .account-details{
	width: 70%;
	margin: 0px 15px 10px 15px
}

.mainContent .account-details .title{
	font-weight: bold;
}

.mainContent .account-details form .row{
	margin-bottom: 5px;
}

.mainContent .account-details form .submitBtn{
	margin: 10px;
}
.mainContent .account-details form input[type="password"]{
	width: 100%;
}

.btn-white{
	text-decoration: none!important;
	color: #fff!important;
}


.panel-register{
	border: 1px solid #29956c;
}

.light-green-box{
	background-color: #29956c;
	color: #fff;
	padding: 10px 10px 10px 10px;
}

.light-green-box h3{
	margin-top: 0px;
	margin-bottom: 5px;
}


.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
	border: none;
}

tr.borderless th, tr.borderless td{
	border: none!important;
}

.ac-header:after{
	content: '';
	background: url('/images/icda/ac/swish.png') no-repeat 50% 50%;
	display: block;
	height: 29px;
}

.ac-footer{
	background: url('/images/icda/ac/footer-green.jpg');
	height: 70px;
	width: 100%;
}


.impersonate{
	background-color: #f2dede;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	margin-top: -20px;
}

.password-content .panel .panel-heading h1, .password-content .panel .panel-heading h2, .password-content .panel .panel-heading h3, .password-content .panel .panel-heading h4{
	margin: 0;
}
.password-content div.password-strength{
	margin-top: 5px;
}

.password-content div.password-strength .progress{
	margin-bottom: 5px;
}

.password-content mark{
	padding: 0;
}
.form-control.width-small {
	width: 135px;
}

.form-control.width-tiny {
	width: 80px;
}

.form-control.width-medium {
	width: 270px;
}
