/*
 * 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(../../../../../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(../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);
}

.orbit-container .orbit-slides-container > *{
	top: 40px;
}

.ccp-orbit orbit-slides-container{
	height: 170px;
}

/* 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{
	margin-top: -15px;
	padding: 20px 0;
    background: url(../../Landing-header/images/myhealth-banner.jpg) no-repeat center center;
    background-size: cover;
	/*background-attachment: fixed;  */
}

#home-header-body > div:first-child {
  position: relative;
  width: 100%;
  bottom: -55px
}

.ccp-orbit.orbit-slides-container > li h3 {
  	font-size: xxx-large;
    font-weight: bold;
    color: #003c67;
}

.ccp-orbit.orbit-slides-container{
	height:165px !important;
}

.orbit-container{
	text-align: center;
}

#dashboard-header-body{
	background: url(../../Landing-header/images/myhealth-banner.jpg) no-repeat center center;
    background-size: cover;
	background-attachment: fixed;
}
#home-header-body{
	padding: 20px 0;
    background: url(../../Landing-header/images/main-banner.png) no-repeat center center;
    background-size: cover;
	/*background-attachment: fixed;  */
	min-height: 800px;
	display: flex;
    justify-content: center;
    align-items: flex-end;
    min-width: 100%;
}

#body-home{
	/* background: url("../../../../../images/Background-Layer_4.png") no-repeat center center; */
	background : linear-gradient(to right, #b0d4e730, #6ba5c54d);
	background-size: cover;
	background-attachment: fixed;
}

#body-home .ccp-portal .row{
	max-width : 100% !important;
	display:flex;
	align-items: center;
    justify-content: space-between;
}
#body-home .ccp-portal .row .columns,#body-home .ccp-portal .row .columns .portletWrapper{
	padding-left : 0px !important;
	padding-right : 0px !important;
	background-color: transparent;
    border-color: transparent;
}

#body-home #home-header-body .row{
	display:flex;
	align-items: center;
    justify-content: center;
}
#body-home #ccp-home-info a{
	color:inherit;
	text-decoration: none;
}

/*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 */

