/*
 * file information
 * style type: f5
 * date:       20141111
 * author:     concursive.com
 * notes:      default foundation top bar
 *
 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(http://sowetohealth.africa/fonts/opensans-light.woff) format('woff');
}

h1, h2, h3, h4 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body, .eventsListItemContainer h4, h5, h6 {
  font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

h5 {
  color: #666666;
}

/* Sections */
header {
  /*background: url(http://sowetohealth.africa/themes/f5/color-schemes/black/images/header_bg_repeat.png) repeat-x;*/
  /*padding: 22px 0;*/
  /*border-bottom: 1px solid #f06333;*/
}

.magellan {
  height: 120px;
}

/* Slideshows */
.orbit-container .orbit-slides-container > li {
  padding: 0 80px;
}

.orbit-container .orbit-prev, .orbit-container .orbit-next {
  background-color: #7f7e80;
  background-color: rgba(127, 127, 127, 0.8);
}

/* Top bar color */
/*
.contain-to-grid {
  background-color:rgba(100,100,100,0.8);
}

.top-bar,
.top-bar-section .has-form,
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button) {
  background-color: transparent;
}
*/

/* Top bar links */

/* Top bar text */

/* Active and Hover tab */

/* Inactive */

/* footer */
#footer {
  background: #333333;
  padding-top: 20px;
  color: #FFF;
}

#footer a, #footer a:visited {
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
}
#footer .text-right a,
#footer .text-right a:visited {
  padding-left: 18px;
}

#ccp-hello-portlet p , #ccp-hello-portlet h2{
    color: white;
	font-weight:bold;
} 

#ccp-signup-portlet {
    background-color: rgba(255, 255, 255, 0.2);
}
#ccp-signup label{
    color: #fff;
}
#ccp-signup h3{
	font-weight: bold;
}
#home-header-top{
	display:none;
}
	
#home-header-body{
	padding: 20px 0;
    background: url(http://sowetohealth.africa/themes/f5/color-schemes/sowetohealth/images/soweto-health-banners.png) no-repeat center center;
    background-size: cover;
}

.signup-class{
	display: flex !important;
    justify-content: flex-end !important;
}

/*Document tree view css start */
.file-tree-view{
	max-width:100% !important;
}
.documentTreeViewTable {
	width: 100%;
	table-layout:fixed;
}
.documentTreeViewTable .fa-file:hover{
	color: red !important;
}
.documentTreeViewTable .fa-download:hover{
	color: red !important;
}
.documentTreeViewTable .fa-trash-o:hover{
	color: red !important;
}
.documentTreeViewTable .documentName{
	cursor: pointer;
	color : #008CBA; 
}
.documentTreeViewTable .documentName:hover{
	text-decoration-line: underline;
}
.documentTreeViewButtons{
	display: flex;
    justify-content: space-between;
}
.documentTreeViewButtons span{
	font-size:20px;
	color:#008CBA;
	text-decoration:underline;
	cursor: pointer;
}
.documentTreeViewButtons span:hover{
	font-weight:bold;
}
.documentTreeViewButtons button{
	background:#1F406F !important;
	width:200px;
}
.documentTreeViewButtons button:hover{
	background-color: #1d2731 !important;
}

/*Document tree view css end */