



#aboveheader {display:none;}

#ProfileDropMenu {
	width:30px;
	height:30px;
	background-color:white;
	text-align:center;
}

/*** Create top padding for large screens ***/
@media (min-width: 768px) { 

		#contentcontainer {
			margin-top:15px;  
		}
		#aboveheader {
			padding-top:5px;
			padding-right:10px;
			display:block;
			height: 25px;
		}
		#profilecircle {
			border-radius: 50%;
			width: 30px;
			height: 30px; 
			background-color:white;
			text-align:center;
		}

		li.mobileprofilemenuitem {
			display:none;
		}
		
		#footer {display:block;}
		#footermobile {display:none;}
}



#maincontent {background-color:white;padding:10px;}

#pagefeed {}
#rightadbar {text-align:center;}

#headerimage {
	padding:0px;
	width:100%; 
	height:auto;
}

.navbar {
	border-radius: 0px;
	margin-bottom: 0px;
}





.text-bold {font-weight:bold;} 
.text-large {font-size:1.2em;}



/* to make tables in modals not overflow  */
.modal-body .table > thead > tr > th, 
.modal-body .table > tbody > tr > th, 
.modal-body .table > tfoot > tr > th, 
.modal-body .table > thead > tr > td, 
.modal-body .table > tbody > tr > td, 
.modal-body .table > tfoot > tr > td {
        padding: 5px !important;
}
	
	

.fieldlabel {
	font-size:11px;
	font-weight:bold;
	padding-right:10px;
	padding-top:2px;
}

.fielddescription {
	font-size:11px;
}

.requiredStar {font-size:1.8em;color:red;}


/****
To remove requirement of dropdown menu to be clicked.. this effectively sets it to 'hover'
Create a hover drop down only for pcs ****/
@media (min-width: 768px) { 

		ul.nav li.dropdown:hover > ul.dropdown-menu {
			display: block;    
		}
}

.dropdown-menu {text-align:left;}


@media (max-width: 767px) { 

		a.fullscreenprofilemenuli {
			color:white;
			padding: 10px 15px;
			text-decoration:none;
		}
		a.fullscreenprofilemenuli:hover {
			color:black;
		}
		
		#footer {display:none;}
		#footermobile {display:block;}
}





.well-danger {
	background-color: #F2DEE0;
	border: 1px solid #F2DEE0;
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.bottom-column
{
    float: none;
    display: table-cell;
    vertical-align: bottom;
}


/*** Remove top border for registration system tables ****/
.tableBorderless td {border-top: none !important;}
.tableBorderless td {border-bottom: 1px solid #ddd !important;}

/********* Start Directional Arrows for Menus **********************/

.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-arrow-right {
    padding-left: 36px;
    margin-right: 20px;
}
.btn-arrow-left {
    padding-right: 36px;
    margin-left: 20px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 5px; /* move it down because of rounded corners */
    width: 22px; /* same as height */
    height: 22px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
   
	/* must match background ->  background-color: white; */
	background-color:#f5f5f5;
}

/********* End Directional Arrows for Menus **********************/










.clickableRow {
	cursor:pointer
}


.dropdown-menu>li>a {
  font-weight: normal;
  color: #333333;
  font-size:14px;
}




.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}


.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}





@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: black;
  background-color: #f5f5f5;
}

.dropdown-menu-large .dropdown-header {
  color: white;
  font-size: 14px;
}


.dropdown-menu-large > li > ul > li > a {
  	display: block;
  	padding: 3px 20px;
  	clear: both;
  	font-weight: normal;
  	line-height: 1.428571429;
  	color: white;
  	white-space: normal;
}

#home_screen_mobile_help {
	display:block;	
}


.program_tabs_small {
	display:block;
}
.program_tabs_large {
	display:none;
}

} 



@media (min-width: 769px) {


.dropdown-menu>li>a {
  font-weight: normal;
  color: #333333;
  font-size:14px;
}


.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #000000;
  background-color: #f5f5f5;
}



.dropdown-menu-large .dropdown-header {
	
		color:#000000;
	
	font-size:18px;
}



.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}




.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #FFFFFF;
	color: #000000;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
color: #000000;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


#home_screen_mobile_help {
			display:none;
}


.program_tabs_small {
	display:none;
}
.program_tabs_large {
	display:block;
}
			

} 





.favoritedSession {
cursor:pointer;
}

.notFavoritedSession {
cursor:pointer;
}



#maincontent {padding:20px;}


.avatar {
background-color: #fff;
background-repeat:none;
background-position: center center;
-webkit-border-radius: 0.5em;
border-radius: 0.5em;
-webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0;
margin-right: 10px;
margin-bottom: 15px;
width: 65px;
height: 65px;
background-size: 102% auto;
}

.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar .btn-primary:focus {border-color: transparent;}



/*index page*/



.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}


.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #000000;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #000000;
	background-color: #fff;
	border-color: #000000;
	border-bottom-color: transparent;
}



#SessionListByDay .PopSessionModal {padding:15px;cursor: pointer;}
#SessionListByDay .PopSessionModal:nth-of-type(odd) {
    background: #f9f9f9;
}
#SessionListByDay .PopSessionModal:nth-of-type(even) {
	border-top: solid #e0e0e0;
	border-bottom: solid #e0e0e0;
}


#xcdfootertext a {
    color: #628201;
}






.link {
    color: #f8f0af;
    font: 12px Arial,sans-serif;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
a {
    text-decoration: none;
}

a:hover {color: #23527c;
    text-decoration: none;
}


.copyright_box{
	width:500;
	height:auto;
	float:right;
	margin:0 0 0 0;
	margin-right:160px;
	margin-bottom:5px;}
	
	
	
